/*
YUI 3.18.1
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	*font-size:100%; /*to enable resizing for IE*/
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }

html{
	color:#000;
	background:#FFF;
	box-sizing: border-box;
	overflow:  hidden;
}

*,  *::before, *::after{
	 box-sizing: inherit;
}

body {
	 
	color: #000000;
}


.wrapper{
	max-width: 1445px;
	margin: 0 auto;
}



 
.warning {
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    justify-content: center;
    width: 250px;
    padding: 10px;
    margin: 20px;
    box-sizing: border-box;
    background-color: rgb(255 255 255 / 99%);;
        box-shadow: 0 0 15px rgba(0, 0, 0, .1);
        font-size: 12px;
    line-height: 1.55;
        
}
 
.warning--active {
	z-index: 999999;
    display: block;
    text-align: center;
      opacity: 0;
  animation: ani 2.5s forwards;
}
 
 
 @keyframes ani {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
 
.warning__text {
  
    font-family: Arial;
        font-weight: 400;
}
 
.warning__read {
    display: block;
     font-family: Arial;
        font-weight: 400;
         margin-top: 5px;
}
 
.warning__apply{
        margin-top: 10px;
     color: #ffffff;
    background-color: #000000;
    --border-width: 0px;
    border-style: none !important;
    box-shadow: none !important;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: 
ease-in-out;
}  
 
 
 
 

  
  .hs-left-fb.hs-bottom-pstn {
	bottom: 40px;
}
  
  .hs-fixed-fb {
	position: fixed;
}  
  
  .hs-left-fb {
	left: 30px;
	align-items: flex-start;
}

 .hs-chat_header-close svg {
	stroke: black;
}
  
.hs-chat-header {
	position: relative;
	padding: 25px 45px 25px 25px;
	background-color: #10c379;
}  
  
 .hs-chat_header-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 14px;
	height: 14px;
	padding: 0;
	cursor: pointer;
	 background: none;
	border: none;
 } 
 .hs-chat_header-user {
	display: flex;
	align-items: center;
} 
  .hs-chat_user-photo {
	position: relative;
	width: 40px;
	height: 40px;
}
  .hs-chat-body {
	display: flex;
	flex-direction: column;
	padding: 20px;
	background: #f1f1f1 url(0bf280388937448d38392b76c15bd441.jpg) repeat;
	background-size: contain;
}
.hs-chat_body-message-int {
	max-width: 145px;
	border-radius: 0 5px 5px 5px;
	background-color: #fff;
	align-self: flex-start;
}
.hs-chat_body-message-int:before {
	position: absolute;
	top: 0;
	left: -11px;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}
.hs-chat_message-name {
	overflow: hidden;
	margin: 0 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-family: Gotham Pro;
	font-style: normal;
}

.hs-chat_message-text{
		font-family: Gotham Pro;
	font-style: normal;
	font-size: 12px;
}

.hs-chat_message-time{
	font-family: Gotham Pro;
	font-style: normal;
	font-size: 14px;
}
.hs-chat_user-photo img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
}

.hs-chat_modal {
	display: none;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
	z-index: 2147483646;
}
.hs-chat-footer {
	text-align: center;
	background-color: #fff;
}
.hs-chat_footer-btn {
	font-size: 14px;
	font-weight: 700;
	display: flex;
	min-height: 40px;
	width: 100%;
	padding: 8px 16px;
	margin-bottom: 3px;
	cursor: pointer;
	transition: all .3s;
	color: #222;
	border-radius: 100px;
	background-color: #10c379;
	align-items: center;
	justify-content: center;
	border: none;
}
.hs-chat-footer {
	padding: 15px 15px 3px;
}
.hs-icon-fb {
	width: 17px;
	height: 17px;
	background-image: url(WhatsAppChatColor.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
}
.hs-chat_footer-btn span {
	overflow: hidden;
	max-width: calc(100% - 44px);
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
		font-family: Gotham Pro;
	font-style: normal;
}

 .hs-chat_body-message {
	position: relative;
	display: inline-block;
	padding: 10px;
	box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
}

 .hs-icon-fb {
	width: 100%;
	height: 100%;
	background-image:  url(WhatsAppChatColor.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
}

 .hs-icon-fb1 {
	width:17px;
	height: 17px;
	background-image:  url(WhatsAppChatColor.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
}

.hs-chat_user-name {
	font-size: 16px;
	font-weight: 700;
	font-family: Gotham Pro;
	font-style: normal;
}
  
  .hs-chat_user-status {
	font-size: 14px;
	font-weight: 400;
	margin: 4px 0 0;
	font-family: Gotham Pro;
	font-style: normal;
}
  
   .hs-chat_user-desc {
	max-width: calc(100% - 55px);
	margin-left: 15px;
	color: #222;
}
   .hs-f-round:last-child {
	margin-bottom: 37px;
}

.hs-f-round {
	margin-left: 20px;
}

.hs-chat-root .hs-child-container-fb {
	position: relative;
	align-items: center;
	box-sizing: border-box;
}

.hs-icon-container-fb {
	border-radius: 50%;
	box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.hs-trgr-50px {
	width: 50px!important;
	height: 50px!important;
	padding: 13px!important;
	border-radius: 50%;
}

.hs-icon-container-fb {
	padding: 12px;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	background: #10c379;
}
  
  .hs-text-floating-bar {
	opacity: 0;
	visibility: hidden;
	transition: visibility .1s,opacity .3s;
	color: #212121;
	-webkit-text-fill-color: #212121;
	background: #fff;
	max-width: 380px;
	margin-left: 15px;
	border-radius: 5px;
	padding: 10px 15px;
	box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.hs-text-floating-bar {
	will-change: transform;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	color: var(--hs-color-text);
	-webkit-text-fill-color: var(--hs-color-text);
	font-size: 14px;
	text-align: left;
	font-weight: 700;
	position: relative;
	transition: all .3s;
}

 .hs-text-floating-bar:before {
	content: " ";
	width: 0;
	height: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -12px;
	border: 6px solid;
	position: absolute;
	transform: rotate(270deg);
	border-color: transparent transparent #fff;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .1));
}
  .hs-icon-container-fb {
	border-radius: 50%;
	box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}





 
.menu{
	
	height:104px;
	display: block;
	position: fixed;
	top: 0px;
	background-color:white;
	width: 1445px;
	margin: 0 auto;
}

.menu_secondpage{
	width: 100%;
	height:104px;
	display: block;
	left: 0px;
	top: 0px;
	position: relative;
	z-index:9999;
}


  
.menu_item{
	float:left;	
} 

.menu_item_ul{
	padding: 56px 0 24px 55px;
} 

.menu_item_li{
	float:left;	
	font-size: 16px;
	line-height: 24px;
	margin-right:40px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: 900;
	
} 

.menu_item_li_index{
	float:left;	
	font-size: 16px;
	line-height: 24px;
	margin-right:40px;
} 

.menu_item_li_index a{
	color: #D0B889;
	text-decoration: none;
	font-weight: 900;
	font-family: Gotham Pro;
	font-style: normal;
} 

.menu_item_li a{
	color: #000000;
	text-decoration: none;
	font-weight: 900;
}

.menu_item_li_focus a{
	color: #000000;
	text-decoration: none;
	font-weight: 900;
} 


.menu_item_li:hover{

	margin-bottom:3px;
	 border-bottom: 2px solid #D0B889;
} 

.menu_item_li_focus{
	float:left;	
	font-size: 16px;
	line-height: 24px;
	margin-right:40px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: 900;
	margin-bottom:3px;
	 border-bottom: 2px solid #D0B889;
} 

.menu_leng{
	float:right;
}   

.menu_leng_ul{
	padding: 52px 60px 39px 0;
} 

.menu_leng_li{
	float:right;	
	font-size: 16px;
	line-height: 24px;
	margin-left:36px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
} 

.menu_leng_li a{
	color: #000000;
	text-decoration: none;
}
.menu_leng_li_regalii{
	float:right;	
	font-size: 16px;
	line-height: 24px;
	margin-left:36px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
} 

.menu_leng_li_regalii a{
	color: white;
	text-decoration: none;
} 

 .menu_leng_li_index{
	float:right;	
	font-size: 16px;
	line-height: 24px;
	margin-left:36px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
} 

.menu_leng_li_index a{
	color: #D0B889;
	text-decoration: none;
} 

 
.fixed{
 
	height:84px;
	display: block;
	position: fixed;
 
	bottom: 0px;
	background: #000000;
 
	width: 1445px;
	margin: 0 auto;
}
  
.fixed_item{
	float:left;	
} 

.fixed_item_ul{
	padding: 25px 164px 0px 164px;
} 

.fixed_item_li{
	color: white;
	float:left;	
	font-size: 16px;
	line-height: 24px;
	margin-right:57px;
	margin-top:7px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
} 

.fixed_item_li_index{
	color: white;
	float:left;	
	font-size: 24px;
	line-height: 33px;
	margin-right: 94px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
}  

.wrapper_main{
	1padding:0 163px;
	width:1114px;
	margin: 0 auto;
}

.wrapper_main_niz{
	padding:0 0 0 163px;
}

.wrapper_main_vtorostep{
	padding:0 0 0 163px;
}

.wrapper_main_second_vtorostep{

}

.wrapper_main_second{
	margin-top: 104px;
}

.wrapper_main_second_text{
	float:left;
	width:53%;
	 
}

.wrapper_main_second_text_h1{
	font-weight: bold;
	font-size: 35px;
	line-height: 49px;
	color: #D0B889;
	margin-top:80px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
}

.wrapper_main_second_text_pod{
	 
	margin-top:17px;
	background-color:#D0B889;
	height: 2px;
	width:100%;
}

.wrapper_main_second_text_pod_text{
	 
	margin-top:37px;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
}

.wrapper_main_second_text_pod_fio{
	 
	margin-top:21px;
	font-weight: bold;
	font-size: 72px;
	line-height: 76px;
	color: #000000;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
}

.wrapper_main_second_img{
	float:right;
	width:47%;
}

.wrapper_main_second_img_vopr{
	float:left;
	margin-top:89px; 
	width:15%;
}

.wrapper_main_second_img_and{
	float:left;
	width:70%; 
}

.wrapper_main_second_img_niz{
	float:right;
	margin-top:122px;
}

.wrapper_main_second_text_vtor{
	float:left;
	width:50%;
}

.wrapper_main_second_text_vtor_right{
	float:right;
	width:50%;
}

.wrapper_main_second_text_h1_vtor{
	font-weight: bold;
	font-size: 35px;
	line-height: 49px;
	color: #000000;
	margin-top:220px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
}

.wrapper_main_regalii_text_h1_vtor{
	font-weight: bold;
	font-size: 35px;
	line-height: 49px;
	color: #000000;
	margin-top:70px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
}

.wrapper_main_second_text_pod_text_vtor{
	width:387px;
	margin-top:21px;
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	font-family: Gotham Pro;
	font-style: normal;
 
}

.wrapper_main_second_text_pod_text_vtor_b{
	width:387px;
	margin-top:21px;
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
}

.wrapper_main_second_text_vtor_right_h1{
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 250px;
	line-height: 26px;
	color: #D0B889;
	margin-top:300px;
	margin-left:120px;
}

.wrapper_main_second_text_vtor_right_h1_pod{
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #D0B889;
	margin-top:140px;
	margin-left:120px;
}

.inputIndex{
	width:570px;
	height:60px;
	margin-bottom:16px;
	border: 1px solid #C9CCD4;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 24px;
	color:black;
}

.inputIndexText{
	width:570px;
	height:132px;
	margin-bottom:16px;
	border: 1px solid #C9CCD4;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 24px;
	
	
}

.inputIndexButoon{
	width:176px;
	height:47px;
	margin-bottom:16px;
	border: 1px solid #C9CCD4;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 7px;
	background: #D0B889;
	border-radius: 6px;
	color:white;
	font-family: Gotham Pro;
	1font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 34px;
	
}

.checkboxIndex{
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	color: #D0B889;
	margin-bottom:16px;
}

.main_link {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-column-gap: 30px;
}

.main_link_item {
	display: grid;
	grid-column: span 1;
	align-self: start;
}

.main_link_card {
	background: #FFFFFF;
	border: 0.5px solid #D0B889;
	box-sizing: border-box;
	width: 160px;
	height: 105px;
	padding:16px;
	margin-top:30px;
}

.main_link_card_text{
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	text-decoration: none;
}

.main_link_card_text_pod{
   font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 11px;
	color: #D0B889;
}

.main_link_card_img{
   float:right; 
   margin-top:5px;
}

.main_link_h1{
	
   font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #D0B889;
	padding-top: 30px;
}

.wrapper_main_kontakt_left{
	float:left;
	width:49%;
}

.wrapper_main_kontakt_left_h1{
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 49px;
	color: #000000;
	margin-top:70px;
}

.wrapper_main_kontakt_left_h1_pod{
  
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 49px;
	color: #D0B889;
	margin-top:7px;
}

.wrapper_main_kontakt_left_setka{
  
	margin-top:43px;
}


.wrapper_main_kontakt_left_setka_item{
  
	float:left;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	width:40%;
	height:63px;
	margin-bottom:36px;
}

.wrapper_main_kontakt_right{
	float:right;
	width:49%; 
}

.wrapper_main_kontakt_right_map{
	background: #D0B889;
	border-radius: 6px;
	width:516px;
	height:430px;
	margin-top:66px;
}

.wrapper_main_kontakt_soc{
	 
	margin-top:1px;
}


.wrapper_main_second_img_niz_sec {
	float: right;
	margin-top: -122px;
	z-index:999;
}



.wrapper_main_regalii_text_pod_text_vtor{
	margin-top: 21px;
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	font-family: Gotham Pro;
	font-style: normal;
}



.wrapper_main_info{
   
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 28px;
	color: #000000;
}

.wrapper_main_info_pod{
   
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 21px;
	color: #000000;
}

.wrapper_main_info_line {
	margin-top: 22px;
	background-color: #D0B889;
	height: 2px;
	width: 540px;
}

.menu_touch {
	margin-top: 185px;
	text-align: end;
	padding-right: 46px;
	
}

.offMenu {
	display: none;
}

.mob_header {
	display: none;
}

.fotoRegMob{
	float:left; 
	margin-top:12px; 
	margin-left:18px;
}

.fotoRegMob1{
	float:left; 
	margin-top:12px; 
}

.fotoRegMob2{
	float:left; 
	margin-left:18px;
}



@media screen and (max-width: 1200px) {
	
html{
	overflow: scroll;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	padding-left:30px;
}


.wrapper_main {
	width: 100%;
	margin: 0 auto;
}
	 
.wrapper_main_second_text{
	width:100%;
}     

.wrapper_main_second_img{
	 width:100%;
}

.wrapper_main_second_text_vtor {
	float: left;
	width: 100%;
}

.wrapper_main_second_text_vtor_right {
	float: left;
	width: 100%;
}

.wrapper_main_second_img_and {
	float: left;
	width: 100%;
}

.wrapper_main_second_img_vopr {
	float: left;
	margin-top: 89px;
	width: 0%;
}

.menu {
   display: none;
}

.wrapper_main_second {
	margin-top: 20px;
	padding-right:10px;
}


.wrapper_main_second_text_h1 {
	font-weight: bold;
	font-size: 18px;
	line-height: 19px;
	color: #D0B889;
	margin-top: 1px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
}

.wrapper_main_second_text_vtor_right_h1 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 250px;
	line-height: 26px;
	color: #D0B889;
	margin-top: 300px;
	margin-left: 1px;
}

.wrapper_main_second_text_h1_vtor {
	font-weight: bold;
	font-size: 25px;
	line-height: 29px;
	color: #000000;
	margin-top: 20px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
}

.wrapper_main_second_text_vtor_right_h1 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 70px;
	line-height: 26px;
	color: #D0B889;
	margin-top: 30px;
	margin-left: 1px;
}

.wrapper_main_second_text_vtor_right_h1_pod {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #D0B889;
	margin-top: 40px;
	margin-left: 1px;
}

.wrapper_main_niz {
	padding: 0 0 0 1px;
}


.fixed {
	height: 84px;
	display: none;
	position: fixed;
	bottom: 0px;
	background: #000000;
	width: 1445px;
	margin: 0 auto;
}

.menu_leng {
	display: none;
}

.menu_touch {
	display: none;
}

.wrapper_main_second_text_pod_text_vtor {
	width: 100%;
	margin-top: 21px;
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	font-family: Gotham Pro;
	font-style: normal;
}

.menu_item_ul {
	padding: 30px 0px 50px 0px;
}


.mob_menu {
	transition: 1s;
	margin-top: 30px;
	opacity: 0.5;
}

.fix_mob_menu {
	transition: 1s;
	width: 90%;
	position: fixed;
	bottom: 51px;
}

.mob_menu_item {
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	margin-bottom: 20px;
}

.header_link {
	transition: 0.5s;
	color: black;
	font-size: 16px;
	line-height: 16px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	 text-decoration: none;
}

.mob_header {
	display: block;
	padding: 25px;
}


.mob_header__logo {
	float: left;
}

.mob_header__menu {
	float: right;
}

.mob_header__login {
	float: right;
	padding-right: 16px;
}

.wrapper_main_second_text_pod_fio {
	margin-top: 21px;
	font-weight: bold;
	font-size: 32px;
	line-height: 36px;
	color: #000000;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
}

.wrapper_main_second_img_and img{
	width: 100%;
}

.wrapper_main_second_text_vtor_right_h1 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 70px;
	line-height: 26px;
	color: #D0B889;
	margin-top: 30px;
	margin-left: 1px;
}

.inputIndex {
	width: 90%;
	height: 60px;
	margin-bottom: 16px;
	border: 1px solid #C9CCD4;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 24px;
	color: black;
}

.inputIndexText {
	width: 90%;
	height: 132px;
	margin-bottom: 16px;
	border: 1px solid #C9CCD4;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 24px;
}

.telMobb{
		text-decoration: none;
		font-size: 16px;
		line-height: 16px;
		color:black;
		  font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
}

.mob_header_link{
		text-decoration: none;
}

.menu_secondpage {
	width: 100%;
	height: 104px;
	display: none;
	left: 0px;
	top: 0px;
	position: relative;
	z-index: 9999;
}


.wrapper_main_info_line {
	margin-top: 22px;
	background-color: #D0B889;
	height: 2px;
	width: 90%;
}

.wrapper_main_vtorostep {
	padding: 0 0 0 0;
}

.wrapper_main_regalii_text_h1_vtor {
	font-weight: bold;
	font-size: 25px;
	line-height: 29px;
	color: #000000;
	margin-top: 30px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
}


.wrapper_main_second_text_pod {
	margin-top: 17px;
	background-color: #D0B889;
	height: 2px;
	width: 90%;
}

.wrapper_main_kontakt_left {
	float: left;
	width: 100%;
}

.wrapper_main_kontakt_right {
	display: none;
}

.wrapper_main_kontakt_right_map {
	background: #D0B889;
	border-radius: 6px;
	width: 100%;
	height: 430px;
	margin-top: 66px;
}

.wrapper_main_kontakt_left_h1 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 29px;
	color: #000000;
	margin-top: 10px;
}

.wrapper_main_kontakt_left_h1_pod {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 29px;
	color: #D0B889;
	margin-top: 17px;
}

.main_link {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 10px;
}

.wrapper_main_regalii_text_pod_text_vtor img{
	width:100%;
}


.main_link_card {
	background: #FFFFFF;
	border: 0.5px solid #D0B889;
	box-sizing: border-box;
	width: 100%;
	height: 105px;
	padding: 16px;
	margin-top: 10px;
}


.wrapper_main_second_img_niz_sec img{
	width:90%;
	margin-top: 130px;
}

.main_link_card_text {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 21px;
	color: #000000;
	text-decoration: none;
}

.fotoRegMob2 {
	float: left;
	margin-left: 0px;
}

.fotoRegMob {
	float: left;
	margin-top: 12px;
	margin-left: 0px; 
}

.wrapper_main_regalii_text_pod_text_vtor {
	margin-top: 21px;
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	font-family: Gotham Pro;
	font-style: normal;
	width:90%;
}


.fotoRegMob2 {
	float: left;
	margin-left: 0px;
	margin-top:12px;
}

.warning {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    display: none;
    justify-content: center;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background-color: rgb(255 255 255 / 99%);
    font-size:12px;
}
 
.warning--active {
    display: flex;
    
}
 
.warning__text {
     margin-right: 30px;
     margin-left: 0px;
    
}
 
.warning__read {
    display: block;
    margin-left: 15px;
}
 
	 
   }

