/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
	font-family: 'CoFo Sans';
	src: url('fonts/CoFoSans-Medium.woff2') format('woff2'),
		url('fonts/CoFoSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'CoFo Sans';
	src: url('fonts/CoFoSans-Regular.woff2') format('woff2'),
		url('fonts/CoFoSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'CoFo Sans';
	src: url('fonts/CoFoSans-Bold.woff2') format('woff2'),
		url('fonts/CoFoSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* ==========================================================================
   NORMALIZE
   ========================================================================== */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-family: "CoFo Sans", sans-serif;
	font-weight: 500;
	color: #1D1D1D;
	font-size: 1em;
	line-height: 1.3;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html * {
	max-height: 1000000px;
}

body {
	margin: 0;
	position: relative;
	background: #FBFBFB;
	min-width: 320px;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

img {
	border: 0;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
	border-radius: 0;
	-webkit-appearance: none;
}

button,
select {
	text-transform: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	border-radius: 0;
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ACB1C1;
	opacity: 1;
	transition: all 0.2s ease-out;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ACB1C1;
	opacity: 1;
	transition: all 0.2s ease-out;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ACB1C1;
	opacity: 1;
	transition: all 0.2s ease-out;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ACB1C1;
	opacity: 1;
	transition: all 0.2s ease-out;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.container {
	margin: auto;
	width: 970px;
	padding: 0 8px;
}

.container_big {
	width: 1164px;
}

.wrapper {
	padding-top: 63px;
	overflow: hidden;
}

.button {
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.5px;
	color: #fff;
	background: linear-gradient(180deg, #2CBC33 0%, #1F8724 100%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	border: none;
	padding: 9.5px 16px;
	transition: all 0.2s ease-out;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

.button:hover {
	opacity: 0.9;
	box-shadow: none;
}

.label {
	font-size: 14px;
	line-height: 100%;
	color: #242C33;
	margin-bottom: 6px;
}

.input {
	background: #fff;
	border: 1px solid #242C33;
	box-sizing: border-box;
	border-radius: 8px;
	color: #12131A;
	font-size: 18px;
	line-height: 150%;
	font-weight: 400;
	display: block;
	width: 100%;
	height: 43px;
	padding: 0 16px;
	outline: none;
}

.input_mini {
	font-size: 14px;
}

.input.error {
	box-shadow: inset 0 0 5px #f00;
}

.input_name {
	background-image: url(img/icon-name.png);
	background-size: 32px 16px;
	background-repeat: no-repeat;
	background-position: right center;
}

.input_phone {
	background-image: url(img/icon-phone.png);
	background-size: 29px 12px;
	background-repeat: no-repeat;
	background-position: right center;
}

.input_email {
	background-image: url(img/icon-email.png);
	background-size: 30px 11px;
	background-repeat: no-repeat;
	background-position: right center;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	border-bottom: 1px solid #EBEBEB;
	z-index: 10;
}

.header__row {
	height: 62px;
	display: flex;
	align-items: center;
	padding: 0 24px;
}

.header__logo {
	width: 130px;
	flex-shrink: 0;
}

.header__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.header__navbar {
	margin-left: 236px;
	flex-grow: 1;
	display: flex;
	align-items: center;
	height: 100%;
	transition: all 0.2s ease-out;
}

.header__nav {
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
}

.header__nav a {
	text-decoration: none;
	color: #1D1D1D;
	transition: all 0.2s ease-out;
}

.header__nav li.parent > a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	background: url(img/icon-down.svg) no-repeat;
	background-size: cover;
}

.header__nav li {
	position: relative;
}

.header__nav > ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header__nav > ul > li + li {
	margin-left: 50px;
}

.header__nav > ul ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: -17px;
	top: 30px;
	white-space: nowrap;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #fff;
	border: 1px solid #EBEBEB;
	padding: 16px;
	border-radius: 8px;
	transition: all 0.2s ease-out;
}

.header__nav > ul ul:before {
	content: '';
	position: absolute;
	height: 10px;
	top: -10px;
	left: 0;
	right: 0;
}

.header__nav > ul ul li + li {
	margin-top: 8px;
}

.header__nav li:hover > a {
	color: #1F8724;
}

.header__nav li:hover > ul {
	opacity: 1;
	visibility: visible;
}

.header__app {
	margin-left: auto;
}

.app {
	display: flex;
	align-items: center;
}

.app__caption {
	text-align: right;
	font-size: 13px;
	line-height: 90%;
	text-align: right;
	letter-spacing: -0.04em;
	color: #1D1D1D;
	margin-right: 18px;
}

.app__ios {
	width: 79px;
	height: 26px;
	background: url(img/ios.png) no-repeat;
	background-size: cover;
	transition: all 0.2s ease-out;
}

.app__android {
	width: 74px;
	height: 26px;
	background: url(img/android.png) no-repeat;
	background-size: cover;
	margin-left: 8px;
	transition: all 0.2s ease-out;
}

.app__ios:hover,
.app__android:hover {
	opacity: 0.8;
}

.header__auth {
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	padding: 0 30px;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 22px;
	margin-right: 22px;
}

.header__auth a {
	color: #1D1D1D;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	transition: all 0.2s ease-out;
}

.header__auth a:hover {
	color: #1F8724;
}

.header__auth a span {
	display: inline-block;
}

.header__auth a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 24px;
	height: 24px;
	background: url(img/icon-auth.svg) no-repeat;
	background-size: cover;
}

.header__line {
	height: 100%;
	width: 1px;
	background: #EBEBEB;
	margin: 0 22px;
}

.header__lang {
	font-size: 13px;
	line-height: 90%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
}

.header__lang a {
	display: inline-flex;
	align-items: center;
	color: #1D1D1D;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.header__lang a:hover {
	color: #1F8724;
}

.header__lang_rus a:after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 17px;
	margin-left: 8px;
	background: url(img/icon-rus.svg) no-repeat;
	background-size: cover;
}

.header__btn {
	margin-left: auto;
	padding: 0 15px;
	display: none;
	cursor: pointer;
	align-items: center;
	position: relative;
	right: -15px;
	top: -1px;
}

.header__btn-icon {
	position: relative;
	width: 22px;
	height: 20px;
	top: 1px;
}

.header__btn-icon i {
	display: block;
	position: absolute;
	width: 100%;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: 0.25s ease-in-out;
	height: 2px;
	background: #000;
}

.header__btn-icon i:nth-child(1) {
	top: 0;
}

.header__btn-icon i:nth-child(2),
.header__btn-icon i:nth-child(3) {
	top: 9px;
}

.header__btn-icon i:nth-child(4) {
	top: 18px;
}

.header__btn.active .header__btn-icon i:nth-child(1) {
	top: 9px;
	width: 0;
	left: 50%;
}

.header__btn.active .header__btn-icon i:nth-child(2) {
	transform: rotate(45deg);
}

.header__btn.active .header__btn-icon i:nth-child(3) {
	transform: rotate(-45deg);
}

.header__btn.active .header__btn-icon i:nth-child(4) {
	top: 9px;
	width: 0;
	left: 50%;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
	padding: 52px 0 32px;
	background: #F7F6F6 url(img/line.png) no-repeat top center;
}

.footer__block {
	position: relative;
	padding-left: 292px;
}

.footer__logo {
	width: 144px;
	position: absolute;
	left: 0;
	top: 0;
	flex-shrink: 0;
}

.footer__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.footer__links {
	border-top: 1px solid #979797;
	padding: 10px 0 22px;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: -0.25px;
	text-transform: uppercase;
	color: #181818;
	display: flex;
	flex-wrap: wrap;
}

.footer__links a {
	color: #181818;
	text-decoration: none;
	margin-right: 16px;
	margin-top: 14px;
	transition: all 0.2s ease-out;
}

.footer__links a:hover {
	color: #1F8724;
}

.footer__copyright {
	border-top: 1px solid #979797;
	padding-top: 24px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -0.3px;
	color: #181818;
	opacity: 0.5
}

.footer__caption {
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
}

.footer__caption a {
	color: #1D1D1D;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.footer__caption a:hover {
	color: #1F8724;
}

.footer__nav {
	margin-top: 21px;
}

.footer__columns {
	display: flex;
	margin-left: -115px;
}

.footer__column {
	margin-left: 115px;
}

.footer__nav ul {
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer__nav li + li {
	margin-top: 13px;
}

.footer__nav a {
	color: #1D1D1D;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.footer__nav a:hover {
	color: #1F8724;
}

.footer__top {
	margin-bottom: 50px;
}

.socialize {
	display: flex;
}

.socialize a + a {
	margin-left: 12px;
}

.socialize a {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.2s ease-out;
}

.socialize a:hover {
	transform: scale(1.15);
}

.socialize__in {
	background-image: url(img/in.png);
}

.socialize__vk {
	background-image: url(img/vk.png);
}

.socialize__yt {
	background-image: url(img/yt.png);
}

.socialize__tg {
	background-image: url(img/tg.png);
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (max-width : 1499.98px) {
	.header__navbar {
		margin-left: auto;
		flex-grow: 0;
	}

	.header__nav > ul > li + li {
		margin-left: 32px;
	}

	.header__app {
		margin-left: 32px;
	}
}

@media only screen and (max-width : 1199.98px) {
	.container {
		width: 960px;
	}

	.header__navbar {
		width: 266px;
		margin-left: 0;
		display: block;
		position: fixed;
		left: -266px;
		top: 0;
		bottom: 0;
		overflow-y: auto;
		background: #fff;
		border-right: 1px solid #EBEBEB;
		padding: 24px;
	}

	.header__navbar.active {
		left: 0;
	}

	.header__btn {
		display: flex;
	}

	.header__nav > ul {
		display: block;
	}

	.header__nav > ul > li + li {
		margin-left: 0;
		margin-top: 16px;
	}

	.header__nav li.parent > a:after {
		display: none;
	}

	.header__nav > ul ul {
		display: block;
		position: static;
		opacity: 1;
		visibility: visible;
		border: none;
		padding: 8px 0 0 16px;
	}

	.header__line {
		display: none;
	}

	.header__auth {
		height: auto;
		margin: 24px 0 0;
		padding: 0;
		border: none;
	}

	.header__app {
		margin-top: 24px;
		margin-left: 0;
	}

	.header__lang {
		margin-top: 24px;
	}

	.app {
		flex-wrap: wrap;
	}

	.app__caption {
		width: 100%;
		text-align: left;
		margin-bottom: 8px;
	}

	.app__caption br {
		display: none;
	}

	.footer__columns {
		margin-left: -80px;
	}

	.footer__column {
		margin-left: 80px;
	}
}

@media only screen and (max-width : 991.98px) {
	.container {
		width: 720px;
	}

	.footer__block {
		padding-left: 0;
	}

	.footer__logo {
		position: static;
		margin-right: 40px;
	}

	.footer__top {
		display: flex;
	}

	.footer__columns {
		margin-left: -50px;
	}

	.footer__column {
		margin-left: 50px;
	}
}

@media only screen and (max-width : 767.98px) {
	.container {
		width: 540px;
	}

	.footer__top {
		display: block;
	}

	.footer__logo {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.footer__top {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width : 575.98px) {
	.container {
		width: 100%;
	}

	.header__row {
		padding-left: 16px;
		padding-right: 16px;
	}

	.footer__columns {
		display: block;
		margin-left: 0;
	}

	.footer__column {
		margin-left: 0;
	}

	.footer__column + .footer__column {
		margin-top: 20px;
	}

	.footer__nav ul {
		margin-left: -10px;
	}

	.footer__nav li {
		display: inline-block;
		margin-left: 10px; 
	}

	.footer__nav li + li {
		margin-top: 0;
	}

	.footer__nav {
		margin-top: 0;
	}

	.footer__caption {
		margin-bottom: 10px;
	}

	.footer__logo {
		margin-bottom: 25px;
	}
}