/*
	background:#69a4a2; white blue 
*/

*, *:before, *:after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: Roboto-Regular;
}
h1, h2, h3, h4, h5, h6{
	font-family: Roboto-Bold;
	color:#2b4a4a;
}
p{
	color:#2b4a4a;
	font-size: 14px;
	line-height: normal;
}
*:focus,
*:hover,
*:active{
	border:none;
}
a:hover{
	text-decoration:none;
}
h1 {font-size:40px}
h2 {font-size:30px}
h3 {font-size:25px}
h4 {font-size:18px}
h5 {font-size:14px}
h6 {font-size:12px}
div, p, ul, li, h1, h2, h3, h4, h5, h6, a {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
body, html {
    width: 100%;
    padding: 0;
    margin: 0;
}
button:hover {
	cursor: pointer;
}

button:focus {
	outline: none;
}

img {
	width: 100%;
	height: auto;
}
body {
	font-family: "Roboto-Regular";
	background-color: #f1f1f1;
}

h1{
    font-size: 40px;
    font-weight: bold;
    line-height: 36px;
}

span.text-408{
	display:none;
}
.about,
.contact_us_head,
.category_our_job,
.one_portfolio,
.slider{
	padding-top: 110px;
	padding-bottom: 50px;
}
/*header*/

header{
	position:fixed;
	width:100%;
	z-index: 99999;
}
.top_header{
	background:#69a4a2;
	width:100%;
	height:25px;
	overflow:hidden;
	position: fixed;
	z-index: 999;
}
.top_header.active_phone_menu{
	height:auto;
}
.top_header ul{
	float:right;
	/* margin-top: 0px; */
}
.top_header ul li{
	display:inline-block;
	margin-left: 20px;
	color: #f1f1f1;
}
.top_header ul li.plus_contact{
	font-size:18px;
	font-weight:bold;
	display: none;
}
.plus_contact.open_phone{
	transform:rotate(45deg)
}
.top_header ul li a{
	color: #f1f1f1;
	font-size: 14px;
	text-align: right;
	width: 100%;
}
.plus_contact{
	
}
.bot_header .logo img{
	width:auto;
	max-height: 50px;
	margin-top: 5px;
}
/*menu*/
#nav-icon4 {
	width: 24px;
	height: 22px;
	position: fixed;
	/* position: absolute; */
	margin-left: 20px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	right: 15px;
	top: 41px;
	z-index: 4;
	display:none;
}
#nav-icon4 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #2b4a4a;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon4 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
	top: 9px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
	top: 18px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 5px;
}
#nav-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 14px;
	left: 5px;
}
#nav-icon4.open{
	display:block;
}
.bot_header{
	padding-top: 25px;
	height: 80px;
	background: white;
}
ul.menu{
	float:right;
	position: relative;
}
ul.menu>li{
	display:inline-block;
	padding: 15px 13px;
	height: 55px;
	position: relative;
}
ul.menu>li:last-child{
	padding:15px 5px 15px 15px;
}
ul.menu li>a{
	font-family:Roboto-Light;
	color:#2b4a4a;
	font-size: 14px;
	display: block;
	/* padding: 15px 0; */
}
ul.sub-menu li>a{
	font-family:Roboto-Light;
	color:#2b4a4a;
	font-size: 14px;
	display: block;
	padding: 10px 15px;
}

ul.menu li:hover{
	background-color:#2b4a4a;
}
ul.menu>li:hover>ul.sub-menu{
	display:block;
	position: absolute;
	background-color:#2b4a4a;
	margin:0;
	left:0;
	/* padding:15px; */
	width: 300px;
	top: 100%;
}
ul.sub-menu li:hover>a{
	background-color:#69a4a2;
}
ul.sub-menu.activesumenu{
	display:block;
}
ul.menu>li>ul.sub-menu>li:hover ul.sub-menu{
	display:block;
}
ul.menu>li:hover a{
	color:#f1f1f1;
}
ul.menu li ul{
	display:none;
	position: relative;
}
.plusandminus{
	display:none;
}

/*footer*/

footer{
	background-image:url('../images/footer.png');
	background-attachment: fixed;
	background-size: cover;
	padding: 50px 0 30px;
	overflow:hidden;
}
footer,
footer a,
footer p{
	color:white;
	font-size:14px;
	line-height:normal
}
footer a:hover{
	color:#69a4a2;
}
.development span{
	color:#69a4a2;
}
.class_info_line_ft li,
.dynamic_sidebar_footer p{
	margin-bottom:10px;
}
.dynamic_sidebar_footer p br{
	display:none;
}
.dynamic_sidebar_footer p a{
	display:block;
	margin-bottom:10px;
}
.class_contact_forms input,
.class_contact_forms textarea{
   background:none;
   border:1px solid white;
   font-size:14px;
   color: white;
}
.display_flex_form{
	display:flex;
}
.class_contact_forms input{
	height:40px;
	margin-bottom:10px;
	padding-left:10px;
	width:100%;
}
.left_form{
	width:50%;
	margin-right:15px;
}
.right_form{
	width:50%;
	position: relative;
}
.right_form br{
	display:none;
}
.class_contact_forms textarea{
	width:100%;
	padding:10px;
	height:90px;
	margin-bottom:10px;
}
input.submitinputform{
	background: #69a4a2;
	border:none;
	position: relative;
	height: 40px;
	margin-bottom: 10px;
	padding-left: 10px;
	width: 100%;
	color:#f1f1f1;
}
input.submitinputform:hover{
	background:#538886;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok,
div.wpcf7-response-output{
	border:none!important;
}
footer ::-webkit-input-placeholder {
    color: #ffffff !important;
}

footer ::-moz-placeholder {
    color: #ffffff !important;
}

footer :-ms-input-placeholder {
    color: #ffffff !important;
}

footer :-moz-placeholder {
    color: #ffffff !important;
    font-style: italic;
}
span .wpcf7-not-valid{
	border: 1px solid #ff0030 !important;
	color: #ff0030 !important;
}
span .wpcf7-not-valid::-webkit-input-placeholder {
    color: #ff0030 !important;
}

span .wpcf7-not-valid::-moz-placeholder {
    color: #ff0030 !important;
}

span .wpcf7-not-valid:-ms-input-placeholder {
    color: #ff0030 !important;
}

span .wpcf7-not-valid:-moz-placeholder {
    color: #ff0030 !important;
}

.soc_repeater img{
	filter: invert(100%) sepia(29%) saturate(66%) hue-rotate(186deg) brightness(109%) contrast(89%);
}
.soc_repeater {
	margin-top: 15px;
}
.soc_repeater li{
	height:20px;
	display:inline-block;
	margin-right:5px;

}
.soc_repeater li img{
	height:25px;
    width:auto; 
}
.contacts_head .soc_repeater img{
	filter: invert(23%) sepia(49%) saturate(323%) hue-rotate(131deg) brightness(96%) contrast(92%);
}
.contacts_head>*{
	font-size:14px;
	color:#2b4a4a;
}
.contacts_head a{
	color:#2b4a4a;
}
.contacts_head a:hover{
	color:#69a4a2
}
.contacts_head .soc_repeater{
	margin-bottom:30px;
}

/*--slider--*/
.slider p {
    font-size: 18px;
}

/*--offer--*/
.offer h1 {
    margin-top: 60px;
    margin-bottom: 80px;
    text-align: right;
}
.offer {
	margin-bottom: 80px;
}
.offer__item-title h3{
	color:#f1f1f1
}
.offer-right {
	margin-top: 130px;
}	
.offer__item-inner {
	position: relative;
	margin-bottom: 16px;
}
.offer__item-title {
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: rgb(105, 164, 162);
    opacity: 0.9;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: all 2s;
    padding: 5px;
}
.offer__item-inner:hover .offer__item-list{
	display: flex;
}
.offer__item-list {
	position: absolute;
	top: 0;
	left: 50%;
	text-align: center;
	display: none;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	background-color: rgb(105, 164, 162);
	opacity: 0.9;
	border: 1px solid #fff;
	box-sizing: border-box;
	color: #fff;
	height: 100%;
	width: 50%;
}
.offer__item-list li {
	padding-left: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 26px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}
.offer__item-list li a{
	color:#f1f1f1;
}
.offer__item-title:hover~.offer__item-list {  
	display: flex;
}
.offer__item-img {
	/* height: 578px; */
	overflow: hidden;
}
.offer__item-img img {
	width: 100%;
	height: 100%;
}
  


/*--question--*/

.question__inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 80px;
    background-size: cover;
    padding: 55px;
}

.question-text>*{
	/* padding-left: 100px; */
	/* padding-top: 44px; */
	color: #f1f1f1;
}
.question-text h3 {
	font-size: 24px;
	font-weight: bold;
}

.question-text p {
	font-size: 14px;
	margin-top: 36px;
}
.button_sale{
	display:flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 40px;
}
.button_sale .price{
	height: 100%;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #2b4a4a;
}
.button_sale .question-click {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	/* margin-bottom: 39px; */
}
.button_sale .question-btn {
	width: 210px;
	height: 44px;
	border: 1px solid #2b4a4a;
	background-color: transparent;
	color: #2b4a4a;
	font-size: 14px;
}
.button_sale .question-btn:hover{
	background-color: #2b4a4a;
	color: #f1f1f1;
}
.question-click {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	height: 100%;
	width: 100%;
}
.question-btn {
	width: 210px;
	height: 44px;
	border: 1px solid #f1f1f1;
	background-color: transparent;
	color: #f1f1f1;
	font-size: 14px;
}
.question-btn:hover{
	background-color: #f1f1f1;
	color: #2b4a4a;
}

/*--project--*/

.project{
	padding-bottom:50px
}
.project h1 {
	text-align: center;
	padding-top: 22px;
	margin-bottom: 62px;
}
.project__wrapper {
	color: #2b4a4a;
	transition: all .3s;
	cursor: pointer;
}
.category_our_job .project__wrapper{
	margin-bottom:30px;
	position: relative;
}
.projet__wrapper-img{
	max-height: 240px;
	overflow:hidden;
}
.projet__wrapper-img img{
	/* min-height: 240px; */
}
.item{
	padding: 5px;
}
.project__wrapper:hover {
	color: #f1f1f1;
	background-color: #2b4a4a;
}
.project__wrapper:hover .project__wrapper-text p,
.project__wrapper:hover .project__wrapper-text h4{
	color: #f1f1f1;
}
.owl-theme .owl-controls .owl-page span{
	opacity:1;
	background-color:#23c4bf;
}
.owl-theme .owl-controls .owl-page.active span{
	background-color:#304e4e;
}
.project__wrapper-text {
	margin-top: 18px;
	/* margin-bottom: 22px; */
	margin-left: 18px;
	margin-right: 18px;
	padding-bottom: 22px;
}
.project__wrapper-text p {
	font-size: 12px;
}
.project__wrapper-text h4 {
	margin-top: 10px;
	font-size: 16px;
}
.offer-left:nth-child(2n + 1){
	margin-top:0px
}
.offer-left{
	margin-top:30px
}
/*--sertificate--*/

.menu__sidebar-item {
	margin-bottom: 30px;
	padding-left: 15px;
}
.menu__sidebar-item a {
	/* padding: 0 15px; */
	font-size: 16px;
	text-decoration: none;
	color: #2b4a4a;
}
.menu__sidebar-item a:hover {
	border-bottom: 1px solid #69a4a2;
	color: #69a4a2;
}

.sertificate h1 {
	text-align: right;
	margin-top: 46px;
	margin-bottom: 28px;
}
.sertificate p {
	font-size: 14px;
	color: #2b4a4a;
	margin-left: 28px;
	text-align: justify;
}
.sertificate__box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	margin-top: 36px;
}
.sertificate__box-img {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 36px;
	width: 25%;
	padding: 10px;
}
.why_we .sertificate__box-img{
	width: 20%;
	max-height: 75px;
	height: auto;
	overflow:hidden;
	margin-bottom: 20px;
	padding:5px;
}
.why_we .sertificate__box-img:first-child {
	width: 100%;
	max-height:inherit;
	height: auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.sertificate__box-img:hover>img{
	opacity:.5;
}
.sertificate__box-click {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #5c726f;
	opacity: 0.75;
	display: none;
	cursor: pointer;
	color: #fff;
}
.sertificate__box-click img {
	width: 68px;
	height: 68px;
}
.sertificate__box-img:hover .sertificate__box-click {
	display: block;
	background-color: #5c726f;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*--about--*/

.about h1 {
	text-align: right;
	margin-bottom: 30px;
}
.about h3 {
	text-align: right;
	margin: 25px 0;
}

.about p {
	text-align: justify;
	font-size: 14px;
	color: #2b4a4a;
}
.team-card{
	margin:20px 0;
}
.team-card p {
	text-align: center;
	color: #69a4a2;
	font-size: 12px;
}
p.team-card-name{
	font-size: 16px;
	color: #2b4a4a;
}
p.team-card-position
/*--diller--*/
.diller__inner {
	margin-bottom: 144px;
}
.diller h1 {
	text-align: right;
	margin-top: 46px;
	margin-bottom: 28px;
}
.diller h3 {
	font-size: 25px;
	text-align: right;
	margin: 25px 0;
}

.diller p {
	text-align: justify;
	font-size: 14px;
	color: #2b4a4a;
} 
/*--team--*/
.team__inner-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.team-card {
	text-align: center;
	width: 33%;
} 
.team-card-img{
	height: 150px;
	overflow:hidden;
	border-radius:50%;
	width: 150px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.team-card-img img{
	height:auto;
	width:200px;
	min-height: 200px;
}

/*contact_us*/

.contact_us_head iframe{
	width:100%;
	min-height:500px;
}
.contact_us_head h1{
	text-align:right;
	margin-bottom:20px;
}
.content_contacts h1{
	text-align:left;
	width:100%;
}
.content_contacts>*{
	margin-bottom:5px
}
/*pop_up*/
.fon_bg_pop_up{
	background: rgba(0, 0, 0, 0.50);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}
.fon_bg_pop_up.active{
	display:block;
}
.form_services{
    top: -50%;
    position: fixed;
    z-index: 100000;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: rgb(43 74 74 / 52%);
    padding:20px;
    transition-duration:1s;
}
.form_services.active{
	top: 50%;
    transition-duration:1s;
}
.line_one span{
	width: 97%;
	padding: 0 10px 10px 0px;
}
.line_one input{
	width:100%;
	border:1px solid #045182;
	height: 40px;
	padding-left: 10px;
	color: #045182;
	margin-bottom:15px;
}
/*about_us*/

.about__inner{
	border-left: 1px solid #2b4a4a;
	padding-left: 15px;
}

/*gallery*/

.one_image_gallery_country_and_city img{
	max-width: inherit;
	height: 100%;
	width: auto;
}
.one_image_gallery_country_and_city{
	width: calc(50% - 30px);
	float: left;
	height: 150px;
	overflow: hidden;
	margin: 15px 15px;
}
.pop_up_gallery_country_and_city{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}
.pop_up_gallery_country_and_city.active{
	display: flex;
	align-items: center;
	justify-content: center;
}
.exit_gallery_country_and_city{
	font-size: 30px;
	color: white;
	z-index: 10000;
	position: fixed;
	top: 18px;
	right: 18px;
	width: 40px;
	height: 40px;
	background: black;
	border-radius: 50%;
	border: 2px solid white;
	cursor:pointer;
	padding: 10px;
}
.image_pop_up_gallery_country_and_city{
	top: 50%;
	position: fixed;
	z-index: 9999;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.image_pop_up_gallery_country_and_city img{
	position: relative;
	max-height: 730px;
	width: auto;
}
.prev_pop_up_gallery_country_and_city{
	font-size: 30px;
	color: white;
	z-index: 10000;
	width: 40px;
	min-width: 40px;
	height: 40px;
	background: black;
	border-radius: 50%;
	border: 2px solid white;
	cursor:pointer;
	margin-right: 10px;
	position: fixed;
	left: 45%;
	bottom: 40px;
	padding: 5px;
}
.next_pop_up_gallery_country_and_city{
	font-size: 30px;
	color: white;
	z-index: 9999;
	min-width: 40px;
	width: 40px;
	height: 40px;
	background: black;
	border-radius: 50%;
	border: 2px solid white;
	cursor:pointer;
	margin-left: 10px;
	position: fixed;
	right: 45%;
	bottom: 40px;
	padding: 5px;
}
/*gallery*/
.category_our_job h1{
	text-align:right;
	margin-bottom:30px;
	line-height: normal;
}
.paginations{
	text-align:right;
	font-size:16px;
}
.paginations a{
	color:#2b4a4a;
	margin-left:20px
}
.next.page-numbers{
	display:none;
}
.paginations .current{
	color:#69a4a2;
}
.text_cat{
	margin-top:30px;
}
.taxonomy-description>*{
	margin: 10px 0;
}
/*portfolio*/
.content_about_us h1,
.date_single{
	text-align:right;
}
.content_about_us h1{
	margin-bottom:15px
}
.date_single{
	margin-bottom:30px;
	color: #69a4a2;
	font-size: 14px;
}
.content_one_portfolio{
	text-align:justify;
}
.content_one_portfolio>*{
	margin:10px 0;
}
.content_one_portfolios>*{
	margin:10px 0;
	line-height: normal;
}
.one_portfolio .sertificate__box-img{
	max-height:250px;
}
.one_portfolio .sertificate__box-img>img{
	min-height:250px;
	height: auto;
	width: 100%;
}
/*cat services*/

.block_one_services{
	position:relative;
	overflow:hidden;
}
.block_one_services_title{
	position:absolute;
	bottom:20px;
	background:#69a4a2;
	width:100%;
	color:#f1f1f1;
	font-size:16px;
	padding:15px;
}
.block_one_services:hover{
	border:2px solid #2b4a4a;
}
.block_one_services:hover .block_one_services_title{
	border-top:2px solid #2b4a4a;
	border-bottom:2px solid #2b4a4a;
	padding:13px;
}
.margin_bottom{
	margin-bottom:30px;
}
/*---------------Ð°ÐºÐ¾Ñ€Ð´ÐµÐ¾Ð½----------------------*/

.b-faq {
	margin: 5px auto;
}
.b-faq .faq__title {
	position: relative;
	display: block;
	padding: 13px 60px 15px 13px;
	margin-bottom: 2px;
	color: #202020;
	font-size: 14px;
	text-decoration: none;
	background-color: #eaeaea;
	/* border-radius: 3px; */
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.b-faq .faq__title:hover {
	background-color: #e5e4e4;
	transition: all 0.5s ease-out;
}
.b-faq .faq__active {
	background-color: #e5e4e4;
}
.b-faq .faq__title .faq__spoiler {
	position: absolute;
	top: 13px;
	right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	margin-right: 5px;
	background-color: #69a4a2;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.b-faq .faq__rotate {
	transform: rotate(225deg);
}
.b-faq .faq__content {
	padding: 15px;
	margin-bottom: 2px;
	font-size: 14px;
	display: none;
	background-color: #f3f3f3;
}
.b-faq .faq__symbol {
	font-weight: 700;
}
.subtititle{
	margin-bottom:30px;
}
/*-------------------------------------*/

.why_we{
	padding-bottom:20px;
}
.why_we .team-car{
	margin-bottom:30px;
}
.why_we  .team-card-name{
	font-size:14px;
    text-align:center
}
.why_we  .team-card-img{
	height:150px;
	width: 150px;
}
.team-card-img img{
	height:auto;
	width:150px;
	min-height: 150px;
}

.price-file a {
	display: inline-block;
	padding: 9px 30px;
    margin-right: 20px;
	border: 1px solid #2b4a4a;
	background: #2b4a4a;
	color: #f1f1f1;
	white-space: nowrap;
}

.content_one_portfolio h2 {
	clear: both;
}

.product-gallery {
	margin-bottom: 40px;
}

.product-gallery .sertificate__box-img {
	width: 8.3%;
	margin-bottom: 0;
	height: 60px;
	height: 8vh;
}

.service-banner {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto 45px;
}

@media screen and (max-width: 1200px){
	.one_portfolio .sertificate__box-img>img{
		min-height:200px;
	}
	.block_one_services_title{
		font-size:14px;
		padding:10px;
	}
	.block_one_services:hover .block_one_services_title{
		padding:8px;
	}
}
@media screen and (max-width: 991px){
	.team-card {
		text-align: center;
		width: 48%;
	} 
}
@media screen and (max-width: 768px) {
	h1 ,
	h2 ,
	h3 ,
	h4 ,
	h5,
	h6{
		font-size:20px;
	}

	#nav-icon4{
		display:block;
	}
	.bottom_header{
		position:fixed;
		background: #2b4a4a;
		padding-top: 55px;
		width:100%;
		left: 100%;
		height:100%;
		transition-duration: 0.5s;
		z-index: 99;
	}
	body.active_menu .bottom_header{
		left:0%;
		transition-duration: 0.5s;
	}
	#nav-icon4.open span{
		background:white;
	}
	.bottom_header .menu{
		display: flex;
		flex-direction:column;
		width: 100%;
		height: 500px;
		overflow: scroll;
	}
	.bottom_header .menu  li{
		padding:0;
		padding: 10px 0 10px;
		text-align: left;
		border-bottom: 1px solid #254444;
		height: auto;
		position: relative;
		width: 100%;
	}

	.bottom_header .menu a{
		text-align:center;
		color: white;
		width: 100%;
		text-align: left;
	}
	.top_header ul{
		margin-top:3px;
		margin-right: 5px;
	}
	.top_header ul li{
		display:flex;
		margin-right:20px;
		color: #f1f1f1;
		text-align: right;
	}
	.top_header ul li.plus_contact{
		display:block;
		position:fixed;
		top:0;
		right:0px;
		text-align:right
	}
	ul.menu>li:last-child{
		padding: 10px 0;
	}
	.menu_right{
		width:100%;
		padding:0 15px;
	}
	.plusandminus{
		display:block;
		position: absolute;
		right: 15px;
		top: 9px;
		color: #f1f1f1;
	}
	.minusmenu{
		display:none;
	}
	.active .minusmenu{
		display:block;
	}
	.plusmenu{
		display:block;
	}
	.active .plusmenu{
		display:none;
	}
	ul.menu li:hover>ul.sub-menu{
		position: relative;
		padding: 0;
		width: 100%;
		top: auto;
	}
	.sub-menu.activesumenu{
		display:block;
	}
	/*footer*/
	footer{
		padding: 20px 0 20px;
	}
	.logo_footer{
	   padding-bottom: 20px;
	}
	.logo_footer img{
	   width:40px;
	}
	.class_logo_line_ft{
		border-bottom:1px solid white;
	}
	.logo_footer:after{
		width:100%;
		display:none;
	}
	.class_info_line_ft{
		padding-top:20px;
		padding-bottom:20px;
	}
	.footer_menu{
		border-bottom:1px solid white;
	}
	.class_info_line_ft li{
		margin-bottom:10px;
	}
	.dynamic_sidebar_footer{
		padding-top:20px;
		padding-bottom:20px;
		border-bottom:1px solid white;
	}
	.class_contact_forms{
		padding-top:20px;
	}
	.display_flex_form{
		flex-direction:column;
	}
	.left_form{
		width:100%;
		margin-right:0px;
	}
	.right_form{
		width:100%;
	}

	/*project*/
	.project h1,
	.offer h1 {
		font-size:20px;
		padding-top: 25px;
		margin-bottom: 30px;
	}
	/*--question--*/
	.question__inner {
		padding: 15px;
	}
	.question-text p {
		font-size: 14px;
		margin-top: 0px;
		margin: 15px 0px;
	}
	.question-click {
		justify-content: flex-start;
	}
	.about__inner{
		border-left: none;
		padding-left: 0px;
	}
	.menu__sidebar-item {
		margin-bottom: 10px;
	}
	.menu__sidebar-item a {
		padding: 0px;
		font-size: 14px;
		text-decoration: none;
		color: #2b4a4a;
	}
	/*gallery*/
	.image_pop_up_gallery_country_and_city img{
		width:100%;
	}
	.one_image_gallery_country_and_city img{
		max-width: inherit;
		height: 100%;
		width: auto;
		max-height: 330px;
	}
	.next_pop_up_gallery_country_and_city{
		position: fixed;
		right: 30%;
	}
	.prev_pop_up_gallery_country_and_city{
		position: fixed;
		left: 30%;
	}
	.team-card {
		text-align: center;
		width: 100%;
	} 
	.one_portfolio .sertificate__box-img>img{
		min-height: inherit;
	}
	.why_we .sertificate__box-img{
		max-height:50px;
	}
	.button_sale{
		flex-wrap:wrap;
		align-items:center;
		justify-content:center; 
		text-align: center;
	}
	.button_sale .question-click{
		justify-content:center;
	}
	.offer-left:nth-child(2n + 1){
		margin-top:15px
	}
	.offer-left{
		margin-top:15px
	}
	.offer__item-list{
		display:none!important;
	}
	.offer__item-title {
		width: 100%;
	}
	.sertificate__box-img {
		width: 50%;
		padding: 5px;
	}
}