html
{
	font-size: 16px;
	line-height: 1.15;
	scroll-behavior: smooth;
	webkit-font-smoothing: antialiased;
	webkit-text-size-adjust: 100%;
}
body
{
	min-width: 320px;
	position: relative;
}
hr
{
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre
{
	font-family: monospace,monospace;
}
a
{
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}
abbr[title]
{
	border-bottom: none;
	text-decoration: underline dotted;
	text-decoration: underline;
	webkit-text-decoration: underline dotted;
}
b,strong
{
	font-weight: bolder;
}
code,kbd,samp
{
	font-family: monospace,monospace;
	font-size: 1em;
}
small
{
	font-size: 80%;
}
sub,sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sub
{
	bottom: -.25em;
	vertical-align: text-bottom;
}
sup
{
	top: -.5em;
	vertical-align: text-top;
}
button,input,optgroup,select,textarea
{
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,input
{
	overflow: visible;
}
button,select
{
	text-transform: none;
}
[type=button],[type=reset],[type=submit],button
{
	webkit-appearance: button;
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner
{
	border-style: none;
	padding: 0;
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring
{
	outline: ButtonText dotted 1px;
}
legend
{
	box-sizing: border-box;
	color: #000;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress
{
	vertical-align: baseline;
}
textarea
{
	overflow: auto;
}
[type=checkbox],[type=radio]
{
	box-sizing: border-box;
	padding: 0;
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button
{
	height: auto;
}
[type=search]
{
	outline-offset: -2px;
	webkit-appearance: textfield;
}
[type=search]::-webkit-search-decoration
{
	webkit-appearance: none;
}
::-webkit-file-upload-button
{
	font: inherit;
	webkit-appearance: button;
}
[hidden]
{
	display: none;
}
blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,p,pre,td,textarea,th,ul
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
abbr,fieldset,img
{
	border: 0;
}
ul li
{
	list-style: none;
}
caption,th
{
	text-align: left;
}
h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: 400;
}
input,select,textarea
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section
{
	display: block;
}
button,input,textarea
{
	border: none;
}
img
{
	height: auto;
	width: 100%;
}
.logo
{
	background-image: url(../img/logo.svg);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}
.logo-black
{
	background-image: url(../img/logo-black.svg);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}
.logo-black__text
{
	color: #231814;
	font-family: 'Exo 2',sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-left: 20px;
	max-width: 68px;
	text-align: left;
	text-transform: uppercase;
}
.button
{
	cursor: pointer;
}
.button_inside
{
	align-items: center;
	border: 2px solid #68493f;
	color: #fff;
	display: inline-flex;
	font-family: 'Exo 2',sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%;
	padding: 15px 22.25px 15px 35px;
	text-align: center;
	text-transform: uppercase;
	transition: background .5s;
}
.button_inside svg
{
	margin-left: 30px;
	transition: .5s;
}
.button_inside:hover
{
	background-color: #68493f;
}
.button_inside:hover svg
{
	transform: translateX(5px);
}
.nav
{
	color: #1b1e26;
	display: flex;
	font-family: 'Exo 2',sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.nav__elem:not(:last-child)
{
	margin-right: 90px;
}
@media (max-width:960px) {
	.nav__elem:not(:last-child){
		margin-right: 50px;
}
}
.nav__elem
{
	position: relative;
}
.nav__elem:before
{
	background-color: #1b1e26;
	bottom: 0;
	content: '';
	height: 1px;
	opacity: 0;
	position: absolute;
	transition: .3s;
	width: 100%;
}
.nav__elem:hover:before
{
	opacity: 1;
}
@media screen and (max-width:780px)
{
	.nav__elem:not(:last-child)
	{
		margin-right: 0;
	}
	.nav__elem:before
	{
		display: none;
	}
	.nav__elem
	{
		padding: 10px 0;
		text-align: center;
	}
	.nav
	{
		background-color: #fff;
		flex-direction: column;
		left: 0;
		padding: 10px 0;
		position: absolute;
		top: 95px;
		z-index: 2;
	}
}
.burger
{
	background-color: #231814;
	display: block;
	height: 3px;
	left: 2px;
	position: absolute;
	top: 7px;
	transition: .5s;
	width: 25px;
}
.burger:before
{
	background-color: #231814;
	content: '';
	height: 3px;
	position: absolute;
	top: 6px;
	transition: .5s;
	width: 25px;
}
.burger:after
{
	background-color: #231814;
	content: '';
	height: 3px;
	position: absolute;
	top: 12px;
	transition: .5s;
	width: 25px;
}
.nav.active
{
	opacity: 1;
	pointer-events: auto;
}
.burger.active
{
	top: 12px;
	transform: rotate(-135deg);
}
.burger.active:before
{
	opacity: 0;
}
.burger.active:after
{
	top: 0;
	transform: rotate(270deg);
}
.wrapper
{
	margin: 0 auto;
	max-width: 1360px;
}
@media screen and (max-width:1400px)
{
	.wrapper
	{
		padding: 0 20px;
	}
}
.section__content
{
	height: 100%;
	width: 100%;
	overflow: hidden;
}
@media screen and (max-height:650px)
{
	/* .section__content
	{
		height: initial;
	} */
}
.flex-align-center
{
	align-items: center;
	display: flex;
}
.text-black
{
	color: #231814;
}
.form
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.form__storage
{
	display: flex;
	flex-direction: column;
	width: 25%;
}
@media screen and (max-width:1050px)
{
	.form__storage
	{
		margin-bottom: 40px;
		width: 50%;
	}
}
@media screen and (max-width:690px)
{
	.form__storage
	{
		width: 80%;
	}
}
.form__storage textarea
{
	background: white;
	border: 1px solid rgba(51,43,40,.5);
	box-sizing: border-box;
	color: rgba(35,24,20,.7);
	font-size: 14px;
	font-weight: 400;
	height: 100px;
	outline: 0;
	padding: 14px 18px;
	resize: none;
	width: 289px;
}
@media screen and (max-width:440px)
{
	.form__storage textarea
	{
		width: 100%;
	}
}
.form__dimensions
{
	display: flex;
	flex-direction: column;
	width: 25%;
}
@media screen and (max-width:1050px)
{
	.form__dimensions
	{
		width: 50%;
	}
}
@media screen and (max-width:690px)
{
	.form__dimensions
	{
		width: 80%;
	}
}
.form__dimensions p
{
	align-items: center;
	color: rgba(35,24,20,.7);
	display: flex;
	font-size: 14px;
	justify-content: space-between;
	line-height: 150%;
	margin-bottom: 20px;
	max-width: 167px;
}
.form__dimensions input
{
	background: white;
	border: 1px solid rgba(51,43,40,.5);
	height: 42px;
	moz-appearance: textfield;
	outline: 0;
	text-align: center;
	vertical-align: middle;
	width: 80px;
}
.form__dimensions input::-webkit-inner-spin-button
{
	display: none;
}
.form__breaking
{
	display: flex;
	flex-direction: column;
	padding-right: 100px;
	width: 25%;
}
@media screen and (max-width:1050px)
{
	.form__breaking
	{
		width: 50%;
	}
}
@media screen and (max-width:690px)
{
	.form__breaking
	{
		width: 80%;
	}
}
.form__fire
{
	display: flex;
	flex-direction: column;
	padding-right: 20px;
	width: 25%;
}
@media screen and (max-width:1050px)
{
	.form__fire
	{
		width: 50%;
	}
}
@media screen and (max-width:690px)
{
	.form__fire
	{
		width: 80%;
	}
}
.form__number
{
	display: flex;
	justify-content: center;
	margin-top: 60px;
	width: 100%;
	margin-bottom: 80px;
}
@media screen and (max-width:1200px)
{
	.form__breaking
	{
		padding-right: 20px;
	}
	.form__number
	{
		margin-top: 80px;
	}
}
@media screen and (max-width:1050px)
{
	.form__number
	{
		margin-bottom: 20px;
		margin-top: 40px;
	}
}
@media screen and (max-width:690px)
{
	.form__number
	{
		width: 80%;
	}
}
.form__number input[type=tel]
{
	background: white;
	border: 1px solid rgba(51,43,40,.5);
	color: rgba(35,24,20,.7);
	font-size: 14px;
	font-weight: 400;
	height: 54px;
	margin-right: 30px;
	outline: 0;
	padding: 0 20px;
	vertical-align: middle;
	width: 294px;
}
@media screen and (max-width:500px)
{
	.form__number
	{
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.form__number input[type=tel]
	{
		margin-bottom: 10px;
		margin-right: 0;
	}
}
.form__number input[type=submit]
{
	border: 2px solid #db9077;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	height: 54px;
	text-align: center;
	text-transform: uppercase;
	transition: .3s;
	width: 294px;
}
.form__number input[type=submit]:hover
{
	background-color: #fff;
}
.quiz_main
{
	align-items: center;
	display: flex;
}
@media (max-height:880px)
{
	.quiz_main .quiz__wrapper
	{
		padding-top: 20px;
	}
	.quiz_main .form
	{
		margin-top: 40px;
	}
	.quiz_main .form__number
	{
		margin-top: 10px;
	}
}
.checkbox
{
	cursor: pointer;
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.checkbox+label
{
	align-items: center;
	display: inline-flex;
	moz-user-select: none;
	ms-user-select: none;
	user-select: none;
	webkit-user-select: none;
}
.checkbox+label:before
{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50% 50%;
	border: 2px solid #332b28;
	content: '';
	display: inline-block;
	flex-grow: 0;
	flex-shrink: 0;
	height: 22px;
	margin-right: 10px;
	position: relative;
	width: 22px;
}
.checkbox:checked+label
{
	color: #000;
	font-weight: 600;
	position: relative;
}
.checkbox:checked+label::after
{
	background: #231814;
	content: '';
	height: 10px;
	left: 6px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}
.radio
{
	cursor: pointer;
	opacity: 0;
	position: absolute;
	z-index: -1;
}
label
{
	color: #000;
	cursor: pointer;
	font-family: 'Exo 2',sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 24px;
}
.radio+label
{
	align-items: center;
	display: inline-flex;
	moz-user-select: none;
	ms-user-select: none;
	user-select: none;
	webkit-user-select: none;
}
.radio+label:before
{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50% 50%;
	border: 2px solid #332b28;
	border-radius: 50%;
	content: '';
	display: inline-block;
	flex-grow: 0;
	flex-shrink: 0;
	height: 22px;
	margin-right: 10px;
	position: relative;
	width: 22px;
}
.radio:checked+label
{
	color: #000;
	font-weight: 600;
	position: relative;
}
.radio:checked+label::after
{
	background: #231814;
	border-radius: 50%;
	content: '';
	height: 10px;
	left: 6px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}
input:disabled+label,input:disabled+label:before
{
	opacity: .6;
}
.button-up
{
	background-color: #000;
	border: none;
	bottom: 80px;
	display: block;
	height: 32px;
	padding: 0;
	position: fixed;
	right: 20px;
	webkit-appearance: none;
	width: 32px;
	z-index: 60;
}
.button-up a
{
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	height: 16px;
	left: 50%;
	opacity: .7;
	position: relative;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: .3s;
	width: 10px;
}
.button-up:hover
{
	cursor: pointer;
}
.button-up:hover a
{
	opacity: 1;
}
.inside
{
	align-items: flex-end;
	background-color: #171312;
	display: flex;
	height: 100vh;
	justify-content: center;
	position: relative;
	width: 100%;
}
@media screen and (max-width:515px)
{
	.inside
	{
		align-items: center;
	}
}
.inside:before
{
	background-image: url(../img/index_cover.png);
	background-size: cover;
	content: '';
	height: 100vh;
	pointer-events: none;
	position: absolute;
	width: 100%;
}
.inside__wrapper
{
	align-items: center;
	display: flex;
	justify-content: center;
}
@media screen and (max-width:591px)
{
	.inside__wrapper
	{
		padding: 0 20px;
	}
}
.inside__content
{
	align-items: center;
	display: flex;
	flex-direction: column;
}
.inside__text
{
	color: #fff;
	font-family: 'Exo 2',sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 300!important;
	line-height: 150%;
	margin-bottom: 35px;
	margin-top: 50px;
	max-width: 572px;
	text-align: center;
}
@media screen and (max-width:340px)
{
	.inside__button a
	{
		font-size: 16px;
	}
}
.inside__logo
{
	align-items: center;
	display: flex;
	flex-direction: column;
}
.inside__logo .logo
{
	height: 70px;
	width: 133px;
}
.inside__logo p
{
	color: #f6dde0;
	font-family: 'Source Serif Pro',sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width:515px)
{
	.inside__text
	{
		font-size: 13px;
		margin-top: 25px;
	}
	.inside__logo .logo
	{
		background-size: contain;
		height: 35px;
		width: 75px;
	}
	.inside__logo p
	{
		font-size: 16px;
		margin-top: 10px;
	}
}
.inside__quiz p
{
	color: rgba(255,255,255,.1);
	font-family: 'Exo 2',sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin: 100px 0;
	text-align: center;
}
@media (max-height:850px)
{
	.inside__quiz p
	{
		margin: 50px 0;
	}
}
@media (max-height:700px)
{
	.inside__quiz p
	{
		margin: 25px 0;
	}
}
.inside__movedown
{
	align-items: center;
	display: flex;
	flex-direction: column;
}
.inside__movedown span
{
	color: #fff;
	font-family: 'Exo 2',sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	text-align: center;
}
.inside__movedown a
{
	background-image: url(../img/mouse.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 48px;
	margin-bottom: 70px;
	margin-top: 30px;
	width: 19px;
}
@media screen and (max-width:515px)
{
	.inside__movedown span
	{
		font-size: 13px;
	}
	.inside__movedown a
	{
		margin-bottom: 0;
	}
}
.quiz
{
	background-color: #f5efed;
	font-family: 'Exo 2',sans-serif;
	font-style: normal;
	/* height: 100vh; */
	min-height: 100vh;
	position: relative;
	width: 100%;
}
.quiz:before
{
	background-image: url(../img/quiz_cover.png);
	background-size: cover;
	content: '';
	height: 100vh;
	pointer-events: none;
	position: absolute;
	width: 100%;
}
.quiz__wrapper
{
	margin: 0 auto;
	max-width: 1600px;
	padding-top: 130px;
}
@media screen and (max-width:1600px)
{
	.quiz__wrapper
	{
		padding: 130px 10px 0;
	}
}
.quiz__content
{
	align-items: center;
	display: flex;
	flex-direction: column;
}
.quiz__title
{
	color: #000;
	font-size: 22px;
	font-weight: 700;
	line-height: 150%;
	max-width: 606px;
	text-align: center;
}
.quiz__form
{
	margin-top: 150px;
}
@media screen and (max-width:1200px)
{
	.quiz__wrapper
	{
		padding-top: 80px;
	}
	.quiz__form
	{
		margin-top: 90px;
	}
}
@media screen and (max-width:1050px)
{
	.quiz
	{
		height: initial;
	}
	.quiz__form
	{
		margin-top: 40px;
	}
}
.quiz h4
{
	color: #231814;
	font-size: 17px;
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 25px;
}
.quiz_main .quiz__wrapper
{
	padding-top: 50px;
}
@media screen and (max-width:1600px)
{
	.quiz_main .quiz__wrapper
	{
		padding: 40px 10px 0;
	}
}
@media screen and (max-width:1200px)
{
	.quiz_main .quiz__wrapper
	{
		padding-top: 20px;
	}
}
@media screen and (max-width:440px)
{
	label
	{
		font-size: 12px;
	}
	.quiz__wrapper
	{
		padding-top: 40px;
	}
	.quiz__title
	{
		font-size: 18px;
	}
	.quiz h4
	{
		font-size: 15px;
		margin-bottom: 20px;
	}
	.quiz_main .quiz__wrapper
	{
		padding-top: 40px;
	}
}
.cap
{
	display: flex;
	height: 95px;
	justify-content: center;
	position: relative;
    background-color: #e6dfd5;
}
.cap__wrapper
{
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
	width: 1360px;
}
@media screen and (max-width:1400px)
{
	.cap__wrapper
	{
		padding: 25px 20px;
	}
}
.cap__logo
{
	display: inline-flex;
}
.cap__logo a
{
	height: 46px;
	width: 89px;
}
.cap__nav
{
	display: flex;
	transition: .3s;
}
@media screen and (min-width:780px)
{
	.cap__nav
	{
		display: flex!important;
	}
}
@media screen and (max-width:780px)
{
	.cap__wrapper
	{
		padding: 25px 10px;
	}
	.cap__nav
	{
		border-top: 1px solid #fffaf6;
		opacity: 0;
		pointer-events: none;
		width: 100%;
	}
}
.cap__burger
{
	cursor: pointer;
	display: block;
	height: 29px;
	margin-right: 10px;
	order: 1;
	position: relative;
	width: 29px;
}
@media screen and (min-width:780px)
{
	.cap__burger
	{
		display: none;
	}
}
.intro
{
	background-image: url(../img/intro/intro-background.jpg);
	background-position: center;
	background-size: cover;
	height: calc(100% - 95px);
	width: 100%;
}
.intro__content
{
	align-items: center;
	display: flex;
	height: calc(100vh - 95px);
}
.intro__title
{
	color: #332b28;
	font-family: 'Exo 2',sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-align: left;
}
.intro__title span
{
	color: #231814;
	font-size: 42px;
	font-weight: 600;
	text-transform: uppercase;
}
@media screen and (max-width:526px)
{
	.intro__title
	{
		font-size: 22px;
	}
	.intro__title span
	{
		font-size: 32px;
	}
}
@media screen and (max-width:413px)
{
	.intro__title
	{
		font-size: 18px;
	}
	.intro__title span
	{
		font-size: 28px;
	}
}
@media screen and (max-width:334px)
{
	.intro__title span
	{
		font-size: 24px;
	}
}
.booklet
{
	color: #fff;
	width: 100%;
}
@media screen and (max-width:662px)
{
	.booklet__wrapper
	{
		padding: 15px;
	}
}
.booklet__content
{
	display: flex;
}
.booklet__img
{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 50%;
}
@media screen and (max-width:736px)
{
	.orderone
	{
		order: 1;
	}
	.booklet__content
	{
		flex-wrap: wrap;
	}
	.booklet__img
	{
		height: 40vh;
		width: 100%;
	}
}
.booklet__info
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 167px;
	padding-left: 170px;
	padding-top: 187px;
	text-align: left;
	width: 50%;
}
@media screen and (max-width:1402px)
{
	.booklet__info
	{
		padding-left: 100px;
	}
}
@media screen and (max-height:690px)
{
	.booklet__info
	{
		padding-bottom: 100px;
		padding-top: 100px;
	}
}
@media screen and (max-width:1184px)
{
	.booklet__info
	{
		padding-left: 60px;
	}
}
@media screen and (max-width:1088px)
{
	.booklet__info
	{
		padding-right: 30px;
	}
}
.booklet__info.padding-right
{
	padding-left: none;
}
.booklet__title
{
	font-family: 'Exo 2',sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}
.booklet p
{
	font-family: 'Exo 2',sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	max-width: 472px;
}
@media screen and (max-width:736px)
{
	.booklet__info
	{
		height: 60vh;
		padding-bottom: initial;
		padding-right: initial;
		padding-top: initial;
		width: 100%;
	}
	.booklet p
	{
		max-width: 600px;
	}
}
@media screen and (max-width:662px)
{
	.booklet__info
	{
		padding-left: 40px;
		padding-right: 40px;
	}
	.booklet p
	{
		font-size: 14px;
	}
}
.booklet__text
{
	margin-bottom: 27px;
	margin-top: 30px;
}
@media screen and (max-width:375px)
{
	.booklet__info
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	.booklet__title
	{
		font-size: 16px;
	}
	.booklet p
	{
		font-size: 12px;
	}
	.booklet__text
	{
		margin-bottom: 13px;
		margin-top: 15px;
	}
}
.benefits
{
	display: flex;
	justify-content: center;
	width: 100%;
}
.benefits__wrapper
{
	align-items: center;
	display: flex;
	height: 100vh;
	max-width: 1360px;
}
@media screen and (max-width:1400px)
{
	.benefits__wrapper
	{
		padding: 0 20px;
	}
}
@media screen and (max-height:650px)
{
	.benefits__wrapper
	{
		height: initial;
		padding: 20px 0;
	}
}
@media screen and (max-width:550px)
{
	.benefits__wrapper
	{
		height: initial;
		padding: 20px 0;
	}
}
.benefits__content
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.benefits__card
{
	width: 30%;
}
@media screen and (max-width:850px)
{
	.benefits__content
	{
		justify-content: space-around;
	}
	.benefits__card
	{
		width: 45%;
	}
	.benefits__card:last-child
	{
		margin-top: 15px;
	}
}
@media screen and (max-width:500px)
{
	.benefits__card
	{
		margin-bottom: 30px;
		width: 90%;
	}
}
.card__img
{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	/* height: 205px; */
	height: 102px;
	width: 100%;
}
.card__text
{
	color: #000;
	font-family: 'Exo 2',sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	padding: 40px 20px 0;
	text-align: center;
}
@media screen and (max-width:1000px)
{
	/* .card__img
	{
		height: 200px;
	} */
	.card__text
	{
		font-size: 14px;
		padding: 20px 10px 0;
	}
}
@media screen and (max-height:690px)
{
	.card__text
	{
		font-size: 14px;
	}
}
@media screen and (max-height:630px)
{
	.card__text
	{
		padding: 15px 10px 0;
	}
}
@media screen and (max-width:750px)
{
	.card__text
	{
		font-size: 12px;
		padding: 10px 5px 0;
	}
}
.card__text_center
{
	margin: 24px 0;
}
@media screen and (max-width:1000px)
{
	.card__text_center
	{
		margin: 12px 0;
	}
}
@media screen and (max-height:690px)
{
	.card__text_center
	{
		margin: 8px 0;
	}
}
.contacts
{
	align-items: center;
	background-image: url(../img/contacts/1.jpg);
	background-size: cover;
	display: flex;
	height: calc(100vh - 84px);
	justify-content: center;
	width: 100%;
}
@media screen and (max-width:978px)
{
	.contacts
	{
		padding: 0 20px;
	}
	.contacts br
	{
		display: none;
	}
}
@media screen and (max-height:619px)
{
	.contacts
	{
		height: initial;
	}
}
@media screen and (max-widht:550px)
{
	.contacts
	{
		height: initial;
	}
}
@media (min-width:767px) and (max-width:769px)
{
	.contacts
	{
		height: calc(100vh - 180px);
	}
}
.contacts__content
{
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 633px;
	justify-content: center;
}
@media screen and (max-width:330px)
{
	.contacts__content
	{
		height: 550px;
	}
}
.contacts__logo
{
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 45px;
}
@media screen and (max-width:690px)
{
	.contacts__logo
	{
		margin-bottom: 20px;
	}
}
@media screen and (max-height:690px)
{
	.contacts__logo
	{
		margin-bottom: 15px;
	}
}
.contacts__logo a
{
	background-size: contain;
	height: 84px;
	width: 162.52px;
}
@media screen and (max-height:690px)
{
	.contacts__logo a
	{
		height: 60px;
		width: 100px;
	}
}
.contacts__logo p
{
	color: #231814;
	font-family: 'Exo 2',sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
}
@media screen and (max-width:690px)
{
	.contacts__logo p
	{
		margin-top: 15px;
	}
}
@media screen and (max-width:550px)
{
	.contacts__logo a
	{
		height: 42px;
		width: 81px;
	}
	.contacts__logo p
	{
		font-size: 18px;
	}
}
@media screen and (max-width:374px)
{
	.contacts__logo
	{
		margin-bottom: 10px;
	}
	.contacts__logo p
	{
		font-size: 14px;
		margin-top: 8px;
	}
}
.contacts__text
{
	color: #332b28;
	font-family: 'Exo 2',sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 68px;
	max-width: 1028px;
	text-align: center;
}
@media screen and (max-width:730px)
{
	.contacts__text
	{
		margin-bottom: 30px;
	}
}
@media screen and (max-width:690px)
{
	.contacts__text
	{
		margin-bottom: 24px;
	}
}
@media (max-height:800px)
{
	.contacts__content
	{
		height: 550px;
	}
	.contacts__text
	{
		margin-bottom: 24px;
	}
}
@media screen and (max-height:690px)
{
	.contacts__logo p
	{
		font-size: 14px;
		margin-top: 8px;
	}
	.contacts__text
	{
		font-size: 14px;
		margin-bottom: 34px;
	}
}
@media screen and (max-width:550px)
{
	.contacts__text
	{
		font-size: 14px;
	}
}
@media screen and (max-width:374px)
{
	.contacts__text
	{
		font-size: 12px;
		margin-bottom: 10px;
	}
}
.contacts__text-center
{
	margin: 27px 0;
}
@media screen and (max-width:690px)
{
	.contacts__text-center
	{
		margin: 14px 0;
	}
}
@media screen and (max-width:374px)
{
	.contacts__text-center
	{
		margin: 8px 0;
	}
}
.contacts__phone
{
	color: #384380;
	display: inline-block;
	font-family: 'Exo 2',sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	position: relative;
	text-align: center;
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
}
.contacts__phone:before
{
	border-bottom: 2px dashed #384380;
	bottom: -2px;
	content: '';
	position: absolute;
	width: 153px;
}
@media screen and (max-height:690px)
{
	.contacts__phone
	{
		font-size: 16px;
	}
	.contacts__phone:before
	{
		width: 124px;
	}
}
@media screen and (max-width:550px)
{
	.contacts__phone
	{
		font-size: 16px;
	}
	.contacts__phone:before
	{
		width: 124px;
	}
}
.contacts__phone:hover
{
	color: #3843809e;
}
.contacts__phone:hover:before
{
	border-color: #3843809e;
}
.footer
{
	align-items: center;
	background-color: #15182e;
	color: rgba(255,255,255,.7);
	display: flex;
	height: 84px;
	justify-content: center;
}
@media screen and (max-width:800px)
{
	.footer
	{
		height: 180px;
	}
	.footer__elem
	{
		margin-bottom: 10px;
	}
}
@media screen and (max-width:340px)
{
	.footer
	{
		height: 200px;
	}
}
.footer__wrapper
{
	width: 1360px;
}
@media screen and (max-width:1400px)
{
	.footer__wrapper
	{
		padding: 0 20px;
	}
}
.footer__elem:nth-child(2n+1)
{
	width: 306px;
}
@media screen and (max-width:900px)
{
	.footer__elem:nth-child(2n+1)
	{
		width: initial;
	}
}
.footer__content
{
	align-items: center;
	display: flex;
	font-family: 'Exo 2',sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	justify-content: space-between;
	line-height: 150%;
	width: 100%;
}
.footer__adress
{
	font-size: 14px;
}
.footer__requisites
{
	display: flex;
	font-size: 12px;
	line-height: 14px;
	margin-top: 15px;
	text-align: center;
}
.footer__requisites p:not(:last-child)
{
	margin-right: 7px;
}
@media screen and (max-height:690px)
{
	.footer__adress
	{
		font-size: 12px;
	}
	.footer__requisites
	{
		font-size: 10px;
	}
}
@media screen and (max-width:330px)
{
	.footer__requisites
	{
		font-size: 10px;
	}
}
.footer__design
{
	color: rgba(255,255,255,.5);
	font-size: 12px;
	line-height: 14px;
}
.footer__design a
{
	color: rgba(255,255,255,.7);
	text-decoration: underline;
}
.footer__design a:hover
{
	color: #fff;
}
@media screen and (max-height:690px)
{
	.footer__design
	{
		font-size: 10px;
	}
}
@media screen and (max-width:800px)
{
	.footer__elem:not(:last-child)
	{
		order: 1;
	}
	.footer__content
	{
		flex-direction: column;
	}
	.footer__adress
	{
		text-align: center;
	}
	.footer__design
	{
		margin-top: 10px;
	}
	.footer__politic
	{
		margin-bottom: 10px;
	}
}
.footer__politic
{
	color: rgba(255,255,255,.55);
	cursor: pointer;
	display: flex;
	font-size: 14px;
	justify-content: flex-end;
	line-height: 17px;
	text-decoration: underline;
}
.footer__politic:hover
{
	color: #fff;
}
@media screen and (max-height:690px)
{
	.footer__politic
	{
		font-size: 12px;
	}
}
.footer__mail
{
	color: rgba(255,255,255,.7);
	font-size: 16px;
	line-height: 150%;
	margin-top: 6px;
	text-align: right;
}
@media screen and (max-width:800px)
{
	.footer__mail
	{
		text-align: center;
	}
}
@media screen and (max-height:690px)
{
	.footer__mail
	{
		font-size: 12px;
	}
}
.footer__mail:hover
{
	color: #fff;
}
#callbacks-placeholder
{
	color: #000;
	left: 50px;
	position: fixed;
	top: 50px;
	z-index: 999;
}

/* gallery */
.slider-gallery {
	width: 80%;
	max-width: 120vw;
	position: relative;
  }
  .slider-gallery__slide {
	width: 400px !important;
	height: 400px;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
  }
  @media (max-width: 600px) {
	.slider-gallery__slide {
	  width: 95vw !important;
	}
  }
  @media (max-width: 420px) {
	.slider-gallery__slide {
		height: 280px;
	}
  }
  .slider-gallery__img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 46px 2px rgba(229, 223, 213, 0.5) inset;
	box-shadow: 0px 0px 46px 2px rgba(229, 223, 213, 0.5) inset;
  }
  .slider-gallery__img:hover {
	background-size: 105% 105%;
	-webkit-box-shadow: none;
	box-shadow: none;
  }
  .slider-gallery .carousel__button.is-prev {
	left: 40px;
  }
  @media (min-width: 900px) {
	.slider-gallery .carousel__button.is-prev {
	  left: -40px;
	}
  }
  .slider-gallery .carousel__button.is-next {
	right: 40px;
  }
  @media (min-width: 900px) {
	.slider-gallery .carousel__button.is-next {
	  right: -40px;
	}
  }
  .slider-gallery .carousel__dots {
	color: #231814;
  }
  .slider-gallery .carousel__dot::after {
	border-radius: 0 !important;
  }

  .gallery {
	background: rgb(229, 223, 213);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(229, 223, 213)), color-stop(50%, rgb(245, 239, 237)));
	background: -o-linear-gradient(top, rgb(229, 223, 213) 0%, rgb(245, 239, 237) 50%);
	background: linear-gradient(180deg, rgb(229, 223, 213) 0%, rgb(245, 239, 237) 50%);
	height: 100%;
	overflow-x: hidden;
  }
  .gallery .wrapper {
	height: 100%;
  }
  .gallery__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding-bottom: 100px;
  }
  @media (max-width:800px) {
	.gallery__content {
		padding-bottom: 0;
	}
  }
  .gallery__title {
	font-family: "Exo 2", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 150%;
	text-transform: uppercase;
	text-align: center;
	color: #231814;
  	margin-bottom: 100px;
  }
  @media (max-width: 600px) {
	.gallery__title {
	  margin-bottom: 60px;
	  line-height: 120%;
	}
  }
  .gallery__slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  @media (max-width: 1554px) {
	.gallery__slider {
	  max-width: 100%;
	}
  }
  /* gallery end */