@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
/*
@font-face {
    font-family: roboto-oh5;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/roboto-regular-webfont.woff2) format("woff2");
}
@font-face {
    font-family: roboto-oh5;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/roboto-italic-webfont.woff2) format("woff2");
}
@font-face {
    font-family: roboto-oh5;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/roboto-bold-webfont.woff2) format("woff2");
}
@font-face {
    font-family: roboto-oh5;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/roboto-bolditalic-webfont.woff2) format("woff2");
}
*/
::-webkit-input-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}
::-ms-input-placeholder {
    color: #666;
}
::placeholder {
    color: #666;
}
::-moz-selection {
    background-color: orange;
    color: #fff;
}
::selection {
    background-color: orange;
    color: #fff;
}
input,
textarea {
    outline: 0;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red;
}
input:required:valid,
textarea:required:valid {
    border-color: green;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #333;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
}
/*
@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url(../fonts/Gilroy-Light.woff2);
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url(../fonts/Gilroy-Extrabold.woff2);
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Bold.ttf);
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: HelveticaNeueCyr;
    src: url(../fonts/HelveticaNeueCyr-Light.ttf);
    font-weight: 400;
    font-style: normal;
}
*/
.popupinput {
    margin-right: 0 !important;
    margin-bottom: 20px;
}
.dnone {
    display: none;
}
.dblock {
    display: block;
}
.modal {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.modal:target {
    opacity: 1;
    visibility: visible;
}
.overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    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;
    z-index: 9999999;
    background: #0003;
}
.swal2-container {
    z-index: 999999!important;
}
.content {
    width: 480px;
    padding: 1em 0;
    background: -o-linear-gradient(348.4deg, #ffefdf 12.6%, #ecded0 53.37%, #fffefd 97.68%);
    background: linear-gradient(101.6deg, #ffefdf 12.6%, #ecded0 53.37%, #fffefd 97.68%);
    border-radius: 2px;
    text-align: center;
    color: #262626;
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
}
.close {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #222;
    transition:.3s;
    transform: scale(1.3);
}
.close:hover {
    text-decoration: none;
    color: #222;
    transform: scale(1.3) rotate(90deg);
    transition:.3s;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    max-width: 1980px;
    margin: 0 auto;
}
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 905px;
    background: -o-linear-gradient(348.4deg, #ffefdf 12.6%, #ecded0 53.37%, #fffefd 97.68%);
    background: linear-gradient(101.6deg, #ffefdf 12.6%, #ecded0 53.37%, #fffefd 97.68%);
    position: relative;
}
.header__backimg {
    position: absolute;
    height: 100%;
    z-index: 99;
    top: 17%;
    right: 12%;
}
.header__backimg img {
    height: 85%;
}
.header__backblock {
    width: 53%;
    height: 87%;
    background: -o-linear-gradient(209.93deg, #ffeddc -4.92%, #fff 97.34%);
    background: linear-gradient(240.07deg, #ffeddc -4.92%, #fff 97.34%);
    position: absolute;
    right: 10%;
    bottom: 0;
}
.header__side {
    width: 194px;
    background: #fffcf9;
}
.header__main {
    width: 100%;
    height: 100%;
}
.header__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
}
.header__side__logo {
    margin-bottom: 190px;
    margin-top: 19px;
}
.header__side__logo img {
    width: 105px;
}
.header__side__link {
    margin-bottom: 49px;
}
.header__side__link a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #373737;
}
.header__side__link:last-child {
    margin-bottom: 0;
}
.header__side__link:last-child img {
	width: 105px;
}
.header__top__contact {
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	padding: 3px 40px;
	max-width: 1400px;
	position: inherit;
	z-index: 1;
}
.header__top__contact p {
	margin: 0;
	font-size: 12px;
}
.header__top__contact a {
	font-size: 12px;
	color: #373737;
	text-decoration: underline;
}
.limiter {
	width: 88.8%;
    margin: 0 auto;
}
.limiter__header {
    width: 95%;
    margin: 0 auto;
    position: relative;
}
.limiter__header::before {
    content: "";
    display: block;
    position: absolute;
    height: 70%;
    width: 2px;
    right: 44px;
    bottom: 11px;
    background: #000;
}
.header__links {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__links__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}
.header__links__nav ul li {
    list-style: none;
    margin-right: 24px;
}
.header__links__nav ul li:last-child {
    margin-right: 0;
}
.header__links__nav ul li a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #373737;
    text-decoration: none;
}
.header__links__nav ul li a:hover {
    color: #fffcf9;
}
.header__links__phone {
	display: flex;
}
.header__backcall {
	padding: 10px 20px;
	border-radius: 5px;
	margin-top: -10px;
	height: 40px;
	margin-left: 35px;
	text-transform: uppercase;
	font-size: 13px;
	z-index: 999;
	background: #373737;
	color: #fff!important;
	font-weight: 500!important;
}
.header__backcall.header__backcall__mobile {
	display: none;
}
.header__links__phone a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #373737;
    position: relative;
    text-decoration: none;
}
.header__links__phone_tel span span {
	opacity: 1!important;
}
a.header__links__phone_tel::before {
    content: "";
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    background: url(../images/dist/phonehead.png);
    left: -30px;
    top: 1px;
}
a.header__links__phone_mail::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 19px;
    background: url(../images/dist/iconemail.png);
    left: -30px;
    top: 1px;
}
.header__mainoffer {
    margin-top: 125px;
}
.header__mainoffer__minioffer {
    margin-left: 94px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #4f4f4f;
    position: relative;
    z-index: 999;
}
.header__mainoffer__minioffer::before {
    content: "";
    display: block;
    position: absolute;
    left: -65px;
    top: 13px;
    width: 56.5px;
    height: 1px;
    background: #4f4f4f;
}
.header__mainoffer__muckup {
    z-index: 9999;
    position: relative;
}
.header__mainoffer__muckup p {
    position: relative;
    margin-top: 24px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 150px;
    line-height: 110px;
    color: #373737;
}
.buttonmobile {
    display: none;
}
.header__mainoffer__offer {
    width: 354px;
    margin-left: 29px;
}
.header__mainoffer__offer p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #373737;
    z-index: 999;
    position: relative;
}
.header__button {
    margin-left: 26px;
    margin-top: 80px;
}
.header__button a {
    display: inline-block;
    width: 187px;
    height: 50px;
    background: #373737;
    text-align: center;
    line-height: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    position: relative;
}
.header__button a::after {
    content: "";
    display: block;
    position: absolute;
    right: -185px;
    top: 26px;
    width: 167px;
    height: 2px;
    background: #373737;
}
.header__adress {
    margin-top: 145px;
    margin-left: 29px;
}
.header__adress p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #373737;
}
.about {
    margin-top: 202px;
}
.about__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.about__image__img {
    width: 676px;
    height: 681px;
    background: -o-linear-gradient(223.88deg, #ffefdf -7.27%, #f4f3f1 96%);
    background: linear-gradient(226.12deg, #ffefdf -7.27%, #f4f3f1 96%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.about__absolute {
    position: absolute;
    max-width: 790px;
}
.about__image__img img {
    padding-left: 49px;
}
.about__items__img__item {
    width: 100%px;
    height: 506px;
}
.about__items__img__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.none {
    display: none;
}
.block {
    display: block;
}
.about__right__items {
    margin-left: 341px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about__disc {
    width: 641px;
    padding-left: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #373737;
}
.about__disc span {
    font-size: 20px;
    font-weight: 600;
}
.about__offer {
	padding-left: 60px;
}
.about__offer h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    color: #373737;
}
.about__video {
    margin-top: 103px;
    margin-left: 10px;
}
.about__video p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #373737;
}
.example {
    margin-top: 182px;
    margin-bottom: 198px;
}
.example__offer {
    margin-left: -3px;
}
.example__offer h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 64px;
    color: #373737;
}
.example__smalloffer {
    margin-bottom: 73px;
}
.example__smalloffer p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #373737;
}
.example__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mainimg {
    height: 523px;
    width: 50%;
    margin-right: 30px;
}
.mainimg:last-child {
    margin-right: 0;
}
.img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.twentytwenty-container {
    height: 523px !important;
}
.water {
    margin-top: 120px;
    background: #373737;
    padding-bottom: 125px;
    padding-top: 100px;
}
.water__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.water__item {
    max-width: 300px;
    position: relative;
    height: 200px;
}
.water__item:last-child {
    margin-right: 0;
}
.water__item:before {
    content: "";
    display: block;
    position: absolute;
    top: -28px;
    left: 0;
    width: 213.5px;
    height: 1px;
    background: #fff;
}
.water__item p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}
.water__item p span {
    font-weight: 600;
    font-size: 20px;
}
.water__first::after {
    content: "01";
    position: absolute;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 217px;
    color: #454545;
    opacity: 0.56;
    top: -100px;
    left: -50px;
}
.water__second::after {
    content: "02";
    position: absolute;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 217px;
    color: #454545;
    opacity: 0.56;
    top: -100px;
    left: -50px;
}
.arrowssss {
    display: none;
}
.water__third::after {
    content: "03";
    position: absolute;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 217px;
    color: #454545;
    opacity: 0.56;
    top: -100px;
    left: -50px;
    font-size: 16p;
}
.water__4::after {
    content: "04";
    position: absolute;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 217px;
    color: #454545;
    opacity: 0.56;
    top: -100px;
    left: -50px;
    font-size: 16p;
}
.servises {
    margin-top: 166px;
}
#tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 20%;
    padding-left: 0;
    padding-top: 50px;
}
.tabs-nav li {
    list-style: none;
    margin-bottom: 50px;
}
.tabs-nav li:last-child {
    margin-bottom: 0;
}
.tabs-nav li a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    color: #373737;
    text-decoration: none;
}
.servises__offer {
    margin-bottom: 46px;
}
.servises__offer p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    color: #373737;
}
.tabs-items {
    margin-top: 13px;
    background: #fff;
    width: 100%;
    position: relative;
}
.tabs-item {
    width: 100%;
    border-left: 2px solid #000;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: -9000000000000000000000px;
}
.tabs-item.active {
    z-index: 1 !important;
    opacity: 1 !important;
    position: relative !important;
    left: 0;
}
.tabs__nav__items a.active {
    border-bottom: 1px solid #000;
}
.servises__tabsleft {
    margin-left: 30px;
}
.servises__tabsleft__offer {
    margin-left: 2px;
    margin-top: 35px;
    margin-bottom: 30px;
}
.servises__tabsleft__offer h3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    color: #373737;
}
.servises__tabsleft__disc {
    margin-bottom: 30px;
}
.servises__tabsleft__disc p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #373737;
    max-width: 370px;
    margin-bottom: 5px;
}
.servises__disc__params p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #373737;
    margin-bottom: 5px;
}
.servises__tabsleft__price {
    margin-bottom: 25px;
}
.servises__tabsleft__price p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #000;
}
.servises__tabsleft__price span {
    color: #373737;
    margin-left: 13px;
    position: relative;
}
.servises__tabsleft__price span::before {
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    top: -5px;
    width: 1px;
    height: 33px;
    background: #000;
}
.contacts__item__disc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.servises__tabsleft__button a {
    display: inline-block;
    text-decoration: none;
    width: 187px;
    height: 50px;
    background: #373737;
    line-height: 50px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    position: relative;
}
.servises__tabsleft__button a::before {
    content: "";
    display: block;
    position: absolute;
    right: -185px;
    top: 26px;
    width: 167px;
    height: 2px;
    background: #373737;
}
.servises__tabsright__item {
    width: 650px;
    height: 681px;
    background: -o-linear-gradient(223.88deg, #ffefdf -7.27%, #f4f3f1 96%);
    background: linear-gradient(226.12deg, #ffefdf -7.27%, #f4f3f1 96%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.servises__absolute {
    position: absolute;
    max-width: 740px;
}
.servises__ites__item {
    height: 550px;
    background: url(../images/dist/loadning.png);
}
.servises__ites__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.callback {
    background: -o-linear-gradient(223.88deg, #ffefdf -7.27%, #f4f3f1 96%);
    background: linear-gradient(226.12deg, #ffefdf -7.27%, #f4f3f1 96%);
    margin-bottom: 198px;
}
.callback__items {
    height: 349px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.callback__offer {
    margin-right: 45px;
}
.callback__offer p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    color: #373737;
    line-height: 40px;
}
.callback__input {
    margin-right: 70px;
}
.callback__input input {
    background: 0 0;
    width: 254px;
    height: 50px;
    text-indent: 25px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #888;
    border: 1px solid #373737;
}
.callback__button {
    position: relative;
}
.callback__button button,
.callback__button input {
    background: 0 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    width: 187px;
    height: 50px;
    border: 1px solid #373737;
}
.callback__button::after {
    content: "";
    display: block;
    position: absolute;
    right: -190px;
    top: 25px;
    width: 167px;
    height: 1px;
    background: #373737;
}
.callbackform form {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.reviews {
    margin-bottom: 212px;
    padding-left: 5.5%;
    position: relative;
}
.reviews__offer p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    color: #373737;
}
.reviews__items {
    margin-top: 89px;
}
.reviews__item {
    max-width: 454px;
    padding-left: 44px;
    border-left: 1px solid #bbb;
}
.reviews__item:last-child {
    margin-right: 0;
}
.arrows {
    position: absolute;
    right: 150px;
    top: 25px;
}
.arrowsservises {
    position: absolute;
    width: 100%;
    height: 100%;
}
.arrowss {
    position: absolute;
    right: 150px;
    top: 25px;
}
.prev {
    width: 24px;
    height: 44px;
    background: url(../icons/arrowleft.svg);
    background-size: contain;
    right: 215px;
    top: 0;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}
.next {
    width: 24px;
    height: 44px;
    background: url(../icons/arrowright.svg);
    background-size: contain;
    right: 50px;
    top: 0;
    cursor: pointer;
    position: absolute;
    z-index: 99;
}
.prevserv {
    width: 24px;
    height: 44px;
    background: url(../icons/arrowleft.svg);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 2%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.nextserv {
    width: 24px;
    height: 44px;
    background: url(../icons/arrowright.svg);
    background-size: contain;
    cursor: pointer;
    right: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}
.arrowstabs {
    display: none;
}
.prevab {
    width: 24px;
    height: 44px;
    background: url(../icons/arrowleft.svg);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}
.nextab {
    width: 24px;
    height: 44px;
    background: url(../icons/arrowright.svg);
    background-size: contain;
    cursor: pointer;
    right: 1%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 99;
}
.reviews__item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 23px;
}
.reviews__top__name_date {
	width: calc(100% - 120px);
}
.reviews__top__img {
    max-width: 150px;
	height: 150px;
	width: 120px;
}
.reviews__top__img img {
    border-radius: 25px;
    width: 100px!important;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.reviews__item__bottom p {
    max-width: 428px;
}
.reviews__top_name {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    color: #373737;
}
.reviews__top_date {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #000;
}
.works {
    position: relative;
}
.works__offer {
    margin-bottom: 17px;
}
.works__offer p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    color: #373737;
}
.works__disc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.works__disc_disc {
    position: relative;
    margin-right: 10px;
    margin-left: 54px;
}
.works__disc_disc p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #373737;
    height: 14px;
}
.works__disc_disc::before {
    content: "";
    display: block;
    position: absolute;
    left: -45px;
    top: 13px;
    width: 33px;
    height: 1px;
    background: #000;
}
.works__items {
    margin-top: 23px;
}
.work__item {
    width: 410px;
    height: 428px;
    margin-right: 24px;
}
.work__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.work__item:last-child {
    margin-right: 0;
}
.contacts {
    margin-top: 265px;
}
.contacts__offer {
    margin-bottom: 55px;
}
.contacts__offer p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    color: #373737;
}
.contacts__subscription {
    position: absolute;
    bottom: -50px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
.contacts__subscription__text{
    width: 100%;
    margin: 0 0 5px 0;
}
.contacts__subscription__input {
    padding: 5px 10px;
    height: 50px;
    border: 1px solid #373737!important;
    border-color: #373737!important;
}
.contacts__subscription__input:hover, .contacts__subscription__input:focus {
    border: 1px solid #373737;
    border-color: #373737!important;
}
.contacts__subscription__btn {
	text-decoration: none;
	height: 50px;
	background: #373737;
	line-height: 50px;
	text-align: center;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	padding: 0 30px;
	text-transform: uppercase;
    transition: .3s;
    outline: none;
    border: none;
    margin-left: 10px;
}
.contacts__subscription__btn:hover {
	text-decoration: none;
	background: #535353;
}
.cont__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.contacts__items {
    width: calc(50% - 110px);
    margin-right: 110px;
}
.contacts__items:nth-child(2n) {
    margin-right: 0;
}
.contacts__item {
    margin-bottom: 40px;
}
.contacts__item__town p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    color: #373737;
}
.contacts__item__disc a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #373737;
    margin-bottom: 5px;
}
.contacts__item__disc p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #373737;
    margin-bottom: 5px;
}
.contacts__item__disc span span {
	opacity: 1!important;
}
.contacts__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.contacts__links a {
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #373737;
}
.cont__bigitems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cont__bigitems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.i4ewOd-pzNkMb-haAclf {
    display: none !important;
}
.contacts__map {
    margin-top: -165px;
    width: 985px;
    height: 595px;
}
.footer {
    margin-top: 187px;
}
.limiterfooter {
    width: 90%;
	margin: 0 auto;
	max-width: 1200px;
}
.footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 2px solid #373737;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__item__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer__item__logo img {
    margin-right: 66px;
    position: relative;
    width: 105px;
}
.footer__item__logo img:last-child {
    margin-right: 0;
}
.footer__item__logo img:last-child::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 52.5px;
    width: 1px;
    background: #000;
}
.footer__links {
    margin-top: 20px;
    padding-right: 10%;
}
.footer__links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}
.footer__links ul li {
    list-style: none;
    margin-right: 45px;
}
.footer__links ul li:last-child {
    margin-right: 0;
}
.footer__links ul a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #373737;
}
.footer__date {
    margin-top: 20px;
}
.footer__date p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #373737;
}
.nadyamobile {
    display: none;
}
.callback__offer .quiz-p1 {
    font-size: 40px;
}
.callback__offer .quiz-p2 {
    font-size: 24px;
}
.quiz-link {
    display: inline-block;
    text-decoration: none;
    width: 250px;
    height: 60px;
    background: #373737;
    line-height: 60px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    position: relative;
    margin-left: 50px;
    transition: .3s;
}
.quiz-link:hover {
    text-decoration:none!important;
    color: #fff;
    background: #535353;
}
.marquiz__container {
    margin-left:50px;
}
.marquiz__button {
    font-size:18px;
}
#quiz {
    margin-top: 30px;
}
.header__button a.main-banner-quiz,
.buttonmobile a.main-banner-quiz {
    text-decoration: none;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 900;
    background: #4F70E9;
    color: #fff;
    font-size: 18px;
    transition: all .3s;
    z-index: 99;
}
.header__button a.main-banner-quiz:hover,
.buttonmobile a.main-banner-quiz:hover {
    background: #333;
}
.buttonmobile a.main-banner-quiz {
    padding: 10px 20px;
}


.whats {
    border: none;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    font-size: 17px;
    z-index: 999;
    margin-right: 60px;
    height: 50px;
    z-index: 999999;
    background: #30ce5b;
    color: #fff;
    font-weight: 800;
    
}

.whats-icon {
    height: 50px;
    width: 50px;
    margin-right: -10px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #30ce5b, #1b861e);
    transition: .3s ease;
}

.whats:hover .whats-icon {
    cursor: pointer;
    background: linear-gradient(45deg, #f7b733, #fc4a1a);
    animation: radial-pulse 1.4s infinite;
}

@keyframes radial-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0px rgba(247, 183, 51, 0.5);
  }
 
  50% {
    box-shadow: 0 0 0 40px rgba(247, 183, 51, 0);
  }
}


@media screen and (max-width: 1663px) {
    .header__side__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
    }
    .about {
        margin-top: 100px;
    }
    .servises {
        margin-top: 100px;
    }
    .callback {
        margin-bottom: 100px;
    }
    .reviews {
        margin-bottom: 100px;
    }
    .contacts {
        margin-top: 100px;
    }
    .reviews__items {
        margin-top: 55px;
    }
    .header__links {
        /*margin-top: 25px;*/
    }
    .contacts__map {
        margin-top: -165px;
        width: 650px;
        height: 500px;
    }
    .header__backimg img {
        height: 75%;
    }
    .about__absolute {
        max-width: 609px;
    }
    .servises__absolute {
        max-width: 620px;
    }
    .about__image__img {
        width: 576px;
        height: 581px;
    }
    .about__items__img__item {
        width: 606px;
        height: 406px;
    }
    .about__items__img__item img {
        width: 100%;
        height: 100%;
    }
    .header {
        height: 100vh;
        padding-top: 30px;
        margin-top: -30px;
    }
    .limiter__header {
        width: 93%;
    }
    .header__mainoffer__muckup p {
        font-size: 110px;
    }
    .header__backblock {
        width: 45%;
        right: 13%;
    }
    .limiter__header:before {
        bottom: 15%;
        right: 20px;
    }
    .header__adress {
        margin-top: 60px;
        margin-left: 25px;
    }
    .about__items {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .about__right__items {
        margin-left: 0;
    }
    .tabs-nav {
        min-width: 15%;
    }
    .servises__ites__item {
        height: 450px;
    }
    .servises__tabsright__item {
        width: 530px;
        height: 581px;
    }
    .servises__tabsright__item img {
        max-width: 100%;
        height: 100%;
    }
    .reviews__item__bottom p {
        max-width: 348px;
        font-size: 15px;
		line-height: 22px;
    }
    .reviews__item {
        margin-right: 88px;
    }
    .footer {
        margin-top: 100px;
    }
}
@media screen and (max-width: 1200px) {
	.about__disc {
		width: 520px;
	}
	.servises__tabsright__item {
		width: 500px;
		height: 500px;
	}
	.tabs-nav {
		margin-left: -30px;
	}
	.servises__tabsleft {
		width: 35%;
	}
	.callback__input {
		margin-right: 30px;
	}
	.callback__input input {
		width: 220px;
	}
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
    .header__button {
        margin-top: 50px;
    }
    .about__image__img {
        width: 500px;
        height: 500px;
    }
    .about__absolute {
        max-width: 530px;
    }
    .marquiz__container {
        margin-left: 10px;
    }
    .servises__absolute {
        max-width: 550px;
    }
}
@media screen and (max-width: 1025px) {
    .callback {
        display: none;
    }
    .header__mainoffer__muckup p {
        font-size: 25px;
    }
    .water__items {
        flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-around;
    }
    .header__mainoffer__muckup p {
        font-size: 95px;
    }
    .header__mainoffer {
        margin-top: 60px;
    }
    .header__mainoffer__minioffer {
        margin-left: 69px;
    }
    .header__mainoffer__offer {
        margin-left: 0;
    }
    .header__button {
        margin-left: 0;
    }
    .header__adress {
        margin-left: 0;
    }
    .header__links {
        margin-top: 25px;
    }
    .about {
        margin-top: 100px;
    }
    .about__video {
        margin-left: 0;
        margin-top: 50px;
    }
    .about__disc {
        width: 362px;
    }
    .about__disc p {
        font-size: 16px;
    }
    .example {
        margin-top: 100px;
    }
    .header__side {
        display: none;
    }
    .work__item {
        margin-right: 27px;
    }
    .contacts__items {
        margin-right: 0;
    }
    .contacts__item {
        width: 200px;
    }
    .footer {
        margin-top: 100px;
    }
    .limiterfooter {
        width: 93%;
    }
    .work__item {
        margin-right: 37px;
    }
    .water__item {
        margin-right: 0;
        height: 290px;
    }
    .works__items {
        min-height: 300px;
    }
    .work__item {
        height: 344px;
    }
    .reviews {
        margin-bottom: 112px;
    }
    .contacts {
        margin-top: 165px;
    }
    .servises {
        margin-bottom: 146px;
        margin-top: 100px;
    }
    .reviews__items {
        margin-top: 50px;
    }
    #tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tabs__nav__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .tabs-nav li {
        margin-bottom: 25px;
        margin-right: 25px;
    }
    .tabs-nav li:last-child {
        margin-right: 0;
    }
    .servises__offer {
        margin-bottom: 15px;
    }
    .servises__tabsleft__disc p {
        max-width: 373px;
    }
    .arrows {
        right: 0;
        top: 34px;
    }
    .prev {
        right: 140px;
    }
    .arrowss {
        right: 0;
        top: 34px;
    }
    .header {
        height: 670px;
    }
    .header__mainoffer__offer {
    	width: 220px;
    }
    .servises__tabsleft {
    	margin-left: 10px;
    }
    .reviews__item {
	    margin-right: 30px;
	}
}
@media screen and (max-width: 769px) {
    .about__absolute {
        max-width: 100%;
    }
    .servises__absolute {
        max-width: 100%;
    }
    .about__items {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tabs-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .servises__tabsright__item {
        height: 481px;
    }
    .servises__tabsleft__disc p {
        max-width: unset;
    }
    .cont__bigitems {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts__map {
        width: 100%;
        margin-top: 0;
    }
    .header__backimg {
        right: 0;
    }
    .header {
        height: 622px;
    }
    .header__mainoffer__muckup p {
        font-size: 80px;
        z-index: 9999;
    }
    .header__button {
        margin-top: 60px;
    }
    .header__mainoffer__offer p {
        width: 303px;
        z-index: 99;
		position: relative;
		font-weight: 500;
    }
    .header__top__contact {
    	padding-left: 3px 15px;
    }
    .header__top__contact p {
    	width: 350px;
    }
    .header {
    	padding-top: 46px;
	    margin-top: -46px;
	}
	.header__backcall {
		display: none;
	}
	.about__disc {
		width: 100%;
	}
	.servises__tabsleft {
		width: 100%;
		margin-left: 50px;
	}
	.reviews {
		margin-bottom: 50px;
	}
	.contacts__item {
		width: 300px;
	}
	.header__mainoffer__minioffer p {
		z-index: 99;
		position: relative;
	}
	.header__links__phone {
		margin-top: -40px;
	}
	.cont__items {
		margin-bottom: 80px;
	}
}
@media screen and (min-width: 482px) and (max-width: 768px) {
    .header__backimg img {
        height: 50%;
        margin-top: 50%;
    }
    .header__button {
        z-index: 9999;
        position: relative;
    }
    .about__image__img img {
        padding-left: 0px;
    }
    .about__offer {
        padding-left: 0px;
    }
    .about__disc {
        padding-left: 20px;
    }
    .tabs-nav {
        margin-left: 30px;
    }
    .water__item {
        width: 50%;
    }
    #servises li.slick-slide {
        width: 10vw!important;
    }
    .works__offer p {
        font-size: 42px;
    }
    .reviews__item {
        max-width: none;
    }
    .reviews__item__bottom p {
        max-width: none;
    }
    .arrowss {
        top: 0;
    }
    .contacts__items {
        width: auto;
    }
    .cont__items {
        margin-bottom: 140px;
    }
    .footer__links ul li {
        margin-right: 15px;
    }
    .contacts {
        margin-top: 80px;
    }
    .callback {
        display: block;
    }
    .callback__items {
        flex-direction: column;
        height: auto;
        padding: 50px 0;
    }
    .callback__offer {
        margin-right: 0;
    }
    .marquiz__container {
        margin-left: 0;
    }
    .callback__offer .quiz-p1 {
        font-size: 30px;
    }
    .callback__input input {
        width: 170px;
    }
    .contacts__subscription__btn {
        margin-left: 20px;
    }
}
@media screen and (max-width: 481px) {
    .header__backimg img {
        width: 100%;
        height: 50%;
    }
    .callback__items {
        flex-direction: column;
        height: auto;
        padding: 50px 0;
    }
    .callback__offer .quiz-p1 {
        font-size: 26px;
    }
    .callback {
        display: block;
    }
    .header__mainoffer__muckup {
        margin-top: 375px !important;
        margin-bottom: 15px !important;
    }
    .header__mainoffer__muckup p {
        text-align: center;
    }
    .header__mainoffer__minioffer p {
        width: 100% !important;
        text-align: center;
    }
    .header__mainoffer__offer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header__mainoffer__offer p {
        width: 70% !important;
    }
    .header__mainoffer__minioffer::before {
        left: -5px !important;
        top: 14px !important;
    }
    .header__backimg {
        top: 19%;
    }
    .popupinput {
        padding-bottom: 0;
        padding-top: 0;
    }
    .tabs-nav li {
        text-align: center;
        margin-right: 0;
    }
    .servises__tabsleft {
        margin-left: 0;
    }
    .servises__absolute {
        max-width: 100%;
        height: unset;
    }
    .servises__ites__item {
        height: unset;
    }
    .servises__tabsright {
        width: 100%;
    }
    .about__items__img__item {
        height: 100%;
    }
    .about__image {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header__mainoffer__offer {
        width: 100%;
    }
    .footer__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 20px;
    }
    .header {
        height: 100%;
        padding-top: 0;
		margin-top: 0;
    }
    .water__item {
        margin-bottom: 50px;
        height: 200px;
    }
    .water__third {
        height: 250px;
    }
    .about__image__img {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 90%;
        height: 328px;
        background: 0 0;
    }
    .water {
        padding-top: 110px;
    }
    .header__button a::after {
        display: none;
    }
    .servises__tabsright__item {
        width: 100%;
    }
    .servises__tabsright__item img {
        max-width: 100%;
    }
    .servises__tabsleft__button a::before {
        display: none;
    }
    .contacts__item {
        width: 100%;
    }
    .about__image__img img {
        width: 100%;
        height: 244px;
        padding-left: 0;
    }
    .about__limiter {
        width: 100%;
    }
    .about__items {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about__offer h2 {
        font-size: 36px;
    }
    .about__disc p {
        width: 100%;
    }
    .about__right__items {
        margin-left: 0;
        padding-left: 22px;
        padding-right: 22px;
    }
    .about__video {
        margin-top: 25px;
    }
    .example__offer h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .example__smalloffer p {
        width: 184px;
    }
    .example__smalloffer {
        margin-bottom: 35px;
    }
    .water {
        margin-top: 47px;
        padding-bottom: 50px;
    }
    .servises__offer p {
        font-size: 36px;
    }
    .servises {
        margin-top: 30px;
    }
    .tabs-item {
        border: none;
    }
    .servises__tabsright__item {
        width: 100%;
        height: 250px;
        background: #fff;
    }
    .servises__tabsright__item img {
        height: 250px;
        max-width: unset;
    }
    .about__disc {
        width: 100%;
        padding-left: 0;
    }
    .reviews__offer p {
        font-size: 36px;
    }
    .works__offer p {
        font-size: 36px;
    }
    .contacts__offer p {
        font-size: 36px;
    }
    .cont__items {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .contacts {
        margin-top: 56px;
    }
    .mainimg {
        height: 400px;
    }
    .arrowss {
        display: none;
    }
    .arrows {
        display: none;
    }
    .work__item {
        margin-right: 25px;
    }
    .work__item:last-child {
        margin-right: 0;
    }
    .reviews__item {
        padding-left: 10px;
        margin-right: 40px;
    }
    .header__button {
        display: none;
    }
    .header__links__nav {
        display: none;
    }
    .header__links__phone {
    	display: none;
    }
    .burgermenu.block .header__links__phone {
        display: flex;
		flex-direction: column;
		row-gap: 15px;
		align-items: center;
		margin-top: 20px;
    }
    .header__links__phone span span {
    	opacity: 1!important;
    }
    .limiter__header::before {
        display: none;
    }
    .nadyamobile {
        display: block;
    }
    .nadyadesc {
        display: none;
    }
    .header__adress {
        display: none;
    }
    .header__backblock {
        right: 0;
        width: 100%;
        height: 85%;
    }
    .header__mainoffer__muckup {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .header__mainoffer__muckup p {
        font-size: 36px;
        font-weight: 600;
        line-height: 44px;
    }
    .header__mainoffer {
        position: relative;
        z-index: 999999;
    }
    .header__mainoffer__minioffer p {
        width: 153px;
    }
    .header__mainoffer__offer p {
        width: 216px;
        color: #000;
    }
    .header__mainoffer__minioffer::before {
        width: 40px;
        top: 24px;
        left: -52px;
    }
    .header__mainoffer__minioffer {
        margin-left: 15px;
    }
    .contacts__item__town p {
        text-align: center;
    }
    .contacts__item__disc p {
        text-align: center;
    }
    .contacts__links {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .works__items {
        margin-top: 50px;
    }
    .reviews {
        margin-bottom: 50px;
    }
    .servises {
        margin-bottom: 50px;
    }
    .servises__tabsleft__disc p {
        width: 264px;
    }
    .buttonmobile {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 56px;
        position: relative;
    }
    .buttonmobile::before {
        content: "";
        position: absolute;
        display: block;
        height: 1px;
        width: 18%;
        right: 0;
        top: 23px;
        background: #373737;
    }
    .about {
        margin-top: 55px;
    }
    .buttonmobile__button {
        display: inline-block;
        width: 187px;
        height: 50px;
        border: 1px solid #373737;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 50px;
        color: #000;
        z-index: 999999999999;
    }
    .burgeropen {
        display: block;
        position: fixed;
        right: 15px;
        top: 25px;
        z-index: 999;
    }
    .burgeropen img {
        fill: #fff;
    }
    .burgermenu {
        width: 100%;
        min-height: 100vh;
        position: fixed;
        overflow-y: hidden;
        z-index: 9999999;
        background: #fff;
    }
    .burgermenu__close {
        position: absolute;
        right: 26px;
        top: 38px;
    }
    .burgermenu__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 90px;
    }
    .burgermenu__items ul li {
        margin-bottom: 30px;
        text-align: center;
        list-style: none;
    }
    .burgermenu__items ul li:last-child {
        margin-bottom: 0;
    }
    .burgermenu__items ul li a {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        color: #373737;
    }
    .burgermenu__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
        margin-top: 50px;
    }
    .burgermenu__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .burgermenu__links__link {
        padding-top: 24px;
        margin-right: 45px;
    }
    .burgermenu__links__link:last-child {
        margin-right: 0;
    }
    .mainimg {
        margin-right: 10px;
        width: 100%;
    }
    .example {
        margin-top: 50px;
    }
    .contacts__map {
        height: 289px;
    }
    .reviews__top_name {
        font-size: 21px;
    }
    .footer__links {
        padding-right: 0;
    }
    .footer__links ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .footer__links ul li {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .footer__links ul li:last-child {
        margin-bottom: 0;
    }
    .callback {
        display: block;
    }
    .callback__offer p {
        font-size: 22px;
		line-height: 36px;
		text-align: center;
    }
    .callback__offer {
        margin-bottom: 25px;
    }
    .callback__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .callbackform {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    .callbackform form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 75%;
    }
    .callbackform form input {
        width: 100%;
    }
    .callback__button::after {
        display: none;
    }
    .callback__input {
        margin-right: 0;
        margin-bottom: 44px;
    }
    .callback__input:last-child {
        margin-bottom: 0;
    }
    .callback__items {
        height: 100%;
        padding-bottom: 64px;
        padding-top: 45px;
    }
    .callback {
        margin-bottom: 65px;
    }
    .contacts__item__disc {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .water__first::after {
        left: -10px;
    }
    .water__second::after {
        left: -10px;
    }
    .water__third::after {
        left: -10px;
    }
    .water__4::after {
        left: -10px;
    }
    .water {
        margin-bottom: 50px;
    }
    .dnone {
        display: block;
    }
    .dblock {
        display: none;
    }
    .about__offer {
        padding-left: 20px;
    }
    .prevab {
        left: 3%;
    }
    .nextab {
        right: 3%;
    }
    .servises__tabsleft__offer {
        margin-bottom: 15px;
    }
    .header__side__logo img {
        width: 105px;
    }
    .header__side__logo {
        margin-top: 0;
        margin-bottom: 0;
    }
    .header__links {
        margin-top: 20px;
    }
    .servises__ites__item {
        background-size: contain;
        background-repeat: no-repeat;
    }
    .reviews__top__img {
        margin-right: 10px;
    }
    .reviews__top__name_date p {
        margin-bottom: 0;
    }
    .water__item span {
        line-height: 0;
    }
    .cont__items {
    	flex-wrap: wrap;
    }
    .contacts__items {
    	width: 100%;
    }
    .callback__offer {
    	margin-right: 0;
    }
    .header__mainoffer__minioffer {
    	display: none;
    }
    .header__top__contact{
    	display: none;
    }
    .header__backcall.header__backcall__mobile {
    	display: block;
    	position: absolute;
    	top: 20px;
    	font-size: 11px;
    	padding: 10px 10px;
    	height: 40px;
    	margin: 0;
    	right: 60px;
    }
    .contacts__subscription {
        position: relative;
        row-gap: 20px;
        justify-content: center;
        bottom: 0;
    }
    .contacts__subscription__text {
        text-align: center;
        font-weight: 800;
        font-size: 20px;
    }
    .contacts__subscription__input {
        height: 50px;
        width: 80%;
    }
    .contacts__subscription__btn {
    	width: 80%;
    }
    .quiz-link {
        margin-left:0;
    }
    .marquiz__container {
        margin-left:0px;
    }
    .marquiz__button {
        font-size:16px;
    }
    .callback__button button, .callback__button input {
        width: 100%;
    }
    .contacts__subscription form {
        text-align: center;
    }
    .contacts__subscription__btn {
        margin-top: 20px;
    }
    .whats {
        right: 3%;
        width: 94%;
        margin-right: 0;
        justify-content: space-between;
    }
}
@media screen and (max-width: 350px) {
    .cont__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .reviews__top__img {
        max-width: 100px;
        height: 100px;
    }
    .reviews {
        padding-left: 0;
    }
    .reviews__offer {
        padding-left: 5.5%;
    }
}

#__replain_widget {display: none!important}