@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadProRegular.eot');
  src: url('../fonts/MyriadProRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadProRegular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MyriadPro-Bold';
  src: url('../fonts/MyriadProBold.eot');
  src: url('../fonts/MyriadProBold.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Bold.ttf') format('truetype'), url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadProBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Evolventa-Regular';
  src: url('../fonts/Evolventa-Regular.eot');
  src: url('../fonts/Evolventa-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Evolventa-Regular.ttf') format('truetype'), url('../fonts/Evolventa-Regular.woff') format('woff'), url('../fonts/Evolventa-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Evolventa-Bold';
  src: url('../fonts/Evolventa-Bold.eot');
  src: url('../fonts/Evolventa-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Evolventa-Bold.ttf') format('truetype'), url('../fonts/Evolventa-Bold.woff') format('woff'), url('../fonts/Evolventa-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'MyriadPro-Regular', sans-serif;
  font-size: 16px;
  color: #263650;
}
p {
  margin-bottom: 0px;
}
strong,
b,
h3,
h4 {
  font-family: 'MyriadPro-Bold', sans-serif;
  margin-bottom: 0;
}
h1,
.h1,
h2,
.h2 {
  font-family: 'Evolventa-Bold', sans-serif;
  margin-bottom: 0;
}
a,
a:visited {
  color: #009ee0;
}
a:focus,
input:focus,
button:focus {
  outline: none;
}
section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.slick-slide:focus {
  outline: none;
}
.podheader {
  font-family: 'Evolventa-Regular', sans-serif;
  color: #8fb3d1;
  margin-top: 30px;
  text-align: center;
}
.images-w-btns {
  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;
}
.images-w-btns .image-container {
  position: relative;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  width: calc(50% - 15px);
}
.images-w-btns .image-container.big {
  width: 100%;
}
.images-w-btns .image-container img {
  width: 100%;
  height: auto;
}
.images-w-btns .image-container .image-caption {
  width: calc(100% - 34px);
  position: absolute;
  bottom: 7px;
  left: 17px;
}
.images-w-btns .image-container .image-caption div {
  margin-bottom: 10px;
}
.images-w-btns .image-container .image-caption div:not(:last-of-type) {
  margin-right: 17px;
}
form input::-webkit-input-placeholder {
  color: #263650;
}
form input:-ms-input-placeholder {
  color: #263650;
}
form input::-ms-input-placeholder {
  color: #263650;
}
form input::placeholder {
  color: #263650;
}
form input[type="text"],
form input[type="tel"],
form input[type="email"] {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ff6624;
  font-size: 18px;
  padding: 23px;
  margin-top: 10px;
}
form .button {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  font-size: 16px;
  outline: none;
}
form label.personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form label.personal div {
  color: #8e8e8e;
  font-size: 14px;
}
form label.personal div a {
  font-size: 14px;
}
form label {
  position: relative;
  margin-bottom: 24px;
  width: 100%;
  display: block;
  /*
        &.name::after{
            background: url("../img/user.png") no-repeat 50% 50%;
        }
        &.tel::after{
            background: url("../img/phone-call-2.png") no-repeat 50% 50%;
            width: 18px;
            height: 17px;
        }
        &.mail::after{
            background: url("../img/mail_копия.png") no-repeat 50% 50%;
            width: 20px;
            height: 14px;
        } */
}
form label input[type="text"],
form label input[type="tel"],
form label input[type="email"] {
  padding: 23px 44px;
  text-align: center;
}
form label::after {
  content: "";
  display: block;
  width: 14px;
  height: 18px;
  background-size: contain;
  position: absolute;
  left: 16px;
  bottom: 30px;
}
form input[type=checkbox] {
  display: none;
}
form label input[type=checkbox] + span {
  font-size: 14px;
  color: #8fb3d1;
}
form label input[type=checkbox] + span a {
  font-size: 14px;
}
form label input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  position: static;
  margin-right: 10px;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
form label input[type=checkbox]:checked + span::before {
  background: #c8c8c8 url('../img/checkbox.png') no-repeat 50% 50%;
}
form span.wpcf7-list-item {
  margin: 0 auto;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fs-28 {
  font-size: 28px;
}
.fs-30 {
  font-size: 30px;
}
.fs-32 {
  font-size: 32px;
}
.fs-44 {
  font-size: 44px;
}
.fs-48 {
  font-size: 48px;
}
.fs-46 {
  font-size: 46px;
}
.fs-50 {
  font-size: 50px;
}
.fs-54 {
  font-size: 54px;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bg {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid black;
}
.underline {
  text-decoration: underline !important;
}
.upper {
  text-transform: uppercase !important;
}
.none-decor {
  text-decoration: none !important;
}
.orange {
  color: #ff6624;
}
.black-color {
  color: black;
}
.white-color {
  color: #ffffff;
}
.blue-color {
  color: #263650;
}
.lightblue-color {
  color: #8fb3d1;
}
.lightgray-color {
  color: #7e90a6;
}
.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.hide-xl {
  display: block;
}
.show-xl,
.show-lg,
.show-md,
.show-sm {
  display: none !important;
}
.logo-image {
  width: 56px;
  height: 56px;
  margin-right: 12px;
}
.bg-image {
  background: no-repeat 50% 50%;
  background-size: cover;
}
.box {
  -webkit-box-shadow: 5px 9px 48px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 9px 48px 3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #ffffff;
}
.button {
  color: #ffffff !important;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff6d2f), to(#ff996e));
  background-image: linear-gradient(to top, #ff6d2f 0%, #ff996e 100%);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.1), 0 5px 0 #e35b20;
          box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.1), 0 5px 0 #e35b20;
  border: none;
  border-radius: 6px;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none !important;
  font-family: 'Evolventa-Bold', sans-serif;
  font-size: 12px;
  letter-spacing: 0.8px;
  position: relative;
  bottom: 3px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.button.small {
  padding: 18px 36px;
}
.button.big {
  padding: 35px 41px;
  border-radius: 8px;
}
.button:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1), 0 0 0 #408f2e;
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1), 0 0 0 #408f2e;
}
.button::before {
  position: absolute;
  top: 0;
  left: -10000%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-animation: shine 7s infinite;
  animation: shine 7s infinite;
}
.text-with-icon-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 230px;
  height: 130px;
  border-radius: 6px;
  border: 1px solid #ffffff;
}
.text-with-icon-top span {
  color: #ffffff;
}
.text-with-icon-top img {
  margin-bottom: 10px;
}
.close {
  position: absolute;
  top: 5px;
  right: 10px;
}
.table {
  margin-bottom: 0;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #8fb3d1;
}
.table-light thead th {
  border-bottom: none;
}
.sticky-top {
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
}
.header {
  background-color: #fff;
  min-height: 90px;
  width: 100%;
}
.header-row {
  min-height: 90px;
}
.header h4 {
  margin-bottom: 6px;
}
.header .button.small {
  padding: 19px 45px;
}
.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
}
.contact-item-data {
  display: block;
  position: relative;
  padding-left: 10px;
  line-height: 150%;
  color: #7e90a6;
  margin: 0 auto;
}
.contact-item-data a:hover {
  text-decoration: none;
}
.contact-item-data:not(:last-of-type) {
  margin-bottom: 7px;
}
.contact-item-data::before {
  content: "";
  display: block;
  position: absolute;
}
.contact-item-data.tel::before {
  background: url("../img/phone-call.svg") no-repeat 50% 50%;
  background-size: contain;
  width: 15px;
  height: 15px;
  left: -15px;
  top: 2px;
}
.contact-item-data.time::before {
  background: url("../img/clock-s.png") no-repeat 50% 50%;
  background-size: contain;
  width: 18px;
  height: 18px;
  left: -15px;
  top: 1px;
}
.contact-item-data.adress > .orange {
  color: #ff6624;
  border-bottom: 1px dotted #ff6624;
}
.contact-item-data.adress > .orange:hover,
.contact-item-data.adress > .orange:focus {
  color: #ff6624;
  text-decoration: none;
}
.contact-item-data.adress::before {
  background: url("../img/placeholder.svg") no-repeat 50% 50%;
  background-size: contain;
  width: 14px;
  height: 20px;
  left: -15px;
  top: 0;
}
.contact-item-data.mail::before {
  background: url("../img/mail.svg") no-repeat 50% 50%;
  background-size: contain;
  width: 19px;
  height: 14px;
  left: -19px;
  top: 5px;
}
nav {
  background-color: #f0f3f6;
}
nav .navbar {
  padding: 0;
}
nav .navbar .navbar-toggler {
  padding: 0;
  width: 60px;
  min-height: 45px;
  background: none;
  border: none;
  outline: none;
}
nav .navbar .navbar-toggler .burger {
  display: block;
  width: 60px;
  height: 4px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
}
nav .navbar .navbar-toggler .burger::before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: #ff6624;
  position: relative;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 15px;
  left: 18px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav .navbar .navbar-toggler .burger::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: #ff6624;
  position: relative;
  top: 8px;
  left: 18px;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav .navbar .navbar-toggler.collapsed .burger {
  background-color: #ff6624;
  width: 60px;
}
nav .navbar .navbar-toggler.collapsed .burger::before {
  width: 60px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  bottom: 11px;
}
nav .navbar .navbar-toggler.collapsed .burger::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 20px;
  top: 7px;
}
nav .navbar .navbar-collapse .contact-item-data {
  margin: 10px 0;
}
nav .navbar .navbar-collapse .navbar-nav {
  width: 100%;
}
nav .navbar .navbar-collapse .navbar-nav .nav-item {
  min-height: 45px;
}
nav .navbar .navbar-collapse .navbar-nav .nav-item a {
  color: #7e90a6;
  font-size: 16px;
  padding: 0.6rem 1rem;
}
nav .navbar .navbar-collapse .navbar-nav .nav-item a::after {
  position: relative;
  top: 2px;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}
.dropdown-divider {
  width: calc(100% + 40px);
  position: relative;
  right: 20px;
}
.main-screen {
  padding: 65px 0;
  min-height: 750px;
}
.main-screen__main {
  background-image: url(../img/bg-main.webp);
}
.main-screen p {
  margin-bottom: 20px;
}
.main-screen .button {
  margin: 40px auto;
}
.main-screen .icon-boxes .text-with-icon-top {
  margin-top: 50px;
}
.main-screen .icon-boxes .text-with-icon-top:not(:last-of-type) {
  margin-right: 40px;
}
.main-screen .icon-boxes .text-with-icon-top img {
  width: 54px;
  height: auto;
}
.contact-screen {
  min-height: 1100px;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  background-image: url(../img/bg-form.jpg);
}
.contact-screen .box.small {
  width: 302px;
  height: 134px;
  padding: 18px 25px;
  position: absolute;
  bottom: 60px;
  left: 30%;
}
.contact-screen .box.small div:not(:last-of-type) {
  margin-bottom: 7px;
}
.contact-screen .contact-form-container {
  max-width: 495px;
}
.contact-screen .contact-form-container .contact-form {
  padding: 40px 70px;
  margin-top: 12px;
  width: 490px;
  -webkit-box-shadow: 5px 9px 48px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 9px 48px 3px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background-color: #ffffff;
}
.contact-screen .contact-form-container .contact-form .fs-28,
.contact-screen .contact-form-container .contact-form p {
  margin-bottom: 23px;
}
.contact-screen .contact-form-container .button {
  margin-bottom: 20px;
}
.reviews {
  background-color: #f4f4f7;
}
.reviews-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.review-item {
  width: 354px;
  margin-bottom: 50px;
}
.review-item h4 {
  padding: 20px 0;
}
.review-item .video {
  display: block;
  width: 100%;
  height: 242px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
}
.review-item .video img {
  border-radius: 20px;
}
.review-item .video img.play-btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.review-item .video:before {
  content: '';
  display: block;
  width: 55px;
  height: 58px;
  background: url(../img/play-button.png) center center no-repeat;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.review-item .lightblue-color {
  color: #8fb3d1;
}
.prices {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background-color: #FFF;
}
.prices-bottom h2 {
  line-height: 1.7;
}
.prices-bottom .button.big {
  padding: 32px 67px;
  font-size: 16px;
}
.portfolio-slider img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}
.portfolio .slick-slide {
  opacity: 0.4;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
.portfolio .slick-center {
  opacity: 1;
}
.portfolio .slick-dots {
  bottom: -15px;
}
.portfolio .slide-img {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px;
}
.portfolio .slick-prev {
  width: 80px;
  height: 80px;
  background: url(../img/left.svg) center no-repeat;
  background-size: 80px 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-480px) translateY(-50%);
          transform: translateX(-480px) translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.3;
}
.portfolio .slick-next {
  width: 80px;
  height: 80px;
  background: url(../img/left.svg) center no-repeat;
  background-size: 80px 80px;
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 1;
  -webkit-transform: translateX(480px) translateY(-50%) rotate(180deg);
          transform: translateX(480px) translateY(-50%) rotate(180deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.3;
}
.portfolio .slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.portfolio .slick-slider:hover .slick-next,
.portfolio .slick-slider:hover .slick-prev {
  opacity: 1;
}
.portfolio .slick-dots li button {
  border: 1px solid #ff6624;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}
.portfolio .slick-dots li button:before {
  content: '';
}
.portfolio .slick-dots li.slick-active button {
  background-color: #ff6624;
}
.bottom-contacts {
  background-color: #f4f7fa;
  padding-top: 75px;
  padding-bottom: 0;
}
.bottom-contacts h4 {
  margin-bottom: 6px;
}
.bottom-contacts .contact-header {
  padding-bottom: 40px;
}
.bottom-contacts .button.small {
  padding: 19px 45px;
}
.bottom-contacts .mail {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.bottom-contacts .mail::before {
  left: -17px;
  top: 4px;
}
.footer {
  padding: 60px 0;
  background-color: #263650;
}
.footer p {
  line-height: 30px;
  margin-bottom: 15px;
}
.footer a {
  display: block;
  color: #8fb3d1;
  font-size: 16px;
  line-height: 30px;
  text-decoration: underline;
  margin-bottom: 15px;
}
.footer a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-last-menu {
  padding-left: 90px;
}
.footer-bottom a,
.footer-bottom p {
  color: #5d687b;
  font-size: 16px;
}
#adress-change h4 {
  margin-bottom: 15px;
}
.adress-block a {
  display: block;
  margin-bottom: 5px;
}
#modal-call .modal-body {
  padding: 30px 50px;
}
#modal-call h4 {
  line-height: 1.5;
}
.balkon_breadcrumbs {
  margin-top: 50px;
  color: #ff6624;
}
.balkon_breadcrumbs a,
.balkon_breadcrumbs a:visited,
.balkon_breadcrumbs a:hover,
.balkon_breadcrumbs a:focus {
  color: #8fb3d1;
  text-decoration: none;
}
.entry-title {
  font-size: 50px;
  text-align: center;
  margin: 40px auto;
}
.page-title {
  font-size: 50px;
  text-align: center;
  margin: 40px auto;
}
article {
  margin: 50px auto;
}
.archive-loop {
  margin: 50px auto;
}
.archive-loop a:hover,
.archive-loop a:focus {
  text-decoration: none;
}
.archive-loop h3 {
  margin-bottom: 40px;
}
.archive-loop p {
  font-size: 19px;
}
.post-thumbnail {
  text-align: center;
  margin: 30px auto;
}
.post-img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}
.pagination {
  background-color: transparent;
  margin-bottom: 50px;
}
.pagination .nav-links {
  font-family: 'MyriadPro-Bold', sans-serif;
  font-size: 24px;
}
.pagination .nav-links a,
.pagination .nav-links a:hover,
.pagination .nav-links a:focus {
  color: #ff6624;
  text-decoration: none;
}
.post-navigation a,
.post-navigation a:hover,
.post-navigation a:focus,
.post-navigation a:visited {
  color: #ff6624;
  text-decoration: none;
  font-size: 19px;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin-bottom: 50px;
  background-color: transparent;
}
.entry-content {
  font-size: 18px;
}
.entry-content h1 {
  margin-bottom: 50px;
  text-align: center;
}
.ajax-loader {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .navbar-collapse .navbar-nav .nav-item {
    padding: 0 12px;
  }
  .navbar-collapse .navbar-nav .nav-item:first-of-type {
    padding-left: 0;
  }
  .navbar-collapse .navbar-nav .nav-item:last-of-type {
    padding-right: 0;
  }
  .navbar-collapse .navbar-nav .nav-item.dropdown {
    background-color: #ff6624;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle {
    color: #ffffff;
  }
  .navbar-collapse .navbar-nav .nav-item.dropdown.show {
    background-color: #ff6624;
  }
  .navbar-collapse .navbar-nav .nav-item.dropdown.show .dropdown-toggle {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #ffffff;
  }
  .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    width: 100%;
    min-width: 17rem;
    padding: 0;
    border-radius: 0;
    margin-top: -0.25px;
    background-color: #f0f3f6;
    z-index: 10;
    border: none;
  }
  .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #7e90a6;
    padding: 10px 15px;
    border: 1px solid #c8dcf0;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:not(:last-of-type) {
    border-bottom: none;
  }
  .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #ff6624;
    color: #ffffff;
  }
}
@media screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
  section {
    padding: 50px 0;
  }
  .hide-xl {
    display: none;
  }
  .fs-54 {
    font-size: 40px;
  }
  .fs-50 {
    font-size: 40px;
  }
  .fs-48 {
    font-size: 38px;
  }
  .fs-44 {
    font-size: 38px;
  }
  .fs-30 {
    font-size: 23px;
  }
  .fs-24 {
    font-size: 18px;
  }
  .fs-20 {
    font-size: 16px;
  }
  .fs-18 {
    font-size: 16px;
  }
  .button.big {
    padding: 30px 40px;
  }
  .main-screen {
    min-height: 600px;
  }
  .images-w-btns .image-container .image-caption div:not(:last-of-type) {
    padding-top: 15px;
  }
  .contact-form .fs-24 {
    font-size: 24px;
  }
  .contact-screen .box.small {
    left: 10%;
  }
  form .button {
    font-size: 14px;
  }
  .reviews {
    padding-bottom: 0px;
  }
  .reviews .fs-24 {
    font-size: 16px;
  }
  .reviews .review-item {
    width: 290px;
  }
  .prices-bottom .button.big {
    font-size: 14px;
  }
  .footer {
    padding: 40px 0;
  }
  .footer a,
  .footer p {
    font-size: 14px;
  }
  .footer-last-menu {
    padding-left: 60px;
  }
  .page-title {
    font-size: 40px;
  }
  .entry-title {
    font-size: 40px;
  }
  .archive-loop p {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
  nav .navbar {
    padding: .5rem 1rem;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
  .mt-130 {
    margin-top: 110px;
  }
  .mb-130 {
    margin-bottom: 110px;
  }
  .mt-60 {
    margin-top: 45px;
  }
  .mb-60 {
    margin-bottom: 45px;
  }
  .mt-30 {
    margin-top: 20px;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
  .header {
    min-height: 100%;
  }
  .fs-54 {
    font-size: 34px;
  }
  .fs-50 {
    font-size: 40px;
  }
  .fs-48 {
    font-size: 28px;
  }
  .fs-46 {
    font-size: 26px;
  }
  .fs-44 {
    font-size: 32px;
  }
  .fs-32 {
    font-size: 28px;
  }
  .fs-30 {
    font-size: 18px;
  }
  .fs-24 {
    font-size: 24px;
  }
  .main-screen .icon-boxes .text-with-icon-top {
    margin-top: 20px;
  }
  .main-screen .icon-boxes .text-with-icon-top:not(:last-of-type) {
    margin-right: 12px;
  }
  .text-with-icon-top {
    width: 210px;
  }
  .images-w-btns .image-container .image-caption div:not(:last-of-type) {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .contact-screen {
    min-height: 950px;
  }
  .contact-screen .fs-24 {
    font-size: 17px;
  }
  .contact-screen .contact-form .fs-24 {
    font-size: 24px;
  }
  .reviews-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .price .fs-24 {
    font-size: 18px;
  }
  .prices-bottom .button.big {
    padding: 22px 30px;
  }
  .portfolio .slide-img {
    max-width: 640px;
    padding: 30px;
  }
  .bottom-contacts .fs-24 {
    font-size: 20px;
  }
  .footer-last-menu {
    padding-left: 15px;
  }
  .images-w-btns .image-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .images-w-btns .image-container img {
    min-height: 25vw;
  }
  .images-w-btns .image-container.big img {
    position: relative;
    left: -50%;
  }
  .contact-screen.bg-image {
    background-position: 80% 50%;
  }
  .contact-screen.bg-image .contact-form-container .contact-form {
    width: 100%;
    max-width: 490px;
  }
  .contact-item {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .entry-title {
    font-size: 30px;
  }
  .entry-content {
    font-size: 16px;
  }
  .balkon_breadcrumbs {
    margin-top: 30px;
  }
  .page-title {
    font-size: 30px;
  }
  .post-img {
    margin: 0 auto 30px auto;
  }
  .archive-loop h3 {
    text-align: center;
  }
  .archive-loop p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  nav .navbar {
    padding: 0 1rem;
    overflow-x: hidden;
  }
  h1 {
    font-size: 22px;
  }
  .entry-content h1 {
    margin-bottom: 30px;
  }
  article {
    margin: 30px auto;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
  .fs-54 {
    font-size: 30px;
  }
  .fs-50 {
    font-size: 20px;
    line-height: 1.4;
  }
  .fs-48 {
    font-size: 24px;
  }
  .fs-30 {
    font-size: 15px;
  }
  .fs-24 {
    font-size: 15px;
  }
  .fs-14 {
    font-size: 12px;
  }
  .header h4 {
    margin-top: 3px;
  }
  .logo-image {
    width: 48px;
    height: 48px;
  }
  .main-screen {
    padding: 40px 0;
  }
  .contact-screen {
    min-height: 1520px;
    background-image: url(../img/bg-form-mob.jpg);
    padding: 40px 0;
  }
  .contact-screen .fs-50 {
    font-size: 26px;
  }
  .contact-screen .fs-24 {
    font-size: 16px;
  }
  .contact-screen .box .fs-24 {
    font-size: 20px;
  }
  .table.fs-20 {
    font-size: 13px;
  }
  .portfolio .slide-img {
    max-width: 360px;
  }
  .contact-item {
    margin-bottom: 15px;
  }
  #modal-call .modal-body {
    padding: 20px;
  }
  #modal-call h4,
  #modal-call p {
    line-height: 1.2;
    font-size: 16px;
  }
  form .button {
    margin-top: 15px;
  }
  form label {
    margin-bottom: 10px;
  }
  form label input[type=checkbox] + span,
  form label input[type=checkbox] + span a,
  form input[type=checkbox] + label,
  form input[type=checkbox] + label a {
    font-size: 12px;
  }
  .button.big {
    font-size: 12px;
  }
  .prices-bottom .button.big {
    font-size: 12px;
  }
  .images-w-btns .fs-24 {
    font-size: 22px;
  }
  .reviews .fs-24 {
    font-size: 14px;
  }
  .price .fs-54 {
    font-size: 19px;
  }
  .price .fs-24 {
    font-size: 15px;
  }
  .header {
    min-height: auto;
  }
  nav .navbar {
    padding: 0;
  }
  .button.big {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 576px) {
  .main-screen__main {
    background-image: url(../img/bg-mob.jpg);
  }
  form label input[type="text"],
  form label input[type="tel"],
  form label input[type="email"] {
    padding: 15px !important;
    font-size: 15px;
  }
  form label::after {
    display: none !important;
  }
  form .button {
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-screen .container .icon-boxes .text-with-icon-top {
    margin-right: 0 !important;
  }
  .main-screen .container .icon-boxes .text-with-icon-top:first-of-type {
    margin-right: 40px !important;
  }
  .contact-screen .contact-form-container .contact-form {
    padding: 25px;
  }
  .images-w-btns .image-container img {
    min-height: 25vw;
    width: auto;
  }
  .contact-screen .contact-form .fs-24 {
    font-size: 20px;
  }
  .table tr td:last-child {
    min-width: 70px;
  }
  .bottom-contacts .fs-24 {
    font-size: 16px;
  }
}
@media screen and (max-width: 540px) {
  .main-screen .container .icon-boxes .text-with-icon-top {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .main-screen .container .icon-boxes .text-with-icon-top:first-of-type {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 368px) {
  .fs-14 {
    font-size: 10px;
  }
  .fs-44 {
    font-size: 28px;
  }
  .fs-32 {
    font-size: 20px;
  }
  .contact-screen {
    min-height: 1620px;
  }
  .contact-screen .box.small {
    left: 3%;
  }
  .contact-screen .contact-form-container .contact-form {
    padding: 27px;
  }
  h1 {
    font-size: 28px;
  }
  .price .fs-30 {
    font-size: 14px;
    text-align: center;
  }
}
