.title-h1 {
    margin: 50px 0px;
}

.preimushestva {
    display: block;
    width: 1000px;
    max-width: 100%;
    margin: auto;
}

.preimain-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.preimain-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-evenly;
    align-content: center;
    align-items: center;
	width: 25%;
	height: 200px;
	text-align: center;
}

.preimain-icon {
	display: block;
	height: 100px;
}

.preimain-text {
	font-weight: 400;
	font-size: calc(9px + 10 * (100vw / 1920));;
}

.city-overlay {
	display: none;
	position: absolute;
	width: 100vw;
	height: 100vh;
	margin: 0px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.city-popup {
	display: block;
	position: absolute;
	height: 500px;
	width: 500px;
	max-width: 95%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: white;
	border: 1px solid gray;
	border-radius: 5px;
	padding: 2vh 2vw;
	color: black;
	text-decoration: none;
}

.city-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 10px 20px 10px;
}

.close-ic {
	width: 20px;
	height: 20px;
}

.city-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	height: 80%;
	overflow-y:scroll;
}

.city-item {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: black;
	font-size: 20px;
	font-weight: 500;
	background-color: white;
	padding: 10px 0px;
	margin: 0px 10px;
	border: 2px solid white;
	transition: 0.3s;
}

.city-item:hover {
	border-bottom: 2px solid blue;
}

#style-7::-webkit-scrollbar-track
{
	background-color: white;
	border-radius: 10px;
}

#style-7::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #C0C0C0;
}
.etapy-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    position: relative;
}

.etapy-line {
    display: block;
    width: 77%;
    top: -1px;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 2px dashed #5BBA3C;
    height: 1px;
    position: absolute;
}

.etapy-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    width: 275px;
    padding: 50px 20px 30px;
}

.etapy-img {
    display: block;
    height: 80px;
    margin: 0px 30px 20px;
}

.etapy-subtitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.etapy-description {
    font-size: 16px;
}

.etapy-dot {
    display: block;
    width: 20px;
    position: absolute;
    top: -10px;
    fill: #5BBA3C;
}

@media (max-width: 1280px) {
    .etapy-line {
        display: none;
    }

    .etapy-dot {
        display: none;
    }
    
    .etapy-item {
        flex-direction: column;
        flex-wrap: wrap;
        width: 50%;
    }
    
    .etapy-container {
        width: 700px;
        margin: auto;
    }
}

@media (max-width: 716px) {
    .etapy-container {
        width: 100%;
        margin: auto;
    }
}


.map-main {
    display: block;
    width: 95%;
    margin: auto;
}

.news-name {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 5px;
}

.news-date {
  display: block;
  width: 100%;
  font-weight: light;
  font-size: 12px;
  margin-bottom: 20px;
  color: gray;
}

.news-img {
  display: block;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}

.mySwipernews .swiper-wrapper .swiper-slide {
  padding: 0px;
  background: none;
}
    
.news-button-next {
  transform: rotate(180deg);
}

    .plitki {
	display: block;
	width: 70%;
}

.plitki-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.plitka {
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(242, 242, 242, 0.95);
	color: black;
	font-size: 15px;
	text-decoration: none;
	padding: 8px;
	border-radius: 3px;
	margin: 5px;
	transition: 0.3s;
}

.plitka:hover {
	background-color: #257de3;
	color: white;
}

.expand-but {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: blue;
	color: white;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 2px;
	margin: 5px;
	transition: 0.3s;
}

 .reviews {
        display: block;
        width: 85%;
        margin: auto;
        overflow: hidden;
        }
    .swiper {
  		width: 100%;
		}

		.mySwiperpohozh .swiper-wrapper .swiper-slide {
  		font-size: 18px;
  		background: rgba(0, 40, 65, 0.04);
  		display: flex;
  		flex-wrap: wrap;
  		justify-content: flex-start;
  		text-align: left;
  		padding: 20px;
		}

		.swiper-slide img {
  		display: block;
		}

        .pohozh-name {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.pohozh-date {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: gray;
}

.pohozh-price {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 35px;
}

.pohozh-img {
  display: block;
  width: auto !important;
  height: 200px !important;
  border-radius: 5px;
  margin-bottom: 20px;
}

.pohozh-but {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  color: white;
  background-color: #5BBA3C;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
}
        
.mySwiperpohozh .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24'><defs><path id='a' d='M6.415 11H20a1 1 0 010 2H6.413l6.294 6.293a1 1 0 01-1.414 1.414l-8-7.999a1 1 0 010-1.414l8-8.001a1 1 0 011.414 1.414L6.415 11z'/></defs><g fill='none' fill-rule='evenodd'><mask id='b' fill='%23fff'><use xlink:href='%23a'/></mask><use fill='%23005d88' fill-rule='nonzero' xlink:href='%23a'/><g fill='%23005d88' mask='url(%23b)'><path d='M0 0h24v24H0z'/></g></g></svg>") no-repeat 50%;
  background-color: rgba(195, 213, 235, 0.55);
  background-size: 18px;
}
        
.pohozh-button-next {
  transform: rotate(180deg);
}

.portfolio-img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
    
.mySwiperport .swiper-wrapper .swiper-slide {
  padding: 0px;
}
    
.port-button-next {
  transform: rotate(180deg);
}

.reviews {
  display: block;
  width: 85%;
  margin: auto;
  overflow: hidden;
}
.swiper {
  width: 100%;
}

.mySwiperposmotr .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: white;
  border: 1px solid rgba(0, 40, 65, 0.1);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  padding: 20px;
}


.posmotr-name {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.posmotr-date {
  display: block;
  width: 100%;
  font-weight: light;
  font-size: 14px;
  color: gray;
}

.posmotr-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 35px;
}

.posmotr-img {
  display: block;
  width: auto !important;
  height: 200px !important;
  border-radius: 5px;
  margin-bottom: 20px;
}

.pohozh-but {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  color: white;
  background-color: #5BBA3C;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
}

.cart-but {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  transition: 0.3s;
}

.but-icon {
  display: block;
  width: 20px !important;
  height: 20px !important;
  fill: #b3b3b3;
  transition: 0.3s;
}

.cart-but:hover {
  background-color: blue;
  border: 1px solid blue;
}

.cart-but:hover .but-icon{
  fill: #ffffff;
}
        
.mySwiperposmotr .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24'><defs><path id='a' d='M6.415 11H20a1 1 0 010 2H6.413l6.294 6.293a1 1 0 01-1.414 1.414l-8-7.999a1 1 0 010-1.414l8-8.001a1 1 0 011.414 1.414L6.415 11z'/></defs><g fill='none' fill-rule='evenodd'><mask id='b' fill='%23fff'><use xlink:href='%23a'/></mask><use fill='%23005d88' fill-rule='nonzero' xlink:href='%23a'/><g fill='%23005d88' mask='url(%23b)'><path d='M0 0h24v24H0z'/></g></g></svg>") no-repeat 50%;
  background-color: rgba(195, 213, 235, 0.55);
  background-size: 18px;
}
        
.posmotr-button-next {
  transform: rotate(180deg);
}

.reviews {
  display: block;
  width: 85%;
  margin: auto;
  overflow: hidden;
}
        
.swiper {
  width: 100%;
}

.mySwiperrevs .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: rgba(0, 40, 65, 0.04);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  padding: 20px;
  height: auto;
}



.rev-name {
  font-weight: 500;
  margin-bottom: 10px;
  color: #002841;
}

.rev-text {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #002841;
}

.rev-img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
        
.swiper .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24'><defs><path id='a' d='M6.415 11H20a1 1 0 010 2H6.413l6.294 6.293a1 1 0 01-1.414 1.414l-8-7.999a1 1 0 010-1.414l8-8.001a1 1 0 011.414 1.414L6.415 11z'/></defs><g fill='none' fill-rule='evenodd'><mask id='b' fill='%23fff'><use xlink:href='%23a'/></mask><use fill='%23005d88' fill-rule='nonzero' xlink:href='%23a'/><g fill='%23005d88' mask='url(%23b)'><path d='M0 0h24v24H0z'/></g></g></svg>") no-repeat 50%;
  background-color: rgba(195, 213, 235, 0.55);
  background-size: 18px;
}
        
.rev-button-next {
  transform: rotate(180deg);
}

 .tov-otzyvy {
	display: block;
	width: 70%;
}

.otzyvy-container {
	display: block;
}

.otzyv {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 23px 32px 14px;
	border-radius: 3px;
	border: 1px solid #ececec;
}

.otzyv-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.otzyv-name {
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	width: 100%;
}

.otzyv-date {
	display: block;
	width: 100%;
	font-size: 16px;
	color: gray;
}

.otzyv-rating {
	display: block;
	width: 150px;
}

.otzyv-chunk {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 25px 0px;
}

.otzyv-chunk-name {
	display: block;
	width: 100%;
	font-size: 16px;
	margin-bottom: 10px;
}

.otzyv-chunk-content {
	display: block;
	width: 100%;
	font-size: 18px;
}
.seotext {
    display: block;
    width: 1000px;
    max-width: 85%;
    margin: auto;
}

.seo-subtitle {
	font-size: 25px;
}

.sertificates {
	display: block;
	width: 95%;
	margin: auto;
}

.sertificates-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sertificates-img {
	display: block;
	width: 260px !important;
	margin: 20px 0px;
}
.sertificates-container .swiper-slide {
    width: auto;
}

.proizvod {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.proizv-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.proizv-item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	border: 1px solid gray;
	border-radius: 10px;
	width: 275px;
	padding: 20px;
	margin: 10px;
	text-decoration: none;
	color: black;
}

.proizv-logo {
	display: block;
	height: 150px;
}

.proizv-name {
	display: block;
	text-align: left;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
}

.proizv-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.min-price {
	font-size: 24px;
	color: gray;
}

.tov-count {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: gray;
	background-color: lightgray;
	border-radius: 20px;
	padding: 5px;
	width: 50px;
}

.vygoda-name {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 15px;
}

.vygoda-date {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: light;
  font-size: 12px;
  margin-bottom: 10px;
  color: #BEBEBE;
}

.vygoda-img {
  display: block;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}

.flash {
  display: block;
  height: 10px !important;
  width: auto !important;
  margin-right: 10px;
  margin-left: 0px;
}

.mySwipersert .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: auto;
}

.mySwipervyg .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24'><defs><path id='a' d='M6.415 11H20a1 1 0 010 2H6.413l6.294 6.293a1 1 0 01-1.414 1.414l-8-7.999a1 1 0 010-1.414l8-8.001a1 1 0 011.414 1.414L6.415 11z'/></defs><g fill='none' fill-rule='evenodd'><mask id='b' fill='%23fff'><use xlink:href='%23a'/></mask><use fill='%23005d88' fill-rule='nonzero' xlink:href='%23a'/><g fill='%23005d88' mask='url(%23b)'><path d='M0 0h24v24H0z'/></g></g></svg>") no-repeat 50%;
  background-color: rgba(195, 213, 235, 0.55);
  background-size: 18px;
}
        
.vyg-button-next {
  transform: rotate(180deg);
}

.sert-button-next {
  transform: rotate(180deg);
}

.itep-promo-product .image .image-wrapper img {
  height: auto !important;   
}

span.pohozh-name a {
    color: var(--clDark);
}
@media (max-width: 768px) {
  .preimain-item {
      width: 50%;
  }
  .preimain-icon {
    height: 80px;
  }
  
  .preimain-text {
    font-weight: 10px;
    font-size: 11px;
  }
  
  .etapy-item {
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
  }
}
