*,*:before,*:after{
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}
html,body{
  scroll-behavior: smooth;
  background-color: #282828;
  height: 100%;
  font-family:Microsoft Sans Serif;
  font-size: 26px;
color: white;

}
.img_B{
z-index: 5;
position: relative;
  height: 90vh;
}

.imgs{
  height:100%;
}

.wrapper{

}
.container{
  max-width: 1180px;
  margin: 0px auto;
  padding: 0px 10px;
}
.header{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}
.header:before{
content: '';
position: absolute;
top:0;
left:0;
width: 100%;
height: 100%;
background-color: #ebab09;
z-index: 2;
}
.header_link{
color: #fff;
text-transform: uppercase;
font-size: 18px;
text-decoration: none;
}
.header_body{
position: relative;
display: flex;
justify-content: space-between;
height: 80px;
align-items: center;
}
.header_list{
  display: flex;
  position: relative;
  z-index: 3;
}
.header_list li{
  list-style: none;
  margin: 0px 0px 0px 20px;
}
.header_logo{
  position: relative;
  flex: 0 0 60px;
  display: block;
  z-index: 3;
}
.header_logo img{
  max-width: 100%;
}
.header_menu{

}
.header_burger{
display: none;
}


.content{
padding: 30px 0px 0px 0px;
}
.content_text{
  font-size:18px;
  line-height: 25px;
}
.line{
  width: 100%;
  border-bottom:3px solid white;
}

.content_text p{
  margin: 0px 0px 20px 0px;
}
.form{
  background-color: #F9A81B;
  max-width: 100%;
  margin: 0px auto;
  color: #fff;
  padding: 15px 15px;
 
}
.input {
  
  height: 40px;
  padding: 0px 20px;
  
  width: 100%;
  font-size: 18px;
  margin-bottom: 20px;
}

.textarea {
  
  height: 140px;
  padding: 10px 20px;
  width: 100%;
  font-size: 18px;
  font-family:Microsoft Sans Serif;
  margin-bottom: 20px;
}


.form__label {
  
  display: flex;
  flex-direction: column-reverse;
}



.contacts{
   background-image: url(/img/man.jpg);
   background-repeat:no-repeat;
   height: 100%;
}

.checkbox_input:checked + .checkbox_label::after{
  transform: scale(1);
}
.checkbox_label{
  font-size: 16px;
  line-height:140%;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.checkbox_label::before{
content: "";
align-self: flex-start;
flex: 0 0 20px;
height: 20px;
background-color: #fff;
border-radius: 4px;
margin:0px 10px 0px 0px;
}
.checkbox_label::after{
content: "";
width: 14px;
height: 14px;
position: absolute;
top: 3px;
left: 3px;
background-color: #EE423E;
border-radius:4px;
transform: scale(0);
transition: transform 0.2s ease 0s;
}
.checkbox_input{
 display: none;
}
.checkbox_label a{
  color: #EE423E;
}
.button{
  padding: 20px;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background-color: #794f10;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  cursor: pointer;
 
  box-shadow: 0 5px 0 black;
  transition: background-color 0.2s ease 0s;


}
.button:hover{
  background-color: #8b6224;
}
.button:active{
top: 5px;
  box-shadow: 0 0 0 black;
  background-color: #794f10;
}
.place{
  height: 100%;
  display: flex;
 
  flex-wrap: nowrap;
  align-items: center;
}
.place_map{

width:50%;
height:93%;

}

.place_text{
  width:50%;
padding-left:140px;
}
.place_li{
list-style-type: none;
margin-bottom: 1em;
}
h1{
text-align: center;
margin: 20px 0px;
}
.text_block_1{
  height:80vh;
  display: inline-flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-items: center;
}
.text_block_2{
  height:100%;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  flex-direction:row-reverse;
  flex-wrap: wrap;
  align-items: center;
}
.text_B{
pading-left:120px;
text-align: left;
width:60%;

}
.text_C{
 background-color: #F9A81B;
  min-width: 30%;
  margin: 0px auto;
  color: #fff;
  padding: 30px 0;
}
.brr{
  margin-top: 10px;
  padding-top: 30px;

}
.Upper_Text{
   margin: 40px;
 border: 120px ;
font-size: 30px; 

}
.Down_text{
  margin: 40px;
  text-align: left;
font-size: 20px;
}

.akciya {
 margin: 40px;
  text-align: left;
font-size: 40px;
}

.conteiner_full{
  height: 100vh;
 padding-top: 0px;
}
.conteiner_fullslyapa{
  height: 100vh;
 padding-top: 117px;
}
.map_titel{
   margin-top : 30px;
  padding-top: 30px;
}
a.atel {
color:white;
text-decoration:none
}

a.atel:active {
color:#eb3609;
text-decoration:none
}

a.atel:visited {
color:#ebab09;
text-decoration:none
}

a.atel:hover {
color:#eb6309;
text-decoration: underline
}
.content123{
  margin-left:25%;
  margin-top: 130px;
}
li{
    list-style-type: none;
}



.complex_eximples{

}
.kirpich{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}


.complex_eximples .kirpich:first-child{
  background-color:#414141;
}
.complex_eximples .kirpich:last-child{
  background-color:#212121;
}

.blok_text{
align-self: center;
}

.blok_image{
   margin: 30px;
  width:330px;
  height:330px;
  border-color:#fff;
  border:dashed;
  border-width: 7px;
  border-radius: 100%;
  text-align: center;
  align-items: center;
  font-size:300px;
}

.description{

}






.vizitka{
background-color: #FFFFF0;
text-align: center;
width: 500px;
height: 275px;
}
.top_vizitka li:first-child{
font-family: Microsoft Sans Serif;
font-size: 13px;
letter-spacing:0px;
color:#0e5173;
}
.top_vizitka li{
font-family: Times New Roman;
font-size: 45px;
letter-spacing:3px;
color:#c73242;
}

.top_vizitka li:last-child{
font-family: Microsoft Sans Serif;
font-size: 10px;
letter-spacing:1px;
color:#0e5173;
}

.top_vizitka{
padding-top: 10px;
margin-left: auto; 
margin-right: auto;
max-width: 460px;
height: 105px; 
border-bottom: 2px solid #c73242;

}
.bottom_vizitka{
padding-top: 25px;
width: 240px;
margin-left: auto; 
margin-right: auto;
text-align: left;
}
.bottom_vizitka a{
text-decoration: none;
font-family: Microsoft Sans Serif;
font-size: 20px;
color:#0e5173;

}




@media (max-width:1190px) {
/* ////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
.Upper_Text{
   margin: 40px;
 border: 120px ;
font-size: 20px; 
font-style: 25px;
}
.Down_text{
  margin: 40px;
  text-align: left;
font-size: 20px;
}
body.lock{
  overflow: hidden;
}
.imgs{
  display: none;
}
.conteiner_fullslyapa{
  background-color: #282828;
  height: 100vh;
  padding-top: 50px;
}
.text_block_1{

  display: inline-flex;
  flex-direction:row;
  flex-wrap:wrap;
 align-content: stretch
}
.text_B{
   flex-grow: 1;
}

.img_B{
  display: none;
}
.content{
  padding: 20px 0px 0px 0px;
}
.header_body{
  height: 50px;
}
.header_logo{
  flex: 0 0 40px;
}
.header_burger{
display: block;
position: relative;
width: 30px;
height: 20px;
z-index: 3;
}
.header_burger span{
background-color: #fff;
position: absolute;
width: 100%;
height: 3px;
left: 0;
top: 8px;
transition: all 0.2s ease 0s;
}
.header_burger:before,
.header_burger:after{
  content: '';
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  transition: all 0.2s ease 0s;
}
.header_burger:before{
  top:0;
}
.header_burger:after{
  bottom: 0;
}

.header_burger.active:before{
  transform: rotate(45deg);
  top: 8px;
}
.header_burger.active:after{
  transform: rotate(-45deg);
  bottom: 9px;
}
.header_burger.active span{
  transform: scale(0);
}
.header_menu{
position: fixed;
top: -100%;
left:0;
width: 100%;
overflow: auto;
background-color: #211915f2;
padding: 70px 10px 20px 10px;
transition: all 0.3s ease 0s;
}
.header_menu li{
    text-align: right;
    border-bottom-width: 2px;
}
.header_menu.active{
  top:0;
}
.header_list{
  display: block;
}
.header_list li{
  margin: 0px 0px 20px 0px;
}
.place{
  height: 100vh;
  display: flex;
  flex-direction:column-reverse;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-items: center;
}
.tiles_container{
  background-color: #212121;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
 
}
.place_map{

width:90%;
height:70%;

}
.place_text{
  text-align: center;
  width:100%;
padding-left:0px;
}
.map_titel{
  font-size: 32px;
   margin-top : 30px;
  padding-top: 30px;
  text-align: center;
}
.conteiner_full{
  height: 100%;


 padding-top: 0px;
}


.content123{
  text-align: center;
  font-size: 20px;
  margin-left:0;
  margin-top: 0;
}
.brr{
  margin-top : 70px;
  padding-top: 30px;
  

}
.text_block_2{
  
  width: 100%;
  display: inline-flex;
  flex-direction:column-reverse;
  flex-wrap:wrap;
  align-items: center;
}
.text_C{
 background-color: #282828;
 min-width: 30%;
 margin: 0px auto;
 color: #fff;
 padding: 30px 0;
}

.kirpich{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.blok_text{
margin: 30px;
align-self: center;
font-size: 20px;
}

.blok_image{
  align-self: center;
  width: 300px;
  height: 300px;

}


.blok_image{
  margin: 30px;
  width:220px;
  height:220px;
  border-color:#fff;
  border:dashed;
  border-width: 5px;
  border-radius: 100%;
  text-align: center;
  align-items: center;
  font-size:200px;
}


.vizitka{
background-color: #FFFFF0;
text-align: center;
max-width: 300px;
max-height: 163px;
    margin-right: auto;
    margin-left: auto;
}
.top_vizitka li:first-child{
font-family: Microsoft Sans Serif;
font-size: 7px;
letter-spacing:0px;
color:#0e5173;
}
.top_vizitka li{
font-family: Times New Roman;
font-size: 25px;
letter-spacing:1px;
color:#c73242;
}

.top_vizitka li:last-child{
font-family: Microsoft Sans Serif;
font-size: 5px;
letter-spacing:1px;
color:#0e5173;
}

.top_vizitka{
padding-top: 5px;
margin-left: auto; 
margin-right: auto;
max-width: 253px;
height: 58px; 
border-bottom: 1px solid #c73242;

}
.bottom_vizitka{
padding-top: 5px;
width: 132px;
margin-left: auto; 
margin-right: auto;
text-align: left;
}
.bottom_vizitka a{
text-decoration: none;
font-family: Microsoft Sans Serif;
font-size: 11px;
color:#0e5173;

}
.title{
      font-size: 35px;
}

.line{
    margin-left: auto;
    margin-right: auto;
  width: 90%;
  border-bottom:2px solid white;
}


/* ////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
}

