@font-face { 
	font-family: 'Inter'; 
	src: url('font/Inter-Medium.otf') format('opentype');
	font-weight: 500;
}
@font-face { 
	font-family: 'Inter'; 
	src: url('font/Inter-Regular.otf') format('opentype');
	font-weight: normal;
}
@font-face { 
	font-family: 'Inter'; 
	src: url('font/Inter-SemiBold.otf') format('opentype');
	font-weight: 600;
}
:root{
	--c_dark: #1C2E4B;
	--c_dark2: #253755;
	--c_firm: #CAB588;
}
* {margin:0; padding:0; box-sizing:border-box;}
html{height: 100%;}
body {font-size:20px; line-height:1.2; font-family:'Inter',sans-serif; font-weight: normal; color: #fff; background-color: var(--c_dark);}
body.preloader-active {
	overflow: hidden;
}
a {text-decoration:none;}
ol, ul {list-style:none;}
table {border-collapse:collapse; border-spacing:0;}
img {border:0;}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--c_dark);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 99999;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
}

#preloader.hide {
	opacity: 0;
	visibility: hidden;
}

.preloader-spinner {
	width: 70px;
	height: 70px;
	border: 5px solid rgba(202, 181, 136, 0.15);
	border-top: 5px solid var(--c_firm);
	border-right: 5px solid var(--c_firm);
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
	box-shadow: 0 0 20px rgba(202, 181, 136, 0.3);
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.bt_def{
	display: inline-block;
	padding: 12px 20px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 8px;
	background: var(--c_firm);
	color: var(--c_dark);
	transition: all 0.4s;
	cursor: pointer;
}
.bt_def:hover, .bt_fon:hover, .bt_fon2:hover{
	opacity: 0.7;
}
.bt_fon{
	display: inline-block;
	padding: 11px 20px;
	background: var(--c_dark);
	color: var(--c_firm);
	font-size: 16px;
	font-weight: 500;
	border-radius: 8px;
	transition: all 0.4s;
}
.bt_fon2{
	display: inline-block;
	padding: 10px 20px;
	background: var(--c_firm);
	color: var(--c_dark);
	font-size: 16px;
	font-weight: 500;
	border-radius: 8px;
	transition: all 0.4s;
}
.bt_fon img, .bt_fon2 img{
	height: 16px;
	margin-bottom: -2px;
}
.fbold{
	font-weight: 500;
	color: var(--c_firm);
}
h1{
	font-size: 54px;
	padding: 0 66px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
}
h2{
	color: var(--c_firm);
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 28px;
}
h3{
	color: var(--c_firm);
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 16px;
}
.mrgb120{
	margin-bottom: 120px;
}
.mrgb60{
	margin-bottom: 60px;
}
.mrgb80{
	margin-bottom: 80px;
}
.mrgb20{
	margin-bottom: 20px;
}
.mrgt20{
	margin-top: 20px;
}

.tm900{max-width: 900px;}
.tm710{max-width: 710px;}
.tm520{max-width: 520px;}
.tm860{max-width: 860px;}
.dblock{
	padding: 0 40px;
}

.top_block{
	position: relative;
}
.top_fl{
	display: flex;
}
.top_fl_left{
	position: relative;
	width: 50%;
}
.bt_menu{
	position: fixed;
	top: 35px;
	left: 46px;
	cursor: pointer;
	z-index: 2;
}
.top_logo{
	padding-top: 20px;
	margin-bottom: 100px;
	text-align: center;
}
.top_logo img{
	height: 148px;
}
.head_bt{
	text-align: center;
}
.top_fl_right{
	width: 50%;
	position: relative;
	overflow: hidden;
}
.fl_right_img{
	width: 960px;
	margin-bottom: -5px;
}
.top_langphone{
	position: fixed;
	right: 40px;
	top: 20px;
	display: flex;
	align-items: center;
}
.top_lang{
	position: relative;
	margin-right: 40px;
}
.top_lang p{
	font-size: 14px;
	color: var(--c_dark);
	cursor: pointer;
}
.top_lang_select{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 5px 6px;
	background: #fff;
	box-shadow: 0px 0px 8px 1px #d0d0d0;
	color: var(--c_dark);
	font-size: 14px;
}
.top_lang_select.active{
	display: block;
}
.top_lang_select span{
	display: block;
	margin-bottom: 5px;
	cursor: pointer;
}
.top_info{
	width: 100%;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	bottom: 0;
}
.top_info_item{
	padding: 17px 20px;
	border-radius: 12px;
	background-color: var(--c_dark2);
	width: calc(33.33% - 9px);
}
.info_item_img{
	margin-bottom: 12px;
}
.info_item_img img{
	height: 28px;
}
.small_hd{
	font-size: 20px;
	font-weight: 500;
	color: var(--c_firm);
	margin-bottom: 4px;
}
.small_txt{
	font-size: 16px;
	font-weight: 500;
}
.blockr_right_half{
	padding-left: 50%;
}
.block2 h2{
	max-width: 830px;
}
.block2 p{
	max-width: 790px;
}
.block3{
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 75px;
}
.block3 img{
	width: 100%;
	margin-bottom: -4px;
	margin-top: -1px;
}
.block3_hd{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.block3_hd_right{
	display: flex;
}
.hd_right_item{
	max-width: 310px;
	display: flex;
	align-items: center;
}
.hd_right_item img{
	width: 33px;
	margin-right: 5px;
}
.hd_right_item p{
	font-size: 16px;
	font-weight: 500;
}
.block3_hd_right .hd_right_item:first-child{
	margin-right: 60px;
}
.block4{
	margin-left: 40px;
	margin-right: 40px;
	padding: 60px 16px;
	background: var(--c_dark2);
	border-radius: 12px;
	overflow: hidden;
}
.block4_hd{
	text-align: center;
	margin: 0 auto 40px;
	max-width: 740px;
}
.mrow{
	display: flex;
}
.mrow_left{
	width: 50%;
	display: flex;
	font-size: 32px;
	line-height: 1;
	font-weight: 500;
	color: var(--c_firm);
	justify-content: end;
	padding-top: 53px;
}
.mrow_left span{
	position: relative;
	display: block;
	margin-left: 20px;
}
.mrow_left span:after{
	position: absolute;
	content: '';
	top: 16px;
	right: 0;
	width: 100%;
	height: 2px;
	background: var(--c_firm);
}
.ml1 span{width: 230px;}
.ml2 span{width: 360px;}
.ml3 span{width: 538px;}
.ml4 span{width: 725px;}
.mrow_right{
	width: 50%;
	height: 200px;
	padding: 45px 0 0 40px;
	border-left: 2px solid var(--c_firm);
}
.pourk_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pourk_item{
	width: calc(25% - 12px);
	padding: 40px 20px;
	background: var(--c_dark2);
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.pourk_item_img{
	margin-right: 12px;
}
.pourk_item_hd{
	font-weight: 600;
}
.pourk_item_descr{
	font-size: 16px;
}
.slideitem{
	width: 593px;
	height: 514px;
	border-radius: 12px;
	overflow: hidden;
	margin-right: 20px;
}
.slideitem img{
	height: 100%;
}
.slick-arrow{
	border-radius: 12px;
}
.slarleft{
	background:url(../img/ico_arleft.svg) no-repeat center center;
	background-color: var(--c_dark);
}
.slarright{
	background:url(../img/ico_arright.svg) no-repeat center center;
	background-color: var(--c_dark);
}
.block_form{
	padding: 80px 0;
	border-top: 2px solid var(--c_firm);
	border-bottom: 2px solid var(--c_firm);
	display: flex;
	margin-bottom: 40px;
}
.form_left, .form_right{
	width: 50%;
}
.form_hd{
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 28px;
	max-width: 700px;
	color: var(--c_firm);
}
.form_descr{
	max-width: 640px;
}
.form_row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form_item{
	width: calc(50% - 12px);
	margin-bottom: 24px;
}
.form_item_hd{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 6px;
}
.form_item input{
	width: 100%;
	background: var(--c_dark2);
	border: 1px solid var(--c_firm);
	border-radius: 8px;
	height: 60px;
	padding: 0 10px;
	color: #fff;
	font-size: 20px;
}
.form_item input.error{
	border-color: red;
}
.form_msg{
	margin-bottom: 40px;
}
.form_msg textarea{
	width: 100%;
	background: var(--c_dark2);
	border: 1px solid var(--c_firm);
	border-radius: 8px;
	height: 80px;
	resize: none;
	padding: 10px;
	color: #fff;
	font-size: 20px;
}
a.bt_sub{
	display: inline-block;
	padding: 20px;
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	max-width: 400px;
	text-align: center;
	color: var(--c_dark);
	background: var(--c_firm);
	border-radius: 8px;
	overflow: hidden;
	margin-right: 28px;
	height: 60px;
}
.form_bot{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.form_bot p{
	font-size: 16px;
	max-width: 390px;
}
.footer{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 100px;
}
.bot_logo img{
	height: 158px;
}
.footer_left{
	width: 50%;
}
.footer_right{
	width: 50%;
	display: flex;
	justify-content: space-between;
	padding-left: 24px;
}
.footer_menu{
	margin-bottom: 28px;
}
.footer_menu a{
	font-size: 16px;
	margin-right: 28px;
	color: #fff;
}
.footer_soc{
	margin-bottom: 28px;
	display: flex;
}
.footer_soc a{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 16px;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	background: var(--c_firm);
}
.footer_contact{
	display: flex;
}
.footer_contact_left{
	margin-right: 80px;
}
.footer_contact p{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	color: var(--c_firm);
}
.footer_contact a, .footer_contact span{
	font-size: 16px;
	color: #fff;
}
.footer_contact a{
	text-decoration: underline;
}
.pagebot{
	display: flex;
	padding-bottom: 20px;
}
.pagebot_col{
	width: 50%;
}
.pagebot_col a, .pagebot_col span{
	font-size: 16px;
	color: var(--c_firm);
}
.pagebot .pagebot_col:last-child{
	padding-left: 24px;
}
.mobvis{
	display: none;
}
.menu_block{
	position: fixed;
	left: -100%;
	top: 0;
	height: 100%;
	background: #162338CC;
	backdrop-filter: blur(10px);
	width: 100%;
	max-width: 520px;
	z-index: 999;
	transition: all 0.5s;
}
.menu_block.active{
	left: 0;
}
.menu_content{
	position: relative;
	height: 100%;
	padding: 40px;
}
.menu_close{
	display: inline-block;
	position: absolute;
	top: 40px;
	right: 40px;
}
.menu_logo{
	margin-bottom: 60px;
}
.menu_logo img{
	height: 158px;
}
.pmenu{
	margin-bottom: 14px;
}
.pmenu a{
	color: #fff;
}
.menu_block_bottom{
	position: absolute;
	left: 40px;
	bottom: 30px;
}
.menu_block_bottom .footer_soc{
	position: relative;
	margin-bottom: 16px;
}
.menu_block_bottom .footer_soc a{
	margin-right: 12px;
	margin-left: 0;
	width: 28px;
	height: 28px;
}
.menu_block_bottom p, .menu_block_bottom p a{
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}
.form_compl{
	display: none;
	text-align: center;
}
.form_compl.active{
	display: block;
}
.form_compl img{
	height: 108px;
	margin-bottom: 40px;
}
.form_compl_hd{
	font-size: 48px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 20px;
}
.form_compl_txt{
	font-size: 20px;
}
.top_langphone.vismob{
	display: none;
}

@media (min-width: 1900px){
	.fl_right_img {
		width: 100%;
	}
	
}
@media (max-width: 1800px){
	.dblock{
		padding: 0 16px;
	}
	.blockr_right_half {
		padding-right: 16px;
	}
	.block4{
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 1600px){
	h1 {
		font-size: 40px;
		padding: 0 20px;
	}
	a.bt_sub{
		margin-bottom: 12px;
	}
	.pourk_item {
		width: 100%;
		max-width: 360px;
	}
	.pourk_item_descr {
		font-size: 14px;
	}
	.pourk_item_hd {
		font-size: 16px;
	}
	.pourk_item_img img{
		width: 28px;
	}
}
@media (max-width: 1480px){
	.pourk_list {
		justify-content: center;
	}
	.pourk_item {
		margin: 0 20px 20px;
		justify-content: left;
	}
}
@media (max-width: 1420px){
	.block3_hd_right{
		margin-top: 40px;
	}
}
@media (max-width: 1300px){
	.mob_top_info{
		margin-bottom: 80px;
	}
	.top_block.mrgb120{
		margin-bottom: 40px;
	}
	.top_info{
		display: none;
	}
	.top_info.active{
		display: flex;
		position: relative;
	}
	.top_info {
		padding: 0 16px;
	}
}
@media (max-width: 1200px){
	.footer_left {
		width: 30%;
	}
	.footer_right {
		width: 70%;
	}
	.pagebot .pagebot_col:last-child {
		padding-left: 0;
		text-align: right;
	}
	
}
@media (max-width: 1000px){
	.top_fl_left {
		position: absolute;
		width: 100%;
		z-index: 2;
		height: 100%;
		background: #00000059;
	}
	.top_fl_right {
		width: 100%;
	}
	.fl_right_img {
		width: 1000px;
	}
	.bt_menu svg path{
		fill: #fff;
	}
	.top_logo img{
		display: none;
	}
	.top_logo img.mobvis{
		display: inline;
		height: 100px;
	}
	.bt_menu {
		top: 20px;
		left: 16px;
	}
	.top_logo {
		margin-bottom: 146px;
	}
	.top_langphone {
		right: 16px;
	}
	.top_langphone .bt_fon{
		display: none;
	}
	.top_lang {
		margin-right: 0;
	}
	.top_langphone{
		display: none;
	}
	.top_langphone.vismob{
		display: block;
	}
	.top_lang p {
		color: #fff;
	}
	h1 {
		font-size: 36px;
		padding: 0 16px;
	}
	.blockr_right_half {
		padding: 0 16px;
	}
	.mrgb80{
		margin-bottom: 40px;
	}
	h2 {
	  font-size: 38px;
	  margin-bottom: 16px;
	  line-height: 1;
	}
	.block2 h2 {
		max-width: 100%;
	}
	.block2 p {
		max-width: 100%;
	}
	p{
		font-size: 16px;
	}
	.mrgb120 {
		margin-bottom: 80px;
	}
	.slideitem {
	  width: 360px;
	  height: 312px;
	  margin-right: 10px;
	}
	.block_form {
		display: block;
		padding: 20px 0 40px;
		margin-bottom: 20px;
	}
	.form_left, .form_right {
		width: 100%;
	}
	.form_hd {
		font-size: 34px;
		line-height: 1;
		margin-bottom: 16px;
	}
	.form_descr{
		margin-bottom: 40px;
	}
	.footer {
	  display: block;
	  margin-bottom: 40px;
	}
	.bot_logo img {
		height: 120px;
	}
	.footer_left {
		width: 100%;
		margin-bottom: 20px;
	}
	.footer_right {
		width: 100%;
		padding: 0;
	}
	.footer_soc {
	  margin-bottom: 0;
	  position: absolute;
	  right: 0;
	  top: 0;
	}
	.footer_soc a {
		margin-left: 16px;
	}
	
}
@media (max-width: 800px){
	.top_info {
		flex-wrap: wrap;
	}
	.top_info_item {
		width: calc(50% - 5px);
		margin-bottom: 10px;
	}
	.block4 {
		padding: 40px 16px;
	}
	.block4_hd {
		margin: 0 auto 14px;
	}
	.mrow {
		display: block;
		margin: 0 -16px;
		padding-left: 16px;
	}
	.mrow_left {
		width: 100%;
		font-size: 20px;
		padding-top: 34px;
	}
	.mrow_left span {
		margin-left: 12px;
	}
	.mrow_left span::after {
		top: 9px;
		height: 1px;
	}
	.mrow_right {
	  width: 100%;
	  height: auto;
	  padding: 34px 0 0;
	  border-left: 0;
	}
	h3 {
	  font-size: 24px;
	  margin-bottom: 8px;
	  line-height: 1;
	}
	.ml1 span, .ml2 span, .ml3 span, .ml4 span{
		width: 60%;
	}
	.pourk_item {
		padding: 20px;
	}
	.top_info .top_info_item:last-child{
		width: 100%;
		margin: 0;
	}
}
@media (max-width: 640px){
	h1 {
		font-size: 30px;
		padding: 0;
	}
	.fl_right_img {
		width: auto;
		height: 700px;
	}
	.info_item_img img {
		height: 20px;
	}
	.info_item_img {
		margin-bottom: 8px;
	}
	.small_hd {
		font-size: 16px;
	}
	.small_txt {
		font-size: 13px;
	}
	h2 {
		font-size: 28px;
		margin-bottom: 16px;
		line-height: 1;
	}
	 p {
		font-size: 13px;
	}
	.block3.mrgb120 {
		border-radius: 0;
		margin: 0 -16px 70px;
	}
	.block3_hd_right {
		display: block;
	}
	.block3_hd_right .hd_right_item:first-child {
		margin-right: 0;
	}
	.block3.blserv{
		margin-bottom: 20px;
	}
	.hd_right_item{
		margin-bottom: 20px;
	}
	.hd_right_item img {
		width: auto;
		margin-right: 12px;
		height: 24px;
	}
	.hd_right_item p {
		font-size: 13px;
	}
	.pourk_item {
		margin: 0 0 20px;
		max-width: 100%;
	}
	.mrgb60 {
		margin-bottom: 40px;
	}
	.pourk_item_descr {
		font-size: 13px;
	}
	.slick-arrow {
		display: none;
	}
	.form_hd {
		font-size: 28px;
	}
	.form_item_hd {
		font-size: 13px;
	}
	.form_item input {
		height: 48px;
		font-size: 14px;
	}
	.form_item {
		width: 100%;
		margin-bottom: 20px;
	}
	.form_msg {
		margin-bottom: 32px;
	}
	.form_msg textarea {
		height: 60px;
		font-size: 14px;
	}
	a.bt_sub {
		max-width: 100%;
		margin-right: 0;
		padding: 15px;
		height: 48px;
		font-size: 13px;
	}
	.form_bot p {
		font-size: 13px;
		max-width: 320px;
	}
	.footer_right {
		display: block;
		width: 100%;
	}
	.right_col1{
		display: flex;
		margin-bottom: 40px;
	}
	.footer_menu {
	  margin-bottom: 0;
	  display: flex;
	  flex-direction: column;
	  margin-right: 50px;
	}
	.footer_menu a {
	  font-size: 13px;
	  margin-right: 0;
	  color: #fff;
	  margin-bottom: 8px;
	}
	.footer_contact_left {
		margin-right: 18px;
		width: 130px;
	}
	.footer_contact p {
		font-size: 13px;
		line-height: 1;
	}
	.footer_contact a, .footer_contact span {
		font-size: 13px;
	}
	.mrgt20 {
		margin-top: 14px;
	}
	.footer_contact_right{
		display: flex;
		flex-direction: column;
		justify-content: end
	}
	.footer_contact_right p, .footer_contact_right span{
		margin-bottom: 6px;
	}
	.bt_fon2 {
	  font-size: 13px;
	  width: 100%;
	  text-align: center;
	}
	.bt_fon2 img {
		height: 14px;
	}
	.pagebot {
		display: block;
	}
	.pagebot_col {
		width: 100%;
		text-align: center;
	}
	.pagebot .pagebot_col:last-child {
		padding-top: 6px;
		text-align: center;
	}
	.menu_content {
		padding: 20px;
	}
	.menu_logo {
		margin-bottom: 40px;
	}
	.menu_close {
		top: 20px;
		right: 20px;
	}
	.menu_logo img {
		height: 100px;
	}
	.pmenu {
		margin-bottom: 12px;
	}
	.pmenu a {
		font-size: 16px;
	}
	.menu_block_bottom p, .menu_block_bottom p a {
		font-size: 13px;
	}
	.menu_block_bottom p{
		text-align: center;
	}
	.menu_block_bottom {
		left: 50%;
		bottom: 20px;
		transform: translateX(-50%);
	}
	.menu_block_bottom .footer_soc {
		display: none;
	}
	.mrow_right p{
		padding-right: 16px;
	}
}

/* Privacy Policy Page */
.privacy_page {
	min-height: 100vh;
	padding: 0 40px;
}

.privacy_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0 60px;
	position: relative;
}

.privacy_logo {
	text-align: center;
	flex: 1;
}

.privacy_logo img {
	height: 120px;
}

.privacy_lang {
	position: absolute;
	right: 0;
	top: 35px;
}

.privacy_content {
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.privacy_content h1 {
	font-size: 54px;
	font-weight: 500;
	color: var(--c_firm);
	margin-bottom: 12px;
	text-align: center;
	padding: 0;
}

.privacy_date {
	text-align: center;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 60px;
}

.privacy_section {
	margin-bottom: 40px;
}

.privacy_section h2 {
	font-size: 32px;
	color: var(--c_firm);
	margin-bottom: 20px;
	font-weight: 500;
}

.privacy_section h3 {
	font-size: 24px;
	color: var(--c_firm);
	margin-bottom: 16px;
	margin-top: 24px;
	font-weight: 500;
}

.privacy_section p {
	margin-bottom: 16px;
	line-height: 1.6;
}

.privacy_section ul {
	margin-left: 24px;
	margin-bottom: 16px;
}

.privacy_section ul li {
	list-style: disc;
	margin-bottom: 8px;
	line-height: 1.6;
	color: #fff;
}

.privacy_contact {
	background: var(--c_dark2);
	padding: 24px;
	border-radius: 12px;
	margin-top: 20px;
}

.privacy_contact p {
	margin-bottom: 8px;
}

.privacy_contact a {
	color: var(--c_firm);
	text-decoration: underline;
}

.privacy_back {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 40px;
}

@media (max-width: 1000px){
	.privacy_page {
		padding: 0 16px;
	}
	
	.privacy_header {
		padding: 20px 0 40px;
	}
	
	.privacy_logo img {
		height: 100px;
	}
	
	.privacy_lang {
		top: 20px;
	}
	
	.privacy_content h1 {
		font-size: 38px;
	}
	
	.privacy_section h2 {
		font-size: 28px;
	}
	
	.privacy_section h3 {
		font-size: 20px;
	}
	
	.privacy_content {
		padding-bottom: 40px;
	}
}

@media (max-width: 640px){
	.privacy_logo img {
		height: 80px;
	}
	
	.privacy_content h1 {
		font-size: 30px;
		line-height: 1.2;
	}
	
	.privacy_date {
		font-size: 13px;
		margin-bottom: 40px;
	}
	
	.privacy_section {
		margin-bottom: 32px;
	}
	
	.privacy_section h2 {
		font-size: 24px;
		margin-bottom: 16px;
	}
	
	.privacy_section h3 {
		font-size: 18px;
		margin-bottom: 12px;
		margin-top: 16px;
	}
	
	.privacy_section p,
	.privacy_section ul li {
		font-size: 14px;
	}
	
	.privacy_section ul {
		margin-left: 20px;
	}
	
	.privacy_contact {
		padding: 16px;
	}
	
	.privacy_back {
		margin-top: 40px;
	}
}
@media (max-width: 440px){
	.form_compl img {
		height: 80px;
		margin-bottom: 20px;
	}
	.form_compl_hd {
	  font-size: 28px;
	  margin-bottom: 10px;
	}
	.form_compl_txt {
	  font-size: 16px;
	  max-width: 300px;
	  margin: 0 auto;
	}
	.form_compl_txt br{
		display: none;
	}
}








