@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800&display=swap');
body {
  font-family: 'Montserrat', sans-serif;
  -webkit-text-size-adjust: none;
}
b, strong, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
input {
  font-family: 'Montserrat', sans-serif;
}
a:hover {
  text-decoration: none;
}
.activee {
  color: #c09c69 !important;
}
.menu_block {
  position: absolute;
  z-index: 99;
  margin-top: 100px;
}
.menu_block label {
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-left: 50px;
}
.menu_block label span {
  height: 3px;
  background: #fff;
  margin: 5px 0;
  display: block;
  transition: 0.3s;
}
.menu_block label:hover span {
  margin: 8px 0;
  transition: 0.3s;
}
.m_1 {
  width: 75%;
}
.m_2, .m_3 {
  width: 100%;
}
.soc {
  padding-right: 50px;
  text-align: right;
}
.soc img {
  margin: 0 15px;
  transition: 0.3s;
}
.soc img:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.slider_block {
  height: 830px;
  text-align: center;
  color: #fff;
  background-size: cover;
  font-size: 20px;
}
.owl-carousel2 {
  height: 830px;
}
.owl-carousel2 .item {
  height: 830px;
}
.owl-carousel2 .item .container-fluid {
  height: 100%;
}
.owl-carousel2 .item .container-fluid .row {
  height: 100%;
}
.slider_block img {
  max-width: 300px;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
.slider_block .col {
  padding: 0;
}
.owl-carousel2 .item .container-fluid .row h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #c09c69;
}
.owl-carousel2 .item {
  background-size: cover !important;
}
.services_zag {
  text-align: center;
  margin: 50px 0;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
}
.owl-carousel3 {
  font-size: 17px;
}
.services_image {
  height: 450px;
  background-size: cover !important;
  margin-bottom: 30px;
  vertical-align: bottom;
}
.services_image .container-fluid {
  height: 100%;
}
.services_image .container-fluid .row {
  height: 100%;
  text-align: center;
}
.owl-carousel3 .item:hover .services_image .container-fluid .row a {
  opacity: 1;
  transition: 0.3s;
}
.services_image .container-fluid .row a {
  padding: 15px 45px;
  background: #fff;
  color: #000;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 50px;
  display: inline-block;
  opacity: 0;
  transition: 0.3s;
}
.services_image .container-fluid .row a:hover {
  background: #333;
  color: #fff;
  transition: 0.3s;
}
.block_3 {
  text-align: center;
  background: #f1f1f0;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 150px;
  font-size: 20px;
  line-height: 35px;
}
.block_3 img {
  margin-top: -150px;
  margin-bottom: 50px;
}
.img_block {
  height: 750px;
}
.block_2 {
  margin-top: 100px;
  font-size: 20px;
  line-height: 35px;
}
.block_2 .col-lg-4 {
  padding: 50px 0 0 50px;
}
.ss {
  background: #fff;
  font-size: 17px;
  padding: 30px;
  max-width: 530px;
  position: absolute;
  z-index: 90;
  margin: 250px 0 0 150px;
  text-align: justify;
}
.block_5 {
  margin-top: 100px;
}
.gal_1 {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
}
.g_text {
  padding: 40px;
  font-size: 20px;
  margin-right: 50px;
}
.g_text b {
  display: block;
  margin-bottom: 20px;
}
.g_text span {
  display: block;
  padding-left: 40px;
}
.block_6 {
  margin-top: 100px;
  margin-bottom: 150px;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
}
.block_7 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #eeece9;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
}
.block_7 .col-12:first-child {
  margin-bottom: 50px;
}
.py-3 {
  padding: 0 !important;
}
.f_1 {
  background: url(../img/footer_bg.png) center no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: #fff;
  font-size: 35px;
}
.cpy {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  font-size: 13px;
  background: #222;
}
.cpy a {
  float: right;
  color: #fff;
  transition: 0.3s;
}
.cpy a:hover {
  color: #c1c1c1;
  transition: 0.3s;
}
.footer .col-12 span {
  display: block;
  margin-bottom: 30px;
}
.footer .col-12:first-child img {
  margin: 0 5px;
}
.footer .col-12:first-child img:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.footer img {
  max-width: 220px;
  transition: 0.3s;
}
#menu {
  display: none;
}
#menu:checked ~ .menu_m {
  top: 0;
  transition: 0.3s;
}
#menu:checked ~ header .m_1 {
  display: none;
}
#menu:checked ~ header .m_2 {
  transform: rotate(45deg);
  margin: 0;
}
#menu:checked ~ header .m_3 {
  transform: rotate(-45deg);
  margin:0;
  margin-top: -2px;
}
#menu:checked ~ header .menu_block {
  position: fixed;
}
.menu_m {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  position: fixed;
  z-index: 98;
  top: -100%;
  transition: 0.3s;
}
.lang {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(255,255,255,.4);
}
.lang a {
  color: #fff;
  font-size: 15px;
  margin: 0 10px;
  transition: 0.3s;
}
.lang a:hover {
  color: #c09c69;
  transition: 0.3s;
}
.active_lang {
  opacity: 0.3;
}
.menu_m .container-fluid {
  text-align: center;
}
.menu_m .container-fluid .row {
  height: 100%;
}
.menu_m .container-fluid ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 30px;
}
.menu_m .container-fluid ul li {
  margin: 30px 0;
}
.menu_m .container-fluid ul li a {
  color: #fff;
  transition: 0.3s;
}
.menu_m .container-fluid ul li a:hover {
  color: #c09c69;
  transition: 0.3s;
}
.owl-carousel4 .item {
  text-align: center;
}
.owl-carousel4 .item img {
  max-height: 90px;
  width: auto !important;
  float: none;
  margin: 0 auto;
}
.inner_zag {
  padding-top: 200px;
  padding-bottom: 100px;
  background: url(../img/inner_bg_zag.png) center no-repeat;
  background-size: cover !important;
  color: #c09c69;
  font-size: 30px;
  text-align: center;
}
.inner_zag img {
  max-width: 200px;
}
.inner_zag_text {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  font-size: 30px;
}
.inner_about_text .col-12:first-child {
  text-align: center;
  margin-top: 100px;
  padding-bottom: 100px;
  font-size: 25px;
}
.inner_about_text .row:last-child {
  height: 500px;
}
.inner_about_text .row:last-child .col-lg-6 {
  padding: 60px;
	font-size: 20px;
}
.inner_about_text .row:last-child .col-lg-6 b {
  margin-bottom: 30px;
  display: block;
}
.block_6_inner {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
}
.block_inner_7 {
  text-align: center;
  background: #f1f1f0;
  padding-top: 100px;
  padding-bottom: 150px;
  font-size: 20px;
  line-height: 35px;
}
.block_inner_8 {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 100px;
  font-size: 20px;
  line-height: 35px;
}
.block_inner_8 img {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-top: -250px;
}
.block_inner {
  margin-top: 0px;
  margin-bottom: 100px;
  font-size: 20px;
}
.block_inner .col-lg-4 {
  margin-bottom: 60px;
}
.inner_block_more {
  padding: 15px 45px;
  background: #c09c69;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  opacity: 1;
  margin-top: 30px;
  transition: 0.3s;
}
.inner_block_more:hover {
  background: #333;
  color: #fff;
  transition: 0.3s;
}
.about_img_1 {
  height: 500px;
}
.inner_service_image {
  max-width: 100%;
  height: 500px;
  margin-bottom: 30px;
  transition: 0.3s;
}
.inner_service_image:hover {
  transform: scale(1.05);
  transition: 0.3s;
}
.service_text {
  margin-top: 100px;
  margin-bottom: 100px;
}
.service_text .col-lg-4 {
  font-size: 25px;
  text-align: right;
}
.service_text .col-lg-4 b {
  display: block;
  margin-bottom: 30px;
}
.service_text .col-lg-4 img {
  max-width: 100%;
}
.in1, .in2, textarea {
  padding: 30px;
  margin-bottom: 30px;
  outline: none;
  border:none;
  display: inline-block;
  background: #f7f7f7;
}
textarea {
  width: 95%;
}
.in1 {
  width: 95% !important;
}
.in2 {
  width: 45% !important;
  margin-right: 4%;
}
.send {
  max-width: 250px !important;
  background: #c09c69 !important;
  color: #fff;
  transition: 0.3s;
}
.send:hover {
  background-color: #333 !important;
  transition: 0.3s;
}
.form {
  font-size: 15px;
  margin-top: 60px;
}
.contacts_phone {
  padding:15px 0 15px 80px;
  font-size: 20px;
  color: #000;
  margin-bottom: 60px;
  display: inline-block;
  background: url(../img/phone-call.svg) left center no-repeat;
}
.contacts_phone:hover {
  color: #c09c69;
}
.contacts_mail {
  padding:15px 0 15px 80px;
  font-size: 20px;
  color: #000;
  margin-bottom: 60px;
  display: inline-block;
  background: url(../img/mail.svg) left center no-repeat;
}
.contacts_mail:hover {
  color: #c09c69;
}
.contacts_inner {
  margin-bottom: 100px;
}
.soc_contacts {
  margin-left: 70px;
  margin-top: 20px;
  display: block;
}
.soc_contacts img {
  width: 30px;
  margin: 0 10px;
  transition: 0.3s;
}
.soc_contacts img:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.contacts_inner input, textarea {
  padding: 30px;
  border: 0;
  background-color: transparent;
  margin-bottom: 30px;
  border-bottom: 2px solid #e1e1e1;
  outline: none;
  font-size: 17px;
  transition: 0.3s;
}
.contacts_inner input:focus {
  border-color: #c09c69;
  transition: 0.3s;
}
textarea:focus {
  border-color: #c09c69;
  transition: 0.3s;
}
.send {
  border: 0 !important;
  font-size: 20px !important;
  padding: 20px 30px !important;
}
.image_services_inner {
  width: 100%;
  padding-top: 400px;
  padding-bottom: 50px;
  background-size: cover !important;
  text-align: center;
  margin-bottom: 30px;
}
.ser_inner {
  padding: 15px;
}
.ser_inner:hover a {
  opacity: 1;
  transition: 0.3s;
}
.ser_inner a {
  padding: 15px 45px;
  background: #fff;
  color: #000;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  opacity: 0;
  transition: 0.3s;
}
.ser_inner a:hover {
  background: #333;
  color: #fff;
  transition: 0.3s;
}
.owl-carousel4 img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  opacity: 0.7;
  transition: 0.3s;
}
.owl-carousel4 img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
  opacity: 1;
  transition: 0.3s;
}
.logos_mobile img {
  width: 70%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  margin: 30px 0;
}
.logos_mobile img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
}
@media (max-width: 1199px) {
  
}
@media (max-width: 991px) {
  .block_2 {
    margin-top: 50px;
    font-size: 15px;
    line-height: 20px;
  }
  .ss {
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    padding: 30px;
    position: relative;
    margin: 15px;
    z-index: 90;
    max-width: 100%;
    text-align: justify;
    font-size: 13px;
    line-height: 20px;
  }
  .img_block {
    height: 400px;
    margin-top: 30px;
  }
  .menu_block {
    position: absolute;
    z-index: 99;
    margin-top: 50px;
  }
  .slider_block {
    height: 450px;
    text-align: center;
    background-size: cover;
    font-size: 15px;
  }
  .owl-carousel2 {
    height: 450px;
  }
  .owl-carousel2 .item {
    height: 450px;
  }
  .slider_block img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .owl-carousel2 .item .container-fluid .row h1 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
    display: block;
    margin-top: 20px;
  }
  .block_3 p {
    font-size: 15px;
    line-height: 25px;
  }
  .services_image {
    height: 350px;
  }
  .services_image .container-fluid .row a {
    opacity: 1;
    font-size: 15px;
  }
  .owl-carousel3 {
    font-size: 15px;
  }
  .gal_1 {
    height: 250px;
  }
  .g_text {
    font-size: 15px;
  }
  .footer .container-fluid {
    font-size: 20px;
  }
  .service_text .col-lg-4 {
    text-align: center;
  }
  .service_text .col-lg-4 img {margin-bottom: 30px;}
  .service_text p {
    font-size: 13px;
    line-height: 20px;
  }
  .contacts_inner {
    text-align: center;
  }
  .contacts_phone, .contacts_mail {
    background-position: center top;
    padding: 60px 0 0 0;
  }
  .soc_contacts {
    margin-left: 0;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .inner_zag {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .block_inner {
    font-size: 17px;
  }
  .inner_block_more {
    font-size: 15px;
  }
  .inner_service_image {
    height: 300px;
  }
  .inner_zag {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .inner_zag img {
    max-width: 150px;
  }
  .inner_about_text .col-12:first-child {
    text-align: center;
    margin-top: 50px;
    padding-bottom: 50px;
    font-size: 25px;
  }
  .inner_about_text .row:last-child {
    height: auto;
  }
  .inner_about_text .row:last-child .col-lg-6 {
    padding: 30px;
  }
  .block_6_inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about_img_1 {
    height: 250px;
  }
  .block_5_inner {
    margin-top: 50px;
  }
  .inner_zag_text {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 25px;
  }
  .contacts_inner {
    margin-bottom: 50px;
  }
  .image_services_inner {
    padding-top: 250px;
  }
  .ser_inner a {
    opacity: 1;
  }
  .cpy {
    font-size: 13px !important;
    text-align: center;
  }
  .cpy a {
    float: none;
    display: inline-block;
    margin-top: 30px;
  }
}
@media (max-width: 577px) {
  .block_2 b {
    margin: 0;
    padding: 0;
  }
  .g_text {
    padding: 0;
  }
  .g_text span {
    padding: 0;
  }
  .menu_block {
    position: absolute;
    z-index: 99;
    margin-top: 30px;
  }
  .menu_block label {
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin-left: 15px;
  }
  .soc {
    text-align: right !important;
    padding-right: 15px;
  }
  .soc img {
    width: 25px;
    margin: 5px;
  }
  .block_6 {
    font-size: 22px;
    margin-bottom: 60px;
  }
  #menu:checked ~ header .menu_block label {
    margin-top: 15px;
  }
  .in1, .in2, textarea {
    width: 100% !important;
  }
}
@media (max-width: 320px) {

}