@font-face {
  font-family: "Heebo";
  font-display: swap;
  src: url("../../fonts/Heebo-Regular.ttf") format("truetype"),
    url("https://fonts.googleapis.com/css?family=Heebo:300,400,700&subset=hebrew");
}
@font-face {
  font-family: "Assistant";
  font-display: swap;
  src: url("../../fonts/Assistant-Regular.ttf") format("truetype"),
    url("https://fonts.googleapis.com/css?family=Assistant:300,400,700&subset=hebrew");
}
@font-face {
  font-family: "Heebo Medium";
  font-display: swap;
  src: url("../../fonts/Heebo-Medium.ttf") format("truetype"),
    url("https://fonts.googleapis.com/css?family=Heebo:300,400,700&subset=hebrew");
}
@font-face {
  font-family: "Open Sans Hebrew";
  src: url("../../fonts/OpenSansHebrew-Regular.ttf") format("truetype");
}
.ltr {
  direction: ltr;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
  margin: 0em 0.5em 1em !important;
}
.color-black {
  color: #000 !important;
}
.acor {
  outline: none;
}
.acor .activessb {
  bottom: 0 !important;
}
.contboo {
  background: #fff !important;
  outline: none;
}
.contboo img {
  /*-webkit-filter: invert(1) !important;	        filter: invert(1) !important;*/
}
.clear {
  clear: both;
  float: none;
}
.display_none {
  display: none;
}
.disp_fl_cen {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body,
html {
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
  font-family: "Assistant", sans-serif !important;
  min-height: 100vh; /* background: #0C2246; */ /* background-image: radial-gradient(circle 1047px at center, #414141 0%, #000000 100%); */
}
main.mainblock {
  display: -moz-box;
  display: flex;
  display: -webkit-box; /* display: -moz-box; */
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 100vh; /* background-color: #47a4a5; */
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.right_main {
  width: 80%;
}
.left_main {
  width: 20%;
}
a {
  display: inline;
}
.fs-15 {
  font-size: 14px; /* font-size: 0.94vw; */
}
.fs-17 {
  font-size: 17px; /* font-size: 0.94vw; */
}
.fs-18 {
  font-size: 18px;
  font-size: 0.94vw;
}
.fs-20 {
  font-size: 20px;
  font-size: 1.049vw;
}
.fs-24 {
  font-size: 24px;
  font-size: 1.1vw;
}
.fs-25 {
  font-size: 25px;
  font-size: 1.3vw;
}
.fs-27 {
  font-size: 27px;
  font-size: 1.4vw;
}
.fs-29 {
  font-size: 29px;
  font-size: 1.6vw;
}
.fs-30 {
  font-size: 30px;
  font-size: 1.7vw;
}
.fs-35 {
  font-size: 35px;
  font-size: 1.82vw;
}
.fs-39 {
  font-size: 2.1vw;
}
.fs-41 {
  font-size: 41px;
  font-size: 2.6vw;
}
.fs-44 {
  font-size: 44px;
  font-size: 1.4vw;
}
.fs-47 {
  font-size: 1.7vw;
}
.fs-48 {
  font-size: 2.2vw;
}
.fs-59 {
  font-size: 59px;
  font-size: 3vw;
}
.fs-62 {
  font-size: 62px;
  font-size: 3.2vw;
}
.fs-68 {
  font-size: 68px;
  font-size: 4vw;
}
.fs-90 {
  font-size: 90px;
  font-size: 6vw;
}
@-webkit-keyframes callnow {
  0% {
    background-color: #000;
    color: #fff;
  }
  25% {
    background-color: #fff;
    color: #47a4a5;
  }
  50% {
    background-color: #000;
    color: #fff;
  }
  100% {
    background-color: #fff;
    color: #47a4a5;
  }
}
@-moz-keyframes callnow {
  0% {
    background-color: #000;
    color: #fff;
  }
  25% {
    background-color: #fff;
    color: #47a4a5;
  }
  50% {
    background-color: #000;
    color: #fff;
  }
  100% {
    background-color: #fff;
    color: #47a4a5;
  }
}
@-o-keyframes callnow {
  0% {
    background-color: #000;
    color: #fff;
  }
  25% {
    background-color: #fff;
    color: #47a4a5;
  }
  50% {
    background-color: #000;
    color: #fff;
  }
  100% {
    background-color: #fff;
    color: #47a4a5;
  }
}
@keyframes callnow {
  0% {
    background-color: #000;
    color: #fff;
  }
  25% {
    background-color: #fff;
    color: #47a4a5;
  }
  50% {
    background-color: #000;
    color: #fff;
  }
  100% {
    background-color: #fff;
    color: #47a4a5;
  }
}
@-webkit-keyframes wpcf7-submit {
  0% {
    background-color: #47a4a5;
    color: #fff;
  }
  25% {
    background-color: #fff;
    color: #47a4a5;
  }
  50% {
    background-color: #47a4a5;
    color: #fff;
  }
  100% {
    background-color: #fff;
    color: #47a4a5;
  }
}
@-moz-keyframes wpcf7-submit {
  0% {
    background-color: #47a4a5;
    color: #fff;
  }
  25% {
    background-color: #fff;
    color: #47a4a5;
  }
  50% {
    background-color: #47a4a5;
    color: #fff;
  }
  100% {
    background-color: #fff;
    color: #47a4a5;
  }
}
@-o-keyframes wpcf7-submit {
  0% {
    background-color: #47a4a5;
    color: #fff;
  }
  25% {
    background-color: #fff;
    color: #47a4a5;
  }
  50% {
    background-color: #47a4a5;
    color: #fff;
  }
  100% {
    background-color: #fff;
    color: #47a4a5;
  }
}
@keyframes wpcf7-submit {
  0% {
    background-color: #47a4a5;
    color: #fff;
  }
  25% {
    border: 1px solid #47a4a5;
    background-color: #fff;
    color: #47a4a5;
  }
  50% {
    background-color: #47a4a5;
    color: #fff;
  }
  100% {
    border: 1px solid #47a4a5;
    background-color: #fff;
    color: #47a4a5;
  }
}
@-webkit-keyframes plus-img {
  0% {
    color: #000000;
  }
  25% {
    color: #47a4a5;
  }
  50% {
    color: #000000;
  }
  100% {
    color: #47a4a5;
  }
}
@-moz-keyframes plus-img {
  0% {
    color: #000000;
  }
  25% {
    color: #47a4a5;
  }
  50% {
    color: #000000;
  }
  100% {
    color: #47a4a5;
  }
}
@-o-keyframes plus-img {
  0% {
    color: #000000;
  }
  25% {
    color: #47a4a5;
  }
  50% {
    color: #000000;
  }
  100% {
    color: #47a4a5;
  }
}
@keyframes plus-img {
  0% {
    color: #000;
  }
  25% {
    color: #47a4a5;
  }
  50% {
    color: #000;
  }
  100% {
    color: #47a4a5;
  }
}
@-webkit-keyframes topDown {
  0% {
    bottom: 9%;
  }
  50% {
    bottom: 7%;
  }
  100% {
    bottom: 9%;
  }
}
@-moz-keyframes topDown {
  0% {
    bottom: 9%;
  }
  50% {
    bottom: 7%;
  }
  100% {
    bottom: 9%;
  }
}
@-o-keyframes topDown {
  0% {
    bottom: 9%;
  }
  50% {
    bottom: 7%;
  }
  100% {
    bottom: 9%;
  }
}
@keyframes topDown {
  0% {
    bottom: 9%;
  }
  50% {
    bottom: 7%;
  }
  100% {
    bottom: 9%;
  }
}
#accs {
  position: fixed;
  left: 4px;
  bottom: 4px;
  z-index: 9999;
}
a {
  text-decoration: none !important;
}
.slogen_cont {
  position: relative;
  z-index: 99;
}
.asdasdc p {
  line-height: 27px;
  font-size: 5vw;
  text-align: center;
  margin: 12px 0 12px 0;
}
.asdasdc img {
  margin: 5px 0;
  max-height: 100%;
}
.asdasdc {
  height: 100px;
  text-align: center;
  padding: 1% 5% 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.left_main .img_2 img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.left_main .img_2 {
  text-align: center;
  width: 55%;
  position: relative;
  z-index: 1;
  margin-top: 10%;
}
.left_main .callus_may {
  text-align: center;
  margin-top: 0em;
}
.left_main .callus_may span {
  font-size: 29px;
  position: relative;
}
.left_main .callus_may span:after {
  content: " ";
  width: 80%;
  height: 3px;
  background: #47a4a5;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  right: 0;
}
.left_main {
  position: relative;
  left: 0;
  top: 0;
  /*background: #1f2628;*/
  background: url(../img/bgleft.jpg) bottom center no-repeat;
  background-size: 100% 100%;
  z-index: 99; /* border-right: 15px solid #441252; */ /* border-left: 15px solid #441252; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 0 0 15px 3px rgba(51, 51, 51, 0.67);
} /*.left_main .after_cont {	position: absolute;	z-index: -1;	bottom: 0;	left: 0;	right: 0;	margin: 0;	width: 100%;	height: 100%;	background: url(../img/bg-bot.jpg) bottom center no-repeat;	background-size: 100%;} */
.left_main_guf {
  /* background: #fff; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  padding-bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 0; /* overflow: hidden; */
  height: 100%; /* border: 4px solid #3e9c9d; */ /* margin: 130px 1rem 60px; */
}
.left_main label,
.left_main span {
  color: #fff;
}
.left_main .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 300;
}
.left_main span.wpcf7-list-item {
  margin: 0 0em 0 0;
}
.messenger-desk a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.messenger-desk span {
  padding-left: 0.2rem;
  color: #000; /* font-size: 1.188rem; */
  font-weight: 400; /* margin: 2em auto; */
}
#contact-desk {
  margin-top: 0em;
  width: 100%;
}
.left_main .wpcf7 {
  width: 70%;
  margin: 0.5em auto 0em;
}
.left_main .wpcf7 label {
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  color: #fff;
}
.left_main .wpcf7 input::-webkit-input-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.left_main .wpcf7 input:-moz-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.left_main .wpcf7 input::-moz-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.left_main .wpcf7 input:-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.left_main .wpcf7 input::-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.left_main .wpcf7 input::placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.left_main .wpcf7 input[type="checkbox"]:checked {
  background-color: #501e4f;
}
.left_main .wpcf7 input[type="checkbox"] {
  width: 14px !important;
  font-size: 14px !important;
  height: 13px !important;
  display: inline-block;
  vertical-align: middle;
  margin: 0 !important;
}
.left_main .wpcf7 input[type="submit"] {
  /* box-shadow: 0 1px 13px rgba(23, 22, 22, 0.32); */
  border: 0;
  margin-top: 3%;
  padding: 0.3em !important;
  font-size: 18px !important;
  color: #413d3c;
  font-weight: 400 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  background: #c89a8a; /* -webkit-animation-name: wpcf7-submit;	-moz-animation-name: wpcf7-submit;	-o-animation-name: wpcf7-submit;	animation-name: wpcf7-submit; */
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  cursor: pointer;
}
.left_main .wpcf7 input {
  display: block;
  width: 100% !important;
  outline: 0;
  font-size: 18px;
  font-weight: 300;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 auto 0.5em;
  background: transparent;
  padding: 5px 10px 5px 5px; /* font-family: "Heebo", sans-serif; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left_main .wpcf7 select {
  display: block;
  width: 100% !important;
  font-size: 20px !important;
  height: 38px !important;
  border-width: 1px;
  border-style: solid;
  border-color: #47a4a5;
  -webkit-border-image: initial;
  -moz-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  padding: 5px;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  background-repeat: no-repeat;
}
.left_main .left_top_text {
  position: relative;
  text-align: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin-top: 0em;
  margin-bottom: 0em; /* background: #e9ad32; */
  width: 100%;
  padding: 0rem 0 0;
}
.left_main .left_top_text span {
  text-align: center;
}
.left_main .left_top_text h4 {
  /* font-weight: 400; */
  margin: 0; /* line-height: 1.2; */
  color: #000;
}
.left_main .left_top_text h4 img {
  max-width: 100%;
  height: auto;
}
.sttr {
}
.sttr > span {
  color: #47a4a5;
  font-weight: 700;
}
.sttr_2 {
  /* font-weight: 700; */
}
.sttr_3 {
  /* font-weight: 600; */
}
.sttr_4 {
  line-height: 1;
}
.left_main .left_top_text h4,
.left_main .left_top_text h3 {
  text-align: center;
  margin: 0 25px;
}
.soc-icon-bot {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000 !important;
  font-weight: bold; /* width: 50%; */
  margin: 0 auto;
  position: relative;
}
.slider-image.slider-image-soc {
  position: absolute;
  margin-right: 10%;
  width: 40px;
  left: 0;
}
.slider-image {
  position: relative;
}
.fa-share-alt {
  font-size: 43px;
  color: #000;
}
i.slider-image.fa-whatsapp {
  font-size: 45px;
  color: #22a748;
}
i.slider-image.fa-facebook-f {
  font-size: 45px;
  color: #3265af;
}
i.slider-image.fa-envelope {
  font-size: 45px;
  color: #3265af;
}
#hiddendDiv #close {
  cursor: pointer;
}
.left_main .plus-img h3 {
  font-weight: 400;
  margin-bottom: 2%;
  font-size: 19px;
  font-weight: 400;
  color: #000;
}
.left_main .plus-img h2 {
  letter-spacing: 1px;
}
.left_main .plus-img {
  color: #fff;
  margin-top: 4%;
  text-align: center;
  margin: 0 10px;
}
.left_main .callus_may a {
  position: relative;
  color: #000000;
  font-size: 1.8vw;
  -webkit-animation-name: plus-img;
  -moz-animation-name: plus-img;
  -o-animation-name: plus-img;
  animation-name: plus-img;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.left_main .plus-img span {
  font-size: 21px;
  vertical-align: super;
  -webkit-animation-name: plus-img;
  -moz-animation-name: plus-img;
  -o-animation-name: plus-img;
  animation-name: plus-img;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.messenger-desk {
  /* margin-top: 5%; */
}
.left_main .plus-img img {
  width: 54px;
  display: inline-block;
  vertical-align: bottom;
} /* ******** */
.left_main #contact-desk h2,
.right_main #contact-desk h2 {
  color: #fff;
  padding: 1.3em 0 0.6em;
}
.left_main #contact h2,
.right_main #contact h2 {
  color: #fff;
  padding: 1.3em 0 0.6em;
} /* ******* */
.left_main .decor {
  /* background-image: url(../img/decor.png); */
  width: 60%;
  max-width: 8em;
  height: 10px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3% auto 1%;
}
.dec-str {
  width: 5px;
  height: 5px;
  background-color: #47a4a5;
  display: inline-block;
}
.dec-str-long {
  width: 80%;
  height: 5px;
  background-color: #6d6d6d;
  display: inline-block;
}
.left_main .location_cont {
  margin-top: 1vw;
  text-align: center;
}
.left_main .location_cont {
  color: #343434;
  text-align: center;
  font-size: 24px;
  display: inline-block;
}
.left_main .location_cont i.fa-map-marker-alt {
  color: #000;
  font-size: 45px;
}
.left_main .location_cont i.location {
  background: url(/wp-content/themes/lp/lp5/img/loc.png) center center no-repeat;
  width: 100%;
  height: 46px;
  display: inline-block;
  margin: 0 auto;
  background-repeat: no-repeat;
  text-align: center;
}
.bottom-img > div {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-img img {
  max-width: 240px;
  max-height: 170px;
}
.bottom-img img.bottom-img2,
.bottom-img img.bottom-img3 {
  padding: 0 3%;
  max-width: 143px;
  max-height: 91px;
}
.bottom-img {
  text-align: center;
  margin-top: 1%;
} /* *********** */
.beyahlog {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-height: 115px;
  max-width: 100%;
}
.left_main .beyahlog img.slider-image-top {
  width: auto;
  margin: 0;
}
.bort {
  width: 100%;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.15em auto;
}
.borts {
  font-size: 65px;
  font-weight: 600;
  position: relative; /* line-height: normal; */
}
.sm {
  font-size: 30px;
}
.smm {
  position: absolute;
  font-size: 16px;
  top: 34%;
  right: 15px;
  background: #ffffff; /* width: 48px; */
  color: #000;
}
.beyahlog video {
  width: auto;
  max-height: 115px;
}
.right_main .slider_cont {
  height: 100%;
  position: relative;
}
.right_main .video-wrap img {
  max-width: 100%;
}
.right_main .video-wrap {
  position: relative;
  margin-top: 0em;
  height: 0px;
  padding-top: 40.4%; /* height: 615px; */
  overflow: hidden;
  margin: 0 auto;
}
.right_main .video-wrap video {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%; /* height: 105%; */
} /*.right_main {	background-color: #ffffff;	background-size: cover;	background-position: bottom;} */
.right_main {
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom;
}
.right_main_bot {
  padding: 1.5em 1.5em 0;
  padding-bottom: 1.5em;
}
.right_main .right_bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 9999;
  background: #fff; /* background-image: radial-gradient(circle 1047px at center, #414141 0%, #000000 100%); */
}
.right_main .callus_may a {
  font-size: 45px;
  position: relative;
  top: 7px;
  margin-right: 10px;
  color: #fff;
}
.right_main .slogen_cont,
.left_main .slogen_cont {
  width: 90%; /* height: 100%; */
  position: relative;
  z-index: 999;
  max-width: 100%;
  margin: 0em auto 0em; /* padding: 0.5em 2% 0%; */ /* background: #fff; */
}
.right_main .slogen_cont.slogen_cont_2,
.left_main .slogen_cont.slogen_cont_2 {
  margin: 0em auto; /* padding: 1em 2% 0%; */
}
.right_main .slogen {
  text-align: center;
  padding-top: 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.right_main .slogen h3,
.left_main .slogen h3 {
  padding: 0;
  text-align: center;
  width: 100%;
  position: relative;
  color: #000; /* font-weight: 400; */
  margin: 0 auto; /* line-height: 3.188rem; */
  line-height: initial;
  font-size: 2.15vw;
}
.right_main .slogen h4,
.left_main .slogen h4 {
  padding: 0;
  text-align: center;
  width: 100%;
  position: relative;
  line-height: 1.3;
  margin: 0; /* font-size: 3.2vw; */
  color: #000; /* font-weight: bold; */
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.071rem;
}
.right_main .slogen h4.title_bot_2,
.left_main .slogen h4.title_bot_2 {
  color: #47a4a5;
}
.right_main .slogen h4.title_bot_2 p,
.left_main .slogen h4.title_bot_2 p {
}
.title_bot,
.title_bot_2 {
  font-size: 2vw;
}
.right_main .slogen h4 > span,
.left_main .slogen h4 > span {
  padding: 3px 10px 0 10px;
}
#contact-desk p {
  width: 100%;
}
#contact-desk span {
  width: 100%;
}
.img-filter {
  filter: grayscale(1);
}
#bullets .bullets_icon ul {
  width: 75%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0em auto 0;
}
#bullets .bullets_icon li {
  padding: 0 0em;
  list-style: none;
  text-align: center;
  width: 18%;
}
.wrapImg {
  /* HEIGHT and LINE-Height are the SAME */
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
}
#bullets .bullets_icon li img {
  max-width: 100%;
  max-height: 100%;
}
#bullets .bullets_icon li h4 {
  margin-top: 0.5em;
  color: #000;
  font-size: 1.25rem;
  font-weight: 700; /*font-family: 'Assistant', sans-serif;*/
}
.border-footer {
  position: relative;
  z-index: 9999; /* background: #fff; */
  padding: 3px;
  width: 21px;
  right: 0;
  bottom: 0;
}
.iwc_cont a {
  color: #000;
}
.iwc_cont {
  text-align: center;
  padding: 3px 0;
  color: #000;
}
.iwc_cont img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  max-width: 100%;
}
.mobile_buttons_cont {
  display: none;
  background: #fff;
  position: fixed;
  z-index: 99999;
  bottom: 0;
  width: 100%;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(23, 24, 24, 0.89);
  -moz-box-shadow: 0px 1px 4px 0px rgba(23, 24, 24, 0.89);
  box-shadow: 0px 1px 4px 0px rgba(23, 24, 24, 0.89);
}
span.wpcf7-not-valid-tip {
  font-size: 10px;
  margin: -11px auto 0;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  left: 100%;
  z-index: 9;
  color: red;
}
div.wpcf7-validation-errors {
  color: #000;
  margin-top: 0px;
  font-size: 12px;
}
div.wpcf7-mail-sent-ok {
  color: #000;
  margin-top: 0px;
  font-size: 12px;
}
.left_main span.wpcf7-form-control-wrap {
  position: relative;
}
div.wpcf7 input[type="submit"] {
  color: #000;
  font-weight: 700;
}
.mobile_buttons_cont ul {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.mobile_buttons_cont li {
  text-align: center;
  border-left: 0px solid #e0e0e0;
  list-style: none;
  width: 31%;
  padding: 7px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} /* THANK YOU */
.cont-thank {
  margin-top: 1em;
}
.cont-thank .text-block {
  background-color: #c6542b;
  border: 0;
  margin-top: 3%;
  padding: 10px 3% !important;
  height: 100% !important;
  font-weight: 400;
  white-space: normal;
  margin-top: 2em;
}
.cont-thank .text-block span,
.left_main .cont-thank .text-block span {
  color: #fff;
  margin: 0;
  font-size: 2vw !important;
}
.left_main .cont-thank span,
.cont-thank span {
  margin: 1em 0 2em;
  display: block;
  text-align: center;
  font-size: 39px;
  color: #000;
}
.blshare {
  margin-bottom: 25px;
}
h4.title_bot_3.fw700.fixer {
  top: 0.4em;
} /* *********** MEDIA ************* */
@media (min-width: 1921px) {
  .fs-30 {
    font-size: 30px;
  }
  .fs-35 {
    font-size: 35px;
  }
  .fs-39 {
    line-height: 93px !important;
  }
}
@media (max-width: 1910px) {
}
@media (max-width: 1880px) {
  .left_main_guf {
    /* padding: 0.3em 1.2em 0em; */
  }
  .left_main .plus-img span {
    font-size: 22px;
  }
}
@media (max-width: 1700px) {
  .left_main .img_2 img {
    /* max-width: 55%; */
  }
  .bottom-img img {
    max-height: 135px;
  }
  .bort {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media (max-width: 1600px) {
  .left_main_guf {
    /* padding: 0.5em 1em 0em; */
  }
  .left_main .img_2 {
    /* margin-top: 0.2em; */
  }
  .left_main .wpcf7 input[type="submit"] {
    font-size: 16px !important;
  }
  .left_main .wpcf7-list-item-label,
  .left_main .submit_div label {
    font-size: 13px !important;
  }
  .left_main .wpcf7 {
    /* margin-top: 5%; */
  }
  .bort {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media (max-width: 1440px) {
  .left_main .cont-thank span,
  .cont-thank span {
    margin: 1em 0 0.8em;
  }
  .left_main .wpcf7-list-item-label,
  .left_main .submit_div label {
    font-size: 14px !important;
  }
  .left_main_guf {
    zoom: 0.95;
  }
  .left_main_guf {
    padding-bottom: 2%;
  }
  .right_bottom .slogen_cont,
  .left_main .slogen_cont {
    height: auto; /* padding-top: 1vw; */
  }
  .left_main .img_2 img {
    /* max-height: 130px; */
  }
  .left_main .wpcf7 input {
    /* height: 38px !important; */
  }
  .right_main .slogen h3,
  .left_main .slogen h3 {
    width: 90%;
  }
  #bullets {
    margin-bottom: 0;
  }
  .left_main .plus-img span {
    font-size: 16px;
  }
  .bottom-img img {
    max-width: 180px;
  }
  .bottom-img img.bottom-img2 {
    max-width: 70px;
  }
  .messenger-desk span {
    /* font-size: 1rem; */
  }
  .left_main .wpcf7 input[type="submit"] {
    font-size: 20px !important;
  }
  .title_bot,
  .title_bot_2 {
    font-size: 2.2vw;
  }
  .title_bot img {
    max-height: 35px;
    width: auto;
    height: 100%;
  }
}
@media (max-width: 1280px) {
  .left_main .callus_may a {
    font-size: 24px;
  }
  .right_main .slogen h3,
  .left_main .slogen h3 > span {
    /* font-size: 105px; */
  }
  .left_main_guf {
    zoom: 0.9;
  }
  .bottom-img img {
    max-width: 270px;
  }
  .bort {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media (max-width: 1200px) {
  .left_main {
    width: 25%;
  }
  .right_main {
    width: 75%;
  }
  .fs-27 {
    font-size: 27px;
    font-size: 2.4vw;
  }
  .fs-35 {
    font-size: 2.2vw;
  }
  .fs-44 {
    /* font-size: 27px; */
    font-size: 2vw;
  }
  .right_main .slogen h3,
  .left_main .slogen h3 {
    /* font-size: 4vw; */
    width: 100%;
  }
  .left_main_guf {
    zoom: 0.8;
  }
  #bullets .bullets_icon ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #bullets .bullets_icon li {
    width: 45%;
  }
  #bullets .bullets_icon li h4 {
    font-size: 18px;
  }
  .title_bot,
  .title_bot_2 {
    font-size: 4.2vw;
  }
  .title_bot img {
    max-height: 28px;
    width: auto;
    height: 100%;
  }
}
@media (max-width: 1080px) {
}
@media (min-width: 992px) {
  .desktop-version {
    display: block !important;
  }
  .mobile-version,
  .mobile-version-flex {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .desktop-version {
    display: none !important;
  }
  .mobile-version {
    display: block;
  }
  .right_main .video-wrap {
    position: relative;
    margin-top: 0em;
    height: 0px;
    padding-top: 100.4%; /* height: 615px; */
    overflow: hidden;
    margin: 0 auto;
  }
  .beyahlog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .mobile-version-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .asdasdc {
    height: 80px;
    padding: 1% 5% 1%;
    background: #343434;
  }
  .asdasdc img {
    width: auto;
  }
  #accs {
    position: static;
    cursor: pointer;
  }
  .acor {
    display: none;
  }
  .mobile_buttons_cont {
    display: block;
  }
  .fs-18 {
    font-size: 18px;
    font-size: 1.7vw;
  }
  .fs-20 {
    font-size: 20px;
    font-size: 2.7vw;
  }
  .fs-24 {
    font-size: 24px;
    font-size: 4.1vw;
  }
  .fs-25 {
    font-size: 7vw;
  }
  .fs-27 {
    font-size: 27px;
    font-size: 5.4vw;
  }
  .fs-29 {
    font-size: 5.5vw;
  }
  .fs-30 {
    font-size: 8.51vw;
  }
  .fs-35 {
    font-size: 35px;
    font-size: 2.82vw;
  }
  .fs-35 {
    font-size: 35px;
    font-size: 6.82vw;
  }
  .fs-39 {
    font-size: 39px;
    font-size: 9vw;
  }
  .fs-41 {
    font-size: 41px;
    font-size: 9vw;
  }
  .fs-44 {
    font-size: 6vw;
  }
  .fs-47 {
    font-size: 3vw;
  }
  .fs-59 {
    font-size: 59px;
    font-size: 6vw;
  }
  .fs-68 {
    font-size: 68px;
    font-size: 15.6vw;
  }
  .fs-90 {
    font-size: 90px;
    font-size: 13.2vw;
  }
  .callnow {
    width: 100%; /* height: 33px; */
    border: 1px solid #47a4a5;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    display: block;
    background-color: #47a4a5;
    -webkit-animation-name: callnow;
    -moz-animation-name: callnow;
    -o-animation-name: callnow;
    animation-name: callnow;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite; /* line-height: 30px; */
    margin: 0 auto;
    font-weight: bold;
    font-size: 22px !important;
    padding: 0.3em;
  }
  .callnow-wrap {
    margin-bottom: 40px;
    width: 80%;
    margin: 0 auto;
  }
  main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left_main {
    width: 100%;
    position: static;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
  .right_main {
    width: 100% !important;
  }
  .right_main_bot {
    padding: 1.5em 1.5em 0;
    padding-bottom: 1.5em;
  }
  .right_main .left_top_text {
    /* background: #e9ad32; */
    padding: 5% 1rem;
    text-align: center;
    line-height: initial;
    line-height: 60px;
  }
  .right_main .left_top_text .h3 {
  }
  .right_main .left_top_text .fs-41 > span {
    font-weight: 400;
  }
  .right_main .left_top_text .fs-41 {
    font-size: 7vw;
    font-weight: 700;
  }
  .right_main .left_top_text h3 {
    /* color: #fab229; */
    font-size: 9em;
  }
  .right_main .slogen h3,
  .left_main .slogen h3 {
    font-size: 3vw;
    font-weight: 700; /* line-height: 58px; */
  }
  .slogen_cont {
    height: auto;
  }
  .left_main_guf {
    padding: 0;
    position: relative;
    z-index: 9999;
    zoom: 1;
  }
  .left_main .slider_cont {
    z-index: 99;
    position: relative; /* max-height: 36em; */
  }
  .left_main .slogen_cont {
    /* display: none; */
  }
  .left_main .img_2 {
    margin-top: 0em;
  }
  .left_main .left_top_text {
    margin-top: 100px;
    margin-bottom: 0.5em;
    padding: 0em 0 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .left_main .left_top_text span,
  .left_main .left_top_text h4 {
    margin-top: 0em;
    margin-bottom: 0em; /* color: #fff; */
  }
  .left_main .left_top_text h3 {
    font-size: 11.5vw;
  }
  .left_main .img_2 img {
    max-height: 100%;
    width: 170px;
    margin: 1em auto;
  }
  .left_main .plus-img h2,
  .left_main .plus-img h3 {
    font-size: 8vw;
  }
  .left_main .plus-img {
    text-align: center;
  }
  .left_main .plus-img:before,
  .bottom-img {
    display: none;
  }
  .left_main .plus-img img {
    max-width: 27vw;
  }
  .left_main .wpcf7 input[type="submit"] {
    /* font-size: 5.3vw !important;		padding: 0.2em 16px !important;		height: auto !important;		font-weight: 400 !important; */
  }
  .left_main .wpcf7 input {
    font-size: 13px !important;
  }
  .wpcf7 input {
    margin: 0em auto 1.5em !important;
    width: 100% !important;
  }
  .right_main .slogen_cont,
  .left_main .slogen_cont {
    padding: 0 1%;
    width: auto;
    text-align: center;
    padding-top: 2em;
  }
  #bullets .bullets_icon ul {
    width: 95%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 0;
    flex-wrap: wrap; /* flex-direction: row-reverse; */ /* align-items: baseline; */
  }
  #bullets .bullets_icon li {
    width: 48%;
    margin: 1em auto; /* order: 1; */
  }
  #bullets .bullets_icon li img {
    width: auto;
    height: auto;
  }
  #bullets .bullets_icon li h4 {
    margin-top: 0em;
    font-size: 16px;
  }
  .cont-thank .text-block span,
  .left_main .cont-thank .text-block span {
    font-size: 10vw !important;
  }
  .right_main .right_bottom {
    /* margin-top: -38px; */
  }
  .right_main .slogen_cont_slider {
    margin-top: 0;
  }
  .right_main .wpcf7 .submit_div {
    margin-top: 0.5em;
  }
  .right_main .wpcf7-list-item-label {
    font-size: 16px !important;
  }
  span.wpcf7-list-item {
    margin: 0 0em 0 0;
  }
  .iwc_cont {
    text-align: center;
    padding: 5px 0 5px;
    color: #000;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  #contact,
  #contact-desk {
    width: 80%;
    margin: 0 auto 0em;
    padding: 0em 0 1em;
  }
  .left_main .wpcf7 {
    width: 100%;
  }
  .left_main #contact-desk h2,
  .right_main #contact-desk h2 {
    text-align: center;
  }
  .left_main #contact h2,
  .right_main #contact h2 {
    text-align: center;
  }
  #contact.cont-thank,
  #contact-desk.cont-thank {
    padding-top: 6em;
  }
  .right_main .wpcf7 label {
    width: 100%;
  }
  .right_main .wpcf7 input {
    margin: 0em auto 1.5em !important;
    width: 100% !important;
  }
  div.wpcf7 input[type="submit"] {
    font-size: 6.7vw !important;
    width: 100% !important; /* color: #000 !important; */
    height: 100% !important;
    margin-bottom: 0em !important;
    margin-top: 1em !important;
  }
  .border-footer {
    border-top: 0;
    margin-bottom: 4.3em;
    right: 1em;
    bottom: 0;
  }
  .location_cont {
    /* margin-bottom: 2em; */
  }
  .blshare {
    /* margin-bottom: 2rem; */
  }
  button.accordion {
    bottom: 67px;
  }
  .activessb {
    bottom: 582px !important;
  }
  .acdiv {
    bottom: 70px;
  }
  #scrToCont {
    margin: 7% auto;
  }
  .right_main .slogen h4,
  .left_main .slogen h4 {
  }
  .right_main {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom;
  }
  .right_main .right_bottom {
    display: block;
    position: relative;
    z-index: 9999; /* background-color: #47a4a5; */
  }
  .bort {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    margin-top: 1em;
  }
}
@media (max-width: 768px) {
  .fs-59 {
    font-size: 59px;
    font-size: 7vw;
  }
  .fs-47 {
    font-size: 4vw;
  }
  .fs-18 {
    font-size: 18px;
    font-size: 2vw;
  }
  .fs-27 {
    /* font-size: 27px; */
  }
  .fs-41 {
    /* font-size: 35px; */
    font-size: 9vw;
  }
  .left_main .video-wrap iframe {
    max-width: 100%;
  }
  .left_main_guf {
    padding-bottom: 1em;
  }
  .left_main .slider_cont {
    min-height: 0em;
  }
  .mobile_buttons_cont {
    display: block;
  }
  .border-footer {
    border-top: 0;
    border-left: 0;
    margin-bottom: 4.3em;
  }
  .left_main .plus-img img {
    max-width: 96%;
  }
  #contact,
  #contact-desk {
    width: 80%;
  }
  .right_main .left_top_text h3 {
    /* color: #fab229; */
    font-size: 10vw;
    line-height: 50px;
    font-weight: 800;
    font-family: arial;
  }
  .right_main .left_top_text .fs-41 > span {
    font-weight: 400;
  }
  .right_main .left_top_text .fs-41 {
    font-weight: 700;
    line-height: 50px;
  }
  .bort {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    margin-top: 0em;
  }
  #bullets .bullets_icon li img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media (max-width: 600px) {
  .fs-24 {
    font-size: 24px;
    font-size: 4vw;
  }
  .video-wrap-mob {
    display: block;
  }
  .asdasdc img {
    max-width: 50%;
  }
  .asdasdc p {
    font-size: 5.4vw;
  }
  .fs-18 {
    font-size: 18px;
    font-size: 3vw;
  }
  .fs-35 {
    font-size: 35px;
    font-size: 8.4vw;
  }
  .fs-20 {
    font-size: 20px;
    font-size: 4.05vw;
  }
  .left_main .plus-img {
    text-align: center;
    padding: 0% 2%;
    margin: 0em auto 0;
  }
  div.wpcf7 input[type="submit"] {
    font-size: 8.7vw !important;
  }
  .right_main .slogen h3,
  .left_main .slogen h3:before,
  .right_main .slogen h3,
  .left_main .slogen h3:after {
    display: none;
  }
}
@media (max-width: 480px) {
  .fs-24 {
    font-size: 24px;
    font-size: 4vw;
  }
  .fs-47 {
    font-size: 6vw;
  }
  .fs-59 {
    font-size: 59px;
    font-size: 7vw;
  }
  .fs-18 {
    font-size: 18px;
    font-size: 2.9vw;
  }
  .fs-27 {
    font-size: 27px;
    font-size: 6.4vw;
  }
  .fs-29 {
    font-size: 6.8vw;
  }
  .fs-30 {
    font-size: 7.51vw;
  }
  .fs-35 {
    font-size: 35px;
    font-size: 8vw;
  }
  .fs-41 {
    font-size: 41px;
    font-size: 10.95vw;
  }
  .fs-44 {
    font-size: 7vw;
  }
  .fs-90 {
    font-size: 90px;
    font-size: 23.2vw;
  }
  .right_main .left_top_text .fs-41 > span {
    font-weight: 400;
  }
  .right_main .left_top_text .fs-41 {
    font-weight: 700;
  }
  .left_main .slogen_cont {
    margin-top: 0;
  }
  .left_main .plus-img h2,
  .left_main .plus-img h3 {
    font-size: 8vw;
  }
  .right_main .slogen h3,
  .left_main .slogen h3 {
    font-size: 4vw;
  }
  div.wpcf7 input[type="submit"] {
    padding-bottom: 0%;
  }
  .right_main .left_top_text h3.fs-44,
  .right_main .left_top_text h3.fs-41 > span.fs-44 {
    font-size: 19vw;
  }
  .right_main .left_top_text h3.fs-41 {
    font-size: 14vw;
  }
  .bort {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media (max-width: 380px) {
  .fs-59 {
    font-size: 59px;
    font-size: 6.7vw;
  }
  .mobile_buttons_cont a {
    font-size: 16px;
  }
  .right_main .slogen_cont_2,
  .left_main .slogen_cont_2 {
    padding: 0 4%;
  }
  .right_main .slogen_cont_2 .slogen h4,
  .left_main .slogen_cont_2 .slogen h4 {
    font-size: 12px;
  }
  .right_main .slogen_cont_2 .slogen h4 img,
  .left_main .slogen_cont_2 .slogen h4 img {
    max-height: 12px;
    width: auto;
  } /* .title_bot {		font-size: 25px;	} */
}
