body, html {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
}

body {
/*	background-color: #ff0;*/
}

.top {
	min-height: 50px;
	border-bottom: solid 1px #f0f0f0;
	padding-top: 25px;
	padding-bottom: 25px;
}

.top-line {
	display: grid;
	grid-template-columns: 1fr 1fr 50px 50px;
	font-size: 120%;
	font-weight: 300;
}

.top-line .icon {
	height: 32px;
	margin-right: 10px;
}

.logo img {
	height: 65px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.menu-line {
	display: grid;
	grid-template-columns: 270px 1fr;
	align-items: center;

}
.menu {
	text-align: right
}

.menu ul {
	margin: 0px;
	padding: 0px;
}

.menu ul li {
	display: inline-block;
	text-transform: uppercase;
	margin-left: 20px;
}

.menu ul li a {
	color: #333333;
	font-size: 115%;
}

.menu ul li a.active {
	color: #52af8c;
}

.slider .slider-container .swiper-slide img {
	width: 100%;
}

.slider {
	box-shadow: 0px 7px 7px 4px rgba(0,0,0,0.3);
	margin-bottom: 95px;
}

.about {
	margin-bottom: 95px;
}

.who {
	font-size: 200%;
	text-align: center;
	border-right: 5px solid #52af8c;
	padding-top: 35px;
	padding-bottom: 35px;
}

.comment {
	font-size: 120%;
	font-weight: 300;
}

.services {
	background-color: #f5f5f5;
	font-size: 120%;
	font-weight: 300;
	padding-bottom: 65px;
	padding-top: 45px;
}

.services h2 {
	text-align: center;
	margin-bottom: 45px;
}


.services .row>div {
	margin-bottom: 25px;
}

.services .mr-3 {
	width: 48px;
}

.contactme {
	background-color: #52af8c;
	color: #ffffff;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
}

.contactme h2 {
	font-size: 220%;
	font-weight: 300;
}

.contactme h3 {
	font-size: 140%;
	font-weight: 300;
}

.contactme .btn-outline-secondary {
	border-radius: 28px;
	color: #ffffff;
	border: 2px solid #ffffff;
	margin-top: 20px;
	padding: 15px 25px;
}


.contactme .btn-outline-secondary:hover {
	background-color: #307c5f;
}

.btn-rounded-primary {
	border-radius: 28px;
	color: #f5f5f5;
	border: 2px solid #307c5f;
	margin-top: 20px;
	padding: 15px 25px;
	/*background-color: #fff;*/
	background-color: #307c5f;
	text-transform: uppercase;
}

.btn-rounded-primary:hover {
	background-color: #206c4f;
	border: 2px solid #307c5f;
}


.slide-top .swiper-button-next {
	margin-right: 100px;
	color: #c0c0c0;
}

.slide-top .swiper-button-prev {
	margin-left: 100px;
	color: #c0c0c0;
}

.slide-brands .swiper-button-next {
	margin-right: 0px;
	color: #c0c0c0;
}

.slide-brands .swiper-button-prev {
	margin-left: -0px;
	color: #c0c0c0;
}



footer img {
	width: 100%;
}

.menu-block {
	position: sticky;
	top: 0px;
	z-index: 100;
	background-color: #fff;
}

.pays {
	padding: 65px;
	background-color: #fff;
}

.pays .media {
	font-size: 120%;
}

.pays .media>img {
	height: 22vh;
	padding-right: 25px;
}

.swiper-pagination {
	bottom: auto;
	top: 0px;
	margin-bottom: 65px; 
}

.slide-pays .swiper-wrapper {
	margin-top: 65px;
}


.stats-container {
	background-color: rgba(33,33,33,0.5);
	min-height: 50vh;
	display: grid;
	align-items: center;
	color: #ffffff;
}

.num-col-1 {
	font-size: 230%;
	font-weight: 500;
	display: inline-block;
	border-bottom: 5px solid #ffffff;
}

.num-text {
	display: block;
	font-size: 150%;
	font-weight: 600;
}

.num-text-small {
 font-size: 28px;
 display: block;
 font-weight: 500;
 margin-bottom: -20px;
}

.num-block>img {
	width: 60px;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	margin-top: -45px;
}

.num-value {
	font-size: 80px;
}

.num-value-small {
	font-size: 50px;
	font-weight: 500;
}

.slide-brands .swiper-slide {
	width: auto;
	align-items: center;
	text-align: center;
}


.top1 { display: none}
.menu-block1 { display: none}
.slider1 { display: none}
.about1 { display: none}
.services1 { display: none}
.stats1 { display: none}
.pays1 { display: none}
.contactme1 { display: none}

.brands1 { display: none}
.contacts1 { display: none}
footer1 {display: none}

.map-block { 
	box-shadow: 0px 7px 15px 4px rgba(0,0,0,0.1);
}

.brands {
	padding-top: 5px;
	box-shadow: 0px 15px 15px 7px rgba(0,0,0,0.1);
	padding-bottom: 65px;
}

.slide-kassa {
	height: 400px;
}

.kassa-block {
	padding: 20px;
}

.kassa-block .swiper-slide {
	padding-left: 30px;
}

.kassa-block .swiper-slide:before {
	content: "";
	display: block;
	position: absolute;
	margin-left: -30px;
	background-image: url('/img/map-point.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 20px;
	height: 42px;
}

.slide-kassa .swiper-button-next {
	color: #307c5f;
	transform: rotate(90deg);
	bottom: 10%;
	right: 20%;
	position: absolute;
	margin-top: auto;
	font-size: 32pt !important; 
}

.slide-kassa .swiper-button-next:after {
	line-height: 70px;
	font-size: 70px;
	font-weight: 500;
}

.slide-kassa .swiper-button-prev {
	color: #307c5f;
	transform: rotate(90deg);
	top: 10%;
	right: 20%;
	position: absolute;
	margin-top: auto;
	margin-left: auto;
}




.slide-kassa .swiper-button-prev:after {
	line-height: 70px;
	font-size: 70px;
	font-weight: 500;
}


.swiper-button-next, .swiper-button-prev {
	color: #307c5f;	
}


.swiper-pagination-bullet-active {
	color: #307c5f;	
	background-color: #307c5f;
}
.icon-28 {
	width: 28px;
}

.icon-32 {
	margin-top: 10px;
	height: 52px;
	display: inline-block;
}	


.contacts { 
	padding-top: 95px;
	padding-bottom: 95px;
}

.contacts ul {
	margin-top: 25px;
 	list-style: none;
 	font-size: 130%;
 	line-height: 170%
}

.contacts ul img {
	position: absolute;
	margin-left: -2em;
	margin-top: 0.3em;
	width: 1.4em;
	vertical-align: middle;
}

.contacts ul li {
	margin-top: 1em;
}

.contacts .promo-img {
	width: 70%;
} 

footer {
	border-top: 3px solid #307c5f;
	padding-top: 35px;

}

footer a {
	text-transform: uppercase;
	color: #333333;
}

footer a.active {
 	color: #307c5f;
}

footer ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: left;
}


footer ul li {
	text-align: left;
	line-height: 2.5em;
}


.btn-outline-secondary {
	border-radius: 28px;
	color: #ffffff;
	border: 2px solid #ffffff;
	margin-top: 20px;
	padding: 15px 25px;
}


.copyright {
	color: #c0c0c0;
	text-align: center;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
}



@media (max-width: 575.98px) { 
 	body {
		margin-top: 70px;
	}

 .brand-image img {
 	width: 20vw;
 }
 
 .brand-text {
	font-size: 80%;
 }

 .contacts .promo-img {
 	width: 120px;
 	margin: 0 auto;
 	display: block;

 }
 .contacts h2 {
 	font-size: 140%;
 	text-align: center;
 	margin-top: 1em;
 }
 .contacts {
 	font-size: 100%;
 }

 .brands h2 {
 	font-size: 140%;
 }

 .map-block h2 {
 	font-size: 140%;
 }
 .map-block .swiper-button-next {
	display: none;
 }
 .map-block .swiper-button-prev {
	display: none;
 }
 .contactme h3 {
 	font-size: 120%;
 }
 .contactme h2 {
 	font-size: 150%;
 }

 .menu-block {
 	display: none;
 }

 .pays {
 	padding-left: 0px;
 	padding-right: 0px;
 }

.pays img {
	display: none;
}

.stats-container {
	text-align: center;
	font-size: 80%;
}

.stats-container {
	padding: 25px;

}


}

.media-image-mobile {
	text-align: center;
	width: 100%;
}

.media-image-mobile img {
	width: 30vw;
	display: inline-block;
	margin-bottom: 15px;
}


@media (min-width: 576px) and (max-width: 767.98px) { 
	body {
		margin-top: 60px;
	}
 .contacts .promo-img {
 	width: 120px;
 	margin: 0 auto;
 	display: block;

 }
 .contacts h2 {
 	font-size: 140%;
 	text-align: center;
 	margin-top: 1em;
 }
 .contacts {
 	font-size: 100%;
 }

 .brands h2 {
 	font-size: 140%;
 }

 .map-block h2 {
 	font-size: 140%;
 }
 .map-block .swiper-button-next {
	display: none;
 }
 .map-block .swiper-button-prev {
	display: none;
 }
 .contactme h3 {
 	font-size: 120%;
 }
 .contactme h2 {
 	font-size: 150%;
 }

 .menu-block {
 	display: none;
 }

 .pays {
 	padding-left: 0px;
 	padding-right: 0px;
 }

 .pays .swiper-button-next {
	display: none;
 }
 .pays .swiper-button-prev {
	display: none;
 }


.pays img {
	display: none;
 }


 .swiper-button-next {
	display: none;
 }
 .swiper-button-prev {
	display: none;
 }


}


.doc-block {
	margin-top: 95px;
}

.doc-block ul {
	margin-left: 0px;
	padding-left: 0px;
}

.doc-block ul li {
	list-style: none;
	margin-left: 0px;
	padding-left: 50px;
	line-height: 150%;
	position: relative;
	padding-bottom: 35px;
}

.doc-block ul li a {
	text-transform: uppercase;
	color: #333333;
}

.doc-block ul li a:hover {
	color: #52AF8C;
}

.doc-block ul li:before {
	content: "";
	display: block;
	background-image: url('/img/doc.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0%, 50%;
	width: 38px;
	height: 38px;
	position: absolute;
	left: 0px;
	top: -10px;
}


@media (min-width: 768px) and (max-width: 991.98px) { 
 .contacts {
 	font-size: 100%;
 }


}


@media (min-width: 992px) and (max-width: 1199.98px) { ... }


@media (min-width: 1200px) { ... }

@media (max-width: 575.98px) { 
	.doc-block ul li:before {
		top: 0px;
	}
}

.mobile-top {
	display: grid;
	grid-template-columns: 50px 1fr 50px;
	position: fixed;
	width: 100%;
	top: 0px;
	padding: 10px;
	align-items: center;
	align-content: center;
	text-align: center;
	border-bottom: 2px solid #307c5f;
	background-color: #fff;
	z-index: 1000;
}

.mobile-icon {
	height: 32px;
}

.mobile-logo {
 	height: 50px;
}

.mobile-menu {
   margin-top: 25px;
   grid-column-start: 1;
   grid-column-end: 4;
   grid-row-start: 2;
}

.mobile-menu ul {
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	padding-inline-start: 0px;
}

.mobile-menu ul li {
	padding: 0px;
	margin: 0px;
	line-height: 200%;
}

.mobile-menu ul li a {
	color: #333333;
}

.mobile-menu ul li a.active {
	color: #307c5f;	
}

.mobile-slider {
	padding-top: 30px; 
	text-align: center; 
	/*background-image: url('/img/mobile-slider.jpg');*/
	/*background-color: #f00;*/
	/*background-image: url('/img/lottery/top-banner.png');*/
	background-position: bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	font-size: 70%;
	min-height: 220px;
}


.page {
	/*min-height: 60vh;*/
}

.btn-rounded-primary:disabled {
	background-color: #f0f0f0;
	color: #999999;
	border:  1px solid #999999;
	cursor: not-allowed;
}


.cookie-notification .cookie-notification__body {
	font-size: 14px;
	line-height: 120%;
}

.cookie-notification .cookie-notification__body p {
	margin-top: 0px;
	margin-bottom: 5px;
}