@font-face {
    font-family: 'Geometria';
	src: local('Geometria Regular'), local('Geometria-Regular'),
    url('./fonts/Geometria.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geometria';
	src: local('Geometria Medium'), local('Geometria-Medium'),
    url('./fonts/Geometria-Medium.woff2') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geometria';
	src: local('Geometria Bold'), local('Geometria-Bold'),
    url('./fonts/Geometria-Bold.woff2') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
	src: local('Inter Regular'), local('Inter-Regular'),
    url('./fonts/Inter-Regular.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
	src: local('Inter SemiBold'), local('Inter-SemiBold'),
    url('./fonts/Inter-SemiBold.woff2') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
}
body {
    font-family: 'Geometria', sans-serif;
    font-weight: 400;
    background: #FFFFFF;
    color: #242424;
    font-size: 16px;
    line-height: 140%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
p, strong{
    line-height: 130%;
}
svg, path{
    transition: all 0.4s;
}
a{
    font-weight: 500;
    text-decoration: none;
    color: #242424;
    transition: all 0.4s;
    line-height: 140%;
}
a:hover{
    color: #3EAC57;
}
button{
    cursor: pointer;
    outline: none;
    border: none;
    transition: all 0.4s;
    font-size: 16px;
}
.btn{
    font-weight: 500;
    height: 44px;
    width: 100%;
    background: #3EAC57;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF !important;
}
.btn:hover{
    background: #228538;
}
button{
    width: 100%;
    outline: none;
    border: none;
    font-family: 'Geometria', sans-serif;
    font-weight: 400;
}
input:not([type="checkbox"]){
    height: 48px;
    padding: 0 16px;
    border-radius: 30px;
    background: #FBFBFB;
    box-shadow: 0px 0px 8px rgba(30, 23, 8, 0.2);
}
button{
    height: 48px !important;
    font-weight: 500 !important;
}
h1, 
.mainSlide h2{
    font-size: 40px;
    color: #FFFFFF;
    font-family: 'Geometria', sans-serif;
    font-weight: 700;
    line-height: 130%;
}
.titleWrapper h2{
    font-size: 36px;
    color: #242424;
    font-family: 'Geometria', sans-serif;
    font-weight: 700;
    line-height: 130%;
    position: relative;
    padding-left: 24px;
}
.titleWrapper h2::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    height: 40px;
    border-radius: 2px;
    background: #3EAC57;
}
h3, .cl-title{
    font-size: 22px;
    font-family: 'Geometria', sans-serif;
    font-weight: 700;
    line-height: 130%;
    transition: all 0.3s;
}
.serviceItem h3{
    max-width: 280px;
}
.fileItem h3{
    max-width: 360px;
    color: #242424;
    transition: all 0.4s;
}
.fileItem a{
    border: none !important;
}
.fileItem a:hover h3{
    color: #3EAC57;
}
h4, h5{
    font-family: 'Geometria', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
h5{
    font-weight: 500;
}
.mainDot h3{
    font-size: 18px;
}
.mainDot .defaultLink{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.mainDot .defaultLink svg{
    width: 20px;
    height: auto;
}
.mainDot:hover .defaultLink{
    color: #3EAC57;
}
.mainDot p{
    font-weight: 400;
    color: #FFFFFF;
}
.container{
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    color: #FFFFFF;
    padding: 16px 0;
    z-index: 5;
    transition: all 0.4s;
}
.header.painted{
    background: #3EAC57;
}
.header.painted .headerLink:hover,
.header.painted .headerPhone a:hover{
    color: #194623;
}
.headerWrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.headerTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerRow{
    display: flex;
    align-items: center;
}
.headerLink{
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 6px 24px;
    border-radius: 30px;
    border: 1px solid transparent;
}
.headerLink._active{
    background: #3EAC57;
    border-color:rgba(255, 255, 255, .2);
    pointer-events: none;
}
.headerPhone{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 12px;
    margin-left: 64px;
}
.headerPhone a{
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
}
.headerPhone a:hover{
    color: #3EAC57;
}
.logotype{
    display: inline-flex;
}
.headerMenu{
    display: flex;
    gap: 16px;
}
.headerMenuSlide, .headerMenuItem{
    flex: auto;
    font-weight: 500;
}
.headerMenuItem{
    background: rgba(217, 217, 217, .2);
    border: 1px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(2px);
    border-radius: 30px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
}
.headerMenuItem:hover{
    color: #FFFFFF;
    background: #3EAC57;
}
.headerMenuItem._active{
    background: #3EAC57;
    pointer-events: none;
}
.headerMenuSlide._active ._head{
    background: #3EAC57;
}
.headerMenuSlide{
    position: relative;
}
.headerMenuSlide ._head{
    height: 44px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: rgba(217, 217, 217, .2);
    border: 1px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(2px);
    cursor: pointer;
}
.slideMenu{
    position: absolute;
    left: 0;
    top: 24px;
    background: rgba(217, 217, 217, .2);
    border: 1px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(2px);
    border-radius: 0 0 30px 30px;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 12px;
    z-index: -1;
    display: none;
}
.painted .slideMenu{
    background: #3EAC57;
}
.slideMenu div{
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.slideMenu a{
    color: #FFFFFF;
    font-size: 15px;
    border-bottom: 1px solid transparent;
    font-weight: 400;
}
.slideMenu a:hover{
    border-color: #FFFFFF;
}
.slideMenu a._active{
    opacity: 0.7;
    border-color: #FFFFFF;
}
.hero{
    background-size: cover !important;
    position: relative;
    min-height: 300px;
}
.hero > .container{
    min-height: 300px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px;
    padding-top: 160px;
}
.sliderWrapper{
    position: relative;
    z-index: 1;
}
.mainSlide{
    position: relative;
    z-index: 1;
    background-size: cover !important;
}
.mainSlide::after,
.hero:not(.main)::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(26, 16, 7, 0.5) 0%, rgba(30, 23, 8, 0.4) 100%);
    z-index: 0;
}
.slideContent{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 40px;
    padding-bottom: 70px;
    max-width: 580px;
    min-height: 660px;
    max-height: 660px;
}
.defaultLink{
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: max-content;
    transition: all 0.4s;
}
.defaultLink span{
    transition: all 0.4s;
}
.slick-arrow{
    position: absolute;
    left: calc((100vw - 1240px) / 2 + 580px);
    bottom: 64px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.4s;
    z-index: 1;
}
.slick-prev{
    left: calc((100vw - 1240px) / 2 + 532px);
}
.slick-disabled{
    color: #C5C5C5;
    pointer-events: none;
}
.slick-arrow:hover{
    color: #3EAC57;
}
.customDots{
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 8px;
    bottom: 40px;
    right: calc((100vw - 1200px) / 2);
    z-index: 2;
    max-width: 420px;
    width: 100%;
}
.mainDot{
    padding: 20px;
    padding-left: 44px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    font-size: 14px;
    background: rgba(0, 0, 0, .2);
    backdrop-filter: blur(2px);
    border-radius: 30px;
    width: 100%;
    cursor: pointer;
}
.mainDot:hover h3{
    color: #3EAC57;
}
.mainDot._active{
    display: none;
}
.mainDot a{
    position: absolute;
    right: 22px;
    bottom: 22px;
}
.mainDot a svg{
    width: 24px;
    height: auto;
}
.mainNav{
    padding: 20px 0;
}
.mainNav .container{
    display: flex;
    gap: 8px;
}
.mainNav .link{
    flex: 1;
    height: 250px;
    border-radius: 30px;
    display: flex;
    align-items: flex-end;
    padding: 20px 24px;
    position: relative;
    background-size: cover !important;
    overflow: hidden;
}
.mainNav .link:hover{
    box-shadow: 0px 0px 8px rgba(30, 23, 8, 0.8);
}
.mainNav .link::after{
    content: '';
    position: absolute;
    z-index: 0;
    background: linear-gradient(180deg, rgba(2, 2, 2, 0.05) 0%, rgba(0, 0, 0, 0.65) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.mainNav .link > div{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    max-width: 250px;
}
.mainNav .link > div p{
    height: 55px;
}
.base{
    padding: 60px 0;
    flex-grow: 1;
}
.titleWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.titleWrapper .defaultLink{
    color: #3EAC57;
    text-decoration: underline;
}
.titleWrapper .defaultLink:hover{
    color: #228538;
}
.base .container{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
.row.g10{
    gap: 10px;
}
.row.g16{
    gap: 16px;
}
.row.g32{
    gap: 32px;
}
.row._start{
    align-items: flex-start;
}
.serviceItem,
.fileItem{
    width: calc(50% - 5px);
    background: #FBFBFB;
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    min-height: 240px;
    height: 240px;
    border-radius: 30px;
    position: relative;
}
.serviceItem{
    background: linear-gradient(270deg, #FBFBFB 0%, #E5E5E5 100%);
    overflow: hidden;
}
.serviceItem::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #3ACC5B 0%, #228538 100%);
    opacity: 0;
    transition: all 0.4s;
}
.serviceItem a, .serviceItem p, .serviceItem img{
    z-index: 1;
}
.serviceItem:hover::after{
    opacity: 1;
}
.serviceItem:hover a,
.serviceItem:hover a svg{
    color: #FFFFFF !important;
}
.fileItem{
    height: unset;
}
.defaultLink._green{
    color: #242424;
}
.defaultLink._green:hover{
    color: #3EAC57;
}
.defaultLink._green svg{
    color: #3EAC57;
}
.serviceItem .number{
    position: absolute;
    top: -5px;
    right: 15px;
    font-weight: 700;
    font-size: 100px;
    background: linear-gradient(270deg, #3FE063 2.4%, #3EAC57 69.71%, #194623 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.serviceItem .bg,
.fileItem .bg{
    position: absolute;
    top: 0;
    right: 0;
}
.fileItem .bg{
    z-index: 0;
}
.fileItem h3, .fileItem .btn{
    position: relative;
    z-index: 1;
}
.useful{
    height: 90px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 6px;
}
.useful:hover{
    border: 1px solid #3EAC57;
}
.useful img{
    max-height: 72px;
    max-width: 95%;
}
.row > .useful{
    box-shadow: 0px 0px 8px rgba(30, 23, 8, 0.1);
    width: calc((100% - 48px) / 4);
    height: unset;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    margin: 0;
    text-align: center;
}
.sliderWrapper{
    display: flex !important;
    flex-direction: column;
    gap: 32px;
}
.slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.slick-dots li{
    list-style: none;
}
.slick-dots li button{
    background: #D9D9D9;
    width: 12px;
    height: 12px !important;
    font-size: 0;
    border-radius: 50%;
}
.slick-dots li button:hover{
    background: #242424;
}
.slick-dots .slick-active button{
    background: #3EAC57;
    pointer-events: none;
}
.otherItem{
    position: relative;
    width: calc(50% - 5px);
    min-height: 280px;
    border-radius: 30px;
    background: #3EAC57;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 22px;
}
.otherItem:first-child{
    text-align: right;
    align-items: flex-end;
}
.otherItem h3{
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.otherItem p{
    max-width: 280px;
    position: relative;
    z-index: 1;
}
.otherItem img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px 30px 300px 30px;
    z-index: 0;
}
.otherItem:first-child img{
    border-radius: 30px 30px 30px 300px;
}
.otherItem::after{
    content: '';
    position: absolute;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 100%);
    border-radius: 30px 30px 300px 30px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.slick-track{
    display: flex;
}
.otherItem:first-child::after{
    border-radius: 30px 30px 30px 300px;
}
.otherItem:hover{
    color: #FFFFFF;
    background: #228538;
}
.storiesItem{
    border-radius: 30px;
    overflow: hidden;
    background: #FBFBFB;
    height: auto;
    display: flex !important;
    flex-direction: column;
}
.image{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.image img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.storiesItem .image{
    height: 300px;
}
.ajaxWrapper .storiesItem .image{
    height: 360px;
}
.storiesItem .image::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.storiesItem h3{
    max-width: 100%;
    overflow: hidden;
}
.storiesItem p{
    overflow: hidden;
    margin-bottom: 12px;
    flex-grow: 1;
}
.storiesItem .content{
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}
.storiesItem .defaultLink{
    color: #3EAC57;
    font-weight: 400;
}
.storiesItem .defaultLink:hover{
    color: #228538;
}
.sliderWrapper .storiesItem{
    width: 470px;
    margin: 0 5px;
}
.sliderWrapper[data-slider="stories"]{
    margin-right: calc((1200px - 100vw)/2);
}
.sliderWrapper[data-slider="stories"] .slick-arrow{
    color: #3EAC57;
    left: unset;
    right: calc((100vw - 1200px) / 2);
    bottom: unset;
    top: -64px;
}
.sliderWrapper[data-slider="stories"] .slick-prev{
    right: calc((100vw - 1200px) / 2 + 48px);
}
.sliderWrapper[data-slider="stories"] .slick-disabled{
    opacity: 0.5;
}
.sliderWrapper[data-slider="stories"] .slick-arrow:hover{
    color: #228538;
}
.newsWrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gridItem{
    width: 100%;
    display: grid; 
    grid-auto-columns: 1fr; 
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: max-content max-content; 
    gap: 10px 10px; 
    grid-template-areas: 
    "n1 n2"
    "n1 n3"; 
}
.gridItem:nth-child(even) {
    grid-template-areas: 
    "n1 n3"
    "n2 n3"; 
}
.gridItem:nth-child(odd) .newsItem.n1,
.gridItem:nth-child(even) .newsItem.n3{
    justify-content: flex-end;
    padding-bottom: 80px;
}
.gridItem .newsItem.n1{
    grid-area: n1;
}
.gridItem .newsItem.n2{
    grid-area: n2;
}
.gridItem .newsItem.n3{
    grid-area: n3;
}
.newsItem{
    min-height: 240px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    padding: 36px 40px 64px;
    color: #FFFFFF;
    font-weight: 400;
    display: flex !important;
    flex-direction: column;
    gap: 12px;
}
.newsItem::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(26, 16, 7, 0.2) 0%, rgba(30, 23, 8, 0.3) 100%);
    z-index: 0;
}
.newsItem:hover{
    box-shadow: 0px 0px 8px rgba(30, 23, 8, 0.3);
}
.newsItem .image{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}
.newsItem h3{
    max-width: 440px;
    color: #FFFFFF;
}
.newsItem h3,
.newsItem p{
    z-index: 1;
}
.newsItem .date{
    color: #FFFFFF;
}
.newsItem .defaultLink{
    position: absolute;
    bottom: 32px;
    right: 32px;
}
.newsItem:hover .defaultLink{
    color: #3EAC57;
}
.footer{
    background: #228538;
    padding-top: 40px;
    padding-bottom: 32px;
    margin-top: 50px;
    color: #FFFFFF;
    font-size: 14px;
}
.footerWrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 48px 0;
}
.footFirst{
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.socialRow{
    display: flex;
    align-items: center;
    gap: 20px;
}
.sItem:hover{
    opacity: 0.6;
}
.footMenu{
    max-width: calc(100% - 320px);
    gap: 92px;
    display: flex;
    justify-content: flex-end;
}
.footCol{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.footCol h4{
    text-transform: uppercase;
    padding-bottom: 12px;
}
.footCol a{
    font-weight: 400;
    color: #FFFFFF;
    font-size: 14px;
}
.footCol a:hover{
    color: #194623;
}
.footer .headerPhone{
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding-top: 28px;
}
.footer .headerPhone a{
    font-weight: 700;
    font-size: 16px;
}
.footPolice{
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
}
.footPolice a{
    font-size: 12px;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    line-height: 120%;
}
.footPolice a:hover{
    color: #194623;
    border-color: #194623;
}
.serviceTop{
    display: flex;
    gap: 44px;
}
.col{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.col.g16{
    gap: 16px;
}
.serviceTop .col{
    width: calc(50% - 22px);
}
.founder{
    border-radius: 30px;
}
.contactsWrapper{
    display: flex;
    gap: 120px;
}
.contactsWrapper .col{
    gap: 32px;
    max-width: 300px;
    width: 100%;
}
.contactItem{
    display: flex;
    gap: 20px;
}
.contactItem svg{
    width: 28px;
    min-width: 28px;
    height: 28px;
}
.contactItem h3{
    font-size: 18px;
}
.contactItem div{
    display: flex;
    flex-direction: column;
    gap: 0;
}
.contactItem a{
    font-weight: 400;
    text-decoration: underline;
}
.map{
    width: calc(100% - 420px);
    overflow: hidden;
    border-radius: 30px;
    height: 380px;
    position: relative;
}
.map iframe{
    width: 100%;
    height: 100%;
}
.ajaxWrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.ajaxWrapper .storiesItem{
    width: calc(50% - 8px);
}
.ajaxWrapper.g10{
    gap: 10px;
}
.moreLoad{
    text-align: center;
    color: #3EAC57;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.moreLoad:hover{
    color: #228538;
}
.moreLoad._disabled{
    pointer-events: none;
    opacity: 0.6;
}
.centered{
    display: flex;
    justify-content: center;
}
.postPage{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 24px;
    font-size: 18px;
}
.postPage h2,
.postPage h3,
.postPage h4, .postPage p, .postPage strong{
    width: 100%;
}
.postPage img{
    border-radius: 30px;
    margin: 12px 0;
}
.postPage strong{
    font-weight: 500;
}
.postPage .defaultLink{
    margin-top: 12px;
}
.postPage *{
    line-height: 140%;
}
.postPage iframe{
    width: 100%;
    border-radius: 30px;
    margin: 12px 0;
}
.postPage a:not(.defaultLink){
    border-bottom: 1px solid #3EAC57;
}
.postPage a:not(.defaultLink):hover{
    border-color: #228538;
}
.postPage a:not(.defaultLink){
    color: #3EAC57;
}
.postPage a:not(.defaultLink):hover{
    color: #228538;
}
.postPage .defaultLink{
    font-size: initial;
}
.postRow{
    display: flex;
    gap: 24px;
}
.postRow .image{
    width: 480px;
    height: auto;
}
.postRow .col{
    gap: 12px;
    flex: 1;
}
.postRow .date{
    font-size: 14px;
}
.defaultLink._gray{
    color: #C5C5C5;
}
.defaultLink._gray span{
    border-bottom: 1px solid #C5C5C5;
    line-height: 120%;
}
.defaultLink._gray:hover{
    color: #3EAC57;
}
.defaultLink._gray:hover span{
    border-color: #3EAC57;
}
.sliderWrapper .newsItem{
    margin: 0 5px;
    min-height: 250px;
}
.sliderWrapper[data-slider="similar"]{
    margin-top: 52px;
}
.sliderWrapper[data-slider="similar"] .slick-arrow{
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    left: unset;
    right: unset;
    color: #C5C5C5;
}
.sliderWrapper[data-slider="similar"] .slick-next{
    right: -32px;
}
.sliderWrapper[data-slider="similar"] .slick-prev{
    left: -32px;
}
.sliderWrapper[data-slider="similar"] .slick-disabled{
    opacity: 0.7;
}
.sliderWrapper[data-slider="similar"] .slick-arrow:hover{
    color: #3EAC57;
}
.sliderWrapper[data-slider="similar"] .storiesItem{
    margin: 0 5px;
}
.sliderWrapper[data-slider="similar"] .storiesItem h3{
    height: unset;
}
.postImages{
    display: flex;
    gap: 16px;
    padding: 12px 0;
}
.postImages .image{
    flex: 1;
    height: auto;
}
.fileItem .btn{
    max-width: 300px;
}
.eventText{
    font-size: 22px;
}
.faqWrapper{
    display: none;
}
.faqWrapper._active{
    display: block;
}
.faqFlow{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.faqItem{
    background: #FBFBFB;
    border-radius: 30px;
    overflow: hidden;
}
.faqHead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    min-height: 64px;
    padding-left: 24px;
    padding-right: 32px;
    transition: all 0.4s;
    border-radius: 30px;
    font-size: 22px;
    transition: all 0.4s;
    font-weight: 500;
    gap: 8px;
    cursor: pointer;
}
.faqHead:hover{
    color: #3EAC57;
}
.faqHead span{
    transition: all 0.4s;
}
.faqItem._open .faqHead span{
    transform: rotate(45deg);
}
.faqContent{
    padding: 16px 24px;
    display: none;
}
.faqContent div > p a{
    font-weight: 400;
}
.faqItem._open .faqHead{
    background: #3EAC57;
    color: #FFFFFF;
}
.popup{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 10;
    display: none;
}
.popupBg{
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}
.popupItem{
    position: absolute;
    background: #FFFFFF;
    border-radius: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 96vh;
    width: 1024px;
    display: none;
    overflow: hidden;
}
.popupForm{
    width: 440px !important;
}
.popupFlow{
    display: flex;
    flex-direction: column;
    padding: 32px 48px;
    gap: 32px;
    max-height: 94vh;
    overflow-y: auto;
}
.popupFlow .image{
    border-radius: 16px;
    overflow: hidden;
}
.popupItem h3, .cl-title{
    font-weight: 500;
}
.top-text img{
    max-width: 164px;
}
.popupItem a.btn{
    font-weight: 400;
    max-width: 280px;
}
.devprimbar-agency{
    background: #FBFBFB;
    border-radius: 30px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 400;
    font-size: 14px;
    box-shadow: 0px 0px 8px rgba(30, 23, 8, 0.1);
}
.agency__logo{
    width: 100px;
    height: 100px;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.devprimbar-agency__body{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.agency__logo img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.devprimbar-agency__title{
    font-weight: 500;
    font-size: 18px;
}
.devprimbar-agency p{
    color: #242424;
}
.popupClose{
    position: absolute;
    font-weight: 400;
    font-size: 40px;
    transform: rotate(45deg);
    top: 0;
    right: 12px;
    cursor: pointer;
    transition: all 0.4s;
}
.popupClose:hover{
    color: #3EAC57;
}
.burgerBtn{
    display: none;
}
.burgerMenu{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    z-index: 4;
    padding-top: 96px;
    display: none;
    transition: all 0.4s;
}
.burgerContent{
    max-height: calc(100vh - 96px);
    padding: 32px 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    gap: 24px;
}
.burgerContent .row{
    width: 100%;
}
.burgerContent input{
    flex: 2;
    height: 44px;
}
.burgerContent .btn{
    flex: 1;
    height: 44px !important;
}
.burgerItem{
    color: #FFFFFF;
    font-size: 18px;
    width: 100%;
    text-align: center;
}
.burgerContent .headerPhone{
    align-items: center;
    color: #FFFFFF;
}
#mb-nav .row{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.col-lg-12{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.top-text, .current-location,
.mb-road{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.bottom-location{
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
}
.postPage ul,
.postPage ol{
    width: 100%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.postPage ul{
    list-style: none;
}
.postPage ul li{
    position: relative;
}
.documentsCats{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.postPage ul li:before{
    content: "";
    display: block;
    background: #3EAC57;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: -20px;
}
.postPage h4{
    font-size: 18px;
}
.documentsCats a{
    background: #3EAC57;
    border-radius: 30px;
    padding: 12px 24px;
    color: #FFFFFF;
}
.documentsCats a:hover{
    background: #228538;
}
.documentsCats a[aria-current]{
    background: #228538;
    pointer-events: none;
}
.block-primary {
    background-color: #3EAC57;
    font-size: 16px;
    padding: 24px;
    height: 100%;
    color: #FFFFFF;
    border-radius: 16px;
}
.wp-block-columns{
    display: flex;
    gap: 16px;
    width: 100%;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
}
.wp-block-file {
    display: inline-block;
    position: relative;
    padding-left: 56px;
    min-height: 52px;
}
.wp-block-file:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNTEiIHZpZXdCb3g9IjAgMCA0MCA1MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM5LjY5NTMgMTIuMDAzOEMzOS42NDA5IDEyLjAwMzggMzkuNjQwOSAxMS45NDk0IDM5LjU4NjUgMTEuODk1QzM5LjUzMjEgMTEuODQwNiAzOS41MzIxIDExLjc4NjIgMzkuNDc3NyAxMS43MzE4TDMwLjExOTcgMS4yMzEyM0MzMC4wNjUzIDEuMTc2ODIgMjkuOTU2NCAxLjEyMjQxIDI5LjkwMiAxLjA2ODAxQzI5Ljg0NzYgMS4wNjgwMSAyOS44NDc2IDEuMDEzNiAyOS43OTMyIDEuMDEzNkMyOS42ODQ0IDAuOTU5MTkyIDI5LjUyMTIgMC45MDQ3ODUgMjkuMzU4IDAuOTA0Nzg1SDYuMzk4MjNDMy4wMjUgMC45MDQ3ODUgMC4yNTAyNDQgMy42Nzk1NCAwLjI1MDI0NCA3LjA1Mjc3VjQ0Ljc1NjhDMC4yNTAyNDQgNDguMTMgMy4wMjUgNTAuOTA0OCA2LjM5ODIzIDUwLjkwNDhIMzMuNjAxN0MzNi45NzQ5IDUwLjkwNDggMzkuNzQ5NyA0OC4xMyAzOS43NDk3IDQ0Ljc1NjhWMTIuMzg0N0MzOS43NDk3IDEyLjI3NTggMzkuNjk1MyAxMi4xMTI2IDM5LjY5NTMgMTIuMDAzOFpNMzAuMzkxNyA0LjYwNDQ2TDM2LjQzMDkgMTEuNDA1M0gzMC4zOTE3VjQuNjA0NDZaTTM3LjY4MjIgNDQuNzAyNEMzNy42ODIyIDQ2Ljk4NzUgMzUuODg2OCA0OC44MzczIDMzLjYwMTcgNDguODM3M0g2LjM5ODIzQzQuMTEzMTQgNDguODM3MyAyLjMxNzcxIDQ2Ljk4NzUgMi4zMTc3MSA0NC43NTY4VjYuOTk4MzZDMi4zMTc3MSA0LjcxMzI3IDQuMTY3NTUgMi45MTc4NCA2LjM5ODIzIDIuOTE3ODRIMjguMzI0MlYxMi4zODQ3QzI4LjMyNDIgMTIuOTI4NyAyOC43NTk1IDEzLjQxODQgMjkuMzU4IDEzLjQxODRIMzcuNjgyMlY0NC43MDI0WiIgZmlsbD0iIzNFQUM1NyIvPgo8cGF0aCBkPSJNNy41OTUyNiAxMy40MTg0SDE2LjY4MTJDMTcuMjI1MyAxMy40MTg0IDE3LjcxNSAxMi45ODMyIDE3LjcxNSAxMi4zODQ3QzE3LjcxNSAxMS43ODYyIDE3LjI3OTcgMTEuMzUxIDE2LjY4MTIgMTEuMzUxSDcuNTk1MjZDNy4wNTExOSAxMS4zNTEgNi41NjE1MiAxMS43ODYyIDYuNTYxNTIgMTIuMzg0N0M2LjU2MTUyIDEyLjk4MzIgNy4wNTExOSAxMy40MTg0IDcuNTk1MjYgMTMuNDE4NFoiIGZpbGw9IiMzRUFDNTciLz4KPHBhdGggZD0iTTE2LjY4MTIgMzguMzkxMkg3LjU5NTI2QzcuMDUxMTkgMzguMzkxMiA2LjU2MTUyIDM4LjgyNjUgNi41NjE1MiAzOS40MjVDNi41NjE1MiAzOS45NjkgNi45OTY3OCA0MC40NTg3IDcuNTk1MjYgNDAuNDU4N0gxNi42ODEyQzE3LjIyNTMgNDAuNDU4NyAxNy43MTUgNDAuMDIzNCAxNy43MTUgMzkuNDI1QzE3LjcxNSAzOC44ODA5IDE3LjIyNTMgMzguMzkxMiAxNi42ODEyIDM4LjM5MTJaIiBmaWxsPSIjM0VBQzU3Ii8+CjxwYXRoIGQ9Ik02LjU2MTUyIDE5LjIzOTlDNi41NjE1MiAxOS43ODQgNi45OTY3OCAyMC4yNzM2IDcuNTk1MjYgMjAuMjczNkgzMS44NjA4QzMyLjQwNDggMjAuMjczNiAzMi44OTQ1IDE5LjgzODQgMzIuODk0NSAxOS4yMzk5QzMyLjg5NDUgMTguNjk1OCAzMi40NTkyIDE4LjIwNjIgMzEuODYwOCAxOC4yMDYySDcuNTk1MjZDNy4wNTExOSAxOC4yMDYyIDYuNTYxNTIgMTguNjQxNCA2LjU2MTUyIDE5LjIzOTlaIiBmaWxsPSIjM0VBQzU3Ii8+CjxwYXRoIGQ9Ik0zMS44NjA4IDIzLjMyMDRINy41OTUyNkM3LjA1MTE5IDIzLjMyMDQgNi41NjE1MiAyMy43NTU3IDYuNTYxNTIgMjQuMzU0MkM2LjU2MTUyIDI0Ljg5ODIgNi45OTY3OCAyNS4zODc5IDcuNTk1MjYgMjUuMzg3OUgzMS44NjA4QzMyLjQwNDggMjUuMzg3OSAzMi44OTQ1IDI0Ljk1MjYgMzIuODk0NSAyNC4zNTQyQzMyLjg5NDUgMjMuNzU1NyAzMi40NTkyIDIzLjMyMDQgMzEuODYwOCAyMy4zMjA0WiIgZmlsbD0iIzNFQUM1NyIvPgo8cGF0aCBkPSJNMzEuODYwOCAyOC4zODAzSDcuNTk1MjZDNy4wNTExOSAyOC4zODAzIDYuNTYxNTIgMjguODE1NiA2LjU2MTUyIDI5LjQxNEM2LjU2MTUyIDI5Ljk1ODEgNi45OTY3OCAzMC40NDc4IDcuNTk1MjYgMzAuNDQ3OEgzMS44NjA4QzMyLjQwNDggMzAuNDQ3OCAzMi44OTQ1IDMwLjAxMjUgMzIuODk0NSAyOS40MTRDMzIuODk0NSAyOC44MTU2IDMyLjQ1OTIgMjguMzgwMyAzMS44NjA4IDI4LjM4MDNaIiBmaWxsPSIjM0VBQzU3Ii8+CjxwYXRoIGQ9Ik0zMS44NjA4IDMzLjQ0MDFINy41OTUyNkM3LjA1MTE5IDMzLjQ0MDEgNi41NjE1MiAzMy44NzU0IDYuNTYxNTIgMzQuNDczOUM2LjU2MTUyIDM1LjAxNzkgNi45OTY3OCAzNS41MDc2IDcuNTk1MjYgMzUuNTA3NkgzMS44NjA4QzMyLjQwNDggMzUuNTA3NiAzMi44OTQ1IDM1LjA3MjMgMzIuODk0NSAzNC40NzM5QzMyLjg5NDUgMzMuOTI5OCAzMi40NTkyIDMzLjQ0MDEgMzEuODYwOCAzMy40NDAxWiIgZmlsbD0iIzNFQUM1NyIvPgo8L3N2Zz4K);
    width: 40px;
    height: 52px;
    background-size: cover;
}
.wp-block-file a:focus, .wp-block-file a:hover {
    color: #3EAC57;
    text-decoration: none;
}
.wp-block-file a {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #000000 !important;
    display: block;
    border: none !important;
}
.wp-block-file .wp-block-file__button {
    display: inline-block;
    color: #3EAC57 !important;
    background: transparent;
    text-transform: lowercase;
    margin-left: 0;
    padding: 0;
    margin-top: 5px;
    font-size: 16px;
    line-height: 18px;
}
.wsp-container, .wsp-container li{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.wsp-container a{
    border: none !important;
    text-decoration: none !important;
}
.faqNav{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.faqNavItem{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    padding: 12px 24px;
    background: #3EAC57;
    color: #FFFFFF !important;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.4s;
}
.faqNavItem:hover{
    background: #228538;
}
.faqNavItem._active{
    background: #228538;
    pointer-events: none;
}
.filterForm{
    max-width: 320px;
    width: 100%;
    background: #FBFBFB;
    box-shadow: 0px 0px 8px rgba(30, 23, 8, 0.1);
    padding: 16px;
    border-radius: 16px;
}
.filterForm,
.filterForm form,
.formGroup,
.formGroup .panel{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.filterForm input{
    width: 20px;
    height: 20px;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
}
.customCheckbox{
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}
.formGroup label{
    font-weight: 500;
    transition: all 0.4s;
}
.checkLabel{
    cursor: pointer;
}
.checkLabel:hover{
    color: #3EAC57;
}
.formGroup > label{
    font-weight: 600;
}
.filterContent{
    display: flex;
    width: calc(100% - 352px);
    flex-wrap: wrap;
    gap: 12px;
}
.jarmItem{
    width: calc(50% - 6px);
    box-shadow: 0px 0px 8px rgba(30, 23, 8, 0.1);
    cursor: pointer;
}
.jarmItem a{
    border: none !important;
}
.jarmItem p{
    flex: none;
    margin: 0;
}
.jarmItem .content{
    gap: 12px;
    padding: 24px;
}
.jarmItem h3{
    flex: 1;
    font-size: 20px;
}
.jarmItem img{
    border-radius: 0 !important;
}
.price{
    font-weight: 600 !important;
}
.jarmItem:hover h3{
    color: #3EAC57;
}
.jarmData{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.jarmData a{
    color: #3EAC57;
}
.jarmData a:hover{
    color: #228538;
}
.tableWrapper{
    text-align: left;
    max-width: 100%;
    overflow-x: auto;
}
.table th {
    padding: 10px;
    background: #3EAC57;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
    border: none;
}
.table tr{
    outline: none;
    border: none;
}
.table td{
    padding: 8px;
    font-size: 16px;
    border: 2px solid #3EAC57;
}
table{
    border-collapse: collapse;
}
.table a{
    border-bottom: none !important;
}
.searchItem{
    border: 2px dotted #3EAC57;
    border-radius: 30px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.searchTop{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.searchItem a{
    color: #3EAC57;
}
.searchItem a:hover{
    color: #228538;
}
.b24-form-wrapper{
    border-radius: 30px !important;
}
.b24-window-popup-wrapper{
    background: transparent !important;
}
.b24-window-close{
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    top: 12px !important;
    right: 12px !important;
    background: #3EAC57 !important;
}
.b24-window-close:hover{
    background: #228538 !important;
}
.b24-form-header-title{
    font-weight: 600 !important;
}
.b24-window *{
    font-family: 'Geometria', sans-serif !important;
}
.b24-form-control-list .b24-form-control, .b24-form-control-select .field-item, .b24-form-control-string .b24-form-control, .b24-form-control-text .b24-form-control{
    border: 1px solid rgba(0, 0, 0, .1) !important;
    box-shadow: none !important;
    border-radius: 8px !important;
}
.b24-form-field-agreement .b24-form-control-container{
    line-height: 120% !important;
}
.b24-form-field-agreement .b24-form-field-agreement-link{
    font-size: 12px !important;
}
.b24-form-btn{
    background: #3EAC57 !important;
    border-radius: 8px !important;
    border: none !important;
}
.b24-form-btn:hover{
    background: #228538 !important;
}
.b24-window-popup-wrapper{
    max-width: 640px !important;
    width: 96% !important;
}
.b24-window-popup-wrapper .b24-window-scrollable{
    max-height: 95vh !important;
}
@media screen and (max-width: 1320px) {
    .row > .useful{
        width: calc((100% - 32px) / 3);
    }
    .sliderWrapper[data-slider="similar"]{
        padding-bottom: 40px;
    }
    .sliderWrapper[data-slider="similar"] .slick-arrow{
        left: calc(50% + 32px);
        transform: translateX(-50%);
        top: unset;
        bottom: -24px;
    }
    .sliderWrapper[data-slider="similar"] .slick-prev{
        left: calc(50% - 32px);
    }
}
@media screen and (max-width: 1240px) {
    .fileItem{
        padding: 24px;
        min-height: 200px;
        height: unset;
    }
    .fileItem .btn{
        max-width: 240px;
    }
    .fileItem .bg{
        width: 240px;
        height: auto;
        top: unset;
        bottom: 0;
    }
    .headerPhone{
        margin-left: 24px;
    }
    h1, .mainSlide h2{
        font-size: 36px;
        word-break: break-all;
    }
    h3, .cl-title{
        font-size: 20px;
    }
    .customDots{
        right: 20px;
    }
    .mainDot{
        padding-left: 32px;
    }
    .slick-arrow{
        left: calc(50% + 24px);
        bottom: 32px;
    }
    .slick-prev{
        left: calc(50% - 24px);
    }
    .sliderWrapper[data-slider="stories"] .slick-arrow{
        right: 20px;
    }
    .sliderWrapper[data-slider="stories"] .slick-prev{
        right: 64px;
    }
    .sliderWrapper[data-slider="stories"]{
        margin-right: -20px;
    }
    .storiesItem h3{
        line-height: 120%;
    }
    .storiesItem .content{
        padding: 24px;
    }
    .contactsWrapper{
        gap: 48px;
    }
    .map{
        width: calc(100% - 348px);
        height: auto;
    }
    .faqHead{
        font-size: 18px;
    }
}
@media screen and (max-width: 1160px) {
    .postRow{
        flex-direction: column;
    }
    .postRow .image{
        width: auto;
        max-width: 100%;
    }
    .filterForm,
    .filterContent{
        width: 100%;
        max-width: 100%;
    }
    .formGroup .panel{
        display: none;
    }
    .formGroup .panel._active{
        display: flex;
        padding: 12px 16px;
        border-radius: 30px;
        border: 1px solid #242424;
    }
    .accordion{
        padding: 12px;
        border-radius: 30px;
        border: 1px solid #242424;
        cursor: pointer;
    }
    .accordion:hover{
        border-color: #3EAC57;
    }
}
@media screen and (max-width: 1060px) {
    .popupItem{
        width: 96vw;
    }
}
@media screen and (max-width: 1024px) {
    .postPage{
        font-size: 16px;
    }
    .postPage h4{
        font-size: 16px;
    }
    .fileItem{
        width: 100%;
    }
    .fileItem .bg{
        width: auto;
        opacity: 0.6;
    }
    .mainNav .container{
        flex-wrap: wrap;
    }
    .mainNav .link{
        flex: unset;
        width: calc(50% - 4px);
        height: 200px;
    }
    .mainNav .link > div p{
        height: unset;
    }
    .mainNav .link > div{
        max-width: 320px;
    }
    .serviceItem .bg{
        width: 220px;
        height: 180px;
        bottom: 0;
        top: unset;
    }
    .serviceItem .number{
        font-size: 80px;
    }
    h3, .cl-title{
        font-size: 18px;
    }
    .serviceItem{
        min-height: 180px;
        height: 180px;
        padding: 24px;
    }
    .otherItem{
        min-height: 240px;
    }
    .base{
        padding: 44px 0;
    }
    .newsItem{
        min-height: 200px;
    }
    .gridItem:nth-child(odd) .newsItem.n1, .gridItem:nth-child(even) .newsItem.n3{
        padding-bottom: 60px;
    }
    .footMenu{
        gap: 64px;
    }
    body{
        font-size: 14px;
    }
    .headerMenu{
        display: none;
    }
    .headerLink{
        padding: 6px 12px;
    }
    .headerPhone{
        margin: 0;
    }
    .headerRow{
        gap: 12px;
    }
    .burgerBtn{
        display: block;
        width: 36px;
        height: 28px;
        min-height: 28px;
        position: relative;
        margin-left: 12px;
        cursor: pointer;
    }
    .burgerBtn::after,
    .burgerBtn::before,
    .burgerBtn span{
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        background: #FFFFFF;
        border-radius: 2px;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        transition: all 0.4s;
    }
    .burgerBtn::after{
        top: unset;
        bottom: 0;
    }
    .burgerBtn span{
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .burgerBtn:hover::after,
    .burgerBtn:hover::before,
    .burgerBtn:hover span{
        background: #3EAC57;
    }
    .painted .burgerBtn:hover::after,
    .painted .burgerBtn:hover::before,
    .painted .burgerBtn:hover span{
        background: #228538;
    }
    .header.painted{
        padding: 12px 0;
    }
    .burgerBtn._active span{
        opacity: 0;
    }
    .burgerBtn._active::after{
        left: 50%;
        top: 50%;
        bottom: unset;
        transform: translate(-50%,-50%) rotate(45deg);
    }
    .burgerBtn._active::before{
        left: 50%;
        top: 50%;
        bottom: unset;
        transform: translate(-50%,-50%) rotate(-45deg);
    }
    .burgerMenu{
        display: block;
        top: -110vh;
    }
    .burgerMenu._active{
        top: 0;
    }
    .slideContent{
        justify-content: flex-start;
        padding-top: 144px;
    }
    .customDots{
        max-width: 100%;
        padding: 0 20px;
        left: 0;
        right: unset;
        flex-direction: row;
        bottom: 24px;
    }
    .mainDot{
        flex: 1;
        justify-content: space-between;
        padding: 20px;
        max-width: calc((100% - 16px) / 3);
    }
    .mainDot h3{
        font-size: 16px;
    }
    .slick-arrow{
        bottom: 180px;
        left: 64px;
    }
    .slick-prev{
        left: 20px;
    }
    .titleWrapper h2{
        font-size: 32px;
    }
    .eventText{
        font-size: 18px;
    }
    .headerRow .headerLink:not(.search){
        display: none;
    }
}
@media screen and (max-width: 960px) {
    .headerLink{
        padding: 0;
    }
    .mainDot p{
        color: #242424;
    }
    .serviceTop{
        flex-direction: column;
        gap: 24px;
    }
    .serviceTop .col{
        width: 100%;
    }
    .titleWrapper h2{
        font-size: 28px;
    }
    .slideContent{
        min-height: 600px;
        max-height: 600px;
    }
    .customDots{
        flex-direction: column;
        position: relative;
        right: unset;
        left: unset;
        bottom: unset;
        padding-top: 24px;
    }
    .mainDot{
        max-width: 100%;
        background: #FBFBFB;
        box-shadow: 0px 0px 8px rgba(30, 23, 8, 0.1);
        color: #242424;
    }
    .mainDot a{
        color: #242424;
    }
    .slick-arrow{
        bottom: 32px;
    }
    .mainDot a:hover{
        color: #3EAC57;
    }
    .footMenu{
        gap: 48px;
    }
    .sliderWrapper[data-slider="stories"]{
        margin: 0 -5px;
    }
    .sliderWrapper[data-slider="stories"] .slick-arrow{
        right: 10px;
    }
    .sliderWrapper[data-slider="stories"] .slick-prev{
        right: 52px;
    }
    .storiesItem .content{
        gap: 12px;
        padding: 20px;
    }
    .gridItem{
        display: flex;
        flex-direction: column;
    }
    .newsItem{
        padding: 36px !important;
        justify-content: flex-start !important;
    }
    .newsItem h3{
        max-width: 640px;
    }
    .otherItem{
        min-height: 200px;
    }
    .otherItem{
        padding: 32px;
        font-size: 20px;
    }
    .otherItem p{
        max-width: 240px;
    }
    .serviceItem{
        width: 100%;
    }
    .serviceItem h3{
        max-width: calc(100% - 240px);
    }
    .serviceItem .bg{
        right: 10px;
    }
    .footerWrapper{
        flex-direction: column;
        gap: 32px;
    }
    .footFirst{
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .footMenu{
        max-width: 100%;
        justify-content: space-between;
        gap: 16px;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 768px) {
    .faqNav{
        flex-direction: column;
    }
    .row > .useful{
        width: calc(50% - 8px);
    }
    .storiesItem h3{
        font-size: 18px;
    }
    .jarmItem{
        width: 100%;
    }
    .postPage h4{
        font-size: 14px;
    }
    .postPage{
        font-size: 14px;
    }
    .eventText{
        font-size: 16px;
    }
    .sliderWrapper[data-slider="similar"]{
        margin-top: 16px;
    }
    .sliderWrapper .newsItem{
        margin: 0;
    }
    .sliderWrapper[data-slider="similar"] .storiesItem{
        margin: 0;
    }
    .newsItem::after{
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, .1);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .faqHead{
        font-size: 16px;
        padding: 16px 24px;
    }
    .faqHead span{
        font-size: 20px;
    }
    .contactsWrapper{
        flex-wrap: wrap;
        gap: 24px;
    }
    .contactsWrapper .col{
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }
    .contactItem{
        width: calc(50% - 8px);
    }
    .contactItem:nth-child(3){
        width: 100%;
    }
    .contactItem br{
        display: none;
    }
    .map{
        width: 100%;
        height: 300px;
    }
    .titleWrapper h2{
        font-size: 24px;
    }
    h3, .cl-title{
        font-size: 16px;
    }
    .otherItem{
        font-size: 18px;
    }
    .popupFlow{
        padding: 32px;
    }
    .devprimbar-agency__title{
        font-size: 16px;
    }
    .devprimbar-agency{
        padding: 16px;
        gap: 12px;
    }
    .agency__logo{
        width: 80px;
        height: 80px;
        min-width: 80px;
    }
    .slick-dots{
        gap: 12px;
    }
    .serviceItem{
        height: unset;
    }
    .sliderWrapper .storiesItem{
        margin: 0;
    }
    .sliderWrapper[data-slider="stories"]{
        margin: 0;
    }
}
@media screen and (max-width: 740px) {
    .ajaxWrapper .storiesItem{
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    h4, h5{
        font-size: 14px;
    }
    .contactItem{
        width: 100%;
        gap: 12px;
    }
    .contactItem h3{
        font-size: 16px;
    }
    .postImages{
        flex-direction: column;
    }
}
@media screen and (max-width: 600px) {
    .b24-form-wrapper{
        border-radius: 16px !important;
    }
    .formGroup .panel, .accordion,
    .popupItem,
    .searchItem,
    .postPage iframe, .faqNavItem,
    .founder, .postPage img{
        border-radius: 16px;
    }
    .hero, .hero > .container{
        min-height: 280px;
    }
    .otherItem{
        width: 100%;
    }
    h1, .mainSlide h2{
        font-size: 32px;
    }
    .mainNav .link{
        height: 160px;
        border-radius: 16px;
    }
    .faqItem, .faqHead{
        border-radius: 16px;
    }
    .serviceItem, .storiesItem, .newsItem, .mainDot, input, .btn, .devprimbar-agency{
        border-radius: 16px;
    }
    .otherItem{
        border-radius: 16px;
        padding: 24px;
    }
    .burgerContent{
        padding: 24px 20px;
    }
    .headerLink{
        display: none;
    }
    .documentsCats a{
        border-radius: 16px;
    }
}
@media screen and (max-width: 540px) {
    .storiesItem .image{
        height: 300px !important;
    }
    .storiesItem .content{
        gap: 8px;
    }
    .storiesItem h3{
        font-size: 16px;
    }
    .documentsCats a{
        padding: 8px 16px;
    }
    .mainNav .link{
        width: 100%;
    }
    .footMenu{
        flex-direction: column;
    }
    .footFirst{
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }
    .footer{
        margin-top: 24px;
    }
    .logotype img{
        height: 64px;
    }
    .otherItem h3{
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {
    .row > .useful{
        width: 100%;
    }
    .faqContent{
        padding: 12px 16px;
    }
    .faqHead{
        font-size: 14px;
        padding: 16px;
    }
    .popupForm{
        width: 96vw !important;
    }
    h1, .mainSlide h2{
        font-size: 28px;
    }
    .titleWrapper h2{
        font-size: 20px;
    }
    .serviceItem .bg{
        display: none;
    }
    .serviceItem h3 {
        max-width: calc(100% - 80px);
    }
    .serviceItem .number{
        font-size: 60px;
    }
    .headerRow .headerPhone{
        display: none;
    }
    .popupFlow{
        padding: 24px;
        text-align: center;
    }
    .devprimbar-agency{
        flex-direction: column;
        text-align: center;
    }
}
@media screen and (max-width: 440px) {
    .storiesItem .image{
        height: 250px !important;
    }
    .container{
        padding: 0 16px;
    }
    .base{
        padding: 36px 0;
    }
    .titleWrapper{
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .titleWrapper h2{
        line-height: 32px;
    }
    .titleWrapper h2::after{
        height: 32px;
    }
    .storiesItem .content{
        gap: 8px;
        padding: 16px;
    }
    .newsItem{
        padding: 20px !important;
    }
    .newsItem .defaultLink{
        right: unset;
        bottom: unset;
        position: relative;
        margin-top: auto;
    }
}
@media screen and (max-width: 414px) {
    .burgerContent .btn{
        flex: none;
    }
}