/* --------------------------------
	
	document-intro
	
-------------------------------- */
.document-intro {
	position: relative; 
	overflow: hidden;
	background: #fcfaf4;
}
.b2-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.b2-grid a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 16px;
  line-height: 150%;
  background: #fff;
  border-radius: 24px;
  padding: 8px 24px;
	width: 47%;
	margin: 10px 0;
	text-decoration: underline;
  color: #262626;
}
.b2-grid a:hover {
	text-decoration: none;
  color: #0056b3;
}
.document-main {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 40px 0 0 0;
}
.document-main h3 {
	font-size: 24px;
  margin-bottom: 20px;
	font-weight: 700;
}
.document-main .b2-grid a {
	width: 100%;
	margin: 0;
}

.header {
	z-index: 1;
}
.header_content_menu {
	margin-top: 16px;
}
.header-top {
	padding: 16px 0 0 0;
}
.header_content_options .desktop {
	width: 100%;
}
.header_content_options {
	width: 100%;
}
.header_menu {
	justify-content: space-between;
	width: 100%;
}

/* --------------------------------
	
	main-intro
	
-------------------------------- */
.main-intro {
	position: relative;
	overflow: hidden;
	background: url('/wp-content/themes/mysmz/assets/images/intro.svg') no-repeat bottom center / cover;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
/* .main-intro::before {
	content: '';
	position: absolute;
	border-radius: 50%;
	background: #56257A;
	filter: blur(200px);
	-webkit-filter: blur(200px);
	width: 1170px;
	height: 1064px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	transform: translateY(50%);
} */

.main-intro .main_content {
	position: relative;
	padding: 104px 0 82px 0;
}
.main-intro-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-intro-content {
	width: 57%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.main-intro-bg {
	width: 50%;
	max-width: 549px;
	transform: translateX(35px);
}
.main-intro-title {
	font-family: Montserrat;
	font-size: 36px;
	font-weight: 700;
	line-height: 140%;
	margin: 0 0 32px 0;
}
.main-intro-offer {
	font-family: Roboto;
	font-size: 22px;
	font-weight: 400;
	line-height: 150%;
	margin: 0 0 48px 0;
}
.main-intro-gift {
	display: flex;
	align-items: center;
	margin: 0 0 24px 0;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.10);
	padding: 12px 32px;
}
.main-intro-gift p {
	margin: 0;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
.main-intro-gift img {
	margin: 0 8px 0 0;
	width: 24px;
	flex: 0 0 auto;
}
.intro-btn-group {
	display: flex;
	align-items: center;
}
.button {
	padding: 0 28px;
	height: 60px;
	font-size: 16px;
	text-align: center;
  font-family: Montserrat;
}
header .button {
	padding: 0 18px;
	height: 36px;
	font-size: 14px;
}
.intro-btn-group .button {
	margin: 0 24px 0 0;
}
.intro-btn-group .button:last-child {
	margin: 0;
}
.intro-btn-group .button.btn-outline {
	color: #fff;
}
.main-intro-box {
	display: flex;
	flex-direction: column;	
}
.main-intro-grid {
	margin: 0 -20px;
	display: flex;
	justify-content: space-between;
}
.main-intro-item {
	position: relative;
	width: calc(33.333% - 40px);
	margin: 0 20px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	overflow: hidden;
}
.main-intro-item::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 91px;
	left: 0;
	bottom: 0;
	border-radius: 16px;
	background: rgba(255,255,255,0.1);
}
.item-val {
	height: 114px;
	margin: 0 24px 0 0;
	flex: 0 0 auto;
	transform: translateY(9px);
}
.main-intro-item p {
	margin: 20px 0 0 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 130%;
}
.intro-grid-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin: 48px 0 20px 0;
}
.intro-grid-link {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin: 32px 0 0 0;
	display: inline-block;
	color: #fff;
	text-decoration: underline;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.intro-grid-link:hover {
	text-decoration: none;
	color: #fff;
}





/* -------------------------------- 
	
	modal-box
	
-------------------------------- */
.modal, .modal-box {
	z-index: 9999;
}
.modal-sandbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(27, 8, 23, 0.35);
  overflow: auto;
	opacity: 0;
  visibility: hidden;
}
.modal.open {
	display: block;
	opacity: 1;
	visibility: visible;
}
.modal-box {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.modal-body {
	position: static;
	display: flex;
	width: 100%;
	height: 100vh;
	vertical-align: middle;
	z-index: 9999;
	padding: 0;
	align-items: center;
	justify-content: center;
}
.modal_container {
	background: #fff;
	margin: 0 auto;
	padding: 48px;
	height: auto;
	position: relative;
	border-radius: 12px;
}
.open .modal_container {
	animation: modalbox 0.25s ease-out both;
}
/* Close Button */
.close-modal {
	position: absolute;
	top: 16px;
	right: 16px;
	background: url('/wp-content/themes/mysmz/assets/images/custom/close.svg') no-repeat center center;
	cursor: pointer;
	width: 24px;
	height: 24px;
	z-index: 9999;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.close-modal:hover {
	opacity: 1;
}
/* Animation */
@-webkit-keyframes modalbox {
  0% {
    transform: translateX(-100%); 
    opacity: 0;
	}
  100% {
    transform: translateX(0%);  
    opacity: 1;
	}
}
@keyframes modalbox {
  0% {
    transform: translateX(-100%); 
    opacity: 0;
	}
  100% {
    transform: translateX(0%);  
    opacity: 1;
	}
}
.modal-trigger {
	cursor: pointer;
}
.step1 {
	position: relative;
	width: 358px;
}
.step2, .step3 {
	width: 386px;
}
.step4 {
	width: 454px;
}
.modal-title {
	font-size: 20px;
	font-weight: 700;
}
.modal-title2 {
	font-size: 26px;
	font-weight: 700;
}
.modal-btn-group {
	margin: 24px 0 0 0;
}
.modal-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	border-radius: 12px;
	color: #312B3D;
	font-size: 16px;
	font-weight: 400;
	background: #F5F3F2;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.modal-btn.btn-bext {
	margin: 0 0 16px 0;
}
.modal-btn img {
	width: 24px;
	margin: 0 8px 0 0;
	flex: 0 0 auto;
}
.modal-btn:hover {
	background: #F8E9DA;
	text-decoration: none;
	color: #312B3D;
}
.modal-txt {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 6px 0 0 0;
	color: #565656;
}
.step-hidden {
	display: none;
}
.step-hidden.open {
	display: block;
}
.modal-form {
	position: relative;
	margin: 24px 0 0 0;
}
.modal-form form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.modal-form .wpcf7-form-control-wrap {
	margin-bottom: 16px;
}
.modal-form input {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	display: flex;
	align-items: center;
	height: 60px;
	border-radius: 8px;
  border: 1px solid #DDD;
	padding: 0 22px 0 50px;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.modal-form input:hover {
	border: 1px solid #F18922;
}
.modal-form .wpcf7-form-control.wpcf7-not-valid {
	border: 1px solid #F52D0A;
	color: #000 !important;
}
.modal-form .personal, .modal-form .personal a {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.5;
	color: #565656 !important;
}
.modal-form .wpcf7-not-valid-tip {
	position: relative;
	font-family: 'Roboto', sans-serif;
	left: 0;
	margin: 0;
	font-size: 14px;
	color: #F52D0A;
}
.modal-form .button {
	padding: 19px 0;
	width: 100%;
	box-shadow: none;
	border: 0;
}
.modal-form .button:hover {
	border: 0;
	border-radius: 8px;
}
.modal-form .wpcf7-spinner {
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(100%);
}
.inp_name {
  background: url(/wp-content/themes/mysmz/assets/images/account_circle_24px.svg) no-repeat left;
  background-size: 24px;
	background-position: 16px 17px;
}
.inp_tel {
  background: url(/wp-content/themes/mysmz/assets/images/stay_current_portrait_24px.svg) no-repeat left;
  background-size: 24px;
	background-position: 16px 17px;
}
.inp_mail {
  background: url(/wp-content/themes/mysmz/assets/images/alternate_email_24px.svg) no-repeat left;
  background-size: 24px;
	background-position: 16px 17px;
}
.inp_company {
  background: url(/wp-content/themes/mysmz/assets/images/domain_24px.svg) no-repeat left;
  background-size: 24px;
	background-position: 16px 17px;
}
.step-title-flex {
	display: flex;
	align-items: center;
	padding: 0 0 24px 0;
	margin: 0 0 24px 0;
	border-bottom: 1px solid #DDDDDD;
}
.step-title-flex.not-border {
	padding: 0;
	margin: 0;
	border-bottom: 0;
}
.step-title-flex img {
	width: 64px;
	margin: 0 16px 0 0;
	flex: 0 0 auto;
}
.step-title .modal-txt {
	margin: 0;
}
.step3-txt {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #565656;
	font-weight: 400;
	margin: 0;
}
.step3-txt span {
	font-weight: 700;
}
.checkbox-group {
	position: relative;
	margin: 16px 0;
	width: 100%;
}
.checkbox-group:last-child {
	margin: 16px 0 24px 0;
}
.modal-form label {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #565656;
	width: 100%;
}
.modal-form .work input {
	padding: 0 16px;
}
.wpcf7-radio.check-row {
	display: flex;
	justify-content: space-between;
	margin: 0 -7px;
}
.wpcf7-radio.check-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4px;
}
.checkbox-group input[type="radio"] {
	display: none;
}
.checkbox-group input[type="radio"] ~ span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F5F3F2;
	border-radius: 8px;
	text-align: center;
	height: 40px;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #312B3D;
	font-weight: 400;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.checkbox-group input[type="radio"]:checked ~ span {
	background: #FFB266;
}
.checkbox-group input[type="radio"] ~ span:hover {
	background: #F8E9DA;
}
.checkbox-group input[type="radio"]:checked ~ span:hover {
	background: #FFB266;
}
.modal-form .wpcf7-list-item label {
	margin: 0;
}
.wpcf7-list-item {
	margin: 0 7px !important;
	width: 100%;
}
.check-wrap .wpcf7-list-item {
	width: auto;
	margin: 0 4px 8px 4px !important;
}
.checkbox-group .check-wrap input[type="radio"] ~ span {
	padding: 0 19px;
}
.modal-form .checkbox-group .wpcf7-form-control.wpcf7-not-valid {
	border: 0;
}
.step4-txt-group {
	background: #DEF4FF;
	padding: 12px 20px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	margin: 24px 0 0 0;
}
.step4-txt-group img {
	width: 48px;
	margin: 0 12px 0 0;
	flex: 0 0 auto;
}
.step4-txt p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #565656;
	font-weight: 400;
	line-height: 1.2;
	margin: 5px 0 0 0;
}
.step4-txt a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #312B3D;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: underline;
}
.btn-hidden {
	display: none;
}

































































/* --------------------------------
	
	адаптив
	
-------------------------------- */


@media (max-width: 1200px) {
	.main-intro::before {
		
	}
	
}

@media (max-width: 1200px) {
	.main-intro .main_content {
		padding: 56px 40px 64px 40px;
	}
	.main-intro-flex {
		flex-direction: column;
	}
	.main-intro-content {
		width: 100%;
		align-items: center;
	}
	.main-intro-title {
		font-size: 36px;
		margin: 0 0 48px 0;
		text-align: center;
	}
	.main-intro-bg {
		width: 80%;
		max-width: 448px;
		transform: translateX(0);
		margin: 40px 0 0 0;
	}
	.main-intro-offer {
		margin: 0 0 40px 0;
		text-align: center;
	}
	.main-intro-grid {
		margin: 70px -14px 0 -14px;
	}
	.main-intro-item {
		width: calc(33.333% - 28px);
		margin: 0 14px;
		padding: 0 40px 23px 40px;
		flex-direction: column;
		text-align: center;
	}
	.item-val {
		height: 100px;
		margin: 0 0 16px 0;
		transform: translateY(0);
	}
	.main-intro-item::before {
		width: 100%;
		height: calc(100% - 26px);
	}
	.main-intro-item p {
		margin: 0;
	}
	.header_content_menu .option a::after, .header_content_menu .option a::before {
		display: none;
	}
	.intro-grid-title, .intro-grid-link {
		text-align: center;
		display: block;
	}
	.main-intro::before {
	 
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

@media (max-width: 991px) {
	.b2-grid {
		flex-direction: column;
	}
	.b2-grid a {
		width: 100%;
		font-size: 14px;
		margin: 0 0 15px 0;
	}
	.document-main h3 {
		font-size: 16px;
	}
	.document-main h3 br {
		display: none;
	}
	.document-main {
		align-items: left;
		text-align: left;
	}
	.main-intro-item {
		padding: 0 20px 23px 20px;
	}	
	.header_content_options .mobile {
		width: 100%;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

@media (max-width: 767px) {
	.mobile-header-actions {
		padding-bottom: 0;
	}
	.header {
		padding: 0 16px;
	}
	.header_menu {
		height: 50px;
		align-items: center;
		justify-content: space-between;
	}
	.header_menu li a {
		padding: 0;
	}
	.header_content_menu .option a {
		font-size: 15px;
		padding: 0 !important;
	}
	header .button {
		height: 32px;
	}
	.header_content_logo {
		max-width: 164px;
		height: 32px;
		max-width: 45%;
	}
	.header_content_logo img {
		height: 32px;
		width: 100%;
	}
	.header_content_logo {
		margin-right: 22px;
	}
	.main-intro-title {
		font-size: 24px;
		margin: 0 0 32px 0;
	}
	.main-intro-title br {
		display: none;
	}
	.main-intro .main_content {
	  padding: 76px 16px 64px 16px;
  }
	.main-intro-bg {
		width: 100%;
	}
	.main-intro-title {
		font-size: 24px;
	}
	.main-intro-offer {
	  margin: 0 0 32px 0;
    font-size: 18px;
	}
	.main-intro-offer br  {
	  display: none;
	}
	.main-intro-gift {
		margin: 0 0 32px 0;
		padding: 12px 24px;
	}
	.intro-btn-group {
		flex-direction: column;
	}
	.intro-btn-group .button {
		margin: 0 0 16px 0;
		width: 100%;
	}	
	.main-intro-grid {
	  margin: 56px 0 0 0;
	  flex-direction: column;
	}
	.main-intro-item {
		padding: 0 20px;
	}	
	.main-intro-item {
		padding: 0 20px;
		width: 100%;
		margin: 0 0 24px 0;
		flex-direction: row;
		text-align: left;
	}
	.main-intro-item:last-of-type {
		margin: 0;
	}
	.item-val {
		height: 80px;
		margin: 0 20px 0 0;
		transform: translateY(4px);
	}
	.main-intro-item p {
		font-size: 18px;
		margin: 12px 0 0 0;
	}
	.main-intro-item::before {
		height: 65px;
	}	
	.mobile-more-links .option {
		margin: 0;
		padding: 12px 16px;
	}	
	.information-container .description {
		font-size: 18px;
	}	
	.information-container .description br {
		display: none;
	}	
	.modal_container {
		padding: 28px 16px;
		border-radius: 0;
		width: 100%;
		height: 100%;
	}
	.modal-title2 {
		font-size: 24px;
	}
	.step2, .step3 {
		width: 100%;
	}
	.close-modal {
		top: 32px;
	}
	.modal-txt br {
	  display: none;
	}
	.step3 {
		align-items: center;
		height: 100%;
		justify-content: center;
	}
	.step3 .step-title-flex {
	  flex-direction: column;
	  text-align: center;
	  width: 100%;
	}
	.step-title-flex img {
		margin: 0 0 8px 0;
	}	
	.btn-hidden {
		display: flex;
		width: 100%;
		margin: 24px 0 0 0;
	}	
	.intro-grid-title {
		font-size: 18px;
		margin: 48px 0 0 0;
	}
	.main-intro::before {
		
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

@media (max-width: 375px) {
	.header_content_buttons--email, .header_content_buttons--tel {
		margin-right: 12px;
	}
	.main-intro-title {
		font-size: 6.3vw;
	}
	.main-intro-offer {
		font-size: 5vw;
	}
	
	
	
	
	
	
	
	
}
