li{
	display: block;
}
.row{
  margin-left: 0px;
  margin-right: 0px;
}
.items_display{
  display: none;
}
#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;
}
.img_of_popup{
  margin: 0 auto;
  width: 90%;
  height:200px;
  background: url(../../img/1.jpg);
  background-size:cover;
  background-repeat: no-repeat;
}
.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;
}
body{
	margin:0px;
	padding:0px;
	overflow-x: hidden;
}
body .cont{
	text-align: center;
}
.accounting-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%;
}
.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;
}
.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{
  height: 100%;
  padding: 20px 5px;
  border: 1px solid green;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.title1{
  text-transform: uppercase;
  font-size: 170%;
  font-weight: 700;
  color: green;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  
}
.line_title{
  display: block;
  width: 100%;
  border-bottom: 1px solid orange;
}
.m-h {
    min-height: 400px;
}
.title_of_price_block_with_text{
  word-wrap: break-word;
  padding: 0px 5px;
}
.title2{
  font-size: 130%;
  text-transform: uppercase;
  min-height: 50px;
}
.aboute_price{
  /*font-size: 70%;
  margin-top: .55rem;*/
  text-transform: lowercase;
  color: orange;


}
.text_description{
  padding: 0;
  color: grey;
  font-size: 100%;
  min-height: 50px;
  margin: 5px;
  text-align: left;  
}
.block_with_price{

}
.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);
} 
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-left: 1px solid orange;
    border-right: 1px solid orange;
    border-top: 1px solid orange;
    border-bottom: none;
  }
.nav-item{
  color: green;
}
.nav-item:hover{
  border: none;
  color: green;
}
.nav-item:focus:hover{
  color: green;
}
.nav-item:active{
  color: #fff;
  background: green;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background: green;
  color: #fff;
}
.nav-tabs{
  border-bottom: 1px solid orange;
}
.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;
}
.title_of_blocks{

}
.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;
}
.text_description li::before {
    content: "✓";
    color: green;
    margin-right: 5px;
}
.links1{
	text-align: -webkit-center;
}

.btn-primary1{
	background: #4DE785;
    color: #fff;
}
.price_of_block{
  font-size: 200%;
  font-weight: 400;
}
.price_of_block span{
  color: green;
  font-size: 200%;
  font-weight: 700;


}
.period{
  color: black;
  font-size: 200%;
  font-weight: 400;
}
.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);
} 
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-left: 1px solid orange;
    border-right: 1px solid orange;
    border-top: 1px solid orange;
    border-bottom: none;
  }
.nav-item{
  color: green;
}
.nav-item:hover{
  border: none;
  color: green;
}
.nav-item:focus:hover{
  color: green;
}
.nav-item:active{
  color: #fff;
  background: green;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background: green;
  color: #fff;
}
.nav-tabs{
  border-bottom: 1px solid orange;
}
/*============================ PRICE END ================================*/



/*============================== section for HOW_IT_WORKS ========================*/

.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{
  /*height: 100%;*/
  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;
}
.title_of_blocks{

}
.text_how_it_works{
  margin: 10px 0px;
  color: grey;
  font-size: 115%;
}
.arrow{
  margin-bottom: 110px;
  border: 1px dashed green; 
}
/*============================== section for HOW_IT_WORKS_END ========================*/







/*=========================== advantages ========================== */

.img_of_advantages{
  width: 120%;
}
.title_of_text{
  margin: 13px 0px 0px 0px;
  color: green;
  font-size: 140%;
  text-transform: uppercase;
 /* border-bottom: 1px solid orange;*/
}
.text_of_advantages{
  color: grey;
  font-size: 120%;
  word-wrap: break-word;
}
.padding_top{
  margin: 1%;
  /*padding: 20px 0px;*/
}
/*.row_with_shadow{
  border-radius:20px 20px 20px 20px;
  box-shadow: 10px 10px 30px rgba(0,0,0,0.3);  
}*/
#row_with_border1{
   box-shadow: -5px 5px 10px rgba(0,0,0,0.2); 
   margin-top: inherit;
  /*box-shadow: 0px 0px 10px rgba(0,0,0,0.2); */
  /*padding: 20px 0px;*/
/*  border-left: 1px solid orange;
  border-radius: 50px 0px 0px 50px;
  border-bottom: 1px solid orange;*/
}
#row_with_border2{
 box-shadow: -5px 5px 10px rgba(0,0,0,0.2); 
 margin-top: inherit;
/*  padding: 20px 0px;*/
  /*box-shadow: inset 40px 0px 40px -30px rgba(0,0,0,0.2);*/
/*  border-bottom: 1px solid orange;
  border-radius: 50px 0px 50px 0px;
  border-right: 1px solid orange;*/
}
#row_with_border3{
   box-shadow: -5px 5px 10px rgba(0,0,0,0.2); 
margin-top: inherit;
  /*padding: 20px 0px;*/
  /*box-shadow: inset 40px 0px 40px -30px rgba(0,0,0,0.2) ;*/
/*  border-left: 1px solid orange;
  border-radius: 0px 50px 0px 50px;
  border-bottom: 1px solid orange;*/
}
#row_with_border4{
  box-shadow: -5px 5px 10px rgba(0,0,0,0.2); 
margin-top: inherit;
 /*box-shadow: 0px 0px 10px rgba(0,0,0,0.2);  */
  /*padding: 20px 0px;*/
/*  border-bottom: 1px solid orange;
  border-radius: 50px 0px 50px 50px;
  border-right: 1px solid orange;*/
}
#row_with_border5{
   box-shadow: -5px 5px 10px rgba(0,0,0,0.2); 
margin-top: inherit;
  /*padding: 20px 0px;*/
  /*box-shadow: inset 40px 0px 40px -30px rgba(0,0,0,0.2);*/
  /*border-left: 1px solid orange;*/
  /*border-radius: 50px 0px 0px 50px;*/
  /*border-bottom: 1px solid orange;*/
}
#row_with_border6{
   box-shadow: -5px 5px 10px rgba(0,0,0,0.2); 
margin-top: inherit;
/*  padding: 9px 0px;*/
  /*box-shadow: inset 40px 0px 40px -30px rgba(0,0,0,0.2);*/
/*  border-bottom: 1px solid orange;
  border-radius: 50px 0px 50px 0px;
  border-right: 1px solid orange;*/
}
#row_with_border7{
margin-top: inherit;
  /*padding: 20px 0px;*/
  /*box-shadow: inset 40px 0px 40px -30px rgba(0,0,0,0.2) ;*/
/*  border-left: 1px solid orange;
  border-radius: 0px 50px 0px 50px;
  border-bottom: 1px solid orange;*/
}
#row_with_border8{
   box-shadow: -5px 5px 10px rgba(0,0,0,0.2); 
margin-top: inherit;
  /*box-shadow: -10px 4px 10px rgba(0,0,0,0.2); */
  /*padding: 20px 0px;*/
/*  border-bottom: 1px solid orange;
  border-radius: 50px 0px 50px 50px;
  border-right: 1px solid orange;*/
}
/*=========================== advantages END ========================== */



/*<!--============================== LIST ==================================-->*/
.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;
}