@charset "utf-8";
html,
body {
	height: 100%;
	width: 100%;
	position: relative;
}
body *,
*::before,
*::after {
	cursor: default;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
a,
button {
	outline: none !important;
}
a *,
.btn *,
.btn::before,
.btn::after {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}
a,
a *,
.btn,
.btn *,
a *::before,
.btn *::before {
	cursor: pointer;
}
header,
main,
section,
article,
footer {
	position: relative;
	height: auto;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	position: relative;
}
* > h1:first-child,
* > h2:first-child,
* > h3:first-child,
* > h4:first-child,
* > h5:first-child,
* > h6:first-child,
* > p:first-child,
* > ul:first-child,
* > ol:first-child,
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
	margin-top: 0;
}
* > p:last-child,
* > ul:last-child,
* > ol:last-child {
	margin-bottom: 0;
}
[class*="columns-"] {
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
div[class*="wrapper-"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.delimiter {
	height: 0;
	float: none;
	clear: both;
}

/* Отступы */

.mt15 {
	margin-top: 15px;
}
.mt30 {
	margin-top: 30px;
}
.mt45 {
	margin-top: 45px;
}
.mt60 {
	margin-top: 60px;
}
.mt90 {
	margin-top: 90px;
}
.mt120 {
	margin-top: 120px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb120 {
	margin-bottom: 120px;
}
.m15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.m30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.m45 {
	margin-top: 45px;
	margin-bottom: 45px;
}
.m60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.m90 {
	margin-top: 90px;
	margin-bottom: 90px;
}
.m120 {
	margin-top: 120px;
	margin-bottom: 120px;
}
.pt15 {
	padding-top: 15px;
}
.pt30 {
	padding-top: 30px;
}
.pt45 {
	padding-top: 45px;
}
.pt60 {
	padding-top: 60px;
}
.pt90 {
	padding-top: 90px;
}
.pt120 {
	padding-top: 120px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb45 {
	padding-bottom: 45px;
}
.pb60 {
	padding-bottom: 60px;
}
.pb90 {
	padding-bottom: 90px;
}
.pb120 {
	padding-bottom: 120px;
}
.p15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.p30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.p45 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.p60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.p90 {
	padding-top: 90px;
	padding-bottom: 90px;
}
.p120 {
	padding-top: 120px;
	padding-bottom: 120px;
}