@import url(https://fonts.googleapis.com/css?family=Inter:300,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^=rs-icon-]::before,
[class*=" rs-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;
}

.rs-icon-check:before {
	content: "\e903";
	color: #fff;
}

.rs-icon-check-full:before {
	content: "\e90a";
	color: #47ad29;
}

.rs-icon-caret-left:before {
	content: "\e904";
	color: #ff3d00;
}

.rs-icon-caret-right:before {
	content: "\e905";
	color: #ff3d00;
}

.rs-icon-caret-down:before {
	content: "\e906";
	color: #ff3d00;
}

.rs-icon-clock:before {
	content: "\e907";
	color: #ff3d00;
}

.rs-icon-ok:before {
	content: "\e90c";
	color: #fff;
}

.rs-icon-search:before {
	content: "\e90d";
	color: #ff3d00;
}

.rs-icon-vk:before {
	content: "\e911";
	color: #fff;
}

.rs-icon-arrow-right:before {
	content: "\e912";
	color: #fff;
}

.rs-icon-close:before {
	content: "\e913";
}

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	scrollbar-color: #FF3D00 #fff;
	scrollbar-width: thin;
}
*::-webkit-scrollbar {
	cursor: pointer;
	width: 6px;
	background: transparent;
	border-radius: 4px;
}

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

*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	scrollbar-color: #FF3D00 #FF3D00;
	scrollbar-width: thin;
}
*::before::-webkit-scrollbar, *::after::-webkit-scrollbar {
  cursor: pointer;
  width: 6px;
  background: #fff;
  border-radius: 4px;
}

*::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: 30px;
}

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

@media (max-width: 1169px) {
	html {
		scroll-padding-top: calc(15px + 15 * (100vw - 320px) / 849);
	}
}

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

body {
	color: #111111;
	line-height: 1;
	font-family: "Inter";
	font-size: 14px;
	background-color: #fff !important;
	-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: "Inter";
	font-size: inherit;
}

button {
	cursor: pointer;
	color: inherit;
	background-color: 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;
}

body.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: 20px;
	padding-right: 20px;
	max-width: 1680px;
}

[class*=__container] [class*=__container] {
	padding: 0;
	max-width: 100%;
}