@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:regular,500,600,700&display=swap);

@font-face {
	font-family: "icons";
	src: url("../fonts/icons.eot?94xf2a");
	src: url("../fonts/icons.eot?94xf2a#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?94xf2a") format("truetype"), url("../fonts/icons.woff?94xf2a") format("woff"), url("../fonts/icons.svg?94xf2a#icons") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^=_icon-]::before,
[class*=_icon-]::before {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icons" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

._icon-close:before {
	content: "\e90c";
}

._icon-pdf:before {
	content: "\e900";
}

._icon-search:before {
	content: "\e902";
}

._icon-tarif:before {
	content: "\e903";
}

._icon-tg:before {
	content: "\e904";
}

._icon-vk:before {
	content: "\e905";
}

._icon-warning:before {
	content: "\e906";
}

._icon-www_link:before {
	content: "\e907";
}

._icon-arrow-right--regular:before {
	content: "\e908";
}

._icon-arrow-right--bold:before {
	content: "\e909";
}

._icon-doc:before {
	content: "\e90e";
}

._icon-download:before {
	content: "\e90f";
}

._icon-dzen:before {
	content: "\e910";
}

._icon-odnoklassniki:before {
	content: "\e912";
}

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	scrollbar-color: #264796 #f0f2f7;
	scrollbar-width: thin;
}

*::-moz-selection {
	background: #264796;
	color: #264796;
}

*::selection {
	background: #264796;
	color: #264796;
}

*::-webkit-scrollbar {
	cursor: pointer;
	width: 2px;
	background: transparent;
	border-radius: 0px;
}

*::-webkit-scrollbar-thumb {
	cursor: pointer;
	background: #264796;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	border-radius: 0px;
}

*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	scrollbar-color: #264796 #264796;
	scrollbar-width: thin;
}

*::before::-moz-selection,
*::after::-moz-selection {
	background: #264796;
	color: #264796;
}

*::before::selection,
*::after::selection {
	background: #264796;
	color: #264796;
}

*::before::-webkit-scrollbar,
*::after::-webkit-scrollbar {
	cursor: pointer;
	width: 2px;
	background: #f0f2f7;
	border-radius: 0px;
}

*::before::-webkit-scrollbar-thumb,
*::after::-webkit-scrollbar-thumb {
	cursor: pointer;
	background: transparent;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	border-radius: 4px;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 150px;
}

@media (max-width: 1920px) {
	html {
		scroll-padding-top: calc(50px + 100 * (100vw - 320px) / 1600);
	}
}

html,
body {
	min-width: 320px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

body {
	color: #1b2336;
	line-height: 1;
	font-family: "Source Sans Pro";
	font-size: 16px;
	background: #f0f2f7;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

nav,
footer,
header,
aside {
	display: block;
}

input,
button,
textarea {
	outline: none;
	font-family: "Source Sans Pro";
	font-size: inherit;
}

button {
	cursor: pointer;
	color: inherit;
	background: transparent;
}

button:active,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0 !important;
}

a {
	cursor: pointer;
	color: inherit;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

html.lock {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}

.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}

.wrapper>main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.wrapper>* {
	min-width: 0;
}

[class*=__container] {
	margin: 0 auto;
	width: 100%;
	padding-left: 21px;
	padding-right: 21px;
	max-width: 1610px;
}

.fancybox__container {
	max-width: 100% !important;
}