html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;
}
main, article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	margin: 0; padding: 0; min-height: 100%;
}
body {
	position: relative; font-size: 15px; color: #282828;
	-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
	font-family: 'Gilroy';
}
* {
	outline: none; box-sizing: border-box;
}
img {
	border: none; vertical-align: top;
}
.responsive-image {
	max-width: 100%;
}
form {
	margin: 0; padding: 0;
}
input, textarea, select, button {
	margin: 0; padding: 0; border: none;
	resize: none; display: block; width: 100%;
	font-family: 'Gilroy';
}
input[type="text"] {
	background: #fff; display: flex; -ms-align-items: center; align-items: center;
}
button[type="submit"] {
	cursor: pointer;
}
 select::-ms-expand {
    display: none;
}
::-moz-placeholder {
	opacity: 1;
}
::-webkit-input-placeholder {
    opacity: 1;
}
::-ms-placeholder {
    opacity: 1;
}
::placeholder {
    opacity: 1;
}
label {
	cursor: pointer;
}
H1, H2, H3, H4, H5 {
	margin: 0; padding: 0;
}
H2 {
	font-family: 'History Pro';
	color: #000;
	font-weight: normal;
	font-size: 36px;
	line-height: 1.2;
	text-transform: uppercase;
}
.hidden {
	display: none;
}
.viewport-wrapper {
	position: relative; min-width: 300px; overflow: hidden;
}
.viewport-wrapper.overflow {
    width: 100%; height: 100vh; -webkit-overflow-scrolling: touch;
}
.container {
	margin: 0 auto; min-width: 300px; max-width: 1170px;
}
.flex-row {
	display: flex; flex-wrap: wrap;
}
.justify-space {
	justify-content: space-between;
}
.justify-center {
	justify-content: center;
}
.justify-end {
	justify-content: flex-end;
}
.align-start {
	align-items: flex-start;
}
.align-center {
	align-items: center;
}
.align-end {
	align-items: flex-end;
}
ul, ul li {
	margin: 0; padding: 0; list-style: none;
}
a {
	color: #0062d1; text-decoration: none; transition: all 300ms ease;
}
p {
	margin: 0;
}
.bt {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all 300ms ease;
	padding-bottom: 2px;
	height: 67px;
	background: radial-gradient(52.03% 601.54% at 47.8% 49.77%, #F2CC41 0%, #FFEB94 32.81%, #FFF0CF 51.04%, #FFEB94 67.19%, #F2CC41 100%);
	border-radius: 10px;
	font-size: 15px;
	color: #282828;
	text-transform: uppercase;
	font-weight: 500;
}


.bt-menu {
	position: relative;
	z-index: 10;
	cursor: pointer;
	width: 30px;
	height: 21px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
}
.bt-menu span {
	display: block;
	width: 23px;
	border-radius: 2px;
	height: 3px;
	background: #282828;
	transition: .3s;
}
.bt-menu span:before {
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	background: #282828;
	transition: .3s;
}
.bt-menu span:after {
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	border-radius: 2px;
	position: absolute;
	top: calc(100% - 2px);
	left: 0;
	background: #282828;
	transition: .3s;
}
.bt-menu.close span {
	background: transparent;
}
.bt-menu.close span:before {
	top: 5px;
	transform: rotate(45deg);
}
.bt-menu.close span:after {
	top: 5px;
	transform: rotate(-45deg);
}


/* header
------------------------------------------------ */
.header {
	position: absolute;
	left: 0; top: 0; right: 0;
	width: 100%;
	z-index: 100;
}
.header-advantages {
	padding-top: 13px;
	font-size: 14px;
	line-height: 17px;
	min-height: 52px;
}
.header-advantages .item {
	position: relative;
	padding-left: 11px;
}
.header-advantages .item:before {
	content: '';
	display: block;
	width: 5px;
	height: 19px;
	background: #FFC700;
	box-shadow: 0px 4px 20px rgba(242, 204, 65, 0.25);
	border-radius: 3px;
	position: absolute;
	left: 0; top: 3px;
}
.header-advantages .item strong {
	font-size: 20px;
	line-height: 25px;
	margin-right: 4px;
}
.header-logo {
	margin: 14px 90px 0 0;
}
.header-location {
	margin-top: 20px;
	font-size: 14px;
	line-height: 17px;
}
.header-location span {
	font-size: 21px;
	line-height: 21px;
	letter-spacing: 0.05em;
	font-family: 'History Pro';
	display: block;
	text-transform: uppercase;
}
.header-location a {
	color: #282828;
	text-decoration: underline;
}
.header-location a:hover {
	text-decoration-color: transparent;
}
.header-phone {
	margin: 21px 0 0 auto;
}
.header-phone .phone-no {
	font-size: 21px;
	line-height: 21px;
	letter-spacing: 0.05em;
	font-family: 'History Pro';
	display: inline-block;
	color: #282828;
}
.header-phone .callback {
	display: inline-block;
	line-height: 17px;
	margin-top: 4px;
	color: #282828;
	text-decoration: underline;
}
.header-phone .callback:hover {
	text-decoration-color: transparent;
}
.header-menu {
	position: relative;
	margin: 32px 0 0 50px;
}
.header-menu ul {
	position: absolute;
	right: 0;
	top: calc(100% + 12px);
	width: 340px;
	background: linear-gradient(146.41deg, #F2CC41 0%, #FFEB94 52.08%, #F2CC41 100%);
	border-radius: 10px;
	overflow: hidden;
	padding: 25px 0;
	display: none;
}
.header-menu li a {
	display: block;
	color: #000000;
	font-size: 26px;
	line-height: 46px;
	font-family: 'History Pro';
	padding: 0 28px;
}
.header-menu li a:hover {
	background: #DBB52A;
}
.header-bt {
	width: 230px;
	margin: 16px 0 0 43px;
	height: 58px;
}
/* end header */


.step-1 {
	position: relative;
	background: url(../i/b1.jpg) 50% 0 no-repeat;
}
.step-1:before {
	content: '';
	display: block;
	background: url(../i/frame-1.png);
	width: 1346px; height: 545px;
	position: absolute;
	left: 50%; top: 0;
	margin-left: -673px;
}
.step-1 .wrapper {
	position: relative;
	z-index: 2;
	min-height: 704px;
	padding-top: 212px;
}
.step-1 .content {
	max-width: 640px;
	position: relative;
	z-index: 2;
}
.step-1 H1 {
	font-weight: normal;
	font-size: 72px;
	line-height: 88px;
	font-family: 'History Pro';
}
.step-1 .bt {
	margin-top: 68px;
	max-width: 286px;
}
.step-1 .image {
	position: absolute;
	right: -72px; bottom: 54px;
	height: 484px;
}
.step-1 .image img {
	position: relative;
	z-index: 2;
}
.step-1 .image .caption {
	position: absolute;
	top: 80px;
	right: 110px;
	width: 445px;
	height: 132px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding-left: 55px;
	font-family: 'Caveat';
	font-size: 30px;
	line-height: 30px;
	color: #70707D;
}
.step-1 .image .caption:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%; top: 50%;
	width: 445px;
	height: 132px;
	background: #FFFFFF;
	border-radius: 10px;
	margin: -66px 0 0 -222px;
	transform: skew(-17deg);
	box-sizing: border-box;
}
.step-1 .image .caption:after {
	content: '';
	display: block;
	z-index: 1;
	position: absolute;
	left: 50%; top: 50%;
	width: 400px;
	height: 108px;
	background: #FFFFFF;
	border: 3px dashed #FFC700;
	border-radius: 10px;
	margin: -54px 0 0 -200px;
	transform: skew(-17deg);
	box-sizing: border-box;
}
.step-1 .image .caption span {
	position: relative;
	z-index: 2;
}


.step-2 {
	position: relative;
	padding-top: 50px;
}
.step-2 .tabs {
	width: calc(100% - 745px);
	padding-top: 70px;
}
.step-2 .tabs li {
	position: relative;
	margin-top: 29px;
}
.step-2 .tabs li a {
	position: relative;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	line-height: 1;
	height: 54px;
	padding-left: 86px;
	color: #282828;
	font-weight: 300;
	font-size: 24px;
}
.step-2 .tabs li a svg {
	position: absolute;
	left: 0; top: 0;
	fill: #3B3B45;
	width: 54px; height: 54px;
	transition: .3s;
}
.step-2 .tabs li a span {
	position: relative;
	display: block;
	line-height: 1;
}
.step-2 .tabs li a span:after {
	content: '';
	display: block;
	background: url(../i/arrow3.svg) 100% 0 no-repeat;
	width: 337px; height: 8px;
	position: absolute;
	left: 0; bottom: -10px;
	transition: .3s;
	opacity: 0;
}
.step-2 .tabs li a.active svg {
	fill: #F2CC41;
}
.step-2 .tabs li a.active span:after {
	opacity: 1;
}
.step-2 .content {
	width: 745px;
	margin-top: 75px;
}
.step-2 .tab-block {
	position: relative;
	text-align: center;
}
.step-2 .tab-block .image {
	position: relative;
	display: inline-block;
	text-align: left;
}
.step-2 .tab-block .caption {
	position: absolute;
	z-index: 2;
	width: 25px; height: 25px;
}
.step-2 .tab-block .caption .dot {
	position: relative;
	width: 26px; height: 26px;
	background: linear-gradient(138.01deg, #F2CC41 15.72%, #FFC700 83.76%);
	box-shadow: 0px 0px 10px #FFEB94;
	border-radius: 50%;
	z-index: 2;
	cursor: pointer;
}
.step-2 .tab-block .caption .dot:before {
	content: '';
	display: block;
	width: 14px; height: 2px;
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
	border-radius: 3px;
	position: absolute;
	left: 50%; top: 50%;
	margin: -1px 0 0 -7px;
}
.step-2 .tab-block .caption .dot:after {
	content: '';
	display: block;
	width: 2px; height: 14px;
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
	border-radius: 3px;
	position: absolute;
	left: 50%; top: 50%;
	margin: -7px 0 0 -1px;
	transition: .3s;
}
.step-2 .tab-block .caption .dot.active:after {
	opacity: 0;
}
.step-2 .tab-block .caption .text {
	position: absolute;
	top: 50%;
	margin-top: -34px;
	left: 5px;
	width: 180px;
	height: 68px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 15px;
	justify-content: center;
	text-align: center;
	font-family: 'Caveat';
	font-size: 19px;
	line-height: 24px;
	color: #70707D;
	display: none;
}
.step-2 .tab-block .caption .pos-right {
	left: auto;
	right: 5px;
}
.step-2 .tab-block .caption .text:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%; top: 50%;
	width: 180px;
	height: 68px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(255, 199, 0, 0.25);
	border-radius: 6px;
	margin: -34px 0 0 -90px;
	transform: skew(-17deg);
	box-sizing: border-box;
}
.step-2 .tab-block .caption .text:after {
	content: '';
	display: block;
	z-index: 1;
	position: absolute;
	left: 50%; top: 50%;
	width: 169px;
	height: 59px;
	border: 1px dashed #F2CC41;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px rgba(255, 199, 0, 0.25);
	border-radius: 4px;
	margin: -30px 0 0 -85px;
	transform: skew(-17deg);
	box-sizing: border-box;
}
.step-2 .tab-block .caption .text span {
	position: relative;
	z-index: 2;
	display: block;
	line-height: 1.2;
	padding-top: 5px;
}
.step-2 .target {
	position: absolute;
	right: 40px;
	bottom: 100px;
}
.step-2 .target:before {
	content: '';
	display: block;
	background: url(../i/ellipse.svg) no-repeat;
	width: 251px; height: 251px;
	position: absolute;
	left: 50%; top: 50%;
	margin: -132px 0 0 -136px;
}
.step-2 .target::after {
	content: '';
	display: block;
	background: url(../i/img2.png) no-repeat;
	background-size: 100% 100%;
	width: 262px;
	height: 218px;
	position: absolute;
	left: 10%;
	top: 42%;
}
.step-2 .target .entry {
	position: relative;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Caveat';
	font-size: 22px;
line-height: 22px;
color: #282828;
width: 162px;
height: 162px;
border-radius: 50%;
background: linear-gradient(136.09deg, #DBB52A 8.58%, #F2CC41 22.03%, #FFEB94 35.48%, #F8E9B6 49.77%, #FEE98E 64.9%, #F3CE47 80.03%, #DCB62B 89.28%);
}
.step-2 .target .entry p {
	position: relative;
	z-index: 2;
}
.step-2 .target .entry a {
	font-size: 18px;
	display: inline-block;
	font-family: 'Gilroy';
	font-weight: 500;
	text-decoration: underline;
	color: #282828;
	text-transform: uppercase;
	margin-top: 10px;
}
.step-2 .target .entry a:hover {
	text-decoration-color: transparent;
}


.step-3 {
	position: relative;
	background: url(../i/bg2.jpg) 50% 50% no-repeat;
	padding: 60px 0 74px;
}
.couses-block .flex-row {
	padding-top: 7px;
}
.couses-block .item {
	position: relative;
	max-width: 263px;
	width: 24%;
	font-size: 18px;
	line-height: 26px;
	margin-top: 70px;
}
.couses-block .item:before {
	content: '';
	display: block;
	position: absolute;
	width: 36px; height: 36px;
	background: #FFC700 url(../i/plus.svg) 50% 50% no-repeat;
	border-radius: 50%;
	top: -18px;
	left: 50%; margin-left: -18px;
	z-index: 3;
}
.couses-block .item:after {
	content: '';
	display: block;
	position: absolute;
	left: 30px; right: 30px; top: 100%;
	height: 9px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(174, 174, 174, 0.2);
	border-radius: 0 0 10px 10px;
}
.couses-block .item p {
	position: relative;
	z-index: 2;
	min-height: 155px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(174, 174, 174, 0.2);
	border-radius: 10px;
	text-align: center;
	padding: 50px 5px 5px;
}


.step-3 .form {
	margin-top: 117px;
}
.step-3 .form:after {
	position: absolute;
	top: -30px;
	right: -50px;
	content: '';
	display: block;
	background: url(../i/img4.png);
	width: 388px; height: 388px;
	background-size: 100% 100%;
}
.step-3 .form .form-item {
	margin-right: 33px;
	width: 386px;
}
.step-3 .form .bt {
	max-width: 286px;
	margin-top: 46px;
	font-size: 17px;
	line-height: 21px;
	height: 70px;
}


.form {
	position: relative;
	background: linear-gradient(122.29deg, #FFC700 2.26%, #AC8D1D 99.09%);
	padding: 5px;
}
.form .wrapper {
	position: relative;
	background: #fff;
	padding: 53px 44px 50px;
}
.form .wrapper  > * {
	position: relative;
	z-index: 2;
}
.form-item {
	margin-top: 35px;
}
.form-item .label {
	font-weight: 300;
	line-height: 16px;
	color: #282828;
}
.form-item input {
	height: 43px;
	font-size: 21px;
	line-height: 25px;
	letter-spacing: 0.05em;
	color: #C0C0C0;
	font-weight: 300;
	border-bottom: solid 1px #DBB52A;
}
.form-item input::-webkit-outer-spin-button,
.form-item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-item input[type=number] {
  -moz-appearance: textfield;
}


.step-4 {
	position: relative;
	background: url(../i/bg3.jpg) 50% 0 no-repeat;
	padding-top: 187px;
	overflow: hidden;
}


.calc-block .content {
	width: 660px;
	position: relative;
	z-index: 2;
}
.calc-form {
	padding-top: 47px;
}
.calc-form .col {
	width: 49%;
	max-width: 322px;
}
.calc-form .col:nth-child(2) {
	max-width: 290px;
}
.calc-form .item-checkbox {
	position: relative;
	margin-top: 20px;
	border-bottom: solid 1px #D8D8E3;
	padding: 0 0 5px 36px;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-end;
	align-items: flex-end;
	font-size: 16px;
	line-height: 20px;
}
.calc-form .item-checkbox .price {
	white-space: nowrap;
	font-weight: 600;
}
.calc-form .item-checkbox input {
	position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; cursor: pointer;
	z-index: 2; opacity: 0;
}
.calc-form .item-checkbox input + .custom {
	position: absolute;
	left: 0; top: 1px;
	display: block;
	width: 17px; height: 17px;
	background: #FFC700;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	padding: 0 0 2px 1px;
}
.calc-form .item-checkbox input + .custom:before {
	content: '';
	display: block;
	transition: .3s;
	border-bottom: solid 2px #282828;
	border-right: solid 2px #282828;
	width: 6px; height: 12px;
	box-sizing: border-box;
	transform: rotate(45deg);
	opacity: 0;
}
.calc-form .item-checkbox input:checked + .custom:before {
	opacity: 1;
}
.calc-form input.hidden {
	display: none;
}
.calc-form .total {
	width: 49%;
	max-width: 322px;
	margin-top: 11px;
	font-size: 22px;
	line-height: 26px;
}
.calc-form .total .val {
	font-weight: 600;
}
.calc-form .marked {
	width: 49%;
	max-width: 290px;
	margin-top: 17px;
	line-height: 17px;
}
.calc-form .form-item .label {
	padding-bottom: 6px;
	color: #9D9D9D;
}
.calc-form .form-item {
	margin-top: 20px;
}
.calc-form .form-item input {
	border: 1px solid #D8D8E3;
	height: 49px;
	padding: 0 20px;
	color: #282828;
}
.calc-form .form-item input.error {
	border-color: red;
}
.calc-form .form-item ::-moz-placeholder {
	color: #C0C0C0;
}
.calc-form .form-item ::-webkit-input-placeholder {
    color: #C0C0C0;
}
.calc-form .form-item ::-ms-placeholder {
    color: #C0C0C0;
}
.calc-form .form-item ::placeholder {
    color: #C0C0C0;
}
.contacts-wrapper .subhead {
	color: #000;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	margin-top: 30px;
}
.contacts-wrapper .tabs {
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}
.contacts-wrapper .tabs .radio-it {
	margin: 10px 25px 0 0;
	position: relative;
}
.contacts-wrapper .tabs .radio-it:last-child {
	margin-right: 0;
}
.contacts-wrapper .tabs .radio-it input {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
}
.contacts-wrapper .tabs img {
	transition: .3s;
}
.contacts-wrapper .tabs .radio-it:hover img,
.contacts-wrapper .tabs .radio-it input:checked + img {
	filter: drop-shadow(0px 4px 3px rgba(182, 143, 0, 0.43));
	opacity: .8;
}
.calc-form .bt {
	margin-top: 20px;
}



.calc-block .image {
	width: calc(100% - 660px);
	position: relative;
	height: 590px;
}
.calc-block .image .bg {
	position: absolute;
	left: -50px; bottom: 10px;
}
.calc-block .image .man {
	position: absolute;
	z-index: 2;
	left: 76px; bottom: 30px;
}
.calc-block .caption {
	position: absolute;
	z-index: 1;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 237px; height: 93px;
	font-family: 'Caveat';
	font-size: 26px;
	line-height: 28px;
	padding-left: 10px;
	left: 210px; bottom: 90px;
}
.calc-block .caption:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%; top: 50%;
	transform: skew(-17deg);
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 10px;
	border: solid 6px #d7dae1;
	width: 327px; height: 93px;
	margin: -46px 0 0 -163px;
}
.calc-block .caption span {
	position: relative;
	z-index: 2;
}

.instruction-block {
	background: url(../i/bg4.jpg) 50% 50% no-repeat;
	padding: 147px 0 90px;
}
.instruction-block .content {
	max-width: 710px;
	margin-left: auto;
}
.instruction-block .list {
	margin-top: 35px;
position: relative;
}
.instruction-block .list .wrapper {
	background: #fff;
	box-shadow: 0px 0px 20px rgba(142, 142, 142, 0.25);
	border-radius: 10px;
	padding: 38px 34px 40px;
	position: relative;
	z-index: 2;
}
.instruction-block .list:before {
	content: '';
	display: block;
	background: url(../i/img3.png) no-repeat;
	width: 325px;
	height: 244px;
	position: absolute;
	right: -135px; bottom: -100px;
	z-index: 3;
	background-size: 100% 100%;
}
.instruction-block .list:after {
	content: '';
	display: block;
	position: absolute;
	left: 30px; right: 30px; top: 100%;
	height: 9px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(174, 174, 174, 0.2);
	border-radius: 0 0 10px 10px;
}
.instruction-block H2 {
	padding-left: 125px;
}
.instruction-block .item {
	position: relative;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	height: 45px;
	padding-left: 80px;
	margin-top: 40px;
	font-size: 20px;
line-height: 24px;
color: #000000;
}
.instruction-block .item:first-child {
	margin-top: 0;
}
.instruction-block .item svg {
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0; top: 0;
	fill: #FFC700;
}



.step-5 {
	padding: 183px 0 142px;
	overflow: hidden;
}
.step-5 .wrapper {
	position: relative;
}
.step-5 .wrapper:before {
	content: '';
	display: block;
	position: absolute;
	right: 100%; top: 0; bottom: 0;
	width: 999999px; height: 100%;
	background: #fff; z-index: 10;
}
.slider-work {
	margin-top: 92px;
	padding-right: 240px;
}
.slider-work .list {
	position: relative;
	z-index: 1;
}
.slider-work .list:after {
	position: relative; content: '.'; display: block; clear: both; visibility: hidden; height: 0;
}
.slider-work .item {
	position: relative;
	float: left;
	margin-right: 25px;
	padding: 5px;
	overflow: hidden;
	transition: .3s;
	height: 570px;
	top: 20px;
}
.slider-work .item img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}
.slider-work .arrows {
	position: absolute;
	right: 0; top: 0;
	display: flex;
	justify-content: space-between;
	width: 150px;
}
.slider-work .arrows .slick-arrow {
	position: static;
	margin: 0;
}
.slider-work .slick-current {
	background: linear-gradient(122.29deg, #FFC700 2.26%, #AC8D1D 99.09%);
	border-radius: 10px;
	overflow: hidden;
	top: 0;
}
.slider-work .slick-current img {
	height: 560px;
}
.slider-work .slick-dots {
	position: absolute;
	left: 100%; bottom: 10px;
	width: 100px;
	font-size: 20px;
	line-height: 24px;
	color: #FFC700;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
}
.slider-work .slick-dots span {
	font-weight: 400;
	font-size: 20px;
line-height: 24px;
color: #282828;
}




.step-6 {
	position: relative;
	background: url(../i/bg5.jpg) 50% 0 no-repeat;
	padding-top: 78px;
	height: 789px;
}
.link-all {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 19px;
	color: #282828;
}
.link-all:after {
	content: '';
	display: block;
	background: url(../i/arrow1.svg) 0 0 no-repeat;
	width: 108px; height: 8px;
	background-size: 100% 100%;
}


.item-stock {
	position: relative;
	max-width: 369px;
	width: 32%;
	margin-top: 45px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(146, 146, 146, 0.25);
	border-radius: 10px;
	padding: 20px;
}
.item-stock .image img {
	width: 100%;
	height: 140px;
	object-fit: cover;
}
.item-stock .title {
	font-weight: 800;
	font-size: 24px;
	line-height: 29px;
	margin-top: 28px;
	text-transform: uppercase;
}
.item-stock p {
	font-size: 16px;
	line-height: 19px;
	margin-top: 25px;
}
.item-stock .bt {
	position: absolute;
	left: 0; right: 0; top: calc(100% + 33px);
	height: 57px;
	font-size: 17px;
}


.step-7 {
	position: relative;
	margin: 115px 0 15px;
	background: url(../i/frame-2.png) 50% 0 no-repeat;
	min-height: 439px;
	overflow: hidden;
}
.step-7:before {
	content: '';
	display: block;
	background: url(../i/figures.png);
	width: 1190px; height: 604px;
	position: absolute;
	left: 50%; top: 0;
	margin-left: -590px;
}
.step-7 .container > * {
	position: relative;
	z-index: 2;
}


.slider-reviews {
	margin: 67px auto 0;
	position: relative;
	max-width: 580px;
}
.slider-reviews .item {
	position: relative;
	float: left;
	transition: .3s;
	transform: scale(.8);
	margin: 0 40px;
}
.slider-reviews .slick-current {
	transform: scale(1);
}
.slider-reviews .item:after {
	content: '';
	display: block;
	position: absolute;
	left: 20px; right: 20px; top: 100%;
	height: 16px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(174, 174, 174, 0.2);
	border-radius: 0 0 10px 10px;
}
.slider-reviews .item .wrapper {
	position: relative;
	z-index: 2;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(174, 174, 174, 0.2);
	border-radius: 10px;
	padding: 28px 20px 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.slider-reviews .item .name {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 27px;
}
.slider-reviews .item p {
	width: 100%;
	margin-top: 10px;
	font-size: 15px;
	line-height: 25px;
}
.slider-reviews .item .rating {
	display: flex;
}
.slider-reviews .item .rating .star {
	background: url(../i/star.svg) 50% 50% no-repeat;
	width: 16px; height: 17px;
}
.slider-reviews .slick-prev {
	left: -58px;
}
.slider-reviews .slick-next {
	right: -58px;
}
.step-7 .bt {
	margin: 55px auto 0;
	height: 60px;
	max-width: 290px;
	font-size: 17px;
}


.step-8 {
	position: relative;
	background: url(../i/bg6.jpg) 50% 0 no-repeat;
	overflow: hidden;
	padding: 84px 0 50px;
	min-height: 701px;
}
.step-8 .content H2 {
	padding-bottom: 30px;
}
.step-8 .content {
	max-width: 583px;
	margin-left: auto;
}
.step-8 .content p {
	margin-top: 30px;
	color: #000;
	font-size: 17px;
line-height: 27px;
}


.step-9 {
	margin-top: 97px;
	position: relative;
	padding: 62px 0 52px;
}
.contacts-box {
	position: relative;
	z-index: 2;
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(152, 152, 152, 0.3);
	border-radius: 10px;
	max-width: 550px;
	margin-left: auto;
	padding: 20px 40px 60px 44px;
}
.contacts-box H3 {
	font-weight: 400;
	font-size: 24px;
line-height: 32px;
color: #000;
margin-top: 29px;
}
.contacts-box .social {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding-top: 4px;
}
.contacts-box .social a {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin: 40px 40px 0 0;
}
.contacts-box .social a:last-child {
	margin-right: 0;
}
.item-contact {
	position: relative;
	padding-left: 83px;
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	font-size: 18px;
	line-height: 32px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	height: 40px;
	line-height: 1.1;
	margin-top: 22px;
}
.item-contact a {
	color: #000;
}
.item-contact:before {
	content: '';
	display: block;
	position: absolute;
	left: 0; top: 0;
	width: 40px; height: 40px;
}
.item-contact.icon-phone:before {
	background: url(../svg/phone-lg.svg);
	background-size: 100% 100%;
}
.item-contact.icon-mail:before {
	background: url(../svg/mail-lg.svg);
	background-size: 100% 100%;
}
.item-contact.icon-marker:before {
	background: url(../svg/marker-lg.svg);
	background-size: 100% 100%;
}

.step-9 .map {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	width: 100%; height: 100%;
	display: flex;
}
.step-9 .map iframe {
	width: 100%; height: 100%;
}



.slick-list:after {
	position: relative; content: '.'; display: block; clear: both; visibility: hidden; height: 0;
}
.slick-arrow {
	font-size: 0; color: transparent;
	overflow: hidden; text-indent: -9999px;
	cursor: pointer; z-index: 10;
	position: absolute; top: 50%;
	margin-top: -28px;
	width: 64px; height: 57px;
	background: radial-gradient(52.03% 601.54% at 47.8% 49.77%, #F2CC41 0%, #FFEB94 32.81%, #FFF0CF 51.04%, #FFEB94 67.19%, #F2CC41 100%);
	border-radius: 50px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-arrow:before {
	content: '';
	display: block;
	background: url(../i/arrow2.svg);
	width: 11px; height: 21px;
	background-size: 100% 100%;
}
.slick-next:before {
	transform: rotate(180deg);
}
.slick-dots {
	display: flex; justify-content: center;
}
.slick-dots li:nth-child(2) {
	display: none;
}


.nice-select {
	position: relative;
	width: 100%;
	font-size: 20px;
}
.nice-select .current {
	position: relative;
	width: 100%;
	z-index: 5;
	transition: all 0.2s;
	padding: 0 20px;
	background: #FFFFFF;
	border: 1px solid #D8D8E3;
	height: 49px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.nice-select .current:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	border: solid 8px transparent;
	border-top: solid 14px #FFC700;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 20px;
	right: 15px;
	transition: all 0.2s;
	box-sizing: border-box;
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	height: 170px;
	overflow-y: scroll;
}
.nice-select .list {
	background-color: #fff;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0px;
	right: 0px;
	min-width: 100%;
	border: 1px solid #D8D8E3;
	border-top: 0;
	padding: 10px 0 12px;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
.nice-select .option {
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 20px;
}
.nice-select .option:hover {
	color: #FFC700;
}




/* footer
------------------------------------------------ */
.footer {
	background: #25252D;
	position: relative;
	z-index: 20;
}
.footer .top {
	padding: 40px 0;
}
.footer .colm {
	width: 30%;
}
.footer .bt {
	max-width: 290px;
	margin-top: 20px;
	font-size: 17px;
}
.footer .f-nav {
	width: 40%;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
}
.footer .f-nav li a {
	color: #fff;
}
.footer .f-nav li a:hover {
	color: #DBB52A;
}
.footer .payment {
	position: relative;
	width: 30%;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	padding-right: 110px;
}
.footer .payment .item {
	margin: 3px 0;
	word-wrap: break-word;
}
.footer .payment .item a {
	color: #fff;
}
.footer .payment .item a:hover {
	text-decoration: underline;
}
.footer .payment:after {
	content: '';
	display: block;
	background: url(../i/img5.png) no-repeat;
	width: 107px;
	height: 90px;
	position: absolute;
	top: 50%; margin-top: -45px; right: 0;
	z-index: 3;
	background-size: 100% 100%;
}
.footer .copy {
	background: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	padding: 22px 0;
}
/* end footer */


/* modal
------------------------------------------------ */
.modal {
 	position: relative;
 	margin: 0 auto;
 	max-width: 500px;
 	background: #fff;
 	padding: 40px 40px 55px;
 	text-align: center;
 	border-radius: 10px;
}
.modal .title {
	font-family: 'History Pro';
	color: #000;
	font-weight: normal;
	font-size: 36px;
	line-height: 1.2;
	text-transform: uppercase;
}
.modal .bt {
	margin-top: 40px;
}

.modal-thank {
 	position: relative;
 	margin: 0 auto;
 	max-width: 500px;
 	background: #fff;
 	padding: 40px 40px 55px;
 	text-align: center;
 	border-radius: 10px;
	font-family: 'History Pro';
	color: #000;
	font-weight: normal;
	font-size: 36px;
	line-height: 1.2;
	text-transform: uppercase;
}
/* end modal */
