@charset "utf-8";

/* Modern animations and transitions - cross-browser support */
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

* {
    -webkit-tap-highlight-color: transparent;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

html {
    position: relative;
}

body {
    background: #f8f9fa;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: ".";
    clear: both;
    height: 0;
}

.head-top {
    max-width: 980px;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    float: left;
}

.logo a {
    display: block;
    text-decoration: none;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.logo a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.logo img {
    display: block;
    height: auto;
    width: 162px;
    max-height: none;
    -webkit-filter: brightness(1.3) contrast(1.1) saturate(1.2);
    filter: brightness(1.3) contrast(1.1) saturate(1.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.logo:hover img {
    -webkit-filter: brightness(1.4) contrast(1.15) saturate(1.3);
    filter: brightness(1.4) contrast(1.15) saturate(1.3);
}

/* Анимация бегущей звезды на логотипе */
.logo::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        transparent 30%,
        rgba(255, 255, 255, 0.8) 45%,
        rgba(255, 255, 255, 1) 50%,
        rgba(255, 255, 255, 0.8) 55%,
        transparent 70%,
        transparent 100%
    );
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: starRun 3s infinite;
    animation: starRun 3s infinite;
    z-index: 1;
    pointer-events: none;
}

@-webkit-keyframes starRun {
    0% {
        left: -100%;
        top: -50%;
    }
    100% {
        left: 100%;
        top: 150%;
    }
}

@keyframes starRun {
    0% {
        left: -100%;
        top: -50%;
    }
    100% {
        left: 100%;
        top: 150%;
    }
}

.logo b {
    display: block;
    background: url(../img/logo.png) no-repeat;
    width: 205px;
    height: 75px;
    margin: 0 auto 2px;
    font-size: 0;
    color: transparent;
}

.logo i {
    display: block;
    font-size: 15px;
    color: #303a0e;
    line-height: 1;
}

.head-top .phones {
    float: left;
    margin: 20px 0 0 80px;
}

.head-top .phones span {
    display: block;
    text-align: center;
    font-size: 21px;
    color: #fff;
    line-height: 30px;
    font-weight: 700;
}

.phones {
    float: left;
    background: url(../img/p.png) no-repeat 0 92%;
    padding: 0 0 0 31px;
    margin: 0 0 0 5px;
}

.head-top .phones1 {
    float: left;
    margin: 20px 0 0 10px;
}

.head-top .phones1 span {
    display: block;
    text-align: center;
    font-size: 21px;
    color: #fff;
    line-height: 30px;
    font-weight: 700;
}

.phones1 {
    float: left;
    background: url(../img/d.png) no-repeat 0 92%;
    padding: 0 0 0 29px;
    margin: 0 0 0 5px;
}

.head-top .contact {
    float: right;
    margin: 27px 5px 0 0;
}

.head-top .contact span {
    display: block;
    text-align: right;
}

.head-top .contact span.adress {

    font-size: 18px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 5px;
}

.btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #2085aa 0%, #0a5672 100%);
    width: 192px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding: 16px 0;
    border-radius: 12px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(32, 133, 170, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(32, 133, 170, 0.4);
}

.btn:active {
    transform: translateY(0);
}

.btn3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    background: #eee;
    min-width: 160px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 12px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.btn3.blue {
    background: linear-gradient(135deg, #2085aa 0%, #0a5672 100%);
    border: none;
    margin-top: 0;
    box-shadow: 0 4px 15px rgba(32, 133, 170, 0.3);
    color: #fff;
}

.btn3.blue:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(32, 133, 170, 0.4);
    background: linear-gradient(135deg, #0a5672 0%, #2085aa 100%);
}

.btn3.blue:active {
    transform: translateY(0);
}

.btn.red {
    background: linear-gradient(135deg, #ff9704 0%, #ff7a00 100%);
    border: none;
    color: #fff;
    box-shadow: 0 4px 15px rgba(255, 151, 4, 0.3);
}

.btn.blue {
    background: #2085aa;
    border-color: #0a5672;
}

.btn.blue:hover {
    background: #278eb4;
}

.btn.blue:active {
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.block-him {
    min-height: auto;
    padding: 40px 0;
    width: 100%;
}

.block-him h1 {
    font-size: 42px;
    color: #1a1a1a;
    text-align: center;
    max-width: 1200px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 25px 30px;
    margin: 10px auto 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    line-height: 1.3;
}

.block-him h2 {
    font-size: 24px;
    color: #4a4a4a;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin: 0 auto 30px;
    max-width: 800px;
    font-weight: 400;
    line-height: 1.5;
}

.back {
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.95) 0%, rgba(233, 236, 239, 0.95) 100%);
    overflow: hidden;
    padding: 20px 0;
}

/* Block-him h1 styles moved above */

.block-him h1 b {
    display: inline-block;
    font-size: 34px;
    line-height: 48px;
    font-weight: 700;
}

.block-him h1 span {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 6px;
}

.him-wrap {
    text-align: center;
    margin-top: 32px;
}

.him-item {
    display: inline-block;
    vertical-align: top;

    line-height: 29px;
    font-size: 24px;
    color: #222222;
    width: 290px;
    margin-right: 22px;
    margin-bottom: 12px;
}

.him-item:nth-child(3n) {
    margin-right: 0;
}

.him-item:nth-child(4),
.him-item:nth-child(5),
.him-item:nth-child(6) {
    margin-bottom: 0;
}

.him-item span {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 9px;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.1), 0px 0px 20px rgba(0, 0, 0, 0.06);
    background: rgb(254, 254, 254);
    background: -moz-linear-gradient(top, rgb(254, 254, 254) 0%, rgb(236, 235, 235) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(254, 254, 254)), color-stop(100%, rgb(236, 235, 235)));
    background: -webkit-linear-gradient(top, rgb(254, 254, 254) 0%, rgb(236, 235, 235) 100%);
    background: -o-linear-gradient(top, rgb(254, 254, 254) 0%, rgb(236, 235, 235) 100%);
    background: -ms-linear-gradient(top, rgb(254, 254, 254) 0%, rgb(236, 235, 235) 100%);
    background: linear-gradient(to bottom, rgb(254, 254, 254) 0%, rgb(236, 235, 235) 100%);
}

.him-item span i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/icons.png) no-repeat 0 0;
}

.him-item.item1 span i {
    width: 80px;
    height: 34px;
    background-position: 0 0;
    margin: -17px 0 0 -40px;
}

.him-item.item2 span i {
    width: 62px;
    height: 44px;
    background-position: 0 -34px;
    margin: -22px 0 0 -31px;
}

.him-item.item3 span i {
    width: 82px;
    height: 29px;
    background-position: 0 -78px;
    margin: -15px 0 0 -41px;
}

.him-item.item4 span i {
    width: 46px;
    height: 50px;
    background-position: 0 -107px;
    margin: -25px 0 0 -23px;
}

.him-item.item5 span i {
    width: 47px;
    height: 47px;
    background-position: 0 -157px;
    margin: -23px 0 0 -23px;
}

.him-item.item6 span i {
    width: 51px;
    height: 54px;
    background-position: 0 -204px;
    margin: -27px 0 0 -25px;
}

.him-item p {
    display: block;
}

.topb {
    width: 100%;
    display: block;
    margin: 15px auto;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.topb:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

/* Logo styles moved to main menu section */

.block-action {
    position: relative;
    border-bottom: 13px solid #e1bb74;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    height: 277px;
    background: url(../img/clouds.png) repeat-x 0 0;
}

.action-cloud {
    width: 100%;
    min-width: 980px;
    height: 91px;
    background: url(../img/clouds.png) repeat-x 0 0;
    position: absolute;
    left: 0;
    top: -91px;
    z-index: 23;
}

.action-cloud-bg {
    width: 100%;
    max-width: 980px;
    height: 67px;
    background: url(../img/clouds_bg.png) repeat-x -211px 0;
    position: absolute;
    left: 0;
    top: -67px;
    z-index: 12;
}

/* .action-body - styles removed */

.action-desc {
    float: left;
    width: 477px;
    margin: 0 0 0 135px;
}

.action-desc h2 {
    font-size: 38px;
    line-height: 1;
    color: #111111;
    font-weight: 700;
    margin-bottom: 2px;
}

.action-desc h3 {
    font-size: 22px;
    line-height: 1;
    color: #111111;
    font-weight: 700;
    margin-bottom: 4px;
}

.action-desc h3 txt {
    text-align: center;
    color: white;
    background-color: red;
}

.action-desc p {
    font-size: 17px;
    color: #111111;
    line-height: 21px;
    padding: 0 16px 0 0;

}

.action-form {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.action-form h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 20px;
}

.action-form .form-line {
    margin-bottom: 18px;
    width: 100%;
}

.action-form .form-line:last-child {
    margin-bottom: 0;
    margin-top: 10px;
}

.action-form input[type="text"] {
    background: #FFF;
    border: 1px solid #d5b881;
    box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.18), 0px 1px 0px rgba(255, 255, 255, 0.25);
    margin: 0;
    padding: 14px 15px;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;

    font-size: 14px;
    color: #666666;
    font-style: italic;
    border-radius: 5px;
}

.action-form .btn {
    width: 100%;
}

.action-form {
    max-width: 350px;
    margin: 0 auto;
}

.action-form h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 20px;
}

.action-form .form-line {
    margin-bottom: 15px;
}

.action-form .form-line:last-child {
    margin-bottom: 0;
    margin-top: 24px;
}

.action-form input[type="text"] {
    background: #FFF;
    border: 2px solid #e0e0e0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 16px 20px;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-size: 15px;
    color: #1a1a1a;
    font-style: normal;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.action-form input[type="text"]:focus {
    border-color: #2085aa;
    box-shadow: 0 4px 20px rgba(32, 133, 170, 0.15);
    transform: translateY(-2px);
}

.action-form .btn {
    width: 100%;
}

.action-countdown {
    margin-top: 18px;
}

.action-countdown .countdown-title {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    float: left;

    padding: 16px 0;
    display: block;
    width: 187px;
    overflow: hidden;
    background: #5d5354;
    border: 3px solid #fff;
}

.action-countdown .action-counter {
    float: right;
    background: #5d5354;
    border: 3px solid #fff;
    border-radius: 15px;
    color: #fff;

    font-size: 32px;
    line-height: 1;
    padding: 10px 0;
    word-spacing: -4px;
    width: 290px;
    text-align: center;
    overflow: hidden;
}

.action-countdown .action-counter b {
    font-weight: 700;
}

.action-countdown .action-counter i {
    font-size: 18px;
}

.action-form2 {
    float: left;
    max-width: 204px;
    margin: 0 0 0 26px;
}

.action-form2 h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #111111;
    text-align: center;
    margin-bottom: 11px;
}

.action-form2 .form-line2 {
    margin-bottom: 10px;
}

.action-form2 .form-line2:last-child {
    margin-bottom: 0;
    margin-top: 24px;
}

.action-form2 input[type="text"] {
    background: #FFF;
    border: 1px solid #d5b881;
    box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.18), 0px 1px 0px rgba(255, 255, 255, 0.25);
    margin: 0;
    padding: 14px 15px;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;

    font-size: 14px;
    color: #666666;
    font-style: italic;
    border-radius: 5px;
}

.action-form2 .btn2 {
    width: 100%;
}

.action-countdown2 {
    margin-top: 18px;
}

.action-countdown2 .countdown-title2 {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    float: left;

    padding: 16px 0;
    display: block;
    text-align: center;
    background: red;
    max-width: 177px;
    overflow: hidden;
}

.action-countdown2 .action-counter2 {
    float: right;
    background: #fee5b8;
    border: 1px solid #be9448;
    border-radius: 15px;
    color: #111111;

    font-size: 32px;
    line-height: 1;
    padding: 10px 0;
    word-spacing: -4px;
    max-width: 290px;
    text-align: center;
    overflow: hidden;
}

.action-countdown2 .action-counter2 b {
    font-weight: 700;
}

.action-countdown2 .action-counter2 i {
    font-size: 18px;
}

.btn2 {
    display: block;

    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    background: #eee;
    width: 192px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding: 14.5px 0;
    border-radius: 5px;
    border-bottom: 2px solid #ccc;
    margin: 0 auto;
}

.btn2.blue {
    background: linear-gradient(135deg, #2085aa 0%, #0a5672 100%);
    border: none;
    color: #fff;
    box-shadow: 0 4px 15px rgba(32, 133, 170, 0.3);
    transition: all 0.3s ease;
}

.btn2.blue:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(32, 133, 170, 0.4);
}

.btn2.blue:hover {
    background: #278eb4;
}

.btn2.blue:active {
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.block-howdo {
    margin-top: 49px;
}

h2.global_title {
    font-size: 42px;
    line-height: 1.2;
    color: #1a1a1a;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding: 18px 0 0 0;
    margin: 0 0 40px 0;
    letter-spacing: -0.5px;
}

h2.global_title i {
    display: block;
    max-width: 977px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    height: 5px;
    background: url(../img/pattern.png) repeat-x 0 0;
}

h2.global_title span {
    display: block;
    position: absolute;
    z-index: 12;
    left: 50%;
    max-width: 574px;
    margin-left: -287px;
    background: #FFF;
    top: 0;
}

.howdo-video a {
    display: block;
    max-width: 462px;
    height: 327px;
    background-position: 50%;
    font-size: 0;
    color: transparent;
}

.howdo-video a:hover {
    opacity: 0.9;
}

.howdo-list {
    float: left;
    max-width: 386px;
    margin: 0px 0 0 90px;
}

.howdo-list li {
    list-style: none;
    position: relative;
    display: block;
    height: 40px;
    margin-bottom: 15px;
}

.howdo-list li:last-child {
    margin-bottom: 0;
}

.howdo-list li span {
    display: block;
    position: absolute;
    top: 3px;
    left: -46px;
    font-size: 24px;
    text-align: center;
    color: #2085aa;
    font-weight: 700;

    background: #a6d3e3;
    border: 1px solid #2085aa;
    border-radius: 50%;
    width: 32px;
    line-height: 1;
    padding: 4px 0;
}

.howdo-list li span:before {
    content: "";
    display: block;
    width: 11px;
    height: 14px;
    background: url(../img/s.png) no-repeat 0 0;
    position: absolute;
    top: 32px;
    left: 11px;
}

.howdo-list li.item6 span:before {
    display: none;
}

.howdo-list li p {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    height: auto;
    width: 100%;

    font-size: 17px;
    line-height: 20px;
    color: #222222;
}

.block-eco {
    margin-top: 5px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%);
    padding: 50px 30px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(32, 133, 170, 0.1);
}

.block-eco .container {
    background: transparent;
    box-shadow: none;
    padding: 0;
    max-width: 1000px;
}

.block-eco .container p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 20px;
    text-align: justify;
}

.block-eco .container h2 {
    font-size: 32px;
    color: #0a5672;
    font-weight: 700;
    margin: 40px 0 25px;
    line-height: 1.3;
    text-align: left;
}

.block-eco .container h3 {
    font-size: 26px;
    color: #2085aa;
    font-weight: 600;
    margin: 30px 0 20px;
    line-height: 1.4;
}

.block-eco .container ol,
.block-eco .container ul {
    padding-left: 30px;
    margin: 20px 0;
}

.block-eco .container li {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 15px;
    padding-left: 10px;
}

.block-eco .container ol li {
    list-style-type: decimal;
    margin-bottom: 20px;
}

.block-eco .container ul li {
    list-style-type: disc;
    margin-bottom: 12px;
}

.block-eco .container ol li::marker,
.block-eco .container ul li::marker {
    color: #2085aa;
    font-weight: 600;
}

.block-eco h2.global_title {
    margin: 0 0 15px 0;
}

.block-eco h2.global_title span {
    max-width: 604px;
    margin-left: -302px;
}

.eco-price {
    height: 200px;
    margin-top: 60px;
    background: rgba(255, 255, 255, 0.6);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.eco-price:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.eco-pri {
    float: left;
    margin-right: 24px;
    margin-left: 10px;
}

.eco-impri {
    border-radius: 20px;
    width: 210px;
    height: 210px;
    object-fit: cover;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.eco-price:hover .eco-impri {
    transform: scale(1.05);
}

.eco-wrap .eco-text {
    font-size: 17px;

    color: #222222;
    line-height: 24px;
    max-width: 1080px;
    margin: 0 0 0 31px;
    float: left;
}

.eco-wrap .eco-img {
    float: left;
    max-width: 338px;
    overflow: hidden;
    margin: 13px 0 0 0;
}

.eco-wrap .eco-text b {
    color: #2a2177;
    font-weight: 700;
}

.block-pro {
    margin-top: 5px;
}

.block-pro h2.global_title {
    margin: 0 0 15px 0;
    line-height: 41px;
}

.block-pro h2.global_title span {
    max-width: 720px;
    margin-left: -360px;
}

.pro-wrap {
    text-align: center;
    word-spacing: 8px;
}

.pro-item {
    vertical-align: top;
    display: inline-block;
    background: #f9f9f9;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    max-width: 251px;
    padding: 3px 18px;
    min-height: 785px;
    overflow: hidden;
    word-spacing: normal;
}

.pro-item h3 {
    height: 42px;
    position: relative;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 7px;
}

.pro-item h3 span {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
}

.pro-item h3 span i {
    display: inline-block;
    position: relative;
    width: 112px;
    font-size: 0;
    height: 17px;
    color: transparent;
}

.pro-item h3 span i b {
    display: block;
    position: absolute;
    top: -17px;
    left: 0;
    background: url(../img/mini_logo.png) no-repeat 0 0;
    width: 112px;
    height: 40px;
}

.pro-items {
    margin-top: 14px;
}

.pro-items li {
    list-style: none;
    display: block;
    text-align: left;

    font-size: 17px;
    line-height: 21px;
    color: #222222;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.18), inset 0px -1px 0px rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    padding: 5px 12px;
    margin-bottom: 9px;
}

.pro-items li:last-child {
    margin-bottom: 0;
}

.pro-items li.good {
    background: #f1fbca;
    background: -moz-linear-gradient(top, #f1fbca 0%, #e3f3a4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1fbca), color-stop(100%, #e3f3a4));
    background: -webkit-linear-gradient(top, #f1fbca 0%, #e3f3a4 100%);
    background: -o-linear-gradient(top, #f1fbca 0%, #e3f3a4 100%);
    background: -ms-linear-gradient(top, #f1fbca 0%, #e3f3a4 100%);
    background: linear-gradient(to bottom, #f1fbca 0%, #e3f3a4 100%);
}

.pro-items li.bad {
    background: #fed5d1;
    background: -moz-linear-gradient(top, #fed5d1 0%, #feaaa3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fed5d1), color-stop(100%, #feaaa3));
    background: -webkit-linear-gradient(top, #fed5d1 0%, #feaaa3 100%);
    background: -o-linear-gradient(top, #fed5d1 0%, #feaaa3 100%);
    background: -ms-linear-gradient(top, #fed5d1 0%, #feaaa3 100%);
    background: linear-gradient(to bottom, #fed5d1 0%, #feaaa3 100%);
}

.block-work {
    margin-top: 13px;
    padding: 40px 0;
    animation: fadeInUp 0.6s ease-out;
}

.block-work h2.global_title {
    margin: 0 0 44px 0;
}

.block-work h2.global_title span {
    max-width: 400px;
    margin-left: -200px;
}

.work-wrap {
    text-align: center;
    word-spacing: 3px;
}

.work-wrap .work-item {
    word-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 150px;
    transition: transform 0.3s ease;
}

.work-wrap .work-item:hover {
    transform: translateY(-5px);
}

.work-wrap .work-item i {
    display: block;
    width: 100px;
    height: 100px;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    margin: 0 auto 11px;
    transition: all 0.3s ease;
}

.work-wrap .work-item:hover i {
    box-shadow: 0 12px 35px rgba(32, 133, 170, 0.25);
}

.work-wrap .work-item.item1 i {
    background: url(../img/1.png) no-repeat 50%;
    background-size: cover;
}

.work-wrap .work-item.item2 i {
    background: url(../img/2.png) no-repeat 50%;
    background-size: cover;
}

.work-wrap .work-item.item3 i {
    background: url(../img/3.png) no-repeat 50%;
    background-size: cover;
}

.work-wrap .work-item.item4 i {
    background: url(../img/4.png) no-repeat 50%;
    background-size: cover;
}

.work-wrap .work-item.item5 i {
    background: url(../img/5.png) no-repeat 50%;
    background-size: cover;
}

.work-wrap .work-item.item6 i {
    background: url(../img/6.png) no-repeat 50%;
}

.work-wrap .work-item p {

    color: #0a5672;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.results-wrap {
    text-align: center;
    word-spacing: 20px;
    overflow: hidden;
    padding-bottom: 10px;
}

.results-item {
    word-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 249px;
    position: relative;
}

.block-results {
    margin-top: 16px;
    margin-bottom: 22px;
    padding: 40px 0;
    animation: fadeInUp 0.8s ease-out;
}

.block-results h2.global_title {
    margin: 0 0 43px 0;
}

.results-item h3 {

    color: #222222;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 17px;
}

.results-item h3 b {

    color: #222222;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 17px;
}

.result-image {
    position: relative;
    z-index: 12;
    width: 239px;
    height: 239px;
    overflow: hidden;
    border-radius: 16px;
    border: 4px solid #FDFDFD;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.result-image:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.result-image img {
    display: block;
    position: relative;
    z-index: 12;
    width: 100%;
}

.results-item .result-zoom {
    display: block;
    position: absolute;
    z-index: 21;
    top: 37px;
    width: 348px;
    height: 215px;
}

.results-item .result-zoom p {
    display: block;
    position: absolute;
    bottom: -58px;
    left: 21px;
    width: 176px;

    font-size: 17px;
    color: #222222;
    line-height: 23px;
}

.results-item .result-zoom.right p {
    left: auto;
    right: 21px;
}

.results-item .result-zoom p b {
    font-size: 21px;
    color: #000;
    font-weight: 700;
}

.results-item .result-zoom.left {
    background: url(../img/result_left.png) no-repeat 0 0;
    left: -234px;
}

.results-item .result-zoom.right {
    background: url(../img/result_right.png) no-repeat 0 0;
    right: -221px;
}

.result-one {
    margin-bottom: 21px;
}

.block-reviews {
    margin-top: 7px;
    padding: 40px 0;
    animation: fadeInUp 1s ease-out;
}

.block-reviews h2.global_title {
    margin: 0 0 41px 0;
}

.reviews-item {
    float: left;
    margin-right: 50px;
    display: block;
    width: 280px;
    background: rgba(255, 255, 255, 0.8);
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.reviews-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.reviews-item:first-child {
    margin-left: 20px;
}

.reviews-item:last-child {
    margin-right: 0;
}

.reviews-item {
    text-align: left;
    line-height: 20px;
    font-size: 17px;

    color: #222222;
}

.reviews-item p {
    display: block;
}

.review-name {
    display: block;
    position: relative;
    padding: 32.5px 0 32.5px 88px;
    margin-top: 11px;
}

.review-name .avatar {
    display: block;
    width: 86px;
    height: 86px;
    position: absolute;
    top: 2px;
    left: -12px;
    background: #eee;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.reviews-item:hover .review-name .avatar {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.block-price {
    margin-top: 61px;
    padding: 40px 0;
    animation: fadeInUp 1.2s ease-out;
}

.block-price h2.global_title {
    margin: 0 0 33px 0;
}

.block-price h2.global_title span {
    max-width: 260px;
    margin-left: -130px;
}

.price-info {
    text-align: left;
}

.price-info h3 {
    color: #0a5672;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    padding-top: 37px;
}

.price-info h4 {
    font-size: 36px;
    line-height: 1;
    color: #ff9704;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(255, 151, 4, 0.2);
}

.price-info h4 span {
    font-size: 30px;
    color: #7b7b7b;
    font-weight: 400;
    text-decoration: line-through;
}

.price-info p {
    color: #2085aa;
    font-size: 24px;
    line-height: 1;

}

.price-infom {
    text-align: left;
}

.price-infom h3 {
    color: #0a5672;
    font-size: 30px;

    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px;
}

.price-infom h4 {
    font-size: 30px;

    line-height: 1;
    color: #d4992a;
    font-weight: 700;
    margin-bottom: 5px;
}

.price-infom h4 span {
    font-size: 30px;
    color: #7b7b7b;
    font-weight: 400;
    text-decoration: line-through;
}

.price-infom p {
    color: #2085aa;
    font-size: 24px;
    line-height: 1;

}

.price-calc {
    margin-top: 57px;
}

.price-calc h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    line-height: 1;
    text-align: center;
    margin-bottom: 21px;
}

.price-body {
    height: 409px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: #ffe1a9;
    position: relative;
    overflow: hidden;
    background: -moz-linear-gradient(top, #ffe1a9 0%, #f9cf81 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe1a9), color-stop(100%, #f9cf81));
    background: -webkit-linear-gradient(top, #ffe1a9 0%, #f9cf81 100%);
    background: -o-linear-gradient(top, #ffe1a9 0%, #f9cf81 100%);
    background: -ms-linear-gradient(top, #ffe1a9 0%, #f9cf81 100%);
    background: linear-gradient(to bottom, #ffe1a9 0%, #f9cf81 100%);
}

.price-body .bottom-line {
    display: block;
    position: absolute;
    width: 100%;
    height: 19px;
    background: #e1bb74;
    left: 0;
    bottom: 0;
}

.block-faq {
    margin-top: 46px;
}

.block-faq h2.global_title {
    margin: 0 0 41px 0;
}

.faq-wrap {
    max-width: 931px;
    margin: 0 auto;
}

.faq-wrap li {
    list-style: none;
    display: block;
    margin-bottom: 26px;
}

.faq-wrap li:last-child {
    margin-bottom: 0;
}

.faq-wrap li h3 {
    font-size: 24px;
    line-height: 1;
    color: #222222;
    font-weight: 700;
    margin-bottom: 6px;
}

.faq-wrap li p {

    font-size: 18px;
    line-height: 20px;
    color: #222222;
}

.block-contacts {
    margin-top: 44px;
    background: rgba(255, 255, 255, 0.6);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.block-contacts h2.global_title {
    margin: 0 0 22px 0;
}

.block-contacts h2.global_title span {
    max-width: 250px;
    margin-left: -125px;
}

.contacts-wrap {
    padding: 0 0 17px 0;
}

.contacts-phone {
    float: left;
    background: url(../img/p.png) no-repeat 0 103%;
    padding: 0 0 0 31px;
    margin: 20px 0 0 5px;
}

.contacts-phone span {
    display: block;
    font-size: 24px;
    color: #2085aa;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 9px;
    transition: all 0.3s ease;
}

.contacts-phone span:hover {
    color: #0a5672;
    transform: translateX(5px);
}

.contacts-phone span:last-child {
    margin-bottom: 0;
}

.contacts-phone1 {
    float: left;
    background: url(../img/d.png) no-repeat 0 103%;
    padding: 0 0 0 31px;
    margin: 20px 0 0 200px;
}

.contacts-phone1 span {
    display: block;
    font-size: 21px;
    color: #222222;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 5px;
}

.contacts-adress {
    float: right;
    margin: 13px 3px 0 0;
}

.contacts-adress span {
    display: block;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 1.4;
    font-weight: 600;
    background: url(../img/pin.png) no-repeat 0 50%;
    padding: 4px 0 4px 30px;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}

.contacts-adress span:hover {
    color: #2085aa;
    transform: translateX(5px);
}

.contacts-adress span:last-child {
    margin-bottom: 0;
}

.block-map {
    width: 100%;
    height: 349px;
    background: #eee;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
}

#google-map {
    border-radius: 20px;
    overflow: hidden;
}

#google-map iframe {
    border-radius: 20px;
}

h1 {
    color: #1baabe;
    text-align: center;
    padding-top: 50px;

}

h1 b {
    display: inline-block;
    font-size: 34px;
    line-height: 48px;
    font-weight: 700;
    max-width: 960px;
    padding: 0 10px 0 10px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 7px 7px 7px 7px;
}

h1 span {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    line-height: 24px;
    padding: 6px 5px 6px 5px;
    background: #fff;
    border-radius: 0 0 7px 7px;
}

#block-foot,
.foot-quest {
    width: 100%;
}

.foot-quest {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-top: none;
    border-bottom: none;
    text-align: center;
    padding: 40px 0 50px 0;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.05);
}

@media (max-width:768px) {
    .foot-quest {
        padding: 30px 15px 40px;
    }
    
    .foot-quest h2 {
        font-size: 28px;
        margin-bottom: 15px;
        line-height: 1.3;
    }
    
    .foot-quest p {
        font-size: 18px;
        line-height: 1.7;
        padding: 0 10px;
    }
    
    .foot-quest p b {
        font-size: 20px;
        display: block;
        margin: 10px 0;
    }
    
    .foot-quest p a {
        font-size: 20px;
        display: inline-block;
        margin-top: 8px;
        padding: 8px 0;
    }
    
    .foot-copy {
        padding: 15px 10px;
    }
    
    .foot-copy p {
        font-size: 15px;
        line-height: 1.5;
    }
}

.foot-quest h2 {
    font-size: 36px;
    color: #222222;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 19px;
}

.foot-quest p {
    font-size: 21px;
    line-height: 24px;
    color: #636363;
}

.foot-quest p b {
    display: inline-block;
    color: #222222;
    font-size: 24px;
    font-weight: 700;
}

.foot-quest p a {
    display: inline-block;
    font-size: 24px;
    color: #2085aa;
    border-bottom: 1px dashed #2085aa;
    text-decoration: none;
}

.foot-quest p a:hover {
    border-color: transparent;
}

.foot-copy {
    padding: 17px 0;
}

.foot-copy p {
    font-size: 17px;
    font-weight: 700;
    color: #222222;
    text-align: center;
}

.foot-copy p a {
    color: #2085aa;
    text-decoration: underline;
}

.foot-copy p a:hover {
    text-decoration: none;
}

.price-calculator {
    float: left;
    max-width: 560px;
    margin: 42px 0 0 51px;
}

.price-item .title {
    display: block;
    font-size: 17px;
    color: #222222;
    line-height: 1;
    margin: 0 0 20px 0;
    padding: 0 0 0 2px;
}

.price-calculator .price-item {
    margin-bottom: 22px;
}

.price-calculator .price-item.last {
    margin-bottom: 0;
}

.price-total {
    color: #333333;
    line-height: 1;
    font-size: 26px;
    margin-top: 22px;
}

.price-total b {
    display: inline-block;
    font-size: 54px;
    font-weight: 700;
}

.price-desc {
    margin: 28px 0 0 2px;
}

.price-desc span {
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #484848;
    padding: 0 0 0 37px;
}

.price-desc span.d1 {
    background: url(../img/d1.png) no-repeat 0 50%;
    margin-bottom: 8px;
}

.price-desc span.d2 {
    background: url(../img/d2.png) no-repeat 3px 50%;
}

.calc-slider-wrap {
    display: block;
    width: 360px;
    height: 21px;
    position: relative;
    background: url(../img/rule.png) no-repeat 0 0;
    padding: 10px 34px 10px 33px;
}

.calc-value {
    position: absolute;
    top: -6px;
    right: -70px;
    display: block;
    width: 61px;
    height: 48px;
}

.calc-value input {
    display: block;
    width: 100%;
    border: 0 none;
    text-align: center;
    background: #FFF;
    font-size: 24px;
    color: #222222;
    padding: 8px 0;
    margin: 0;
    outline: none;
    font-family: 'PT Serif', serif;
    border-radius: 5px;
    box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.3);
}

.calc-slider {
    position: relative;
    height: 21px;
    width: auto;
}

.calc-slider a {
    position: absolute;
    z-index: 12;
    display: block;
    width: 46px;
    height: 51px;
    background: url(../img/line.png) no-repeat 0 0;
    top: -17px;
    margin-left: -23px;
}

.calc-action-form {
    float: right;
    width: 273px;
    background: #ffc351;
    border: 10px solid #bca477;
    border-radius: 20px;
    margin: 44px 44px 0 0;
    padding: 0 0 36px;
}

.calc-action-form h3 {
    text-align: center;
    margin-top: 26px;
    margin-bottom: 17px;
}

.calc-action-form h3 span {
    display: block;
    font-size: 28px;
    color: #222222;
    line-height: 1;
    font-weight: 700;
}

.calc-action-form h3 b {
    display: block;
    color: #222222;
    font-size: 21px;
    line-height: 1;
    margin-top: 3px;
}

.calc-action-form .form-line {
    width: 204px;
    margin: 0 auto 10px;
}

.calc-action-form .form-line:nth-child(2) {
    margin-bottom: 14px;
}

.calc-action-form .form-line:last-child {
    margin-bottom: 0;
}

.calc-action-form .form-line input[type="text"] {
    background: #FFF;
    border: 1px solid #d5b881;
    box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.18), 0px 1px 0px rgba(255, 255, 255, 0.25);
    margin: 0;
    padding: 14px 15px;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
    color: #666666;
    font-style: italic;
    border-radius: 5px;
}

.calc-action-form .form-line .btn {
    width: 100%;
}

.name {
    font-weight: 700;
}

.main-menu {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-bottom: 35px;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.main-menu_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-menu nav {
    display: block;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu li {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    font-size: 15px;
    text-decoration: none;
    padding: 0 12px;
    display: block;
    color: #1a1a1a;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 47px;
    border-radius: 8px;
    font-weight: 500;
}

.menu li .sub-menu2 a {
    line-height: 25px;
    font-weight: normal;
    background: #fff;
    border-radius: 0;
}

.menu li .sub-menu2 a:hover {
    border-radius: 0;
    background: #fff;
}

.menu li .sub-menu a {
    line-height: 25px;
    font-weight: normal;
    background: #f1f1f1;
    border-radius: 0;
}

.menu li .sub-menu a:hover {
    border-radius: 0;
    background: #fff;
}

.menu li a:hover,
.menu li:hover>a {
    color: #2085aa;
    background: linear-gradient(135deg, rgba(32, 133, 170, 0.1) 0%, rgba(32, 133, 170, 0.05) 100%);
    transform: translateY(-1px);
}

.menu ul {
    display: none;
    margin: 0;
    padding: 0;
    width: 260px;
    position: absolute;
    top: 47px;
    background: #ffffff;
    text-align: center;
}

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #797979;
    border-bottom: 2px solid #797979;
    background: #ffffff;
}

.menu ul li a:hover,
.menu ul li:hover>a {
    background: #f0f0f0;
    border-bottom: 2px solid #797979;
    color: #797979;
}

.menu li:hover>ul {
    display: block;
}

.menu ul ul {
    left: 235px;
    top: 0px;
}

.mobile-menu {
    display: none;
    width: 100%;
    padding: 11px 0 11px 0;
    background: #a6d3e3;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.mobile-menu:hover {
    background: #a6d3e3;
    color: #000;
    text-decoration: none;
}

.menu2 {
    display: none;
}

.menu2 li {
    text-align: center;
    background: #a6d3e3;
    color: #797979;
    border-bottom: solid 1px #797979;
}

.menu2 li {
    padding: 5px;
    font-size: 25px;
}

.allmen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.minmen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: 15px;
}

.tel li {
    list-style: none;
}

.tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #2085aa;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(32, 133, 170, 0.1) 0%, rgba(32, 133, 170, 0.05) 100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tel a:hover {
    background: linear-gradient(135deg, #2085aa 0%, #0a5672 100%);
    color: #fff;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(32, 133, 170, 0.3);
}

.tel a img {
    margin-right: 8px;
    -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(90%) saturate(2000%) hue-rotate(170deg) brightness(0.9);
    filter: brightness(0) saturate(100%) invert(40%) sepia(90%) saturate(2000%) hue-rotate(170deg) brightness(0.9);
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
}

.tel a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.icontel {
    float: left;
    background: url(../img/p22.png) no-repeat;
    padding: 0 0 0 31px;
    margin: 20px 0 0 5px;
}

strong {
    font-size: 30px;
    font-weight: 400;
    float: left;
    color: #0a5672;
}

strong2 {
    font-size: 25px;
    font-weight: 400;
    float: left;
    color: #0a5672;
}

#podarok {
    margin-top: 30%;
    width: 110px;
    height: 210px;
    position: fixed;
    z-index: 50;
    left: 100%;
    margin-left: -110px;
    padding: 5px;
}

#podarokButton {
    padding: 5px;
    font-weight: bold;
    margin-left: -7px;
    margin-top: -7px;
    border: 1px solid #717277;
    border-radius: 10px 0px 0px 10px;
    text-align: center;
    width: 100px;
    margin-bottom: 5px;
    color: #FFFFFF;
    background: #4595bd;
}

.block-dop {
    margin-top: 61px;
    overflow: hidden;
}

.block-dop h2.global_title {
    margin: 0 0 33px 0;
}

.block-dop h2.global_title span {
    display: block;
    position: absolute;
    z-index: 12;
    left: 50%;
    width: 574px;
    margin-left: -287px;
    background: #FFF;
    top: 0;
}

.block-dop strong {
    font-size: 15px;
    font-weight: 400;
    width: 250px;
    float: left;
    color: #0a5672;
}

.dop-info {
    text-align: center;
}

.dop-info h3 {
    color: #0a5672;
    font-size: 25px;

    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px;
}

.dop-info h4 {
    font-size: 30px;

    line-height: 1;
    color: #d4992a;
    font-weight: 700;
    margin-bottom: 5px;
}

.dop-info h4 span {
    font-size: 30px;
    color: #7b7b7b;
    font-weight: 400;
    text-decoration: line-through;
}

.dop-info p {
    color: #2085aa;
    font-size: 24px;
    line-height: 1;

    margin-bottom: 15px;
}

.dop-infom {
    text-align: left;
}

.dop-infom h3 {
    color: #0a5672;
    font-size: 30px;

    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px;
}

.dop-infom h4 {
    font-size: 30px;

    line-height: 1;
    color: #d4992a;
    font-weight: 700;
    margin-bottom: 20px;
}

.dop-infom h4 span {
    font-size: 30px;
    color: #7b7b7b;
    font-weight: 400;
    text-decoration: line-through;
}

.dop-infom p {
    color: #2085aa;
    font-size: 24px;
    line-height: 1;

}

.dop-calc {
    margin-top: 57px;
}

.dop-calc h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    line-height: 1;
    text-align: center;
    margin-bottom: 21px;
}

.dop-body {
    height: 409px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: #ffe1a9;
    position: relative;
    overflow: hidden;
    background: -moz-linear-gradient(top, #ffe1a9 0%, #f9cf81 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe1a9), color-stop(100%, #f9cf81));
    background: -webkit-linear-gradient(top, #ffe1a9 0%, #f9cf81 100%);
    background: -o-linear-gradient(top, #ffe1a9 0%, #f9cf81 100%);
    background: -ms-linear-gradient(top, #ffe1a9 0%, #f9cf81 100%);
    background: linear-gradient(to bottom, #ffe1a9 0%, #f9cf81 100%);
}

.dop-body .bottom-line {
    display: block;
    position: absolute;
    width: 100%;
    height: 19px;
    background: #e1bb74;
    left: 0;
    bottom: 0;
}

.eco-dop {
    width: 490px;
    height: 200px;
    margin: 60px 0 10px 0;
    float: left;
}

.eco-dopo {
    float: left;
    margin: 0 5px 0 19px;
}

.block-sert {
    margin-top: 45px;
    background: url(../img/clouds2.png) repeat-x 0 0;
    min-height: 325px;
}

.block-sert h2.global_title {
    color: red;
}

.block-sert h2.global_title span {
    text-align: center;
    margin-top: 30px;
    background: none;
}

.sert-wrap .sert-text {
    font-size: 17px;

    color: #fff;
    line-height: 24px;
    margin: 0 0 0 31px;
    text-align: center;
}

.sert-wrap .sert-img {
    width: 338px;
    overflow: hidden;
    margin: 20px auto;
}

.sert-wrap .sert-text b {
    color: #326400;
    font-weight: 700;
}

.texttop {
    color: #fff;
    font-size: 32px;

    margin: 0 0 4px 0;
    padding: 1px;
    font-weight: 700;
    text-align: center;
}

.novpo {
    font-size: 15px;
    color: #000;
    padding-top: 10px;
}

/* Modern first block layout */
.top1 {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.topvideo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 500px;
    flex: 1 1 500px;
    min-width: 300px;
    max-width: 600px;
    display: block;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.topvideo:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.top2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 380px;
    flex: 1 1 380px;
    min-width: 300px;
    max-width: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 35px;
    border-radius: 24px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.top3 {
    margin-bottom: 20px;
    padding: 0;
}

.top4 {
    color: #fff;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    background: linear-gradient(135deg, #2085aa 0%, #0a5672 100%);
    border-radius: 16px;
    padding: 18px 25px;
    box-shadow: 0 6px 25px rgba(32, 133, 170, 0.35);
    margin: 0;
    line-height: 1.3;
}

.top5 {
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-decoration: underline;
    font-style: italic;
}

.top6 {
    width: 100%;
    margin: 0 auto;
}

.videoblock {
    width: 100%;
    padding-bottom: 20px;
}

text2 {
    display: none;
}

.minz {
    height: auto;
    margin-top: 50px;
    text-align: center;
    color: #ff6b6b;
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    background: rgba(255, 107, 107, 0.1);
    border-radius: 16px;
    border: 2px solid rgba(255, 107, 107, 0.2);
}

.minz p {
    margin: 10px 0;
}

.dop-ksto {
    font-size: 17px !important;
    font-weight: 300;
    display: block;
}

.dop-rek {
    font-size: 13px !important;
    color: green !important;
    display: block;
}

.fs20 {
    font-size: 20px !important;
}

.flb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
}

.flb span {
    display: block;
}

.wh200 {
    max-width: 200px;
    height: 200px;
    margin: 0 auto;
}

.left2 {
    float: left;
    display: block;
}

.cursor {
    cursor: pointer;
}

.diplom {
    margin: 5px auto;
    overflow: hidden;
    max-width: 600px;
    display: block;
}

.block-item {
    background: transparent;
}

/* Tablet and smaller desktop */
@media (max-width:968px) {
    .wrap {
        padding: 0 20px;
    }
    
    h2.global_title {
        font-size: 32px;
    }
    
    .block-him h1 {
        font-size: 32px;
    }
    .wh200 {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .left2 {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .contacts-phone {
        float: none;
        display: block;
        width: 170px;
        margin: 0 auto;
    }

    .contacts-phone1 {
        float: none;
        display: block;
        width: 170px;
        margin: 0 auto;
    }

    .contacts-adress {
        float: none;
        display: block;
        width: 170px;
        margin: 0 auto;
    }

    .block-him {
        overflow: hidden;
        height: 100%;
    }

    .top6 {
        float: left;
        width: 45%;
    }

    .top1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }

    .top2 {
        width: 100%;
        max-width: 100%;
        float: none;
        margin: 0;
    }

    .topvideo {
        width: 100%;
        max-width: 100%;
        margin: 0;
        float: none;
        padding: 0;
    }

    .btn3.blue {
        display: none;
    }

    .reviews-item {
        width: 95%;
        margin: 20px;
        display: block;
    }

    .block-dop strong {
        float: none;
    }

    .eco-dop {
        width: 100%;
        height: 100%;
        float: none;
        margin: 20px auto;
        display: block;
        overflow: hidden;
    }

    .eco-dopo {
        display: block;
        float: none;
        margin: 0 auto;
    }

    .eco-impri {
        margin: 0 auto;
        display: block;
    }

    .eco-wrap .eco-text {
        float: none;
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
    }

    .eco-text p {
        margin: 0 auto;
        width: 100%;
    }

    .results-item .result-zoom.left {
        display: none;
    }

    .results-item .result-zoom.right {
        display: none;
    }

    .eco-wrap .eco-img {
        float: none;
        display: block;
        margin: 5px auto;
    }

    .action-countdown .countdown-title {
        margin: 100px auto 20px;
        float: none;
        font-size: 18px;
        padding: 10px 0;
    }

    .action-countdown .action-counter {
        width: 100%;
        float: none;
        font-size: 20px;
    }


}

/* Mobile-first improvements */
@media (max-width:768px) {
    /* Base mobile styles */
    body {
        font-size: 16px;
        line-height: 1.6;
        padding-bottom: 70px; /* Space for fixed footer */
    }
    
    .wrap {
        padding: 0 15px;
    }
    
    #home {
        padding-top: 10px;
    }
    
    .back {
        padding: 0;
    }
    
    #block-head {
        min-height: calc(100vh - 50px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    #block-cont {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 0;
    }
    
    strong2 {
        float: none;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .back {
        padding: 10px 0;
    }
    
    /* Improved mobile menu */
    .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    }
    
    .mobile-menu {
        display: block;
        width: 50%;
        padding: 15px 0;
        background: linear-gradient(135deg, #2085aa 0%, #0a5672 100%);
        color: #fff !important;
        font-weight: 600;
        font-size: 16px;
        text-align: center;
        text-decoration: none !important;
        border-radius: 0;
        transition: all 0.3s ease;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }
    
    .mobile-menu:active {
        background: linear-gradient(135deg, #0a5672 0%, #2085aa 100%);
        transform: scale(0.98);
    }
    
    .mobile-menu:hover {
        background: linear-gradient(135deg, #0a5672 0%, #2085aa 100%);
    }

    .diplom {
        margin: 5px auto;
        overflow: hidden;
        max-width: 600px;
        display: block;
    }

    .left2 {
        float: left;
        display: block;
    }

    .wh200 {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .results-item h3 b {
        display: none;
    }

    .sert-wrap .sert-img {
        width: 100%;
    }

    .gray {
        background: linear-gradient(135deg, rgba(249, 247, 247, 0.8) 0%, rgba(255, 255, 255, 0.9) 100%);
        padding: 20px 0;
        border-radius: 20px;
    }

    .fs20 {
        display: block;
        margin: 0 auto;
    }

    .block-dop strong {
        float: none;
    }

    .eco-price {
        overflow: hidden;
        margin: 20px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 25px 20px;
        text-align: center;
    }

    .eco-pri {
        margin: 0 auto 20px;
        display: block;
        float: none;
    }

    .eco-impri {
        margin: 0 auto;
        display: block;
        width: 180px;
        height: 180px;
    }

    .price-info, .price-infom {
        text-align: center;
        padding-top: 0;
    }

    .price-info h3, .price-infom h3 {
        text-align: center;
        font-size: 24px;
        padding: 0;
        margin-bottom: 15px;
    }

    .price-info strong {
        display: block;
        font-size: 18px;
        margin: 10px 0;
        text-align: center;
    }

    .price-info h4, .price-infom h4 {
        text-align: center;
        font-size: 28px;
        margin: 15px 0;
    }
    
    .price-infom strong {
        display: block;
        font-size: 18px;
        margin: 10px 0;
        text-align: center;
    }

    .price-infom h3 {
        text-align: center;
        font-size: 20px;
    }

    .price-infom strong {
        float: none;
        text-align: center;
        display: block;
        font-size: 20px;
    }

    .price-infom h4 {
        float: none;
        text-align: center;
        display: block;
    }

    .eco-dop {
        width: 100%;
        height: 100%;
        float: none;
        margin: 20px auto;
        display: block;
        overflow: hidden;
    }

    .eco-dopo {
        display: block;
        float: none;
        margin: 0 auto;
    }

    .accordion {
        border-top: 1px solid #ddd;
        margin: 10px 0;
        width: 100%;
        position: relative;
    }

    .accordion a {
        display: block;
        text-decoration: none;
    }

    .accordion text2,
    .accordion a {
        width: 100%;
        background: #a6d3e3;
        color: #000 !important;
        font-size: 17px;
        text-align: center;
        height: 35px;
        margin: 3px auto !important;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    text2 {
        padding-top: 15px;
        display: block;
        font-size: 36px;
        line-height: 1;
        color: #222222;
        font-weight: 700;
        text-align: center;
        position: relative;
        cursor: pointer;
    }

    .main-menu {
        position: absolute;
    }

    .allmen {
        display: none;
    }
    
    .tel {
        display: none;
    }
    
    .flb {
        display: none;
    }
    
    .menu {
        flex-direction: column;
        width: 100%;
    }

    .minmen {
        width: 100%;
        margin: 0 auto;
    }

    .menu {
        display: none;
    }

    .mobile-menu {
        display: block;
        background: linear-gradient(135deg, #2085aa 0%, #0a5672 100%);
        margin: 0;
        width: 50%;
        text-decoration: none !important;
        float: left;
        outline: none;
        border: none;
        color: #fff !important;
        font-weight: 600;
        padding: 15px 0;
        touch-action: manipulation;
    }

    nav {
        margin: 0;
        text-decoration: underline;
    }

    .menu li {
        display: block;
        margin: 0;
    }

    .menu li a {
        background: #ffffff;
        color: #1a1a1a;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        padding: 18px 20px;
        font-size: 16px;
        font-weight: 500;
        min-height: 50px;
        display: flex;
        align-items: center;
        touch-action: manipulation;
        -webkit-tap-highlight-color: rgba(32, 133, 170, 0.2);
    }

    .menu li a:hover,
    .menu li:hover>a {
        background: linear-gradient(135deg, rgba(32, 133, 170, 0.1) 0%, rgba(32, 133, 170, 0.05) 100%);
        color: #2085aa;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .menu li a:active {
        background: rgba(32, 133, 170, 0.15);
    }

    .menu ul {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .menu ul ul {
        left: 0;
    }

    #block-head {
        overflow: hidden;
    }

    .head-top .logo {
        width: 100%;
        display: block;
        margin: 20px 0 0 5px;
    }
    
    .logo img {
        width: 130px;
        -webkit-filter: brightness(1.3) contrast(1.1) saturate(1.2);
        filter: brightness(1.3) contrast(1.1) saturate(1.2);
    }

    .head-top .logo i {
        display: block;
        font-size: 15px;
        color: #303a0e;
        text-align: center;
        line-height: 1;
    }

    .head-top .contact {
        display: none;
    }

    .phones {
        display: none;
    }

    .phones1 {
        display: none;
    }

    .accordion {
        border-top: 1px solid #ddd;
        margin: 10px 0;
        width: 100%;
        position: relative;
    }

    .accordion a {
        display: block;
        text-decoration: none;
    }

    .accordion text2,
    .accordion a {
        width: 100%;
        background: #a6d3e3;
        color: #000 !important;
        font-size: 17px;
        text-align: center;
        height: 35px;
        margin: 3px auto !important;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    .footer {
        display: block !important;
    }

    .counter,
    .block-pro,
    .block-action,
    .block-contacts,
    .block-map,
    .foot-quest,
    .top5,
    .results-item .result-zoom.left,
    .results-item .result-zoom p,
    .results-item .result-zoom.right,
    .results-item .result-zoom.right p {
        display: none;
    }

    .top2 {
        width: 45%;
        float: left;
    }

    .top6 {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .topvideo {
        width: 100%;
        margin: 0 auto 20px;
        float: none;
        padding: 0;
    }

    .action-countdown .countdown-title {
        margin: 100px auto 20px;
        float: none;
        font-size: 18px;
        padding: 10px 0;
    }

    .action-countdown .action-counter {
        width: 100%;
        float: none;
        font-size: 20px;
    }

    /* Better spacing for mobile - equal margins */
    .block-work,
    .block-results,
    .block-reviews,
    .block-price,
    .block-contacts,
    .block-eco {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 20px 15px;
    }
    
    h2.global_title {
        margin: 0 0 20px 0;
        padding: 10px 0 0;
    }
    
    .block-work h2.global_title,
    .block-results h2.global_title,
    .block-reviews h2.global_title,
    .block-price h2.global_title,
    .block-contacts h2.global_title {
        margin: 0 0 20px 0;
    }
    
    /* Hide social icons on first screen for mobile */
    .social-icons {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .block-him {
        overflow: hidden;
        padding: 0 5px;
        margin-top: 35px;
        min-height: calc(100vh - 50px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: calc(100vh - 50px);
    }
    
    .block-him h1 {
        font-size: 16px;
        line-height: 1.2;
        padding: 10px 8px;
        margin: 0 auto 10px;
        border-radius: 10px;
    }
    
    .block-him h2 {
        font-size: 13px;
        padding: 0 5px;
        margin: 0 auto 10px;
        line-height: 1.3;
    }
    
    .wrap {
        padding: 0 5px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .top1 {
        gap: 10px;
        margin-top: -50px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 0;
    }
    
    .topvideo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        order: 2;
        max-height: 150px;
        overflow: hidden;
        margin: 0;
    }
    
    .topb {
        max-height: 150px;
        border-radius: 10px;
        margin: 0;
        width: 100%;
        object-fit: cover;
        display: block;
    }
    
    .top2 {
        padding: 12px 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        order: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.98);
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        margin-top: 0;
    }
    
    .top3 {
        margin-bottom: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    
    .top4 {
        font-size: 14px;
        padding: 8px 10px;
        margin: 0;
    }
    
    .action-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-top: 0;
    }
    
    .action-form form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    
    .action-form .form-line {
        margin-bottom: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    
    .action-form input[type="text"] {
        padding: 10px 12px;
        font-size: 14px;
        border-radius: 10px;
    }
    
    .action-form .btn {
        padding: 10px 0;
        font-size: 14px;
        border-radius: 10px;
        margin-top: 0;
    }
    
    .contact-form__message {
        font-size: 12px;
        margin-top: 5px;
    }

    .texttop {
        font-size: 32px;
    }

    .eco-wrap .eco-img {
        display: block;
        float: none;
        margin: 0 auto;
    }

    .eco-wrap .eco-text b {
        text-align: center;
        display: block;
        width: 100%;
    }

    .eco-wrap .eco-text p {
        text-align: center;
        width: 100%;
    }

    .eco-wrap .eco-text {
        float: none;
        margin: 0 auto;
    }

    .block-eco,
    .block-work,
    .block-results,
    .block-price,
    .block-dop,
    .block-sert,
    .sert-wrap .sert-text,
    .block-faq {
        margin: 0 auto;
        padding: 30px 15px;
    }
    
    .block-eco {
        padding: 30px 20px;
        border-radius: 20px;
    }
    
    .block-eco .container {
        padding: 0;
    }
    
    .block-eco .container p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 18px;
        text-align: left;
    }
    
    .block-eco .container h2 {
        font-size: 24px;
        margin: 30px 0 20px;
        line-height: 1.3;
    }
    
    .block-eco .container h3 {
        font-size: 20px;
        margin: 25px 0 15px;
        line-height: 1.4;
    }
    
    .block-eco .container li {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 12px;
    }
    
    .block-eco .container ol,
    .block-eco .container ul {
        padding-left: 25px;
        margin: 15px 0;
    }

    .block-eco h2.global_title {
        margin-bottom: 5px;
    }

    .reviews-wrap {
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding: 20px 0;
    }
    
    .reviews-item {
        display: block;
        float: none;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        padding: 25px 20px;
    }

    .reviews-item:first-child {
        margin: 0 auto;
    }

    .review-name {
        padding: 20px 0 10px;
        text-align: center;
    }

    .review-name .avatar {
        position: relative;
        margin: 0 auto 15px;
        left: auto;
    }

    .name {
        display: block;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
    }

    .reviews-item p {
        margin: 0;
        font-size: 16px;
        line-height: 1.7;
        text-align: left;
    }

    .faq-wrap {
        padding: 0 20px 0 20px;
    }

    .review-name .avatar {
        left: 0;
    }

    .block-sert h2.global_title {
        margin-bottom: 10px;
    }

    .results-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 20px 0;
    }
    
    .results-item {
        width: 100%;
        max-width: 300px;
        float: none;
        margin: 0 auto;
    }

    .result-image {
        width: 100%;
        max-width: 280px;
        height: auto;
        aspect-ratio: 1;
        margin: 0 auto;
    }
    
    .results-item h3 {
        font-size: 22px;
        margin-bottom: 15px;
        text-align: center;
    }

    .footer {
        display: block !important;
    }
}

@media only screen and (max-width:450px) {
    body {
        font-size: 15px;
    }
    
    .wrap {
        padding: 0 10px;
    }
    
    .top1 {
        flex-direction: column;
        gap: 15px;
        margin-top: 15px;
    }

    .top2 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        float: none;
        padding: 20px 15px;
    }
    
    .topvideo {
        width: 100%;
        max-width: 100%;
    }

    .top6 {
        width: 100%;
    }
    
    .block-him h1 {
        font-size: 20px;
        padding: 18px 12px;
    }
    
    .block-him h2 {
        font-size: 18px;
    }

    h2.global_title {
        font-size: 24px;
        margin: 25px 0 20px;
    }

    .action-countdown .countdown-title {
        margin: 0 auto 20px;
        font-size: 16px;
        float: none;
    }

    .action-countdown .action-counter {
        float: none;
        width: 100%;
        font-size: 18px;
    }
    
    .work-wrap .work-item {
        width: 100%;
        margin-bottom: 25px;
    }
    
    .work-wrap .work-item p {
        font-size: 15px;
    }

    .price-info h3, .price-infom h3 {
        font-size: 20px;
    }
    
    .price-info h4, .price-infom h4 {
        font-size: 24px;
    }

    .price-infom h4 span {
        font-size: 20px;
    }
    
    .eco-impri {
        width: 150px;
        height: 150px;
    }
    
    .reviews-item {
        padding: 20px 15px;
    }
    
    .reviews-item p {
        font-size: 15px;
    }
    
    .minz {
        font-size: 16px;
        padding: 15px;
        margin-top: 30px;
    }

    .sert-wrap {
        background-color: #a6d3e3;
    }
    
    .social-icons {
        margin: 20px 0;
    }
    
    .social-icons a {
        width: 2.8rem;
        height: 2.8rem;
    }
    
    .footer-inner {
        height: 55px;
    }
    
    .call-us a,
    .get-consultation a {
        line-height: 55px;
        font-size: 14px;
        min-height: 55px;
    }
    
    #google-map {
        margin: 20px 0;
        border-radius: 16px;
    }
    
    #google-map iframe {
        height: 350px;
        border-radius: 16px;
    }
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.15);
}

.footer-inner {
    max-width: 960px;
    margin: 0 auto;
    height: 50px;
    overflow: hidden
}

.call-us {
    float: left;
    width: 50%;
    background: linear-gradient(135deg, #4dd45a 0%, #3bc04a 100%);
    transition: all 0.3s ease;
}

.call-us:hover {
    background: linear-gradient(135deg, #3bc04a 0%, #2da83a 100%);
}

.get-consultation {
    float: left;
    width: 50%;
    background: linear-gradient(135deg, #2085aa 0%, #137fc4 100%);
    transition: all 0.3s ease;
}

.get-consultation:hover {
    background: linear-gradient(135deg, #137fc4 0%, #0a5672 100%);
}

.get-consultation a,
.call-us a {
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#pop-up {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease-out;
}

.pop-up-over {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.pop-up-body {
    position: absolute;
    z-index: 19999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 480px;
    width: 90%;
    max-height: 90vh;
    padding: 40px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 249, 250, 0.98) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
    border-radius: 28px;
    border: 2px solid rgba(32, 133, 170, 0.2);
    overflow-y: auto;
    -webkit-animation: popUpSlide 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: popUpSlide 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes popUpSlide {
    from {
        opacity: 0;
        -webkit-transform: translate(-50%, -45%);
        transform: translate(-50%, -45%);
        scale: 0.9;
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        scale: 1;
    }
}

@keyframes popUpSlide {
    from {
        opacity: 0;
        -webkit-transform: translate(-50%, -45%);
        transform: translate(-50%, -45%);
        scale: 0.9;
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        scale: 1;
    }
}

.pop-up-body .btn {
    display: block;
    margin: 0 auto;
}

.pop-up-body h3 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    color: #0a5672;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 0;
    background: linear-gradient(135deg, #2085aa 0%, #0a5672 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pop-up-body h4 {
    font-size: 19px;
    line-height: 21px;
    color: #222222;
    text-align: center;
}

.pop-up-body h5 {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #e73275;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 10px;
}

.pop-up-body .close {
    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;
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
    z-index: 20000;
    border: 2px solid #fff;
}

.pop-up-body .close::before {
    content: '×';
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
}

.pop-up-body .close:hover {
    -webkit-transform: rotate(90deg) scale(1.1);
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
    background: linear-gradient(135deg, #ee5a6f 0%, #ff6b6b 100%);
}

.pop-up-body .form-line {
    margin-bottom: 18px;
}

.pop-up-body .form-line:last-child {
    margin-bottom: 0;
    margin-top: 10px;
}

.pop-up-body input[type="text"] {
    background: #FFF;
    border: 2px solid #e0e0e0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 16px 20px;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
    color: #1a1a1a;
    font-style: normal;
    border-radius: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    appearance: none;
}

.pop-up-body input[type="text"]:focus {
    border-color: #2085aa;
    box-shadow: 0 4px 20px rgba(32, 133, 170, 0.2);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.pop-up-body input[type="text"]::-webkit-input-placeholder {
    color: #999;
}

.pop-up-body input[type="text"]::-moz-placeholder {
    color: #999;
}

.pop-up-body input[type="text"]:-ms-input-placeholder {
    color: #999;
}

.pop-up-body input[type="text"]::placeholder {
    color: #999;
}

.pop-up-body .features__submit {
    width: 50%;
    margin: 0 auto;
}

.pop-up-body .pop-loading {
    width: 100%;
    height: 100px;
    font-size: 0;
    color: transparent;
    background: url(../img/301.GIF) no-repeat 50%;
}

.pop-up-body p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    padding: 0 0 25px 0;
    color: #4a4a4a;
    margin: 0;
}

@media only screen and (max-width:400px) {
    .pop-up-body {
        max-width: 95%;
        padding: 20px 15px;
    }
    
    .pop-up-body .btn,
    .pop-up-body .btn2 {
        display: block;
        margin: 0 auto;
        padding: 16px 0;
        font-size: 16px;
        min-height: 48px;
    }
    
    .pop-up-body h3 {
        font-size: 20px;
    }
    
    .pop-up-body input[type="text"] {
        font-size: 15px;
        padding: 14px 16px;
    }

    .topb {
        width: 100%;
    }
    
    .block-him h1 {
        font-size: 18px;
    }
    
    h2.global_title {
        font-size: 22px;
    }
    
    .action-form h3 {
        font-size: 20px;
    }
    
    .top4 {
        font-size: 20px;
        padding: 15px 12px;
    }
}

@media only screen and (max-height:600px) {
    .pop-up-body h3 {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 8px;
        margin-top: 5px;
    }

    .pop-up-body .form-line {
        margin-bottom: 5px;
    }

    .pop-up-body input[type="text"] {
        margin: 0;
        padding: 7px 7px;
        font-size: 10px;
    }

    .pop-up-body .features__submit {
        width: 50%;
        margin: 0 auto;
    }

    .pop-up-body p {
        font-size: 12px;
        padding: 0px 0px 7px 0px;
    }

    .pop-up-body {
        max-height: 90vh;
        max-width: 95%;
        width: 95%;
        padding: 30px 20px;
        border-radius: 24px;
        overflow-y: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .pop-up-body h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .pop-up-body p {
        font-size: 15px;
        margin-bottom: 20px;
        padding: 0;
    }
    
    .pop-up-body .close {
        top: 10px;
        right: 10px;
        width: 28px;
        height: 28px;
    }
    
    .pop-up-body .close::before {
        font-size: 20px;
    }
    
    .pop-up-body input[type="text"] {
        font-size: 16px;
        padding: 15px 18px;
        margin-bottom: 15px;
        -webkit-appearance: none;
        appearance: none;
        min-height: 48px;
    }
    
    .pop-up-body .btn2 {
        width: 100%;
        padding: 16px 0;
        font-size: 16px;
        touch-action: manipulation;
        min-height: 50px;
        border-radius: 14px;
    }
}

.social-icons {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0;
}
.social-icons>li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.social-icons a {
  position: relative;
  background: linear-gradient(135deg, rgba(32, 133, 170, 0.1) 0%, rgba(32, 133, 170, 0.05) 100%);
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 3rem;
  height: 3rem;
  border-radius: 12px;
  border: 2px solid rgba(32, 133, 170, 0.2);
}
.social-icons a:hover {
  background: linear-gradient(135deg, #2085aa 0%, #0a5672 100%);
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(32, 133, 170, 0.3);
  border-color: transparent;
}
.social-icons a::before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  left: .65rem;
  top: .65rem;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.social-icons .social-icon-fb::before {
  background-image: url("https://well-clean.com.ua/fb.png");
}

.social-icons .social-icon-telegram::before {
  background-image: url("https://well-clean.com.ua/tg.png");
}
.social-icons .social-icon-youtube::before {
  background-image: url("https://well-clean.com.ua/inst.png");
}