@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animBtn {
    0% {
        left: 0%;
    }
    50% {
        left: -100%;
    }
    100% {
        left: 0%;
    }
}

@keyframes loaderLine {
    0% {
        margin-left: 1%;
    }
    50% {
        margin-left: 69%;
    }
    100% {
        margin-left: 1%;
    }
}

@keyframes scroll {
    0% {
        transform: translateY(0px);
    }
    30% {
        transform: translateY(0px);
    }
    35% {
        transform: translateY(5px);
    }
    40% {
        transform: translateY(0px);
    }
    45% {
        transform: translateY(5px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (orientation: landscape) {
    html::-webkit-scrollbar {
        width: 15px;
    }
    html::-webkit-scrollbar-track {
        background-color: #fff;
        box-shadow: 0 0 10px 0 #0003;
    }
    html::-webkit-scrollbar-thumb {
        background: #00a8d7aa;
        border-radius: 1000px;
        border: 4px solid #fff;
    }
    .popupHandler::-webkit-scrollbar {
        width: 15px;
    }
    .popupHandler::-webkit-scrollbar-track {
        background-color: #404040;
    }
    .popupHandler::-webkit-scrollbar-thumb {
        background: #00a8d7aa;
        border-radius: 1000px;
        border: 4px solid #404040;
    }
}

 :root {
    --scrnwidth: calc(100vw - 600px);
}

.emerge-spin-element {
    left: 30%;
    top: 100%;
    transform: translateY(-50%);
}

img {
    max-width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.lds-ring {
    display: none !important;
}

#loader {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    background: #fff;
    z-index: 10000000000;
    align-content: center;
    justify-content: center;
    align-items: center;
}

div#loader.loaded {
    opacity: 0;
    z-index: -1;
    transition: .4s;
    transition-delay: .5s;
}

.loadAnim {
    width: 200px;
    height: 200px;
    background-image: url("data:image/svg+xml,%3Csvg width='201' height='200' viewBox='0 0 201 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M151.068 19.689L140.412 36.6134C128.931 29.3848 115.351 25.2 100.732 25.2C86.1131 25.2 72.5327 29.3848 61.0523 36.6134L50.3958 19.689C64.9736 10.51 82.2327 5.20001 100.732 5.20001C119.231 5.20001 136.49 10.51 151.068 19.689ZM50.3958 179.911L61.0523 162.987C72.5327 170.215 86.1131 174.4 100.732 174.4C115.351 174.4 128.931 170.215 140.412 162.987L151.068 179.911C136.49 189.09 119.231 194.4 100.732 194.4C82.2327 194.4 64.9736 189.09 50.3958 179.911Z' fill='black'/%3E%3C/svg%3E%0A");
    border-radius: 100px;
    animation: 1.5s loader 0s infinite ease;
}

.loadAnimLine {
    width: 500px;
    border: 1px solid #0002;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.loadLine {
    height: 80%;
    margin-top: 1%;
    width: 30%;
    background: #1c80fc;
    border-radius: 8px;
    animation: 2s loaderLine 0s infinite ease;
}

* {
    font-family: "Montserrat", sans-serif;
}

html,
body {
    padding: 0;
    margin: 0;
}

div.header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    padding: 60px 80px 0;
}

.logo {
    font-size: 2vw;
    font-weight: 900;
    width: 30vw;
    color: #0060d5;
}

.logo img {
    border-radius: 0;
}

.contactHandler {
    display: flex;
    align-items: center;
    gap: 40px;
}

.contactHandler a {
    font-size: 1vw;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    transition: .2s;
}

.contactHandler #phone {
    font-size: 1.3vw;
    font-weight: 800;
}

a:hover {
    color: #1b80fc;
    transition: .2s;
}

.fBlock,
.afterQuiz,
.quiz,
.quiz_sphntcr {
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100) !important;
    width: 100vw;
    max-width: 100%;
    position: relative;
}

.siteBG {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
}

#lr,
#hr {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100vw;
    height: auto;
    border-radius: 0;
}

.nums {
    width: 100%;
    padding: 100px 0;
    background: linear-gradient(0deg, #fff0, #fff0 30%, #fff0 70%, #ffff), linear-gradient(90deg, #e6f5ff, #fff0), url(img/https://www.centrclimat.ru/f/city_bg_1.png) no-repeat right;
}

.fact {
    margin: 50px 7vw;
}

.fact:nth-child(2n) {
    text-align: right;
}

.num {
    color: #fff;
    font-size: 6vw;
    font-weight: 900;
    line-height: 6vw;
    text-shadow: 0px 5px 120px #0064fd;
}

.factText {
    color: #fff;
    font-weight: 500;
    font-size: 3vw;
    text-shadow: 0px 0px 60px #0064fd;
}

body {
    background-size: cover;
}

.leftText {
    padding: 12vh 80px;
    font-size: 28px;
    font-weight: 600;
}

p {
    margin: 15px 0;
}

p#min {
    font-weight: 500;
    font-size: 1.2vw;
    margin: 0 0 0 2vw;
    color: #333;
}

#main {
    font-size: 2vw;
}

#gift {
    font-size: 22px;
    font-weight: 800;
}

b {
    font-weight: 800;
}

u {
    font-weight: 700;
    text-decoration: none;
    color: #1b80fc;
}

.btn {
    padding: 1.5vw 3.5vw;
    /* background: #1b80fc; */
    color: #fff !important;
    font-size: 1.5vw;
    margin-top: 10px;
    border-radius: 1vw;
    display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    user-select: none;
    text-align: center;
    top: 0;
    transition: .3s !important;
    z-index: 1;
}

.btnBG {
    animation: 4s animBtn 0s infinite ease;
}

.btn span {
    z-index: 1000;
    position: relative;
    transition: .3s;
}

.btn:hover span {
    z-index: 1000;
    position: relative;
    transition: .3s !important;
}

.btnBG {
    background: linear-gradient(90deg, #1b80fc, #005fd4 50%, #1ba9fc 100%);
    width: 200%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 11;
    transition: .3s;
}

.btn:hover .btnBG {
    filter: hue-rotate(10deg) brightness(0.7);
    animation-play-state: paused;
    transition: .3s;
}

.btn:hover {
    transform: scale(1.02) !important;
    transition: .3s !important;
}

.smol {
    margin: 0;
    font-size: 18px;
    padding: 16px 30px;
    border-radius: 10px;
}

.quiz {
    position: fixed;
    left: -100vw;
    top: 0;
    z-index: 1000000000000;
    background: #fff;
    transition: 0.8s cubic-bezier(0.82, 0.02, 0.01, 0.95);
}

.visible {
    left: 0 !important;
    transition: 0.8s cubic-bezier(0.13, 0.69, 0.21, 0.96);
}

a.imgYT {
    cursor: pointer;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
    transition: .2s;
    line-height: 0;
    margin: 0;
    padding: 0;
}

a.imgYT:hover {
    box-shadow: 0 0 30px 0 #f005;
    border-radius: 0.6vw;
    transform: scale(1.04);
    transition: .2s;
}

img.animPRW {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .2s;
}

a.imgYT:hover img.animPRW {
    opacity: 1;
    transition: .4s;
    transition-delay: .2s;
}

.scrollDown {
    position: absolute;
    width: 180px;
    left: 50%;
    color: #fff;
    bottom: 2%;
    transform: translate(-50%, 0) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.scrollDown svg {
    width: 50px;
    height: 50px;
    animation: 7s scroll 0s infinite;
}

.closeQuiz {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    padding: 10px;
    padding: 5px;
    margin: 5px;
    border-radius: 6px;
    border: 2px solid #0002;
    transition: .2s;
}

.closeQuiz:hover {
    background: #f002;
    border-radius: 10px;
    margin: 0px;
    padding: 10px;
    border: 2px solid #0000;
    box-shadow: 0px 14px 63px rgb(255 0 0 / 14%), 0px 3.12708px 14.0719px rgb(255 0 0 / 4%), 0px 0.931014px 4.18956px rgb(255 0 0 / 3%);
    transition: .2s;
}

.closePopup {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
    padding: 10px;
    padding: 5px;
    margin: 5px;
    opacity: 0;
    border-radius: 6px;
    transition: .3s;
}

.open .closePopup {
    opacity: 1;
    transition: .2s;
}

.closePopup:hover {
    background: #f006;
    border-radius: 10px;
    margin: 0px;
    padding: 10px;
    box-shadow: 0px 14px 63px rgb(255 0 0 / 30%), 0px 3.12708px 14.0719px rgb(255 0 0 / 13%), 0px 0.931014px 4.18956px rgb(255 0 0 / 6%);
    transition: .2s;
}

.projects {
    width: 1200px !important;
    padding: 50px 0;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.project {
    position: relative;
    height: 350px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    border: 1px solid #9996;
    transition: .2s !important;
}

.project:hover {
    transform: scale(1.02);
    transition: .2s !important;
}

.project:hover::before {
    opacity: 1;
    transition: .2s;
    z-index: 1000;
}

.project:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(0deg, #0564b7cc, #0055ff4f 40%, #0000 70%);
    transition: .2s;
    z-index: 1;
}

.clickHere {
    display: flex;
    position: absolute;
    top: 25px;
    left: 25px;
    padding: 10px 15px;
    background: #0089ffb3;
    border-radius: 10px;
    width: auto;
    gap: 10px;
    align-content: center;
    align-items: center;
    box-shadow: 0 0 20px 0 #41a7ff6b;
}

.project img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 150%;
    height: 150%;
    z-index: -1;
    background: linear-gradient(45deg, #0000, #000f);
}

.project:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #000c, #0007 40%, #0000 70%);
    z-index: 1;
    transition: .2s;
}

.project img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.5s;
}

.project:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}

.projectAbout {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    z-index: 10000;
    justify-content: space-between;
    width: calc(100% - 40px);
    gap: 5px;
}

.project h3 {
    left: 10px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    margin: 0;
}

.project span {
    left: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.popupHandler {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    background: #000a;
    z-index: -1;
    opacity: 0;
    transition: .3s;
}

.popup {
    padding-top: 0.1px;
    position: relative;
    top: 100vw;
    width: 1200px;
    background: #fff;
    margin: 50px auto 50px;
    border-radius: 20px;
    z-index: -1;
    transition: .6s;
}

.open {
    opacity: 1;
    z-index: 10000000;
    transition: .4s;
}

.openP {
    top: 0;
    z-index: 10000001;
    transition: .3s cubic-bezier(0.04, 0.67, 0.01, 0.99)
}

.popupClose {
    opacity: 0;
    width: 100vw;
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
}

.open .popupClose {
    opacity: 1;
    transition: .3s;
}

.zoomHandler {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    background: #000a;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.2s;
    filter: blur(100px);
    z-index: 1000000000000000000000000;
}

.zoomHandler.zoomed {
    filter: blur(0px);
    transform: translate(-50%, -50%) scale(2);
    transition: 0.2s;
}

.insertImg div.img {
    position: fixed;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    top: 50%;
    left: 50%;
    max-height: 80vh;
    max-width: 80vw;
    transform: translate(-50%, -50%) scale(0);
    z-index: 1000000000000000000000001;
    cursor: pointer;
    transition: 0.2s;
}

.insertImg img.soloPic {
    border-radius: 40px;
    box-shadow: 0 0 20px 5px #0004;
    z-index: 1000000000000000000000001;
    cursor: pointer;
    transition: 0.2s;
    margin: auto;
}

.zoomHandler.zoomed .insertImg div.img {
    transform: translate(-50%, -50%) scale(0.5);
    transition: 0.6s;
}

.payHint {
    display: none;
}

.insertImg span {
    color: #aaa;
    text-align: center;
    margin: auto;
}

.insertImg #YTvideoHandler {
    position: fixed;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    top: 50%;
    display: grid;
    display: flex;
    left: 50%;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px 5px #0004;
    transform: translate(-50%, -50%) scale(0);
    z-index: 1000000000000000000000001;
    cursor: pointer;
    transition: 0.2s;
}

.insertImg #YTvideoHandler.img {
    background: #fff;
    padding: 30px;
}

.insertImg #YTvideoHandler img {
    z-index: 1000;
}

.zoomHandler.zoomed .insertImg #YTvideoHandler {
    transform: translate(-50%, -50%) scale(0.5);
    transition: 0.6s;
}

#vidPlace {
    position: relative;
    z-index: 1000;
}

.loaderHandler {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.loaderHandler img {
    animation: 1.5s ease-in-out infinite loader;
}

.popupStore {
    display: none;
}

.popupPlace {
    display: contents;
}

.noscroll {
    overflow: hidden !important;
}

.wideBlock {
    width: 100%;
    position: relative;
}

#map {
    height: 80vh;
    min-height: 600px;
}

.contactsCard {
    position: absolute;
    top: 50%;
    left: 10vw;
    min-width: 470px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    gap: 15px;
    padding: 13px 15px 15px 15px;
    border-radius: 20px;
    box-shadow: 0 10px 50px 5px #0007;
    z-index: 100000;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 600;
}

.organisation {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    align-items: flex-start;
    width: 98%;
}

.org {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.orgName {
    font-weight: 800;
    font-size: 32px;
}

.orgAdress {
    font-weight: 500;
    font-size: 16px;
}

.time {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    padding-top: 5px;
}

.orgTimeName {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
}

.orgTime {
    font-weight: 500;
    font-size: 16px;
}

.cardContacts {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 5px;
}

.cardSocials,
.cardActive {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.btnOut {
    text-decoration: none;
    display: flex;
    gap: 10px;
    border: 2px solid;
    border-radius: 10px;
    user-select: none;
    padding: 13px 20px;
    align-content: center;
    justify-content: center;
    align-items: center;
    filter: saturate(1);
    transition: .2s !important;
}

.btnOut[href]:hover {
    filter: saturate(0.7);
    transform: translateY(-2px) !important;
    transition: .2s !important;
}

.soc {
    padding: 13px;
}

.btnOut * {
    display: block;
}

#rating {
    width: 100%;
    justify-content: space-evenly;
    border-color: #FFB800;
    background: #FFB80020;
    padding: 13px 17px 13px 13px;
}

.rating {
    color: #000;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: -1px;
}

.rateNum {
    color: #0004;
    font-weight: 500;
    font-size: 16px;
}

.contact {
    border-color: #026AFF;
    background: #026AFF20;
    color: #026AFF;
    width: 100%;
}

#tg {
    border-color: #269dd9;
    background: linear-gradient(90deg, #269dd922, #1289c422);
}

#tg span {
    color: #1289c4;
}

#yt {
    border-color: #ff0000;
    background: #ff000020;
}

#ig {
    border-color: #FF6B00;
    background: #FF6B0020;
}

.expand {
    display: none;
    padding: 10px 15px;
    background: #008aee22;
    color: #008aee;
    font-weight: 700;
    width: 200px;
    text-align: center;
    width: max-content;
    border-radius: 10px;
    gap: 10px;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: .2s;
    cursor: pointer;
}

.expand:hover {
    background: #008aeeaa;
    color: #fff;
    transition: .2s;
}

.expand svg path {
    transition: .2s;
}

.expand:hover svg path {
    stroke: #fff;
    transition: .2s;
}

section h2 {
    font-size: 42px;
    font-weight: 800;
    text-align: center;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    margin: auto;
    width: max-content;
    padding-bottom: 100px;
}

.good {
    width: var(--scrnwidth);
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
    margin-bottom: 100px;
}

.info {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    background: #fff;
    box-shadow: 0 10px 35px 0 #0002;
    border-radius: 20px;
}

.info p {
    font-size: 14px;
    font-size: 18px;
    font-weight: 600;
}

.fBlock {
    height: 100vh !important;
}

.good h2 {
    margin: 0;
    grid-column: 1/3;
}

.cond_vars {
    display: flex;
    align-items: center;
    gap: 60px;
    width: var(--scrnwidth);
    margin: auto;
    margin-bottom: 100px;
    justify-content: space-between;
}

.cond_card {
    position: relative;
    display: flex;
    width: 33%;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 15px 40px 0 #0002;
    border-radius: 20px;
    padding: 15px;
    gap: 20px;
}

.cond_type {
    position: absolute;
    top: 30px;
    right: -10px;
    padding: 5px 10px;
    background: #19abff;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 6px;
    box-shadow: 0 5px 15px 0 #0089C266;
}

.cond_type.inv {
    background: #f5aa00;
    box-shadow: 0 5px 15px 0 #c27e0066;
}

.cond_price {
    position: absolute;
    top: 220px;
    right: 10px;
    display: flex;
    transform: rotate(4deg);
}

.cond_price span {
    padding: 6px 9px 5px 5px;
    background: #F00;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    border-radius: 0 5px 5px 0;
    box-shadow: -5px 5px 20px 0 #f003;
}

.cond_card h3 {
    font-size: 24px;
    margin: 0;
}

.cond_card h3 span {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.cond_plus {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cond_plus_inline {
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 7px;
}

.con_plus_card {
    padding: 4px 8px 5px;
    background: #c6efff;
    border: 1px solid #148f7f44;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 400;
}

.con_plus_card.imp {
    background: #8ad4ff;
    border: 1px solid #148b8f66;
}

.cond_buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.cond_buttons .buy {
    width: 100%;
    padding: 15px;
    background: #1A91FF;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    display: inline;
    cursor: pointer;
    box-shadow: 0 2px 70px 0 #053e7400;
    transition: .2s;
}

.cond_buttons .buy:hover {
    background: #0e77d8;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px 0 #053e7444;
    transition: .2s;
}

.cond_buttons .yt_btn {
    padding: 12px;
    background: #d00;
    border-radius: 10px;
    font-size: 0px;
    text-align: center;
    display: none;
    cursor: pointer;
    box-shadow: 0 5px 70px 0 #74050500;
    transition: .2s;
}

.cond_buttons .yt_btn img {
    width: 28px;
    height: 28px;
}

.cond_buttons .yt_btn:hover {
    background: #b00;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px 0 #74050555;
    transition: .2s;
}

.cond_vars.alt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    column-gap: 40px;
    row-gap: 40px;
}

.alt .cond_card {
    display: flex;
    flex-direction: row;
    width: auto;
}

.alt .cond_card>img {
    width: auto;
    height: 180px;
    object-fit: contain;
    cursor: zoom-in;
}

.alt .cond_type {
    left: -10px;
    right: unset;
    font-size: 14px;
}

.cond_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.alt .cond_card h3 {
    font-size: 24px;
}

.alt .cond_card h3 span {
    font-size: 12px;
}

.alt .con_plus_card {
    font-size: 13px;
}

.alt .cond_buttons .buy {
    padding: 16px 0;
    font-size: 18px;
    width: 100%;
}

.alt .cond_buttons .yt_btn {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 0 18px;
    align-items: center;
    line-height: 0;
    font-size: 16px;
    font-weight: 700;
    width: 150px;
    color: #fff;
    /* TMP */
    display: none;
}

.alt .yt_btn.allow {
    display: flex !important;
}

section.about_setup {
    width: var(--scrnwidth);
    margin: auto;
    margin-bottom: 30px;
}

.setup_vars {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
}

.setup_var {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 25px 35px;
    border-radius: 20px;
    width: 48%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    max-height: 450px;
}

.setup_about {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.setup_var p {
    font-size: 18px;
    padding-top: 10px;
    width: 75%;
    margin: 0;
    font-weight: 600;
}

.setup_var ul {
    padding-inline-start: 20px;
    font-size: 18px;
    margin-bottom: 0;
}

.setup_var ul li {
    margin-bottom: 6px;
}

.setup_var div.setup_info {
    /* position: absolute; */
    /* bottom: 30px; */
    /* left: 40px; */
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.setup_var img.setup_var {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.setup_name {
    font-weight: 800;
    font-size: 44px;
    margin: 0;
}

.setup_price {
    font-weight: 400;
    font-size: 42px;
    margin: 0;
}

.setup_price b {
    font-weight: 600;
}

#cheap {
    background-image: url(img/cheap_setup.webp);
    color: #444444;
}

#normal {
    background-image: url(img/standart_setup.webp);
    color: #5a410e;
}

.und_text {
    position: absolute;
    bottom: -30px;
    font-size: 14px;
}

.lost {
    width: var(--scrnwidth);
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20vw;
    background-image: url(img/whatelse_bg.webp);
    background-repeat: no-repeat;
    background-position: 30%;
    min-height: 440px;
    position: relative;
}

.lost_text {
    display: block;
}

.lost_text h4 {
    font-size: 38px;
    font-weight: 800;
    margin: 0;
}

.lost_text p {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-top: 10px;
    color: #187cf7;
}

.lost_text span {
    display: block;
    margin: 0;
    margin-top: 100px;
    font-size: 16px;
    font-weight: 500;
}

.lost form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 280px;
    padding: 15px;
    border-radius: 20px;
    background-color: #fff;
    height: fit-content;
    box-shadow: 0 5px 20px 0 #0003;
    z-index: 10;
}

.lost form input {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    border-radius: 10px;
    background-color: #e5e5e5;
    border: none;
    transition: .2s;
}

.lost form input[required] {
    outline: none;
    background-color: #ffdddd;
    transition: .2s;
}

.lost form input[required]:not(:placeholder-shown) {
    background-color: #e5e5e5;
}

.lost form input:focus {
    outline: none;
    background-color: #0a7ae222 !important;
    transition: .2s;
}

.lost form input[name="name"] {
    margin-top: 15px;
}

.lost form button {
    margin-top: 15px;
    border-radius: 10px;
    border: none;
    text-align: center;
    box-shadow: 0 2px 15px 0 #0002;
    font-weight: 700;
}

.lost img {
    position: absolute;
    right: 20vw;
    width: 300px;
    bottom: 0;
    z-index: 1;
}

.formConfirm {
    height: 200px;
}

.formConfirm {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 50px;
    width: 400px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 #0002;
    align-items: center;
    justify-content: center;
}

.formConfirm h4 {
    font-size: 24px;
    text-align: center;
    margin: 0;
}

.formConfirm p {
    font-size: 18px;
    text-align: center;
    margin: 0;
}

.formConfirm a {
    background-color: #005fd4;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
}

@media (max-width: 1500px) {
     :root {
        --scrnwidth: calc(100vw - 200px);
    }
    .cond_vars {
        gap: 20px;
        justify-content: space-between;
    }
    .cond_card {
        gap: 15px;
    }
    .alt .cond_card>img {
        height: 160px;
    }
    .alt .cond_buttons .buy {
        padding: 13px 0;
    }
    .alt .cond_buttons .yt_btn {
        padding: 0 15px;
    }
    .alt .cond_card h3 {
        font-size: 22px;
    }
    .cond_vars.alt {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 1fr;
        column-gap: 20px;
        row-gap: 30px;
    }
}

@media (min-width: 1500px) {
    .hideSome div.project:nth-child(n+4) {
        margin-top: -100% !important;
        opacity: 0 !important;
        z-index: -1 !important;
        transition: .2s;
    }
    .hideSome .expand {
        display: flex !important;
        margin: 0 !important;
        opacity: 1 !important;
        z-index: 1 !important;
    }
    .projects {
        width: 90vw !important;
        gap: 2vw;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .project {
        height: 18vw;
    }
    .leftText {
        padding: 15vh 5vw;
    }
}

@media (orientation: landscape) and (max-width: 900px) {
    .rotate {
        display: flex !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: calc(var(--vh, 1vh) * 100);
        background: #000e;
        z-index: 1000000000;
        color: #fff;
        font-size: 24px;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 10vh;
    }
    .rotate svg {
        height: 40vh;
        width: 40vh;
    }
}

@media (max-width: 900px) {
    ymaps {
        display: none !important;
    }
    #map {
        min-height: 0;
        height: auto;
    }
    .contactsCard {
        position: static;
        left: 0px;
        top: 0;
        width: auto;
        transform: none;
        border-radius: 20px 20px 0 0;
    }
    .projects {
        width: 90vw !important;
        margin: auto;
        grid-template-columns: 1fr;
    }
    .nums {
        background: linear-gradient(0deg, #ffff, #008aff1a 20%, #008aff1a 70%, #ffff), linear-gradient(90deg, #e6f5ff, #fff0), url(img/https://www.centrclimat.ru/f/city_bg_1.png) no-repeat center;
    }
}

.top_image_grad {
    display: none;
}

.alt .yt_btn.allow {
    display: flex !important;
    justify-content: center;
}

.showQR {
    position: relative;
    top: 5px;
    left: 0px;
    font-size: 14px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    color: #3a921c;
    margin: 6px 7.5px;
    font-weight: 400;
    cursor: pointer;
    padding: 6px 7.5px;
    width: fit-content;
    border-radius: 10px;
    background-color: #51ad3100;
    transition: .2s !important;
}

.showQR:hover {
    color: #20640a;
    padding: 12px 15px;
    margin: 0;
    background-color: #51ad3133;
    transition: .2s !important;
}

.mont_price {
    display: block;
    text-align: center;
    color: #888;
    text-decoration: underline;
    margin: auto;
    margin-top: -30px;
    margin-bottom: 30px;
}