header{
	background: #b8b7b3;
	border-bottom: 0px solid #b8b7b3;
}
header .container h1 {
	margin: 20px 0 -35px;
}
section.bread{display:none;}
.block {
	padding: 50px 0;
}
.block_1 {	
	color:#000;
	background:#b8b7b3 url('/wp-content/themes/profacademy/franchise/1.png') no-repeat left center;
}
.block_1 .text,.block_1 .text h1 {
	text-transform: uppercase;
    font-size: 40px;
    max-width: 630px;
    margin-left: auto;
	margin-right:150px;
    text-align: right;
	line-height: 1;
}
.block_1 .text h1 {
	margin-right:0px;
	letter-spacing: normal;
}
.block_1 .text span,.block_1 .text strong {
	color:#fc8900;
	font-weight:bold;
	text-shadow: 2px 2px 2px rgb(0 0 0 / 40%);
}
.block_1  .list {margin:100px 0;}
.block_1  .list {
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
	row-gap:100px;
	max-width: 430px;
	margin-left: auto;	
	margin-right:150px;
}
.block_1  .list .el {
	border:3px solid #fff;
	border-radius:20px;
	padding:15px;
	padding-top: 25px;
	text-align:center;
	box-shadow: 2px 2px 10px rgb(0 0 0 / 15%), inset 2px 2px 10px rgb(0 0 0 / 15%);
}
.block_1  .list .el:nth-child(2n+1){
	margin-bottom:-50px;
}
.block_1  .list .el:nth-child(2n+2){
	margin-top:-50px;
}
.block_1  .list .el span {
	display:block;
	text-transform: uppercase;
    font-size: 18px;
	font-weight:bold;
	margin-top: 15px;	
}
.block_1  .list .el .img {
	height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
	
}
.block_1  .list .el img {max-width:100%;max-height:100%;filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 20%));}

.block_2 .ghost-btn {
	    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    padding: 5px 24px 10px;
    margin: 0 auto;
	outline:none !important;
}
.block_3 {
	background:#fc8900;
	color:#000;
	text-transform: uppercase;
	font-size:35px;
	text-align:center;
	padding:25px 0;
}

.block_4 {
	padding:125px 0;
	background: url('/wp-content/themes/profacademy/franchise/map.jpg') no-repeat center center;
	background-size: 60%;
}
.block_4  .list {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 50px;	
}
.block_4  .list .el {
	color:#000;
	font-size:22px;
	font-weight:bold;
	line-height:1.05
}
.block_4  .list .el .count {
	font-size: 85px;
    text-align: center;
    overflow: hidden;
	position:relative;
	padding-top: 70px;
}
.block_4  .list .el .count span{
	position:relative;
	top: 14px;
	z-index:3;
}
.block_4  .list .el > span {
	padding-left:130px;
	display:block;
	margin-top:10px;
}
.block_4  .list .el:nth-child(2) > span {
	padding-left:120px;	
}
.block_4  .list .el:nth-child(4) > span {
	padding-left:104px;	
}
.block_4  .list .el:nth-child(5) > span {
	padding-left:97px;	
}
.block_4  .list .el:nth-child(6) > span {
	padding-left:97px;	
}
.block_4  .list .el .count:before{
	content:'';
	position:absolute;
	left:50%;
	bottom: -80px;
	margin-left:-100px;
	width:200px;
	height:200px;
	    border-radius: 50%;
	background:#fc8900;
	z-index:2;
}
.block_4  .list .el .count:after {
	    content: '';
    width: 80%;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 10%;
    bottom: -55px;
    box-shadow: 0 0 50px #000;
    z-index: 1;
}

.block_5 {
	color:#000;
	font-size:16px;
	background:#eff0f4;
}
.block_5 .text {
    text-transform: uppercase;
    font-size: 40px;  
    text-align: center;
	
}
.block_5 .text span {
    color: #fc8900;
    font-weight: bold;
	text-shadow: 2px 2px 2px rgb(0 0 0 / 40%);
}
.block_5  .list {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	margin:50px 0 20px;	
}
.block_5  .list .el {
	background:#fff;
	border-radius:15px;
	padding:20px 30px;
}
.block_5  .list .el:nth-child(1) .el_text strong {
	text-align:center;
}
.block_5  .list .el_title span {
	font-size: 40px;
	text-transform: uppercase;  
	display:block;
}
.block_5  .list .count{
	margin:15px -30px;
	padding:10px 30px;
	background: #fc8900;
	font-size:22px;
}
.block_5  .list .el_text strong {
	display:block;
	margin:20px 0 10px;
	text-transform: uppercase; 
}
.block_5  .list .el_text p {
	margin-bottom:10px;
}
.block_5  .list .el_text i,.block_5  .list .el_text em {
	font-weight:bold;
	font-size:110%;
}
.block_5  .el_text ul,.block_5  .el_text ol {
	margin-top:10px;
}
.block_5  .el_text ol {
	list-style: none; counter-reset: listitem;
	margin-left: 30px;
}
.block_5  .el_text ol li::before {
	counter-increment: listitem;
  content: counters(listitem, '.'); 
  color:#fc8900;
	font-weight:bold;
	font-size:30px;
  display: inline-block; width: 1em;
  margin-left: -1em;    position: relative;
    top: 5px;}
.block_5 .v{
	color:#fc8900;
	font-weight:bold;
	font-size:30px;
}
.block_5 .arrow{
	transform: rotate(135deg);
	position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    box-sizing: border-box;
	width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-bottom-color: transparent;
    border-left-color: transparent;
       margin: 25px 0;
    margin-bottom: -5px;
	    left: 50%;
    margin-left: -8px;
}
.block_5 .arrow:before{
	content: "";
    box-sizing: border-box;
	right: 0;
    top: -3px;
    position: absolute;
    height: 4px;
    box-shadow: inset 0 0 0 32px;
    transform: rotate(-45deg);
    width: 30px;
    transform-origin: right top;
}
.block_5  .el_text ul li{
	display:grid;
	grid-template-columns: 20px auto;
	grid-gap: 15px;
}

.block_6 {
	color:#000;
	font-size:16px;	
}
.block_6 .text {
    text-transform: uppercase;
    font-size: 40px;  
    text-align: center;	
}
.block_6 .text span,.block_6 .text strong {
    color: #fc8900;
    font-weight: bold;	
}
.block_6 .list {
	display: flex;
    place-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
    column-gap: 100px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
.block_6 .list .el {
	display:grid;
	text-transform: uppercase;
	font-size: 20px; 
	grid-template-columns: 65px auto;
	grid-gap: 20px;
	place-items:center;
	font-weight: bold;
}
.block_6 .list .el span {
	font-size: 100px;
	display:block;
}
.block_6 .list .el .count {
	position:relative;
}
.block_6 .list .el .f {
	color:#b8b7b3;	
}
.block_6 .list .el .t {
	color: #fc8900;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.block_6 .list .el:nth-child(1) .t{
	height:40px;
}
.block_6 .list .el:nth-child(2) .t{
	height:54px;
}
.block_6 .list .el:nth-child(3) .t{
	height:68px;
}
.block_6 .list .el:nth-child(4) .t{
	height:82px;
}
.block_6 .list .el:nth-child(5) .t{
	height:100px;
}

.block_6 .list .el:nth-child(1){
	order:1;
}
.block_6 .list .el:nth-child(2){
	order:4;
	margin-top: 50px;
}
.block_6 .list .el:nth-child(3){
	order:2;
}
.block_6 .list .el:nth-child(4){
	order:5;
	margin-top: 50px;
}
.block_6 .list .el:nth-child(5){
	order:3;
}


.block_6 .line{
	width: 100%;
    height: 5px;
    background: #bbbec0;
    margin: 0 auto;
    position: absolute;
    top: 245px;
}
.block_6 .line .dot{
	    background: #fc8900;
    border: 5px solid #fff;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    position: absolute;
    left: 132px;
    top: -14px;
}
.block_6 .line .dot:before{
	content: '';
    width: 0px;
    height: 24px;
    border-right: 3px dashed #bbbec0;
    position: absolute;
    left: 10px;
    top: -30px
}
.block_6 .line .dot:nth-child(2n+2):before{
	top: 30px
}

.block_6 .line .dot:nth-child(2){
	left: 264px;
}
.block_6 .line .dot:nth-child(3){
	left:  434px;
}
.block_6 .line .dot:nth-child(4){
	left: 580px;
}
.block_6 .line .dot:nth-child(5){
	left: 832px;
}

.block_7 {
	color:#000;
	font-size:16px;	
}
.block_7 .text {
    text-transform: uppercase;
    font-size:40px;
    text-align: center;
    margin-bottom: 50px;
	
}
.block_7 .text span,.block_7 .text strong {
    color: #fc8900;
    font-weight: bold;	
}
.block_7 .inner_1{
	background:#fc8900;
	padding: 50px 50px;
	margin-right:100px;
	position:relative;
	    box-shadow: 100px 100px 0 #eff0f4;
    margin-bottom: 100px;
}
.block_7 .inner_1 .docs_gallery {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;	
	position:relative;
	z-index:2;
}
.block_7 .inner_1 .docs_gallery .img{
	border:10px solid #fff;
	 background: #fff;
}
.block_7 .inner_1 .docs_gallery img {
	display:grid;
}
.block_7 .inner_1:before{
	content:'';
	display:block;
	width: 80%;
	height:60%;
	border-bottom:15px dashed  #fc8900;
	border-right:15px dashed  #fc8900;
	position:absolute;
	right:-50px;
	bottom:-50px;
	z-index:1;
}

.block_8 .text{
	    max-width: 760px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.block_5 .text strong {
    color: #fc8900;
    font-weight: bold;
	text-shadow: 2px 2px 2px rgb(0 0 0 / 40%);
}
.block_8 a {color:#000; text-decoration:underline;}
.block_8 .innerform {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:20px;
}
.block_8 input,.block_8 textarea,.block_8 select {
	border:2px solid #fc8900;
	background:#fff;
	padding:15px 20px;
	border-radius:5px;
	width:100%;	
    font-size: 18px !important;
	color:#000 !important;
}
.block_8 textarea {
	margin:20px 0;
}
.block_8 .ghost-btn {
	margin-top:20px;
	color: #000;
	background:#fff;
    font-size: 18px !important;
    width: 240px;
    border: 3px solid #fc8900;
}
.block_8 input::placeholder ,.block_8 textarea::placeholder,.block_8 select::placeholder{
  color: #000; 
}

.kk_form .result {
	text-align: center;
    width: 100%;
    margin: 0 auto;
}
.kk_form .result .error {
	color: #f00;
    background: #ffeded;
	border: 2px solid #f00;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.kk_form .result .ok {
	color: #12af17;
	border: 2px solid #12af17;
    background: #f1fdeb;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.block_5 .el .ghost-btn{
	height: 52px;
	margin:25px auto 15px;
	display:block;
}
.lg-backdrop {
	background-color: rgba(0,0,0,0.65) !important;
}
.lg-download {display:none!important;}
.lg-container.lg-show {
	z-index: 9999999999999;
    position: fixed;
}

.custom-select {
  position: relative;  
      border: 2px solid #fc8900;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 25px;
  right: 20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #000;
    cursor: pointer;
    user-select: none;
    padding: 10px 10px 0;
    font-size: 18px;
    font-family: 'Lato', Calibri, Arial, sans-serif;
}
.select-items div{
	 padding: 15px 20px;
}

/*style items (options):*/
.select-items {
  position: absolute;
      background-color: #ffcb16;
  top: 100%;
  left: 0;
  right: 0;
  border-radius:5px;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


@media (max-width:1800px){
	.block_1 .text, .block_1  .list {
		margin-right:0;
	}
}
@media (max-width:1440px){
	.block_1 {
		    background-size: 60%;
    background-position: -20%;
	}
}
@media (max-width:1200px){
	.block_1 {
		    background-size: 57%;
    background-position: -26%;
	}
	.block_4  .list .el > span {
		padding-left:99px;	
	}
	.block_4  .list .el:nth-child(2) > span {
		padding-left:94px;	
	}
	.block_4  .list .el:nth-child(4) > span {
		padding-left:74px;	
	}
	.block_4  .list .el:nth-child(5) > span {
		padding-left:64px;	
	}
	.block_4  .list .el:nth-child(6) > span {
		padding-left:64px;	
	}
	
	.block_6 .line .dot:nth-child(1){
		left: 43px;
	}
	.block_6 .line .dot:nth-child(2){
		left: 172px;
	}
	.block_6 .line .dot:nth-child(3){
		left:  346px;
	}
	.block_6 .line .dot:nth-child(4){
		left: 490px;
	}
	.block_6 .line .dot:nth-child(5){
		left: 743px;
	}
	
}
@media (max-width:990px){
	.block_1{background:#b8b7b3;}
	.block_1 .text, .block_1  .list {
		margin-right:auto;
		margin-left:auto;
		text-align:center;
	}	
	.block_1  .list .el:nth-child(2n+1){
		margin-bottom:0;
	}
	.block_1  .list .el:nth-child(2n+2){
		margin-top:0;
	}	
	.block_1  .list {		
		row-gap:50px;	
		margin:50px auto;
	}	
	.block_4 {
		background-size:contain;
		padding:50px 0;
	}
	.block_4  .list {
		display:grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 50px;	
	}
	.block_4  .list .el > span {
		padding:0 !important;
		text-align:center;		
	}
	.block_5  .list {
		display:grid;
		grid-template-columns: 1fr 1fr;
	}
	.block_5  .list .el:nth-child(3){
		grid-column-start: 1;
		grid-column-end: 3;
	}
	
	.block_6 .list {
		display: grid;
		justify-items: start;
		grid-template-columns: 1fr;
		    grid-gap: 15px;
		width: 312px;
		margin: auto
	}
	.block_6 .list .el{
		order:1 !important;
		grid-gap: 35px;
		font-size: 16px;
	}
	.block_6 .line {
		width: 5px;
		height: 80%;
		background: #bbbec0;
		margin: 0 auto;
		position: absolute;
		top: 75px;
		left: 50%;
		margin-left: -77px;
	}
	.block_6 .line .dot {		
		left: -15px ;
		top: 20px;
	}
	.block_6 .line .dot:before {
		content: '';
		width: 160px;
		height: 0;
		border-top: 3px dashed #bbbec0;
		position: absolute;
		left: 10px;
		top: 28px;
	}
	.block_6 .line .dot:nth-child(1){
		left: -15px;
		top: 20px;
	}
	.block_6 .line .dot:nth-child(2){
		left: -15px;
		top: 155px;
	}
	.block_6 .line .dot:nth-child(3){
		left: -15px;
		top: 290px;
	}
	.block_6 .line .dot:nth-child(4){
		left: -15px;
		top: 424px;
	}
	.block_6 .line .dot:nth-child(5){
		left: -15px;
		top: 561px;
	}
	.block_7 .inner_1 .docs_gallery {	
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width:768px){
	.block_1 .text {
		font-size:30px;
	}
	.block_1  .list { 
		gap:30px;
	}
	.block_3 {font-size:25px;}
	.block_4 {
		background-size: cover;
    background-position: center -125px;
		padding:50px 0;
	}
	.block_4  .list {
		display:grid;
		grid-template-columns: 1fr;
		grid-gap: 40px;	
	}
	.block_5  .list {
		display:grid;
		grid-template-columns: 1fr;
	}
	.block_5  .list .el:nth-child(3){
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.block_6 .line {		
		top: 125px;	
		height: 76%;		
	}
	.block_7 .inner_1 .docs_gallery {	
		grid-template-columns: 1fr;
	}
	.block_8 .innerform {		
		grid-template-columns:1fr 1fr;		
	}
}
@media (max-width:500px){
	.block_1 .text {
		font-size:25px;
	}
	.block_1  .list {	
	grid-template-columns: 1fr;
	}
	.block_2 .ghost-btn {font-size:20px}
	.block_3 {font-size:22px;}
	.block_8 .innerform {		
		grid-template-columns:1fr;		
	}
}
@media (max-width:426px){
	.block_5 .text,.block_6 .text,.block_7 .text {
    text-transform: uppercase;
    font-size: 34px;
    text-align: center;
}

.block_6 .line {
    top: 112px;
    height: 76%;
    margin-left: -68px;
}
.block_7 .inner_1 {
	    margin-right: 50px;
		padding: 30px;
}
}