:root {
	/*fonts*/

	/*colors*/
}

/*@font-face {
	font-family: 'PF DinDisplay Pro';
	src: resolve('PFDinDisplayPro-Light.woff2') format('woff2'), resolve('PFDinDisplayPro-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
}*/

@font-face {
	font-family: 'PT Sans Bold';
	src: url('../assets/fonts/PTSans/PTSans-Bold.woff2') format('woff2'), url('../assets/fonts/PTSans/PTSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
}

@font-face {
	font-family: 'PT Sans Regular';
	src: url('../assets/fonts/PTSans/PTSans-Regular.woff2') format('woff2'), url('../assets/fonts/PTSans/PTSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
}

@font-face {
	font-family: 'PT Sans Caption';
	src: url('../assets/fonts/PTSans-Caption/PTSans-Caption.woff2') format('woff2'), url('../assets/fonts/PTSans-Caption/PTSans-Caption.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
}

@font-face {
	font-family: 'PT Sans CaptionBold';
	src: url('../assets/fonts/PTSans-Caption/PTSans-CaptionBold.woff2') format('woff2'), url('../assets/fonts/PTSans-Caption/PTSans-CaptionBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
}

@font-face {
	font-family: 'Open Sans Regular';
	src: url('../assets/fonts/OpenSans/OpenSans.woff2') format('woff2'), url('../assets/fonts/OpenSans/OpenSans.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
}

@font-face {
	font-family: 'Open Sans Bold';
	src: url('../assets/fonts/OpenSans/OpenSans-Bold.woff2') format('woff2'), url('../assets/fonts/OpenSans/OpenSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
}

@font-face {
	font-family: 'Open Sans SemiboldItalic';
	src: url('../assets/fonts/OpenSans/OpenSans-SemiboldItalic.woff2') format('woff2'), url('../assets/fonts/OpenSans/OpenSans-SemiboldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
}

@font-face {
	font-family: 'Ubuntu-R';
	src: url('../assets/fonts/Ubuntu/Ubuntu.woff2') format('woff2'), url('../assets/fonts/Ubuntu/Ubuntu.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
}

@font-face {
	font-family: 'Ubuntu-M';
	src: url('../assets/fonts/Ubuntu/Ubuntu-Medium.woff2') format('woff2'), url('../assets/fonts/Ubuntu/Ubuntu-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
}

@font-face {
	font-family: 'Ubuntu-B';
	src: url('../assets/fonts/Ubuntu/Ubuntu-Bold.woff2') format('woff2'), url('../assets/fonts/Ubuntu/Ubuntu-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-text-size-adjust: none;
	    -ms-text-size-adjust: none;
	        text-size-adjust: none;
	/* stylelint-disable-next-line property-no-vendor-prefix */
	-moz-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
}

html {
	height: 100%;
	font-size: 10px;
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
	background: white;
	overflow-x: hidden;
}

html._disabled-scroll, body._disabled-scroll {
	height: 100%;
	margin-right: 0;
	overflow: hidden;
}

input {
	border: none;
	outline: none;
	border-radius: 0;
	/* stylelint-disable-next-line property-no-vendor-prefix */
	-webkit-appearance: none
}

input::-ms-clear,
	input::-ms-reveal {
	display: none;
}

input:focus {
	outline: none;
}

input::-webkit-input-placeholder {
	font-family: inherit;
	color: inherit;
}

input:-ms-input-placeholder {
	font-family: inherit;
	color: inherit;
}

input::-ms-input-placeholder {
	font-family: inherit;
	color: inherit;
}

input::placeholder {
	font-family: inherit;
	color: inherit;
}

button {
	border: none;
	outline: none;
	border-radius: 0;
	cursor: pointer;
	/* stylelint-disable-next-line property-no-vendor-prefix */
	-webkit-appearance: none
}

button::-moz-focus-inner {
	border: 0;
	/*снимает border при фокусе табами*/
}

button:focus {
	outline: none;
}

textarea {
	border: none;
	outline: none;
	border-radius: 0;
	/* stylelint-disable-next-line property-no-vendor-prefix */
	-webkit-appearance: none;
	overflow: auto /* for ie, remove scrollbar*/
}

textarea:focus {
	outline: none;
}

textarea::-webkit-input-placeholder {
	font-family: inherit;
	color: inherit;
}

textarea:-ms-input-placeholder {
	font-family: inherit;
	color: inherit;
}

textarea::-ms-input-placeholder {
	font-family: inherit;
	color: inherit;
}

textarea::placeholder {
	font-family: inherit;
	color: inherit;
}

input[type='number'] {
	/* stylelint-disable-next-line property-no-vendor-prefix */
	-moz-appearance: textfield;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	/* stylelint-disable-next-line property-no-vendor-prefix */
	-webkit-appearance: none;
	margin: 0;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-ms-clear {
	/* stylelint-disable-next-line property-no-vendor-prefix */
	-webkit-appearance: none;
	display: none;
}

a {
	font-size: inherit;
	color: inherit;
	text-decoration: none
}

a:active,
	a:visited,
	a:focus {
	outline: none;
}

.container {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 10px;
	border-width: 0 1px;
	border-style: solid;
	border-color: transparent;
}

.main {
	position: relative;
	display: block;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	padding: 80px 0 0;
	z-index: 3;
}

h1,
.h1 {
	font: 24px/34px 'Ubuntu-M', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font: 2.4rem/3.4rem 'Ubuntu-M', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	color: #162f54;
}

h1 span, .h1 span {
		display: block;
		font-size: 20px;
		font-size: 2rem;
		line-height: 26px;
		line-height: 2.6rem;
		font-family: 'Ubuntu-R', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

h2,
.h2 {
	position: relative;
	margin-bottom: 50px;
	font: 22px/24px 'Ubuntu-B', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font: 2.2rem/2.4rem 'Ubuntu-B', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	color: #162f54;
}

h2._inline-block, .h2._inline-block {
	display: inline-block;
	margin-bottom: 4.09836%;
}

h2::after, .h2::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 70px;
	height: 6px;
	background: #f7ed56;
	border-radius: 3px;
}

.clearfix::after {
	content: '';
	display: table;
	clear: both;
}

.no-scroll {
	overflow: hidden;
}

.mfp-bg.overlay-blue {
	background-color: #4369ff;
	opacity: 1;
}

.btn {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 400ms;
	transition: 400ms
}

.btn._yellow {
	padding: 0 30px;
	font: 16px/42px 'PT Sans Bold', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font: 1.6rem/4.2rem 'PT Sans Bold', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	color: #615519;
	background: #f7ed56;
	border-radius: 21px;
}

.btn._yellow._big {
	width: 100%;
	text-transform: uppercase;
	line-height: 54px;
	line-height: 5.4rem;
	border-radius: 26px;
}

.btn._yellow:hover {
	-webkit-box-shadow: 1px 1px 5px 0 rgba(68, 55, 3, .3);
	        box-shadow: 1px 1px 5px 0 rgba(68, 55, 3, .3);
	background: #f7eb3b;
}

.btn._yellow:active {
	-webkit-box-shadow: 1px 1px 2px 0 rgba(66, 54, 3, .2);
	        box-shadow: 1px 1px 2px 0 rgba(66, 54, 3, .2);
	background: #e8df4a;
}

.text-block p {
		color: inherit
	}

.text-block p:last-of-type {
	margin-bottom: 0;
}

.text-block a {
		-webkit-transition: 400ms;
		transition: 400ms;
	}

.text-block ol {
		list-style: none;
		counter-reset: myCounter;
	}

.text-block ol li::before {
	counter-increment: myCounter;
	content: counter(myCounter);
	display: inline-block;
}

.text-block ol li a {
				color: inherit;
}

.text-block ul {
		list-style: none;
	}

.text-block ul li:last-of-type {
	margin-bottom: 0;
}

.text-block ul li a {
				display: inline-block;
}

.text-block table {
		width: 100%;
	}

.text-block table th {
			width: 100%;
		}

.text-block table td {
			width: 100%;
		}

.header {
	position: fixed;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 100%;
	margin-bottom: 140px;
	background: white;
	-webkit-transition: 400ms;
	transition: 400ms;
	z-index: 999
}

.header._sticky::before, .header.js-show-menu::before {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .22);
	        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .22);
}

.header__wrapper {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		height: 45px;
		width: 100%;
		max-width: 1250px;
		margin: 0 auto;
		padding: 0 15px;
}

.header__inner-wrap {
		position: absolute;
		top: 100%;
		left: 50%;
		z-index: 0;
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
		height: 0;
		overflow: auto;
		background: white;
		-webkit-transition: 400ms;
		transition: 400ms;
		-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .22);
		        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .22);
}

.header__inner-wrap._show {
	height: calc(100vh - 45px);
}

.header__inner {
		padding: 15px 0 30px;
}

.header__contacts {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		padding: 0 15px;
		background: white;
}

.header__contacts-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		height: 40px;
		font: 16px/30px 'PT Sans Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		font: 1.6rem/3rem 'PT Sans Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		color: #202020;
		-webkit-transition: 400ms;
		transition: 400ms;
}

.header__contacts-link:hover {
	color: #4a6fff;
}

.header__contacts-link:active {
	color: #0f40ff;
}

.header__contacts-link._phone {
	margin-bottom: 10px;
}

.footer__wrapper {
		position: relative
	}

.footer__wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	display: block;
	width: 100%;
	height: 1px;
	background: #c7d7f2;
}

.footer__developed {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		height: 80px;
		font: 12px/20px 'PT Sans Caption', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		color: #8a95a8;
	}

.footer__developed-link {
		border-bottom: 2px solid #8a95a8;
		-webkit-transition: 400ms;
		transition: 400ms
	}

.footer__developed-link:hover {
	color: #0f40ff;
	border-color: #0f40ff;
}

.footer__developed-link:active {
	color: #162f54;
	border-color: #162f54;
}

.logo {
	display: block;
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
	margin-right: 25px;
}

.logo img {
		display: block;
		width: 130px;
		height: 100%;
	}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background: white;
}

.nav__link {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		height: 40px;
		padding: 0 15px;
		font: 16px 'PT Sans Bold', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		font: 1.6rem 'PT Sans Bold', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		color: #202020;
		-webkit-transition: 400ms;
		transition: 400ms;
}

.nav__link::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
	width: 15%;
	min-width: 160px;
	height: 4px;
	border-radius: 2px;
	background: #4369ff;
}

.nav__link:hover {
	color: #4a6fff;
}

.nav__link:active {
	color: #0f40ff;
}

.nav__link._active {
	color: #4a6fff;
}

.nav__link._active::before {
	display: block;
}

.promo-block__title {
		margin-bottom: 6.14754%;
		text-align: center;
	}

.promo-block__wrapper {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		height: auto;
}

.promo-block__desc {
		width: 100%;
		margin-bottom: 6.14754%;
		text-align: center;
		font: 13px/22px 'PT Sans Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		font: 1.3rem/2.2rem 'PT Sans Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		color: #162f54;
}

.promo-block__pict {
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 25px;
		font-size: 0;
}

.promo-block__pict img {
			display: block;
			max-width: 100%;
			max-height: 100%;
}

.stack-technologies {
	margin-bottom: 40px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #c7d7f2;
}

.stack-technologies__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		height: 48px;
}

.stack-technologies__item {
		font: 12px/18px 'PT Sans Bold', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		font: 1.2rem/1.8rem 'PT Sans Bold', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		color: #bdc5e6;
}

.quality {
	margin-bottom: 12.29508%;
}

.quality__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

.quality__title {
		position: relative;
		width: 100%;
		padding-right: 35%;
	}

.quality__title::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
		-webkit-transform: translate(12px, -50%);
		        transform: translate(12px, -50%);
	display: block;
	width: 110px;
	height: 70px;
	background: #f7ed56 url('../assets/img/quality-pict.svg');
	background-position: 10px center;
	background-size: contain;
	background-repeat: no-repeat;
	border: 5px solid #f7ed56;
	border-top-left-radius: 26px;
	border-bottom-left-radius: 26px;
}

.quality__title br {
			display: none;
}

.quality__pict {
		display: none;
}

.quality__pict img {
			display: block;
			width: 85%;
			height: auto;
}

.quality-list {
		width: 100%;
		list-style: none;
		counter-reset: myCounter;
}

.quality-list__item {
		position: relative;
		padding-left: 40px;
}

.quality-list__item:not(:last-child) {
	margin-bottom: 50px;
}

.quality-list__item::before {
	counter-increment: myCounter;
	content: counter(myCounter);
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 30px;
	text-align: center;
	font: 14px/30px 'PT Sans Bold', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font: 1.4rem/3rem 'PT Sans Bold', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	color: white;
	background: black;
	border-radius: 50%;
}

.quality-list__item-title {
		margin-bottom: 10px;
		font: 18px/22px 'PT Sans CaptionBold', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		font: 1.8rem/2.2rem 'PT Sans CaptionBold', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		color: #162f54;
}

.quality-list__item-desc {
		font: 16px/26px 'Open Sans Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		font: 1.6rem/2.6rem 'Open Sans Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		color: #696b85;
}

.quality-list__item-desc strong {
			display: block;
			font-family: 'Open Sans Bold', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		}

.conversion-block {
	width: 100%;
	margin-bottom: 25px;
}

.conversion-block._conditions {
	-ms-flex-item-align: end;
	    align-self: flex-end;
	margin-bottom: 45px;
}

.conversion-block__phone {
		display: block;
		width: 100%;
		height: 50px;
		margin-bottom: 10px;
		padding: 0 25px;
		font: 16px 'PT Sans Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		font: 1.6rem 'PT Sans Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		color: #6c7075;
		border: 1px solid #cfd8e4;
		border-radius: 26px;
		background: #f4f6fa;
		-webkit-transition: 400ms;
		transition: 400ms;
}

.conversion-block__phone::-webkit-input-placeholder {
	color: #6c7075;
}

.conversion-block__phone:-ms-input-placeholder {
	color: #6c7075;
}

.conversion-block__phone::-ms-input-placeholder {
	color: #6c7075;
}

.conversion-block__phone::placeholder {
	color: #6c7075;
}

.conversion-block__phone:hover {
	border-color: #b4bcc7;
}

.conversion-block__phone:focus {
	color: #4e4e4e;
	border-color: #b4bcc7;
}

.conversion-block .btn {
		width: 100%;
		line-height: 52px;
		line-height: 5.2rem;
}

.flexible-conditions {
	margin-bottom: 40px;
	background: #fefcea;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ecf2c7;
}

.flexible-conditions__title {
		position: relative;
		width: 100%;
		padding-right: 35%;
}

.flexible-conditions__title::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
		-webkit-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	display: block;
	width: 75px;
	height: 75px;
	background: url('../assets/img/conditions-pict.svg') center/contain no-repeat;
}

.flexible-conditions__wrapper {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding-top: 40px;
}

.flexible-conditions__pict {
		display: none;
}

.flexible-conditions__pict img {
			display: block;
			max-width: 100%;
			max-height: 100%;
}

.flexible-conditions__inner {
		width: 100%;
}

.flexible-conditions__slogan {
		display: block;
		margin-bottom: 35px;
		font: 14px/26px 'Open Sans Bold', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		font: 1.4rem/2.6rem 'Open Sans Bold', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		color: #696b85;
}

.flexible-conditions__list {
		margin-bottom: 35px;
		list-style: none;
}

.flexible-conditions__list-item {
		font: 14px/26px 'Open Sans Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		font: 1.4rem/2.6rem 'Open Sans Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		color: #696b85;
}

.flexible-conditions__list-item span {
			font-family: 'Open Sans SemiboldItalic', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.flexible-conditions__list-item::before {
	content: '-';
	display: inline-block;
	margin-right: 5px;
}

.process-control {
	margin-bottom: 60px;
}

.process-control__wrapper {
		position: relative;
		padding: 0;
}

.process-control__header {
		margin-bottom: 40px;
		padding-right: 10px;
		padding-left: 10px;
}

.process-control__title {
		margin-bottom: 10px;
		font: 22px/24px 'Ubuntu-B', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		font: 2.2rem/2.4rem 'Ubuntu-B', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		color: #162f54;
}

.process-control__subtitle {
		font: 14px/20px 'Open Sans Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		font: 1.4rem/2rem 'Open Sans Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		color: #696b85;
}

.control-list {
	position: relative;
	padding: 8.19672% 5.7377%;
	border: 1px solid #f1f1f1;
	border-radius: 26px;
	-webkit-box-shadow: 1px 1px 12px 0 rgba(255, 252, 87, 1);
	        box-shadow: 1px 1px 12px 0 rgba(255, 252, 87, 1);
}

.control-list::before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: -5.08197%;
	-webkit-transform: translateY(47.5%);
	        transform: translateY(47.5%);
	display: none;
	width: 65.57377%;
	padding-bottom: 45.08197%;
	background: url('../assets/img/superman.svg') center/contain no-repeat;
}

.control-list__item {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width: 100%;
		z-index: 2;
}

.control-list__item:not(:last-of-type) {
	margin-bottom: 4.91803%;
}

.control-list__item-img img {
			display: block;
			width: 100px;
			height: 100px;
}

.control-list__info {
		text-align: center;
}

.control-list__title {
		font: 18px/22px 'PT Sans CaptionBold', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		font: 1.8rem/2.2rem 'PT Sans CaptionBold', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		color: #162f54;
}

.control-list__desc {
		display: inline-block;
		font: 14px/26px 'Open Sans Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		font: 1.4rem/2.6rem 'Open Sans Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		color: #696b85;
}

.discuss-project {
	margin-bottom: 5.7377%;
}

.discuss-project__header {
		text-align: center;
	}

.discuss-project__inner {
		padding: 0;
	}

.discuss-project__text {
		margin-bottom: 30px;
		font: 14px/26px 'Open Sans Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		font: 1.4rem/2.6rem 'Open Sans Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		color: #696b85;
}

.discuss-project__text span {
			font-family: 'PT Sans Bold', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.contact-form {
	padding: 45px 20px;
	background: #4369ff;
	border-radius: 30px;
}

.contact-form__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		max-width: 300px;
		margin: 0 auto;
}

.contact-form__addrow {
		width: 100%;
		padding-right: 40px;
}

.contact-form__addrow:last-of-type {
	margin-bottom: 15px;
}

.contact-form__addrow-btn {
		display: inline-block;
		margin-bottom: 10px;
		padding-top: 10px;
		text-align: left;
		font: 14px/18px 'PT Sans Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		color: white;
		background: transparent;
		border-bottom: 1px dashed #6f9ef2;
		-webkit-transition: 400ms;
		transition: 400ms;
		visibility: visible;
		opacity: 1;
}

.contact-form__addrow-btn::before {
	content: '+';
	display: inline-block;
	vertical-align: bottom;
	margin-right: 5px;
	font-family: 'PT Sans Bold', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 18px;
}

.contact-form__addrow-btn:hover {
	border-color: white;
}

.contact-form__addrow-btn._remove {
	position: absolute;
	top: 35px;
	left: calc(100% + 15px);
	display: block;
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: none;
}

.contact-form__addrow-btn._remove::before {
	display: none;
}

.contact-form__addrow-btn._remove svg .cls-1 {
					fill: none;
					stroke: #fff;
					stroke-linecap: round;
					stroke-linejoin: round;
					stroke-width: 4px;
				}

.contact-form__addrow-btn._hidden {
	max-height: 0;
	margin-bottom: 0;
	padding-top: 0;
	visibility: hidden;
	opacity: 0;
	border: 0;
	-webkit-transition: 250ms;
	transition: 250ms;
}

.contact-form__row {
		position: relative;
		display: block;
		width: 100%;
		max-width: 100%;
		max-height: 300px;
		margin-bottom: 15px;
		-webkit-transition: max-height 600ms, opacity 400ms;
		transition: max-height 600ms, opacity 400ms;
		opacity: 1;
		visibility: visible;
}

.contact-form__row._hidden {
	max-height: 0;
	margin-bottom: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 400ms;
	transition: 400ms;
}

.contact-form__row-name {
		display: block;
		padding: 0 25px;
		font: 14px 'PT Sans CaptionBold', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		color: white;
}

.contact-form__row-field {
		display: block;
		width: 100%;
		height: 54px;
		padding: 0 25px;
		font: 16px 'PT Sans Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		font: 1.6rem 'PT Sans Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		color: #6c7075;
		border: 1px solid #dce4f2;
		border-radius: 26px;
}

.contact-form__row-field::-webkit-input-placeholder {
	color: #6c7075;
}

.contact-form__row-field:-ms-input-placeholder {
	color: #6c7075;
}

.contact-form__row-field::-ms-input-placeholder {
	color: #6c7075;
}

.contact-form__row-field::placeholder {
	color: #6c7075;
}

.contact-form__row-field._message {
	height: 210px;
	padding-top: 25px;
	padding-bottom: 25px;
	resize: none;
}

.terms-price {
	margin-bottom: 60px;
}

.terms-price__text {
		margin-bottom: 50px;
		font: 14px/26px 'Open Sans Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		color: #696b85;
}

.terms-price__info {
		padding-left: 0;
		padding-right: 0;
}

.terms-price__info-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 35px 10px;
		border-width: 1px 0;
		border-style: solid;
		border-color: #c7d7f2;
}

.terms-price__desc {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
		font: 14px/26px 'Open Sans Bold', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		color: #696b85;
}

.terms-price__btn {
		width: 310px;
}

.terms-price__btn.btn._yellow {
	line-height: 50px;
	line-height: 5rem;
}

.burger-button {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	-webkit-transform-origin: 30% 0;
	        transform-origin: 30% 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 28px;
	height: 18px;
	-webkit-transition: 330ms;
	transition: 330ms;
	z-index: 9999;
}

.burger-button__line {
		width: 100%;
		height: 3px;
		border-radius: 3px;
		background-color: #0f40ff;
}

.burger-button__line._top {
		-ms-flex-item-align: start;
		    align-self: flex-start;
		-webkit-transform-origin: right;
		        transform-origin: right;
	-webkit-transition: width 500ms cubic-bezier(.54, -.81, .57, .57), -webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
	transition: width 500ms cubic-bezier(.54, -.81, .57, .57), -webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
	transition: width 500ms cubic-bezier(.54, -.81, .57, .57), transform 330ms cubic-bezier(.54, -.81, .57, .57);
	transition: width 500ms cubic-bezier(.54, -.81, .57, .57), transform 330ms cubic-bezier(.54, -.81, .57, .57), -webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
}

.burger-button__line._bottom {
		-ms-flex-item-align: end;
		    align-self: flex-end;
		-webkit-transform-origin: left;
		        transform-origin: left;
	-webkit-transition: width 500ms cubic-bezier(.54, -.81, .57, .57), -webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
	transition: width 500ms cubic-bezier(.54, -.81, .57, .57), -webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
	transition: width 500ms cubic-bezier(.54, -.81, .57, .57), transform 330ms cubic-bezier(.54, -.81, .57, .57);
	transition: width 500ms cubic-bezier(.54, -.81, .57, .57), transform 330ms cubic-bezier(.54, -.81, .57, .57), -webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
}

.burger-button._active {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.burger-button._active .burger-button__line._top {
	width: 50%;
		-webkit-transform: rotate(-90deg) translateX(6px);
		        transform: rotate(-90deg) translateX(6px);
	-webkit-transition: width 300ms, -webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
	transition: width 300ms, -webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
	transition: width 300ms, transform 330ms cubic-bezier(.54, -.81, .57, .57);
	transition: width 300ms, transform 330ms cubic-bezier(.54, -.81, .57, .57), -webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
}

.burger-button._active .burger-button__line._bottom {
	width: 50%;
		-webkit-transform: rotate(-90deg) translateX(-6px);
		        transform: rotate(-90deg) translateX(-6px);
	-webkit-transition: width 300ms, -webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
	transition: width 300ms, -webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
	transition: width 300ms, transform 330ms cubic-bezier(.54, -.81, .57, .57);
	transition: width 300ms, transform 330ms cubic-bezier(.54, -.81, .57, .57), -webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
}

.discuss-popup {
	display: none;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 45px 25px;
}

.callback__form {
	height: 40vh;
	background: black;
	color: white;
	overflow: auto;
}

.modal {
	position: relative;
	margin: 50px auto;
}

.modal .mfp-close {
		top: -50px;
		right: 0;
		font-size: 0;
		opacity: 1;
	}

.modal .mfp-close::before,
		.modal .mfp-close::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 26px;
	height: 4px;
	opacity: 1;
	background: #fff;
	-webkit-transition: 400ms;
	transition: 400ms;
}

.modal .mfp-close::before {
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		        transform: translate(-50%, -50%) rotate(45deg);
}

.modal .mfp-close::after {
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		        transform: translate(-50%, -50%) rotate(-45deg);
}

.modal.contact-form {
	max-width: 400px;
	background-color: #fff;
}

.modal.contact-form .contact-form__row-name {
			color: #696b85;
}

.modal.contact-form .contact-form__addrow-btn {
			color: #4a6fff;
}

.modal.contact-form .contact-form__addrow-btn._remove svg .cls-1 {
	stroke: #696b85;
}

.modal.contact-form input,
		.modal.contact-form textarea {
			background-color: #F4F6FA;
}

.successful {
	background: #fff;
	border-radius: 30px;
	max-width: 410px;
	width: 100%;
	padding: 35px 25px;
}

.successful .mfp-close {
		display: none;
}

.successful__message {
		color: #696b85;
		font-size: 16px;
		text-align: center;
		margin-bottom: 10px;
}

.successful__title {
		color: #696b85;
		font-size: 16px;
		text-align: center;
		margin-bottom: 40px;
}

.successful .btn._yellow {
		max-width: 310px;
		width: 100%;
		margin: 0 auto;
		display: block;
}

/* Здесь все keyframes */

@media screen and (min-width: 370px) {

	.promo-block__pict {
		width: 310px;
	}

	.conversion-block {
		width: 310px;
	}

	.process-control {
		margin-bottom: 80px;
	}

	.contact-form {
		padding: 45px;
	}

	.successful {
		padding: 35px;
	}
}

@media screen and (min-width: 480px) {

	.main {
		padding-top: 125px;
	}

	h1,
.h1 {
		font-size: 3.2rem;
		line-height: 3.8rem;
	}

	h1 span, .h1 span {
		font-size: 30px;
		font-size: 3rem;
		line-height: 36px;
		line-height: 3.6rem;
	}

	h2,
.h2 {
		font-size: 2.6rem;
		line-height: 2.8rem;
	}

	.header__wrapper {
		height: 70px;
	}

	.mobile.landscape .header__wrapper {
				height: 45px;
	}

	.header__inner-wrap._show {
		height: calc(100vh - 70px);
	}

	.mobile.landscape .header__inner-wrap._show {
					height: calc(100vh - 45px);
	}

	.logo img {
		width: 168px;
	}

	.promo-block__desc {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.promo-block__pict {
		width: 62.29508%;
	}

	.stack-technologies {
		margin-bottom: 55px;
	}

	.stack-technologies__item {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.quality-list__item::before {
		top: -5px;
	}

	.quality-list__item-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 24px;
		line-height: 2.4rem;
	}

	.conversion-block._conditions {
		margin-right: auto;
		margin-left: auto;
	}

	.flexible-conditions {
		margin-bottom: 60px;
	}

	.flexible-conditions__slogan {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.flexible-conditions__list-item {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.process-control {
		margin-bottom: 60px;
	}

	.process-control__header {
		margin-bottom: 20px;
	}

	.process-control__title {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 28px;
		line-height: 2.8rem;
	}

	.process-control__subtitle {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 26px;
		line-height: 2.6rem;
	}

	.control-list__title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 24px;
		line-height: 2.4rem;
	}

	.control-list__desc {
		width: 70%;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.discuss-project__text {
		margin-bottom: 60px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.terms-price__text {
		font-size: 16px;
	}

	.terms-price__info-wrap {
		padding-right: 35px;
		padding-left: 35px;
	}

	.terms-price__desc {
		font-size: 16px;
	}

	.successful {
		padding: 45px;
	}
}

@media screen and (min-width: 768px) {

	.container {
		max-width: 970px;
		padding-left: 30px;
		padding-right: 30px;
	}

	h1,
.h1 {
		font-size: 5.4rem;
		line-height: 6.5rem;
	}

	h1 span, .h1 span {
		font-size: 38px;
		font-size: 3.8rem;
		line-height: 45px;
		line-height: 4.5rem;
	}

	h2,
.h2 {
		margin-bottom: 9.83607%;
		font-size: 3.2rem;
		line-height: 3.8rem;
	}

	.header__wrapper {
		padding: 0 30px;
	}

	.header__inner-wrap {
		height: auto;
		max-height: 0;
		overflow: hidden;
	}

	.header__inner-wrap._show {
		height: auto;
		max-height: 300px;
	}

	.header__contacts {
		padding: 0 30px;
	}

	.nav__link {
		padding: 0 30px;
	}

	.promo-block__desc {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		line-height: 3rem;
	}

	.promo-block__pict {
		width: 58.59375%;
		margin-bottom: 50px;
	}

	.stack-technologies {
		margin-bottom: 85px;
	}

	.stack-technologies__list {
		height: 64px;
	}

	.quality__title::before {
			-webkit-transform: translate(32px, -50%);
			        transform: translate(32px, -50%);
		width: 190px;
		height: 100px;
	}

	.quality__title br {
		display: inline-block;
	}

	.quality-list__item {
		padding-left: 65px;
	}

	.quality-list__item::before {
		width: 44px;
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 44px;
		line-height: 4.4rem;
	}

	.quality-list__item-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 29px;
		line-height: 2.9rem;
	}

	.conversion-block {
		margin-bottom: 50px;
	}

	.conversion-block._conditions {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 80px;
	}

	.flexible-conditions {
		margin-bottom: 80px;
	}

	.flexible-conditions__title::before {
		width: 140px;
		height: 140px;
	}

	.flexible-conditions__wrapper {
		padding-top: 8.19672%;
	}

	.flexible-conditions__slogan {
		margin-bottom: 80px;
	}

	.flexible-conditions__list {
		margin-bottom: 80px;
	}

	.process-control {
		margin-bottom: 80px;
	}

	.process-control__wrapper {
		padding-top: 250px;
		padding-right: 30px;
		padding-left: 30px;
	}

	.process-control__header {
		position: absolute;
		top: 25px;
		right: 0;
		width: 70%;
		margin-bottom: 0;
		padding: 0;
		z-index: 2;
	}

	.process-control__title {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 38px;
		line-height: 3.8rem;
	}

	.control-list {
		border-radius: 3.27869%;
	}

	.control-list::before {
		display: block;
	}

	.control-list__item {
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
	}

	.control-list__item-img {
		margin-right: 10px;
	}

	.control-list__item-img img {
		width: 145px;
		height: 145px;
	}

	.control-list__info {
		width: 74.07407%;
		text-align: left;
	}

	.control-list__title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 28px;
		line-height: 2.8rem;
	}

	.control-list__desc {
		width: 100%;
	}

	.terms-price {
		margin-bottom: 80px;
	}

	.terms-price__info-wrap {
		border-width: 1px;
	}

	.burger-button {
		right: 30px;
	}
}

@media screen and (min-width: 1025px) {

	.container {
		max-width: 990px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.main {
		padding-top: 170px;
	}

	.header__wrapper {
		height: auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.header__inner-wrap {
		position: relative;
		top: 0;
		left: 0;
			-webkit-transform: none;
			        transform: none;
			-webkit-box-flex: 1;
			    -ms-flex-positive: 1;
			        flex-grow: 1;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			    -ms-flex-direction: row;
			        flex-direction: row;
		width: auto;
		height: 90px;
		background: transparent;
		max-height: none;
			-webkit-box-shadow: none;
			        box-shadow: none;
	}

	.header__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
		width: 100%;
		padding: 0;
	}

	.header__contacts {
		display: block;
		margin: 0 0 0 auto;
		padding: 0;
	}

	.header__contacts-link {
		display: inline-block;
		height: auto;
		width: auto;
	}

	.header__contacts-link:not(:last-child) {
		margin-right: 10px;
	}

	.header__contacts-link._phone {
		margin-bottom: 0;
	}

	.nav {
		display: block;
		height: 100%;
		background: transparent;
	}

	.nav__link {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		height: 100%;
		width: auto;
		padding: 0;
	}

	.nav__link:not(:last-child) {
		margin-right: 15px;
	}

	.nav__link::before {
		width: 100%;
		min-width: 0;
	}

	.promo-block__title {
		text-align: left;
	}

	.promo-block__wrapper {
			-webkit-box-align: start;
			    -ms-flex-align: start;
			        align-items: flex-start;
	}

	.promo-block__desc {
		width: 50%;
		text-align: left;
	}

	.promo-block__pict {
		position: absolute;
		bottom: 0;
		right: -11.47541%;
		width: 62.29508%;
		margin-bottom: 0;
	}

	.stack-technologies {
		margin-bottom: 95px;
	}

	.quality__title {
		padding-right: 0;
	}

	.quality__title::before {
		display: none;
	}

	.quality__pict {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
		width: 29.5082%;
		background: rgba(247, 237, 86, .9);
		border-radius: 45px;
	}

	.quality-list {
		width: 66.39344%;
	}

	.conversion-block {
		width: 25%;
		margin-bottom: 8.19672%;
	}

	.flexible-conditions {
		margin-bottom: 100px;
	}

	.flexible-conditions__title {
		padding-right: 0;
	}

	.flexible-conditions__title::before {
		display: none;
	}

	.flexible-conditions__pict {
		position: absolute;
		top: 50px;
		right: -30px;
		display: block;
		width: 355px;
		height: 355px;
	}

	.flexible-conditions__inner {
		width: 65.57377%;
	}

	.process-control {
		margin-bottom: 120px;
	}

	.process-control__wrapper {
		padding-top: 24.59016%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.process-control__header {
		width: 74.59016%;
	}

	.control-list {
		border-radius: 4.09836%;
	}

	.control-list__info {
		width: 78.7037%;
	}

	.discuss-project__inner {
		padding-left: 15px;
		padding-right: 15px;
	}

	.terms-price {
		margin-bottom: 100px;
	}

	.terms-price__info-wrap {
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
		padding: 55px;
		padding-left: 45px;
	}

	.terms-price__desc {
		width: 45%;
		margin-bottom: 0;
		text-align: left;
	}

	.burger-button {
		display: none;
	}

	.modal .mfp-close {
		right: -50px;
	}

	.modal .mfp-close:hover {
		opacity: 1;
	}

	.modal .mfp-close:hover::before,
				.modal .mfp-close:hover::after {
		opacity: .8;
	}
}

@media screen and (min-width: 1200px) {

	.container {
		max-width: 1250px;
	}

	.btn._yellow {
		padding-right: 40px;
		padding-left: 40px;
	}

	.header__contacts-link:not(:last-child) {
		margin-right: 20px;
	}

	.nav__link:not(:last-child) {
		margin-right: 20px;
	}

	.stack-technologies {
		margin-bottom: 115px;
	}

	.terms-price__desc {
		width: 68.3036%;
	}
}

/*# sourceMappingURL=style.css.map */
