/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*****/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


/*****/

.container {
	width: 100%;
	max-width: 1170px;
	min-width: 320px;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box;
}
.container:after, .container:before {
	display: none !important;
}

img {
	max-width: 100%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #252B1F;
}
a:hover, a:focus {
	text-decoration: none;
	color: #252B1F;
}

._flex {
	display: flex;
	flex-flow: row wrap;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

/*****/

body {
	font-family: "Open Sans", sans-serif;
	color: #252B1F;
	font-weight: normal;
}

.section {
	padding: 70px 0 70px 0;
	overflow-x: hidden;
}
.section_light {
	background: #FAFAFA;
}
.section_dark {
	background: #EAE3DE;
}


.section__heading:before {
	content: "";
	border-radius: 50px;
	background: #707C64;
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	top: 10px;
	/*width: calc(50% - 110px);*/
}
.section__heading {
	font-weight: normal;
	font-size: 48px;
	line-height: 65px;
	text-align: center;
	color: #252B1F;	
	position: relative;
	z-index: 1;
	margin-bottom: 70px;
} 
.section__heading:after {
	content: "";
	border-radius: 50px;
	background: #707C64;
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	right: 0;
	bottom: 5px;
	/*width: calc(50% - 110px);*/
}	

.section__heading_light:before {
	background: #fff;
}
.section__heading_light:after {
	background: #fff;	
}
.section__heading_dark:before {
	background: #707C64;
}
.section__heading_dark:after {
	background: #707C64;
}


@media (max-width: 1199px) {
	.section__heading {
		font-size: 35px;
		line-height: 50px;
	}
	/*.section__heading:before {
		top: 20px;
	}	
	.section__heading:after {
		bottom: 15px;
	}*/
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	.section__heading {
		font-size: 24px;
		line-height: 33px;
	}
	.section__heading:after {
		top: 23px;
		height: 3px;
	}	
	.section__heading:before {
		bottom: 18px;
		height: 3px;
	}	
}

@media (max-width: 480px) {

}







/*****/

header {
	background: #E3DBD0;
	height: 68px;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}

.container_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.logo {}
.logo__img {}

.menu {
	height: inherit;
}
.menu__list {
	display: flex;
	align-items: center;
	justify-content: space-between;	
	margin: 0 -10px;
	height: inherit;
}
.menu__item {
	height: inherit;
	margin: 0 10px;
}
.menu__item:hover {

}
.menu__link {
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;	
	height: inherit;
	display: flex;
	align-items: center;
	position: relative;
}
.menu__link:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	transition: background 500ms; 
}
.menu__link._active:after {
	background: #707C64;
}
.menu__link:not(._active):hover:after {
	background: #929E86;
}
.menu__link:hover {

}

._active {}

.social {}
.social__list {
	display: flex;
	align-items: center;
	justify-content: space-between;		
	margin: 0 -5px;
}
.social__item {
	margin: 0 5px;
}
.social__link {
	transition: opacity 300ms;
}
.social__link:hover {
	opacity: 0.8;
}
.social__img {}

.phone {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
}
.phone__link {}
.phone__link_telephone {
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;	
	background: url('../svg/telephone.svg') no-repeat left center;
	padding-left: 17px;
}
.phone__link_callback {
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	color: #707C64;	
	padding-bottom: 1px;
	border-bottom: 1px solid #707C64;
	transition: border-color 300ms;
}
.phone__link_callback:hover {
	color: #707C64;	
	border-color: transparent;
}



/*****/
main {
	padding-top: 68px;
}


/*main*/
.main {
	background: #EAE3DE;
}
.container_main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main__text {
	max-width: 570px;
}
.main__heading {
	font-weight: normal;
	font-size: 58px;
	line-height: 115%;	
	margin-bottom: 20px;
	margin-top: 40px;
}
#information .main__heading {
	font-size: 40px;
}
.main__list, #information .main__text ul {
	font-weight: 300;
	font-size: 22px;
	line-height: 30px;	
	margin-bottom: 100px;
}
#information .main__list, #information .main__text ul {
	margin-bottom: 70px;
}
#information .main__text li:before, .main__item:before {
	content: "●";
	font-weight: 300;
	font-size: 22px;
	line-height: 30px;
	color: #707C64;	
	padding-right: 5px;
}
#information .main__text li, .main__item {
	position: relative;
}
#information .main__text li:not(:last-child), 
.main__item:not(:last-child) {
	margin-bottom: 13px;
}
.main__link {
	margin-bottom: 10px;
	display: inline-flex;
	width: 375px;
	height: 85px;
	color: #fff !important;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;	
	align-items: center;
	justify-content: center;
	background: #707C64 url('../svg/questions.svg') no-repeat left 31px top 18px;
	padding-left: 80px;
	box-sizing: border-box;
	border: 0 !important;
	outline: none !important;
}
.main__link_card {
	background-image: url('../svg/card.svg');
}
.main__link_card span {
    display: block;
    margin-left: 10px;
    /* font-size: 110%; */
    border-bottom: 1px solid rgba(255,255,255, .5);
    padding-bottom: 3px;
    position: relative;
    /* bottom: -3px;	 */
}
.main__link:hover {
	opacity: 0.8;
}
.main__attention {
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;	
	margin: 0;
	padding: 0 0 5px 0;
}
.main__attention a {
	text-decoration: underline;
	color: #8A572C;
}
.main__attention a:hover {
	text-decoration: none;
}
.main__attention:last-child {
	padding-bottom: 10px;
}

.main__img {
	position: relative;
	top: 40px;
	right: 0;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.main__img_mobile {
	display: none;
}

.menu-hamburger {
	display: none;
}

/*header+main*/
@media (max-width: 1199px) {
	.logo__img {
		min-width: 214px;
	}
	.menu {
		display: none;
	}
	.social {
		display: none;
	}

	.main__heading {
		font-size: 38px;
	}
	
	#information .main__heading {
		font-size: 30px;
	}

	.main__list, #information .main__list, #information .main__text ul {
		font-size: 18px;
		line-height: 23px;
		margin-bottom: calc(40px + (100 - 40) * ((100vw - 320px) / (1199 - 320)));
		padding-right: 20px;
	}

	#information .main__text li:before, 
	.main__item:before {
		font-size: 16px;
		line-height: 1;
	}
	#information .main__text li:not(:last-child), 
	.main__item:not(:last-child) {
		margin-bottom: 10px;
	}
	.phone {
		display: none;
	}
	.menu-hamburger {
		display: inline-flex;
	}

	.main__attention:last-child {
		padding-bottom: 20px;
	}

	.main__img {
		width: calc(112px + (450 - 112) * ((100vw - 320px) / (1199 - 320)));
		position: unset;
	}

	.container_main {
		padding: 20px;
	}	
}

@media (max-width: 991px) {
	.main__link {
		width: 320px;
		height: 70px;
		font-size: 16px;
		background-size: 40px;
		padding-left: 55px;
	}

}

@media (max-width: 767px) {
	.main__heading {
		margin-top: 0;
		margin-bottom: 20px;
		text-align: center;
		font-size: 24px;
	}
	.container_main {
		padding: 20px;
	}
	.main__img {
		display: none;
	}	
	.main__img_mobile {
		display: block;
		filter: drop-shadow(0px 0.995343px 0.995343px rgba(0, 0, 0, 0.25));
		max-width: 200px;
	}
	.main__list--wrapper {
		display: flex;
		flex-flow: row nowrap;
		margin-bottom: 15px;
		justify-content: space-between;
		align-items: center;
	}

	.main__text {
		max-width: 100%;
		width: 100%;
	}
	.main__list, #information .main__list, #information .main__text ul {
		font-size: 14px;
		line-height: 20px;
		padding-right: 10px;
	}
	#information .main__text li:before, 
	.main__item:before {
		font-size: 8px;
		padding-right: 5px;
	}

	.main__link {
		font-size: 12px;
		background-size: 30px;
		background-position: left 30px top 10px;
		width: 100%;
		height: 50px;
		padding-left: 0;
	}

	.main__attention {
		font-size: 12px;
		line-height: 15px;
	}
	.main__attention:last-child {
		padding-bottom: 0;
	}
}

@media (max-width: 480px) {
	.main__img_mobile { 
		max-width: 100%;
	}
	.main__list--wrapper {
		align-items: flex-start;
	}	
	.main__list, #information .main__list, #information .main__text ul {
		margin-bottom: 15px;
	}
}

@media (max-width: 320px) {
	.main__link {
		padding-left: 20px;
	}
}









/*information*/
.information {
	padding-top: 90px;
	padding-bottom: 40px;
   font-size: 22px;
   line-height: 30px;	
   font-weight: 300;
}
.container_information {
	/*background:  url('../img/service_table.png') no-repeat right 0 bottom 0px;*/
	position: relative;
}

.information b {
	font-weight: 600;
   color: #707C64;
}
.information p:not(:last-child) {
	margin-bottom: 30px;
}

.information ol {
	margin-bottom: 30px;
	margin-left: 30px;
}
.information ol li::marker {
   font-weight: 400;
}
.information ol li {
	padding-left: 10px;
	position: relative;
}
.information ol li:not(:last-child) {
	margin-bottom: 10px;
}

.information ul {
	margin-bottom: 30px;
	margin-left: 30px;
	list-style-type: disc;
}
.information ul li::marker {
   color: #707C64;
}
.information ul li {
	padding-left: 0;
	position: relative;
}
.information ul li:not(:last-child) {
	margin-bottom: 10px;
}

.information h2 {
	color: #252B1F;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E3DBD0;
	display: inline-block;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.information a:not(.btn) {
	color: #8A572C;
	text-decoration: none !important;
	border-bottom: 1px solid rgb(138 87 44 / 30%);
	font-weight: 500;
}
.information a:not(.btn):hover {
	border-bottom: 1px solid rgb(138 87 44 / 10%);
}


#information blockquote {
   padding: 20px 20px 20px 60px;
   background: #eee;
   border-radius: 5px;
   font-size: 80%;
   line-height: 120%;
   background: #eee url('../img/icons8-warning-64.png') no-repeat left 15px center;
   background-size: 32px 32px;
}
#information blockquote p:not(:last-child) {
	margin-bottom: 10px;
}


@media (max-width: 1199px) {
	.information {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.information {
		padding-top: 30px;
		padding-bottom: 30px;
		overflow: hidden;
		font-size: 13px;
		line-height: 18px;		
	}	
	.information ol li { 
		padding-left: 0;
	}
}	

@media (min-width: 992px) {
	.information-information-20 .main__heading {
		max-width: 350px;
	}
}
/*information*/





/*services*/
.services {
	padding-top: 90px;
	padding-bottom: 0;
}

.container_services {
	/*background:  url('../img/service_table.png') no-repeat right 0 bottom 0px;*/
	position: relative;
}



.services__heading {
	margin-bottom: 90px;
}
.services__heading:before, 
.services__heading:after {
	width: calc(50% - 110px);
}	

.services__content {
	padding-bottom: 25px;
}

.services__list {
	margin-bottom: 25px;
	max-width: 468px;
	position: relative;
	z-index: 1;
}
.services__item {
	font-size: 22px;
	line-height: 30px;	
	display: flex;	
	align-items: center;
}
.services__item:not(:last-child) {
	margin-bottom: 10px;
}
.services__count {
	font-weight: normal;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	line-height: 1;
	background: #CED1BE;
	border-radius: 100%;
	margin-right: 12px;
}
.services__text {
	font-weight: 300;
	display: inline-flex;
	align-items: center;
}

.services__attention {
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;	
	padding: 5px 10px;
	background: #CED1BE;
	max-width: 430px;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}

.services__img {
	position: absolute;
	right: -120px;
	bottom: 0;
	z-index: 0;
}

@media (max-width: 1480px) {
	.services__img {
		width: calc(380px + (833 - 380) * ((100vw - 320px) / (1480 - 320)));
	}
}
@media (max-width: 1199px) {
	.services {
		padding-top: 40px;
	}
	.services__heading {
		margin-bottom: 40px;
	}
	.services__heading:before, 
	.services__heading:after {
		width: calc(50% - 85px);
	}	
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	.services {
		padding-top: 30px;
		overflow: hidden;
	}	
	.services__heading:before, 
	.services__heading:after {
		width: calc(50% - 55px);
	}	
	.services__heading {
		margin-bottom: 32px;
	}
	.services__list {
		max-width: 100%;
	}
	.services__count {

	}
	.services__item {
		font-size: 20px;
		line-height: 25px;
	}	
	.services__img {
		position: unset;
		width: 100%;
		margin-bottom: -4px;
	}
	.container_services {
		padding: 0 20px;
	}
	.services__count {
		width: 24px;
		height: 24px;
		flex: 0 0 24px;
		margin-right: 8px;
	}
	.services__item {
		font-size: 13px;
		line-height: 18px;
	}
	.services__list {
		margin-bottom: 15px;
	}
	.services__content {
		padding-bottom: 15px;
	}
	.services__attention {
		max-width: 100%;
	}
}

@media (max-width: 480px) {

}






/*works*/
.works {}
.container_works {}

.works__heading:before, 
.works__heading:after {
	width: calc(50% - 395px);
}
.works__heading {
	margin-bottom: 70px;
}


.works__list {
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto;
	max-width: 905px;
}
.works__item {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	flex: 0 0 calc(33% - 30px);
	margin: 0 15px;
}
.works__item:nth-child(1),
.works__item:nth-child(2),
.works__item:nth-child(3) {
	margin-bottom: 35px;
}
.works__item:nth-child(4),
.works__item:nth-child(5),
.works__item:nth-child(6) {
	margin-bottom: 0;
}
.works__count {
	font-weight: normal;
	font-size: 64px;
	line-height: 76px;
	color: #B9CF9F;
	text-shadow: 0px 2px 0px #92A57C;	
	margin-bottom: 8px;
}
.works__description {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(112, 124, 100, 0.5);
	border-radius: 10px;	
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	text-align: center;	
	padding: 18px 15px;
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1199px) {
	.works {
		padding: 40px 0;
	}
	.works__heading {
		margin-bottom: 40px;
	}
	.works__heading:before, .works__heading:after {
		width: calc(50% - 300px);
	}
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	.works {
		padding: 30px 0;
	}	
	.works__heading:before, .works__heading:after {
		width: calc(50% - 200px);
	}
	.works__list {
		display: flex;
		flex-flow: row nowrap;
		margin: 0;
		max-width: 100%;
		overflow-x: scroll;
		padding-bottom: 25px;
	}
	.works__count {
		font-size: 47px;
		line-height: 56px;
		margin-bottom: 6px;

	}
	.works__description {
		font-size: 14px;
		line-height: 19px;
		padding: 10px 10px;
		max-height: 82px;
	}
	.works__item {
		flex: unset;
		min-width: 200px;
	}
	.works__item:nth-child(1), .works__item:nth-child(2), .works__item:nth-child(3) {
		margin-bottom: 0;
	}
	.works__heading {
		margin-bottom: 25px;
	}
	.works__heading span {
		display: inline-block;
		max-width: 220px;
	}
	.works__heading:before, .works__heading:after {
		width: calc(50% - 85px);
	}

	.works__list {
		position: relative;
		left: -20px;
		width: calc(100% + 35px);
		max-width: unset;		
	}	
	.works__item:first-child {
		margin-left: 60px;
	}

	.container_works {
		padding: 0 20px;
	}
}

@media (max-width: 480px) {

}









/*advantages*/
.advantages {
	border-bottom: 1px solid #eee;
}
.container_advantages {}
.advantages__heading:before, 
.advantages__heading:after {
	width: calc(50% - 445px);
}
.advantages__heading {
	margin-bottom: 60px;
}
.advantages__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 860px;
}
.advantages__item {
	display: flex;
	flex-flow: column;
	flex: 0 0 calc(33% - 30px);
	margin: 0 15px;
}
.advantages__item:nth-child(1),
.advantages__item:nth-child(2),
.advantages__item:nth-child(3) {
	margin-bottom: 85px;
}
.advantages__item:nth-child(4),
.advantages__item:nth-child(5),
.advantages__item:nth-child(6) {
	margin-bottom: 0;
}
.advantages__img {
	margin-bottom: 20px;
	height: 70px;
}
.advantages__text {
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	text-align: center;	
}
.advantages__text b {
	color: #707C64;
	font-weight: 700;
}

@media (max-width: 1199px) {
	.advantages {
		padding: 40px 0;
	}
	.advantages__heading:before, 
	.advantages__heading:after {
		width: calc(50% - 335px);
	}	
}

@media (max-width: 991px) {
	.advantages__list {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.advantages {
		padding: 30px 0;
	}
	.advantages__heading {
		margin-bottom: 40px;
	}
	.advantages__item:nth-child(1), .advantages__item:nth-child(2), .advantages__item:nth-child(3) {
		margin-bottom: 0;
	}
	.advantages__item {
		flex: 0 0 calc(50% - 30px);
		margin-bottom: 50px !important;
	}

	.advantages__heading:before, .advantages__heading:after {
		width: calc(50% - 95px);
	}
	.advantages__heading span {
		max-width: 245px;
		display: inline-block;
	}

	.container_advantages {
		padding: 0 20px;
	}
}

@media (max-width: 480px) {
	.advantages__heading {
		margin-bottom: 30px;
	}	
	.advantages__item {
		margin: 0;
		flex: 0 0 calc(100%);
	}
	.advantages__item:last-child {
		margin-bottom: 0 !important;
	}
}










/*steps*/
.steps {
	padding: 87px 0 70px 0;
}
.container_steps {}

.steps__heading:before, 
.steps__heading:after {
	width: calc(50% - 370px);
}
.steps__heading {
	margin-bottom: 70px;
}

.steps__list {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 -15px;
}
.steps__item {
	display: flex;
	flex-flow: column;
	align-items: center;
	flex: 0 0 calc(25% - 30px);
	position: relative;
}
.steps__item:not(:last-child):after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: url('../svg/ster_arrow.svg') no-repeat center center;
	position: absolute;
	right: -32px;
	top: 50%;
	margin-top: -35px;
}
.steps__img--wrapper {
	background: #707C64;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 146px;
	height: 146px;
	margin-bottom: 13px;
	border-radius: 100%;
}
.steps__img {}
.steps__text {
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;	
	text-align: center;
}

@media (max-width: 1199px) {
	.steps {
		padding: 40px 0;
	}
	.steps__heading {
		margin-bottom: 40px;
	}
	.steps__heading:before, .steps__heading:after {
		width: calc(50% - 280px);
	}
}

@media (max-width: 991px) {
	.steps__list {
		display: flex;
		flex-flow: row nowrap;
		margin: 0;
		max-width: 100%;
		overflow-x: scroll;
		padding-bottom: 25px;
	}
}

@media (max-width: 767px) {
	.steps {
		padding: 30px 0;
	}	
	.steps__heading:before, .steps__heading:after {
		width: calc(50% - 200px);
	}
	.steps__heading {
		margin-bottom: 30px;
	}
	.steps__heading span {
		display: inline-block;
		max-width: 180px;
	}
	.steps__heading:before, .steps__heading:after {
		width: calc(50% - 85px);
	}

	.steps__item {
		flex: 0 0 220px;
	}
	.steps__item:not(:last-child):after {
		right: -15px;
		margin-top: -30px;
		background-size: 24px;
		width: 24px;
		height: 24px;
	}

	.steps__img--wrapper {
		width: 115px;
		height: 115px;
		margin-bottom: 10px;
	}
	.steps__img {
		max-width: 58px;
	}
	.steps__text {
		font-size: 14px;
		line-height: 20px;
	}

	.steps__list {
		position: relative;
		left: -20px;
		width: calc(100% + 35px);
		max-width: unset;		
	}
	.steps__item:first-child {
		margin-left: 35px;
	}	

	.container_steps {
		padding: 0 20px;
	}	
}

@media (max-width: 480px) {

}










/*clients*/
.clients {
	padding: 70px 0;
}
.container_clients {}

.clients__heading:before, 
.clients__heading:after {
	width: calc(50% - 385px);
}
.clients__heading {
	margin-bottom: 70px;
}
.clients__list {
	display: flex;
	flex-flow: row wrap;
}
.clients__item {
	position: relative;
	flex: 0 0 25%;
}
.clients__item_3 {
	position: relative;
	flex: 0 0 33.333%;
}
.clients__item_3 a {
	display: block;
	position: relative;
	max-height: 250px;
	overflow: hidden;
}

.clients__item_3 a:hover:after {
	background: rgba(138, 87, 44 ,.1);
}
.clients__item_3 a:after {
	content: "";
	display: block;
	background: rgba(138, 87, 44 ,.3);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all 350ms;
}
.clients__item_3 .clients__text {
	/*min-height: 65px;*/
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center; */
	bottom: 3px;
	z-index: 2;
}


.clients__img--wrapper {}
.clients__img {
	max-width: unset;
	width: 100%;
	height: 100%;
}
.clients__text {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #fff;	
	background: rgba(112, 124, 100, 0.9);
	padding: 8px 10px 7px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 33px);
	box-sizing: border-box;
}


@media (max-width: 1199px) {
	.clients {
		padding: 40px 0;
	}
	.clients__heading {
		margin-bottom: 40px;
	}
	.clients__heading:before, .clients__heading:after {
		width: calc(50% - 260px);
	}	
	.clients__text {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 991px) {
	.clients__item {
		flex: 0 0 33.333%;
	}
}

@media (max-width: 767px) {
	.clients {
		padding: 30px 0;
	}
	.clients__heading:before, .clients__heading:after {
		width: calc(50% - 75px);
	}
	.clients__heading {
		margin-bottom: 30px;
	}	
	.clients__heading span {
		display: inline-block;
		max-width: 192px;
	}	
	.clients__item {
		flex: 0 0 50%;
	}	
	.clients__text {
		font-size: 14px;
		line-height: 140%;
		padding: 8px 8px;
		text-align: left;
		width: calc(100% - 20px);
		font-weight: 500;
	}
	.container_clients {
		padding: 0 20px;
	}
	.clients__heading_guide:before, .clients__heading_guide:after {
		width: calc(50% - 115px);
	}
	.clients__heading_guide span {
		min-width: 200px;
	}
}

@media (max-width: 480px) {
	.clients__item {
		flex: 0 0 100%;
	}	
}










/*about*/
.about {}
.container_about {}

.about__heading:before, 
.about__heading:after {
	width: calc(50% - 135px);
}
.about__heading {
	margin-bottom: 50px;
}

.about__content {
	display: flex;
	flex-flow: row nowrap;
}

.about__main-img--column {
	padding: 20px 20px 20px 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.about__main-img {
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.about__info--column {
	padding: 20px 0 20px 20px;
	border-bottom: 1px solid #FFFFFF;
}
.info-about {
	display: flex;
	flex-flow: column;
	justify-content: flex-end;	
}
.info-about__quote {
	max-width: 391px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.quote:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: #EAE3DE url('../svg/quote.svg') no-repeat center center;
	position: absolute;
	top: 7px;
	left: 7px;
	border-radius: 100%;
}
.quote {
	font-size: 12px;
	line-height: 16px;	
	background: #FFFFFF;
	padding: 12px 42px 12px 49px;
	position: relative;
}
.quote__text {
	font-weight: 300;
	margin-bottom: 17px;
}
.quote__author {
	font-weight: normal;
}

.info-about__text {
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;	
	margin-bottom: 20px;
}
.info-about__text p:not(:last-child) {
	margin-bottom: 15px;
}
.info-about__text b {
	font-weight: 600;
	color: #707C64;	
}

.info-about__instagram {
	margin-bottom: 55px;
}
.instagram {
	display: flex;
}
.instagram__link + .instagram__link {
	margin-left: 20px;
}
.instagram__link {
	display: flex;
	align-items: center;
}
.instagram__img {
	margin-right: 11px;
}
.instagram__caption {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #707C64;	
}
.instagram__link:hover .instagram__caption {
	color: #252B1F;
}

.info-about__images--wrapper {
	display: flex;
	flex-flow: row nowrap;
	margin: 0 -10px;
}
.info-about__img {
	margin: 0 10px;
}

@media (max-width: 1199px) {
	.about {
		padding: 40px 0;
	}
	.about__heading {
		margin-bottom: 40px;
	}
	.about__heading:before, .about__heading:after {
		width: calc(50% - 105px);
	}	
	.info-about__img {
		width: calc(33.333% - 20px);
	}
	.info-about__text {
		font-size: 16px;
		line-height: 20px;
	}
	.info-about__instagram {
		margin-bottom: 30px;
	}
	.instagram__caption {
		font-size: 17px;
	}
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	.about {
		padding: 30px 0;
	}
	.about__heading {
		margin-bottom: 30px;
	}
	.about__heading:before, .about__heading:after {
		width: calc(50% - 55px);
	}	

	.about__content {
		flex-flow: column;
	}		
	.about__main-img--column {
		border: 0;
		text-align: center;
		padding: 0;
		margin-bottom: 25px;
	}	
	.about__info--column {
		border: 0;
		padding: 0;
	}

	.info-about__quote {
		margin-bottom: 15px;
	}
	.quote {

	}
	.quote:after {
		content: "";
		width: 2px;
		height: calc(100% - 20px);
		background: #EAE3DE;
		position: absolute;
		left: 38px;
		top: 10px;
	}
	.quote__text {
		margin-bottom: 10px;
	}

	.info-about__text {
		font-size: 14px;
		line-height: 16px;
	}
	.instagram__img {
		max-width: 25px;
		margin-right: 7px;
	}
	.instagram__caption {
		font-size: 14px;
	}
	.info-about__instagram {
		margin-bottom: 15px;
	}
	.info-about__text p:not(:last-child) {
		margin-bottom: 10px;
	}
}

@media (max-width: 480px) {

}











/*reviews*/
.reviews {
	padding: 70px 0 0 0;
	overflow-x: unset;
}
.container_reviews {}
.reviews__heading:before,
.reviews__heading:after {
	width: calc(50% - 125px);
}
.reviews__heading {
	margin-bottom: 35px;
}
.reviews__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	max-width: 940px;
	margin: 0 auto;	
}
.reviews__item {
	flex: 0 0 calc(33% - 70px);
	margin: 0 35px;
}
.reviews__link {
	display: flex;
	flex-flow: column;
}
.reviews__link:hover {
	opacity: 0.8;
}
.reviews__text {
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	text-align: center;	
	margin-bottom: 20px;
}
.reviews__img {
	box-shadow: 0px 4px 10px rgba(112, 124, 100, 0.5);
	border-radius: 10px;	
	padding: 10px;	
	background: #fff;
}

/* responsive */
@media (max-width: 480px) {
	.container_reviews {
		padding-right: 0;
		padding-left: 0;
	}
}
/* responsive */



/*documents*/
.docs {
	padding: 85px 0 20px 0;
}
.container_docs {}
.docs__heading:before,
.docs__heading:after {
	width: calc(50% - 160px);
}
.docs__heading {
	margin-bottom: 70px;
}
.docs__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.docs__item {
	flex: 0 0 calc(20% - 30px);
	margin: 0 15px;
}
.docs__link {
	display: flex;
	flex-flow: column;	
}
.docs__link:hover {
	opacity: 0.8;
}
.docs__img {
	box-shadow: 0px 4px 10px rgba(112, 124, 100, 0.5);
	border-radius: 10px;	
	padding: 7px;	
	background: #fff;	
}
.docs__text {
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	text-align: center;	
	margin-top: 20px;	
}

@media (max-width: 1199px) {
	.reviews {
		padding-top: 40px;
	}
	.docs {
		padding: 40px 0;
	}

	.reviews__heading {
		margin-bottom: 40px;
	}
	.reviews__heading:before, .reviews__heading:after {
		width: calc(50% - 100px);
	}

	.docs__heading {
		margin-bottom: 40px;
	}
	.docs__heading:before, .docs__heading:after {
		width: calc(50% - 125px);
	}	
}

@media (max-width: 991px) {
	.reviews__list {
		display: flex;
		flex-flow: row nowrap;
		margin: 0;
		max-width: 100%;
		overflow-x: scroll;
		padding-bottom: 25px;		
	}
	.reviews__item:first-child {

	}
	.reviews__item {
		flex: 0 0 205px;
		margin: 0 15px;
	}	

	.docs__list {
		display: flex;
		flex-flow: row nowrap;
		margin: 0;
		max-width: 100%;
		overflow-x: scroll;
		padding-bottom: 25px;		
	}
	.docs__item:first-child {

	}
	.docs__item {
		flex: 0 0 205px;
		margin: 0 15px;
	}

	.reviews__text {
		margin-bottom: 10px;
	}
	.docs__text {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.reviews__heading {
		margin-bottom: 30px;
	}
	.reviews__heading:before, .reviews__heading:after {
		width: calc(50% - 55px);
	}

	.docs__heading {
		margin-bottom: 30px;
	}
	.docs__heading:before, .docs__heading:after {
		width: calc(50% - 70px);
	}	
}

/* responsive */
@media (max-width: 480px) {
	.container_docs {
		padding-right: 0;
		padding-left: 0;
	}
}
/* responsive */












/*requisites*/
.requisites {
	padding: 50px 0 70px 0;
}
.container_requisites {}

.requisites__heading:before,
.requisites__heading:after {
	width: calc(50% - 155px);
}
.requisites__heading {
	margin-bottom: 75px;
}

.requisites__list {
	max-width: 1026px;
}
.requisites__item {
	display: flex;
	align-items: center;
}
.requisites__item:not(:last-child) {
	margin-bottom: 20px;
}
.requisites__img--wrapper {
	margin-right: 20px;
	width: 42px;
	text-align: center;
}
.requisites__img {
	max-width: unset;
}
.requisites__text {
	font-weight: 300;
	font-size: 24px;
	line-height: 33px;	
}
.requisites__link {
	font-weight: 300;
	font-size: 24px;
	line-height: 33px;	
}
.requisites__link:hover {
	opacity: 0.8;
}



@media (max-width: 1199px) {
	.requisites {
		padding: 40px 0;
	}	
	.requisites__heading {
		margin-bottom: 40px;
	}
	.requisites__heading:before,
	.requisites__heading:after {
		width: calc(50% - 120px);
	}	
	.requisites__text, .requisites__link {
		font-size: 18px;
		line-height: 23px;
	}
	.requisites__item:not(:last-child) {
		margin-bottom: 15px;
	}
	.requisites__img--wrapper {
		width: 30px;
		margin-right: 15px;
	}
	.requisites__item .requisites__img {
		max-width: 30px;
	}	
	.requisites__item:nth-child(2) .requisites__img {
		max-width: 25px;
	}
}

@media (max-width: 991px) {
	.requisites__heading {
		margin-bottom: 35px;
	}
}

@media (max-width: 767px) {
	.requisites {
		padding: 30px 0;
	}
	.requisites__heading:before,
	.requisites__heading:after {
		width: calc(50% - 70px);
	}	

	.requisites__text, .requisites__link {
		font-size: 13px;
		line-height: 16px;
	}
	.requisites__item:not(:last-child) {
		margin-bottom: 15px;
	}
	.requisites__img--wrapper {
		width: 21px;
		margin-right: 15px;
	}
	.requisites__item .requisites__img {
		max-width: 21px;
	}	
	.requisites__item:nth-child(2) .requisites__img {
		max-width: 14px;
	}	
}

@media (max-width: 480px) {

}








/*powered*/
.powered {
	background: #8A572C;
	padding: 10px 10px;
}
.container_powered {}
.powered__text {
	font-weight: 300;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	color: #FFFFFF;	
	text-align: center;
}

.powered__text a {
    color: #eee;
    padding: 5px 0 0px;
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,.5);
    margin-bottom: 5px;	
}
.powered__text a:hover {
	border-color: rgba(255,255,255,0);
}

.powered__payments {
    max-width: 100%;
    margin: 10px auto;
    background: rgb(255 255 255 / 70%);
    padding: 10px;
    border-radius: 15px;
}

@media (max-width: 1199px) {
	.powered__text {
		font-size: 14px;
		line-height: 1;		
	}
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	.powered {
		padding: 15px 15px;
	}
	.powered__text {
		font-size: 12px;
		line-height: 1;		
	}
}

@media (max-width: 480px) {
	.powered__payments {
		padding: 5px;
		border-radius: 5px;
	}
	.container_powered {
		padding-left: 0;
		padding-right: 0;
	}
}











/*mobile menu*/
._hide {
	visibility: hidden;
	opacity: 0;
}
._overlay {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(image.png);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999998;
	transition: all 300ms;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 20px;
	bottom: 20px;
	height: calc(100% - 40px);
	/*max-height: 400px;*/
	width: 250px;
	box-sizing: border-box;
	padding: 5px 5px;
	background: #fff;
	z-index: 999999;
	max-height: 455px;
	transition: all 500ms;
}
.mobile-menu__content {
	border: 1px solid #EAE3DE;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 50px 20px 20px 20px;
	text-align: right;
	height: 100%;
	overflow-y: auto;
}

.mobile-menu__close {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.mobile-menu__close-img {}

.mobile-menu__contact {
	margin-bottom: 22px;
}
.mobile-menu__contact-item {}
.mobile-menu__contact-link {}
.mobile-menu__contact-link_telephone {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;	
	background: url('../svg/telephone_mobile.svg') no-repeat left center;
	padding-left: 23px;
}
.mobile-menu__contact-link_callback {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #707C64;	
	border-bottom: 1px solid #707C64;
}

.mobile-menu__list {
	margin-bottom: 30px;
}
.mobile-menu__item:not(:last-child) {
	margin-bottom: 20px;
}
.mobile-menu__link {
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	color: #252B1F;
	text-transform: uppercase;	
}

.mobile-menu__social {
	display: flex;
	margin: 0 -5px;
	justify-content: flex-end;
}
.mobile-menu__social-item {
	margin: 0 5px;
}
.mobile-menu__social-link {}
.mobile-menu__social-img {}
/*mobile menu*/






/*popup*/
.popup {
	padding: 15px !important;
	background: #fff !important;
}

.popup .fancybox-close-small {
	display: none;
}

.popup__content {
	border: 1px solid #EAE3DE;
	border-radius: 3px;
	padding: 25px 40px 40px 25px;
	box-sizing: content-box;
	position: relative;
}

.popup__close {
	display: block;
	width: 12px;
	height: 12px;
	background: url('../svg/close_popup.svg') no-repeat center center;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 50px;
	height: 50px;
	outline: none;
}

.popup__heading:before {
	content: "";
	border-radius: 50px;
	background: #707C64;
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	top: 10px;
}
.popup__heading:after {
	content: "";
	border-radius: 50px;
	background: #707C64;
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	right: 0;
	bottom: 5px;
}

.popup__heading {
	position: relative;
	font-weight: normal;
	font-size: 28px;
	line-height: 38px;
	text-align: center;
	color: #2A2A2A;	
	margin-bottom: 40px;
}

.popup__heading_consultation:after, .popup__heading_consultation:before {
	width: calc(50% - 175px);
}
.popup__heading_consultation {
}


.popup__form {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px;
}

.popup__field {
	display: flex;
	flex-flow: column;
}
.popup__field_w50 {
	flex: 0 0 calc(50% - 30px);
	margin: 0 15px;
	margin-bottom: 13px;
}
.popup__field_w100 {
	flex: 0 0 calc(100% - 30px);
	margin: 0 15px;
	margin-top: 16px;
}

.error {
	border-color: red !important;
}

.popup__label {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;	
	display: block;
	margin-bottom: 13px;
}
.popup__error {
	color: red;
	font-size: 11px;
}
.popup__input {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;	
	background: #EAE3DE;
	border-radius: 5px;	
	padding: 7px 10px;
	box-shadow: none;
	border: 0;
	outline: none;
	border: 1px solid transparent;
}
.popup__select {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;	
	background: #EAE3DE;
	border-radius: 5px;	
	padding: 7px 10px;	
	box-shadow: none;
	border: 0;
	outline: none;	
	border: 1px solid transapent;
}
.popup__textarea {
	box-shadow: none;
	outline: none;	
}

.popup__field_big {}
.popup__label_big {
	font-weight: normal;
	font-size: 20px;
	line-height: 27px;	
}
.popup__textarea_big {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;	
	border-radius: 5px;
	padding: 5px 10px;
	resize: vertical;
	min-height: 160px;
}

.popup__btns-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 47px;
}
.popup__btn {
	background: #707C64;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	color: #fff !important;	
	display: inline-flex;
	height: 70px;
	flex: 0 0 calc(50% - 30px);
	margin: 0 15px;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.popup__btn:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}

.popup_consultation {
	max-width: 790px !important;
}
.consultation {}





.popup_question_thanks {
	max-width: 520px !important;
}
.question_thanks {}
.popup__content_question_thanks {
	padding: 70px 17px 50px 17px;
}
.popup__thanks-text {}
.thanks-text {
	display: flex;
	flex-flow: column;
	align-items: center;	
}
.thanks-text__img {
	margin-bottom: 20px;
}
.thanks-text__heading {
	font-weight: 600;
	font-size: 36px;
	line-height: 49px;
	text-align: center;	
	margin-bottom: 15px;
}
.thanks-text__description {
	font-weight: 300;
	font-size: 22px;
	line-height: 30px;
	text-align: center;	
	margin-bottom: 53px;
}
.thanks-text__warning {
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	text-align: center;	
	margin-bottom: 10px;
	max-width: 345px;
}
.thanks-text__btn {
	display: inline-flex;
	height: 70px;
	width: 300px;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;	
	align-items: center;
	justify-content: center;
	background: #707C64;
	color: #fff !important;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;	
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.thanks-text__btn:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}



.pay {
	max-width: 790px !important;
}

.popup__heading_pay:before, 
.popup__heading_pay:after {
	width: calc(50% - 180px);
}


.popup__heading-span_pay {
	display: inline-block;
	max-width: 300px;
}

._df_aic {
	align-items: center;
}
._df_jcc {
	justify-content: center;
}



@media (max-width: 767px) {
	.popup__form {
		margin: 0;
	}
	.popup__field_w50 {
		flex: 0 0 100%;
		margin: 0;
	}	
	.popup__field_w100 {
		flex: 0 0 100%;
		margin: 0;
	}

	.popup__label {
		font-size: 12px;
		line-height: 16px;		
		margin-bottom: 5px;
	}
	.popup__label_big {
		font-size: 15px;
		line-height: 20px;		
		margin-bottom: 7px;
	}
	.popup__textarea_big {
		font-size: 12px;
		line-height: 16px;		
		padding: 5px 8px;
		min-height: 70px;
	}

	.popup__field {
		margin-bottom: 10px;
	}
	.popup__input {
		font-size: 12px;
		line-height: 16px;
		padding: 5px 8px;
	}
	.popup__select {
		font-size: 12px;
		line-height: 16px;	
		padding: 5px 8px;	
	}

	.popup__btns-wrapper {
		margin-top: 20px;
		display: block;
	}
	.popup__btn {
		flex: 0 0 100%;
		margin: 0;
		height: 58px;
		font-size: 14px;
		line-height: 19px;		
	}
	.popup__btn + .popup__btn {
		margin-top: 20px;
	}
	.popup__btn {
		width: 100%;
	}


	.popup {
		padding: 5px !important;
	}
	.popup__content {
		padding: 25px 10px 30px 10px;
	}

	.popup__heading {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 20px;
	}

	.popup__heading:before, 
	.popup__heading:after {
		height: 2px;
		width: calc(50% - 105px);
	}

	.popup__heading:before {
		top: 7px;
	}
	.popup__heading:after {
		bottom: 6px;
	}

	.popup__form {
		/*flex-flow: column;*/
	}
	.popup__close {
		top: -5px;
		right: -5px;
	}


	.popup__content_question_thanks {
		padding: 80px 15px 35px 15px;
	}
	.thanks-text__img {
		max-width: 37px;
		margin-bottom: 15px;
	}
	.thanks-text__heading {
		font-size: 20px;
		line-height: 27px;		
		margin-bottom: 10px;
	}
	.thanks-text__description {
		font-weight: 300;
		font-size: 13px;
		line-height: 18px;		
		margin-bottom: 30px;
	}
	.thanks-text__warning {
		max-width: 204px;
		margin-bottom: 20px;
		font-weight: 300;
		font-size: 11px;
		line-height: 15px;		
	}
	.thanks-text__btn {
		height: 58px;
		font-size: 14px;
		line-height: 19px;		
		width: 100%;
		min-width: unset;
	}

	.popup__heading-span_pay {
		max-width: 260px;
	}
	.popup__heading:before {
		width: calc(50% - 75px);
	}	
	.popup__heading:after {
		width: calc(50% - 75px);
		bottom: 30px;
	}
}
/*popup*/


.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.well {
	background: rgb(227 219 208 / 50%);
}

.btn {
	font-size: 18px;
	padding: 8px 20px;
}
.btn-primary {
    background-color: #8A572C !important;
    border-color: #8A572C !important;	
}
.btn-primary:hover {
	opacity: 0.8;
}
.form-control {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    border-radius: 5px;
    padding: 7px 10px;
    box-shadow: none;
    border: 0;
    outline: none;
}

.information_content {
	box-sizing: border-box;
    min-height: calc(100vh - 153px);	
	font-size: 18px;
	line-height: 140%;              
  }
  @media (min-width: 1200px) {
	  .information_content {
		  padding-top: 40px;
	  }
  }

.description-img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}