html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    vertical-align: baseline;
}

label {
    cursor: pointer;
}

ol, ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

select:focus {
    outline: none;
}

sup {
    vertical-align: top;
    font-size: 10px;
}

sub {
    vertical-align: bottom;
    font-size: 10px;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #2B2A29;
    font-size: 16px;
    line-height: 30px;
    background: #fff;
}

body {
    display: flex;
    flex-direction: column;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 1s;
}

a:hover {
    transition: 1s;
}

h1 {
    position: relative;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin: 0;
}

h2 {
    position: relative;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin: 40px 0;
}

h3 {
    position: relative;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin: 40px 0;
}

h4 {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    margin: 20px 0;
}

h5 {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

* {
    box-sizing: border-box;
}

.wrapper {
    position: relative;
    flex: 1 0 auto;
}

.wp {
    max-width: 1520px;
    position: relative;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.btn {
    position: relative;
    padding: 15px 20px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    background: #95C12B;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius: 3px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-radius: 3px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    cursor: pointer;
    transition: 1s;
}

.btn:hover {
    background: #000;
    transition: 1s;
}

.title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
}

.header {
    position: relative;
    padding: 20px 0;
}

.header-flex, .header-flex_logo, .header-flex_right {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 420px;
    height: 60px;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.logo {
    background-image: url(../images/logo.svg);
}

.hamburger {
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    display: none;
}

.hamburger svg {
    width: 30px;
    height: 30px;
    display: block;
    fill: #2B2A29;
}

.phone {
    display: block;
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
}

.header .login {
    position: relative;
    padding: 15px 20px;
    display: block;
    margin-left: 40px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    background: #95C12B;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius: 3px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-radius: 3px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    cursor: pointer;
    transition: 1s;
}

.header .login span {
    padding-left: 26px;
    display: inline-block;
    background: url(../images/i1.svg) no-repeat left center;
}

.header .login:hover {
    background: #F39A00;
    transition: 1s;
}

.mainmenu {
    position: relative;
    background: #446077;
    z-index: 10;
}

.menu {
    position: relative;
}

.menu ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.menu li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li a {
    display: block;
    padding: 15px 25px;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
}

.menu li:hover {
    background-color: #95C12B;
}
.menu li.act  {
	background-color: #F39A00;
}
.menu li.submenu {
    padding-right: 15px;
}

.menu li.submenu a {
    background-image: url(../images/i2.svg);
    background-repeat: no-repeat;
    background-position: right center;
}

.menu li.submenu ul {
    min-width: 240px;
    position: absolute;
    left: 0;
    padding: 10px 0;
    background: #fff;
    -webkit-border-radius: 3px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius: 3px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-radius: 3px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(68, 96, 119, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(68, 96, 119, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(68, 96, 119, 0.2);
    display: none;
}

.menu li.submenu:hover ul {
    display: block;
}

.menu li.submenu ul li a {
    color: #2B2A29;
    padding: 5px 25px;
    background: none;
}

.menu li.submenu ul li a:hover, .menu li.submenu ul li.act a:hover {
    color: #446077;
    background: #fff;
}
.menu li.submenu ul li.act a {
    color: #fff;
}



.mainmenu .close {
    display: none;
}

.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/close.svg) no-repeat center;
    cursor: pointer;
}

/* footer */
.footer {
    position: relative;
    padding: 40px 0 60px 0;
    margin-top: 60px;
    flex: 0 0 auto;
    color: #fff;
    background: #446077;
}

.footer p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
}

.footer a {
    display: block;
}

.footer a:hover {
    color: #FFED00;
}

.footer-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-flex_copyright, .footer-flex_contacts, .footer-flex_social, .footer-flex_web {
    position: relative;
}

.footer-flex_web a {
    width: 80px;
    height: 20px;
    margin-top: 10px;
    display: inline-block;
    background-image: url(../images/itdon.svg);
    background-repeat: no-repeat;
}

.footer-flex_social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-flex_social a {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-flex_social a:hover {
    background-size: 24px;
}

.footer-flex_social a.tme {
    background-image: url(../images/i-tme.svg);
}

.footer-flex_social a.vk {
    background-image: url(../images/i-vk.svg);
}

/* popup */
/*
.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(49,49,49,0.6);
    z-index: 6000;
	overflow-y: auto;
	display: none;
}
.popup-wp {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.popup-form {
    width: 90%;
	max-width: 840px;
	position: relative;
    margin: 50px auto;
    padding: 40px;
	color: #f4f4fe;
    background: #000;
	box-shadow: 0px 0px 50px rgba(49,49,49,0.6);
	box-sizing: border-box;
}
.popup-form .form-title .text {
	max-width: 100%;
}
*/


/* promo */
.promo {
    position: relative;
    padding: 10% 0;
    background-image: url(../images/promo.webp);
    background-repeat: no-repeat;
    background-position: center bottom; 
    background-size: cover;
}

.promo:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: linear-gradient(to right, rgba(36, 52, 65, 0.6) 0%, rgba(36, 52, 65, 0.1) 100%);
    content: '';
}

.promo-info {
    max-width: 840px;
    position: relative;
    color: #fff;
}

.promo-info p {
    margin: 20px 0 0 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

/* inner */
.top {
    position: relative;
    margin: 40px 0;
}

.bread-crumbs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.bread-item {
    position: relative;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
}

.bread-item a {
    position: relative;
    display: block;
    padding-right: 21px;
    color: #446077;
    background: url('../images/i3.svg') no-repeat center right;
    background-size: 6px;
}

.bread-item a:hover {
    text-decoration: underline;
}

.content {
    position: relative;
}

.section {
    position: relative;
    margin-top: 60px;
}

.border {
    overflow: hidden;
    -webkit-border-radius: 10px;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius: 10px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-radius: 10px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.grey-fon {
    padding: 60px 0;
    background: #F5F5F5;
}

.social {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-right: -40px;
}

.social-item {
    width: calc(25% - 40px);
    min-height: 140px;
    margin-right: 40px;
    background-color: #F5F5F5;
    background-repeat: no-repeat;
    background-position: center;
}

.social .tme {
    background-image: url(../images/i-tme-big.svg);
}

.social .vk {
    background-image: url(../images/i-vk-big.svg);
}

.subscribe {
    width: calc(50% - 40px);
    margin-right: 40px;
    padding: 35px 40px;
    color: #fff;
    background: #95C12B url(../images/subscribe.png) no-repeat center right;
    background-size: auto 100%;
}

.subscribe input[type="email"] {
    height: 50px;
    line-height: 50px;
}

.subscribe h4 {
    max-width: 420px;
}

.subscribe h4, .submit-ad_text h4 {
    margin-top: 0;
}


.subscribe .form {
    max-width: 430px;
}

.form {
    position: relative;
}

.form-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.form-row .form-item {
    padding-right: 10px;
    flex: 1 1 auto;
}

.form-item {
    position: relative;
    margin-bottom: 10px;
}

.form-item input, .form-item textarea {
    width: 100%;
    margin: 0;
    color: #2B2A29;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    border: none;
    background: #fff;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius: 3px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-radius: 3px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    box-sizing: border-box;
}

.form-item input {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.form-item textarea {
    height: 90px;
    padding: 10px 20px;
    resize: vertical;
}

.form-button {
    position: relative;
    display: inline-block;
}

.form-button input[type="submit"] {
    position: relative;
    padding: 15px 20px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    background: #F39314;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    transition: 1s;
    -webkit-border-radius: 3px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius: 3px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-radius: 3px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-button input[type="submit"]:hover {
    color: #000;
    background: #f4f4fe;
    transition: 1s;
}

.form .personal {
    position: relative;
}

.page-form .personal {
    margin-bottom: 10px;
}

.form .check {
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    background-repeat: no-repeat;
    background-image: url(../images/check.svg);
    background-position: 0 0;
}

.form .check a {
    text-decoration: underline;
}

.form .check a:hover {
    color: rgba(244, 244, 254, 1);
}

.form .check input[type="checkbox" i] {
    display: none;
}

.form .checked {
    background-image: url(../images/checked.svg);
}

.form::-webkit-input-placeholder {
    color: #2B2A29;
}

.form::-moz-placeholder {
    color: #2B2A29;
}

.form:-moz-placeholder {
    color: #2B2A29;
}

.form:-ms-input-placeholder {
    color: #2B2A29;
}

.button-noact {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 3px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius: 3px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-radius: 3px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    display: none;
}

.no-act .form-button .button-noact {
    display: block;
}

.carousel-section {
    position: relative;
}

.carousel-title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px 0;
}

.carousel-title h2 {
    margin: 0;
}

.carousel-all {
    position: relative;
    display: block;
    padding-right: 30px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    background: url(../images/i5.svg) no-repeat center right;
}

.carousel-all:hover {
    padding-right: 25px;
    color: #446077;
}

.carousel-block {
    position: relative;
    padding: 0 40px;
}

.news {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px;
}

.news .news-item {
    width: 25%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.news .news-item.fixed {
    width: 50%;
}

.news-item {
    position: relative;
}

.news-item_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 70%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.news-item.fix-news .news-item_img {
    padding-bottom: 100%;
}

.news-item_img a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.news-item_img a:after {
    width: 100%;
    height: 40%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(36, 52, 65, 0.8) 0%, rgba(47, 52, 57, 0) 100%);
    content: '';
}

.news-item_img a img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    display: block;
}

.news-item .date {
    position: absolute;
    top: 20px;
    right: 20px;
}

.date {
    padding: 5px 15px;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    display: inline-block;
    background: #446077;
    -webkit-border-radius: 3px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius: 3px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-radius: 3px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    z-index: 5;
}

.hashtag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding-left: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    display: block;
    background: url(../images/i6.svg) no-repeat 0 2px;
    z-index: 5;
}

.news-item_title {
    position: relative;
}

.news-item_more {
    position: relative;
    margin-top: 20px;
}

.more {
    position: relative;
    padding-left: 50px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    display: inline-block;
    background: url(../images/i7.svg) no-repeat center left;
}

.more:hover {
    padding-left: 60px;
}

.paginator {
    position: relative;
    overflow: hidden;
    margin: 40px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.paginator a {
    width: 40px;
    height: 40px;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.page {
    margin: 0 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}

.page.active {
    background: #F5F5F5;
}

.page:hover {
    text-decoration: underline;
}

.first-page, .last-page, .prev-page, .next-page {
    background-repeat: no-repeat;
    background-position: center;
}

.first-page {
    background-image: url('../images/first-page.svg');
}

.last-page {
    background-image: url('../images/last-page.svg');
}

.prev-page {
    background-image: url('../images/prev-page.svg');
}

.next-page {
    background-image: url('../images/next-page.svg');
}

/* select */
.select-filter {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.select-item {
    position: relative;
    margin-right: 20px;
}

.select-item:last-child {
    margin-right: 0;
}

.input-container {
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 2;
}

.input {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    color: #2B2A29;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    border: none;
    background: transparent;
    box-sizing: border-box;
}

.input:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut {
    transform: translateY(8px);
}

.placeholder {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    color: #2B2A29;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    pointer-events: none;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
}

.input:not(:placeholder-shown) ~ .placeholder {
    display: none;
}

.input:focus ~ .placeholder {
    opacity: 0.3;
}

.select {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-border-radius: 3px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius: 3px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-radius: 3px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 1px solid #E9E9E9;
}

.select label {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 20px;
}

.select .input-container::after {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('../images/i-down.svg') no-repeat center;
    content: '';
    display: block;
    transition: .2s ease-in;
}

.select .input-container.open::after {
    transform: translateY(0) rotate(180deg);
}

.select__list {
    max-height: 280px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0 0;
    padding: 10px 0;
    background: #fff;
    -webkit-border-radius: 3px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius: 3px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-radius: 3px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(68, 96, 119, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(68, 96, 119, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(68, 96, 119, 0.2);
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10;
    display: none;
}

.select__input {
    padding: 0 20px;
}

.select__list::-webkit-scrollbar {
    width: 5px;
    padding: 5px;
    background: transparent;
}

.select__list::-webkit-scrollbar-thumb {
    background-color: #f4f4fe;
}

.select__list::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 20px;
}

.select__list::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 20px;
}

.select__list .select__item {
    position: relative;
    padding: 10px;
    margin: 0;
    color: #2B2A29;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
    list-style-type: none;
    background: none;
}

.select__list .select__item:hover {
    background-color: rgba(244, 244, 254, 0.2);
}

.select__list .select__item:before {
    display: none;
}

.select__item a {
    display: block;
}

/* partners */
.partners {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px;
}

.partners .partners-item {
    width: 25%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.partners-item {
    position: relative;
}

.partners-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 100%;
    display: flex;
    justify-content: center;
    border: 1px solid #E9E9E9;
}

.partners-img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.partners-img .img img {
    width: 100%;
    max-width: 220px;
    height: 100%;
    position: relative;
    object-fit: contain;
    display: block;
}

.contacts {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.contacts-map {
    width: 75%;
    position: relative;
    padding-left: 20px;
}

#map {
    height: 400px;
    position: relative;
}

.ymaps-2-1-79-controls__toolbar_left, .ymaps-2-1-79-controls__toolbar_right {
    display: none;
}

.contacts-info {
    width: 25%;
    position: relative;
    padding-right: 20px;
}

.contacts-info_item {
    position: relative;
    margin: 0 0 40px 0;
}

.contacts-info_item:last-child {
    margin: 0;
}

.contacts-info_item h5 {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}

.contacts-info_phone h5 {
    background-image: url('../images/i8.svg');
}

.contacts-info_email h5 {
    background-image: url('../images/i9.svg');
}

.contacts-info_address h5 {
    background-image: url('../images/i10.svg');
}

.contacts-info_phone .phone {
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
}

.contacts-info_email .email {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
}

.contacts-info_address p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
}

.magazines {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.magazines-main {
    width: 50%;
    position: relative;
    padding-right: 20px;
}

.magazines-archive {
    width: 50%;
    position: relative;
    padding-left: 20px;
}

.magazines-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px;
}

.magazines-main .magazines-item {
    width: 100%;
}

.magazines-list .magazines-item {
    width: 25%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.magazines-archive .magazines-list .magazines-item {
    width: 50%;
}

.magazines-item {
    position: relative;
}

.magazines-item_img {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.magazines-list .magazines-item_img {
    padding: 40px;
    background: #F5F5F5;
}

.magazines-item_img a {
    position: relative;
}

.magazines-item_img a img {
    width: 100%;
    height: auto;
    display: block;
}

.magazines-list .magazines-item_img a img {
    max-width: 220px;
    margin: 0 auto;
}

.magazines-item_title {
    position: relative;
}

.magazines-item_more {
    position: relative;
    margin-top: 20px;
}

.magazines-item_date {
    position: relative;
    margin-bottom: 10px;
}

.archive-year {
    position: relative;
    padding: 15px;
    margin-bottom: 40px;
    background: #F5F5F5;
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-radius: 5px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.archive-year .act {
    color: #F39A00;
}

.archive-year ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.archive-year ul li {
    position: relative;
    padding: 0 26px 0 0;
    margin: 0 10px;
    background: url(../images/i3.svg) no-repeat center right;
    background-size: 6px;
    list-style: none;
}

.archive-year li:last-child {
    padding: 0;
    background: none;
}

.archive-year a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
}

.archive-year a:hover {
    color: #95C12B;
}

.content-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.content-column_right {
    width: 25%;
    position: relative;
    padding-left: 20px;
}

.content-column_left {
    width: 75%;
    position: relative;
    padding-right: 20px;
}

.banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}

.category {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px;
}

.category-item {
    width: 33.3%;
    position: relative;
    display: block;
    padding: 0 20px;
    margin-bottom: 40px;
    text-align: center;
    box-sizing: border-box;
}

.category-item img {
    width: 60px;
    margin: 0 auto 10px auto;
}

.category-item:hover {
    color: #446077;
}

.submit-ad {
    position: relative;
    padding: 40px;
    color: #fff;
    background: #95C12B;
}

.submit-ad_text {
    margin: 0 0 20px 0;
}

.submit-ad_text p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
}

.submit-ad_btn a {
    position: relative;
    padding: 15px 20px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius: 3px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-radius: 3px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    cursor: pointer;
    transition: 1s;
}

.submit-ad_btn a:last-child {
    margin-bottom: 0;
}

.submit-ad_btn a.login {
    color: #2B2A29;
    background: #fff;
}

.submit-ad_btn a.register {
    color: #fff;
    background: #F39314;
}

.submit-ad_btn a.subscribe-electronic {
    color: #fff;
    background: #446077;
}

.submit-ad_btn a.login:hover, .submit-ad_btn a.register:hover {
    color: #fff;
    background: #446077;
}

.submit-ad_btn a.subscribe-electronic:hover {
    color: #fff;
    background: #F39314;
}

.submit-ad .form-button {
    display: block;
    padding-top: 30px;
}

.submit-ad .form-button input {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 200px;
}

.product {
    position: relative;
}

.product-item {
    position: relative;
    padding-top: 30px;
    border-top: 1px solid #E9E9E9;
    margin: 30px 0;
}

.product-item--flex {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
}

.product-item_logo {
    min-width: 100px;
    max-width: 100px;
}

.product-item:last-child {
    margin-bottom: 0;
}

.product-item_info {
    position: relative;
    flex: 1;
}

.product-item_info a {
    display: block;
}

.product-item_info a:hover {
    color: #446077;
}

.product-item_info p {
    font-weight: 500;
    margin: 10px 0 0 0;
}

.product-item_data {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.product-item_data a, .product-item_data b {
    position: relative;
    margin-right: 15px;
    padding-right: 21px;
    font-weight: 700;
    display: block;
    background: url(../images/i3.svg) no-repeat center right;
    background-size: 6px;
}

.product-item_data a:last-child {
    margin-right: 0;
    padding-right: 0;
    background: none;
}

.product-item_data a:hover {
    color: #446077;
}

.product-properties {
    margin-top: 30px;
}

.product-property {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.product-property__title {

}

.product-property__value {
    font-weight: bold;
}

.product-item_top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.product-item_top * {
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-item_top *:last-child {
    margin-right: 0;
}

.company {
    padding: 5px 15px;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    display: inline-block;
    background: #95C12B;
    -webkit-border-radius: 3px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius: 3px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-radius: 3px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    z-index: 5;
}

.company:hover {
    background: #F39314;
}

.page-form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px;
    color: #fff;
    background: #95C12B;
}

.page-form_form {
    width: 50%;
    position: relative;
    padding-right: 20px;
}

.page-form_img {
    width: 50%;
    position: relative;
    padding-left: 20px;
}

/* faq */
.faq {
    position: relative;
}

.faq-item {
    position: relative;
    padding-top: 20px;
    margin-bottom: 40px;
    border-top: 1px solid #E9E9E9;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item_title {
    position: relative;
    padding-right: 60px;
}

.faq-item_title:after {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #95C12B url(../images/i11.svg) no-repeat center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: '';
    cursor: pointer;
    transition: 0.5s;
}

.faq-item_info {
    position: relative;
    margin-top: 20px;
    font-weight: 500;
    display: none;
}

.faq-item.open .faq-item_info {
    display: block;
}

.faq-item.open .faq-item_title:after {
    transform: rotate(180deg);
    transition: 0.5s;
}

.expo {
    position: relative;
}

.expo-item {
    position: relative;
    margin-bottom: 40px;
}

.expo-item:last-child {
    margin-bottom: 0;
}

.expo-item_date {
    margin-bottom: 10px;
}

.expo-item_date .date {
    background: #95C12B;
}

.img-link {
    position: relative;
    margin-bottom: 40px;
}

.img-link:after {
    width: 100%;
    height: 40%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(36, 52, 65, 0.8) 0%, rgba(47, 52, 57, 0) 100%);
    content: '';
}

.img-link a {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    z-index: 5;
}

.download-list, .more-photo {
    position: relative;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    display: block;
}

.download-list {
    background: url(../images/i12.svg) no-repeat center left;
}

.more-photo {
    background: url(../images/i13.svg) no-repeat center left;
}
.form-wrapper {
    position: relative;
}

.form-result {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}

.form-result-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    text-shadow: 0 0 2px #00000080;
}

.form-success .form-content {
    z-index: -1;
    position: relative;
}

.form-success .form-result {
    display: flex;
}

.lk-menu li {
    list-style: url("/i/icon/li.png");
    margin: 10px 0 10px 20px;
    padding-inline-start: 7px;
}

.lk-profile {
    max-width: 1000px;
}

.lk-profile input[type="text"] {
    border: 1px solid #dedede;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
}

.complete {
    color: green;
    font-size: 25px;
    margin-bottom: 30px;
}

.fmodal input[type="text"], .fmodal input[type="password"] {
    border: 1px solid #dedede;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
}

.fmodal textarea {
    border: 1px solid #dedede;
    font-size: 14px;
    padding: 5px 10px;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
}

.fmodal .field {
    padding-bottom: 20px;
}

.fmodal {
    width: 100%;
    max-width: 370px;
    min-width: 300px;
}

.fmodal .form-button {
    display: flex;
    justify-content: center;
}

.fmodal--title {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 10px 0 20px;
}

.fmodal--title .field input[type="text"] {
    line-height: 35px;
    height: 35px;
    width: 100%;
    box-sizing: border-box;
}

.fmodal a {
    text-decoration: underline;
    color: #F39A00;
}

.fmodal p {
    margin: 20px 0;
    line-height: 1.5;
}

.fmodal .field textarea {
    width: 100%;
    box-sizing: border-box;
    resize: none;
}

.fmodal--title .name {
    padding-bottom: 5px;
}

.fmodal .sub--box {
    text-align: center;
}

.fmodal--title .sub--box input {
    background-color: #f47b41;
    line-height: 35px;
    padding: 0 20px;
    display: inline-block;
    color: #fff;
    border: 0;
    cursor: pointer;
}

.fmodal--complete {
    display: none;
}

.fmodal .button {
    background-color: #579541;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 25px;
    color: #fff;
}

.conf-agree {
    font-size: 13px;
    padding-bottom: 20px;
    line-height: 1.5;
    position: relative;
    padding-left: 25px;
}

.conf-agree input {
    vertical-align: -2px;
    position: absolute;
    left: 0;
}

.disabled {
    opacity: 0.5;
}

.form-item .select {
    border: none;
}