* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    color: #000000;
}
body .container {
    margin: auto 10.8vw;
    opacity: 0.2;
    scale: 0.85;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
body .container .title {
    font-size: 2.6vw;
    font-weight: 700;
    text-transform: uppercase;
}
body .container .title__img {
    margin: auto 1.6vw;
    height: 2px;
    width: 2vw;
}
body .container .top__text {
    font-size: 1.04vw;
    color: #676767;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}
body .container.show {
    opacity: 1;
    scale: 1;
}
body a {
    color: #000000;
    text-decoration: none;
    transition: color 0.5s ease;
}
body a:hover {
    color: #62965a;
}
body input {
    padding: 1vw 1.6vw;
    width: auto;
    margin: 0.25vw 0;
    font-size: 0.9vw;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    border: 1px #dadada solid;
}
body input:hover {
    border: #62965a 1px solid;
}
body input:focus {
    border: none;
    outline: #62965a solid 1px;
}
body input.error {
    border: #d70000 1px solid;
}

button {
    color: #ffffff;
    background: #62965a;
    cursor: pointer;
    height: 3.1vw;
    padding: 0 2.6vw;
    text-transform: uppercase;
    border: none;
    padding: 0 2.6vw;
    transition: background 0.5s ease;
}
button:hover {
    background: #4e8246;
}
button:active {
    background: #004632;
}

.back__sky {
    position: absolute;
    z-index: -3;
    width: 100%;
    top: 0;
}

.jGrowl-notification button {
    height: auto;
}

header {
    width: 100%;
    margin: 3.5vw auto 6vw auto;
}
header .navigation__mobile {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 5000;
    background: white;
    width: 60vw;
    height: 100vh;
    padding: 20% 10%;
    text-align: start;
    display: flex;
    flex-direction: column;
    font-size: 5vw;
    transition: left 0.5s ease;
    line-height: 150%;
}
header .navigation__mobile.active {
    left: 0;
}
header .navigation__mobile .navigation__close {
    width: 25px;
    position: absolute;
    right: 20px;
    top: 30px;
    cursor: pointer;
}
header .navigation__mobile .navigation__close:hover {
    opacity: 0.8;
}
header .navigation__mobile .navigation__close:active {
    opacity: 0.6;
}
header .container {
    display: flex;
    justify-content: space-between;
    scale: 1;
    opacity: 1;
}
header .container .logo img {
    width: 6.6vw;
}
header .container .burger__button {
    display: none;
}
header .container .header__menu {
    display: flex;
    align-items: center;
    font-size: 1.1vw;
    text-transform: uppercase;
}
header .container .header__menu a {
    margin: auto 1.3vw;
    transition: color 0.5s ease;
    cursor: pointer;
}
header .container .header__contacts {
    font-size: 1.2vw;
    display: flex;
}
header .container .header__contacts .header__adress {
    display: flex;
    align-items: center;
}
header .container .header__contacts .header__adress:hover {
    color: #62965a;
}
header .container .header__contacts .header__adress img {
    width: 1.7vw;
    margin-right: 0.8vw;
    line-height: 1.67vw;
}
header .container .header__contacts .header__phone {
    display: flex;
    align-items: center;
    margin-left: 2.3vw;
}
header .container .header__contacts .header__phone:hover {
    color: #62965a;
}
header .container .header__contacts .header__phone img {
    width: 1.7vw;
    margin-right: 0.8vw;
    line-height: 32px;
}

.main__info .container {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.main__info .container .top__info .top__info1 {
    color: #62965a;
    font-size: 3.9vw;
    font-weight: 700;
    text-transform: uppercase;
}
.main__info .container .top__info .top__info2 {
    display: block;
    font-size: 3.9vw;
    font-weight: 700;
    text-transform: uppercase;
}
.main__info .container .top__info .top__info3 {
    width: 19vw;
    margin-top: 2.6vw;
    font-size: 1.25vw;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 1.8vw;
}
.main__info .container .cottege {
    position: absolute;
    z-index: -2;
    left: 27%;
    top: 5%;
    width: 40vw;
}
.main__info .container .cottege__info {
    position: absolute;
    z-index: -1;
    left: 56.3%;
    top: 0;
    width: 9.5vw;
}
.main__info .container .top__form {
    display: flex;
    flex-direction: column;
    width: 20.1vw;
    padding-left: 3.1vw;
    border-left: 1px solid #0000001a;
}
.main__info .container .top__form .top__form__title {
    font-size: 1.9vw;
    font-weight: 700;
    margin-bottom: 1.2vw;
}
.main__info .container .top__form input {
    height: 3.1vw;
}
.main__info .container .top__form .top__soglasie {
    display: flex;
    align-items: center;
    margin-top: 0.8vw;
}
.main__info .container .top__form .top__soglasie .main__check__block {
    cursor: pointer;
}
.main__info .container .top__form .top__soglasie .main__check__block input {
    display: none;
}
.main__info .container .top__form .top__soglasie .main__check__block img {
    width: 1.35vw;
}
.main__info .container .top__form .top__soglasie label {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 0.73vw;
    line-height: 1.1vw;
    margin-left: 1.1vw;
    cursor: pointer;
}
.main__info .container .top__form .top__soglasie label span {
    color: #62965a;
}
.main__info .container .top__form .top__soglasie:hover img {
    filter: brightness(85%);
}
.main__info .container .top__form button {
    margin-top: 0.9vw;
    width: 100%;
    font-size: 1.15vw;
    font-family: "Roboto Condensed", sans-serif;
}

.products {
    margin-top: 11vw;
}
.products .products__title {
    display: flex;
    align-items: center;
}
.products .products__title .products-span2 {
    font-size: 1.1vw;
    font-weight: 300;
    color: #868686;
    font-family: "Roboto", sans-serif;
}
.products .products__blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3.6vw;
    height: 34.5vw;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
}
.products .products__blocks .product__box {
    width: 25.1vw;
    height: 16.15vw;
    position: relative;
    margin-bottom: 1.6vw;
    overflow: hidden;
}
.products .products__blocks .product__box img {
    width: 100%;
}
.products .products__blocks .product__box .product__block__info {
    position: absolute;
    left: 5%;
    top: 75%;
    display: flex;
    flex-direction: column;
    transition: top 0.5s ease;
}
.products .products__blocks .product__box .product__block__info span {
    width: max-content;
    padding: 0.8vw 1.6vw;
    background: #ffffff;
    z-index: 1;
    font-size: 1.1vw;
    font-weight: 700;
    text-transform: uppercase;
}
.products .products__blocks .product__box .product__block__info button {
    position: static;
    width: 11vw;
    height: 2.6vw;
    font-family: "Roboto", sans-serif;
    font-size: 0.9vw;
    margin-top: 1.4vw;
    transition: margin-top 0.5s ease;
    padding: 0;
}
.products .products__blocks .product__box:hover .product__block__info {
    top: 58%;
}
.products .products__blocks .product__box:hover .product__block__info button {
    margin-top: 0;
}
.products .products__blocks .product__block__info {
    margin: auto 0;
    width: 32%;
    margin-right: 34%;
}
.products .products__blocks .product__block__info p {
    margin: auto 1.5vw;
    padding: 0 1.5vw;
    border-left: 1px solid #0000001a;
    font-size: 1.04vw;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 1.6vw;
}
.products .products__buttons__reveal {
    opacity: 1;
    display: block;
    margin: 3.1vw auto 7.8vw auto;
    font-size: 1.1vw;
    height: 3.1vw;
    font-family: "Roboto Condensed", sans-serif;
    transition: opacity 1s easy, margin 1s easy, height 1s easy;
}
.products .products__buttons__reveal.hide {
    opacity: 0;
    margin: 0;
    height: 0;
}
.products .products__buttons__hide {
    margin: 0;
    opacity: 0;
    height: 0;
    display: block;
    font-size: 1.1vw;
    font-family: "Roboto Condensed", sans-serif;
    transition: opacity 1s easy, margin 1s easy, height 1s easy;
}
.products .products__buttons__hide.reveal {
    margin: 3.1vw auto 7.8vw auto;
    opacity: 1;
    height: 3.1vw;
}

.advantages .container {
    display: flex;
    background: #f6f6f6;
}
.advantages .container img {
    width: 27vw;
}
.advantages .container .advantages__block {
    margin: auto 0;
}
.advantages .container .advantages__block .advantages__info {
    display: flex;
    margin-top: 3.65vw;
}
.advantages .container .advantages__block .advantages__info .advantages__item {
    display: flex;
    align-items: center;
    margin-right: 3.2vw;
}
.advantages .container .advantages__block .advantages__info .advantages__item img {
    width: 2.2vw;
    margin-right: 1.6vw;
}
.advantages .container .advantages__block .advantages__info .advantages__item span {
    font-size: 1.6vw;
}

.spheres {
    margin: 7.81vw auto;
}
.spheres .spheres__top {
    display: flex;
    align-items: center;
    margin-bottom: 4.43vw;
}
.spheres .spheres__blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.spheres .spheres__blocks .spheres__block {
    width: 18.44vw;
    height: 8.85vw;
    border: 4px solid #f6f6f6;
    margin-bottom: 1.56vw;
    display: flex;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08);
    transition: border 0.2s ease, box-shadow 0.5s ease;
}
.spheres .spheres__blocks .spheres__block img {
    scale: 1;
    width: 3.33vw;
    margin: auto 2.08vw;
}
.spheres .spheres__blocks .spheres__block p {
    color: #000000;
    margin: auto 0;
    margin-right: 1.56vw;
    font-size: 1.15vw;
    line-height: 1.67vw;
    transition: color 0.5s ease;
}
.spheres .spheres__blocks .spheres__block:hover {
    border: 0px solid #f6f6f6;
    box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.08);
}
.spheres .spheres__blocks .spheres__block:hover img {
    scale: 1.1;
}
.spheres .spheres__blocks .spheres__block:hover p {
    color: #62965a;
}

.questions .container {
    background-image: url("/assets/img/icon/backQuest.png");
    background-size: cover;
}
.questions .container .questions__img__phone {
    display: none;
}
.questions .questions__block {
    height: 37.29vw;
    padding: 7.81vw 6.67vw;
}
.questions .questions__block .questions__text {
    font-size: 1.04vw;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    width: 35.94vw;
    margin: 2.08vw 0;
    line-height: 1.56vw;
}
.questions .questions__block .questions__form .form__inputs input {
    margin-right: 1.56vw;
    width: 17.19vw;
    height: 3.13vw;
}
.questions .questions__block .questions__form .questions__soglasie {
    display: flex;
    align-items: center;
    margin-top: 1.56vw;
    margin-bottom: 2.08vw;
}
.questions .questions__block .questions__form .questions__soglasie input {
    display: none;
}
.questions .questions__block .questions__form .questions__soglasie img {
    width: 1.35vw;
    cursor: pointer;
}
.questions .questions__block .questions__form .questions__soglasie label {
    font-size: 0.83vw;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    margin-left: 1.04vw;
    cursor: pointer;
}
.questions .questions__block .questions__form .questions__soglasie label span {
    color: #62965a;
}
.questions .questions__block .questions__form .questions-button {
    font-size: 1.15vw;
    font-family: "Roboto Condensed", sans-serif;
}

.why .container {
    margin-top: 7.81vw;
    margin-bottom: 7.81vw;
}
.why .container .why-top {
    display: flex;
    align-items: center;
}
.why .container .why__blocks {
    display: flex;
    justify-content: space-between;
    margin-top: 3.65vw;
}
.why .container .why__blocks .why__box {
    display: flex;
    align-items: center;
    width: 18.44vw;
}
.why .container .why__blocks .why__box img {
    width: 4.69vw;
    margin-right: 1.82vw;
    scale: 1;
    transition: scale 0.5s ease;
}
.why .container .why__blocks .why__box p {
    font-size: 1.15vw;
    line-height: 1.67vw;
    color: #000000;
    transition: color 0.5s ease;
}
.why .container .why__blocks .why__box:hover img {
    scale: 1.1;
}
.why .container .why__blocks .why__box:hover p {
    color: #62965a;
}

.production {
    margin-bottom: 7.81vw;
}
.production .container .production__top {
    display: flex;
    align-items: center;
}
.production .container .production__blocks {
    margin-top: 3.65vw;
    display: flex;
}
.production .container .production__blocks .production__video {
    width: 45.1vw;
    margin-right: 1.56vw;
}
.production .container .production__blocks .production__video video {
    width: 45.1vw;
}
.production .container .production__photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.production .container .production__photos .production__img {
    position: relative;
    width: 15vw;
    cursor: pointer;
    height: 12.3vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.production .container .production__photos .production__img img {
    width: 16.7vw;
}
.production .container .production__photos .production__img .back {
    position: absolute;
    background: #f6f6f6;
    height: 100%;
    z-index: 1;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.production .container .production__photos .production__img:hover .back {
    opacity: 0.4;
}

footer {
    background: #f6f6f6;
    padding: 3vw 0;
}
footer .footer__block {
    display: flex;
    justify-content: space-between;
    
    font-size: 1.15vw;
}
footer .footer__block .footer__adress {
    display: flex;
    align-items: center;
    flex: 1;
}
footer .footer__block .footer__adress img {
    width: 1.67vw;
    margin-right: 0.78vw;
}
footer .footer__block .footer__phones {
    display: flex;
    align-items: center;
    flex: 2;
}
footer .footer__block .footer__phones .footer__number {
    display: flex;
    align-items: center;
}
footer .footer__block .footer__phones .footer__number img {
    width: 1.67vw;
    margin: auto 0.78vw;
}
footer .footer__block .footer__phones .footer__number a {
    margin-right: 1.56vw;
}
footer .footer__block .footer__socials {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: start;
}
footer .footer__block .footer__socials span {
    margin-right: 0.78vw;
    font-size: 0.83vw;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #868686;
}
footer .footer__block .footer__socials .socials__block {
    position: relative;
}
footer .footer__block .footer__socials .socials__block img {
    width: 1.88vw;
    margin-right: 0.31vw;
}
footer .footer__block .footer__socials .socials__block .dark {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.5s ease;
}
footer .footer__block .footer__socials .socials__block .dark:hover {
    opacity: 0;
}

.developer {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.overlay {
    max-height: 0;
    opacity: 0;
    position: fixed;
    background: #3b3b3b;
    width: 100vw;
    height: 100vh;
    z-index: 500;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.7s ease;
    -o-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease;
}

.overlay.show {
    opacity: 0.6;
    max-height: 100vh; /* Если это нужно для ваших целей */
}

.modal-form {
    position: fixed;
    max-height: 0;
    width: 450px;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: #ffffff;
    text-align: center;
    color: #000000;
    overflow: hidden;
    -webkit-transition: max-height 1s ease, border 1s ease;
    -o-transition: max-height 1s ease, border 1s ease;
    transition: max-height 1s ease, border 1s ease;
}
.modal-form .modal-close {
    position: absolute;
    right: 6%;
    top: 6%;
    width: 17px;
    cursor: pointer;
}
.modal-form .modal-close:hover {
    opacity: 0.3;
}
.modal-form .modal-title {
    font-weight: 700;
    font-size: 36px;
    width: 350px;
    margin: auto;
    margin-top: 60px;
}
.modal-form .modal-text {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    width: 350px;
    margin: 20px auto 30px auto;
}
.modal-form form {
    width: 350px;
    margin: auto;
}
.modal-form form input {
    width: 100%;
    font-size: 18px;
    height: 60px;
}
.modal-form form .top__soglasie {
    display: flex;
    cursor: pointer;
    align-items: center;
    width: 100%;
    margin: 25px auto 30px auto;
}
.modal-form form .top__soglasie .main__check__block input {
    display: none;
}
.modal-form form .top__soglasie label {
    text-align: start;
    cursor: pointer;
    margin-left: 20px;
    font-size: 1vw;
}
.modal-form form .top__soglasie label span {
    color: #62965a;
}
.modal-form form button {
    width: 100%;
    font-size: 22px;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 60px;
    height: 60px;
}

.modal-form.show {
    max-height: 70vh;
    border-width: 0.3vw;
}

.modal-form-final {
    position: fixed;
    max-height: 0;
    width: 450px;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: #ffffff;
    text-align: center;
    color: #000000;
    overflow-y: hidden;
    -webkit-transition: max-height 1.2s ease, border 1.2s ease;
    -o-transition: max-height 1.2s ease, border 1.2s ease;
    transition: max-height 1.2s ease, border 1.2s ease;
}
.modal-form-final .modal-close {
    position: absolute;
    right: 6%;
    top: 6%;
    width: 17px;
    cursor: pointer;
}
.modal-form-final .modal-close:hover {
    opacity: 0.3;
}

.modal-form-final .final-img {
    margin-top: 60px;
}
.modal-form-final .final-title {
    font-weight: 700;
    font-size: 36px;
    margin: 30px auto 20px auto;
}
.modal-form-final .final-text {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    width: 350px;
    margin: 20px auto 30px auto;
}
.modal-form-final button {
    width: 126px;
    height: 60px;
    font-size: 22px;
    font-family: "Roboto Condensed", sans-serif;
    margin: 0 auto 60px auto;
}

.modal-form-final.show {
    max-height: 70vh;
    border-width: 0.3vw;
}

.modal-regime {
    position: fixed;
    max-height: 0;
    width: 400px;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: #ffffff;
    color: #000000;
    overflow: hidden;
    font-size: 20px;
    -webkit-transition: max-height 1s ease, border 1s ease;
    -o-transition: max-height 1s ease, border 1 ease;
    transition: max-height 1s ease, border 1s ease;
}
.modal-regime .modal-close {
    position: absolute;
    right: 6%;
    top: 6%;
    width: 17px;
    cursor: pointer;
}
.modal-regime .modal-close:hover {
    opacity: 0.3;
}

.modal-regime.show {
    max-height: 70vh;
    border-width: 0.3vw;
}

.regime-block {
    margin: 3vw 1vw;
}

@media (max-width: 1100px) {
    body .container {
        margin: auto 3vw;
    }
    body .container .title {
        font-size: 4vw;
    }
    body .container .title__img {
        margin: auto 2.5vw;
        height: 2px;
        width: 2vw;
    }
    body .container .top__text {
        font-size: 1.7vw;
    }
    body input {
        padding: 1vw 1.6vw;
        width: auto;
        margin: 0.4vw 0;
        font-size: 1.7vw;
    }

    button {
        height: 4.5vw;
        padding: 0 3.5vw;
        text-transform: uppercase;
        border: none;
        padding: 0 3.5vw;
        transition: background 0.5s ease;
    }

    header {
        margin: 3.5vw auto 6vw auto;
    }
    header .container {
        display: flex;
        justify-content: space-between;
    }
    header .container .logo img {
        width: 8vw;
    }
    header .container .header__menu {
        display: flex;
        align-items: center;
        font-size: 1.6vw;
        text-transform: uppercase;
    }
    header .container .header__menu a {
        margin: auto 1.3vw;
        transition: color 0.5s ease;
    }
    header .container .header__contacts {
        font-size: 1.6vw;
    }
    header .container .header__contacts .header__adress img {
        width: 2.5vw;
        margin-right: 0.8vw;
        line-height: 2vw;
    }
    header .container .header__contacts .header__phone {
        display: flex;
        align-items: center;
        margin-left: 2.3vw;
    }
    header .container .header__contacts .header__phone:hover {
        color: #62965a;
    }
    header .container .header__contacts .header__phone img {
        width: 2.5vw;
        margin-right: 0.8vw;
        line-height: 32px;
    }

    .main__info .container {
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .main__info .container .top__info .top__info1 {
        color: #62965a;
        font-size: 5vw;
        font-weight: 700;
        text-transform: uppercase;
    }
    .main__info .container .top__info .top__info2 {
        display: block;
        font-size: 5vw;
        font-weight: 700;
        text-transform: uppercase;
    }
    .main__info .container .top__info .top__info3 {
        width: 25vw;
        margin-top: 2.6vw;
        font-size: 1.7vw;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        line-height: 1.8vw;
    }
    .main__info .container .cottege {
        position: absolute;
        z-index: -2;
        left: 28%;
        top: 5%;
        width: 45vw;
    }
    .main__info .container .cottege__info {
        z-index: -1;
        left: 56%;
        top: 0;
        width: 12vw;
    }
    .main__info .container .top__form {
        width: 25vw;
        padding-left: 2vw;
    }
    .main__info .container .top__form .top__form__title {
        font-size: 2.5vw;
        margin-bottom: 1.8vw;
    }
    .main__info .container .top__form input {
        height: 4vw;
    }
    .main__info .container .top__form .top__soglasie {
        display: flex;
        align-items: center;
        margin-top: 1.3vw;
    }
    .main__info .container .top__form .top__soglasie .main__check__block img {
        width: 2.3vw;
    }
    .main__info .container .top__form .top__soglasie label {
        font-size: 1.3vw;
        line-height: 1.8vw;
        margin-left: 1.5vw;
    }
    .main__info .container .top__form button {
        margin-top: 1.2vw;
        font-size: 1.6vw;
    }

    .products {
        margin-top: 11vw;
    }
    .products .products__blocks {
        margin-top: 3.6vw;
        height: 40vw;
    }
    .products .products__blocks .product__box {
        width: 30vw;
        height: 19vw;
        margin-bottom: 1.6vw;
    }
    .products .products__blocks .product__box .product__block__info {
        left: 5%;
        top: 73%;
    }
    .products .products__blocks .product__box .product__block__info span {
        padding: 0.8vw 1.6vw;
        font-size: 1.6vw;
    }
    .products .products__blocks .product__box .product__block__info button {
        width: 20vw;
        height: 4vw;
        font-size: 1.6vw;
        margin-top: 2.5vw;
    }
    .products .products__blocks .product__box:hover .product__block__info {
        top: 52%;
    }
    .products .products__blocks .product__block__info {
        width: 32%;
    }
    .products .products__blocks .product__block__info p {
        margin: auto 1.2vw;
        padding: 0 2.5vw;
        font-size: 1.5vw;
        line-height: 1.6vw;
    }
    .products .products__buttons__reveal {
        margin: 3.1vw auto 7.8vw auto;
        font-size: 1.6vw;
        height: 4vw;
    }
    .products .products__buttons__hide {
        font-size: 1.6vw;
    }
    .products .products__buttons__hide.reveal {
        margin: 3.1vw auto 7.8vw auto;
        height: 4vw;
    }

    .advantages .container {
        display: flex;
        background: #f6f6f6;
    }
    .advantages .container img {
        width: 33vw;
    }
    .advantages .container .advantages__block .advantages__info {
        margin-top: 3.65vw;
    }
    .advantages .container .advantages__block .advantages__info .advantages__item {
        display: flex;
        align-items: center;
        margin-right: 3.2vw;
    }
    .advantages .container .advantages__block .advantages__info .advantages__item img {
        width: 3vw;
        margin-right: 1.6vw;
    }
    .advantages .container .advantages__block .advantages__info .advantages__item span {
        font-size: 2vw;
    }

    .spheres {
        margin: 7.81vw auto;
    }
    .spheres .spheres__top {
        margin-bottom: 4.43vw;
    }
    .spheres .spheres__blocks .spheres__block {
        width: 22.5vw;
        height: 10vw;
        margin-bottom: 1.56vw;
    }
    .spheres .spheres__blocks .spheres__block img {
        width: 4.5vw;
        margin: auto 2.08vw;
    }
    .spheres .spheres__blocks .spheres__block p {
        margin-right: 1.56vw;
        font-size: 1.5vw;
        line-height: 1.67vw;
    }

    .questions .questions__block {
        height: 37.29vw;
        padding: 7.81vw 6.67vw;
    }
    .questions .questions__block .questions__text {
        font-size: 1.6vw;
        width: 40vw;
        margin: 2.08vw 0;
        line-height: 1.56vw;
    }
    .questions .questions__block .questions__form .form__inputs input {
        margin-right: 1.56vw;
        width: 20vw;
        height: 4vw;
    }
    .questions .questions__block .questions__form .questions__soglasie {
        margin-top: 1.56vw;
        margin-bottom: 2.08vw;
    }
    .questions .questions__block .questions__form .questions__soglasie img {
        width: 2.3vw;
    }
    .questions .questions__block .questions__form .questions__soglasie label {
        font-size: 1.3vw;
        margin-left: 1.04vw;
    }
    .questions .questions__block .questions__form .questions-button {
        font-size: 1.6vw;
    }

    .why .container {
        margin-top: 7.81vw;
        margin-bottom: 7.81vw;
    }
    .why .container .why__blocks {
        margin-top: 3.65vw;
    }
    .why .container .why__blocks .why__box {
        width: 21vw;
    }
    .why .container .why__blocks .why__box img {
        width: 6vw;
        margin-right: 1.82vw;
    }
    .why .container .why__blocks .why__box p {
        font-size: 1.6vw;
        line-height: 1.67vw;
    }

    .production {
        margin-bottom: 7.81vw;
    }
    .production .container .production__blocks {
        margin-top: 3.65vw;
    }
    .production .container .production__blocks .production__video {
        width: 60vw;
        margin-right: 2vw;
    }
    .production .container .production__blocks .production__video video {
        width: 55vw;
    }
    .production .container .production__photos .production__img {
        height: 15vw;
        width: 17vw;
    }
    .production .container .production__photos .production__img img {
        width: 21vw;
    }

    footer .footer__block {
        padding: 3.65vw 0;
        font-size: 1.6vw;
    }
    footer .footer__block .footer__adress img {
        width: 2.2vw;
        margin-right: 0.78vw;
    }
    footer .footer__block .footer__phones .footer__number img {
        width: 2.2vw;
        margin-right: 0.78vw;
    }
    footer .footer__block .footer__phones .footer__number a {
        margin-right: 1.56vw;
    }
    footer .footer__block .footer__socials span {
        margin-right: 0.78vw;
        font-size: 1.4vw;
        font-weight: 300;
        font-family: "Roboto", sans-serif;
        color: #868686;
    }
    footer .footer__block .footer__socials .socials__block {
        position: relative;
    }
    footer .footer__block .footer__socials .socials__block img {
        width: 3vw;
        margin-right: 0.8vw;
    }
    
    .modal-form form .top__soglasie label {
        text-align: start;
        cursor: pointer;
        margin-left: 20px;
        font-size: 2vw;
    }
}
@media (max-width: 780px) {
    body {
        overflow-x: hidden;
    }
    body .back-sky {
        width: 100%;
    }
    body .container {
        margin: auto 3vw;
    }
    body .container .title {
        font-size: 6vw;
    }
    body .container .title__img {
        margin: auto 2.5vw;
        height: 2px;
        width: 5vw;
    }
    body .container .top__text {
        font-size: 4vw;
    }
    body input {
        padding: 5vw 7vw;
        width: auto;
        margin: 1.5vw 0;
        font-size: 6vw;
    }

    button {
        height: 12vw;
        padding: 0 3.5vw;
    }

    header {
        margin: 2.5vh auto 6vw auto;
        height: 5vh;
        max-height: 5vh;
        min-height: 5vh;
    }
    header .container {
        display: flex;
        justify-content: space-between;
    }
    header .container .logo img {
        width: 30vw;
    }
    header .container .burger__button {
        cursor: pointer;
        padding: 10px;
        display: flex;
        align-items: center;
        background: white;
        border-radius: 10px;
    }
    header .container .burger__button:hover {
        opacity: 0.8;
    }
    header .container .burger__button:active {
        opacity: 0.5;
    }
    header .container .header__menu {
        display: none;
    }
    header .container .header__contacts {
        display: none;
    }

    .main__info .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }
    .main__info .container .top__info {
        margin-top: 75vw;
        height: auto;
    }
    .main__info .container .top__info .top__info1 {
        font-size: 10vw;
        text-align: center;
    }
    .main__info .container .top__info .top__info2 {
        font-size: 10vw;
        text-align: center;
    }
    .main__info .container .top__info .top__info3 {
        width: auto;
        margin-top: 8vh;
        font-size: 6vw;
        line-height: normal;
        text-align: center;
    }
    .main__info .container .cottege {
        left: 0;
        top: 5%;
        width: 100%;
    }
    .main__info .container .cottege__info {
        z-index: -1;
        left: 56%;
        top: 1%;
        width: 30vw;
    }
    .main__info .container .top__form {
        width: auto;
        padding-left: 0vw;
        border: none;
        margin-top: 11vw;
    }
    .main__info .container .top__form .top__form__title {
        font-size: 8vw;
        margin-bottom: 2vw;
        text-align: center;
    }
    .main__info .container .top__form input {
        height: 10vw;
    }
    .main__info .container .top__form .top__soglasie {
        margin-top: 3vw;
        margin-bottom: 3vw;
    }
    .main__info .container .top__form .top__soglasie .main__check__block img {
        width: 5vw;
    }
    .main__info .container .top__form .top__soglasie label {
        font-size: 4vw;
        line-height: normal;
        margin-left: 3vw;
        font-weight: 400;
        width: 80%;
    }
    .main__info .container .top__form button {
        margin-top: 1.2vw;
        font-size: 5vw;
        width: 100%;
    }

    .products {
        margin-top: 11vw;
    }
    .products .products__title {
        flex-direction: column;
        align-items: start;
    }
    .products .products__title .title__img {
        display: none;
    }
    .products .products__blocks {
        margin-top: 3.6vw;
        height: 254vw;
    }
    .products .products__blocks .product__box {
        width: 100%;
        height: 59vw;
        margin-bottom: 5vw;
    }
    .products .products__blocks .product__box .product__block__info {
        left: 5%;
        top: 60%;
    }
    .products .products__blocks .product__box .product__block__info span {
        padding: 1.5vw 2vw;
        font-size: 5vw;
    }
    .products .products__blocks .product__box .product__block__info button {
        width: 55vw;
        height: 10vw;
        font-size: 5vw;
        margin-top: 0;
    }
    .products .products__blocks .product__box:hover .product__block__info {
        top: 60%;
    }
    .products .products__blocks .product__block__info {
        width: auto;
        margin-right: 0;
    }
    .products .products__blocks .product__block__info p {
        margin: auto 1.2vw;
        padding: 0 2.5vw;
        font-size: 5vw;
        line-height: normal;
    }
    .products .products__buttons__reveal {
        margin: 3.1vw auto 7.8vw auto;
        font-size: 5vw;
        height: 12vw;
    }
    .products .products__buttons__hide {
        font-size: 5vw;
    }
    .products .products__buttons__hide.reveal {
        margin: 3.1vw auto 7.8vw auto;
        height: 12vw;
    }

    .advantages {
        margin-top: 11vw;
    }
    .advantages .container img {
        width: 33vw;
        height: 33vw;
        margin-top: auto;
    }
    .advantages .container .advantages__block {
        margin: 5vw auto;
    }
    .advantages .container .advantages__block .advantages__title {
        font-size: 7vw;
    }
    .advantages .container .advantages__block .advantages__info {
        margin-top: 3.65vw;
        flex-direction: column;
    }
    .advantages .container .advantages__block .advantages__info .advantages__item {
        display: flex;
        align-items: center;
        margin-right: 3.2vw;
    }
    .advantages .container .advantages__block .advantages__info .advantages__item img {
        margin: 0;
        width: 5vw;
        height: 5vw;
        margin-right: 3vw;
    }
    .advantages .container .advantages__block .advantages__info .advantages__item span {
        font-size: 5vw;
    }

    .spheres {
        margin: 11vw auto;
    }
    .spheres .spheres__top {
        margin-bottom: 4.43vw;
        flex-direction: column;
        align-items: start;
    }
    .spheres .spheres__top .title__img {
        display: none;
    }
    .spheres .spheres__blocks .spheres__block {
        width: 44.5vw;
        height: 20vw;
        margin-bottom: 1.56vw;
    }
    .spheres .spheres__blocks .spheres__block img {
        width: 10vw;
        margin: auto 2.08vw;
    }
    .spheres .spheres__blocks .spheres__block p {
        margin-right: 1.56vw;
        font-size: 3.5vw;
        line-height: normal;
    }

    .questions .container {
        background: none;
    }
    .questions .container .questions__img__phone {
        display: block;
        width: 100%;
    }
    .questions .questions__block {
        margin-top: 2vw;
        height: auto;
        padding: 0;
        text-align: start;
    }
    .questions .questions__block .questions__text {
        font-size: 4vw;
        width: auto;
        margin: 2.08vw 0;
        line-height: normal;
        text-align: center;
    }
    .questions .questions__block .questions__form .form__inputs {
        display: flex;
        flex-direction: column;
    }
    .questions .questions__block .questions__form .form__inputs input {
        margin-right: 0;
        width: auto;
        height: 4vw;
    }
    .questions .questions__block .questions__form .questions__soglasie {
        margin-top: 1.56vw;
        margin-bottom: 2.08vw;
    }
    .questions .questions__block .questions__form .questions__soglasie img {
        width: 5vw;
    }
    .questions .questions__block .questions__form .questions__soglasie label {
        font-size: 4vw;
        margin-left: 3vw;
        text-align: start;
        font-weight: 400;
        width: 80%;
    }
    .questions .questions__block .questions__form .questions-button {
        font-size: 4vw;
        width: 100%;
        margin: auto;
    }

    .why {
        margin: 11vw auto;
    }
    .why .container {
        margin-top: 7.81vw;
        margin-bottom: 7.81vw;
    }
    .why .container .why-top {
        align-items: start;
        flex-direction: column;
    }
    .why .container .why-top img {
        display: none;
    }
    .why .container .why__blocks {
        margin-top: 3.65vw;
        flex-wrap: wrap;
    }
    .why .container .why__blocks .why__box {
        width: 44.5vw;
        margin-bottom: 5vw;
    }
    .why .container .why__blocks .why__box img {
        width: 14vw;
        margin-right: 3vw;
    }
    .why .container .why__blocks .why__box p {
        font-size: 3.8vw;
        line-height: normal;
    }

    .production {
        margin-bottom: 11vw;
    }
    
    .production .container .production__top {
        display: flex;
        align-items: start;
        flex-direction: column;
    }
    
    body .container .title__img {
        display: none;
    }
    .production .container .production__blocks {
        margin-top: 3.65vw;
        flex-direction: column;
    }
    .production .container .production__blocks .production__video {
        width: auto;
        margin-right: 0;
        margin-bottom: 5vw;
    }
    .production .container .production__blocks .production__video video {
        width: 100%;
    }
    .production .container .production__photos .production__img {
        height: 37.2vw;
        width: 45vw;
        margin-bottom: 5vw;
    }
    .production .container .production__photos .production__img img {
        width: 50.6vw;
    }

    footer .footer__block {
        padding: 3.65vw 0;
        font-size: 6vw;
        flex-direction: column;
    }
    footer .footer__block .footer__adress {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer .footer__block .footer__adress img {
        width: 6vw;
        margin-right: 0.78vw;
    }
    footer .footer__block .footer__phones {
        flex-direction: column;
        align-items: center;
    }
    footer .footer__block .footer__phones .footer__number {
        margin: 2vw 0;
    }
    footer .footer__block .footer__phones .footer__number img {
        width: 6vw;
        margin: auto 3;
    }
    footer .footer__block .footer__phones .footer__number a {
        margin-right: 1.56vw;
    }
    footer .footer__block .footer__socials {
        justify-content: center;
    }
    footer .footer__block .footer__socials span {
        margin-right: 5vw;
        font-size: 5vw;
    }
    footer .footer__block .footer__socials .socials__block {
        position: relative;
    }
    footer .footer__block .footer__socials .socials__block img {
        width: 8vw;
        margin-right: 2vw;
    }

    .modal-form {
        position: fixed;
        max-height: 0;
        width: 90%;
        margin: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1000;
        background: #ffffff;
        text-align: center;
        color: #000000;
        overflow: hidden;
        -webkit-transition: max-height 1s ease, border 1s ease;
        -o-transition: max-height 1s ease, border 1s ease;
        transition: max-height 1s ease, border 1s ease;
    }
    .modal-form .modal-close {
        position: absolute;
        right: 6%;
        top: 6%;
        width: 17px;
        cursor: pointer;
    }
    .modal-form .modal-close:hover {
        opacity: 0.3;
    }
    .modal-form .modal-title {
        font-weight: 700;
        font-size: 32px;
        width: 90%;
        margin: auto;
        margin-top: 60px;
    }
    .modal-form .modal-text {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-size: 16px;
        width: 90%;
        margin: 20px auto 30px auto;
    }
    .modal-form form {
        width: 90%;
        margin: auto;
    }
    .modal-form form input {
        width: 100%;
        font-size: 18px;
        height: 50px;
    }
    .modal-form form .top__soglasie {
        display: flex;
        cursor: pointer;
        align-items: center;
        width: 100%;
        margin: 20px auto 25px auto;
    }
    .modal-form form .top__soglasie .main__check__block input {
        display: none;
    }
    .modal-form form .top__soglasie label {
        text-align: start;
        cursor: pointer;
        margin-left: 20px;
        font-size: 4vw;
    }
    .modal-form form .top__soglasie label span {
        color: #62965a;
    }
    .modal-form form button {
        width: 100%;
        font-size: 20px;
        font-family: "Roboto Condensed", sans-serif;
        margin-bottom: 50px;
        height: 50px;
    }

    .modal-form-final {
        position: fixed;
        max-height: 0;
        width: 300px;
        margin: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1000;
        background: #ffffff;
        text-align: center;
        color: #000000;
        overflow: hidden;
        -webkit-transition: max-height 1.2s ease, border 1.2s ease;
        -o-transition: max-height 1.2s ease, border 1.2s ease;
        transition: max-height 1.2s ease, border 1.2s ease;
    }
    .modal-form-final .final-title {
        font-weight: 700;
        font-size: 30px;
        margin: 30px auto 20px auto;
    }
    
    .modal-form-final .final-text {
        font-size: 16px;
        width: 300px;
    }
    
    .modal-regime {
        position: fixed;
        max-height: 0;
        width: 300px;
        margin: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1000;
        background: #ffffff;
        color: #000000;
        overflow: hidden;
        -webkit-transition: max-height 1s ease, border 1s ease;
        -o-transition: max-height 1s ease, border 1s ease;
        transition: max-height 1s ease, border 1s ease;
    }
    
    .regime-block {
        margin: 10vw 3vw;
    }
}
@media (max-width: 500px) {
    body {
        overflow-x: hidden;
    }
    body .back-sky {
        width: 100%;
    }
    body .container {
        margin: auto 3vw;
    }
    body .container .title {
        font-size: 8vw;
    }
    body .container .title__img {
        margin: auto 2.5vw;
        height: 2px;
        width: 5vw;
    }
    body .container .top__text {
        font-size: 4vw;
    }
    body input {
        padding: 6vw 7vw;
        width: auto;
        margin: 1.5vw 0;
        font-size: 18px;
    }

    button {
        height: 12vw;
        padding: 0 3.5vw;
    }

    header {
        margin: 2.5vh auto 6vw auto;
    }
    header .container {
        display: flex;
        justify-content: space-between;
    }
    header .container .logo img {
        width: 30vw;
    }
    header .container .header__header__menu {
        display: none;
    }
    header .container .header__contacts {
        display: none;
    }

    .main__info .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }
    .main__info .container .top__info .top__info1 {
        font-size: 10vw;
        text-align: center;
    }
    .main__info .container .top__info .top__info2 {
        font-size: 10vw;
        text-align: center;
    }
    .main__info .container .top__info .top__info3 {
        width: auto;
        margin-top: 3vh;
        font-size: 6vw;
        line-height: normal;
        text-align: center;
        margin-bottom: 11vw;
    }
    .main__info .container .cottege {
        left: 0;
        top: 5%;
        width: 100%;
    }
    .main__info .container .cottege__info {
        z-index: -1;
        left: 56%;
        top: 1%;
        width: 30vw;
    }
    .main__info .container .top__form {
        width: auto;
        padding-left: 0vw;
        border: none;
        margin-top: 0;
    }
    .main__info .container .top__form .top__form__title {
        font-size: 8vw;
        margin-bottom: 2vw;
    }
    .main__info .container .top__form input {
        height: 10vw;
    }
    .main__info .container .top__form .top__soglasie {
        margin-top: 3vw;
        margin-bottom: 3vw;
    }
    .main__info .container .top__form .top__soglasie .main__check__block img {
        width: 5vw;
    }
    .main__info .container .top__form .top__soglasie label {
        font-size: 4vw;
        line-height: normal;
        margin-left: 3vw;
    }
    .main__info .container .top__form button {
        margin-top: 1.2vw;
        font-size: 5vw;
    }
}

.jGrowl.top-right {
    display:none;
}
/*# sourceMappingURL=style.css.map */


.mobile__number {
    display:none;
}

.modal-photo {
    position: fixed;
    max-height: 0;
    width: auto;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    text-align: center;
    color: #000000;
    overflow: hidden;
    -webkit-transition: max-height 1s ease, border 1s ease;
    -o-transition: max-height 1s ease, border 1s ease;
    transition: max-height 1s ease, border 1s ease;
}

.modal-photo.show {
    max-height: 70vh;
    border-width: 0.3vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-photo__inside {
    width: 50vw;
}
    

@media (max-width: 780px) {
    .mobile__number {
        display:flex;
        align-items: center;
        justify-content: center;
        font-size: 6vw;
    }
    
    header .logo {
        display:flex;
        align-items: center;
    }
    
    .modal-photo__inside {
        width: 85vw;
    }
}