@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
 /* Basic
-----------------------------------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

button, aы {-webkit-transition: all 0.3s; transition: all 0.3s;}

 
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	height: 100%;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px; line-height: 22px; font-weight: normal;
	background: #fff; color: #404040;
	
	 }
 .bound {font-family: "Unbounded", sans-serif; font-weight: 700}
body.admin-bar {margin-top: 0px;}
 
.wrapper {
	width: 100%;
	min-width: 320px;
	min-height: 100%;
	 height: auto !important; 
	height: 100%;
	 
}

 a, button,
 input,
 textarea {-webkit-transition: all 0.3s; transition: all 0.3s; outline: none}
 
 button:focus {outline: none !important}
 
 a {color: #252525}
 a:hover {color: #d40000; text-decoration: none}
 
 .fa-user-o:before {
    content: "\f2c0";
}
 /* Header
-----------------------------------------------------------------------------*/
.header {
	height: auto;
	
	transition: background-color ease .3s;
    position: relative;
    z-index: 2;
    left: 0px; top: 0px; width: 100%;  
     
 }
 
/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0px 0 0px 0; z-index: 5; position: relative;
}

 
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: 0px auto 0;
	min-width: 320px;
	height: auto;
	min-height: 100px;
	 position: relative;   
	padding: 20px 0;
	z-index: 4;
	 
	 

	 
}
.footer h4 {font-size: 18px; line-height: 22px;} 
a.up {position: fixed; right: 10px; bottom: 24px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; color: var(--main-color); text-decoration: none; z-index: 2; background:transparent; -webkit-transition: all 0.3s; transition: all 0.3s; opacity: 0; border: 1px solid var(--main-color); background: #fff;
}
a.up.active {opacity: 1}


.my_modal {background: rgba(0,0,0,0.6); z-index: 1000000; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; display: none; align-items: center; justify-content: center;  overflow-y: auto; padding-top: 100px;}
.my_modal.active {display: flex;}

.my_modal_body {width: 470px;     height: auto; padding: 0px; position: relative; background: transparent; border-radius: 10px;  }

.my_modal_body .my_single_form{border: 1px solid #ddd }

.my_modal_body.cwide {width: 800px}
.modal_close {position: absolute; border-radius: 50%; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; transform: rotate(45deg ); right: -15px; top: -15px; font-size: 24px; line-height: 24px; border: transparent;
}
.mb_wrapper {  position: relative; height: 100%; overflow-y: auto; padding: 0px 15px;}
.modal_close img {max-width: 90%; height: auto;}




@media (min-width: 1200px) {

}

 
@media (min-width: 992px) and (max-width: 1199px) {

}

 
@media (min-width: 768px) and (max-width: 991px) {

}

 
@media (max-width: 991px) {

.footer {padding: 20px 0 20px 0px;}
.footer_block a.logo {display: none; margin: 0px auto}


.my_modal_body {width: 95%; margin: 30px auto;   padding: 30px;  }
.modal_close { right: 0px; top: 0px; font-size: 24px;   }

.my_modal_body {width: 95%;}

}
 


.breadcrumbs {font-size: 14px; line-height: 14px; color: #1C1D21; margin-bottom: 35px;}
.breadcrumbs a {font-size: 14px;   color: #1C1D21; display: inline-flex; align-items: center; line-height: 22px;}
.breadcrumbs img {margin-top: -5px;}
