@import 'header.css';
@import 'banner.css';
@import 'info-block.css';
@import 'cards.css';
@import 'info-card.css';
@import 'form.css';
@import 'footer.css';

* {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
//scroll-behavior: smooth;
}

body {
	min-height: 100%;
	margin: 0!important;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

button {
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
}

button:focus, a:focus, input:focus, textarea:focus, select:focus {
	outline: none;
}

.body {
	position: relative;
	height: 100%;
	background-image: url('../img/bg-clear.png');
	background-size: cover;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	z-index: 0;
	overflow: hidden;
}

.bg-sosna {
	position: absolute;
	width: 100%;
	height: 100%;
	left: auto;
	right: auto;
	text-align: center;
	top: 0;
	z-index: -1;
	background: url(../img/bg2.png) no-repeat center;
}

.wrapper {
	max-width: calc(1332px);
	padding: 0 30px;
	margin: 0 auto;
}

.main-btn {
	cursor: pointer;
	border-radius: 10px;
}

.swal2-confirm {
	box-shadow: none!important;
}

@media(min-width: 1500px) {

}

@media(max-width: 1200px) {
	.wrapper {
		max-width: 1100px;
	}
}

@media(max-width: 992px) {
	.wrapper {
		width: 100%;
	}
}

@media (max-width: 768px) {

	/*.body {
		background-image: url('../img/bg-sm.png');
	}*/

	/*.bg-sosna {
	    background: url(../img/bg2.png);
	    background-repeat: no-repeat;
	    background-position: center
	}*/

}

@media(max-width: 576px) {
	.wrapper {
		width: 100%;
		padding: 0 20px;
	}
}
