* {
    margin: 0;
    padding: 0;
    font-family: Montserrat;
}

a {
    text-decoration: none;
}

p {
    font-style: normal;
    font-weight: normal;
    font-size: 1vw;
    line-height: 150%;
    letter-spacing: 0.02vw;
    color: #3B3B3B;
    margin-bottom: 0.75vw;
}

.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
    color: redwe !important;
}

img {
    max-width: 100%;
}

.container {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.9vw;
}

.artcontainer {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.9vw;
}

.wrapper-logo {
    padding-top: 1vw;
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.wrapper-logo img {
    width: 13%;
    margin-right: 1vw;
}

.wrapper-logo p {
    font-size: 1vw;
    line-height: 120%;
    letter-spacing: 0.05vw;
    color: #4F6576;
    font-weight: 700;
}

.wrapper-logo__lipetsk {
    color: #4D94FB;
}

.wrapper-logo__link {
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 1vw;
    color: #1F1F1F;
}

.wrapper-logo__link p {
    border: 1px solid black;
    border-radius: 50px;
    padding: 5px 15px;
}

.wrapper-logo__link img {
    margin-left: 0.5vw;
    width: 5%;
}

nav {
    padding: 0vw 10%;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.nav-links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-links a {
    font-size: 1vw;
    font-weight: 500;
    line-height: 156%;
    color: #808080;
    padding: 0.9vw 0;
}

.info {
    padding: 2vw 10% 0 10%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: url('../img/bg-art.png');
    background-repeat: no-repeat;
    background-size: cover;

}

.photo-Art {
    width: 50%;
}

.wrapper-text-artomonov__title {
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 2.5vw;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.wrapper-Art {
    width: 60%;
    margin-top: 6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 2vw;
    align-items: center;
    margin-left: 40%;
}

.wrapper-Art img {
    width: 45%;
}

.wrapper-Art-as {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;

}

.wrapper-text-artomonov {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
}

.wrapper-Art-as__fio {
    font-weight: 500;
    font-weight: normal;
    font-size: 1.4vw;
    color: #fff;
}

.wrapper-Art-as-info {
    margin-top: 0.5vw;
    font-weight: normal;
    font-size: 0.9vw;
    color: #fff;
}

/* problems */
.problems {
    padding: 4vw 10% 4vw 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.problems-left {
    width: 60%;
    padding: 1vw 0;
}

.problems-right {
    text-align: right;
    width: 37%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.problems-right__item {
    text-align: left;
    width: 47%;
    margin-top: 2.5vw;
}

.problems-left__title {
    font-style: normal;
    font-weight: 600;
    font-size: 2.5vw;
    line-height: 140%;
    margin-bottom: 12vw;
    letter-spacing: 0.02em;
    color: #1F1F1F;
}

.problems-left__title2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2vw;
    line-height: 120%;
    margin-bottom: 2vw;
    letter-spacing: 0.02em;
    color: #1F1F1F;
}

.problems-left__btn {
    background: #5988FF;
    border: 0.1vw solid #5988FF;
    padding: 1.5vw 3vw;
    margin-right: 2vw;
    color: #fff;
    font-size: 1.5vw;
}

.problems-left__btn:last-child {
    margin-right: 0;
    background: #fff;
    color: #000;
}

.problems-right__item__number {
    font-size: 3.5vw;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #5988FF;
}

.problems-right__item__text {
    font-size: 1.2vw;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #1E1E1E;
    font-weight: 500;
}

/* instruction */
.instruction {
    padding: 4vw 10%;
    background: #5988FF;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wrapper-instruction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.instruction-left__title {
    font-style: normal;
    font-weight: bold;
    font-size: 2vw;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.instruction-left {
    width: 40%;
}

.instruction-right {
    width: 47%;
    text-align: left;
}

.instruction-right img {
    width: 72%;
    border-radius: 20px;
}

.instruction-left__popup {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 2vw;
    background: #fff;
    padding: 2vw 4vw 3vw 2vw;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}

.instruction-left__popup__text {
    font-weight: 500;
    font-size: 1.2vw;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #3B3B3B;
    margin-bottom: 2vw;
}

.instruction-left__popup__text-two {
    margin-bottom: 4vw;
}

.instruction-left__popup__btn {
    background: #5988FF;
    padding: 0.8vw 5vw;
    color: #fff;
    font-size: 1.2vw;
    margin-top: 10vw;
}

.instruction-bottom {
    margin-top: 2vw;
}

.instruction-bottom__title {
    font-size: 1.2vw;
    color: #fff;
    font-weight: 600;
}

.instruction-bottom__tegs {
    margin-top: 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.instruction-bottom__tegs__item {
    padding: 0.5vw 2.5vw;
    color: #fff;
    letter-spacing: 0.02vw;
    border: 0.1vw solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    margin-right: 1vw;
    margin-bottom: 1vw;
    font-size: 1.2vw;
}

/* .instruction-text */
.instruction-text {
    padding: 4vw 10%;
    background: #F8F8F8;
}

.instruction-text__title {
    font-style: normal;
    font-weight: bold;
    font-size: 2vw;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #000;
}

.instruction-text__blocks {
    border-radius: 15px;
    margin-top: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2vw 2vw 4vw 2vw;
    background: #fff;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.instruction-text__blocks__block {
    width: 29%;

    border-radius: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.__blocks__block__title {
    font-style: normal;
    font-weight: 600;
    font-size: 1.2vw;
    line-height: 140%;
    letter-spacing: 0.02vw;
    color: #1F1F1F;
    margin-bottom: 1.2vw;
}

.__blocks__block__text {
    font-style: normal;
    font-weight: 500;
    font-size: 1vw;
    line-height: 170%;
    /* or 34px */
    letter-spacing: 0.02vw;
    color: #3B3B3B;
}

/* .opros */
.opros {
    padding: 4vw 10%;
}

.opros__title {
    font-style: normal;
    font-weight: bold;
    font-size: 2vw;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #000;
}

.wrapper-opros-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2vw;
}

.wrapper-opros-blocks__block {
    width: 32%;
    text-align: center;
    background: #5988FF;
    border-radius: 20px;
    padding: 2vw 1.5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper-opros-blocks__block__title {
    font-style: normal;
    font-weight: bold;
    font-size: 1.4vw;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 1vw;
    min-height: 13vw;
}

.wrapper-opros-blocks__block__counter {
    font-weight: 500;
    font-size: 1.2vw;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;

}

.opros__title-btn {
    display: block;
    border: 1px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    padding: 0.8vw 1vw;
    margin-bottom: 0.5vw;
    color: #fff;
    font-size: 1.1vw;
}

/* resources */
.resources {
    padding: 4vw 10%;
}

.title__resources {
    font-style: normal;
    font-weight: bold;
    font-size: 2vw;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #000;
}

.wrapper-resources {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1vw;
}

.wrapper-resources__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 19%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.1vw solid #EAEAEA;
    padding: 0.5vw 1vw;
}

.wrapper-resources__item img {
    width: 30%;
    margin-right: 1vw;
}

.wrapper-resources__item p {
    font-size: 0.9vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.02vw;
    color: #1E1E1E;
}

/* footer-art */
.footer-art {
    padding: 2vw 10% 4vw 10%;
    background: #666666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-art__text, .footer-art__text-center {
    font-size: 0.9vw;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.02vw;
    color: #FFFFFF;
}

.footer-art__text-center {
    width: 25%;
}

.footer-art__contact {
    font-size: 0.9vw;
    font-style: normal;
    font-weight: 500;
    width: 20%;
    line-height: 140%;
    letter-spacing: 0.02vw;
    color: #FFFFFF;
}

.footer-art__contact__number {
    display: flex;
    flex-direction: row;
    font-size: 0.9vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.02vw;
    color: #FFFFFF;
}

/* do-posle */
.do-posle {
    padding: 4vw 10%;
    background: #f8f8f8;
}

.do-posle__title {
    font-style: normal;
    font-weight: 600;
    font-size: 2.5vw;
    line-height: 140%;
    letter-spacing: 0.02vw;
    color: #1F1F1F;
    margin-bottom: 2vw;
}

.wrapper-do-posle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.wrapper-do-posle-blok {
    width: 32%;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding-bottom: 3vw;
}

.wrapper-do-posle__title {
    padding: 0 2vw;
    margin-top: 1.7vw;
    font-style: normal;
    font-weight: 600;
    font-size: 1vw;
    line-height: 140%;
    letter-spacing: 0.02vw;
    color: #1F1F1F;
}

.wrapper-do-posle__title-two {
    padding: 0 2vw;
    margin-top: 1vw;
    font-style: normal;
    font-weight: 600;
    font-size: 1vw;
    line-height: 140%;
    letter-spacing: 0.02vw;
    color: #1F1F1F;
}

.wrapper-do-posle__text {
    padding: 0 2vw;
    font-weight: 500;
    font-size: 1vw;
    line-height: 150%;
    letter-spacing: 0.02vw;
    color: #3B3B3B;
}

/* active-Links */
.nav-links .active-Links {
    border-top: 2px solid #5988FF;
}

/* info-main */
.info-main {
    padding: 4vw 10%;
}

.info-main__back {
    display: flex;
    flex-direction: row;
    padding: 0 0 2vw 0;
}

.info-main__back svg {
    width: 1.5%;
    margin-right: 0.5vw;
}

.info-main__back p {
    font-style: normal;
    font-weight: 500;
    font-size: 1vw;
    color: #808080;
}

.info-main__text {
    width: 70%;
    margin: 0 auto;
}

.info-main__text__title {
    width: 100%;
    margin: 0 auto;
    font-style: normal;
    font-weight: 600;
    font-size: 1.6vw;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.02vw;
    color: #3B3B3B;
    margin-bottom: 2vw;
}

.info-main__text__info {
    font-style: normal;
    font-weight: normal;
    font-size: 1vw;
    line-height: 150%;
    letter-spacing: 0.02vw;
    color: #3B3B3B;
    margin-bottom: .75vw;
}

/* info-main */

/* info-resources: */
.info-resources {
    padding: 4vw 10%;
    background: #5988FF;
}

.wrapper__info-resources {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2vw;
}

.wrapper__info-resources__item {
    width: 30%;
    box-sizing: border-box;
    padding: 2vw 1.5vw;
    background: #FFFFFF;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 1.3vw;
    line-height: 130%;
    color: #1F1F1F;
}

/* ...info-resources */
.resources__photo-block {
    width: 15%;
}

.resources__photo-block img {
    width: 100%;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

/* log-or-pass */
.section-log-or-pass {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3vw;
}

.mobal-log-or-pass {
    width: 35%;
    border: 0.1vw solid #EAEAEA;
    padding: 1.5vw 1.5vw 3vw 1.5vw;
}

.mobal-log-or-pass__title {
    font-size: 2vw;
    font-weight: 600;
    width: 75%;
    letter-spacing: 0.02vw;
    color: #3B3B3B;
}

.mobal-log-or-pass__info {
    font-style: normal;
    font-weight: 400;
    font-size: 1vw;
    line-height: 160%;
    letter-spacing: 0.02vw;
    color: #3B3B3B;
}

.mobal-log-or-pass__btn-reg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 1vw;
    width: 80%;
    margin: 0 auto;
}

.mobal-log-or-pass__btn-reg a {
    background: #5988FF;
    margin-top: 1.5vw;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 1.2vw;
    padding: 1vw;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.02vw;
    color: #FFFFFF;
}

.close-btn {
    width: 4%;
    height: 4vw;
    text-align: right;

}

.close-btn a {
    width: 50%;
    background: #fff;
    border: 0px solid #fff;
}

.wrapper__title-and-close {
    margin-bottom: 2vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* end 'log-or-pass' */

.footer-art__contact__number {
    display: flex;
    flex-direction: row;
}

.footer-art__contact__number__item {
    margin-top: 0.8vw;
}

.footer-art__contact__number .svg-email {
    width: 2vw;
    height: 2vw;
    margin-right: 0.9vw;
}

.footer-art__contact__number .svg-whatsapp {
    width: 3vw;
    height: 3vw;
    margin-right: 0.9vw;
}

/* avtoriz */
.input_login-pole__art-item {
    margin-top: 1vw;
}

.art-item__label {
    font-style: normal;
    font-weight: 400;
    font-size: 1vw;
    line-height: 160%;
    letter-spacing: 0.02vw;
    color: #3B3B3B;
    font-weight: 600;
}

.art-item__input {
    width: 100%;
    border: 0.1vw solid #5988FF;
    font-style: normal;
    font-weight: 500;
    font-size: 1vw;
    padding: 0.5vw 1vw;
    line-height: 150%;
    letter-spacing: 0.02vw;
}

.input_login-pole__rest-of-reg {
    padding-top: 1vw;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
}

.input_login-pole__rest-of-reg a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    display: inline;
}

.Artbtn-primary {
    width: 100%;
    text-align: center;
    padding: 1vw 0;
    border: none;
    cursor: pointer;
    background: #5988FF;
    color: #fff;
}

.Artbtn-link {
    margin-top: 1vw;
    width: 100%;
    text-align: center;
    padding: 1vw 0;
    border: none;
    cursor: pointer;
    border: 0.1vw solid #5988FF;
    color: #000;
}

.input_login-poletwo__rest-of-reg {
    padding-top: 2vw;
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
}

/* end avtoriz */

/* artcontainer-reg */
.artcontainer-reg {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2vw 0;
    margin-bottom: 0.9vw;
}

.mobal-log-or-pass__subtitle {
    margin-top: 2vw;
    font-size: 1.6vw;
    font-weight: 500;
    width: 75%;
    letter-spacing: 0.02vw;
    color: #3B3B3B;
}

.mobal-log-or-pass__row-items {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.row-items__block {
    margin-right: 2vw;
    width: 30%;
}

.row-items__block-big {
    width: 50%;
    margin-bottom: 2vw;
}

.block-big__ite-forms {
    display: flex;
    flex-direction: row;
}

.ite-forms__form-control {
    width: 100%;
    border: 0.1vw solid #5988FF;
    font-style: normal;
    font-weight: 500;
    font-size: 1vw;
    padding: 0.5vw 1vw;
    line-height: 150%;
    letter-spacing: 0.02vw;
}

.mobal-log-or-pass__info-text {
    font-size: 0.8vw;
    line-height: 110%;
    letter-spacing: 0.04vw;
    color: #3B3B3B;
}

.wrapper-row-items__blocks-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.input-photo {
    text-align: center;
}

.podpiska-na-portal {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1vw;
    letter-spacing: 0.02vw;
    color: #3B3B3B;
    margin-bottom: 0.5vw;
    user-select: none;
}

.podpiska-na-portal a {
    font-style: normal;
    font-weight: 400;
    font-size: 1vw;
    letter-spacing: 0.02vw;
    color: #3B3B3B;
    margin-bottom: 0.5vw;
    color: #5988FF;
}

.Artcaptcha {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.Artbtn-primary-btn {
    margin-top: 5vw;
    width: 30%;
    text-align: center;
    padding: 1vw 0;
    border: none;
    cursor: pointer;
    background: #5988FF;
    color: #fff;
}

.Artcaptcha label {
    margin-right: 2vw;
}

.Artcaptcha input {
    margin-right: 2vw;
}

.form-control__Artcaptcha {
    width: 30%;
    border: 0.1vw solid #5988FF;
    font-style: normal;
    font-weight: 500;
    font-size: 1vw;
    padding: 0.5vw 1vw;
    line-height: 150%;
    letter-spacing: 0.02vw;
}

.mobal-log-or-pass__info-cookie {
    font-style: normal;
    font-weight: 400;
    font-size: 1vw;
    letter-spacing: 0.02vw;
    color: #3B3B3B;
    margin-bottom: 0.5vw;
    line-height: 120%;

}

.artcontainer-reg__block-reg {
    width: 84%;
}

.input-photo {
    width: 16%;
}

/* end artcontainer-reg */
.mobail-title {
    display: none;
}

.footer-art__contact__number-go {
    display: flex;
    flex-direction: column;
    width: 25vw;
}

.footer-art__contact__number-go b {
    font-size: 0.7vw;
    font-weight: 600;
}

/* new */

.hot-topics {
    padding: 4vw 10%;
    display: flex;
    flex-direction: column;
    background: #fff;

}

.hot-topics__title {
    font-style: normal;
    font-weight: 600;
    font-size: 2.5vw;
    line-height: 140%;
    letter-spacing: 0.02vw;
    color: #1F1F1F;
    margin-bottom: 2vw;
}

.hot-topics__items-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;

}

.hot-topics__items-wrapper__theme {
    width: 90%;
    display: flex;
}

.hot-topics__items-block, .hot-topics__items-block-full,  .hot-topics__items-block-wide{
    width: 23%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #FFFFFF;
    border: 0.03vw solid #EAEAEA;
    padding: 1vw 1.5vw 1.35vw 2.29vw;
    text-decoration: none;
    margin-right: 1vw;
    margin-bottom: 1vw;
    cursor: pointer;
}

.hot-topics__items-block-full {
    width: 49%;
    margin-right: 0;
    justify-content: center;
}

.hot-topics__items-block-wide {
    width: 100%;
    margin-right: 0;
    justify-content: center;
}

.hot-topics__items-block-btn__img {
    padding: 1.9vw 0;
    text-align: center;
    align-items: center;
    border: 0.03vw solid #EAEAEA;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 0.9vw;
    line-height: 120%;
    letter-spacing: 0.02vw;
    color: #5988FF;
    user-select: none;
    text-decoration: none;
    width: 10%;
}

.hot-topics__items-block__img {
    width: 3.12vw;
    margin-right: 1.6vw;
}

.hot-topics__items-block__text {
    font-style: normal;
    font-weight: 500;
    font-size: 0.98vw;
    line-height: 120%;
    letter-spacing: 0.02vw;
    color: #1E1E1E;
}

/*новая верстка от Егора*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat';

}

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

.hot-topics {
    padding: 4vw 10%;
    display: flex;
    flex-direction: column;
    background: #fff;

}

.hot-topics__title {
    font-style: normal;
    font-weight: 600;
    font-size: 2.5vw;
    line-height: 140%;
    letter-spacing: 0.02vw;
    color: #1F1F1F;
    margin-bottom: 2vw;
}

.hot-topics__items-wrapper {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;

}

.hot-topics__items-wrapper__theme {
    width: 90%;
    display: flex;
}

.hot-topics__items-block {
    width: 23%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #FFFFFF;
    border: 0.03vw solid #EAEAEA;
    padding: 1vw 1.5vw 1.35vw 2.29vw;
    text-decoration: none;
    margin-right: 1vw;
    margin-bottom: 1vw;
    cursor: pointer;;
}

.hot-topics__items-block-btn__img {
    padding: 1.9vw 0;
    text-align: center;
    align-items: center;
    border: 0.03vw solid #EAEAEA;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 0.9vw;
    line-height: 120%;
    letter-spacing: 0.02vw;
    color: #5988FF;
    user-select: none;
    text-decoration: none;
    width: 10%;
}

.hot-topics__items-block__img {
    width: 3.12vw;
    margin-right: 1.6vw;
}

.hot-topics__items-block__text {
    font-style: normal;
    font-weight: 500;
    font-size: 0.98vw;
    line-height: 120%;
    letter-spacing: 0.02vw;
    color: #1E1E1E;
}

.test-art {
    padding-top: 24vw;
}

.info-main {
    padding: 4vw 10%;
}

.info-main__back {
    display: flex;
    flex-direction: row;
    padding: 0 0 2vw 0;
    text-decoration: none;
    align-items: center;
}

.info-main__back svg {
    width: 1.5%;
    margin-right: 0.5vw;
}

.info-main__back p {
    font-style: normal;
    font-weight: 500;
    font-size: 1vw;
    color: #808080;
}

.title-detail-title {
    font-style: normal;
    font-weight: 600;
    font-size: 1.6vw;
    line-height: 130%;
    letter-spacing: 0.02vw;
    color: #3B3B3B;
    margin-bottom: 1vw;
    width: 70%;
}

.wrapper-scope {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 2vw;
}

.wrapper-scope__item {
    padding: 1vw 0;
    width: 23%;
    background: #FFFFFF;
    border: 0.03vw solid #618EFF;
    text-align: center;
    text-decoration: none;
    margin-right: 2%;
    color: #000;
    align-items: center;
}

.wrapper-scope__item:hover {
    background: #5988FF;
    color: #fff;
}

.wrapper-qes__acord {
    padding: 0.5vw 0;
    border-bottom: 0.03vw solid #EAEAEA;
    margin-bottom: 1vw;
}

.wrapper-qes {
    margin-bottom: 2.5vw;
}

.acord__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #618EFF;
    cursor: pointer;
    user-select: none;
}

.acord__title__img {
    border-radius: 50%;
    background: #618EFF;
    color: #fff;
    width: 1.2vw;
    height: 1.2vw;
    font-size: 1.2vw;
    font-weight: 500;
    text-align: center;
    margin-right: 1vw;
}

.acord__title__title {
    font-size: 1vw;
    width: 80%;
}

.acord__info {
    display: none;
    font-weight: 500;
    font-size: 1vw;
    line-height: 150%;
    letter-spacing: 0.02vw;
    color: #3B3B3B;
    margin-left: 2.4vw;
}

.acord__info-open {
    display: block;
}

.wrapper-company__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1vw 0;
    width: 23%;
    display: flex;
    border: 0.03vw solid #EAEAEA;
    text-decoration: none;
    margin-right: 1vw;
    margin-bottom: 1vw;

}

.wrapper-company__item__img {
    width: 20%;
    margin-right: 1vw;
}

.wrapper-company__item__text {
    font-style: normal;
    font-weight: 500;
    font-size: 1vw;
    line-height: 120%;
    letter-spacing: 0.02vw;
    color: #1E1E1E;
}

.form-reg__wrapper-items {
    width: 56.1vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1.6vw;
}

.form-reg-title {
    font-weight: 600;
    font-size: 1vw;
    line-height: 120%;
    letter-spacing: 0.02vw;
    color: #1E1E1E;
    margin-bottom: 0.26vw;

}

.form-reg-inp {
    width: 100%;
    padding: 0.7vw 1.14vw;
    border: 0.03vw solid #5988FF;
    margin-bottom: 0.26vw;
    font-size: 0.83vw;
}

.form-reg-sub-title {
    font-size: 0.7vw;
    line-height: 120%;
    letter-spacing: 0.02vw;
    color: #666666;
}

.form-reg__name {
    width: 17.7vw;
}

.form-reg__item {
    margin-bottom: 1vw;
}

.form-reg__phone {
    width: 37vw;
}

.datepicker-here {
    background-image: url("../img/calendar.svg");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 8%;
}

.form-idea-inp {
    width: 100%;
    padding: 0.7vw 1.14vw;
    border: 0.15vw solid #EAEAEA;
    margin-bottom: 0.26vw;
    background: #fff;
    font-size: 0.83vw;
    -webkit-appearance: none;
}

.form-reg__idea-big {
    width: 100%;
}

.form-reg__idea-small {
    width: 48%;
}

.form-idea-textarea {
    width: 100%;
    padding: 0.7vw 1.14vw;
    border: 0.03vw solid #EAEAEA;
    margin-bottom: 0.26vw;
    background: #fff;
    height: 15vw;
    resize: none;
    font-size: 0.83vw;
}

.form-idea-file {
    font-weight: 500;
    font-size: 1vw;
    line-height: 150%;
    letter-spacing: 0.02vw;
    color: #618EFF;
    background: #fff;
}

.file_inp {
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: left;
    display: inline-block;
    /*Изменить на block если нужно чтобы растягивался на всю ширину родителя*/
}

.file_inp input[type="file"] {
    display: none;
}

.file_inp label {
    display: inline-block;
    top: 0;
    left: 0;
    margin: 0;
    padding: 1.5vw 0;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    color: #618EFF;
    font-size: 1vw;
}

.form-reg__submit {
    font-weight: 500;
    font-size: 1vw;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.02vw;
    color: #FFFFFF;
    background: #5988FF;
    padding: 0.5vw 2vw;
    border: none;
}

.wrapper-link-add {
    display: flex;
    flex-direction: column;
    margin-bottom: 2vw;
}

.wrapper-link-add__item {
    width: 100%;
    margin-bottom: 0.8vw;
}

.wrapper-link-add__item img {
    width: 1vw;
    margin-right: 0.7vw;
}

.link-add__item {
    line-height: 140%;
    width: 100%;
}

.acord__info-open {
    margin-top: 1vw;
}

.form-idea-select {
    background-image: url("../img/drop-down-arrow.svg");
    background-repeat: no-repeat;
    background-size: 195% 30%;
    background-position-x: left;
    background-position-y: center;

}

/* end artcontainer-reg */
.mobail-title {
    display: none;
}

.footer-art__contact__number-go {
    display: flex;
    flex-direction: column;
    width: 25vw;
}

.footer-art__contact__number-go b {
    font-size: 0.7vw;
    font-weight: 600;
}

.btn-input-in-lk {
    padding: .3vw .7vw;
    border-radius: 1000px;
    font-weight: 500;
    color: #000;
    border: .08vw solid #332020;
    background: #fff;
}

.popup-info-block {
    padding: 1vw 1vw 1.5vw 1vw;
    border: 0.03vw solid #5988FF;
    font-size: 0.9vw;
    line-height: 140%;
    margin-bottom: 2vw;
    border-radius: 4px;
}

.form-control__Artcaptcha__imgs {
    display: flex;
}

finetable p, finetable td {
    font-size: 1.2vw;
}

td {
    font-size: 1.2vw;
}

/* добавлена колонка срок исполнения в кабинете исполнителя*/
.lk-wrapper-list-appeal__pols .lk-wrapper-list-appeal__pols__answer:nth-child(4) {
    border-right: 0.10vw solid #C4C4C4;
}

.lk-wrapper-list-appeal__pols .lk-wrapper-list-appeal__pols__answer:nth-child(5) {
    border-right: 0.10vw solid #C4C4C4;
    border-bottom: 0.10vw solid #C4C4C4;
    width: 10%;
    text-align: center;
}

.lk-wrapper-list-appeal__pols .lk-wrapper-list-appeal__pols__info:nth-child(5) {
    padding: 1vw 0.5vw 1vw 1.6vw;
    width: 10%;
}

.lk-name-and-problem__problem--padding {
    padding: 1vw 0.5vw 1vw 1.6vw;
}

.form-lk-filter__inputs--date {
    padding: 0.1vw 0 3vw 0;
    align-items: center;
    justify-content: start;
}

.form-lk-filter__inputs--date .top-form__item {
    margin-right: 15px;
}

.form-lk-filter__inputs--date input {
    width: 15vw;
    border: 0.1vw solid #90E5F7;
    font-size: 0.9vw;
    box-sizing: border-box;
    padding: 0.5vw 1vw;
    border-radius: 4px;
}

.export_csv_faker {
    display: inline-block;
    padding: 1px;
    border: 0.1vw solid #90E5F7;
    cursor: pointer;
}

.export_csv_faker:before {
    display: block;
    content: " ";
    padding: 5px;
    background-color: #fff;
    transition: all .3s;
}

.export_csv_chkbox:checked + label .export_csv_faker:before {
    background-color: #90E5F7;
}

.wrapper__footer-left {
    width: 25%;
}

.wrapper__footer-left img {
    width: 50%;
}

/*новая верстка от Егора*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat';

}

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

.hot-topics {
    padding: 4vw 10%;
    display: flex;
    flex-direction: column;
    background: #fff;

}

.hot-topics__title {
    font-style: normal;
    font-weight: 600;
    font-size: 2.5vw;
    line-height: 140%;
    letter-spacing: 0.02vw;
    color: #1F1F1F;
    margin-bottom: 2vw;
}

.hot-topics__items-wrapper {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;

}

.hot-topics__items-wrapper__theme {
    width: 90%;
    display: flex;
}

.hot-topics__items-block {
    width: 23%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #FFFFFF;
    border: 0.03vw solid #EAEAEA;
    padding: 1vw 1.5vw 1.35vw 2.29vw;
    text-decoration: none;
    margin-right: 1vw;
    margin-bottom: 1vw;
    cursor: pointer;;
}

.hot-topics__items-block-btn__img {
    padding: 1.9vw 0;
    text-align: center;
    align-items: center;
    border: 0.03vw solid #EAEAEA;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 0.9vw;
    line-height: 120%;
    letter-spacing: 0.02vw;
    color: #5988FF;
    user-select: none;
    text-decoration: none;
    width: 10%;
}

.hot-topics__items-block__img {
    width: 3.12vw;
    margin-right: 1.6vw;
}

.hot-topics__items-block__text {
    font-style: normal;
    font-weight: 500;
    font-size: 0.98vw;
    line-height: 120%;
    letter-spacing: 0.02vw;
    color: #1E1E1E;
}

.test-art {
    padding-top: 24vw;
}

.info-main {
    padding: 4vw 10%;
}

.info-main__back {
    display: flex;
    flex-direction: row;
    padding: 0 0 2vw 0;
    text-decoration: none;
    align-items: center;
}

.info-main__back svg {
    width: 1.5%;
    margin-right: 0.5vw;
}

.info-main__back p {
    font-style: normal;
    font-weight: 500;
    font-size: 1vw;
    color: #808080;
}

.title-detail-title {
    font-style: normal;
    font-weight: 600;
    font-size: 1.6vw;
    line-height: 130%;
    letter-spacing: 0.02vw;
    color: #3B3B3B;
    margin-bottom: 1vw;
    width: 70%;
}

.wrapper-scope {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 2vw;
}

.wrapper-scope__item {
    padding: 1vw 0;
    width: 23%;
    background: #FFFFFF;
    border: 0.03vw solid #618EFF;
    text-align: center;
    text-decoration: none;
    margin-right: 2%;
    color: #000;
    align-items: center;
}

.wrapper-scope__item:hover {
    background: #5988FF;
    color: #fff;
}

.wrapper-qes__acord {
    padding: 0.5vw 0;
    border-bottom: 0.03vw solid #EAEAEA;
    margin-bottom: 1vw;
}

.wrapper-qes {
    margin-bottom: 2.5vw;
}

.acord__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #618EFF;
    cursor: pointer;
    user-select: none;
}

.acord__title__img {
    border-radius: 50%;
    background: #618EFF;
    color: #fff;
    width: 1.2vw;
    height: 1.2vw;
    font-size: 1.2vw;
    font-weight: 500;
    text-align: center;
    margin-right: 1vw;
}

.acord__title__title {
    font-size: 1vw;
    width: 80%;
}

.acord__info {
    display: none;
    font-weight: 500;
    font-size: 1vw;
    line-height: 150%;
    letter-spacing: 0.02vw;
    color: #3B3B3B;
    margin-left: 2.4vw;
}

.acord__info-open {
    display: block;
}

.wrapper-company__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1vw 0;
    width: 23%;
    display: flex;
    border: 0.03vw solid #EAEAEA;
    text-decoration: none;
    margin-right: 1vw;
    margin-bottom: 1vw;

}

.wrapper-company__item__img {
    width: 20%;
    margin-right: 1vw;
}

.wrapper-company__item__text {
    font-style: normal;
    font-weight: 500;
    font-size: 1vw;
    line-height: 120%;
    letter-spacing: 0.02vw;
    color: #1E1E1E;
}

.form-reg__wrapper-items {
    width: 56.1vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1.6vw;
}

.form-reg-title {
    font-weight: 600;
    font-size: 1vw;
    line-height: 120%;
    letter-spacing: 0.02vw;
    color: #1E1E1E;
    margin-bottom: 0.26vw;

}

.form-reg-inp {
    width: 100%;
    padding: 0.7vw 1.14vw;
    border: 0.03vw solid #5988FF;
    margin-bottom: 0.26vw;
    font-size: 0.83vw;
}

.form-reg-sub-title {
    font-size: 0.7vw;
    line-height: 120%;
    letter-spacing: 0.02vw;
    color: #666666;
}

.form-reg__name {
    width: 17.7vw;
}

.form-reg__item {
    margin-bottom: 1vw;
}

.form-reg__phone {
    width: 37vw;
}

.datepicker-here {
    background-image: url("../img/calendar.svg");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 8%;
}

.form-idea-inp {
    width: 100%;
    padding: 0.7vw 1.14vw;
    border: 0.15vw solid #EAEAEA;
    margin-bottom: 0.26vw;
    background: #fff;
    font-size: 0.83vw;
    -webkit-appearance: none;
}

.form-reg__idea-big {
    width: 100%;
}

.form-reg__idea-small {
    width: 48%;
}

.form-idea-textarea {
    width: 100%;
    padding: 0.7vw 1.14vw;
    border: 0.03vw solid #EAEAEA;
    margin-bottom: 0.26vw;
    background: #fff;
    height: 15vw;
    resize: none;
    font-size: 0.83vw;
}

.form-idea-file {
    font-weight: 500;
    font-size: 1vw;
    line-height: 150%;
    letter-spacing: 0.02vw;
    color: #618EFF;
    background: #fff;
}

.file_inp {
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: left;
    display: inline-block;
    /*Изменить на block если нужно чтобы растягивался на всю ширину родителя*/
}

.file_inp input[type="file"] {
    display: none;
}

.file_inp label {
    display: inline-block;
    top: 0;
    left: 0;
    margin: 0;
    padding: 1.5vw 0;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    color: #618EFF;
    font-size: 1vw;
}

.form-reg__submit {
    font-weight: 500;
    font-size: 1vw;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.02vw;
    color: #FFFFFF;
    background: #5988FF;
    padding: 0.5vw 2vw;
    border: none;
}

.wrapper-link-add {
    display: flex;
    flex-direction: column;
    margin-bottom: 2vw;
}

.wrapper-link-add__item {
    width: 100%;
    margin-bottom: 0.8vw;
}

.wrapper-link-add__item img {
    width: 1vw;
    margin-right: 0.7vw;
}

.link-add__item {
    line-height: 140%;
    width: 100%;
}

.acord__info-open {
    margin-top: 1vw;
}

.form-idea-select {
    background-image: url("../img/drop-down-arrow.svg");
    background-repeat: no-repeat;
    background-size: 195% 30%;
    background-position-x: left;
    background-position-y: center;

}

.login-need__link-group {
    margin: 10px 0;
}

.login-need__link {
    margin-right: 10px;
    background: #5988FF;
    font-style: normal;
    font-weight: 500;
    font-size: .5vw;
    padding: .8vw;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.02vw;
    color: #FFFFFF;
    display: inline-block;
}

.nav-link {
    font-size: 1.2vw;
}




@media screen and (max-width: 768px) {
    .nav-link {
        font-size: 3.5vw;
    }

    .popup-info-block {
        padding: 2vw 2vw 3.5vw 2vw;
        border: 0.3vw solid #5988FF;
        font-size: 3vw;
        margin-bottom: 6vw;
    }
}

.tab-pane {
    padding: 50px 0;
}

h3.appeal {
    font-size: 1.6vw;
    line-height: 1.8vw;
}

/*новая верстка от Кирилла*/

.houses {
    padding: 4vw 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.houses__title {
    font-style: normal;
    font-weight: 600;
    font-size: 2.5vw;
    line-height: 140%;
    letter-spacing: 0.02vw;
    color: #1F1F1F;
    margin-bottom: 2vw;
    text-align: center;
}

.houses__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.houses__block {
    display: flex;
    align-items: center;
    min-height: 12vh;
    padding: 2vh;
    width: 50%;
    color: #808080;
    border: none;
    padding: 5px;
}

.houses__block-text {
    color: black;
}

.houses__block-icon {
    width: 5vh;
    height: 5vh;
    margin: 0 1vh;
}

.houses__descr {
    text-align: center;
}

.aptext {
    position: relative;
    margin-bottom: 1vw;
}

.text-align-justify {
    text-align: justify;
}

.vacancy-container {
    min-height: 80vh;
}

@media screen and (max-width: 768px) {
    ::-webkit-scrollbar {
        width: 0px;
    }

    .wrapper-logo p {
        display: none;
    }

    .container {
        padding: 2vw 0;
    }

    nav {
        overflow: scroll;
    }

    .wrapper-logo img {
        width: 25%;
    }

    .wrapper-logo {
        width: 50%;
    }

    .artcontainer {
        padding: 4vw 0;
    }

    .wrapper-logo__link {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 3.6vw;
        justify-content: flex-end;
    }

    .wrapper-logo__link img {
        width: 5.5%;
        margin-left: 2vw;
    }

    .wrapper-logo__link p {
        font-size: 3.6vw;
    }

    .wrapper-Art-as__fio {
        font-weight: 500;
        font-weight: normal;
        font-size: 4.5vw;
        color: #fff;
    }

    .wrapper-Art-as-info {
        margin-top: 1vw;
        line-height: 150%;
        font-weight: normal;
        font-size: 3vw;
        color: #fff;
    }

    .photo-Art {
        display: none;
    }

    .wrapper-text-artomonov {
        width: 100%;
    }

    .wrapper-text-artomonov__title {
        width: 100%;
        text-align: center;
        font-size: 5vw;

    }

    .wrapper-Art {
        padding-bottom: 5vw;
        width: 100%;
        margin-left: 0;
        margin-top: 6vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0;
    }

    .instruction {
        padding: 8vw 10%;
    }

    .problems {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .wrapper-Art img {
        width: 45%;
    }

    .wrapper-Art-as {
        text-align: center;
    }

    .nav-links {
        padding: 0;
        width: 300vw;
        overflow: scroll;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .nav-links a {
        margin-right: 10vw;
        font-size: 3.6vw;
        font-weight: 500;
        line-height: 156%;
        color: #808080;
    }

    .problems-left {
        width: 100%;
        padding: 2vw 0;
        text-align: center;
    }

    .problems-left__title {
        font-size: 5vw;
        margin-bottom: 9vw;
    }

    .problems-left__btn {
        background: #5988FF;
        border: 0.3vw solid #5988FF;
        padding: 2.7vw 3.5vw;
        margin-right: 0;
        margin-bottom: 4vw;
        color: #fff;
        font-size: 3.7vw;
        display: block;
    }

    .problems-right {
        text-align: center;
        width: 100%;
    }

    .problems-right__item__number {
        font-size: 9vw;
        font-weight: bold;
        letter-spacing: 0.02vw;
        color: #5988FF;
    }

    .problems-right__item__text {
        font-size: 3.6vw;
    }

    .problems-right__item {
        text-align: center;
        width: 47%;
        margin-top: 4.5vw;
    }

    .instruction-right {
        display: none;
    }

    .instruction-left {
        width: 100%;
    }

    .instruction-left__title {
        text-align: center;
        font-size: 5vw;
        letter-spacing: 0.02vw;
    }

    .instruction-left__popup__text {
        text-align: center;
        font-size: 3.6vw;
        letter-spacing: 0.02vw;
        color: #3B3B3B;
        margin-bottom: 5vw;
    }

    .instruction-left__popup__btn {
        background: #5988FF;
        padding: 3vw 0;
        text-align: center;
        display: block;
        color: #fff;
        font-size: 3.6vw;
    }

    .instruction-bottom {
        margin-top: 5vw;

    }

    .instruction-bottom__wraper__scroll {
        overflow: scroll;
    }

    .instruction-bottom__title {
        font-size: 4vw;
        color: #fff;
        font-weight: 600;
    }

    .instruction-left__popup {
        margin-top: 8vw;
        padding: 6vw 6vw 5vw 6vw;
    }

    .instruction-bottom__tegs {
        margin-top: 5vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 190vw;
    }

    .instruction-bottom__tegs__item {
        padding: 2vw 4vw;
        border: 0.3vw solid #fff;
        margin-right: 2vw;
        margin-bottom: 2vw;
        font-size: 3vw;
    }

    .instruction-text__title {
        text-align: center;
        margin-bottom: 8vw;
        font-size: 5vw;
        letter-spacing: 0.02vw;
    }

    .instruction-text__blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 6vw 6vw 5vw 6vw;
    }

    .__blocks__block__title {
        font-size: 4vw;
        margin-bottom: 2.5vw;
    }

    .instruction-text__blocks__block {
        width: 100%;
        text-align: center;
    }

    .__blocks__block__text {
        font-size: 3.6vw;
        letter-spacing: 0.02vw;
        margin-bottom: 15vw;
    }

    .opros__title {
        text-align: center;
        font-size: 5vw;
        letter-spacing: 0.02vw;
    }

    .wrapper-opros-blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 5vw;
    }

    .wrapper-opros-blocks__block {
        width: 100%;
        text-align: center;
        padding: 6vw 6vw 5vw 6vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 5vw;
    }

    .wrapper-opros-blocks__block__title {
        font-size: 4vw;
        margin-bottom: 5vw;
    }

    .wrapper-opros-blocks__block__counter {
        font-size: 3.6vw;
        margin-bottom: 5vw;
    }

    .opros__title-btn {
        border: 0.4vw solid #FFFFFF;
        padding: 2vw 3vw;
        margin-bottom: 3vw;
        color: #fff;
        font-size: 3.6vw;
    }

    .title__resources {
        text-align: center;
        font-size: 5vw;
    }

    .wrapper-resources {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 5vw;
        width: 270vw;

    }

    .wrapper-resources__item {
        width: 100%;
        border: 0.3vw solid #EAEAEA;
        padding: 2vw 3vw;
        margin-bottom: 5vw;
        margin-right: 5vw;
    }

    .wrapper-resources__item p {
        font-size: 3.6vw;
    }

    .wrapper-resources__item img {
        width: 20%;
        margin-right: 3vw;
    }

    .footer-art__contact__number .svg-email {
        width: 8vw;
        margin-right: 2vw;
    }

    .footer-art__contact__number .svg-whatsapp {
        width: 14.5vw;
        margin-right: 2vw;
    }

    .footer-art__text {
        display: none;
    }

    .footer-art__contact {
        font-size: 3.6vw;
        width: 100%;
    }

    .footer-art__contact__number {
        font-size: 3vw;
        text-align: left;
        display: block;
    }

    .info {
        padding: 8vw 10% 8vw 10%;
    }

    .instruction-text {
        padding: 8vw 10%;
        background: #F8F8F8;
    }

    .resources {
        padding: 0 10% 8vw 10%;
    }

    .footer-art__contact__text {
        text-align: center;
        font-size: 4vw;
    }

    .wrapper-resources__scroll {
        overflow: scroll;
    }

    .opros {
        padding: 8vw 10%;
    }

    .do-posle {
        padding: 8vw 10%;
    }

    .do-posle__title {
        font-size: 5vw;
        margin-bottom: 8vw;
    }

    .wrapper-do-posle-scroll {
        overflow: scroll;
    }

    .wrapper-do-posle {
        width: 200vw;
    }

    .wrapper-do-posle-blok {
        width: 100%;
        margin-right: 5vw;
        padding-bottom: 8vw;
    }

    .wrapper-do-posle__title {
        padding: 0 4vw;
        margin-top: 4vw;
        font-size: 3.8vw;
    }

    .wrapper-do-posle__title-two {
        padding: 0 4vw;
        margin-top: 4vw;
        font-size: 3vw;
    }

    .wrapper-do-posle__text {
        padding: 0 4vw;
        font-size: 3vw;
    }

    .info-main__back {
        display: flex;
        flex-direction: row;
        padding: 0 0 8vw 0;
    }

    .info-main__back svg {
        width: 3.5%;
        margin-right: 1vw;
    }

    .info-main__back p {
        font-style: normal;
        font-weight: 500;
        font-size: 4vw;
        color: #808080;
    }

    .info-main__text__title {
        font-size: 4vw;
        margin-bottom: 5vw;
    }

    .info-main__text__info {
        font-size: 3.6vw;
        line-height: 150%;
    }

    .info-main__text {
        width: 100%;
        margin: 0 auto;
    }

    /* info-resources: */
    .info-resources {
        padding: 8vw 10%;
    }

    .wrapper__info-resources {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 8vw;
    }

    .wrapper__info-resources__item {
        width: 100%;
        box-sizing: border-box;
        padding: 5vw 1.5vw;
        text-align: center;
        font-size: 4vw;
        margin-bottom: 5vw;
    }

    /* ...info-resources */
    /* log-or-pass */
    .mobal-log-or-pass {
        margin-top: 5vw;
        width: 90%;
        border: 0.3vw solid #EAEAEA;
        padding: 5vw 5vw 10vw 5vw;
        margin-bottom: 3vw;
    }

    .mobal-log-or-pass__title {
        font-size: 4vw;
        margin-bottom: 3vw;
        font-weight: 600;
        letter-spacing: 0.04vw;
    }

    .mobal-log-or-pass__info {
        font-size: 3vw;
        line-height: 110%;
        letter-spacing: 0.04vw;
    }

    .mobal-log-or-pass__btn-reg {
        margin-top: 5vw;
        width: 100%;
    }

    .mobal-log-or-pass__btn-reg a {
        margin-top: 3vw;
        font-size: 3.6vw;
        padding: 2vw;
        letter-spacing: 0.04vw;
    }

    .close-btn {
        width: 7%;
        text-align: right;
    }

    .close-btn a {
        text-align: center;
        width: 100%;
        background: #fff;
        margin-top: 5vw;
        font-size: 3.6vw;
        padding: 2vw;
        letter-spacing: 0.04vw;
    }

    .wrapper__title-and-close {
        margin-bottom: 5vw;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    /* end 'log-or-pass' */
    .footer-art__contact__number__item {
        padding-top: 5vw;
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    /* avtoriz */
    .input_login-pole__art-item {
        margin-top: 5vw;
    }

    .art-item__label {
        font-size: 3vw;
        letter-spacing: 0.04vw;
        margin-top: 3vw;
    }

    .art-item__input {
        border: 0.3vw solid #5988FF;
        font-size: 3vw;
        padding: 2.5vw 3vw;
        letter-spacing: 0.04vw;
    }

    .input_login-pole__rest-of-reg {
        text-align: center;
        padding-top: 3vw;
        display: flex;
        flex-direction: column;
        width: 100%;

    }

    .input_login-pole__rest-of-reg a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        display: inline;
        margin-top: 5vw;
    }

    .Artbtn-primary {
        width: 100%;
        text-align: center;
        padding: 2.5vw 0;
        border: none;
        cursor: pointer;
        background: #5988FF;
        color: #fff;
    }

    .Artbtn-link {
        margin-top: 5vw;
        width: 100%;
        text-align: center;
        padding: 2.5vw 0;
        border: none;
        cursor: pointer;
        border: 0.1vw solid #5988FF;
        color: #000;
    }

    .input_login-poletwo__rest-of-reg {
        padding-top: 5vw;
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }

    /* end avtoriz */
    /* artcontainer-reg */
    .artcontainer-reg {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 5vw 0;
    }

    .mobal-log-or-pass__subtitle {
        margin-top: 5vw;
        font-size: 3.6vw;
        font-weight: 500;
        width: 100%;
        letter-spacing: 0.02vw;
        color: #3B3B3B;
    }

    .mobal-log-or-pass__row-items {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .row-items__block {
        margin-right: 0;
        width: 100%;
    }

    .row-items__block-big {
        width: 100%;
        margin-bottom: 5vw;
    }

    .block-big__ite-forms {
        display: flex;
        flex-direction: row;
    }

    .ite-forms__form-control {
        width: 100%;
        border: 0.3vw solid #5988FF;
        font-style: normal;
        font-weight: 500;
        font-size: 3.6vw;
        padding: 1.5vw 2vw;
        line-height: 150%;
        letter-spacing: 0.02vw;
    }

    .mobal-log-or-pass__info-text {
        font-size: 3vw;
        line-height: 110%;
        letter-spacing: 0.04vw;
        color: #3B3B3B;
    }

    .wrapper-row-items__blocks-row {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .artcontainer-reg__block-reg {
        order: 2;
    }

    .input-photo {
        order: 1;
        text-align: center;
    }

    .podpiska-na-portal {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-style: normal;
        font-weight: 400;
        font-size: 3vw;
        letter-spacing: 0.04vw;
        color: #3B3B3B;
        margin-bottom: 5vw;
        user-select: none;
    }

    .podpiska-na-portal a {
        font-size: 3vw;
        letter-spacing: 0.04vw;
    }

    .Artcaptcha {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .Artbtn-primary-btn {
        margin-top: 5vw;
        width: 100%;
        text-align: center;
        padding: 5vw 0;
        border: none;
        cursor: pointer;
        background: #5988FF;
        color: #fff;
    }

    .Artcaptcha label {
        margin-right: 2vw;
    }

    .Artcaptcha input {
        margin-right: 2vw;
    }

    .form-control__Artcaptcha {
        width: 100%;
        border: 0.3vw solid #5988FF;
        font-style: normal;
        font-weight: 500;
        font-size: 3vw;
        padding: 1.5vw 3vw;
        line-height: 150%;
        letter-spacing: 0.04vw;
    }

    .mobal-log-or-pass__info-cookie {
        font-style: normal;
        font-weight: 400;
        font-size: 3.6vw;
        letter-spacing: 0.02vw;
        color: #3B3B3B;
        margin-bottom: 5vw;
        line-height: 120%;
    }

    .artcontainer-reg__block-reg {
        width: 100%;
    }

    .input-photo {
        width: 100%;
        height: 60vw;
    }

    .mobail-title {
        display: block;
        margin-left: 15%;
        font-size: 5vw;
    }

    .decktop-title {
        display: none;
    }

    .form-control__Artcaptcha__imgs {
        margin-top: 3vw;
        display: flex;
        flex-direction: row;
    }

    .footer-art__contact__number-go {
        display: flex;
        flex-direction: column;
    }

    .footer-art__contact__number-go b {
        font-size: 2.8vw;
        font-weight: 600;
    }

    /* end artcontainer-reg */
    .title-wiki {
        padding: 3vw 0;
        font-size: 5vw;
    }

    .title-pols {
        margin-top: 4vw;
        font-size: 3.6vw;
    }

    .wiki__wrapper-list-link {
        padding: 2vw 0;
        flex-direction: column;
    }

    .wrapper-list-link__item {
        width: 100%;
        margin-right: 5vw;
        padding: 2.5vw 0;
        border: 0.4vw solid #5988FF;
        font-size: 3.6vw;
        margin-bottom: 5vw;
        min-width: 150px;
    }

    .wiki-btn-back {
        padding: 2vw 0;
        font-size: 3vw;
    }

    .question-header__title {
        font-style: normal;
        font-weight: normal;
        font-size: 3vw;
        margin-left: 3vw;
        border-bottom: 0.04vw solid #F2F2F2;
        color: #2F80ED;
    }

    .question__full-pols {
        padding: 2vw 0 2vw 8vw;
        font-size: 3vw;
    }

    .set > a i {
        position: relative;
        color: #fff;
        background: #2F80ED;
        padding: 1vw 1.1vw 1vw 1.1vw;
        border-radius: 100%;
        font-weight: 400;
        font-size: 3vw;
    }

    .lk {
        padding: 2.5vw 4vw 8vw 4vw;
    }

    .lk__top__title {
        text-align: center;
        font-size: 7vw;
        margin-bottom: 4vw;
        font-weight: 600;
    }

    .problems-left {
        width: 100%;
    }

    .lk-wrapper__header-main {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 2vw 0 1vw 0;
    }

    .lk-btn {
        padding: 1.5vw 7vw;
        background: #164058;
        border-radius: 3px;
        color: #fff;
        font-size: 3vw;
        border: none;
        outline: none;
        width: 100%;
        cursor: pointer;
        margin-bottom: 4vw;
        display: block;
        text-align: center;
    }

    .lk__top {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 1vw 0;
    }

    .lk__title-section_title {
        font-size: 3.6vw;
        color: #000000;
        font-weight: 500;
        margin-right: 3vw;
        margin-bottom: 3vw;
    }

    .lk__top__Email {
        width: 100%;
    }

    .lk__top__fio {
        padding: 1vw 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .lk__title-section__inp-fio {
        border: 0.3vw solid #C4C4C4;
        padding: 2vw 3vw;
        font-size: 3.6vw;
        margin-right: 0;
        width: 100%;
        margin-bottom: 5vw;
    }

    .lk__title-section_select-age {
        background: #FFFFFF;
        border: 1px solid #C4C4C4;
        box-sizing: border-box;
        border-radius: 4px;
        outline: none;
        margin-right: 1vw;
        font-size: 3.6vw;
        padding: 0.3vw;
        width: 20%;
    }

    select,
    input[type="date"],
    option {
        width: 100%;
        outline: none;
        border: none;
        padding: 2vw 3vw;
        border-radius: 4px;
        cursor: pointer;
        border: 0.3vw solid #90E5F7;
        font-size: 3.6vw;
        box-sizing: border-box;
        margin-bottom: 5vw;
    }

    .lk__top__checkbox {
        padding: 4vw 0;
    }

    .lk__top__checkbox label {
        font-size: 3.6vw;
        margin-left: 3vw;
    }

    .lk-forgot-password {
        font-size: 3.6vw;
    }

    .lk-btn-submit {
        margin-top: 5vw;
        width: 100%;
        padding: 2vw 3.5vw;
        background: #164058;
        border-radius: 3px;
        color: #fff;
        font-size: 3.6vw;
    }

    .form-lk-filter__title {
        margin-top: 4vw;
        font-size: 6vw;
        color: #164058;
    }

    .wrapper-form-lk-filter {
        padding: 2vw 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
    }

    .wrapper-form-lk-filter__item {
        font-size: 4vw;
        font-weight: 500;
        padding: 2vw 0;
    }

    .form-lk-filter__inputs {
        padding: 3vw 0;
        flex-direction: column;
    }

    .top-form__item {
        width: 100%;
    }

    .top-form__item p {
        font-weight: bold;
        font-size: 3.6vw;
        margin-bottom: 2vw;
    }

    .wrapper-valid__btns {
        padding: 3vw 0;
        display: flex;
        justify-content: flex-start;
    }

    .wrapper-valid__btn {
        width: 6vw;
        height: 6vw;
        border: 0.3vw solid #CECECE;
        border-radius: 3px;
        margin-left: 3vw;
        font-size: 4vw;
    }

    .lk-btn-submit-one {
        margin-top: 5vw;
        width: 100%;
        text-align: center;
        padding: 2vw 3vw;
        font-size: 3.6vw;
    }

    .btn-reset {
        margin-top: 5vw;
        width: 100%;
        border: none;
        font-size: 3.6vw;
        line-height: 140%;
        width: 25vw;
        color: #0AAFD3;
        border-bottom: 0.3vw solid #0AAFD3;
    }

    .lk-title-pols {
        display: block;
    }

    .lk-wrapper-list-appeal__pols__info {
        display: none;
    }

    .lk-wrapper-list-appeal__pols__info:last-child {
        display: block;
    }

    .lk-wrapper-list-appeal__pols .lk-wrapper-list-appeal__pols__info:last-child {
        content: 'обращения';
        width: 100%;
        font-size: 6vw;
    }

    .lk-wrapper-list-appeal__pols .lk-wrapper-list-appeal__pols__info:last-child::after {
        content: 'Обращения';
        width: 100%;
        font-size: 6vw;
    }

    .lk-wrapper-list-appeal__pols__item:nth-child(1),
    .lk-wrapper-list-appeal__pols__item:nth-child(2) {
        display: none
    }

    .lk-name-and-problem__img {
        display: none;
    }

    .lk-wrapper-list-appeal__pols__answer p {
        font-size: 3.6vw;
        color: #000;
        margin-top: 3vw;
    }

    .lk-text__theme {
        width: 100%;
        display: flex;
        flex-direction: column;
        font-size: 3.6vw;
    }

    .lk-wrapper-list-appeal__pols .lk-wrapper-list-appeal__pols__answer:nth-child(3) {
        display: none;
    }

    .lk-wrapper-list-appeal__pols .lk-wrapper-list-appeal__pols__answer:nth-child(4) {
        width: 100%;
    }

    .wrapper__btn-reset {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .title-pols {
        background: #e5e5e5;
        display: none;
    }

    .wrapper-list-appeal__pols {
        flex-direction: column;
    }

    .wrapper-list-appeal__pols .wrapper-list-appeal__pols__item:nth-child(1),
    .wrapper-list-appeal__pols .wrapper-list-appeal__pols__item:nth-child(2),
    .wrapper-list-appeal__pols .wrapper-list-appeal__pols__answer:nth-child(3) {
        width: 100%;
        border-bottom: 0.10vw solid #C4C4C4;
        padding: 1.5vw 2.5vw 2.5vw 2.5vw;
        border-right: none;
        border-left: none;
    }

    .pols__item__number {
        font-weight: 700;
        font-size: 4vw;
        margin-bottom: 0.7vw;
    }

    .pols__item__data {
        font-size: 3.6vw;
    }

    .name-and-problem__text {
        width: 100%;
    }

    .text__theme {
        flex-direction: column;
    }

    .name-and-problem__problem {
        font-size: 3.2vw;
        margin-top: 5vw;
    }

    .name-and-problem__text p {
        font-size: 3.6vw;
    }

    .name-and-problem__img {
        display: none;
    }

    .wrapper-list-appeal__pols__answer span {
        font-size: 3.6vw;
    }

    .wrapper-list-appeal__pols__answer p {
        font-size: 3.4vw;
    }

    .pols__answer__total {
        font-size: 3.6vw;
    }

    .wrapper-assessment {
        flex-direction: column;
    }

    .wrapper-assessment__item {
        margin-top: 3vw;
        width: 100%;
        padding: 3vw;
        align-items: center;
    }

    .wrapper-assessment__item img {
        width: 15%;
        margin-right: 0.5vw;
    }

    .wrapper__pols__answer__total {
        padding: 3vw 0;
    }

    /*медиа от Кирилла*/
    .houses {
        padding: 8vw 10%;
    }

    .houses__title {
        font-size: 5vw;
        margin-bottom: 8vw;
    }

    .houses__block {
        width: 100%;
    }

}

@media screen and (max-width: 768px) {
    .acord__info-open {
        margin-top: 3vw;
    }

    .wrapper-link-add__item {
        margin-bottom: 3vw;
    }

    .wrapper-link-add__item img {
        width: 6vw;
        margin-right: 0.7vw;
    }

    .form-idea-textarea {
        padding: 2.7vw 3.14vw;
        border: 0.3vw solid #EAEAEA;
        margin-bottom: 0.26vw;
        height: 30vw;
        resize: none;
        font-size: 3vw;
    }

    .hot-topics__title {
        font-size: 5.5vw;
        margin-bottom: 4vw;
    }

    .hot-topics__items-wrapper__theme {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .hot-topics__items-wrapper {
        flex-direction: column;
    }

    .hot-topics__items-block, .hot-topics__items-block-full {
        width: 100%;
        padding: 3vw 3.5vw 3.35vw 3.29vw;
        margin-right: 0;
        margin-bottom: 4vw;
        cursor: pointer;
    }

    .hot-topics__items-wrapper__theme {
        width: 100%;
    }

    .hot-topics__items-block__img {
        width: 8vw;
        margin-right: 3.6vw;
    }

    .hot-topics__items-block__text {
        font-size: 3.5vw;
    }

    .hot-topics__items-block-btn__img {
        padding: 4.3vw 0;
        width: 100%;
        border: 0.3vw solid #EAEAEA;
        font-size: 3.5vw;
    }

    .title-detail-title {
        font-size: 4vw;
        width: 100%;
        margin-bottom: 5vw;
    }

    .wrapper-scope {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        align-content: flex-start;
        margin-bottom: 4vw;
    }

    .wrapper-company__item {
        padding: 4vw 0;
        width: 48%;
        display: flex;
        border: 0.03vw solid #EAEAEA;
        text-decoration: none;
        margin-right: 0;
        margin-bottom: 3vw;
    }

    .wrapper-company__item__img {
        width: 15%;
        margin-right: 2vw;
    }

    .wrapper-company__item__text {
        font-style: normal;
        font-weight: 500;
        font-size: 3.5vw;
        line-height: 120%;
        letter-spacing: 0.02vw;
        color: #1E1E1E;
    }

    .form-reg__wrapper-items {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 4vw;
    }

    .form-reg__item {
        width: 100%;
    }

    .form-reg-title {
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }

    .form-reg-inp {
        width: 100%;
        padding: 2.7vw 3.14vw;
        border: 0.3vw solid #5988FF;
        margin-bottom: 1.5vw;
        font-size: 3vw;
    }

    .form-reg-sub-title {
        font-size: 2.5vw;
        line-height: 120%;
        letter-spacing: 0.02vw;
        color: #666666;
    }

    .file_inp label {
        font-size: 3vw;
        padding: 3vw 0;
    }

    .form-reg__submit {
        font-size: 3.5vw;
        padding: 2.5vw 4vw;
        border: none;
        width: 100%;
    }

    .acord__title__title {
        font-size: 3.5vw;
    }

    .acord__title__img {
        border-radius: 50%;
        background: #618EFF;
        color: #fff;
        width: 5vw;
        height: 5vw;
        font-size: 5vw;
        font-weight: 500;
        text-align: center;
        margin-right: 3vw;
    }

    .acord__info {
        font-size: 3.5vw;
        margin-left: 8vw;
    }

    .wrapper-qes__acord {
        padding: 1.5vw 0;
        margin-bottom: 3vw;
    }

    .form-reg__item {
        margin-bottom: 4vw;
    }

    .form-idea-inp {
        width: 100%;
        padding: 2.7vw 2.14vw;
        border: 0.3vw solid #EAEAEA;
        margin-bottom: 3vw;
        background: #fff;
        font-size: 3vw;
    }

    .form-idea-select {
        background-image: url("../img/drop-down-arrow.svg");
        background-repeat: no-repeat;
        background-size: 185% 20%;
        background-position-x: left;
        background-position-y: center;
    }
}

.seek {
    width: 1.5vw;
}

.img30 {
    width: 30px;
}

.img20 {
    width: 20px;
}
