/* ====== LOCAL FONTS ======= */
/* Roboto */
@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto-v50-latin-100.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto-v50-latin-300.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto-v50-latin-300italic.woff2") format("woff2");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto-v50-latin-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto-v50-latin-italic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto-v50-latin-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto-v50-latin-700italic.woff2") format("woff2");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto-v50-latin-900.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto-v50-latin-900italic.woff2") format("woff2");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Oswald */
@font-face {
    font-family: "Oswald";
    src: url("../fonts/oswald-v57-latin-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Lobster */
@font-face {
    font-family: "Lobster";
    src: url("../fonts/lobster-v32-latin-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

 
/* ========== BASE ========== */
body {
    margin: 0;
    padding: 0;
    background-color: rgb(242, 242, 242);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.respons {
    width: 100%;
}

.conteyner {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
}

h1 {
    text-align: center;
    padding: 200px 15%;
    font-size: 34px;
    text-shadow: #cecece 1px 1px 10px, #ffffff 1px 1px 5px;
}

h2 {
    text-align: center;
    font-size: 30px;
}

h3 {
    text-align: center;
    font-size: 30px;
}

h4 {
    font-size: 24px;
    text-align: center;
}

h5 {
    font-size: 24px;
    text-align: center;
}

.banerTel {
    display: none;
}

@media (max-width: 640px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        text-align: center;
        font-size: 28px;
        padding-left: 5%;
        padding-right: 5%;
    }
    h4 {
        font-size: 28px;
    }
}

@media (max-width: 400px) {
    h1 {
        font-size: 30px;
    }
    h4 {
        font-size: 24px;
    }
}

@media (max-width: 720px) {
    .baner {
        height: 600px;
    }
    h1 {
        padding: 70px 3%;
        text-align: left;
        margin-left: 20px;
    }
    .banerTel {
        width: 250px;
        display: block;
        margin: auto;
        margin-top: 70px;
    }
}

@media (max-width: 330px) {
    .toptel {
        display: none;
    }
}

 
/* ========= HEADER ========= */
 

#header {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 100px;
}

#logo {
    width: 220px;
    height: 65px;
}

.logo_img {
    width: 220px;
    height: 65px;
}

#adresa {
    font-weight: 400 !important;
    font-family: "Oswald", sans-serif;
    width: 165px;
    height: 65px;
    border-left: 3px solid rgb(196, 196, 196);
    padding-left: 8px;
}

#tel {
    font-weight: 400 !important;
    font-family: "Oswald", sans-serif;
    width: 110px;
    height: 65px;
    border-left: 3px solid rgb(196, 196, 196);
    padding-left: 8px;
}

#vremz {
    width: 120px;
    height: 65px;
    border-left: 3px solid rgb(196, 196, 196);
    padding-left: 8px;
    font-weight: 400 !important;
    font-family: "Oswald", sans-serif;
}

#vremz :nth-child(5) {
    color: red;
}

#knopka1 {
    width: 220px;
    height: 65px;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

@media (max-width: 1100px) {
    #header {
        justify-content: space-around;
    }
    #knopka1 {
        display: none;
    }
}

@media (max-width: 680px) {
    #adresa {
        display: none;
    }
}

@media (max-width: 520px) {
    #vremz {
        display: none;
    }
    #tel {
        width: 140px;
        height: 65px;
    }
    #logo {
        width: 175px;
        height: 50px;
    }
    .logo_img {
        width: 175px;
        height: 50px;
    }
    .toptel {
        font-size: 19.5px;
    }
}

 
/* ============ MENU POSITION / STICKY LOGIC ============ */
 

/* Стартовое меню с отступом: вначале опущено, при скролле добавляется класс .fixed */

#menu {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    user-select: none;
    background: linear-gradient(to top, #888, #cfcfcf);
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    top: 85px;           /* меню опущено вниз */
    position: absolute;  /* потом JS добавляет .fixed */
    color: black;
    text-align: center;
    box-sizing: border-box;
    z-index: 999;
}

#menu.fixed {
    position: fixed;
    top: 0;              /* закрепляется вверху при скролле */
}

 
/* ====== FLIP BUTTON ======= */
 

.cnopka {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background-color: #262626;
}

.btnflip {
    position: absolute;
    width: 220px;
    height: 40px;
    text-align: center;
    transform-style: preserve-3d;
    perspective: 1000px;
    margin-top: 15px;
}

.btnflip-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background-color: rgba(255, 255, 255, .05);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    text-transform: uppercase;
    color: #fff;
    transition: 1s;
    animation: pulsate 1.2s linear infinite;
}

.btnflip-item.btnflip__front {
    transform: rotateX(0deg) translateZ(20px);
}

.btnflip:hover .btnflip-item.btnflip__front {
    transform: rotateX(-180deg) translateZ(20px);
}

.btnflip-item.btnflip__back {
    transform: rotateX(180deg) translateZ(20px);
}

.btnflip:hover .btnflip-item.btnflip__back {
    transform: rotateX(0deg) translateZ(20px);
}

.btnflip-item.btnflip__center {
    background: linear-gradient(to top, rgb(18, 105, 0), rgb(27, 160, 0));
}

.btnflip-item.btnflip__center::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #86c24f, #86c24f);
    transform: translateZ(-1px);
}

.btnflip:hover .btnflip-item.btnflip__center {
    transform: rotateX(-180deg);
}

 
/* ====== MODAL WINDOW ====== */
 

#myModelWin,
#myModelmob {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

#myModelmob {
    z-index: 995;
}

.modal-content {
    background-color: #fefefe;
    /* margin: 10% auto; */
    padding: 10px;
    border: 1px solid #777777;
    width: 300px;
    height: 400px;
    margin: 180px auto;
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background-image: url(../img/obshcheye/zakaz.webp);
    background-size: 100%;
    border: 2px solid #333;
}

.close,
.close2 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

#wrap {
    opacity: 0.8;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background-color: rgba(1, 1, 1, 0.725);
    z-index: 888;
    overflow: auto;
}

input[type="text"] {
    position: absolute;
    height: 30px;
    width: 200px;
    background: #f6f6f6;
    border: 1px solid #dadada;
    border-right: none;
    border-bottom: none;
}

input[type="tel"] {
    position: absolute;
    height: 30px;
    width: 200px;
    margin-top: 30px;
    background: #f6f6f6;
    border: 1px solid #dadada;
    border-right: none;
    border-bottom: none;
}

textarea {
    height: 96px;
    width: 200px;
    position: absolute;
    margin-top: 65px;
    overflow: auto;
    resize: none;
    background: #f6f6f6;
    border: 1px solid #dadada;
    border-right: none;
    border-bottom: none;
}

input.button4,
input.button44 {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(245, 245, 245);
    text-shadow: 0 -1px rgba(0, 0, 0, .1);
    text-decoration: none;
    user-select: none;
    padding: .3em 1em;
    outline: none;
    border: none;
    border-radius: 3px;
    background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
    box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0, 0, 0, .3) 0 2px 5px;
    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
    top: 180px;
}

input.button44 {
    top: 80px;
}

.fontsIli {
    font-family: Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
    color: #0c9c0d;
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 126%;
}

.fontsIli2 {
    font-family: Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
    color: #000000;
    margin-top: 0;
}

@-webkit-keyframes pulsate {
    50% {
        color: #fff;
        text-shadow: 0 -1px rgba(0, 0, 0, .3), 0 0 5px #ffd, 0 0 8px #fff;
    }
}

@keyframes pulsate {
    50% {
        color: #fff;
        text-shadow: 0 -1px rgba(0, 0, 0, .3), 0 0 5px #ffd, 0 0 8px #fff;
    }
}

 
/* ========= MENU =========== */
 

#menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.8rem;
    display: inline-block;
    position: relative;
    cursor: pointer;
    z-index: 5;
    min-width: 120px;
    box-sizing: border-box;
}

#menu > ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

#menu > ul li a,
.menu123,
.down2 {
    text-transform: uppercase;
    display: block;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

#menu > ul li a:hover,
.menu123:hover,
.down2:hover {
    background: linear-gradient(to top, #eee, #bfbfbf, #eee);
    box-shadow: 1px 5px 10px -5px black;
    transition: all 0.3s ease;
}

.menu3 {
    min-width: 180px;
    position: absolute;
    padding: 0;
    width: 180px;
    background: #ddd;
    display: none;
}

.menuvyp:hover > .menu3 {
    display: block;
}

.menu3 li a:hover {
    background: linear-gradient(to top, #555, #cfcfcf);
    box-shadow: 1px 5px 10px -5px black;
    transition: all 0.3s ease;
    width: 140px;
}

img[class="fab fa-viber"],
img[class="fas fa-phone-square"] {
    display: none;
}

#usluga[type="checkbox"],
#sitka[type="checkbox"],
#zhalyzi[type="checkbox"] {
    display: none;
}

@media (min-width: 1024px) {
    .down,
    #gambur {
        display: none;
    }
    input[id="usluga"]:hover + label::after,
    input[id="sitka"]:hover + label::after,
    input[id="zhalyzi"]:hover + label::after {
        content: " ▲";
    }
}

@media (max-width: 1100px) {
    #menu > ul li a,
    .menu123 {
        padding: 10px 5px;
    }
}

input[id="usluga"] + label::after,
input[id="sitka"] + label::after,
input[id="zhalyzi"] + label::after {
    content: " ▼";
}

/* ===== MENU — MOBILE ===== */

@media (max-width: 1023px) {
    #menu li {
        display: block;
    }
    #menu > ul {
        display: block;
    }
    #menu {
        text-align: left;
        display: flex;
        justify-content: space-between;
    }
    #menu > ul li a,
    .menu123,
    .down2 {
        padding: 10px 35px;
    }
    img[class="fab fa-viber"],
    img[class="fas fa-bars"],
    img[class="fas fa-phone-square"] {
        width: 25px;
        padding: 6px 22px;
    }
    img[class="fas fa-phone-square"] {
        font-size: 170%;
        padding: 6px 22px;
    }
    img[class="fas fa-bars"] {
        padding-right: 100px;
    }
    img[class="fab fa-viber"],
    img[class="fas fa-phone-square"] {
        display: inline-block;
    }
    #gambur[type="checkbox"] {
        display: none;
    }
    #menu ul {
        display: none;
    }
    input[id="gambur"]:checked + label {
        color: #fff;
    }
    input[id="gambur"]:checked + label ~ #menuone {
        width: 300px;
        position: absolute;
        display: block;
        background: linear-gradient(to top, rgb(160, 160, 160), #c4c3c3);
        top: 34px;
    }
    input[id="usluga"]:checked + label ~ #menu3,
    input[id="sitka"]:checked + label ~ #menu3,
    input[id="zhalyzi"]:checked + label ~ #menu3 {
        width: 300px;
        position: relative;
        display: block;
        z-index: 890;
        background: linear-gradient(to top, #fff, #f5f4f4);
    }
    .menu3 li a:hover {
        width: 230px;
    }
    input[id="usluga"] + label::after,
    input[id="sitka"] + label::after,
    input[id="zhalyzi"] + label::after {
        content: "▼";
        position: absolute;
        right: 30px;
    }
    input[id="usluga"]:checked + label::after,
    input[id="sitka"]:checked + label::after,
    input[id="zhalyzi"]:checked + label::after {
        content: "▲";
    }
}

 
/* ====== BUTTON 7 LINK =================== */
 

a.button7 {
    position: relative;
    display: inline-block;
    width: 175px;
    text-align: center;
    font-family: Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
    color: rgb(0, 0, 0);
    text-decoration: none;
    text-shadow: 0 -1px 2px rgba(0, 0, 0, .2);
    padding: .5em 1em;
    outline: none;
    border-radius: 3px;
    background: linear-gradient(to top, #888, #cfcfcf);
    box-shadow:
        0 1px rgba(255, 255, 255, .2) inset,
        0 3px 5px rgba(0, 29, 5, 0.5),
        0 0 1px 1px rgba(6, 32, 0, 0.2);
    transition: .2s ease-in-out;
    margin-top: 15px;
}

a.button7:hover {
    background: linear-gradient(rgb(126, 126, 134), rgb(70, 71, 76)) rgb(126, 126, 134);
}

a.button7:active {
    top: 1px;
    background: linear-gradient(rgb(76, 82, 77), rgb(56, 62, 56)) rgb(76, 82, 76);
    box-shadow:
        0 0 1px rgba(0, 0, 0, .5) inset,
        0 2px 3px rgba(0, 0, 0, .5) inset,
        0 1px 1px rgba(255, 255, 255, .1);
}

 
/* =========== PHONE FLOAT BUTTON / CALLBACK ============ */
 

#popup__toggle {
    bottom: 25px;
    right: 10px;
    position: fixed;
    z-index: 999;
}

.img-circle {
    background-color: #59d663;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #39c427;
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: 10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #43c232;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 35px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    bottom: 14px;
    right: 49px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}

.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    background-image: url(../img/obshcheye/mini.webp);
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.img-circle:hover {
    opacity: 1;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}

@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
    }
}

@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }
    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.5) skew(1deg);
        -o-opacity: .1;
    }
    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5;
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}

@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }
    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@media (max-width: 640px) {
    #popup__toggle {
        display: none;
    }
    .pozvonit {
        width: 90%;
        height: 35px;
        margin: 2% 5%;
        bottom: 0px;
        position: fixed;
        z-index: 999;
        display: inline-block;
        font-family: Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
        font-size: 1.5em;
        font-weight: 700;
        color: rgb(245, 245, 245);
        text-shadow: 0 -1px rgba(0, 0, 0, .1);
        text-decoration: none;
        user-select: none;
        padding: .18em 0.7em;
        outline: none;
        border: none;
        border-radius: 3px;
        background: #188d18 linear-gradient(#70bd7a, #99a048);
        box-shadow: inset #9aa151 0 -1px 1px, inset 0 1px 1px #98ff98, #a9b159 0 0 0 1px, rgba(0, 0, 0, .3) 0 2px 5px;
        -webkit-animation: pulsate0 1.2s linear infinite;
        animation: pulsate0 1.2s linear infinite;
    }
    .pozvonit:hover {
        -webkit-animation: pulsate0 1.2s linear infinite;
        animation: pulsate0 1.2s linear infinite;
        background: #169616 linear-gradient(#73c27d, #a8b14d);
        box-shadow: inset #9aa151 0 -1px 1px, inset 0 1px 1px #98ff98, #73b455 0 0 0 1px, rgba(0, 0, 0, .3) 0 2px 5px;
    }
    @-webkit-keyframes pulsate0 {
        50% {
            color: #fff;
            text-shadow: 0 -1px rgba(0, 0, 0, .3), 0 0 2px #ffd, 0 0 3px #fff;
        }
    }
    @keyframes pulsate0 {
        50% {
            color: #fff;
            text-shadow: 0 -1px rgba(0, 0, 0, .3), 0 0 2px #ffd, 0 0 3px #fff;
        }
    }
}

@media (min-width: 640px) {
    .pozvonit {
        display: none;
    }
}

 /*   о нас   */
 @media (max-width: 720px){
    #onasdiv{
        background-image: linear-gradient(to bottom, rgba(242, 242, 242,0) 95%,
        rgba(242, 242, 242,1)),  url(../img/glavnaya/background_content_twomob.png);
    }
 }
 @media (min-width: 721px){
    #onasdiv{
        background-image: linear-gradient(to bottom, rgba(242, 242, 242,0) 95%,
        rgba(242, 242, 242,1)),  url(../img/glavnaya/background_content_two.png);
    } 
}
 #onasdiv{
    width: 100%;
    top: -75px;
   background-size:cover;
   left: 0;
   right: 0;
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
}
#onas{
   font-family: 'roboto', sans-serif;
   width: 1100px;
   background-size:cover;
   margin: 0 auto;
   position: relative;
   top: 0px;
   user-select: none;
}
/* h4{
   text-align: center;
   margin-top: 25px;
   margin-bottom: 10px;
   padding-top: 25px;
   font-size: 36px;
   font-family: 'roboto', sans-serif;
   user-select: none;
} */
.naha{
   position: relative;
   text-align:center;
   display: inline-block;
   /* font-weight: 400 !important; */
   /* font-family: 'Open Sans', sans-serif; */
   user-select: none;
}
.m{
   margin: 0 auto;
   max-width: 100%;
   
}
strong{
   font-size: 110%;
}
.section2 {
	text-align: center;
    padding-bottom: 2rem;
	height: auto;
}
@media (max-width: 1170px){
    #onas{
        margin: 0 10%;
        width: 80%;
    }
}

              /* video */
.block77{
    height: 100%;
    max-width: 1100px;
    position: relative;
    top: 20px;
    margin: 40px auto;
}
.videorolic {
    width: 100%;
    height: 600px;
    display: block;
    border: none;
    margin: 0 auto;
} 
@media (max-width: 1100px){
    .block77{ 
     max-width:100%;
     height: 400px;
     margin-bottom: 110px;
    }
    .videorolic {
        width: 100%;
        height: 100%;
    } 
}
@media (max-width: 640px){
    .block77{ 
     height: 300px;
    }
}
@media (max-width: 480px){
    .block77{ 
     height: 200px;
    }
}
/* ========== FOOTER ======== */
 

footer {
    background-image: url(../img/obshcheye/map.webp);
    height: 400px;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}

.infa {
    width: 1100px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.karta {
    width: 690px;
    height: 300px;
    box-sizing: border-box;
}

.karta1 {
    width: 690px;
    height: 300px;
    float: inherit;
    box-sizing: border-box;
}

.k {
    margin: 10px;
    width: 280px;
    height: 350px;
    position: flex;
    font-family: "Roboto", sans-serif;
    text-align: center;
}

.set {
    height: 52px;
    width: 250px;
    margin: 0 auto;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.vk {
    width: 50px;
    height: 50px;
    background: url(../img/obshcheye/cmmpicture.webp);
    background-position: -91px -78px;
    margin: 0 20px;
    padding: 0;
}

.vk:hover {
    background-position: -91px -12px;
}

.vk:active {
    box-shadow: 0 0 5px 2px rgb(0, 104, 5);
}

.fb {
    width: 50px;
    height: 50px;
    background: url(../img/obshcheye/cmmpicture.webp);
    background-position: -20px -78px;
    margin: 0 20px;
    padding: 0;
}

.fb:hover {
    background-position: -20px -12px;
}

.fb:active {
    box-shadow: 0 0 5px 2px rgb(20, 117, 11);
}

.ista {
    width: 50px;
    height: 50px;
    background: url(../img/obshcheye/cmmpicture.webp);
    background-position: -163px -78px;
    margin: 0 20px;
    padding: 0;
}

.ista:hover {
    background-position: -163px -12px;
}

.ista:active {
    box-shadow: 0 0 5px 2px rgb(14, 107, 1);
}

.j {
    position: absolute;
    color: aliceblue;
    background: #000;
    width: 100%;
    bottom: 0;
}

.pfooter {
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: darkgrey;
    font-size: 80%;
}

@media (max-width: 710px) {
    .karta {
        width: 100%;
        height: 260px;
        margin: 0;
        padding: 0;
        border: 0;
    }
    .karta1 {
        width: 100%;
        height: 260px;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 1015px) {
    footer {
        height: 690px;
        justify-content: space-around;
    }
    .infa {
        justify-content: center;
    }
}

.sylka {
    text-decoration: underline;
    color: rgb(6, 82, 6);
}

.sylka:hover {
    text-decoration: none;
    color: rgb(4, 34, 4);
}

.kroshki {
    font-size: 85%;
    margin: 20px;
}

 
/* ================== ZAHVAT / CTA BLOCKS =============== */
 

.coll0951,
.coll0950,
.coll0662,
.coll0679 {
    position: relative;
    display: flex;
    font-family: Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    color: rgb(245, 245, 245);
    text-shadow: 0 -1px rgba(0, 0, 0, .1);
    text-decoration: none;
    user-select: none;
    padding: .30em 3%;
    outline: none;
    border: none;
    border-radius: 3px;
    background: #188d18 linear-gradient(#70bd7a, #99a048);
    box-shadow: inset #9aa151 0 -1px 1px, inset 0 1px 1px #98ff98, #a9b159 0 0 0 1px, rgba(0, 0, 0, .3) 0 2px 5px;
    width: 88%;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: space-around;
    margin-top: 25px;
}

.coll0951:hover,
.coll0950:hover,
.coll0662:hover,
.coll0679:hover {
    background: #0e7a0e linear-gradient(#5fad69, #8d943c);
    box-shadow: inset #848a41 0 -1px 1px, inset 0 1px 1px #74cc74, #5b9142 0 0 0 1px, rgba(0, 0, 0, .3) 0 2px 5px;
}

.zajvkatext {
    margin-top: 25px;
}

.setcoll {
    height: 76px;
    width: 250px;
    margin: 0 auto;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.whatsappcoll {
    background: url(../img/obshcheye/whatsapp.svg) no-repeat center center;
    background-size: 50px 50px; 
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    transition: 0.3s ease;
}

.whatsappcoll:hover {
    filter: brightness(120%);
    transform: translateY(-3px);
}

.vibercoll {
    background: url(../img/obshcheye/viber.svg) no-repeat center center;
    background-size: 50px 50px; 
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    transition: 0.3s ease;
}

.vibercoll:hover {
    filter: brightness(120%);
    transform: translateY(-3px);
}
.tgcoll {
    background: url(../img/obshcheye/telegram.svg) no-repeat center center;
    background-size: 50px 50px; 
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    transition: 0.3s ease;
}
.tgcoll:hover {
    filter: brightness(120%);
    transform: translateY(-3px);
}
 
/* =================== кнопка позванить на банер ================== */
.phone-button-telegram {
    display: inline-block;
    padding: 12px 26px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #2AABEE, #1594D8); /* цвета Telegram */
    border-radius: 6px;
    text-decoration: none;

    /* тень как у иконок */
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);

    /* стильность и современность */
    backdrop-filter: blur(2px);
    transition: 0.3s ease;
}

.phone-button-telegram:hover {
    filter: brightness(113%);
    transform: translateY(-3px);
}

/* =================== TABS COLL BLOCK ================== */
 

.tabsColl {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    background: radial-gradient(circle farthest-corner at 100px 50px, rgb(213, 218, 209), rgb(255, 255, 255));
    border: 1px solid rgba(167, 167, 167, 0.3);
    text-align: center;
    padding: 30px 0;
    font-family: "Lato", sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 99%;
    border-radius: 6px;
}

.kartinkaColl {
    width: 47%;
    margin-right: 3%;
    height: 100%;
}

.textColl {
    width: 48%;
    padding: 10px 1%;
    position: relative;
}

/* адаптивность */

@media (max-width: 950px) {
    .textColl {
        margin: 2%;
        width: 70%;
        padding: 0 10%;
    }
    /* .tabsColl {
        padding: 10px 20px;
    } */
}

@media (max-width: 600px) {
    .textcoll {
        margin: 2%;
        width: 90%;
        padding: 0;
    }
}

@media (max-width: 400px) {
    .textColl {
        margin: 1%;
        width: 92%;
    }
    /* .tabsColl {
        padding: 2px 5px;
    } */
}

 
/* ================== PAYMENT / BANNERS ================= */
 

.allpay {
    background-image: url(../img/obshcheye/oplata.webp);
    height: 200px;
    width: 100%;
    background-size: cover;
    left: 0;
    right: 0;
    border-radius: 6px;
    position: relative;
    background-position: center right;
    user-select: none;
    margin: 10px 0;
}

.allpaymaster {
    background-image: url(../img/obshcheye/vyzovmastera.webp);
    height: 200px;
    width: 100%;
    background-size: cover;
    left: 0;
    right: 0;
    border-radius: 6px;
    position: relative;
    background-position: center right;
    user-select: none;
    margin: 10px 0;
}

.allpaytext {
    font-family: Arial, Helvetica, "Liberation Sans", "Nimbus Sans L", sans-serif;
    text-align: center;
    padding: 3%;
    padding-bottom: 0%;
    font-size: 26px;
    color: rgb(4, 34, 4);
}

.allpaytext1 {
    font-family: Arial, Helvetica, "Liberation Sans", "Nimbus Sans L", sans-serif;
    text-align: center;
    font-size: 16px;
    color: rgb(6, 82, 6);
    padding: 0px;
    margin: 5px 20px;
}

@media (max-width: 600px) {
    .allpaytext {
        text-align: left;
        margin: 2%;
    }
    .allpaytext1 {
        text-align: left;
        padding: 0px;
        margin: 5px 20px;
    }
}

.linkG {
    color: rgb(6, 82, 6);
    text-decoration: underline;
}

 
/* ================== ПРОГРАММА ЄВІДНОВЛЕННЯ ============ */
 

.evinovlennia {
    position: relative;
    width: 90%;
    background: url(../img/glavnaya/reconstruction.webp) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    margin: 20px 0;
    padding: 5%;
    overflow: hidden;
}

.evinovlennia-overlay {
    position: absolute;
    inset: 0;
    background: rgba(3, 0, 0, 0.4);
}

.evinovlennia-content {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

.evinovlennia .h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.evinovlennia p {
    font-size: 1.2rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .evinovlennia .h3 {
        font-size: 2rem;
    }
    .evinovlennia p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .evinovlennia h1 {
        font-size: 1.6rem;
    }
}

 
/* ============ ВОССТАНОВЛЕНИЕ 2: ТЕКСТ + IMG =========== */
 

.content-block {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #1a1a1a;
    color: white;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.text h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.text p {
    font-size: 1rem;
    line-height: 1.6;
}

.image-wrapper {
    margin-top: 20px;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

@media (max-width: 600px) {
    .content-block {
        padding: 15px;
    }
    .text h2 {
        font-size: 1.5rem;
    }
    .text p {
        font-size: 0.95rem;
    }
}

 
/* ========= АКЦИЯ — БАННЕР ВЫЗОВ МАСТЕРА =============== */
 

.allpaymaster {
    background-image: url(../img/obshcheye/vyzovmastera.webp);
    height: 200px;
    width: 100%;
    background-size: cover;
    left: 0;
    right: 0;
    border-radius: 6px;
    position: relative;
    background-position: center left;
    user-select: none;
    margin: 10px 0;
    padding-bottom: 30px;
}

.allpaytextmaster {
    font-family: Arial, Helvetica, "Liberation Sans", "Nimbus Sans L", sans-serif;
    text-align: left;
    font-size: 26px;
    color: rgb(4, 34, 4);
}

.allpaytext1master {
    font-family: Arial, Helvetica, "Liberation Sans", "Nimbus Sans L", sans-serif;
    text-align: left;
    font-size: 16px;
    color: rgb(6, 82, 6);
    padding: 0px;
    margin: 5px 20px;
}

@media (max-width: 740px) {
    .allpaytextmaster {
        text-align: left;
    }
    .allpaytext1master {
        text-align: left;
        padding: 0px;
        margin: 5px 20px;
    }
    .allpaymaster {
        background-position: center left;
        height: 100%;
    }
}

 
/* =============== TEXT BLOCKS / OTHER ================== */
 

.nowarar {
    white-space: nowrap;
}

.textdiv {
    text-indent: 20px;
    font-family: "Open Sans", sans-serif;
}

@media (max-width: 1200px) {
    .textdiv {
        width: 90%;
        padding: 5%;
    }
}

 
/* ================== ПРЕИМУЩЕСТВА (ИКОНКИ) ============= */
 

.section2 {
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0px;
}

.revealator-slideup {
    text-align: center;
    width: 100px;
    flex: 1 1 calc(20% - 40px);
    max-width: 146px;
}

.revealator-slideup img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

@media (max-width: 1060px) {
    .revealator-slideup {
        padding: 10px;
        max-width: 80px;
    }
    .section2 {
        margin: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .revealator-slideup {
        flex: 1 1 calc(50% - 40px);
        padding: 10px;
        max-width: 146px;
    }
}

@media (max-width: 640px) {
    .revealator-slideup {
        flex: 1 1 80%;
        padding: 10px;
        max-width: 110px;
    }
    .section2 {
        justify-content: center;
    }
}

 
/* ====== 18-й БЛОК ========= */
 

.container18block {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
}

.container18 {
    display: flex;
    gap: 20px;
    max-width: 1100px;
    width: 100%;
    flex-wrap: wrap;
}

.block18 {
    background: #f4f4f4;
    padding: 20px;
    padding-bottom: 0;
    border-radius: 6px;
    flex: 1;
    min-width: 300px;
    text-align: left;
}

.block18 img {
    width: 100%;
    max-width: 500px;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 600px) {
    .container18 {
        flex-direction: column;
    }
}


/* ==== faq.css ==== */
.faq-container{
    width: 99%;

}
.faq-item {
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-left: 3px solid rgb(150, 150, 150);
}
.faq-question {
    width: 100%;
    background: #e0e0e0;
    border: none;
    padding: 15px;
    padding-right: 35px;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.faq-question::after {
    content: "▼";
    position: absolute;
    right: 20px;
    font-weight: bold;
}
.faq-item.active .faq-question::after{
    content: "✘";
}
.faq-answer {
    background: #fff;
    padding: 15px;
    display: none;
    border-top: 1px solid #ddd;
}
@media (max-width: 740px){
    .faq-item{
    margin-left: 2px;
    margin-right: 2px;
}
}

/* ==== pricelist.css ==== */

.simple-little-table {
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(24, 24, 24);
	font-size:14px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;
	border-collapse:separate;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
 
.simple-little-table th {
	font-weight:bold;
	padding:2% 0%;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: #e6e6e6;
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
	text-align: left;
	padding-left:20px;
}
.simple-little-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.simple-little-table tr{
	text-align: center;
	padding-left:20px;
}
.simple-little-table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.simple-little-table tr td {
	padding: 14px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
	border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #c7c6c6,  #dddddd);
}
 
.simple-little-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.simple-little-table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
td[colspan="3"]{
	font-size: 120%;
}
@media (max-width: 700px){
	.simple-little-table th {
		padding:0.2%;
	}
	.simple-little-table th:first-child{
		padding-left:1px;
	}
	.simple-little-table tr{
		padding-left:10px;
	}
	.simple-little-table tr td:first-child{
		padding-left:10px;
	}
	.simple-little-table tr td {
		padding: 5px;
	}
}
.simple-little-table {
    border-collapse: collapse;
}


/* Баннер с LCP-изображением из HTML */
.baner{
    height: 450px;
    width: 100%;
    left: 0;
    right: 0;
    position: relative;
    top: -50px;
    user-select: none;
    overflow: hidden;
}

/* Картинка фоном через <picture>/<img> */
.baner-bg{
    position: absolute;
    inset: 0;
    z-index: -1;
    display: block;
}

.baner-bg-img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

@media (max-width: 720px){
    .baner{
        height: 600px;
    }
}



.contentsteclo{
    margin: auto;
    max-width: 1100px;
    position: relative;
    user-select: none;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.kartinkaone2>img{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.tabsSclo{
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}
.tabsSclo::after, .tabsSclo::before{
     content:  " ";
    display: block;
    clear: both;
}
.textdiv{
    text-indent: 20px;
    /* text-align: justify; */
}
.tabs{
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
}
.kartinkao{
    width: 30%;
    margin-right: 3%;
    margin-top: 3%; 
    height: 100%;
}
.kartinka{
    width: 100%;
    height: 100%;
}
.texto{
    width: 67%;
    text-indent: 20px;
    /* text-align: justify; */
}

@media (max-width: 1200px){
    .kartinkao{
        margin: 2%;
        margin: 0 auto;
    }
    .texto{
        width: 56%;
        margin: 5%;
    }
    .textdiv{
        width: 90%;
        padding: 5%;
    }
}
@media (max-width: 700px){
    .kartinkao{
        width: 80%;
    }
    .texto{
        width: 90%;
    }
}

/* ==== calcDiV.css ==== */
.tabsCalc{
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    background: radial-gradient(circle farthest-corner at 100px 50px, rgb(213, 218, 209), rgb(255, 255, 255));
    border: 1px solid rgba(167, 167, 167,0.3);
    border-radius: 6px;
    text-align: center;
    padding: 30px 50px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
}
.kartinkaCalc{
    width: 47%;
    margin-right: 3%;
    height: 100%;
}
.textcalc{
    width: 48%;
    padding: 10px 1%;
    position: relative;
}
.textcalcTop{
    width: 98%;
    padding: 10px 1%;
    position: relative;
    display: inline-block;
}
.textcalcbottom{
    width: 98%;
    padding: 10px 1%;
    position: relative;
}
.textcalcL{
    width: 46%;
    padding: 10px 1%;
    position: relative;
     float: left;
}
.textcalcR{
    width: 46%;
    padding: 10px 1%;
    position: relative;
    float: right;
}
#heightI, #widthI,  #heightI2, #widthI2,  #heightI3, #widthI3 {
    width: 97.5%; height: 21px; margin:  5px 0;
}
.calcInput{ 
    width: 100%; height: 26px; margin:  5px 0;
}
#titlecalc{
    text-align: left;
    padding: 9.5px 0;
}
.kartinkaImg{
    width: 50%;
    height: 50%;
}

/* Калькулятор */
#reasschitatStoimost{
    font-weight: 700;
    color: #ffffff;
    background: #1E7A4E; /* темно-зелёный */
    box-shadow: 0 -3px #165C3A inset;
    padding: .8em 1em calc(.8em + 3px);
    border-radius: 3px;
    transition: 0.3s;
    outline:none;
    margin: 10px;
    width: 50%;
}

#reasschitatStoimost:hover{
    background: #176341;
}

#reasschitatStoimost:active{
    background: #145236;
    box-shadow: 0 3px #134E33 inset;
}
p{
    margin: 0;
    padding: 0;
}
#name11, #name1122, #name113{
    color: rgb(1, 46, 9);
    font-size: 120%;
}
#name12, #name1222, #name33{
    color: rgb(122, 122, 122);
    font-size: 65%
}
.carzina{
    width: 95%;
    padding: 0  15px  15px  15px;
    background-color: antiquewhite;
}
.btCarzinaZakaz{
    background-color:   rgb(52, 224, 52);
    height:150%;
}
.btCarzinaCllir{
    background-color: rgb(255, 61, 61);
}
.btCarzina{
    display: none;
}
.poster{
    position:relative;
    height:30px;
    width:30px;
    float: right;
    top: -30px; 
}
.descr{
    display:none;
    padding:10px;
    background:#f3f3f3;
    -moz-box-shadow:0 7px 7px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 7px 7px rgba(0,0,0,0.3);
    box-shadow:0 7px 7px rgba(0,0,0,0.3);
    text-align: left;
}
.poster:hover .descr{
    display:block;
    position:absolute;
    top:20px;
    z-index:9999;
    width:400px;
    left: -190px;
}
  .dodatok{
    text-align: left;
    list-style-position: inside;
    padding: 0;
}
#gender_Male{
        margin-top: 15px;
    }
@media (max-width: 950px){
    .kartinkaCalc{
        width: 80%;
        margin: 2%;
    }
    .textcalc{
        margin: 2%;
        width: 70%;
        padding: 0 10%;
    }
    .tabsCalc{
        padding: 10px 20px;
    }
}
@media (max-width: 600px){
    .textcalc{
        margin: 2%;
        width: 90%;
        padding: 0;
    }
    #reasschitatStoimost{
        
        margin: 10px;
        width: 80%;
        
    }
    .descr{
        padding:5px;
    }
    .poster:hover .descr{
        width:295px;
        left: -115px;
    }
}
@media (max-width: 400px){
    .textcalc{
        margin: 1%;
        width: 92%;
    }
    .tabsCalc{
        padding: 2px 5px;
    }
    #gender_Male{
        margin-top: 32px;
    }
}
.visually-hidden {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }


  .linkdizayn{
    color: #0d3d28;
    text-decoration: underline;
  }
  .linkdizayn:hover{
    color: #101541;
  }

  .kartinkavidkos{
    width: 50px;
    height: 50px;
    }

/* ===== ГАЛЕРЕЯ 4 В РЯД ===== */

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

.tabs .kartinkao1 {
    width: 24%; /* 4 в ряд */
    margin-bottom: 15px;
}

.tabs .kartinka {
    width: 100%;
    height: auto; /* не меняем ваши пропорции */
    display: block;
}
@media (max-width: 992px) {
    .tabs .kartinkao1 {
        width: 32%; /* 3 в ряд */
    }
}

@media (max-width: 768px) {
    .tabs .kartinkao1 {
        width: 49%; /* 2 в ряд */
    }
}

@media (max-width: 480px) {
    .tabs .kartinkao1 {
        width: 100%; /* 1 в ряд */
    }
}

.kartinkacentr{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}


            /*   мы предлогаем   */
#predlogaemuslugi{
    max-width: 1100px;
    position: relative;
    /*top: -50px;*/
    margin: 0 auto;
}
#uslugi{
    max-width: 100%;
    position: relative;
    display: inline-block;
}
.divuslugi{
    max-width: 23%;
    margin: 1%;
    padding: 0;
    float: left;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.divuslugi:hover{
    background-color: white;
    box-shadow: 0 0 14px rgba(0,0,0,0.9);
}
.liniy{
    width: 13%;
    height: 2px;
    background-color: rgb(28, 155, 11);
    position: absolute;
    margin: 0 0 0 5%;
    margin-top: -20px; 
    transition: 0.5s;
}
.divuslugi:hover .liniy{
    width: 21%;
    height: 60px;
    background-color: rgba(21, 165, 21, 0.185);
    position: absolute;
    margin: 0 0 0 1%;
    margin-top: -78px; 
    transition: 0.5s;
    z-index: 90;
}
@media (max-width: 1000px){
    .neymyclyg{
        font-size: 18px;
    }
}
@media (max-width: 700px){
    #uslugi{
        margin: 0 auto;display: block;
    }
    .divuslugi{
        max-width: 60%;
        float: none;
        margin: 3% 20%;
    }
    .imguslugi{
        display: block;
        margin: 0 auto;
    }
    .neymyclyg{
        margin: 0;
        padding:  0 0 20px 0;
    }
    .liniy{
        width: 30%;
        position: absolute;
        margin: 0 0 0 15%;
        margin-top: -10px;
    }
    .divuslugi:hover .liniy{
        width: 42%;
        height: 50px;
        margin: 0 0 0 9%;
        margin-top: -68px; 
    }
}
@media (max-width: 500px){
    .divuslugi{
        max-width: 82%;
        margin: 3% 9%;
    }
    .imguslugi{
        width: 100%;
    }
    .liniy{
        width: 30%;
        margin: 0 0 0 26%;
        margin-top: -13px;
    }
    .divuslugi:hover .liniy{
        width: 60%;
        margin: 0 0 0 11%;
        margin-top: -68px; 
    }
}

            /*   мы предлогаем   */
            #predlogaemuslugi{
                max-width: 1100px;
                position: relative;
                /*top: -50px;*/
                margin: 0 auto;
            }
            #uslugi{
                max-width: 100%;
                position: relative;
                display: inline-block;
            }
            .divuslugi{
                max-width: 23%;
                margin: 1%;
                padding: 0;
                float: left;
                background-color: white;
                box-shadow: 0 0 10px rgba(0,0,0,0.4);
            }
            .divuslugi:hover{
                background-color: white;
                box-shadow: 0 0 14px rgba(0,0,0,0.9);
            }
            .liniy{
                width: 13%;
                height: 2px;
                background-color: rgb(28, 155, 11);
                position: absolute;
                margin: 0 0 0 5%;
                margin-top: -20px; 
                transition: 0.5s;
            }
            .divuslugi:hover .liniy{
                width: 21%;
                height: 60px;
                background-color: rgba(21, 165, 21, 0.185);
                position: absolute;
                margin: 0 0 0 1%;
                margin-top: -78px; 
                transition: 0.5s;
                z-index: 90;
            }
            .imguslugi{
                display: block;
                margin: 0 auto;
                width: 100%;
            }
            @media (max-width: 1000px){
                .neymyclyg{
                    font-size: 18px;
                }
            }
            @media (max-width: 700px){
                #uslugi{
                    margin: 0 auto;display: block;
                }
                .divuslugi{
                    max-width: 40%;
                    float: none;
                    margin: 3% 20%;
                }
                .imguslugi{
                    display: block;
                    margin: 0 auto;
                }
                .neymyclyg{
                    margin: 0;
                    padding:  0 0 20px 0;
                }
                .liniy{
                    width: 30%;
                    position: absolute;
                    /* margin: 0 0 0 15%; */
                    margin-top: -10px;
                }
                .divuslugi:hover .liniy{
                    width: 32%;
                    height: 50px;
                    margin: 0 0 0 4%;
                    margin-top: -68px; 
                }
            }
            @media (max-width: 500px){
                .divuslugi{
                    max-width: 82%;
                    margin: 3% 9%;
                }
                .imguslugi{
                    width: 100%;
                    margin-bottom: 20px;
                }
                .liniy{
                    width: 30%;
                    margin: 0 0 0 26%;
                    margin-top: -13px;
                }
                .divuslugi:hover .liniy{
                    width: 60%;
                    margin: 0 0 0 11%;
                    margin-top: -68px; 
                }
            }

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