body {
	//background-image: url(bg.jpg);
    background-size: 1140px;
    background-repeat: no-repeat;
    background-position: center top;
	margin: 0;
	color: #000;
}
* {
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	position: relative;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
h2 {
	font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #237a2f;
    text-align: center;
    margin: 10px 0 40px 0;
}
h3 {
	font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #237a2f;
    text-align: center;
    margin: 10px 0 20px 0;
}
section {
	max-width: 1140px;
	margin: 0 auto;
}

.top {
	display: flex;
    justify-content: space-around;
    align-items: center;
	min-height: 53px;
}
.top a {
	color: #000;
}
.top a:nth-child(n+2):hover {
	text-decoration: underline;
}
.top a i {
	color: #2a7d2f;
}
.adres {
	
}
.adres span {
	display: block;
}
.oll-menu {
	width: 100%;
	background: #6aaf07;
}
.menu {
	display: flex;
    justify-content: center;
    gap: 4vw;
    align-items: center;
    min-height: 60px;
}
.menu a {
	color: #fff;
	font-size: 18px;
}
.oll-first-screen {
	width: 100%;
	background-image: url(/img/first-screen.jpg);
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center top;
}
.first-screen {
	display: flex;
    justify-content: space-between;
    gap: 40px;
	min-height: 680px;
}
.first-screen-txt {
	display: flex;
    align-items: center;
    width: 100%;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
	line-height: 40px;
    text-shadow: 1px 1px 2px #000;
    text-align: center;
    padding: 0 0 100px 0;
}
.first-screen-txt span {
	display: block;
	max-width: 500px;
	margin: 0 auto;
	color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
	line-height: 40px;
    text-shadow: 1px 1px 2px #000;
    text-align: center;
    padding: 0 0 100px 0;
}
.callback-block {
	background: rgb(0 0 0 / 70%);
	min-width: 435px;
}
.callback-block h3 {
	color: #fff;
	font-size: 16px;
	margin: 40px 0 20px 0;
}

#countdown {
	display: flex;
	justify-content: center;
	align-items: center;
}
#countdown div {
	margin: 10px 15px;
	font-size: 24px;
	color: #fff;
}
.countdown-item {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.countdown-no {
	display: none;
}
#days, #hours, #minutes {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 6px 0;
    margin: 0 0 5px 0;
    width: 96px;
    height: 96px;
    border: 6px solid #fff;
    border-radius: 50px;
    font-size: 34px;
}
#days:before, #hours:before, #minutes:before {
    content: '';
    position: absolute;
    top: -7px;
    left: -7px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 8px solid #85d4cf;
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%);
     
}
#days:before {
	animation: rotate 60s linear infinite;
} 
#hours:before {
	animation: rotate 30s linear infinite;
} 
#minutes:before {
	animation: rotate 15s linear infinite;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
        clip-path: polygon(50% 50%, 50% 0%, 100% 0%);
    }
    100% {
        transform: rotate(360deg);
        clip-path: polygon(50% 50%, 50% 0%, 100% 0%);
    }
}

.countdown-item span {
    display: block;
    text-align: center;
}

.countdown-item > span:first-child {
    margin-bottom: 5px;
}

.zifras {
	display: flex;
	max-width: 100%;
}
.zifras div {
	display: flex;
	justify-content: center; 
    align-items: center;
    padding: 0 20px;
    min-height: 130px;
    text-align: center;
	width: 25%;
}
.zifras div:nth-child(1) {
	background: #1b541f;
}
.zifras div:nth-child(2) {
	background: #246628;	
}
.zifras div:nth-child(3) {
	background: #29702c;
}
.zifras div:nth-child(4) {
	background: #2f8134;
}
.zifras div span {
	font-size: 18px;
	color: #fff;
}
.zifras div span b {
	font-size: 30px;
}

.oll-first-pahlava {
	width: 100%;
}
.oll-first-pahlava:before {
	content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(50% - 590px);
    background-image: url(/img/pahlava.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}
.oll-first-pahlava:after {
	content: "";
    top: 0;
    width: calc(50% - 590px);
    bottom: 0;
    right: 0;
    background-image: url(/img/pahlava.png);
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	transform: scale(-1, 1);
    position: absolute;
}
.pahlava {
	margin: 80px auto 0 auto;
}

.pahlava-block {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.pahlava-item:nth-child(1) { grid-area: 1 / 1 / 2 / 4; }
.pahlava-item:nth-child(2) { grid-area: 1 / 4 / 2 / 6; }
.pahlava-item:nth-child(3) { grid-area: 1 / 6 / 2 / 9; }
.pahlava-item:nth-child(4) { grid-area: 2 / 1 / 3 / 5; }
.pahlava-item:nth-child(5) { grid-area: 2 / 5 / 3 / 9; }
.pahlava-item {
	display: grid;
	grid-template-columns: 60px 1fr;
	grid-template-rows: 25px 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 0px;
}
.pahlava-img {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
	    padding: 0 0px 5px 0;
    background: #71b21a;
    border-radius: 50px;
    outline: 2px dotted #fff;
    outline-offset: -4px;
    color: #fff;
    font-size: 24px;
	font-weight: 600;
	grid-area: 1 / 1 / 3 / 2;
}
.pahlava-item span:nth-child(2) {
	font-size: 16px;
	font-weight: 600;
}
.pahlava-item span:nth-child(3) {
	
}

.assortiment {
	margin: 80px auto;
}
.assortiment-block {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}
.assortiment-item {
	background: #fff;
    border: 0;
    cursor: pointer;
}
.assortiment-item img {
	width: 100%;
}
.assortiment-item:hover img {
	box-shadow: 2px 2px 10px #ccc;
}

/* Общие стили для затемнения фона */
#popup-overlay1, #popup-overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
	z-index: 10000;
}

/* Стили для самих окон */
#popup1, #popup2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.to-close {
	position: absolute;
    top: 10px;
    right: 10px;
    background: #1b541f;
    color: #fff;
    font-size: 20px;
    padding: 0 0 3px 0;
    width: 26px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}
#popup1 img, #popup2 img {
	width: 170px;
    float: left;
    margin: 0 30px 10px 0;
}
#popup1 ul, #popup1 ol, #popup2 ul, #popup2 ol {
	margin: 0;
    padding: 0 0 0 20px;
}

.kak-rabotaem {
	margin: 80px auto;
}
.kak-rabotaem-block {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 8% 0 8%;
}
.kak-rabotaem-block span {
	display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
	align-items: center;
    font-size: 18px;
    font-weight: 600;
    max-width: 250px;
    text-align: center;
    
}
.kak-rabotaem-block span img {
	width: 50px;
	margin: 0 auto;
}
.rab-img {
	width: 24px;
    margin: -40px 0 0 0;
 }

.galereya {
	margin: 80px auto;
}
.galereya-block {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.galereya-block a {
	overflow: hidden;
    border-radius: 10px;
}
.galereya-block a:before {
	content: "";
	float: left;
    padding-top: 100%;
}
.galereya-block a img {
	height: 100%;
    width: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;;
}
.oll-first-svyazhites-s-nami {
	width: 100%;
	background: #1b541f;
}
.svyazhites-s-nami {
	
}
.about {
	margin: 80px auto;
}
.map {
    filter: saturate(3%);
	max-width: 100%;
}

.oll-first-footer {
	max-width: 100%;
	background: #363636;
}
.footer {
	display: flex;
    justify-content: space-between;
    align-items: center;
	min-height: 80px;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer a:nth-child(n+2):hover {
	text-decoration: underline;
}
.footer a i {
	color: #2a7d2f;
}
.footer-btn {
	color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: #2a7d2f;
    border: 1px solid #2a7d2f;
    border-radius: 6px;
    line-height: 40px;
    text-align: center;
    width: 260px;
    cursor: pointer;
}
.footer-btn:hover {
	color: #2a7d2f;;
	background: #fff;
}



@media screen and (max-width: 524px) {
.top, .footer {
    flex-wrap: wrap;
	padding: 10px 0;
	gap: 14px 5px;
	justify-content: center;
	text-align: center
}
.top a, .footer a {
    width: 100%;
    text-align: center;
}
.top a:nth-child(n+2), .footer a:nth-child(n+2) {
	width: 49%;
	line-height: 24px;
}
.menu {
    flex-wrap: wrap;
	padding: 15px 0;
}
.menu a:nth-child(1) {
	display: none;
}
.menu a {
	width: 46%;
	text-align: center;
	line-height: 24px;
}
.first-screen {
    flex-wrap: wrap;
}
.first-screen-txt {
	font-size: 24px;
	padding: 80px 0 0 0;
	max-width: 100%;
}
.callback-block {
    padding: 0 0 25px 0;
    margin: 5px auto;
	min-width: 100%;
}
#countdown div {
    margin: 10px 5px;

}
.pahlava-block {
    display: flex;
    flex-wrap: wrap;
}
.pahlava-item {
    grid-template-rows: 44px 1fr;
}
.pahlava-item span:nth-child(2) {
    display: flex;
    align-items: center;
}
.assortiment-block {
    margin: 0 20px;
}
.zifras {
    flex-wrap: wrap;
}
.zifras div {
    min-width: 100%;
}
.pahlava {
    padding: 0 20px;
}
.assortiment-block {
    grid-template-columns: 1fr;
}
.kak-rabotaem-block {
    flex-wrap: wrap;
	flex-direction: column;
}
.rab-img {
	transform: rotate(90deg);
    margin: 20px 0;
}
.kak-rabotaem-block span {
    min-width: 90%;
}
.galereya-block {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
}
.exform_wrapper.svyazhites .exform_header {
    font-size: 22px!important;
}
.exform_wrapper.svyazhites .exform_addmsg {
    font-size: 14px!important;
}
.about {
    padding: 0 20px;
}

#popup-overlay1, #popup-overlay2 {
    position: absolute;
}






	
}












