@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');

@font-face {

    font-weight: 400;
    font-style: normal;
    src: url('fonts/golos-ui_regular.ttf') format('truetype');
    font-display: swap
}

@font-face {

    font-weight: 500;
    font-style: normal;
    src: url('fonts/golos-ui_medium.ttf') format('truetype');
    font-display: swap
}

html, body, form {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    min-height: 100%;
}

/*Font*/
body {
    font-size: 80%;
    font-family: 'Open Sans Condensed';
    color: #333;
    background-color: #fff;
}
a, h2{
    font-family: 'Open Sans Condensed';
}
header {
    padding-top: 16px;
}

.logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*gap: 8px;*/
    gap: 12px;
    text-decoration: none;
    padding: 16px 32px;
    overflow-x: scroll;
}

.logos::-webkit-scrollbar { /* chrome based */
    width: 0px;  /* ширина scrollbar'a */
    background: transparent;  /* опционально */
}


.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    text-decoration: none;
    width: 100%;
}


.logo span {

    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #1F1F1F;

}
.ust{
    display: flex;
    gap:8px;


}
.logo_ust img{
    /*width: 100%;*/
}
.fond {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.fond span {

    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #1F1F1F;
}

.mybusiness {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;

}

.head {
    width: 100%;
    background: rgba(31, 31, 31, 0.02);
    border-radius: 32px;
    padding: 16px 32px;


}

.hot-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.phone-custom {
    display: block;
    padding-right: 12px;
}

.phone-custom a:hover {
    color: #003CD7;
}

.phone-custom a {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #1F1F1F;
    text-decoration: none;
    display: block;
}

.phone-custom span {
    display: block;

    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #3D3D3D;
}

.phone {
    display: block;
    padding-right: 12px;
}

.phone a:hover {
    color: #003CD7;
}

.phone a, .email span:first-child, .address span:first-child {

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 14px;
    color: #1F1F1F;
    text-decoration: none;
    display: block;

}

.phone-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:12px;
}

.phone-adress-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pl-12 {
    padding-left: 12px;
}

.email {
    display: block;
}

.adress-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hr {
    border-top: 1px solid rgba(31, 31, 31, 0.12);
    height: 0;
    margin-top: 7px;


}
.news-detail a{
    font-size: 15px;
    color: #299a0b
}
.documents a{
    font-size: 16px;
    color: #299a0b
}
.top-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 0;
    margin: 0;
    padding-left: 0;
    gap: 43px;

}

.top-menu ul li {
    list-style: none;
}

.top-menu ul li a {

    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1F1F1F;
    text-decoration: none;
}

/*.top-menu ul li a:hover {*/
/*    color: #003CD7;*/
/*}*/
.btn-close{
    position: absolute;
    right:20px;
    top:20px;
    z-index: 100;
}
/* главная */
.mt-24 {
    margin-top: 24px;
}

.agrostartup {
    width: 100%;
    border-radius: 24px;
    background: url(images/agrostartup.jpg) center no-repeat;
    background-size: cover;

    padding: 16px;
    display: flex;
    max-height: 555px;
    justify-content: flex-end;

}

.agrostartup .slider {
    width: 420px;
    position: relative;
    max-height: 475px;


}

.agro-item {
    background: rgba(255, 255, 255, 0.56);
    backdrop-filter: blur(8px);
    border-radius: 24px;
    width: 100%;
    padding: 24px 8px 8px;


}

.agro-item-top {
    display: flex;
    justify-content: space-between;
    margin: 0 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #3D3D3D;
    min-height: 41px;

}

.grants {

    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    /* identical to box height, or 100% */

    color: #3D3D3D;
}

.support-text {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #3D3D3D;

}

.agro-item-body {
    margin: 8px 16px 16px 16px;
    min-height: 213px;
}

.agro-item-title {

    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    /* identical to box height, or 120% */

    color: #1F1F1F;

}

.agro-item-text {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #3D3D3D;
    margin-top: 8px;
    width: 70%;


}

.agro-item-bottom {
    text-align: right;

    margin: 8px 16px 16px 16px;
}

.agro-item-price {
    display: block;

    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #1F1F1F;


}

.agro-item-razmer {
    display: block;


    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    /* identical to box height, or 100% */

    color: #3D3D3D;


}

.agro-item-more {
    /* Button */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 24px;
    gap: 8px;

    width: 100%;
    height: 48px;

    background: rgba(255, 255, 255, 0.56);
    border-radius: 16px;

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1F1F1F;
    text-decoration: none;
    margin-top: 24px;

}

.more:hover {
    color: #1F1F1F;

}

.agro-slider .slick-prev {
    background: url(images/arrow-left.svg) center no-repeat;
    background-size: cover;
    width: 42px;
    height: 42px;
    padding: 16px;
    top: 106%;
    z-index: 10;
    left: 0;


}

.agro-slider.slick-prev:before {
    content: "";
}

.agro-slider .slick-next {
    background: url(images/arrow-right.svg) center no-repeat;
    background-size: cover;
    width: 42px;
    height: 42px;
    padding: 16px;
    top: 106%;
    z-index: 10;
    right: 0;


}

.agro-slider .slick-next:before {
    content: "";
}

.agro-slider .slick-prev:before {
    content: "";
}

.agro-slider .progressbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;

    width: 320px;
    height: 42px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(8px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 24px;
    margin-left: 50px;
    margin-top: 3px;


}

.progress-first {

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    /* identical to box height, or 100% */

    color: #3D3D3D;
    margin-left: 16px;
    margin-right: 8px;
}

.agro-slider .progress {
    height: 2px;

    background-color: #f5f5f5;
    background-image: linear-gradient(to right, black, black);
    background-repeat: no-repeat;
    background-size: 0 100%;
    border-radius: 2px;
    display: block;
    width: 80%;
    overflow: hidden;
    transition: background-size .4s ease-in-out;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.progress-last {

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #3D3D3D;
    margin-left: 8px;
    margin-right: 16px;


}

.analiz-block {
    width: 100%;
    border-radius: 24px;
    background: url(images/agrostartup.jpg) center no-repeat;
    background-size: cover;
    padding: 16px;

}

.analiz {
    background: rgba(255, 255, 255, 0.56);
    border-radius: 16px;
    padding: 16px 8px 8px;
    display: block;
    width: 100%;

}

.analiz-title {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #1F1F1F;
    margin: 0 16px 8px 16px;
    width: 80%;
}

.analiz-text {
    margin: 0 16px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #3D3D3D;
    width: 80%;
}

.take-survey {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 24px;
    gap: 8px;
    background: rgba(255, 255, 255, 0.56);
    border-radius: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #1F1F1F;
    width: 100%;
    height: 48px;
    margin-top: 16px;

}

.take-survey:hover {
    text-decoration: none;
    color: #1F1F1F;

}

.all-survey {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 24px;
    gap: 8px;
    background: rgba(255, 255, 255, 0.24);
    border-radius: 16px;

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #1F1F1F;
    width: 100%;
    height: 48px;
    margin-top: 16px;

}

.all-survey:hover {
    text-decoration: none;
    color: #1F1F1F;

}

.calculator {
    background: rgba(255, 255, 255, 0.56);
    border-radius: 16px;
    padding: 16px 8px 8px;
    display: block;
    width: 100%;
    margin-top: 16px;

}

.mt-24 {
    margin-top: 24px;
}

.block-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.block-title h2, .guide {

    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    /* identical to box height, or 150% */

    color: #3D3D3D;
    text-decoration: none;


}

.all {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px 16px;
    gap: 8px;
    margin: 0 auto;
    /*width: 202px;*/
    height: 42px;
    background: rgba(31, 31, 31, 0.02);
    border-radius: 16px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height, or 129% */

    color: #1F1F1F;
    text-decoration: none;

}

.all:hover {
    color: #1F1F1F;
}

.support {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;


}

.item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 8px 8px 24px;
    height: 192px;
    background: rgba(31, 31, 31, 0.04);
    /* blur */
    backdrop-filter: blur(8px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 24px;
    position: relative;

}

.item_useful_contacts {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    border: 1px solid rgba(31, 31, 31, 0.12);
    border-radius: 24px;
    position: relative;
    /* blur */
    /* Note: backdrop-filter has minimal browser support */
}

.support .item {
    border: 0;
    width: 24.5%;
    margin: 0;
    align-items: center;

}

.item-title {

    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #1F1F1F;
}

.support .item-title {

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: end;
    /*text-align: center;*/
    color: #1F1F1F;
    height: 38px;
    margin-top: 16px;
    width: 126px;


}

.support .item-text {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #3D3D3D;
}
.item-img {
    height: 96px;
    /*width: 184px;*/
    object-fit: contain;
}


.support .item-more, .objects .item-more {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(8px);
    border-radius: 32px;
    position: absolute;
    bottom: 8px;
    right: 8px;

}

.events {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;


}

.event-item {
    display: flex;
    align-items: flex-start;
    padding: 8px;
    width: 33%;
    background-size: cover;
    border-radius: 24px;


}

.event-item-shadow {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.56);
    backdrop-filter: blur(8px);
    border-radius: 24px;
    padding: 8px;
}

.event-item-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;


}

.events.flex-wrap .event-item {
    width: 32.7%;
}

.date-block {
    background: rgba(255, 255, 255, 0.56);
    border-radius: 16px;
    width: 134px;
    height: 116px;
    padding: 16px 8px;


}

.date {
    display: flex;
    justify-content: center;
    align-items: start;

    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    gap: 4px;
    color: #3D3D3D;
    border-bottom: 1px solid rgba(31, 31, 31, 0.12);
    padding-bottom: 12px;


}

.day {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    /* identical to box height, or 100% */

    color: #1F1F1F;

}

.month {

    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    /* identical to box height, or 100% */

    color: #1F1F1F;
}

.minus {
    width: 8px;
    height: 0px;
    display: block;
    border: 2px solid #1F1F1F;
    margin-top: 23px;

}

.date-do {
    padding-left: 4px;
}

.time-block {

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #1F1F1F;
    padding-top: 12px;
    text-align: center;


}

.event-title {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #1F1F1F;

}

.event-item-text {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    min-height: 40px;
    display: flex;
    align-items: center;

    color: #1F1F1F;
    margin-top: 8px;


}

.event-item-more {
    background: rgba(255, 255, 255, 0.72);
    border-radius: 16px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    gap: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1F1F1F;
    text-decoration: none;
    margin-top: 8px;

}

.event-item-more:hover {
    color: #1F1F1F;
    text-decoration: none;

}

.news {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.news-item {
    display: flex;
    align-items: flex-start;

    padding: 8px 12px;
    width: 33.5%;
    height: 192px;
    background: rgba(31, 31, 31, 0.04);
    /* blur */
    backdrop-filter: blur(8px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 24px;
    position: relative;
    gap: 18px;

}

.news-img img {
    border-radius: 16px;
    height: 175px;
    width: 175px;
    object-fit: cover;
}

.news.flex-wrap .item {
    width: 24.5%;
    margin: 0;

}

.news-right {
    position: relative;
    height: 185px;
    width:100%;
    padding-left: 16px;
}

.news .item-date {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #3D3D3D;
    margin-bottom: 10px;

}

.flex-wrap .news-item {
    width: 32.9%;
}

.news .item-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;

}

.news .item-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    /* or 129% */
    display: flex;
    align-items: flex-end;
    width: 80%;
    color: #3D3D3D;


}

.news-item-more {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(8px);
    border-radius: 32px;
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.news-item-more:hover {
    color: #1F1F1F;
    text-decoration: none;

}

.history {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;

}

.history-item {
    display: flex;
    align-items: flex-start;

    padding: 8px 12px;
    width: 50%;
    height: 208px;
    background: rgba(31, 31, 31, 0.04);
    backdrop-filter: blur(8px);
    border-radius: 24px;
    position: relative;
    gap: 18px;


}

.history-item-img img {
    border-radius: 16px;
    height: 192px;
    width: 192px;
    object-fit: cover;


}

.history-item-right {
    position: relative;
    height: 192px;
}

.history-item-title {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    /* or 120% */
    display: flex;
    align-items: center;

    color: #1F1F1F;
}

.history-item-text {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    /* or 129% */
    display: flex;
    align-items: center;

    color: #1F1F1F;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;


}

.resourses {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;

}

.resourses-item {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 8px 12px;
    width: 19.5%;
    height: 172px;
    background: rgba(31, 31, 31, 0.04);
    /* blur */
    backdrop-filter: blur(8px);
    border-radius: 24px;
    position: relative;
    text-decoration: none;
}

.resourses-item-img {
    height: 96px;
    width: 184px;
    object-fit: contain;

}

.resourses-item-title {

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    /* or 129% */
    display: flex;
    align-items: end;
    text-align: center;
    color: #1F1F1F;
    height: 38px;
    margin-top: 16px;


}

footer {
    margin-top: 24px;
    margin-bottom: 16px;
    background: rgba(31, 31, 31, 0.02);
    border-radius: 32px;
    padding: 32px;

}

.cksh {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #1F1F1F;
    margin-bottom: 15.33px;


}

.agree {

    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #1F1F1F;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;


}

.agree:hover {
    color: #1F1F1F;
    text-decoration: none;

}

.politika {

    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 14px;
    color: #1F1F1F;
    text-decoration: none;
    display: block;
    margin-bottom: 15.33px;


}

.version {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    height: 42px;
    color: #1F1F1F;
    text-decoration: none;


}

.agree:hover, .version:hover {
    color: #1F1F1F;
    text-decoration: none;

}

.line-right {
    border-right: 1px solid rgba(31, 31, 31, 0.12);

}

.bottom-menu ul li {
    margin-bottom: 8px;

}

.bottom-menu ul li {
    list-style: none;
}

.bottom-menu ul li a {

    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1F1F1F;
    text-decoration: none;

}

.mb-16 {
    margin-bottom: 16px;
}

.pl-32 {
    padding-left: 32px;
}

.yandex-map-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
    gap: 4px;

    background: rgba(31, 31, 31, 0.02);
    border-radius: 16px;
}

.show-map {

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    display: flex;
    align-items: flex-end;

    color: #3D3D3D;
    padding-left: 12px;

}

.submenu {
    display: none !important;
}

.yandex-menu {
    padding-left: 0;
}

.ymaps-map {
    border-radius: 32px;
}

.yandex-menu li {
    list-style: none;
    margin-bottom: 4px;


}

.yandex-menu li a {
    background: rgba(31, 31, 31, 0.04);
    backdrop-filter: blur(8px);
    border-radius: 12px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height, or 129% */
    display: block !important;

    color: #1F1F1F;
    text-decoration: none;
    min-height: 62px;
    padding: 31px 4px 12px 4px;
    position: relative;


}

.yandex-menu li a:before {
    content: "";
    background: url("images/map_noactive.svg") no-repeat;
    width: 40px;
    height: 24px;
    position: absolute;
    left: 4px;
    top: 4px;

}

.yandex-menu li a.active {
    background: rgba(31, 31, 31, 0.12);

}

.yandex-menu li a.active:before {
    background: url("images/map_active.svg") no-repeat;

}

.logos-mobile, .top-mobile {
    display: none;
}

h1 {

    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    /* identical to box height, or 119% */

    color: #1F1F1F;

}

.break {
    flex-basis: 100%;
    height: 0;
}

.news-detail-date {


    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    /* identical to box height, or 100% */

    color: #3D3D3D;
    margin-bottom: 8px;

}

.news-detail {
    width: 100%;
    display: block;
    margin: 24px auto 0 auto;
}

.news-detail h1 {
    margin-bottom: 32px;
}

.news-detail-left img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    margin-bottom: 8px;
    border-radius: 32px;
}

.news-detail-text {
    width: 100%;

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    /* or 129% */

    color: #3D3D3D;

}

.materials {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    gap: 12px;
    width: 53%;
    border-radius: 24px;
    border: 1px solid #1F1F1F1F;
}
.news-detail a{
    color: #1F1F1F;
    font-size: 18px;
}
.news-detail-left .materials img{
    margin-bottom: 0;
}
.materials-start {
    align-items: flex-start;
}

.pl-16 {
    padding-left: 16px;
}

.materials-title {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    /* identical to box height, or 100% */

    color: #1F1F1F;

}

.material {
    display: flex;
    align-items: center;
    padding: 8px;
    gap: 8px;
    background: rgba(31, 31, 31, 0.04);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    width: 100%;
    min-height: 72px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;

    color: #1F1F1F;
}

.material-centre {
    align-items: center;

}

.material img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    width: 40px;
    height: 40px;

    background: rgba(255, 255, 255, 0.56);
    border-radius: 8px;


}

.mt-32 {
    margin-top: 32px;
}

.materials-more {
    display: block;
    padding: 12px;
    background: rgba(31, 31, 31, 0.04);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    min-height: 58px;
    text-decoration: none;
    width: 100%;

}

.material-date {

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #3D3D3D;
    display: block;
    margin-bottom: 4px;
}

.material-name {

    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #1F1F1F;
    display: block;


}

.material-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #3D3D3D;
    padding: 0 16px;


}

.material-more {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    gap: 8px;
    background: rgba(31, 31, 31, 0.04);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    min-height: 42px;
    text-decoration: none;
    width: 100%;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height, or 129% */

    color: #1F1F1F;

}

.photogallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;

}

.photo-item {
    display: block;
    width: 128px;
    height: 128px;
}

.photo-item img {
    width: 128px;
    height: 128px;
    object-fit: cover;

}

.all-mobile {
    display: none;
}

/***** Сотрудники ******/
.staffs {

    font-style: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.staffs > .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 24px;
    min-height: 182px;
    width: 350px;
    max-width: 350px;
    backdrop-filter: blur(8px);
    border-radius: 24px;
    border: 1px solid #1F1F1F1F;
    position: relative;
    gap: 16px;
}

.staffs .item__title {
    font-weight: 700;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.staffs .item__post {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.staffs .item__contacts {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.staffs > .item__contacts-phone, .staffs > .item__contacts-email {
    width: 105px;
    height: 24px;
    padding: 0px 0px 0px 4px;
    gap: 4px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
}

.staffs .item__contacts-phone span, .staffs .item__contacts-email span {
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: left;
    display: block;
}

/***** //Сотрудники ******/

.about-menu {

    font-style: normal;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;

}

.about-menu__item {
    width: 200px;
    max-width: 240px;
    height: 130px;
    max-height: 130px;
    padding: 24px 24px;
    border-radius: 24px;
    background: rgba(31, 31, 31, 0.04);
    /* blur */
    backdrop-filter: blur(8px);
    position: relative;
    margin: 4px;
}

.about-menu__item-title {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    /* identical to box height, or 100% */
    color: #1F1F1F;
}

.section-list {

    font-style: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.section-list .item {
    border-radius: 24px;
    border: 1px solid #1F1F1F1F;
    padding: 24px 24px;
}

.section-list .item__title {
    font-weight: 700;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: justify;
    margin-bottom: 20px;
}

.section-list .item__detail-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
}


.services {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.vt2b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px;
    gap: 8px;
    width: 233.29px;
    height: 56px;
    border: 1px solid #1F1F1F;
    border-radius: 12px;
    text-decoration: none;
}

.vt2b span {

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;

    color: #1F1F1F;
}
.order {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 7px;
    width:250.29px;
    height: 74px;
    border: 1px solid #1F1F1F;
    border-radius: 13px;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #1F1F1F;

}

/* участники */
.participant {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 24px 24px 24px;
    border: 1px solid rgba(31, 31, 31, 0.12);
    border-radius: 24px;
    height: 100%;
    position: relative;


}

.participants {
    margin: 32px 0;
}

.razmer-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #3D3D3D;
    margin-bottom: 8px;
    display: block;

}

.razmer-value {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #1F1F1F;
    margin-bottom: 86px;

}

.part-preview-text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    width: 80%;
    position: absolute;
    bottom: 24px;

}

.ml-8 {
    margin-left: 8px;
}

.participant-name {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1F1F1F;
    margin-bottom: 8px;

}

/*
.part-detail-text{
    max-height:146px;
}
*/

.part-detail-text, .part-detail-text ul li {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #3D3D3D;
}

.subsidy {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    border: 1px solid rgba(31, 31, 31, 0.12);
    border-radius: 24px;
    margin-right: 40px;
    max-height: 100%;
    position: relative;
}

.sub-mh {
    min-height: 852px;
}

.subsidy-title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1F1F1F;
    margin-bottom: 16px;

}

.subsidy-block {
    padding: 16px 0 0 16px;
}

.conditions {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1F1F1F;
    margin-bottom: 16px;

}

.conditions span {
    display: block;
    color: #D3D3D;
    margin-bottom: 4px;

}

.subsidy-razmer {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1F1F1F;
    margin-bottom: 16px;
}

.subsidy-razmer span {
    display: block;
    color: #3D3D3D;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 4px;

}

.subsidy-phone {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 24px;
    width: 100%;
    height: 48px;
    background: rgba(31, 31, 31, 0.02);
    border-radius: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1F1F1F;
    text-decoration: none;
    gap: 8px;
}

.mb-8 {
    margin-bottom: 8px;
}

.subsidy-docs {
    margin-top: 8px;
    width: 100%;
}

.subsidies .col-xxl-4 {
    margin-bottom: 32px;
}

.subsidy-docs .material {
    margin-bottom: 8px;
}

.subsidy-docs .material:last-child {
    margin-bottom: 0;
}

.mt-8 {
    margin-top: 8px;
}

/*карта*/
.ymaps {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.yandex-modal {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #1F1F1F;
}

.yandex-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;

    color: #1F1F1F;

}

.yandex-border {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    border: 1px solid rgba(31, 31, 31, 0.12);
    border-radius: 24px;
}

.mt-16 {
    margin-top: 16px;
}

.yandex-activity, .yandex-phone {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #3D3D3D;

}

.yandex-activity span, .yandex-phone a {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #1F1F1F;
    display: block;
    text-decoration: none;

}

.yandex-gallery {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 7px;
}

.yandex-gallery .foto-item img {
    width: 96px;
    height: 96px;
    border-radius: 24px;

}

#yandexModal .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000;
}

.yandex-gallery {
    margin-top: 16px;
}

#yandexModal .modal-content {
    min-width: 640px;
    border-radius: 2rem;
}

#yandexModal .modal-body {
    padding: 16px;
}

.ml-16 {
    margin-left: 16px;
}

.yandex-social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px;

}

.yandex-more {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 24px;
    gap: 8px;
    width: 100%;
    height: 48px;
    border: 1px solid rgba(31, 31, 31, 0.12);
    border-radius: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1F1F1F;
    margin-top: 16px;
    text-decoration: none;
}

.object-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #3D3D3D;
    margin-bottom: 8px;

}

.objects {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 8px;


}

.objects .item {
    width: 32.5%;
    margin: 0;
    position: relative;
    height: 122px;
}

.others_categories {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    gap: 8px;
    width: 226px;
    height: 42px;
    background: rgba(31, 31, 31, 0.02);
    border-radius: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1F1F1F;
    margin-bottom: 8px;
    text-decoration: none;
    margin-top: 24px;

}

h1.mb-24 {
    margin-bottom: 24px;
}

.map-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;


}

.map-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 8px 8px 24px;
    height: 320px;
    width: 32.5%;
    border-radius: 24px;
    position: relative;
    background-size: cover;


}

.map-item-shadow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 8px;
    gap: 8px;
    width: 96%;
    height: 96px;
    background: rgba(255, 255, 255, 0.56);
    /* blur */
    backdrop-filter: blur(8px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 24px;
    position: absolute;
    bottom: 8px;
    left: 8px;


}

.map-item-shadow .item-title {
    font-size: 23px;
}

.contact-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #3D3D3D;
    margin-bottom: 8px;
    padding-left: 24px;

}

.regim-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #1F1F1F;
    margin-bottom: 16px;

}

.regim {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 8px;
}

.days {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #3D3D3D;
}

.hours {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #1F1F1F;

}

.hr-top {
    margin-top: 25px;
    padding-top: 33px;
    margin-bottom: 0;
    border-top: 1px solid rgba(31, 31, 31, 0.12);
}

.gp-0 {
    gap: 0;
}

.cksh-map iframe {
    display: block;
    margin: 8px 0;
    border-radius: 32px;

}

.spec-item {
    box-sizing: border-box;
    height: 58px;
    width: 100%;
    border-bottom: 1px solid rgba(31, 31, 31, 0.12);
}

.spec-title {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 14px;
    color: #3D3D3D;

}

.spec-post {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 14px;
    color: #3D3D3D;
}

.spec-post span {
    font-size: 18px;
}

.spec-phone {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #1F1F1F;
}

.survey-more {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 24px;
    gap: 8px;
    width: 100%;
    height: 48px;
    background: rgba(255, 255, 255, 0.72);
    border-radius: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1F1F1F;
    text-decoration: none;
}

.survey .item {
    height: 292px;
}

.zerno {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.mt-10 {
    margin-top: 10px;

}
.pcnt p{
    font-size: 18px;
}

.pimg {
    width: 220px;
    cursor: pointer;
    float: left;
    padding: 2px;
    border: 1px solid #ccc;
    margin: 5px 10px;
}

.zerno .phone {
    border: 0;
}

.materials-more.text-center {
    min-height: 39px;
}

.mb-20 {
    margin-bottom: 20px;
}

/* калькулятор */
.grant-name {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #3D3D3D;
    padding-left: 16px;
    margin-bottom: 16px;

}

.grant-select, .region-select {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid rgba(31, 31, 31, 0.12);
    border-radius: 16px;
    -webkit-appearance: none; /* Chrome */
    -moz-appearance: none; /* Firefox */
    appearance: none; /* убираем дефолнтные стрелочки */
    width: 100%;
    height: 48px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1F1F1F;
    padding-left: 20px;
    position: relative;
    background: url(images/expand.svg) no-repeat #fff 98% 50%;
    margin-bottom: 32px;
}

.grant-select::-ms-expand, .region-select::-ms-expand {
    display: none;
}

.question-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px;
    gap: 12px;
    border: 1px solid rgba(31, 31, 31, 0.12);
    border-radius: 24px;
    margin-bottom: 32px;

}

.digit {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #1F1F1F;
}

.question-name, .answers label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1F1F1F;
}

.answers {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
}

.answers label {
    display: inline-block;

}

.answer input[type=radio] {
    display: none;
}

.answer label.radio {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 32px;
    margin-right: 0;
    line-height: 18px;
    user-select: none;
    vertical-align: middle;
}

.answer label.radio:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -4px;
    background: url(images/radio-1.svg) 0 0 no-repeat;
}

.answer input[type=radio]:checked + label.radio:before {
    background: url(images/radio-2.svg) 0 0 no-repeat;
}

.answer input[type=checkbox] {
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;


}

#calculator input[type=text] {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid rgba(31, 31, 31, 0.12);
    border-radius: 16px;
    width: 100%;
    height: 48px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1F1F1F;
    padding-left: 20px;


}

.answer, .question {
    width: 100%;
}

#calculator input[type=text].other-text, #calculator input[type=text].q12, #calculator input[type=text].q12checkbox, #calculator input[type=text].q13checkbox,
#calculator input[type=text].q14checkbox {
    width: 50%;
    margin-left: 16px;
    margin-bottom: 6px;
    margin-top: -16px;

}

#calculator input[type=text].q11checkbox, #calculator input[type=text].q222checkbox, #calculator input[type=text].q222 {
    width: 50%;
    margin-left: 16px;
    margin-bottom: 6px;
    margin-top: -16px;

}

.total-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    gap: 24px;
    width: 256px;
    background: rgba(31, 31, 31, 0.02);
    border-radius: 24px;


}

.total {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 16px 0px;
    gap: 4px;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    /* identical to box height, or 100% */

    color: #3D3D3D;
}

.total span {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;

    color: #1F1F1F;
}

.total-white {
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;

}

.answer label.label-text {
    width: 44%;
}

#calculator input[type=text].error, #calculator .question-block.error {
    border: 2px solid red;

}

.submit, .send {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 24px;
    gap: 8px;
    background: rgba(31, 31, 31, 0.06);
    border-radius: 16px;
    border: none;
    font-size: 16px;

}

.question-block.hidden, .answer.hidden {
    display: none;
}

.grant-text {
    margin-bottom: 25px;
}

.grant-text, .grant-text p {
    font-size: 14px;

}

.question-block.hidden.active, .answer.hidden.active {
    display: flex;
}

.no-filled {
    color: red;
    display: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;

}

.buttons {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: flex-start;
    align-items: center;

}

.daterror {
    display: none;
    color: red;

}

.daterror.active {
    display: block;
    margin-bottom: 16px;

}

.mb-32 {
    margin-bottom: 32px;
}

.question-name span {
    color: red;
    display: none;
}

.ready {
    display: none;
    font-size: 18px;
}

.ready.active {
    display: block;
}

.fin {
    display: none;
    color: red;
}

.fin.active {
    display: block;
}

#calculator input[type=text]#money2 {
    margin-left: 23px;
}

.others_categories.w288 {
    width: 288px;

}

.others_categories.w400 {
    width: 400px;

}

.logo img {
    /*width: 45%;*/
}


/*слайдер*/
.cnt {
    margin: auto auto;
    padding: 10px 20px;
    width: 75%;
    bottom: 0;
    min-height: 90%;
    background: #fff;
    box-shadow: 0px 0px 1px 1px rgba(200, 200, 200, 0.5);
    position: relative;
    top: 60px;
}

.topslider {
    /*width: 70%;*/
    /*height: 300px;*/
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;

    @media(max-width: 991px) {
        min-height: 300px;
    }
}

.slider-container {
    position: relative;
    height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: all-scroll;
    z-index: 0;
}

.blocknews {
    /*height: 300px;*/
    /*width: 27%;*/
    background: #fff;
    padding: 0px;
    margin-bottom: 10px;
    float: left;
    font-family: 'Open Sans Condensed';
    font-weight: 200;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    padding-top: 4px;
    display: flex;
    flex-direction: column;
}

.blocknews .btn {
    margin-top: auto;
}

.blocknews > p > a {
    font-family: 'Open Sans Condensed';
    font-weight: 200;
    color: #299a0b;
    font-size: 17px;
}

.blocknews > a{
    display: block;
    line-height: 1.3;
    margin-bottom: 30px;
}


.slide-0 > .slide__content > .slide__text > h2, .slide-0 > .slide__content > .slide__text > .slide__text-desc {
    color: rgb(0, 100, 45);
}

.slide-1 > .slide__content > .slide__text > h2, .slide-1 > .slide__content > .slide__text > .slide__text-desc {
    color: rgb(26, 71, 95);
}

.slide-2 > .slide__content > .slide__text > h2, .slide-2 > .slide__content > .slide__text > .slide__text-desc {
    color: rgb(103, 77, 12);
}

.slide-3 > .slide__content > .slide__text > h2, .slide-3 > .slide__content > .slide__text > .slide__text-desc {
    color: rgb(3, 113, 152);
}

.slide-4 > .slide__content > .slide__text > h2, .slide-4 > .slide__content > .slide__text > .slide__text-desc {
    color: rgb(138, 120, 31);
}

.slide-5 > .slide__content > .slide__text > h2, .slide-5 > .slide__content > .slide__text > .slide__text-desc {
    color: rgb(134, 43, 43);
}

.slide-6 > .slide__content > .slide__text > h2, .slide-6 > .slide__content > .slide__text > .slide__text-desc {
    color:#4169E1;
}
.slide-7 > .slide__content > .slide__text > h2, .slide-7 > .slide__content > .slide__text > .slide__text-desc {
    color:#4169E1;
}

.slider-container h2 {
    padding: 0px 15px 0px 20px;
    background: rgba(255, 255, 255, 0.7);
    min-height: 105px;
}

.slider-container {
    position: relative;
    height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: all-scroll;
    z-index: 0;
}

.slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
}

.slider-control.inactive:hover {
    cursor: auto;
}

.slider-control:not(.inactive):hover {
    opacity: 1;
    cursor: pointer;
}

.slider-control.left {
    left: 0;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}

.slider-control.right {
    right: 0;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-pagi {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 1rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none;
    padding: unset;
    padding-left: 10px;
    width: 100%;
}

.slider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}

.slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.slider {
    z-index: 1;
    position: relative;
    height: 100%;
}

.slider.animating {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform;
}

.slider.animating .slide__bg {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform;
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide.active .slide__overlay, .slide.active .slide__text {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 10000;
}

.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform;
    overflow: hidden;
}
.slide:nth-child(0) {
    left: 0;
}

.slide:nth-child(0) .slide__bg {
    left: 0;
    background-image: url(img/slider-1.gif);
}


.slide:nth-child(1) {
    left: 0;
}

.slide:nth-child(1) .slide__bg {
    left: 0;
    background-image: url(img/slider-1.gif);
}

.slide:nth-child(1) .slide__overlay-path {
    fill: #299a0b;
    color: #fff;
}

@media (max-width: 991px) {
    .slide:nth-child(1) .slide__text {
        background-color: rgba(233, 156, 126, 0.8);
    }
}

.slide:nth-child(2) {
    left: 100%;
}

.slide:nth-child(2) .slide__bg {
    left: -50%;
    background-image: url(img/slider-2.gif);
}

.slide:nth-child(2) .slide__overlay-path {
    fill: #216e98;
}

@media (max-width: 991px) {
    .slide:nth-child(2) .slide__text {
        background-color: rgba(225, 204, 174, 0.8);
    }
}

.slide:nth-child(3) {
    left: 200%;
}

.slide:nth-child(3) .slide__bg {
    left: -100%;
    background-image: url(img/slider-3.gif);
}

.slide:nth-child(3) .slide__overlay-path {
    fill: #d2ae10;
}

@media (max-width: 991px) {
    .slide:nth-child(3) .slide__text {
        background-color: rgba(173, 197, 205, 0.8);
    }
}

.slide:nth-child(4) {
    left: 300%;
}

.slide:nth-child(4) .slide__bg {
    left: -150%;
    background-image: url(img/slider-4.gif);
}

.slide:nth-child(4) .slide__overlay-path {
    fill: #00a8e2;
}

@media (max-width: 991px) {
    .slide:nth-child(4) .slide__text {
        background-color: rgba(173, 197, 205, 0.8);
    }
}

.slide:nth-child(5) {
    left: 400%;
}

.slide:nth-child(5) .slide__bg {
    left: -200%;
    background-image: url(img/slider-5.gif);
}

.slide:nth-child(5) .slide__overlay-path {
    fill: #f1e71f;
}

.slide:nth-child(6) {
    left: 500%;
}

.slide:nth-child(6) .slide__bg {
    left: -250%;
    background-image: url(img/slider-6.gif);
}

.slide:nth-child(6) .slide__overlay-path {
    fill: #a96e6e;
}

.slide:nth-child(7) {
    left: 600%;
}

.slide:nth-child(7) .slide__bg {
    left: -300%;
   /* background-image: url(img/slider-7.gif);*/
}

.slide:nth-child(7) .slide__overlay-path {
    fill: #415269;
}

@media (max-width: 991px) {
    .slide:nth-child(5) .slide__text {
        background-color: rgba(203, 198, 195, 0.8);
    }
}

.slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    -webkit-transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
    will-change: transform, opacity;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}

@media (max-width: 991px) {
    .slide__overlay {
        display: none;
    }
}

.slide__overlay path {
    opacity: 0.8;
}

.slide__text {
    position: absolute;
    width: 55%;
    bottom: 15%;
    left: 12%;
    color: rgb(0, 105, 44);
    -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    will-change: transform, opacity;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

@media (max-width: 991px) {
    .slide__text {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 20rem;
        text-align: center;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
        transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
        padding: 0 1rem;
    }
}

.slide__text-heading {
    font-family: 'Exo 2', Helvetica, Arial, sans-serif;
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #444;
    word-break: break-word;
}

@media (max-width: 991px) {
    .slide__text-heading {
        line-height: 4rem;
        font-size: 3rem;
    }
}

.slide__text-desc {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
    .slide__text-desc {
        display: none;
    }
}

.slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    cursor: pointer;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

@media (max-width: 991px) {
    .slide__text-link {
        display: none;
    }
}

.slide__text-link:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(-85deg);
    transform: rotateX(-85deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    will-change: transform;
}

.slide__text-link:hover:before {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.slider-block {
    /*display: flex;
    gap: 10px;*/
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 15px;
    margin-top: 10px;
    min-height: 300px;

    @media(max-width: 991px) {
        grid-template-columns: 1fr;
    }
}

.digit {
    font-family: sans-serif;
    float: left;
    font-size: 130px;
    position: inherit;
    left: -90px;
    top: 37px;
    color: white;
    padding: 5px 10px;
}

/* слайдер*/
/*форма ОС*/
.feedback{
    padding-top: 30px;
}
.form-label{
    font-size: 18px;
    font-weight: 700;
}
.form-label span{
    color:red;
}
#feedback .modal-content{
    border-radius: 1.5rem;
}
#feedback .form-control{
    border-radius: 0.5rem;
}
#feedback .form-check-input:checked{
    background-color: #299a0b;
    border-color: #299a0b;
}
#feedback .btn{
    background-color: #299a0b;

}
.popover{
    margin-top: -45px!important;
    font-size: 18px;
    max-width: 368px;

}

/*форма ОС*/
/*стили таблицы*/
.form-links{
    margin-top: 40px;
}
.form-links a{
    font-size: 14px;
    display: block;
}
.table{
    font-size: 17px;
}
.mers{
    flex-wrap: wrap;
}
.mers .news-item {
    width: 24.5%;
}

@media all and (max-width: 550px) {
    table.table thead {
        display: none;
    }
    table.table tr {
        display: block;
        border-bottom: 0;
    }
    table.table td {
        display: block;
        text-align: left;
    }
    table.table td:before {
        content: attr(aria-label);
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .table td.pl-57{
        padding-left: 0.5rem;
    }
    .table th:first-child{
        display: none;
    }



}
/*порядок взаидействая */
.admin p{
    font-size: 18px;
    display: block;
}
.admin p span{
    font-size: 22px;
    font-weight: 900;

}

.admin p:nth-child(1):before, .admin p:nth-child(2):before, .admin p:nth-child(5):before{
    background: url(img/study.svg) no-repeat center/contain;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    vertical-align: middle;


}
.admin p:nth-child(3):before, .admin p:nth-child(4):before {
    background: url(img/contract.svg) no-repeat center/contain;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    vertical-align: middle;


}
.btn-feed{
    width: 100%;
}
.btn-feed:hover{
    background-color:#299a0b;
    color:#fff;
}
/*стили формы*/
.page-form {
    padding: 0 0 40px
}

.page-form__form {
    background: #efefef;
    border-radius: 9px;
    padding: 20px 16px 15px;
    width: 100%
}

.page-form__choices {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 35px;
    grid-row-gap: 15px
}

.page-form__choice {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 75px;
    grid-template-columns: 1fr 75px;
    grid-column-gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 15px 25px;
    border: 1px solid #efefef;
    border-radius: 9px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.15;
    color: #1d1725;
    text-align: left;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 48px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 48px 0 rgba(0, 0, 0, .1);
    -webkit-transition: -webkit-transform 250ms cubic-bezier(.25, .46, .45, .94), -webkit-box-shadow 250ms cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform 250ms cubic-bezier(.25, .46, .45, .94), -webkit-box-shadow 250ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: transform 250ms cubic-bezier(.25, .46, .45, .94), box-shadow 250ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 250ms cubic-bezier(.25, .46, .45, .94), box-shadow 250ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 250ms cubic-bezier(.25, .46, .45, .94), box-shadow 250ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 250ms cubic-bezier(.25, .46, .45, .94), -webkit-box-shadow 250ms cubic-bezier(.25, .46, .45, .94)
}

.page-form__choice-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0
}

.page-form__choice-text>:not(:last-child) {
    margin-bottom: 8px
}

.page-form__choice-icon {
    font-size: 75px;
    line-height: .5;
    display: block;
    color: #fc8b08;
    -webkit-transition: color 250ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: color 250ms cubic-bezier(.25, .46, .45, .94);
    transition: color 250ms cubic-bezier(.25, .46, .45, .94)
}

.page-form__choice:focus-visible,
.page-form__choice:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 48px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 4px 48px 0 rgba(0, 0, 0, .24)
}

.page-form__choice:focus-visible .page-form__choice-icon,
.page-form__choice:hover .page-form__choice-icon {
    color: #e50156
}

@media all and (max-width:1279px) {
    .page-form__choice {
        font-size: 18px;
        -ms-grid-columns: 1fr 70px;
        grid-template-columns: 1fr 70px
    }

    .page-form__choice-icon {
        font-size: 70px
    }
}

@media all and (max-width:767px) {
    .page-form__choices {
        grid-column-gap: 15px
    }

    .page-form__choice {
        font-size: 16px;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-row-gap: 15px;
        text-align: center;
        grid-auto-rows: -webkit-min-content;
        grid-auto-rows: min-content
    }

    .page-form__choice-icon {
        font-size: 45px;
        height: 45px;
        min-height: 45px;
        -ms-grid-row: 1;
        grid-row: 1
    }
}

@media all and (max-width:575px) {
    .page-form__choices {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%
    }

    .page-form__choice {
        -ms-grid-columns: 1fr 45px;
        grid-template-columns: 1fr 45px;
        text-align: left
    }

    .page-form__choice-icon {
        grid-row: auto
    }
}

.form__item {
    border-radius: 6px;
    background-color: #fff;
    padding: 5px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.form__item-wrap {
    width: 100%;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 20px;
}

.form__item-wrap.form__item-wrap--center {
    align-items: center;
}

.form__item__label {
    padding: 0 10px 4px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #1d1725;
    margin-right: 6px;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    width: 100%;
}
.form__item__label.dib{
    display: inline-block;
}

.form__item__search {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.625;
    color: #1d1725;
    border: 0;
    outline: 0;
    background-color: transparent;
    z-index: 1
}

.form__item__search::-webkit-input-placeholder {
    font-weight: 400;
    color: #000;
    fill: #000
}

.form__item__search::-moz-placeholder {
    font-weight: 400;
    color: #000;
    fill: #000
}

.form__item__search:-ms-input-placeholder {
    font-weight: 400;
    color: #000;
    fill: #000
}

.form__item__search::-ms-input-placeholder {
    font-weight: 400;
    color: #000;
    fill: #000
}

.form__item__search::placeholder {
    font-weight: 400;
    color: #000;
    fill: #000
}

.form__item__search__icon {
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    --size: 25px;
    width: var(--size);
    height: var(--size);
    border-radius: 3px;
    background-color: #fc0e04;
    color: #fff;
    position: absolute;
    display: block;
    /* display: -webkit-box; */
    /* display: -ms-flexbox; */
    /* display: flex; */
    /* -webkit-box-align: center; */
    /* -ms-flex-align: center; */
    /* align-items: center; */
    /* -webkit-box-pack: center; */
    /* -ms-flex-pack: center; */
    /* justify-content: center; */
    right: 12px;
    top: 50%;
    font-size: 11px;
    line-height: 1.2;
    padding: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form__item__search__icon>svg {
    font-size: 11px;
    color: inherit;
    line-height: inherit;
    width: 11px;
    height: 11px;
    margin: auto;
    display: block;
}

.form__input {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.625;
    color: #1d1725;
    border: 0;
    outline: 0;
    background-color: transparent;
    z-index: 1
}

.form__input::-webkit-input-placeholder {
    font-weight: 400;
    color: #000;
    fill: #000
}

.form__input::-moz-placeholder {
    font-weight: 400;
    color: #000;
    fill: #000
}

.form__input:-ms-input-placeholder {
    font-weight: 400;
    color: #000;
    fill: #000
}

.form__input::-ms-input-placeholder {
    font-weight: 400;
    color: #000;
    fill: #000
}

.form__input::placeholder {
    font-weight: 400;
    color: #000;
    fill: #000
}

.form__select {
    width: 100%
}

.form__select~.select2-container {
    height: 100%;
    padding: 0
}

.form__select2 {
    width: 100%
}

.form__select2~.select2-container {
    height: 100%;
    padding: 0
}

.form__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form__checkbox__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.form__checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox__icon {
    background-color: #fc8b08
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox__icon::before {
    -webkit-filter: grayscale(1) invert(1) brightness(200%);
    filter: grayscale(1) invert(1) brightness(200%);
    opacity: 1
}

.form__checkbox__icon {
    --size: 18px;
    min-width: var(--size);
    width: var(--size);
    height: var(--size);
    background-color: #fff;
    position: relative;
    margin-right: 10px;
    border-radius: 3px;
    display: block
}

.form__checkbox__icon::before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCIgdmlld0JveD0iMCAwIDE2IDE2IiBzdHlsZT0iLW1zLXRyYW5zZm9ybTogcm90YXRlKDM2MGRlZyk7IC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKTsgdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKTsiPjxwYXRoIGZpbGw9IiNmYzBlMDQiIGQ9Ik0xMi43MzYgMy45N2EuNzMzLjczMyAwIDAgMSAxLjA0NyAwYy4yODYuMjg5LjI5Ljc1Ni4wMSAxLjA1TDcuODggMTIuMDFhLjczMy43MzMgMCAwIDEtMS4wNjUuMDJMMy4yMTcgOC4zODRhLjc1Ny43NTcgMCAwIDEgMC0xLjA2YS43MzMuNzMzIDAgMCAxIDEuMDQ3IDBsMy4wNTIgMy4wOTNsNS40LTYuNDI1YS4yNDcuMjQ3IDAgMCAxIC4wMi0uMDIyWiIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(var(--size)/ 1.25);
    height: calc(var(--size)/ 1.25);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity 150ms cubic-bezier(.25, .46, .45, .94), -webkit-filter 150ms cubic-bezier(.25, .46, .45, .94);
    transition: opacity 150ms cubic-bezier(.25, .46, .45, .94), -webkit-filter 150ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: opacity 150ms cubic-bezier(.25, .46, .45, .94), filter 150ms cubic-bezier(.25, .46, .45, .94);
    transition: opacity 150ms cubic-bezier(.25, .46, .45, .94), filter 150ms cubic-bezier(.25, .46, .45, .94);
    transition: opacity 150ms cubic-bezier(.25, .46, .45, .94), filter 150ms cubic-bezier(.25, .46, .45, .94), -webkit-filter 150ms cubic-bezier(.25, .46, .45, .94)
}

.form__checkbox__text {
    padding-top: 2px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.15;
    color: #1d1725
}

@media all and (max-width:575px) {
    .form__checkbox__text {
        font-size: 14px
    }
}

.form__items {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap:20px;

}

.form__item__input {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.625;
    color: #1d1725;
    border: 0;
    outline: 0;
    background-color: transparent;
    z-index: 1
}
.form-select {
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 16px;
    -webkit-appearance: none;/* Chrome */
    -moz-appearance: none;/* Firefox */
    appearance: none;/* СѓР±РёСЂР°РµРј РґРµС„РѕР»РЅС‚РЅС‹Рµ СЃС‚СЂРµР»РѕС‡РєРё */
    width:20%;
    outline: none;
    height:28px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1F1F1F;
    padding-left:20px;
    position:relative;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy45NTc5NyA3LjkxNjY2QzMuOTU3NjEgNy43MzE2OSA0LjAyMjAzIDcuNTUyNDMgNC4xNDAwNiA3LjQxQzQuMjA2NTIgNy4zMjk4MyA0LjI4ODE0IDcuMjYzNTcgNC4zODAyNSA3LjIxNUM0LjQ3MjM2IDcuMTY2NDMgNC41NzMxNCA3LjEzNjUxIDQuNjc2ODMgNy4xMjY5NUM0Ljc4MDUyIDcuMTE3MzkgNC44ODUwOCA3LjEyODM4IDQuOTg0NTEgNy4xNTkyOUM1LjA4Mzk1IDcuMTkwMiA1LjE3NjMxIDcuMjQwNDIgNS4yNTYzMSA3LjMwNzA4TDkuNDk5NjQgMTAuODUxMzdMMTMuNzUwOSA3LjQzMzc1QzEzLjgzMTkgNy4zNjc5OSAxMy45MjUgNy4zMTg4OCAxNC4wMjUxIDcuMjg5MjVDMTQuMTI1MSA3LjI5OTYxIDE0LjIzIDcuMjUwMDQgMTQuMzMzNyA3LjI2MTA3QzE0LjQzNzQgNy4yNzIxMSAxNC41MzggNy4zMDM1NCAxNC42Mjk1IDcuMzUzNTVDMTQuNzIxMSA3LjQwMzU2IDE0LjgwMTggNy40NzExNyAxNC44NjcxIDcuNTUyNUMxNC45MzkyIDcuNjM0NDEgMTQuOTkzNiA3LjczMDMzIDE1LjAyNjggNy44MzQyNUMxNS4wNjAxIDcuOTM4MTYgMTUuMDcxNSA4LjA0NzgzIDE1LjA2MDMgOC4xNTYzNkMxNS4wNDkyIDguMjY0ODkgMTUuMDE1NyA4LjM2OTk1IDE0Ljk2MiA4LjQ2NDk0QzE0LjkwODMgOC41NTk5MiAxNC44MzU2IDguNjQyNzkgMTQuNzQ4OCA4LjcwODMzTDkuOTk4MzkgMTIuNTMyMUM5Ljg1NjczIDEyLjY0ODUgOS42NzkwNSAxMi43MTIyIDkuNDk1NjggMTIuNzEyMkM5LjMxMjMxIDEyLjcxMjIgOS4xMzQ2MyAxMi42NDg1IDguOTkyOTcgMTIuNTMyMUw0LjI0Mjk4IDguNTczNzVDNC4xNDcxNyA4LjQ5NDMzIDQuMDcxNDQgOC4zOTM0NSA0LjAyMTkyIDguMjc5MjhDMy45NzI0IDguMTY1MTEgMy45NTA0OSA4LjA0MDg4IDMuOTU3OTcgNy45MTY2NloiIGZpbGw9IiMyOTlhMGIiLz48L3N2Zz4=") no-repeat #fff 98% 50%;

}
.form-select::-ms-expand{
    display: none;
}
.form-select.w50{
    width: 50%;
}
.btn-form{
    width: 250px;
    font-size: 18px;
    border:1px solid #000;
    outline: none;
    box-shadow: none;
}
.btn-form:focus{
    box-shadow: none;
}
.btn-form:hover{
    background-color:#299a0b;
    color:#fff;
    outline: none;
}
.form-title{
    font-size: 19px;
    font-weight: 900;
}
.form-comment{
    font-size: 18px;
    font-weight: 500;
    margin-top: 50px;
}
.form__items label{
    font-size: 19px;
    font-weight: 900;
    margin-bottom: 20px;
}
.flex-row{
    flex-direction: row;
    gap: 30px;
}
.h57{
    min-height: 57px;
}
.land-2{
    display: none;
    width: 100%;
    flex-direction: column;
    gap:20px;
    transition: 1s ease-out;

}
.display-flex{
    display: flex;
}
.more-text-1, .more-text-2{
    display: none;

}
.file-selectdialog-switcher{
    text-align: left;
}