@font-face {
	font-family: 'Amphion';
	src: url('../fonts/amphion/Amphion Regular.ttf');
}
@font-face {
	font-family: 'Amphion Bold';
	src: url('../fonts/amphion/Amphion Bold.ttf');
}
input:focus,
textarea:focus {
    outline: none;
}
body {
  font-family: 'Amphion';
  color: #787878;
  font-size: 16px;
  background: #fdfffb;
}
.navbar {
  padding: 27px 0 36px 0;
  flex-direction: column;
}
.navbar .col-lg-4 {
  align-items: center;
  display: flex;
}
.navbar .row {
  width: 100%;
}
#navbarCollapse {
  margin-top: 30px;
  display: flex;
}
.navbar-expand-md {
  flex-wrap: wrap;
}
.nav-item {
  margin: 0 13px;
}
.nav-link,
.nav-link:focus {
  line-height: 18px;
  color: #ADA79D;
  position: relative;
  padding: 10px !important;
}
.nav-link:hover {
  color: #BBA981;
}
.nav-link:hover::after {
  content: "";
  background: #BBA981;
  height: 2px;
  width: calc(100% - 20px);
  position: absolute;
  left: 10px;
  bottom: 3px;
}
.simplesearch-search-form {
    position: absolute;
    top: 0;
    background: rgba(248, 246, 240, 1);
    display: none;
}
.simplesearch-search-form input[type="text"] {
    background: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #EAE5DF;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    font-weight: bold;
    font-size: 16px;
    color: #ADA79D;
    background: url('../images/search.svg') calc(100% - 10px) center no-repeat;
}
.nav-item.search {
    cursor: pointer;
}
.nav-item.search .nav-link::after {
    display: none;
}
.social a {
  margin-left: 30px;
	text-decoration: none;
}
.social rect {
	fill: #ADA79D;
}
.social a:hover rect {
	fill: #BBA981;
}
.center {
  justify-content: center;
}
.right {
  justify-content: right;
}

.left {
  justify-content: left;
}


.navbar-brand {
  margin: 0;
}


.language a {
    
    color:#BBA981;
 /* color: #ADA79D;*/
  text-decoration: none;
}
.search {
  margin: 0 0 0 20px;
}
.search img {
  border-left: 1px solid #ADA79D;
  padding-left: 15px;
}
.btn {
  border: 1px solid #BBA981;
  border-radius: 53px;
  line-height: 50px;
  color: #BBA981;
  text-align: center;
  padding: 0 39px;
}
.btn:hover {
  background: #BBA981;
  color: #fff;
}
#first img {
	width: 100%;
}
#first .image {
	position: relative;
	padding-right: 30px;
}
#first .image::after {
	content: "";
	position: absolute;
	width: 5px;
	height: calc(100% - 70px);
	background: #BBA981;
	top: 35px;
}
#first .caption {
	text-align: left;
	font-size: 32px;
	line-height: 34px;
	margin: 35px 0 50px 0;
}
#first .btn {
	margin: 30px 10px 0 0;
}
#first input[type="submit"] {
    color: white;
    border-color: white;
}
#first #form p {
    color: white;
}
#first #form .caption{
    color: white;
}
#first #form{
    background: #e7c084;
    color: white;
}
#first .after-slider{
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #787878;
    padding-top: 45px;
    padding-bottom: 0;
}
#first .highlight{
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    padding: 20px;
}
#first h2 {
    color: white;
    font-size: 3.5rem;
}
#first .align-items-center {
    min-height:650px;
}
#services {
	padding-top: 90px;
}
#services .image {
	position: relative;
}
#services a {
	text-decoration: none;
}
#services a:hover .s-caption {
	text-decoration: underline;
	color: #BBA981;
}
#services a:hover .image::after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
	position: absolute;
	left: 0;
	top: 0;
}
#services a {
	display: block;
}
#services a:hover .btn {
	display: block;
}
#services .btn {
	position: absolute;
	bottom: 31px;
	left: calc(50% - 95px);
	z-index: 9;
	display: none;
}
#services img {
  width: 100%;
}
#services .s-caption {
	font-size: 20px;
	line-height: 21px;
	color: #ADA79D;
	margin: 22px 0 13px 0;
	display: block;
	text-decoration: none;
}
#cases {
	padding-top: 20px;
}
#cases #am-container {
    margin-bottom: 20px;
}
#cases .categories {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
#cases .categories li {
	margin: 0 20px;
}
#cases .categories li a {
	font-size: 20px;
	line-height: 21px;
	color: #ADA79D;
	text-decoration: none;
	position: relative;
}
#cases .categories li a:hover {
	color: #BBA981;
}
#cases .categories li a:hover::after {
	content: "";
	position: absolute;
	background: #BBA981;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -7px;
}
#form {
  background: #EAE5DF;
  margin-top: 90px;
  padding: 25px 0 30px 0;
}
#form .caption {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 10px;
}
#form form {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
input[type="text"],
input[type="email"] {
  background: #FFFFFF;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 49px;
  border: none;
  line-height: 40px;
  padding: 0 31px;
}
input[type="submit"] {
  border: 1px solid #ADA79D;
  border-radius: 53px;
  line-height: 40px;
  padding: 0 39px;
  color: #ADA79D;
  background: none;
}
#form input[type="text"],
#form input[type="email"],
#form .form-select {
	margin: 0 20px;
	width: 338px;
}
#form .main-page-form input[type="text"],
#form .main-page-form input[type="email"],
#form .main-page-form .form-select{

	width: 240px;

}
.form-select {
    border-radius: 49px;
    padding: 0 31px 0 41px;
    line-height: 40px;
    border: none;
}
.service-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-form input[type="text"],
.service-form select {
    margin: 0 0 10px 0 !important;
}
.service-form input[type="submit"] {
    margin: 0 !important;
}
#form input[type="submit"] {
	margin-left: 20px;
}
#form p {
  font-size: 20px;
  line-height: 21px;
  color: #ADA79D;
  text-align: center;
}
#reviews {
  padding-top: 90px;
}
#reviews img {
  width: 100%;
}
#reviews .image {
  position: relative;
	padding-right: 30px;
}
#reviews .image::after {
  content: "";
  background: #BBA981;
  width: 5px;
  height: 70%;
  position: absolute;
  top: 10px;
	right: 25px;
}
#reviews p.r-name {
  font-size: 32px;
  line-height: 34px;
  color: #ADA79D;
  margin: 10px 0 22px 0;
}
#reviews p {
	font-size: 14px;
	line-height: 15px;
}
.owl-nav {
	margin-top: 30px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.owl-dots {
	display: inline-block;
}
.owl-dot {
	margin: 0 17px;
}
.owl-dot.active span {
	background: #BBA981;
}
.owl-dot span {
	width: 7px;
	height: 7px;
	background: #EBEBEB;
	border-radius: 10px;
	display: block;
}
.owl-prev {
	background: url('../images/prev.svg') no-repeat !important;
	width: 36px;
	height: 8px;
	margin-right: 23px;
}
.owl-prev span {
	display: none;
}
.owl-next {
	background: url('../images/next.svg') no-repeat !important;
	width: 36px;
	height: 8px;
	margin-left: 23px;
}
.owl-next span {
	display: none;
}
#news {
  padding-top: 90px;
}
.news {
  position: relative;
  margin-bottom: 40px;
}
.news a {
	 position: relative;
	 display: block;
}
.inner #news {
	padding: 0;
}
.inner .news {
	margin-bottom: 50px;
}
.inner .news a {
	margin-bottom: 30px;
}
.news img {
  width: 100%;
}
.news-text {
	margin-bottom: 30px;
}
.n-content {
  position: absolute;
  left: ;
  bottom: 0;
  color: #fff;
  padding: 40px;
	width: 100%;
}
.n-tag {
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 3px;
  text-align: right;
}
.n-title {
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 10px;
  display: inline-block;
}
.n-text {
  font-size: 16px;
  line-height: 17px;
  padding-right: 67px;
}
.n-date {
  font-size: 14px;
  line-height: 15px;
}
.n-line {
  display: flex;
  flex-wrap: nowrap;
  align-items: end;
	width: 100%;
	justify-content: space-between;
}
#news .center {
  display: flex;
}
.caption {
  font-size: 40px;
  line-height: 42px;
  color: #ADA79D;
  text-align: center;
  margin-bottom: 40px;
}
#breadcrumbs {
	margin-bottom: 30px;
}
#breadcrumbs ul {
	padding: 0;
	margin: 0;
	display: flex;
	list-style-type: none;
}
#breadcrumbs,
#breadcrumbs a {
	font-size: 14px;
	line-height: 15px;
	color: #ADA79D;
	text-decoration: none;
}
h1 {
    color:#BBA981;
	font-size: 32px;
	line-height: 34px;
	color: #ADA79D;
	margin-bottom: 30px;
}
#text p {
	font-size: 16px;
	line-height: 17px;
	color: #787878;
}
#text .image img {
	width: 100%;
}
#text .right .image {
	padding-left: 30px;
}
#text .left .image {
	padding-right: 30px;
}
#text .row {
	padding-bottom: 110px;
}
#counter {
	text-align: center;
	padding-top: 110px;
}
.number {
	font-size: 96px;
	line-height: 101px;
	text-align: center;
	color: #BBA981;
	margin-bottom: 10px;
}
#counter p {
	margin: 0;
	font-size: 24px;
	line-height: 25px;
}
.phone {
	font-size: 24px;
	line-height: 25px;
	color: #787878;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}
.mail {
	font-size: 16px;
	line-height: 17px;
	color: #787878;
	text-decoration: none;
	display: block;
	margin-bottom: 30px;
}
#text .social {
	margin-top: 30px;
}
#text .social a:first-child {
	margin-left: 0;
}
#form-contacts form {
    text-align: center;
}
#form-contacts form input[type=submit]{
    width:30%;
}
#form-contacts form input {
    width: 100%;
    margin: 10px;
}
#form-contacts form textarea {
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    border: none;
    width: 100%;
    margin: 15px;
    resize: none;
    padding: 20px 31px;
    min-height: 120px;
}
#text .contacts-text p {
    line-height: 2rem;
}
.inner footer {
	margin-top: 0;
}
.inner #text .row:last-child {
	padding: 0;
}
.paginator {
	margin: 49px 0 110px 0;
}
.paginator ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.paginator span,
.paginator a {
	font-size: 14px;
	line-height: 16px;
	color: #A4A4A4;
	text-decoration: none;
	display: block;
	padding: 4px 8px;
	margin: 0 4px;
}
.paginator a.active,
.paginator a:hover {
	background: #787878;
	border-radius: 7px;
	color: #fff;
}
.paginator a.prev {
	background: url('../images/arrow-left.svg') no-repeat;
	width: 18px;
	height: 18px;
	padding: 0;
	margin-right: 14px;
}
.paginator a.next {
	background: url('../images/arrow-right.svg') no-repeat;
	width: 18px;
	height: 18px;
	padding: 0;
	margin-left: 14px;
}
#news-page {
	padding-bottom: 20px;
}
#news-page .news {
	margin-bottom: 30px;
}
#news-page h1 {
	font-size: 40px;
	line-height: 42px;
	color: #FFFFFF;
	margin: 0;
}
#news #services .s-caption {
    min-height: 45px;
}
.inner .n-title {
	margin: 0;
}
#text a {
    color: #ADA79D;
}
.inner #services {
    padding: 0 0 20px 0;
}
.inner .service {
    padding-bottom: 110px;
}
.service .image img {
    width: 100%;
}
.service-title {
    font-size: 32px;
    line-height: 34px;
    color: #ADA79D;
    margin-bottom: 25px;
}
.inner #services .btn {
    position: relative;
    left: 0;
    bottom: 0;
    display: inline-block;
    margin-top: 41px;
}
.inner #services .service:nth-child(2n + 1) {
    flex-direction: row-reverse;
}
.inner #services .service:nth-child(2n) .image {
    padding-right: 30px;
}
.inner #services .service:nth-child(2n + 1) .image {
    padding-left: 30px;
}
.inner #services .service:last-child {
    padding-bottom: 0;
}
.inner #service .image img {
    width: 100%;
}
.inner #service h1 {
    margin: 38px 0 20px 0;
}
.inner #service #cases {
    padding-top: 40px;
}
.inner #services .service:nth-child(2n + 1) {
    flex-direction: row;
}
.inner #services .service:nth-child(2n + 1) .image {
    padding-left: 0;
}
.service-box {
    padding: 15px 10px;
    text-align: center;
}
.services_intro {
    margin-bottom: 35px;
    margin-top: 15px;
}
.services_intro h2 {
    font-weight: 800;
}
.inner #services .text-content {
    margin: 25px 0 35px;
}
#answers {
    padding-top: 61px;
}
.answer {
    padding-left: 94px;
    background: url('../images/question.svg') no-repeat;
    margin-bottom: 30px;
}
#text {
    padding-bottom: 110px;
}
.simplesearch-result {
    margin-top: 30px;
}
.simplesearch-result h3 a {
    text-decoration: none;
}
#modal {
    display: none;
}
#popup_form {
    background: #BBA981 !important;
    display: none;
}
#popup_form .caption {
    color: white;
}
#popup_form .fancybox-button svg{
    color:black;
}
footer {
  border-top: 1px solid #EBEBEB;
  margin-top: 90px;
}
.line-2 {
  background: #EAE5DF;
  line-height: 48px;
}
.line-2 a {
  color: #ADA79D;
  text-decoration: none;
}
.line-2 .container {
  display: flex;
  justify-content: space-between;
}
.line-2 .right a {
  margin-left: 43px;
}
.line-1 {
  padding: 50px 0;
}
.cols {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.col-caption {
  font-size: 24px;
  line-height: 25px;
  color: #ADA79D;
  margin-bottom: 20px;
}




#about .mission {
    margin-bottom: 85px;
    margin-bottom: 45px;
}
#about .mission h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}
#about #form {
    margin-top: 0;
}
#about .value {
    padding: 15px 5px;
    border: 1px solid #787878;
    margin: 15px;
}
#about .value:hover {
    background: #787878;
    color: #f8f6f0;
    cursor: pointer;
    transition: 0.3s;
}
#about .contrast {
    background: #BBA981;
    color: #f8f6f0;
    margin-top: 25px;
    margin-bottom: 25px;
}
#about p.highlight {
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
    line-height: 2.2rem;
}
#about .blockquote-footer {
    padding: 20px;
}
#about .blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
}
#about .blockquote p {
    font-weight: 500;
    line-height: 2.2rem;
}
#about .high {
    font-weight: 800;
    font-size: 32px;
    line-height: 4rem;
    margin-top: 45px;
    margin-bottom: 45px;
}
#about ul {
    list-style-type: none;
}




#about .mission {
    margin-bottom: 85px;
    margin-bottom: 45px;
}
#about .mission h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}
#about #form {
    margin-top: 0;
}
#about .value {
    padding: 15px 5px;
    border: 1px solid #787878;
    margin: 15px;
}
#about .value:hover {
    background: #787878;
    color: #f8f6f0;
    cursor: pointer;
    transition: 0.3s;
}
#about .contrast {
    background: #BBA981;
    color: #f8f6f0;
    margin-top: 25px;
    margin-bottom: 25px;
}
#about p.highlight {
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
    line-height: 2.2rem;
}
#about .blockquote-footer {
    padding: 20px;
}
#about .blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
}
#about .blockquote p {
    font-weight: 500;
    line-height: 2.2rem;
}
#about .high {
    font-weight: 800;
    font-size: 32px;
    line-height: 4rem;
    margin-top: 45px;
    margin-bottom: 45px;
}
#about ul {
    list-style-type: none;
}
.pagination-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.pagination-wrap a {
    border: none !important;
    background: none !important;
    color: #ADA79D !important;
    border-radius: 0;
}
.pagination-wrap a:focus {
    outline: none !important;
}
.pagination-wrap .active a {
    color: #BBA981 !important;
}



footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  margin-bottom: 15px;
}
footer ul li:last-child {
  margin: 0;
}
footer ul li a {
  color: #ADA79D;
  line-height: 18px;
  text-decoration: none;
}
footer ul li a:hover {
  color: #BBA981;
}
.footer-text {
  font-size: 14px;
  line-height: 15px;
  color: #ADA79D;
  margin: 16px 0 30px 0;
}
footer .social {
  width: 150px;
}
footer .social a {
  margin: 0 30px 15px 0;
  display: inline-block;
}
footer .social rect {
	fill: #787878;
}
footer .social a:nth-child(3n) {
  margin-right: 0;
}
.mobile {
    display: none;
}


.am-wrapper {
	float:left;
	position: relative;
	overflow: hidden;
}
.am-wrapper {
    display: inline-block !important;
    float: inherit !important;
}
.am-wrapper img{
	outline: none;
}
.am-container {
    width: calc(100% + 14px);
    left: -7px;
    position: relative;
}
#services .col-lg-3 a {
    color: #fff !important;
}
#services .col-lg-3 .date {
    padding: 10px;
    text-align: right;
}
#qa .question {
    color: #BBA981;
    font-weight: bold;
}
#qa .answer {
    padding: 0;
    background: none;
}

@media screen and (max-width: 992px) {
    #cases #am-container {
        margin-bottom: 0;
    }
    .navbar .row {
        margin: 0;
    }
    #first h2 {
        font-size: 50px;
    }
    #first .highlight {
        line-height: 1.7rem;
    }
    .navbar .language,
    .navbar .social,
    footer .social,
    .column {
        display: none;
    }
    .mobile,
    .navbar .language.mobile,
    .navbar .mobile .social {
        display: block;
    }
    .navbar-toggler {
        border: 0;
        box-shadow: none;
        background: url('../images/menu.svg') no-repeat;
        width: 34px;
        height: 27px;
        border-radius: 0;
        position: absolute;
        right: calc(var(--bs-gutter-x) * .5);
        top: 36px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler-icon {
        display: none;
    }
    .navbar-expand-md .navbar-collapse {
        display: none !important;
    }
    #navbarCollapse.show {
        display: block !important;
    }
    #navbarCollapse {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 99;
        background: #F8F6F0;
        top: 0;
        left: 0;
        margin: 0;
        padding: 34px 40px 71px 40px;
        overflow: auto;
        display: none;
        flex-direction: column;
    }
    #navbarCollapse.show {
        display: block;
    }
    .navbar .mobile .social {
        margin-top: 76px;
        justify-content: space-between;
        display: flex;
    }
    .navbar .mobile .social svg {
        width: 35px;
        height: 35px;
    }
    .navbar .mobile .social a {
        margin: 0 10px;
    }
    .search.mobile {
        display: block;
        margin: 0;
        padding: 0 10px;
        margin-top: 47px;
    }
    .search.mobile input {
        margin: 0;
        box-shadow: none;
        padding: 0;
        border-bottom: 1px solid #EAE5DF;
        border-radius: 0;
        line-height: 34px;
        height: 34px;
        font-weight: bold;
        font-size: 16px;
        color: #ADA79D;
        background: url('../images/search.svg') right center no-repeat;
    }
    .language.mobile {
        padding: 0 10px;
    }
    .language.mobile a {
        font-size: 20px;
        line-height: 21px;
    }
    .navbar-nav {
        padding: 0 10px;
    }
    .nav-item {
        margin: 0;
        font-weight: bold;
        font-size: 22px;
        line-height: 27px;
        margin-top: 46px;
    }
    .nav-item a {
        padding: 0 !important;
    }
    .close {
        background: url('../images/close.svg') no-repeat;
        width: 34px;
        height: 27px;
        position: absolute;
        right: 20px;
        top: 31px;
    }
    #first .image {
        padding: 0;
    }
    #first .caption {
        margin: 30px 0 18px 0;
        font-size: 24px;
        line-height: 25px;
    }
    .cols {
        flex-wrap: wrap;
        text-align: center;
    }
    .column {
        width: 100%;
    }
    .column:first-child,
    .column:nth-child(2) {
        display: block;
    }
    #first .image::after {
        height: 5px;
        top: calc(100% - 2px);
        left: 15px;
        width: calc(100% - 30px);
    }
    .navbar {
        padding: 21px 0 31px 0;
    }
    #first {
        padding-top: 0;
    }
    #first p {
        font-size: 14px;
        line-height: 15px;
    }
    #services {
        padding-top: 60px;
    }
    .caption {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    #form {
        margin-top: 60px;
        padding: 60px 0;
    }
    #form form {
        display: flex;
        flex-wrap: wrap;
        margin: 36px auto 0 auto;
        flex-direction: column;
    }

    #form input[type="text"], #form input[type="email"], #form .form-select, #form input[type="submit"] {
        margin: 0 0 20px 0;
        width: 100% !important;
    }
    #form input[type="submit"] {
        margin-left: 0;
    }
    #breadcrumbs {
        display: none;
    }

    #text h1 {
        margin: 20px 0 18px 0;
    }
    #text .right .image {
        padding: 0;
    }
    #text .row .col-lg-5 {
        order: 2
    }
    #text .row .col-lg-7 {
        order: 1
    }
    #text .row {
        padding-bottom: 60px;
    }
    #text .left {
        margin-bottom: 20px;
    }
    #text .left .image {
        padding: 0;
    }
    #counter {
        padding-top: 60px;
    }
    #counter .col-lg-4 {
        margin-bottom: 30px;
    }
    #form .caption {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    #form p {
        font-size: 16px;
        line-height: 17px;
    }
    .footer-text br {
        display: none;
    }
    .line-2 {
        font-size: 16px;
        line-height: 17px;
        line-height: 48px;
    }
    .line-2 .right a {
        margin-left: 10px;
    }
    #news h1 {
        margin-bottom: 10px;
    }
    .news-text p,
    .inner .news p {
        font-size: 14px;
        line-height: 15px;
    }
    .n-content {
        padding: 20px;
    }
    .paginator {
        margin: 30px 0 60px 0;
    }
    .inner .news {
        margin-bottom: 30px;
    }
    .inner .news a {
        margin-bottom: 20px;
        min-height: 300px;
    }
    .news {
        overflow: hidden;
    }
    .news img {
        width: 100%;
        height: 100%;
        position: absolute;
    }
    .n-line {
        align-items: start;
        flex-direction: column-reverse;
    }
    .n-tag {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    #news-page {
        font-size: 14px;
        line-height: 15px;
        padding: 0;
    }
    #news-page .news {
        min-height: 300px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .inner #services .service:nth-child(2n) .image,
    .inner #services .service:nth-child(2n+1) .image {
        padding: 0;
    }
    #services .image {
        margin-bottom: 20px;
    }
    .inner #services .btn {
        margin-top: 10px;
    }
    .inner .service {
        padding-bottom: 60px;
    }
    .answer {
        font-size: 16px;
        line-height: 17px;
    }
    .inner #service h1 {
        margin: 20px 0 10px 0;
    }
    .inner #service .image {
        overflow: hidden;
        height: 300px;
    }
    .inner #service .image img {
        height: 100%;
        width: auto;
        left: -50%;
        position: relative;
    }
    #first .btn {
        margin-top: 20px;
    }
    #reviews .image {
        padding: 0;
    }
    #reviews .image::after {
        display: none;
    }
    #reviews p.r-name {
        font-size: 24px;
        line-height: 25px;
        margin: 18px 0 20px 0;
    }
    .owl-nav {
        margin-top: 20px;
    }
    #news {
        padding-top: 60px;
    }
    #news .news a {
        height: 455px;
    }
    .n-text {
        padding: 0;
    }
    .nav-link::after {
        display: none;
    }
    .simplesearch-search-form {
        position: relative;
        display: block;
    }
    #text {
        padding-bottom: 60px;
    }
    #cases .owl-item img {
        max-height: 160px;
        height: 160px;
    }
    .owl-carousel .owl-item img {
        width: auto;
    }
    #cases .categories {
        margin-bottom: 30px;
    }
    #cases .categories li a {
        font-size: 18px;
    }
    #cases .btn {
        margin-top: 30px;
    }
    .navbar-expand-md .navbar-toggler {
        display: block;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: column;
    }
    .nav-item.search {
        display: none;
    }
    #form-contacts .container {
        padding: 0;
    }
    #form-contacts form input,
    #form-contacts form textarea {
        margin: 10px 0;
    }
    #form-contacts form input[type="submit"] {
        width: 100%;
    }
    .high {
        line-height: 3rem !important;
    }
    .am-container {
        width: 100%;
        left: 0;
    }
    #about #form input[type="submit"] {
        margin-top: 16px;
    }
    
}


#form_modal .modal-submit input{color:#fff; border-color:#fff;}
.simplesearch-search-form input[type="text"]{padding-right:40px}
input[type="email"] {
    direction: inherit;
}
.owl-carousel .owl-stage-outer {
        direction: ltr;
}
	.about-header{
	  
	     background-size:cover; min-height:550px; margin-bottom:20px;
	}
@media screen and (max-width: 992px){
    
.close_left {

    left: 20px;
		right:unset;
    }
    
    
    .about-header{
    	    min-height:170px;
	    background-size:contain!important;
	}
	

	}
	


		

	
	
	h1,h2,h3,h4,h5,h6{
	    color:#BBA981;;
	}
	
	

	
