@charset "UTF-8";
/*
Theme Name: Leos Template
Theme URI: http://www.leos.co.il
Description: אתר בעיצוב אישי מחברת לאוס מדיה
Author: Alex Leibovich @LEOS
Version: 2.0
*/
::-webkit-input-placeholder {
  color: #f47524;
  font-family: Almoni;
  font-weight: bold;
  font-size: 20pt;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #f47524;
  font-family: Almoni;
  font-weight: bold;
  font-size: 20pt;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #f47524;
  font-family: Almoni;
  font-weight: bold;
  font-size: 20pt;
}

:-ms-input-placeholder {
  color: #f47524;
  font-family: Almoni;
  font-weight: bold;
  font-size: 20pt;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.circlebox {
  border-radius: 50%;
}

@font-face {
  font-family: 'almoni';
  font-weight: 300;
  /*(light)*/
  font-style: normal;
  src: url("fonts/almoni/almoni-dl-aaa-300.eot");
  src: url("fonts/almoni/almoni-dl-aaa-300.eot?#iefix") format("embedded-opentype"), url("fonts/almoni/almoni-dl-aaa-300.ttf") format("truetype"), url("fonts/almoni/almoni-dl-aaa-300.woff") format("woff");
}

@font-face {
  font-family: 'almoni';
  font-weight: 400;
  /*(regular)*/
  font-style: normal;
  src: url("fonts/almoni/almoni-dl-aaa-400.eot");
  src: url("fonts/almoni/almoni-dl-aaa-400.eot?#iefix") format("embedded-opentype"), url("fonts/almoni/almoni-dl-aaa-400.ttf") format("truetype"), url("fonts/almoni/almoni-dl-aaa-400.woff") format("woff");
}

@font-face {
  font-family: 'almoni';
  font-weight: 700;
  /*(bold)*/
  font-style: normal;
  src: url("fonts/almoni/almoni-dl-aaa-700.eot");
  src: url("fonts/almoni/almoni-dl-aaa-700.eot?#iefix") format("embedded-opentype"), url("fonts/almoni/almoni-dl-aaa-700.ttf") format("truetype"), url("fonts/almoni/almoni-dl-aaa-700.woff") format("woff");
}

@font-face {
  font-family: 'almoni';
  font-weight: 900;
  /*(black)*/
  font-style: normal;
  src: url("fonts/almoni/almoni-dl-aaa-900.eot");
  src: url("fonts/almoni/almoni-dl-aaa-900.eot?#iefix") format("embedded-opentype"), url("fonts/almoni/almoni-dl-aaa-900.ttf") format("truetype"), url("fonts/almoni/almoni-dl-aaa-900.woff") format("woff");
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: Almoni;
  margin: 0;
  padding: 0;
  height: 100%;
}

#wrapper {
  min-height: 100%;
  position: relative;
}

#content {
  padding-bottom: 400px;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.logo a {
  display: inline-block;
}

.container {
  width: 96%;
  max-width: 1024px;
  margin: 0 auto;
}

.container2 {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.relative {
  position: relative;
}

.circlebox {
  border-radius: 50%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.inrowf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex {
  display: flex;
}

.flow {
  flex-flow: row wrap;
}

.justify {
  justify-content: space-between;
}

.align {
  align-items: center;
}

.inrow {
  font-size: 0;
}

div {
  font-size: 18px;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.inrowf .col2 {
  width: calc(50% - 10px);
}

.col3 {
  width: calc(100%/3);
}

.inrowf .col3 {
  width: calc(100%/3 - 10px);
}

.col4 {
  width: 25%;
}

.inrowf .col4 {
  width: calc(25% - 10px);
}

.col5 {
  width: 20%;
}

.inrowf .col5 {
  width: calc(20% - 10px);
}

.col6 {
  width: calc(100%/6);
}

.inrowf .col6 {
  width: calc(100%/6 - 10px);
}

.col7 {
  width: calc(100%/7);
}

.col8 {
  width: calc(100%/8);
}

.col9 {
  width: calc(100%/9);
}

.col10 {
  width: 10%;
}

.inline {
  vertical-align: top;
  display: inline-block;
}

.inlinem {
  vertical-align: middle;
  display: inline-block;
}

.inlineb {
  vertical-align: bottom;
  display: inline-block;
}

.abscenter {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.imgfix {
  line-height: 0;
}

h1,
h2,
h3 {
  font-weight: normal;
  margin: 0 0 0 0;
}

p {
  margin: 0 0 0 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 0 0 0 0;
  list-style: none;
}

#MobBtns,
#MobNavBtn {
  display: none;
}

nav {
  width: 100%;
  text-align: center;
  position: relative;
  background: #0f1237;
}

nav svg.close {
  position: absolute;
  width: 40px;
  height: 40px;
  fill: white;
  right: 50%;
  top: 50px;
  transform: translate(50%, -50%);
  cursor: pointer;
}

nav svg.cart {
  position: absolute;
  bottom: 20px;
  right: 50%;
  transform: translate(65%, -10%) rotate(-17deg);
  width: 80%;
  height: auto;
  fill: white;
}

div.main_menu {
  font-size: 0;
  height: 100%;
  max-height: 70%;
  overflow-y: auto;
}

nav div.main_menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}

nav div.main_menu > ul > li {
  width: 100%;
  position: relative;
}

/*
nav ul li:after {
content: "|";
display:inline-block;
vertical-align: middle;
font-size:20px;
color:#b8292f;
margin:0 10px;
}
nav ul li:last-child:after {
content: " ";
}
*/
nav div.main_menu > ul > li > a {
  display: inline-block;
  vertical-align: middle;
  font-family: almoni;
  font-size: 20pt;
  color: #fff;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

nav div.main_menu > ul > li.current_page_item a, nav div.main_menu > ul > li.current-menu-item a, nav div.main_menu > ul > li:hover a {
  color: #f47524;
}

nav div.main_menu > ul > li ul.sub-menu {
  display: block;
  z-index: 999;
  width: 250px;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.sub-menu li {
  display: block;
}

.sub-menu li a {
  display: block;
  font-size: 20px;
  padding: 5px;
  width: calc(100px - 10px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
}

footer {
  position: absolute;
  bottom: 64px;
  left: 0;
  height: auto;
  min-height: 50px;
  width: 100%;
}

footer img.fimg {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 10;
  width: 30%;
}

footer form {
  width: 30%;
  margin: 0 auto;
  min-width: 400px;
}

footer form span.wpcf7-form-control-wrap {
  margin-bottom: 10px;
}

footer form span.wpcf7-form-control-wrap input[type=text],
footer form span.wpcf7-form-control-wrap input[type=tel] {
  border-bottom: 2px solid #b9b9b9;
  padding: 15px 10px !important;
  width: calc(100% - 20px) !important;
}

footer form .name:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/profile.svg");
  right: auto;
  left: calc(100% + 10px);
}

footer form .tel:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/phone.svg");
  right: auto;
  left: calc(100% + 10px);
}

footer .container {
  padding-top: 80px;
}

footer .container img.phone {
  position: absolute;
  right: 0;
  top: -30px;
  height: 200px;
}

footer h2 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
  background: #0f1237;
  text-align: center;
  color: white;
  font-size: 30pt;
}

footer .form_wrap {
  z-index: 10;
  background: #e2e2e2;
  padding-top: 30px;
  padding-bottom: 50px;
}

footer .form_wrap:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0px 80px 50vw;
  border-color: transparent transparent #e2e2e2 transparent;
  position: absolute;
  bottom: 100%;
  right: 0;
}

footer .form_wrap:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 80px 0px;
  border-color: transparent transparent #e2e2e2 transparent;
  position: absolute;
  bottom: 100%;
  left: 0;
}

#leos {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #000;
  text-align: center;
  overflow: hidden;
}

#leos img {
  padding-top: 10px;
  height: 50px;
  width: auto;
}

#leos a {
  position: relative;
  display: inline-block;
}

#leos span {
  opacity: 0;
  position: absolute;
  right: 0;
  color: white;
  font-size: 22px;
  bottom: 10px;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: .3s;
  transition: .3s;
}

#leos a:hover span {
  right: -100px;
  opacity: 1;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.acf-map {
  width: 100%;
  height: 366px;
  margin: 20px 0;
  pointer-events: none;
}

.entry {
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}

.entry p {
  margin-bottom: 30px;
}

.entry img {
  max-width: 100%;
  height: auto;
}

.entry ul {
  margin: 0 20px;
  list-style: inherit;
}

.entry table {
  border: 1px solid #000;
}

.entry table td {
  border: 1px solid #000;
}

.entry table tr:nth-child(1) > td {
  text-align: center;
  background: #ccc;
}

div.wpcf7 img.ajax-loader {
  display: none;
}

svg * {
  fill: inherit !important;
}

.bgimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.overh {
  overflow: hidden;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.aifs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.aife {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jcsa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.jsc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.anim {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#FloatSocials {
  display: block;
}

#FloatSocials div {
  display: inline-block;
}

#FloatSocials div a {
  display: inline-block;
}

#FloatSocials img,
#FloatSocials svg {
  width: 30px;
  height: 30px;
  fill: #000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.facebook_icon svg {
  fill: #3b5998 !important;
}

a.google_icon svg {
  fill: #dd4b39 !important;
}

a.twitter_icon svg {
  fill: #00acedimportant;
}

a.youtube_icon svg {
  fill: #bb0000 !important;
}

a.instagram_icon svg {
  fill: #e95950 !important;
}

a.pinterest_icon svg {
  fill: #cb2027 !important;
}

a.linkedin_icon svg {
  fill: #007bb6 !important;
}

/* price */
.price_bottom {
    background-color: #fff;
    padding: 50px 0 300px 0;
}
.first_title {
    font-size: 35px;
    font-weight: bold;
}
.last_title {
    font-size: 35px;
    font-weight: bold;
    padding: 20px 0;
}
.price_pencil, .price_location, .price_flag, .price_house, .price_tools {
    padding-left: 10px;
}
.col3 .name {
    font-size: 25px;
    margin-bottom: 10px;
}
.first_part .col3, .second_part .col3, .third_part .col3 {
    margin-bottom: 20px;
    width: 32%;
}
.second_part, .fourth_part {
      border-top: 1px solid rgb(137, 137, 137);
    padding: 20px 0;
}
.third_part {
    padding: 20px 0;
}
.twrap {
    padding-bottom: 20px;
}
.fourth_part .col3 {
    width: 25%;
    margin-bottom: 20px;
}
.sub_title {
    font-size: 35px;
    font-weight: bold;
    color: #004560;
    padding-bottom: 10px;
}
.fifth_part {
    padding: 20px 0;
}
.fifth_part .col3 {
    width: 33%;
    margin-bottom: 20px;
}
.price_text {
    font-size: 25px;
    padding-bottom: 20px;
}
.pack_title {
    font-size: 25px;
    font-weight: bold;
    padding: 20px 0 10px 0;
}
.pack_text {
    font-size: 25px;
}
.checks .right {
    width: 55%;
}
.checks .left {
    width: 40%;
}
.price_form div.wpcf7 input[type=tel],
.price_form div.wpcf7 input[type=text],
.price_form div.wpcf7 input[type=date],
.price_form div.wpcf7 input[type=email],
.price_form div.wpcf7 select,
.price_form div.wpcf7 textarea {
    width: calc(100% - 10px);
    background: #FFFFFF;
    font-size: 22px;
    color: #666666;
    border: 1px solid #959595;
    border-radius: 5px;
}
.price_form div.wpcf7 .first_part select {
    width: 100%;
}
.price_form div.wpcf7 .second_part select {
    width: 100%;
}
.price_form div.wpcf7 .third_part select {
    width: 100%;
}
.price_form div.wpcf7 input[type=submit] {
    display: block;
    width: 100%;
    font-size: 25px;
    color: #fff;
    background: url(images/warrow.png) left 380px center / 9px no-repeat;
    background-color: #990000;
    border-radius: 5px;
    padding: 8px 5px 11px 30px;
    cursor: pointer;
    transition: all .5s ease;
}
.price_form div.wpcf7 input[type=submit]:hover {
    background-position: 350px center;
    background-color: #2d71b1;
}
.price_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666666;
}
.price_form ::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
}
.price_form :-ms-input-placeholder { /* IE 10+ */
  color: #666666;
}
.price_form :-moz-placeholder { /* Firefox 18- */
  color: #666666;
}
.fourth_part .col3 {
    width: 20%;
}
.fdoors {
    width: 80%;
}
.elevcheck {
    font-size: 25px;
}
.check {
    font-size: 25px;
    margin-bottom: 5px;
}
.bcheck {
    font-size: 25px;
    margin-bottom: 20px;
}
span.wpcf7-list-item {
    margin: 0 0 0 0 !important;
}


/* Contact form style Start */
span.wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* Red Ballons CSS */
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 100%;
  background: #f00;
  border-radius: 5px;
  color: #fff;
  padding: 8px 15px;
  font-size: 16px;
  white-space: nowrap;
  left: 5%;
  -webkit-animation: formerror 400ms;
  animation: formerror 400ms;
}

span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip.tip_out {
  -webkit-transition: all 400ms;
  transition: all 400ms;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 100%;
  left: 10%;
  border-left: 0 solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #f00;
}

@-webkit-keyframes formerror {
  from {
    opacity: 0;
    bottom: 0;
  }
  to {
    opacity: 1;
    bottom: 100%;
  }
}

@keyframes formerror {
  from {
    opacity: 0;
    bottom: 0;
  }
  to {
    opacity: 1;
    bottom: 100%;
  }
}

/* Input Syles */
div.wpcf7 input,
div.wpcf7 textarea,
div.wpcf7 input[type=submit] {
  font-family: almoni;
}

div.wpcf7 input[type=tel],
div.wpcf7 input[type=text],
div.wpcf7 input[type=email],
div.wpcf7 textarea {
  font-size: 20px;
  width: calc(100% - 12px);
  background: #FFFFFF;
  border: 1px solid #ebebeb;
  padding: 8px 5px;
}

div.wpcf7 textarea {
  height: 188px;
}

div.wpcf7 input[type=submit] {
  display: block;
  margin: 0 auto 0 auto;
  cursor: pointer;
  font-size: 20pt;
  background-color: #b60606;
  border-radius: 100px;
  color: white;
  transition: all .7s ease;
  border: 0;
  font-weight: bold;
  margin-top: 10px;
  background-image: url(images/point.svg);
  background-size: 35px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 10px 70px 10px 40px;
}

div.wpcf7 input[type=submit]:hover {
  background-color: #f47524;
}

/* Bubble animation for replacing ajax img */
@-webkit-keyframes bubbles {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes bubbles {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* Errors Msgs */
div.wpcf7-response-output {
  position: fixed;
  margin: 0 !important;
  border: none;
  padding: 10px 15px;
  bottom: -100%;
  z-index: 9999;
  font-size: 22px !important;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  -webkit-animation: form_msg_error 500ms;
  animation: form_msg_error 500ms;
  bottom: 0;
}

@-webkit-keyframes form_msg_error {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}

@keyframes form_msg_error {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}

div.wpcf7-mail-sent-ok {
  background: #398f14;
}

div.wpcf7-validation-errors {
  background: #f7e700;
}

.form_msg_error_out {
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

@-webkit-keyframes form_msg_out {
  from {
    bottom: 0;
  }
  to {
    bottom: -300px;
  }
}

@keyframes form_msg_out {
  from {
    bottom: 0;
  }
  to {
    bottom: -300px;
  }
}

.main_menu2 {
  margin-bottom: 25px;
}

.main_menu2 ul {
  display: flex;
}

.main_menu2 ul li {
  width: 100%;
}

.main_menu2 ul li a {
  display: block;
  padding: 15px 0;
  width: 100%;
  font-weight: bold;
  color: white;
  background: #898989;
  text-align: center;
  transition: all .7s ease;
}

.main_menu2 ul li.current_page_item a, .main_menu2 ul li.current-menu-item a, .main_menu2 ul li:hover a {
  background: #f47524;
}

#MobNavBtn {
  position: relative;
  border: 2px solid #f47524;
  display: block;
  width: 50px;
  height: 50px;
  background: inherit;
  cursor: pointer;
}

#MobNavBtn .title {
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  color: #f47524;
  font-weight: bold;
}

#MobNavBtn span {
  display: block;
  height: 2px;
  width: 50%;
  background: #f47524;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
}

#MobNavBtn span:nth-child(1) {
  -webkit-transform: translate(-50%, -500%);
  transform: translate(-50%, -500%);
}

#MobNavBtn span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#MobNavBtn span:nth-child(3) {
  -webkit-transform: translate(-50%, 400%);
  transform: translate(-50%, 400%);
}

nav.active #MobNavBtn span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

nav.active #MobNavBtn span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

nav.active #MobNavBtn span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

nav {
  display: block;
  position: fixed;
  height: auto;
  width: 60%;
  max-width: 300px;
  z-index: 999;
  bottom: 0;
  top: 50px;
  right: 0;
  height: calc(100vh - 50px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  text-align: right;
}

nav .menu {
  position: relative;
  text-align: center;
  top: 100px;
}

nav.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

nav div.main_menu > ul {
  display: block;
  margin-top: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}

nav ul li:after {
  display: none;
}

.back-to-menu,
nav div.main_menu ul li.menu-item-has-children {
  padding: 0 0 0 30px;
  width: calc(100% - 30px);
}

nav div.main_menu ul.active .back-to-menu:after,
nav div.main_menu ul li.menu-item-has-children:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(images/svg/mob-menu-arrow.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

nav div.main_menu ul.active .back-to-menu:after {
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
}

nav div.main_menu ul.active li.menu-item-has-children {
  padding: 0;
  width: 100%;
}

nav div.main_menu ul.active li.menu-item-has-children:after {
  display: none;
}

nav ul.menu li a {
  padding: 10px 5px;
  width: calc(100% - 10px);
}

ul.sub-menu {
  display: none;
}

nav div.main_menu > ul > li > ul.sub-menu {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  pointer-events: none;
}

nav div.main_menu > ul > li > ul.sub-menu.chekd {
  height: 0;
  position: relative;
}

ul.sub-menu li {
  display: block;
  width: calc(100% - 10px);
  margin: 0 auto 0 0;
  padding: 0;
  position: relative;
}

.sub-menu li:nth-child(1),
.sub-menu li:nth-child(2) {
  margin: 0;
  width: 100%;
}

nav div.main_menu > ul.menu > li.active > ul.sub-menu {
  opacity: 1;
}

nav div.main_menu > ul.menu.active > li > a {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.back-to-menu {
  cursor: pointer;
}

.clouds_wrap {
  position: absolute;
  width: 100%;
  height: 500px;
  overflow: hidden;
  top: 0;
}

.clouds_wrap .clouds, .clouds_wrap .clouds2 {
  width: 1934px;
  height: 325px;
  pointer-events: none;
  background: url(images/clouds.png) center center repeat;
  top: 10%;
  left: 0;
  position: absolute;
  -webkit-animation-duration: 100s;
  animation-duration: 100s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
}

.clouds_wrap .clouds.active, .clouds_wrap .active.clouds2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation-name: clouds;
  animation-name: clouds;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.clouds_wrap .clouds2 {
  width: 730px;
  -webkit-animation-duration: 200s;
  animation-duration: 200s;
  background: url(images/clouds2.png) center center repeat;
}

@-webkit-keyframes clouds {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes clouds {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.page_about .text, .page_about .left {
  width: calc(50% - 20px);
}

.page_about iframe {
  width: 100%;
  height: 100%;
}

.p1_icons {
  position: absolute;
  top: 100%;
  width: 100%;
  transform: translateY(-100px);
}

.p1_icons.about {
  position: relative;
  top: 0;
  transform: translateY(0);
  padding-top: 50px;
}

.p1_icons.about .icon {
  width: 120px;
}

.p1_icons.about .icon h2.title {
  top: 70px;
  font-size: 18px;
}

.p1_icons.about .icon .inner {
  bottom: 170px;
}

.p1_icons.about .icon .inner img {
  max-height: 40px;
}

.p1_icons.about .icon.hidden {
  opacity: 1;
}

.p1_icons .container {
  justify-content: space-around;
}

.p1_icons .icon {
  background-image: url(images/ribbon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 250px;
  opacity: 1;
  transition: all .7s ease;
}

.p1_icons .icon.hidden {
  opacity: 0;
}

.p1_icons .icon .inner {
  position: absolute;
  bottom: 140px;
  right: 50%;
  transform: translateX(50%);
  text-align: center;
}

.p1_icons .icon .inner img {
  max-height: 60px;
}

.p1_icons .icon h2.title {
  text-align: center;
  position: absolute;
  top: 110px;
  right: 50%;
  transform: translateX(50%);
  font-weight: bold;
  color: #b60606;
}

section.part1 {
  padding-top: 250px;
  padding-bottom: 200px;
}

section.part1 img.pop {
  position: absolute;
  bottom: 100px;
  right: 0;
  max-width: 45%;
  transform: translateX(100%);
  transition: all 1s ease-out;
}

section.part1 img.pop.active {
  transform: translateX(0%);
}

section.part1 .form_wrap {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 5px;
  width: 50%;
  margin: 0 auto 0 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

section.part1 .form_wrap h1.p1_form_title {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  color: #0f1237;
  font-size: 28pt;
  margin-bottom: 30px;
}

section.part1 .form_wrap span.wpcf7-form-control-wrap {
  border-bottom: 2px solid #d0d1d1;
  margin-bottom: 20px;
}

section.part1 .form_wrap span.wpcf7-form-control-wrap input {
  border: 0;
  padding: 15px 70px 15px 0;
  width: calc(100% - 85px);
}

section.part1 .form_wrap .name:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/profile.svg");
}

section.part1 .form_wrap .tel:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/phone.svg");
}

section.part1 .form_wrap .email:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/mail.svg");
}

.page-template-page-front main {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-bottom: 200px;
  padding-top: 250px;
}

.page-template-page-front main svg {
  width: 80px;
  height: 80px;
  fill: #0f1237;
}

.page-template-page-front main h1 {
  color: #0f1237;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 30pt;
}

.page-template-page-front main .entry {
  color: #0f1237;
  width: 75%;
  font-size: 25px;
  margin: 0 auto;
}

.page-template-page-front main img.fam {
  max-width: 75vw;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 1s ease-out;
  transform: translateX(-100%);
  pointer-events: none;
}

.page-template-page-front main img.fam.active {
  transform: translateX(0%);
}

section.part3, .archive, .single {
  padding: 100px 0;
  text-align: center;
}

section.part3 svg, .archive svg, .single svg {
  width: 80px;
  height: 40px;
  fill: #f47524;
}

section.part3 h1, .archive h1, .single h1 {
  color: #f47524;
  margin-bottom: 20px;
  font-size: 30pt;
  font-weight: bold;
}

section.part3 .post_wrap, .archive .post_wrap, .single .post_wrap {
  text-align: right;
  width: calc((100% / 3) - 15px);
  margin-bottom: 25px;
}

section.part3 .post_wrap:hover .thumb, .archive .post_wrap:hover .thumb, .single .post_wrap:hover .thumb {
  border: 1px solid #f47524;
}

section.part3 .post_wrap:hover a, .archive .post_wrap:hover a, .single .post_wrap:hover a {
  background: #f47524;
}

section.part3 .post_wrap .thumb, .archive .post_wrap .thumb, .single .post_wrap .thumb {
  border: 1px solid #0f1237;
  transition: all .7s ease;
}

section.part3 .post_wrap h2, .archive .post_wrap h2, .single .post_wrap h2 {
  color: #0f1237;
  font-size: 20pt;
  padding: 15px 0 5px 0;
}

section.part3 .post_wrap a, .archive .post_wrap a, .single .post_wrap a {
  width: calc(100% - 60px);
  font-weight: 100;
}

section.part3 .post_wrap .entry, .archive .post_wrap .entry, .single .post_wrap .entry {
  margin-bottom: 10px;
  min-height: 115px;
}

.archive {
  padding: 0;
}

.archive .title_wrap {
  margin-bottom: 30px;
}

.archive .title_wrap svg {
  margin-left: 20px;
}

.archive .title_wrap h1 {
  margin-bottom: 0;
}

.baseline {
  align-items: baseline;
}

.title_wrap {
  margin-bottom: 30px;
}

.title_wrap svg {
  width: 50px;
  height: 50px;
  fill: #f47524;
  margin-left: 20px;
}

.title_wrap h1 {
  font-size: 30pt;
  color: #f47524;
}

.page-template-page-recs a.image {
  width: calc((100% / 4) - 5px);
  margin-bottom: 10px;
}

.page-template-page-recs a.image:hover .cover {
  opacity: 1;
}

.page-template-page-recs .cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 18, 55, 0.8);
  opacity: 0;
  transition: all .7s ease;
  justify-content: center;
  color: white;
  font-weight: 100;
  font-size: 25px;
}

.page-template-page-gal .title_wrap {
  align-items: center;
}

.page-template-page-gal svg.search {
  display: none;
}

.page-template-page-gal a:hover .cover {
  opacity: 1;
}

.page-template-page-gal .cover {
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  background: rgba(15, 18, 55, 0.8);
  color: white;
  font-weight: 100;
  font-size: 25px;
  opacity: 0;
  transition: all .7s ease;
}

.page-template-page-gal .cover svg {
  display: block;
  fill: white;
  width: 40px;
  height: 40px;
}

.page-template-default .filler {
  height: 0;
}

.page-template-default .post {
  padding: 200px 0 100px 0;
}

.page-template-default .post .entry {
  width: 80%;
}

.page-template-default .services h2 {
  color: #0f1237;
  font-size: 30pt;
  text-align: center;
  padding: 20px 0;
}

.page-template-default .services .serv {
  width: calc((100% / 4) - 5px);
  margin-bottom: 10px;
  background: #0f1237;
  color: white;
  transition: all .7s ease;
  flex-direction: column;
  justify-content: center;
}

.page-template-default .services .serv h3 {
  font-weight: 100;
  font-size: 20pt;
}

.page-template-default .services .serv:hover {
  background: #f47524;
}

.page-template-default .services .serv svg {
  width: 80px;
  height: 80px;
  fill: white;
  margin-bottom: 30px;
}

.single {
  padding: 0;
}

.single h1 {
  color: #f47524;
  font-size: 30pt;
  margin-bottom: 20px;
  text-align: right;
}

.single h2.more {
  color: #0f1237;
  font-size: 30pt;
  padding: 20px 0;
}

.single .post {
  padding: 200px 0 100px 0;
}

.single .post .entry {
  width: 80%;
}

.block {
  display: block;
}

section.part4 {
  text-align: center;
}

section.part4 svg {
  width: 80px;
  height: 40px;
  fill: #0f1237;
}

section.part4 h1 {
  color: #0f1237;
  margin-bottom: 20px;
  font-size: 30pt;
  font-weight: bold;
}

section.part4 .swiper-container {
  width: 85%;
  margin: 0 auto;
}

section.part4 .swiper-button-next, section.part4 .swiper-button-prev {
  width: 50px;
  height: 50px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: 50%;
  background-position: center center;
  border: 2px solid #f47524;
  border-radius: 50%;
}

section.part4 .swiper-button-next {
  background-image: url(images/right.svg);
}

section.part4 .swiper-button-prev {
  background-image: url(images/left.svg);
}

section.part4 span.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(15, 18, 55, 0.8);
  color: white;
  font-size: 20pt;
  font-weight: 100;
  display: flex;
  align-items: center;
  opacity: 0;
  justify-content: center;
  transition: all .7s ease;
}

section.part4 span.cover:hover {
  opacity: 1;
}

section.part5 {
  background-image: url(images/p5_bg.png);
  background-size: 100% 160px;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-top: 100px;
  padding-bottom: 200px;
}

section.part5 .right_img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
}

section.part5 .props_container {
  width: calc(50% - 40px);
  margin: 0 auto 0 0;
}

section.part5 .props_container .prop_wrap {
  font-size: 30pt;
  font-weight: 100;
  margin-bottom: 10px;
}

section.part5 .props_container .prop_wrap svg {
  width: 30px;
  height: 30px;
  fill: #f47524;
  margin-left: 20px;
}

a.blue {
  font-size: 25px;
  display: inline-block;
  margin: 0 auto;
  background: #0f1237;
  padding: 10px 30px;
  color: white;
  transition: all .7s ease;
  text-align: center;
}

a.blue:hover {
  background: #f47524;
}

header {
  position: fixed;
  z-index: 100;
  width: 100%;
  transition: all .7s ease;
  background: transparent;
}

header .logo {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
}

header .logo img {
  width: 300px;
  transition: all .7s ease;
}

header .container2 {
  margin-bottom: 30px;
}

header.active {
  background: rgba(255, 255, 255, 0.7);
}

header.active .logo img {
  width: 230px;
}

.filler {
  height: 200px;
}

.page-template-page-contact {
  background: #e2e2e2;
}

.page-template-page-contact .info_container {
  padding-top: 100px;
}

.page-template-page-contact .info_container .info_col {
  width: 33%;
  text-align: center;
}

.page-template-page-contact .info_container .icon {
  background: #0f1237;
  width: 150px;
  height: 150px;
  justify-content: center;
  margin: 0 auto 20px;
}

.page-template-page-contact .info_container .icon svg {
  width: 100px;
  height: 100px;
  fill: white;
}

.page-template-page-contact .info_container .cont * {
  font-size: 20pt;
}

.page-template-page-contact img.cart {
  position: absolute;
  z-index: 10;
  max-height: 60vh;
  left: 10%;
}

.page-template-page-contact .post {
  width: 50%;
}

.page-template-page-contact .post .entry {
  color: #f47524;
  font-size: 25pt;
}

.page-template-page-contact .post .entry p {
  margin-bottom: 10px;
}

.page-template-page-contact .entry input[type=submit] {
  margin: 0 auto 0 0;
  font-size: 25pt;
}

.page-template-page-contact .wrap span.wpcf7-form-control-wrap {
  margin-bottom: 10px;
}

.page-template-page-contact .wrap span.wpcf7-form-control-wrap textarea,
.page-template-page-contact .wrap span.wpcf7-form-control-wrap input[type=text],
.page-template-page-contact .wrap span.wpcf7-form-control-wrap input[type=tel],
.page-template-page-contact .wrap span.wpcf7-form-control-wrap input[type=email] {
  padding: 15px;
  width: calc(100% - 80px);
  margin: 0 auto 0 0;
  display: block;
  border-bottom: 3px solid #c8c7c8;
}

.page-template-page-contact .wrap span.wpcf7-form-control-wrap textarea {
  height: 100px;
}

.page-template-page-contact .wrap .your-name:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/profile.svg");
  right: 0;
}

.page-template-page-contact .wrap .your-tel:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/phone.svg");
  right: 0;
}

.page-template-page-contact .wrap .your-email:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/mail.svg");
  right: 0;
}

.page-template-page-contact h1 {
  background: #0f1237;
  padding: 80px 0;
  text-align: center;
  color: white;
  font-size: 40pt;
}

.page-template-page-contact .page_content:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0px 80px 50vw;
  border-color: transparent transparent #e2e2e2 transparent;
  position: absolute;
  bottom: 100%;
  right: 0;
}

.page-template-page-contact .page_content::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 80px 0px;
  border-color: transparent transparent #e2e2e2 transparent;
  position: absolute;
  bottom: 100%;
  left: 0;
}

img.footer_image {
  position: fixed;
  left: 50px;
  bottom: 0;
  z-index: 10000;
}

.float_btn {
  position: fixed;
  background: #0f1237;
  top: 100%;
  left: 0;
  width: 100vh;
  z-index: 1000;
  text-align: center;
  color: white;
  padding: 10px 0;
  transform-origin: top left;
  transform: rotate(-90deg);
  cursor: pointer;
}

.float_btn h2 {
  font-size: 30pt;
  position: relative;
  top: 10px;
}

.float_btn:after {
  position: absolute;
  top: 100%;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 30px 50vh;
  border-color: transparent transparent transparent #0f1237;
}

.float_btn:before {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 0 50vh;
  border-color: #0f1237 transparent transparent transparent;
}

.top_form {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-image: url(images/p5_bg.png);
  background-position: left bottom;
  background-color: #ececec;
  background-repeat: no-repeat;
  z-index: 10000;
  transform: translateY(-100%);
  transition: all .7s ease;
}

.top_form.active {
  transform: translateY(0%);
}

.top_form .topf_image {
  position: absolute;
  bottom: 0;
  right: 100px;
  min-width: 250px;
}

.top_form .close_btn {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  cursor: pointer;
  padding: 100px 0;
}

.top_form .form_title {
  text-align: center;
  font-size: 40pt;
  color: #0f1237;
  margin-bottom: 30px;
}

.top_form .the_form {
  width: 50%;
  margin: 0 auto;
}

.top_form .the_form input[type=text],
.top_form .the_form input[type=tel] {
  padding: 15px 10px !important;
  width: calc(100% - 20px) !important;
  display: block !important;
  border-bottom: 3px solid #c8c7c8 !important;
  margin: 0 auto 0 0 !important;
}

.top_form .the_form span.wpcf7-form-control-wrap {
  width: calc(100% - 50px);
  margin: 0 auto 0 0;
  display: block;
}

.top_form .the_form .name:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/profile.svg");
  left: calc(100% + 10px);
  right: auto;
}

.top_form .the_form .tel:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/phone.svg");
  left: calc(100% + 10px);
  right: auto;
}

.page-template-page-price .the_wrap {
  padding-bottom: 40vmax;
  margin-bottom: -50px;
  background-image: url(images/formbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.page-template-page-price select, .page-template-page-price .the_option {
  color: #f47524;
  font-size: 25px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ebebeb;
  padding: 4px 5px;
  font-weight: bold;
}

.page-template-page-price p {
  margin-bottom: 0;
}

.page-template-page-price .left, .page-template-page-price .right, .page-template-page-price .mid {
  width: 30%;
}

.page-template-page-price .option_wrap {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.page-template-page-price .option_wrap.active {
  z-index: 100;
  overflow: visible;
}

.page-template-page-price .option_wrap.active .options {
  max-height: 1000px;
}

.page-template-page-price .option_wrap .the_option {
  width: calc(100% - 12px);
  font-size: 28px;
  cursor: pointer;
  padding: 0px 5px;
  position: relative;
}

.page-template-page-price .option_wrap .the_option:after {
  content: "";
  width: 7px;
  height: 7px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(images/tleft.svg);
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
}

.page-template-page-price .option_wrap .options {
  background: white;
  position: absolute;
  padding: 10px;
  width: calc(100% - 20px);
  top: 101%;
  max-height: 0;
  overflow: hidden;
  transition: all .7s ease;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
}

.page-template-page-price .wpcf7-form-control-wrap, .page-template-page-price .option_wrap {
  margin-bottom: 10px;
}

@media (max-width: 1025px), (max-device-width: 1025px) {
  #content {
    padding-bottom: 0;
  }
  #leos {
    position: static;
  }
  footer {
    position: static;
  }
  .nomobile {
    display: none;
  }
  .logo a img {
    width: 200px;
    height: auto;
  }
  #MobBtns {
    display: block;
    position: fixed;
    bottom: 3px;
    left: 2.5px;
    z-index: 99999;
  }
  #MobBtns div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 2.5px;
    background: #f47524;
    position: relative;
  }
  #MobBtns div a {
    display: block;
    height: 100%;
  }
  #MobBtns div svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff;
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
  }
  #FloatSocials {
    display: block;
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
  }
  nav svg.cart {
    display: none;
  }
  header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */
  }
  section.part5 .props_container {
    width: calc(70% - 40px);
    margin: 0 auto 0 0;
  }
  div.main_menu {
    max-height: 90%;
  }
  .page-template-page-contact .info_container .cont * {
    font-size: 16pt;
  }
  section.part3 .post_wrap .entry, .archive .post_wrap .entry, .single .post_wrap .entry {
    min-height: 140px;
  }
}

@media (max-width: 1025px) and (max-width: 600px), (max-device-width: 1025px) and (max-width: 600px) {
  .page-template-page-price .left, .page-template-page-price .right, .page-template-page-price .mid {
    width: 100%;
  }
  .page_about .text, .page_about .left {
    width: 100%;
  }
  .p1_icons.about .container {
    flex-flow: row wrap;
  }
  .p1_icons.about .icon {
    width: 45%;
    height: 180px;
  }
  .p1_icons.about .icon .inner {
    bottom: 100px;
  }
  .page-template-page-contact .info_container {
    flex-flow: row wrap;
  }
  .page-template-page-contact .info_container .info_col {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-template-page-contact .post {
    width: 100%;
    text-align: center;
  }
  nav {
    top: 0;
    height: 100vh;
  }
  section.part1 .form_wrap {
    width: calc(100% - 10px);
  }
  section.part1 img.pop {
    display: none;
  }
  section.part1 .p1_icons {
    position: relative;
    top: 0;
    transform: translateY(0);
    padding-top: 100px;
  }
  section.part1 .p1_icons .icon {
    width: 185px;
  }
  section.part1 {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .page-template-page-front main {
    padding-bottom: 0;
    padding-top: 50px;
  }
  section.part1 .p1_icons .container {
    flex-flow: row wrap;
  }
  footer form {
    min-width: 70%;
  }
  footer img.fimg {
    display: none;
  }
  section.part5 .props_container {
    width: calc(100% - 40px);
  }
  footer .container img.phone {
    display: none;
  }
  .main_menu2 {
    display: none;
  }
  .page-template-page-front main img.fam {
    display: none;
  }
  section.part3 .post_wrap, .archive .post_wrap, .single .post_wrap {
    width: 100%;
  }
  section.part4 .swiper-button-next, section.part4 .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  header .container2 {
    margin-bottom: 0;
    padding: 10px 0;
  }
  header .logo {
    position: absolute;
    top: 35%;
    right: 50%;
    transform: translate(35%, -5%);
  }
  .single .post .entry,
  .page-template-default .post .entry {
    width: 100%;
  }
  .page-template-default .services .serv {
    width: calc((100% / 2) - 5px);
  }
  .imgs_container {
    flex-flow: row wrap;
  }
  .page-template-page-recs a.image {
    width: calc((100% / 2) - 5px);
  }
  .filler {
    height: 150px;
  }
}
