:root {
  --main-green: #465c6b;
  --main-green-grad: linear-gradient(0deg, rgba(53,72,84,1) 0%, rgba(94,123,143,1) 100%);;
  --dark-green: #1e2e33;
  --white: white;
  --rgradient: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,244,244,1) 100%);
  --greenlink: #b1d468;
  --graytext: #5f5f5f;
  --grayborder: #b6b5b5;
  --black: black;
  --darkgrey: #505b66;
}



.av-dashed-link
{
	border-bottom: 1px dashed var(--greenlink)!important;
}

.av-dashed-link:hover
{
	border-bottom: 1px dashed transparent!important;
}

body, html
{
	background-color: transparent;

}

.header-navbar-fixed #main-container
{
   padding-bottom: 0px;

}

#main-container
{
	background-color: transparent;
	
}

.content-mini
{
	padding: 15px 15px 15px 15px;
}

#header-navbar
{
	min-height: 80px;
	color: var(--white);
	position: relative;
	background-color: transparent;
}

#header-navbar::after
{
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
	background: var(--main-green-grad);
	top: 0px;
	z-index: -2;
	-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}


.clear
{
	clear: both;
}

.av-circle
{
 position: relative;
}

.av-circle::after
{
    content: "";
	position: absolute;
    width: 25px;
	height: 25px;
	background-color: var(--dark-green);
	border-radius: 20px;
	z-index: -1;
	left: -7px;
	top: -6px;
}

.av-circle-env
{
	position: relative;
}

.av-circle-env::after
{
    content: "";
	position: absolute;
    width: 25px;
	height: 25px;
	background-color: var(--dark-green);
	border-radius: 20px;
	z-index: -1;
	left: -7px;
	top: -6px;
}



.av-pad-right-10
{
	padding-right: 10px;
}

.av-small
{
	font-size: 12px;
}


.av-main-menu-container
{
	display: flex;
}

.av-main-menu
{
	width: 100%;
	background-color: var(--white);
	background: var(--rgradient);
	height: 68px;
	margin-top: 10px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;

}

.av-main-menu::before
{

    content:"";
    position: absolute;
    height: 90px;
    width: 150px;
    background-image: url('../img/hz.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: -5px;
    z-index: 0;

    
}



.logo
{
	width: 230px;
	height: 68px!important;
    background-image: url('../img/logo.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 20px;
    position: relative;
}





.av-big-fon
{
	width: 100%;
	height: 500px;
	background-image: url('../img/fon2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}


.av-nopad
{
	
	padding: 0px 0px 0px 00px;
}

.av-nopad-but-right
{
	padding: 0px 30px 0px 0px;
}

.av-mtop a
{
	border-bottom: 1px solid transparent;
}

.av-mtop
{
	padding-top: 20px;
}

.main-menu-mobile-ul-min
{
	font-size: 15px!important;
}


.main-menu-mobile-ul
{
  font-size: 25px;
  padding: 0px;
  margin: 0px;
}

.main-menu-mobile-ul li
{
	list-style-type: none;
	margin-top: 10px;
}




.main-menu-mobile-ul li a
{
	color: var(--graytext);
	border-bottom: 1px solid var(--grayborder);
}

.av-medium-font
{
	font-size: 20px;
}

.main-menu-ul
{
	margin: 0px;
    padding: 0px;
    line-height: 68px;
    font-size: 20px;

}

.main-menu-ul li
{
	display: inline-block;
	list-style-type: none;
	margin-left: 20px;
}

.main-menu-ul li a
{
	color: #5f5f5f;
	border-bottom: 1px solid #b6b5b5;
}

.av-a-dashed
{
	border-bottom: 1px dashed #b6b5b5!important;
	cursor: pointer!important;
}

.av-a-dashed:hover
{
	border-bottom: 1px solid transparent;
}



.menuWrapper
{
	overflow: hidden;
}

.main-menu-ul
{
	display: flex;
}

.main-menu-ul li a:hover
{
	border-bottom: 1px solid transparent;
	color: var(--main-green);
}

.av-nowrap
{
	white-space: nowrap;
	text-shadow: 0px 4px 6px rgba(0,0,0,1);
}

.av-show-low
{
	display: none;
}

.av-open-menu
{
	color: var(--main-green);
	line-height: 70px;
}


.main-menu-mobile
{
	background-color: rgba(255, 255, 255, 0.99);
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 10000;
}


.av-immobile-container
{
	width: 100%;
	height: 100vh;
	overflow: auto;
}

.mm-clozer
{
	position: absolute;
	right: 10px;
	top: 10px;
	color: var(--main-green);
	cursor: pointer;
}



.av-offer
{
	width: 100%;
	background: var(--main-green-grad);
	min-height: 530px;
    border-radius: 8px;
-webkit-box-shadow: 0px 43px 57px -48px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 43px 57px -48px rgba(0,0,0,0.75);
box-shadow: 0px 43px 57px -48px rgba(0,0,0,0.75);
}

.av-mainbanner
{
	min-height: 530px;
    background-image: url('../img/picjpg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;

}


.av-regular-text
{
   font-size: 20px;
   padding: 30px 10px 10px 10px;
}

.av-regular-text h1
{
  color: var( --black);
}

.av-regular-text p
{
	margin-top: 30px;
}

.av-regular-text a
{
   color: var(--greenlink);
   border-bottom: 1px solid var(--greenlink);
}

.av-regular-text a:hover
{
  border-bottom: 1px solid transparent;
  color: var(--main-green);

}

.av-show-more
{
  cursor: pointer;
  display: inline-block;

}

.av-show-more-obj
{
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}


.av-regular-text ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.av-regular-text li
{
   margin-top: 30px;
   position: relative;	
   padding-left: 20px;
   line-height: 1.8;
}

.av-regular-text li::before
{
  content: ""; 
  background-image: url('../img/1dot.png');
  background-size: cover;
  width: 15px;
  height: 15px;
  font-size: 20px;
  position: absolute;
  left: -5px;
  top: 10px;

}




.techreportpic
{
	width: 100%;
	background-image: url('../img/tech.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    max-height: 900px;
}

.av-regular-text li a
{
	color: var(--graytext);
	border-bottom: 1px solid var(--grayborder);
}

.av-regular-text li a:hover
{
    border-bottom: 1px solid transparent;
	color: var(--main-green);
}





.av-post
{
	margin-top: 20px;
	margin-bottom: 40px;
}


.av-button
{
	border-top: 1px solid #d4fe7d;
	border-bottom: 1px solid #8ca852;
	background-color: var(--greenlink);
	border-radius: 8px;
	color: var(--dark-green);
	width: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	margin-top: 40px;
	margin-bottom: 20px;
    -webkit-box-shadow: 0px 21px 96px 4px rgba(177,212,104,1);
-moz-box-shadow: 0px 21px 96px 4px rgba(177,212,104,1);
box-shadow: 0px 21px 96px 4px rgba(177,212,104,1);
}

.av-button:hover
{
	background-color: var(--dark-green);
	color: var(--greenlink);
	border-top: 1px solid #22272b;
	border-bottom: 1px solid #22272b;
}

.wpcf7-submit
{
	background-color: var(--greenlink);
	border-radius: 8px;
	color: var(--dark-green);
	width: 320px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	margin-top: 40px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.wpcf7-submit:hover
{
	background-color: var(--dark-green);
	color: var(--greenlink);
}

.wpcf7-spinner
{
	display: block!important;
}


.wpcf7-textarea
{
	height: 130px!important;
}

.av-regular-text a
{
	border: 1px solid #4a5b69;
	color: #4a5b69;
	border-radius: 8px;
	padding: 6px 10px 6px 10px;
}

.av-regular-text a:hover
{
	border: 1px solid #4a5b69;
}


.an-nobotr 
{
	padding: 0px!important;
	border: 1px solid transparent!important;


}



.av-regular-text-dark
{
   font-size: 20px;
   padding: 30px 10px 10px 10px;
   color: white;
}

.av-regular-text-dark h1
{
  color: var( --white);
}

.av-regular-text-dark p
{
	margin-top: 30px;
}

.av-regular-text-dark a
{
   color: var(--greenlink);
   border-bottom: 1px solid var(--greenlink);
}

.av-regular-text-dark a:hover
{
  border-bottom: 1px solid transparent;
  color: var(--white);

}

.av-regular-text-dark ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.av-regular-text-dark li
{
   margin-top: 30px;
   position: relative;	
   padding-left: 20px;
   line-height: 1.8;
}

.av-regular-text-dark li::before
{
  content: ""; 
  background-image: url('../img/dot.png');
  width: 25px;
  height: 25px;
  font-size: 20px;
  position: absolute;
  left: -15px;
  top: 2px;
}


.av-offer-main-cont_v22
{
	background-image: url('../img/bg2.jpg');
	width: 100%;
	height: 500px;
	background-size: cover;
	margin-bottom: 50px;
	border-radius: 8px;
}

.av-offer-main-cont_v223{
	background-image: url('../img/on.jpg');
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center;
	margin-bottom: 50px;

	border-radius: 8px;
}


.av-regular-text-dark li a
{
	color: var(--graytext);
	border-bottom: 1px solid var(--grayborder);
}

.av-regular-text-dark li a:hover
{
    border-bottom: 1px solid transparent;
	color: white;
}


.av-b-mofer
{
	position: absolute;
	bottom: 30px;
	left: 40px;
	width: 320px;
	text-align: center;
}



.av-regular-text-megaoffer
{
	color: white;
	padding: 30px;	
}

.av-regular-text-megaoffer h1
{
	font-size: 45px;
}

.av-regular-text-megaoffer p
{
	font-size: 18px;
}

.av-show-more
{

    display: inline-block;
	padding-top: 20px;
	cursor: pointer;
	color: var(--greenlink);
    border-bottom: 1px dashed var(--greenlink);
}

.av-show-more:hover
{
	border-bottom: 1px solid transparent;
	color: var(--main-green);
}

.av-offer-text
{
	height: auto;
	min-height: 300px;
	padding: 10px;
	color: white;
}

.av-offer-text h1
{
	line-height: 1.2;
	font-size: 30px;
}

.av-offer-text p
{
	line-height: 1.5;
	margin-top: 15px;
	font-size: 18px;
}

.av-fix-height
{
	display: block;
	height: 70px;
	background:  linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,244,244,1) 100%);
	
	text-align: center;
	margin-top: -14px;
	-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
border-top: 1px solid #a4a4a4;
}

.av-fix-height a
{
	color: #4a4a4a;
	font-size: 14px;
	border-bottom: 1px solid transparent;
}

.av-fix-height a:hover
{
 color: #4a4a4a;
}

.av-b
{
	
}

.av-offer-text p
{
	font-size: 18px;
}

.av-offer-text a
{
 color: var(--greenlink);
 border-bottom: 1px solid var(--greenlink); 
}

.av-offer-text a:hover
{
	 border-bottom: 1px solid transparent; 
}

.av-offer-main-cont
{
  margin-top: 100px;
}

.av-offer-main-cont_v2
{
  background: #fbfbfb;
  padding-bottom: 20px;
}

.av-offer-main-cont_v3
{
  background: var(--main-green-grad);
  padding-bottom: 40px;
}


.av-nopad-top
{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.av-hidden-services
{
width: 100%;
}

.av-object-cont
{
	padding: 0px;
}

.av-hidden-object-text
{
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	text-align: center;
	width: 100%;
	display: none;
}

.av-inblock-text
{
	padding-top: 50%;
}


.av-footer
{
	background: var(--main-green-grad);
	color: var(--white);
	padding-bottom: 20px;
	padding-top: 10px;
	border-top: 1px solid var(--dark-green);
}

.av-footlogo
{
	width: 100%;
	background-image: url('../img/logofoot.png');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    height: 20px;
    margin-bottom: 10px;
}


.main-menu-footer-ul
{
	margin: 0px;
    padding: 0px;
}

.main-menu-footer-ul li
{
	display: inline-block;
	list-style-type: none;
	margin-left: 20px;
	margin-bottom: 10px;
}

.main-menu-footer-ul li a
{
	color: var(--greenlink);
	border-bottom: 1px solid var(--greenlink);
}
.main-menu-footer-ul li a:hover
{
	border-bottom: 1px solid transparent;
	color: var(--white);
}


.av-a-dashed-footer
{
	border-bottom: 1px dashed var(--greenlink)!important;
	cursor: pointer!important;
}

.av-a-dashed-footer:hover
{
	border-bottom: 1px solid transparent;
}


.av-doc
{
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.av-doc-tech
{
    width: auto;
	max-height: 500px;
}

h1
{
	font-size: 32px;
}


.av-contact-form-inner
{
	margin-top: 40px;

}

.av-contact-form
{
	width: 100%;
	height: 100vh;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 99999;
	display: none;
}

.av-service-works-cont
{
	width: 100%;
	height: 100vh;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 99999;
	display: none;
}

.av-service-works-cont-menus
{
	
}

.av-service-works-cont-int
{
	overflow-y: auto; 
	height: 100vh;
	margin-top: -30px;
}

.av-min-height
{
	min-height: 70vh;
	padding: 0px 20px 0px 20px;
}


.av-entry-title
{
	font-size: 35px;
	margin-top: 60px;
}

.fa-envelope 
{

}

.av-entry-title a
{
	font-size: 35px;
	font-weight: normal!important;
    border:1 px solid transparent;
}


.entry-title
{
	width: 80%;
}

.entry-title a
{
	font-size: 35px;
	font-weight: normal!important;
	color:#174059!important;
	border: 1px solid transparent!important;
}

.main-menu-mobile-ul-wb li a
{
	border-bottom: 1px solid transparent;
}

.av-anim-border-li
{
	border-top: 1px solid var(--grayborder);
	width: 100%;
	height: 1px;
	margin-bottom: 10px;
}

.av-amin-block-0
{
	width: 1000px; 
	height: 1000px; 
	position: fixed; 
	top: 80px; 
    background-image: url('../img/fon1.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	z-index: -8; 
	right: -30%; 
	border-radius: 50%;
	opacity: 0.2; /* Standard compliant browsers */
   -moz-opacity: 0.2; /* Firefox and Mozilla browsers */
   -webkit-opacity: 0.2; /* WebKit browser e.g. Safari */
   filter: alpha(opacity=20); /* For IE8 and earlier */
}


.av-nowrap
{
	white-space: nowrap;
}

.av-amin-block-1
{
	width: 1000px; 
	height: 1000px; 
	position: fixed; 
	top: 30px; 
	background: linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(226,226,226,0.5) 100%);;
	z-index: -9; 
	right: -24%; 
	border-radius: 50%;
}

.av-amin-block-2
{
	width: 1200px; 
	height: 1200px; 
	position: fixed; 
	top: 0px; 
	border: 2px dashed #e4e4e4;
	z-index: -9; 
	left: -24%; 
	border-radius: 50%;
}

.av-amin-block-3
{
	width: 900px; 
	height: 900px; 
	position: absolute; 
	top: -500px; 
	border: 1px dashed #b1d568;
	z-index: 0; 
	left: -14%; 
	border-radius: 50%;
}


.av-amin-block-33
{
	width: 800px; 
	height: 800px; 
	position: fixed; 
	top: 0px; 
    background-image: url('../img/mc555.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	z-index: -99; 
	left: -30%; 
	border-radius: 50%;
	
}




.av-amin-block-4
{
	width: 750px; 
	height: 750px; 
	position: absolute; 
	top: -500px; 
	border: 1px dashed #d2d2d2;
	z-index: 0; 
	left: 5%; 
	border-radius: 50%;
}


.av-amin-block-5
{
	width: 500px; 
	height: 500px; 
	position: absolute; 
	bottom: 0px; 
	z-index: 0; 
	right: 10%; 
	border-radius: 50%;

	background-image: url('../img/lamp.png');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;

        -webkit-box-shadow: 0px 21px 96px 4px rgba(177,212,104,1);
-moz-box-shadow: 0px 21px 96px 4px rgba(177,212,104,1);
box-shadow: 0px 21px 96px 4px rgba(177,212,104,1);
 
}

.av-amin-block-6
{
	width: 600px; 
	height: 600px; 
	position: absolute; 
	bottom: 00px; 
	border: 1px dashed #677482;
	z-index: 0; 
	right: 9%; 
	border-radius: 50%;
}

.av-amin-block-7
{
	width: 700px; 
	height: 700px; 
	position: absolute; 
	bottom: 00px; 
	border: 1px dashed #5f6c79;
	z-index: 0; 
	right: 8%;
	border-radius: 50%;
}

.av-amin-block-8
{
	width: 800px; 
	height: 800px; 
	position: absolute; 
	bottom: 00px; 
	border: 1px dashed #5a6672;
	z-index: 0; 
	right: 7%;
	border-radius: 50%;
}


.av-amin-block-9
{
	width: 900px; 
	height: 900px; 
	position: absolute; 
	top: -140px; 
	background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(226,226,226,0.5) 100%);;
	z-index: 0; 
	left: 0%; 
	border-radius: 50%;
}

.av-amin-block-10
{
	width: 1200px; 
	height: 1200px; 
	position: absolute; 
	top: -150px; 
	border: 2px dashed #e4e4e4;
	z-index: 0; 
	left: 2%; 
	border-radius: 50%;
}

.av-predpost-post p
{
	font-size: 17px; 
}

.av-predpost
{
	font-size: 17px; 
}

.av-tags
{
	font-size: 15px; 
}

.wp-block-file__button
{
display: inline-block;
	margin-top: 20px;
}

.av-entry-title
{
	font-size: 43px;
}


.av-doc
{
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	max-height: 372px;  
}

@media only screen and (min-device-width: 1px) and (max-device-width: 1023px) {


.entry-title
{
	font-size: 25px;
}


.av-doc
{
	max-height: 195px;  
}

.av-entry-title
{
	font-size: 25px;
}

h1
{
	font-size: 23px;
}


.av-hidden-low
{
	display: none;
}

.av-show-low
{
	display: block;
}


.av-regular-text p
{
	margin-top: 10px;
}

.av-regular-text li
{
	margin-top: 15px;
}

.av-medium-font
{
    font-size: 14px;
}

.av-regular-text
{
   font-size: 14px;
}

.av-regular-text li::before
{
  font-size: 14px;
  width: 20px;
  height: 20px;
}

.av-regular-text-dark
{
   font-size: 14px;
}

.av-regular-text-dark li::before
{
  font-size: 14px;
}

.av-button
{
	width: 100%;
}

.av-b-mofer
{
	left: 0px;
}

.av-offer-text p
{
	font-size: 16px;
}

}

