.items_display{
  display: none;
}
li{
	display: block;
}
.row{
	margin-right: 0px;
	margin-left: 0px;
}
#bg_popup{
  bottom: 0;
  right: -350px;
  position: fixed;
  display: block;
  background: rgba(16,109,27,0.9);
  width: 300px;
  border-radius: 20px 0px 0px 20px;
  height: 400px;
  transition: 2s;
  z-index: 9999;
}
.block_of_popup{
  text-align: center;
}
#bg_popup.showIn{
  display: block;
  z-index: 99;
}
#krestik{
  color: #fff;
  font-size: 150%;
  margin: 1px 0px 0px 10px;
  display: block;
  cursor: pointer;
}
.title_of_popup{
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.button_of_popup{
  background: #fff;
  color: green;
  border: 1px solid green;
  padding: 10px 20px;
  margin: 10px auto;
  text-transform: uppercase;
}
.button_of_popup:focus{
  outline: none;
}

.lawyer-top{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    transform-box: view-box;
    background: url(../../img/cl-serv-sec2.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: sans-serif;
    font-size: 12px;
    position: relative;
}
.map{
	width: 20px;
	height: auto;
	margin-right: 5px;
	padding-bottom: 6px;
}
.title {
    margin-top: 13%;
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}
.title h1 {
    font-size: 600%;
    color: #154415;
    font-family: Roboto;
    font-weight: 600;
}
.main_text {
    margin-left: 15%;
    margin-right: 15%;
    color: black;
    text-shadow: 0px 0px 10px white;
    text-transform: uppercase;
}
.main_text h3 {
    font-size: 200%;
}
body{
	margin:0px;
	padding:0px;
	overflow-x: hidden;
}
body .cont{
	text-align: center;
}
li{
	display: block;
}
.col-form-label{
	text-shadow: 0 0 0 rgba(0,0,0,0);
}
/*.row{
	margin-right: 15px;
    margin-left: 15px;
}*/

.main_text {
    margin-left: 15%;
    margin-right: 15%;
    color: black;
    text-shadow: 0px 0px 10px white;
    text-transform: uppercase;
}
.main_text h3 {
    font-size: 200%;
}
.aone {
	margin-top: 3%;
    color: #28a745;
    text-transform: uppercase;
    text-align: center;
}
.aone a {
	font-size: 300%;
    color: #328533;
    border: 1px solid #28a745;
    border-radius: 5px;
    padding: 2% 3% 2% 3%;
    background-color: #ffffffc7;
    letter-spacing: 3px;
}

.aone :hover{
	background: #fff;
	text-decoration: none;
	box-shadow: 0 0 40px rgba(185,176,219,0.5);
}
.material-icons{
	font-size: 10px;
}

.lgo1{
	float: left;
	display: block;
}
.logo1{
	float: left;
	display: none;
}
.title_of_price{
  text-align: center;
  margin: 20px 0;
}
.title_is{
  color: green;
  border-bottom: 1px solid orange;
  font-size: 200%;
  text-transform: uppercase;
}
.btn-primary{
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  color: #ffffff;
  background-color: #4DE785;
  font-size: 40px;
  padding: 10px 40px;
  border:0;
}
.card-text{
  font-size: 200%;
}
.price{
  font-size: 400%;
}
.margin_top{
  margin-top: 11%;
}
.uppercase{
  text-transform: uppercase;
}
.card{
  border:0;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
}
.col_aligment{
  text-align: -webkit-center;
}
.aligns_price_card{
  text-align: center;
}
.mr{
  margin: 60px 0px;
}
.box_with_price{
  padding: 20px 5px;
  border: 1px solid green;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.title1{
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 120%;
  font-weight: 700;
  color: green;
  display: flex;
  align-items: center;
  min-height: 115px;
}
.line_title{
  display: block;
  width: 100%;
  border-bottom: 1px solid orange;
}
.title_of_price_block_with_text{
  height: 50%;
  word-wrap: break-word;
  padding: 0px 5px;
}
.title2{
  font-size: 130%;
  text-transform: uppercase;
  min-height: 100px;
}
.title2 p{
  font-size: 70%;
  margin-top: .55rem;
  text-transform: lowercase;
  color: orange;
}
.text_description{
  padding: 0;
  color: grey;
    font-size: 100%;
    min-height: 50px;
    margin: 45px;  
}
.price_of_block{
  font-size: 200%;
  font-weight: 400;
}
.price_of_block span{
  color: green;
  font-size: 200%;
  font-weight: 700;
}
.button_of_block{
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px;
  width: 60%;
  background: transparent;
  border: 1px solid green;
  color: black;
  cursor: pointer;
  outline: none;
}
.button_of_block:focus{
  outline: none;
}
.button_of_block:hover{
  color: #fff;
  background: green;
  transition: 1s;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
} 
.mr_top{
  margin-top: 20px;
}
.block_with_title_of_how_it_works{
  text-align: center;
  margin: 20px 0px 30px 0px;
}
.title_of_how_it_works{
  color: green;
  border-bottom: 1px solid orange;
  font-size: 200%;
  text-transform: uppercase;
}
.img_how_it_works{
  box-shadow: -5px 5px 20px rgba(0,0,0,0.4);
  border-radius: 50%;
  border: 1px solid green;
}
.img_size_how_it_works{
  width: 100%;
}
.block_text_how_it_works{
  word-wrap: break-word;
  text-align: center;
}
.text_how_it_works{
  margin: 10px 0px;
  color: grey;
  font-size: 115%;
}
.arrow{
  margin-bottom: 110px;
  border: 1px dashed green; 
}
.img_of_advantages{
  width: 120%;
}
.title_of_text{
  margin: 13px 0px 0px 0px;
  color: green;
  font-size: 140%;
  text-transform: uppercase;
}
.text_of_advantages{
  color: grey;
  font-size: 120%;
  word-wrap: break-word;
}
.padding_top{
  margin: 1%;
}
#row_with_border1{
   box-shadow: -5px 5px 10px rgba(0,0,0,0.2); 
   margin-top: inherit;
}
#row_with_border2{
 box-shadow: -5px 5px 10px rgba(0,0,0,0.2); 
 margin-top: inherit;
}
#row_with_border3{
   box-shadow: -5px 5px 10px rgba(0,0,0,0.2); 
margin-top: inherit;
}
#row_with_border4{
  box-shadow: -5px 5px 10px rgba(0,0,0,0.2); 
margin-top: inherit;
}
#row_with_border5{
   box-shadow: -5px 5px 10px rgba(0,0,0,0.2); 
margin-top: inherit;
}
#row_with_border6{
   box-shadow: -5px 5px 10px rgba(0,0,0,0.2); 
margin-top: inherit;
}
#row_with_border7{
margin-top: inherit;
}
#row_with_border8{
   box-shadow: -5px 5px 10px rgba(0,0,0,0.2); 
margin-top: inherit;
}
.sectionnum{
  position: relative;
  width: 80%;
  margin: 90px auto;
  padding-top:3%;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.block_title_of_list{
  text-align: center;
}
.title_of_list{
  border-bottom: 1px solid orange;
  text-transform: uppercase;
  color: green;
  font-size: 200%;
}
.kakoito_spisok{
  padding: 20px;
}

.list_spisok{
  padding: 0px;
}

.list_spisok li{
  font-size: 120%;
  font-family: "Roboto",sans-serif;
}
.list_spisok li::before{
  content: "✓";
  margin-right: 2%;
  font-size: 150%;
  color: #006600;
}



.img_with_woman{
  width: 100%;
}

.links1{
	text-align: -webkit-center;
}
.btn-primary1{
	background: #4DE785;
    color: #fff;
}