/***********************
 ELEMENTS 
 ***********************/
/***********************
 FONTS 
 ***********************/
/*@font-face {
 font-family: 'Proxima Nova';
 src: url('../fonts/ProximaNova-Black.eot');
 src: local('Proxima Nova Black'), local('ProximaNova-Black'),
 url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
 url('../fonts/ProximaNova-Black.woff2') format('woff2'),
 url('../fonts/ProximaNova-Black.woff') format('woff'),
 url('../fonts/ProximaNova-Black.ttf') format('truetype');
 font-weight: 900;
 font-style: normal;
 }*/
/***********************
 MAIN 
 ***********************/
html {
  width: 100%;
  /*height: 100%;*/
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: #fff !important;
  background: #232323 !important;
  font-family: 'Roboto', sans-serif !important;
}
main {
  flex-grow: 1;
  overflow: hidden;
}
header, main, footer {
  flex-shrink: 0;
}
ul, ol {
  list-style: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/***********************
 STYLEGUIDE 
 ***********************/
.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  display: none;
  z-index: 99;
  background: url('/wp-content/themes/media/assets/img/gototop.png') no-repeat;
  background-size: 100%;
}
.callback {
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  background: url('/wp-content/themes/media/assets/img/callback.png') no-repeat;
  background-size: 100%;
}
b, strong {
  font-weight: 700 !important;
}
.c-yellow {
  color: #ffc301;
}
.bg-yellow {
  background: #ffc301;
}
.c-dark-grey {
  color: #232323;
}
.bg-dark-grey {
  background: #232323;
}
.c-red {
  color: #f00;
}
.bg-red {
  background: #f00;
}
.c-grey {
  color: #888;
}
.bg-grey {
  background: #888;
}
h1, .h1 {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 3.75rem !important;
  line-height: 1.2 !important;
}
@media screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 2.75rem !important;
  }
}
@media screen and (max-width: 479px) {
  h1, .h1 {
    font-size: 2rem !important;
  }
}
h2, .h2 {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 3rem !important;
  line-height: 1.2 !important;
}
h2 span, .h2 span {
  font-weight: 300 !important;
}
@media screen and (max-width: 991px) {
  h2, .h2 {
    font-size: 2.25rem !important;
  }
}
@media screen and (max-width: 479px) {
  h2, .h2 {
    font-size: 1.5rem !important;
  }
}
h3, .h3 {
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 2rem !important;
  line-height: 1.2 !important;
}
h3 span, .h3 span {
  font-weight: 700 !important;
}
@media screen and (max-width: 1199px) {
  h3, .h3 {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 479px) {
  h3, .h3 {
    font-size: 1.125rem !important;
  }
}
h4, .h4 {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 1.625rem !important;
  line-height: 1.2 !important;
}
h4 span, .h4 span {
  font-weight: 300 !important;
}
h5, .h5 {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  line-height: 1.2 !important;
}
@media screen and (max-width: 479px) {
  h5, .h5 {
    font-size: 1rem !important;
  }
}
h6, .h6 {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 2.5rem !important;
  line-height: 1.2 !important;
}
@media screen and (max-width: 991px) {
  h6, .h6 {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 479px) {
  h6, .h6 {
    font-size: 1.25rem !important;
  }
}
.normal-text {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: 1.1 !important;
}
@media screen and (max-width: 991px) {
  .normal-text {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 479px) {
  .normal-text {
    font-size: 14px !important;
  }
}
.btn {
  padding: 1rem 6rem !important;
  outline: none !important;
  font-style: normal !important;
  font-weight: 900 !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: skew(-45deg, 0deg);
  border-radius: 0 !important;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .btn {
    font-size: 0.75rem !important;
    padding: 0.75rem 2.5rem !important;
  }
}
.btn span {
  transform: skew(45deg, 0deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn svg {
  fill: #000;
  margin: 0 0 2px 0;
  position: relative;
  left: 8px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.btn:hover svg {
  margin: 0 0 2px 0;
  left: 15px;
}
.btn:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, .5) !important;
}
.btn .wpcf7-submit {
  transform: skew(45deg, 0deg);
  border: none;
  background: transparent;
  font-style: normal !important;
  font-weight: 900 !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  color: #000 !important;
  text-transform: uppercase;
  outline: none !important;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
.btn .ajax-loader {
  position: absolute;
  right: 20%;
}
.btn-form {
  min-height: 50px;
  min-width: 260px;
}
.btn-primary {
  color: #000 !important;
  background: #ffc301 !important;
  border: 1px solid transparent !important;
}
.btn-primary:hover {
  color: #000 !important;
  background: #ffc301 !important;
  border: 1px solid transparent !important;
}
.btn-red {
  color: #fff !important;
  background: #f00 !important;
  border: 1px solid transparent !important;
}
.btn-red:hover {
  color: #fff !important;
  background: #f00 !important;
  border: 1px solid transparent !important;
}
.form-group {
  margin-bottom: 1.5rem !important;
}
.form-group .form-control {
  background: transparent !important;
  border-radius: 0 !important;
  border: 1px solid #fff !important;
  min-height: 50px;
  display: flex !important;
  align-items: center;
  padding: 0.5rem 1rem !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}
.form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888 !important;
}
.form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #888 !important;
}
.form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #888 !important;
}
.form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #888 !important;
}
.form-group p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #888;
  width: 75%;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 479px) {
  .form-group p {
    width: 100%;
    font-size: 12px;
  }
}
.font-weight-700 {
  font-weight: 700;
}
.text-table table th {
  border: 1px solid;
  padding: 5px 15px;
}
.text-table table td {
  border: 1px solid;
  padding: 5px 15px;
}
/***********************
 CONTENT 
 ***********************/
.text-content p {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  text-align: left !important;
}
.banner {
  height: 450px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  display: flex;
  align-items: center;
}
.banner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(180deg, #222 5.73%, rgba(34, 34, 34, 0.431034) 47.92%, rgba(34, 34, 34, 0) 100%);
  pointer-events: none;
}
.banner .bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: #232323;
  overflow: hidden;
}
.banner .bottom-line .bottom-line-part {
  /*width: 40%;*/
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.5rem 0;
  position: relative;
}
.banner .bottom-line .bottom-line-part p {
  margin-bottom: 0;
}
.banner .bottom-line .bottom-line-part a {
  display: block;
  text-decoration: none;
}
.banner .bottom-line .bottom-line-part.bottom-line-adress {
  /*margin-left: -3.5%;*/
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
}
.banner .bottom-line .bottom-line-part.bottom-line-adress:before {
  content: '';
  width: 144px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 7.5%;
  background: url('/wp-content/themes/media/assets/img/mappin.png') no-repeat center;
  background-size: 100% !important;
  transform: skew(45deg, 0deg);
  opacity: 0.15;
  pointer-events: none;
  z-index: -1;
}
.banner .bottom-line .bottom-line-part.bottom-line-adress p {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
  color: #232323;
}
.banner .bottom-line .bottom-line-part.bottom-line-adress p span {
  font-weight: 700;
}
.banner .bottom-line .bottom-line-part.bottom-line-phone:after {
  content: '';
  width: 144px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 2.5%;
  background: url('/wp-content/themes/media/assets/img/phone.png') no-repeat center;
  background-size: 100% !important;
  transform: skew(45deg, 0deg);
  opacity: 0.15;
  pointer-events: none;
  z-index: -1;
}
.banner .bottom-line .bottom-line-part.bottom-line-phone a {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #ffc301;
}
.banner .bottom-line .bottom-line-part.bottom-line-phone a span {
  font-weight: 300;
}
.banner .bottom-line .bottom-line-part.bottom-line-phone a:first-child {
  margin-left: 0px !important;
}
.banner .bottom-line .bottom-line-part.bottom-line-email {
  /*margin-right: -3.5%;*/
  -webkit-clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%);
}
.banner .bottom-line .bottom-line-part.bottom-line-email:after {
  content: '';
  width: 144px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 7.5%;
  background: url('/wp-content/themes/media/assets/img/mail.png') no-repeat center;
  background-size: 100% !important;
  transform: skew(45deg, 0deg);
  opacity: 0.15;
  pointer-events: none;
  z-index: -1;
}
.banner .bottom-line .bottom-line-part.bottom-line-email a {
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 40px;
  color: #232323;
}
.banner .bottom-line .bottom-line-part.bottom-line-email a span {
  font-weight: 700;
}
.banner .banner-text span {
  display: block;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 3rem;
}
.banner .banner-text h1 {
  margin-bottom: 0.5rem;
}
.banner .banner-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.big-banner {
  height: 100vh;
}
.block-1 {
  padding: 6rem 0 3rem;
}
.block-1 .all-cards {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.block-1 .all-cards .col-lg-4 {
  margin-bottom: 2rem;
}
.block-1 .all-cards .single-card {
  background: #343434;
  position: relative;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.block-1 .all-cards .single-card .img-wrapper {
  overflow: hidden;
  height: 220px;
  border-bottom: 3px solid #ffc301;
}
.block-1 .all-cards .single-card img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.block-1 .all-cards .single-card a {
  color: inherit;
  text-decoration: none;
}
.block-1 .all-cards .single-card .card-info {
  padding: 20px 20px 40px 20px;
}
.block-1 .all-cards .single-card .card-info h3 {
  font-weight: 300 !important;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  min-height: 4.75rem;
}
.block-1 .all-cards .single-card .card-info h3 span {
  font-weight: 700 !important;
  display: block;
  width: 100%;
}
.block-1 .all-cards .single-card .card-info p {
  font-style: normal;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #888;
  margin-bottom: 1.5rem;
}
.block-1 .all-cards .single-card .card-info .read-more {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #ffc301;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.block-1 .all-cards .single-card .card-info .read-more i {
  width: 20px;
  height: 20px;
  border: 1px solid #ffc301;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffc301;
  margin-right: 8px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.block-1 .all-cards .single-card .card-info .read-more:hover {
  color: #fff;
}
.block-1 .all-cards .single-card .card-info .read-more:hover i {
  margin-right: 12px;
  color: #fff;
  border: 1px solid #fff;
}
.block-1 .all-cards .single-card .card-info .price-1 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #ffc301;
}
.block-1 .all-cards .single-card:after {
  content: '';
  width: 58px;
  height: 59px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url('/wp-content/themes/media/assets/img/small-angle.png') no-repeat right bottom;
}
.block-1 .all-cards .single-card:hover img {
  filter: none;
  transform: scale(1.1);
}
.block-1 .all-cards .single-card:hover .read-more {
  color: #fff;
}
.block-1 .all-cards .single-card:hover .read-more i {
  margin-right: 12px;
  color: #fff;
  border: 1px solid #fff;
}
.block-1 .all-cards.all-cards-2 .single-card img {
  filter: none !important;
}
.block-1 .all-cards.all-cards-2 .single-card .card-info h3 {
  min-height: 7.125rem;
}
.block-1 .btn-primary {
  margin: 50px auto 0;
}
.block-2 {
  padding: 6rem 0 3rem;
}
.block-2 .all-foto {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.block-2 .all-foto .single-foto {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  width: 19%;
  margin-bottom: 2rem;
}
.block-2 .all-foto .single-foto a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid transparent;
}
.block-2 .all-foto .single-foto img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.block-2 .all-foto .single-foto:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.block-2 .all-foto .single-foto:hover a {
  border: 1px solid #ffc301;
}
.block-2 .all-foto .single-foto:hover img {
  filter: none;
}
.block-2 .btn-primary {
  margin: 40px auto 0;
}
.block-3 {
  margin: 3rem 0 0;
  padding: 6rem 0;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
}
.block-3 .all-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.block-3 .all-items .col-lg-6 {
  margin-bottom: 30px;
}
.block-3 .all-items .single-item {
  height: 100%;
  background: linear-gradient(90deg, #030303 0%, #666 100%);
  display: flex;
  align-items: center;
  min-height: 122px;
}
.block-3 .all-items .single-item .item-img-wrapper {
  width: 25%;
  border-right: 2px solid #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-3 .all-items .single-item .item-img-wrapper img {
  max-width: 50%;
}
.block-3 .all-items .single-item p {
  width: 75%;
  padding: 10px 30px;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 0;
}
.block-4 {
  padding: 6rem 0;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
}
.block-4 .all-advances {
  display: flex;
  flex-wrap: wrap;
  min-height: 580px;
  background-size: 100% !important;
  padding: 0 30px;
  margin-top: 3rem;
}
.block-4 .all-advances .single-advance {
  width: 20%;
  text-align: center;
}
.block-4 .all-advances .single-advance .advance-img-wrapper {
  margin-bottom: 1rem;
  max-height: 100px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-4 .all-advances .single-advance .advance-img-wrapper img {
  max-width: 80%;
}
.block-4 .all-advances .single-advance h4 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 1.5rem !important;
  line-height: 1.25 !important;
  font-style: normal !important;
}
.block-4 .all-advances .single-advance:first-child {
  position: relative;
  top: 190px;
}
.block-4 .all-advances .single-advance:nth-child(2) {
  position: relative;
  top: 50px;
}
.block-4 .all-advances .single-advance:nth-child(3) {
  position: relative;
  top: -50px;
}
.block-4 .all-advances .single-advance:nth-child(4) {
  position: relative;
  top: 50px;
}
.block-4 .all-advances .single-advance:last-child {
  position: relative;
  top: 190px;
}
.block-5 {
  padding: 6rem 0;
}
.block-5 .all-boxes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.block-5 .all-boxes .col-lg-3 {
  margin-bottom: 20px;
}
.block-5 .all-boxes .single-box {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 3rem 1rem;
  text-align: center;
}
.block-5 .all-boxes .single-box .box-img-wrapper {
  margin-bottom: 2rem;
}
.block-5 .all-boxes .single-box .box-img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.block-5 .all-boxes .single-box .box-info p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  min-height: 4rem;
}
.block-5 .all-boxes .single-box .box-info .price-2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  color: #ffc301;
}
.block-6 {
  padding: 6rem 0;
}
.block-6 .all-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-6 .all-logos .single-logo {
  margin-bottom: 3rem;
  max-width: 30%;
}
.block-6 .all-logos .single-logo img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
.block-7 {
  padding: 6rem 0 3rem;
}
@media screen and (max-width: 1199px) {
  .block-7 {
    padding: 6rem 0 0;
  }
}
.block-7 .all-card-items {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0 2rem;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .block-7 .all-card-items {
    padding: 0 1rem;
  }
}
.block-7 .all-card-items .single-card-item {
  margin-bottom: 2.5rem;
  width: 32%;
  background: #343434;
}
@media screen and (max-width: 1199px) {
  .block-7 .all-card-items .single-card-item {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .block-7 .all-card-items .single-card-item {
    width: 100%;
  }
}
.block-7 .all-card-items .single-card-item .card-item-img {
  width: 100%;
}
.block-7 .all-card-items .single-card-item .card-item-img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
.block-7 .all-card-items .single-card-item .card-item-info {
  padding: 1.5rem;
}
@media screen and (min-width: 1600px) {
  .block-7 .all-card-items .single-card-item .card-item-info {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .block-7 .all-card-items .single-card-item .card-item-info {
    padding: 1rem;
  }
}
.block-7 .all-card-items .single-card-item .card-item-info h3 {
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  .block-7 .all-card-items .single-card-item .card-item-info h3 {
    margin-bottom: 1rem;
  }
}
.block-7 .all-card-items .single-card-item .card-item-info p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 0;
}
.block-8 {
  padding: 10rem 0 6rem;
  background-size: cover !important;
  background-position: center !important;
}
@media screen and (max-width: 1199px) {
  .block-8 {
    padding: 6rem 0 3rem;
  }
}
.block-8 .all-firms {
  display: flex;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.block-8 .all-firms .firm-img {
  margin-bottom: 5rem;
  padding: 0 1rem;
}
@media screen and (max-width: 1199px) {
  .block-8 .all-firms .firm-img {
    padding: 0;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .block-8 .all-firms .firm-img {
    padding: 0 3rem;
  }
}
.block-8 .all-firms img {
  max-width: 100%;
  width: 100%;
}
.block-title {
  text-align: center;
  margin-bottom: 4.5rem;
}
.block-title h2 {
  text-transform: uppercase;
  margin: 0;
  position: relative;
}
.block-title p {
  margin-bottom: 0;
}
.block-title .border-line {
  width: 300px;
  height: 1px;
  background: #fff;
  margin: 1.5rem auto;
}
.block-title-with-bg h2:before {
  content: attr(data-title);
  position: absolute;
  bottom: 0;
  left: -25%;
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  text-align: center;
  color: rgba(255, 255, 255, 0.05);
  z-index: 0;
  width: 150%;
  height: 97px;
  white-space: nowrap;
}
.block-title-with-bg h2.c-dark-grey:before {
  color: rgba(35, 35, 35, 0.1);
}
.block-order {
  padding: 6rem 0;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
}
.block-order:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(35, 35, 35, 0.85);
  pointer-events: none;
}
.block-order .wpcf7-mail-sent-ok {
  display: none !important;
}
.block-with-icons {
  padding: 6rem 0 2rem;
}
.block-with-icons .all-icons {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.block-with-icons .all-icons .col-lg-3 {
  margin-bottom: 1rem;
}
.block-with-icons .all-icons .single-icon-block {
  text-align: center;
  height: 100%;
}
.block-with-icons .all-icons .single-icon-block .icon-img-wrapper {
  height: 90px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.block-with-icons .all-icons .single-icon-block img {
  max-width: 100%;
  max-height: 100%;
}
.block-with-icons .all-icons .single-icon-block .icon-text h3 {
  margin-bottom: 0.5rem;
  text-align: center;
  text-transform: uppercase;
}
.block-with-icons .all-icons .single-icon-block .icon-text p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #888;
  margin-bottom: 0;
}
.block-with-fotos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.block-with-fotos .small-portfolio {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-height: 215px;
  min-height: 215px;
}
.block-with-fotos .small-foto {
  width: 16.666%;
  position: relative;
  max-height: 100%;
}
.block-with-fotos .small-foto a {
  width: 100%;
  height: 100%;
  display: block;
}
.block-with-fotos .small-foto a img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  opacity: 0.6;
  filter: grayscale(1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.block-with-fotos .small-foto:hover img {
  opacity: 1;
  filter: none;
}
.page-content {
  padding: 140px 0 0;
}
.breadcrumbs-block ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.breadcrumbs-block ul a {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
}
.breadcrumbs-block ul a:after {
  content: '';
  width: 5px;
  height: 5px;
  left: 477px;
  background: #fff;
  margin: 0 5px;
  border-radius: 50%;
}
.breadcrumbs-block ul span {
  display: flex;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 18px !important;
  line-height: 21px !important;
  color: rgba(255, 255, 255, 1) !important;
  margin: 0 !important;
}
.breadcrumbs-block .breadcrumbs {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.breadcrumbs-block .breadcrumbs a {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
}
.breadcrumbs-block .breadcrumbs a:after {
  content: '';
  width: 5px;
  height: 5px;
  left: 477px;
  background: #fff;
  margin: 0 5px;
  border-radius: 50%;
}
.breadcrumbs-block .breadcrumbs span {
  display: flex;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 18px !important;
  line-height: 21px !important;
  color: rgba(255, 255, 255, 1) !important;
  margin: 0 !important;
}
.block-with-text {
  padding: 6rem 0 3rem;
}
.block-with-text .text-content {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .block-with-text .text-content {
    padding: 0 15px;
  }
}
.block-with-text .text-content p {
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  text-align: justify;
}
.block-with-text .text-content .text-content-img-wrapper {
  min-height: 150px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 5rem;
}
.block-with-text .text-content .text-content-img-wrapper img {
  max-width: 100%;
}
.block-with-text .gallery-content .grid {
  width: 100%;
  margin-bottom: 3rem;
}
.block-with-text .gallery-content .grid .grid-item {
  width: 33.33%;
  float: left;
  height: auto;
  margin-bottom: 20px;
}
.block-with-text .gallery-content .grid .grid-item a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 10px;
}
.block-with-text .gallery-content .grid .grid-item a img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.block-with-text .gallery-content .grid .grid-sizer {
  width: 33.33%;
}
.block-with-text .gallery-content .btn {
  margin-bottom: 5rem;
}
.hidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}
.contact-page {
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
}
.contact-page .contact-blocks {
  padding: 3rem 3rem 6rem;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1500px) {
  .contact-page .contact-blocks {
    padding: 3rem 7rem 6rem;
  }
}
.contact-page .contact-blocks .breadcrumbs-block {
  width: 100%;
  margin-bottom: 1rem;
}
.contact-page .contact-blocks .single-contact-block {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.contact-page .contact-blocks .single-contact-block:nth-child(2) {
  padding-right: 3rem;
}
.contact-page .contact-blocks .single-contact-block:nth-child(2) .block-title {
  text-align: left;
  margin-bottom: 0;
}
.contact-page .contact-blocks .single-contact-block:last-child {
  text-align: center;
  padding-left: 3rem;
  border-left: 3px solid rgba(255, 255, 255, 0.3);
}
.contact-page .contact-blocks .single-contact-block:last-child .block-title {
  text-align: center;
  width: 100%;
}
.contact-page .contact-blocks .single-contact-block .contacts-list .contacts-item {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-page .contact-blocks .single-contact-block .contacts-list .contacts-item img {
  width: 35px;
  margin-right: 25px;
}
.contact-page .contact-blocks .single-contact-block .contacts-list .contacts-item p {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 0;
}
.contact-page .contact-blocks .single-contact-block .contacts-list .contacts-item a {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 0;
  text-decoration: none !important;
  color: #fff !important;
}
.contact-page .contact-blocks .single-contact-block .contacts-list .contacts-item a:hover {
  color: #ffc301 !important;
}
.contact-page .contact-blocks .single-contact-block .contacts-list .contacts-item .phones {
  display: flex;
  flex-direction: column;
}
.contact-page .contact-blocks .single-contact-block .contacts-list .social-links {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
.contact-page .contact-blocks .single-contact-block .contacts-list .social-links li {
  margin-right: 20px;
}
.contact-page .contact-blocks .single-contact-block .contacts-list .social-links li:last-child {
  margin-right: 0;
}
.contact-page .contact-blocks .single-contact-block .contacts-list .social-links li a {
  font-size: 35px;
  color: #fff !important;
  text-decoration: none !important;
}
.contact-page .contact-blocks .single-contact-block .contacts-list .social-links li a:hover {
  color: #ffc301 !important;
}
.contact-page .contact-blocks .single-contact-block .bottom-text {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  align-self: flex-end;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 1.5rem;
  padding: 0;
}
@media screen and (min-width: 1500px) {
  .contact-page .contact-blocks .single-contact-block .bottom-text {
    padding: 0 6rem;
  }
}
.contact-page .contact-blocks .single-contact-block form {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1500px) {
  .contact-page .contact-blocks .single-contact-block form {
    width: 70%;
  }
}
.contact-page .contact-blocks .single-contact-block .wpcf7-mail-sent-ok {
  display: none !important;
}
.ya-banner {
  position: relative;
  background-size: cover !important;
  background-position: center top !important;
  padding: 6rem 4.5rem 8rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .ya-banner {
    padding: 3rem 2rem 5rem;
    flex-direction: column-reverse;
    background-position: right top !important;
  }
}
@media screen and (max-width: 479px) {
  .ya-banner {
    padding: 3rem 1rem;
  }
}
.ya-banner .ya-logo {
  position: absolute;
  top: 6rem;
  left: 5%;
}
@media screen and (max-width: 991px) {
  .ya-banner .ya-logo {
    display: none;
  }
}
@media screen and (max-width: 1380px) {
  .ya-banner .ya-logo img {
    max-width: 250px;
  }
}
@media screen and (max-width: 1199px) {
  .ya-banner .ya-logo img {
    max-width: 200px;
  }
}
@media screen and (max-width: 991px) {
  .ya-banner .ya-logo img {
    max-width: 150px;
  }
}
.ya-banner .ya-img {
  width: 80%;
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 6rem;
  left: -10%;
}
@media screen and (min-width: 1550px) {
  .ya-banner .ya-img {
    width: 75%;
    left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .ya-banner .ya-img {
    width: 87%;
    left: -20%;
  }
}
@media screen and (max-width: 991px) {
  .ya-banner .ya-img {
    position: relative;
    width: 100%;
    bottom: auto;
    left: auto;
  }
}
.ya-banner .ya-img img {
  max-width: 100%;
  width: 100%;
}
.ya-banner .text-on-banner {
  width: 70%;
  margin-left: 30%;
  text-align: right;
}
@media screen and (min-width: 1550px) {
  .ya-banner .text-on-banner {
    width: 60%;
    margin-left: 40%;
  }
}
@media screen and (max-width: 991px) {
  .ya-banner .text-on-banner {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2rem;
    text-align: center;
  }
}
.ya-banner .text-on-banner .ya-banner-title {
  font-style: normal;
  font-weight: 300;
  font-size: 75px;
  line-height: 88px;
  color: #232323;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1550px) {
  .ya-banner .text-on-banner .ya-banner-title {
    font-size: 62px;
    line-height: 76px;
  }
}
@media screen and (max-width: 1380px) {
  .ya-banner .text-on-banner .ya-banner-title {
    font-size: 58px;
    line-height: 64px;
  }
}
@media screen and (max-width: 1280px) {
  .ya-banner .text-on-banner .ya-banner-title {
    font-size: 52px;
    line-height: 68px;
  }
}
@media screen and (max-width: 479px) {
  .ya-banner .text-on-banner .ya-banner-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.ya-banner .text-on-banner .ya-banner-info {
  width: 65%;
  margin-left: 35%;
  margin-bottom: 2rem;
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 59px;
  color: #232323;
}
@media screen and (max-width: 1550px) {
  .ya-banner .text-on-banner .ya-banner-info {
    font-size: 45px;
    line-height: 54px;
  }
}
@media screen and (max-width: 1380px) {
  .ya-banner .text-on-banner .ya-banner-info {
    font-size: 42px;
    line-height: 52px;
  }
}
@media screen and (max-width: 1280px) {
  .ya-banner .text-on-banner .ya-banner-info {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1199px) {
  .ya-banner .text-on-banner .ya-banner-info {
    width: 80%;
    margin-left: 20%;
  }
}
@media screen and (max-width: 991px) {
  .ya-banner .text-on-banner .ya-banner-info {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .ya-banner .text-on-banner .ya-banner-info {
    font-size: 26px;
    line-height: 30px;
  }
}
.ya-banner .text-on-banner .btn {
  font-weight: 900 !important;
  font-size: 20px !important;
  line-height: 23px !important;
  margin-top: 2rem;
}
.block-payments {
  padding: 6rem 0 3rem;
}
.block-payments .block-title {
  margin-bottom: 3.5rem;
}
.block-payments .all-payments {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap;
}
.block-payments .all-payments .col-lg-4 {
  margin-bottom: 2rem;
}
.block-payments .all-payments .payments-img-wrapper {
  margin-bottom: 0.75rem;
  text-align: center;
  min-height: 151px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-payments .all-payments .payments-img-wrapper img {
  max-width: 100%;
}
.block-payments .all-payments .payments-info {
  text-transform: uppercase;
  text-align: center;
}
.block-payments .all-payments .payments-info p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  margin: 1rem 0 0;
  text-transform: none;
}
.block-payments.block-payments-2 {
  padding: 3rem 0 3rem;
}
.block-payments.block-payments-2 .all-payments .payments-img-wrapper {
  min-height: 100px;
}
.block-banner {
  position: relative;
}
.block-banner img {
  max-width: 100%;
  width: 100%;
}
.block-banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(35, 35, 35, 0.8) 0%, rgba(35, 35, 35, 0) 50%, rgba(35, 35, 35, 0.8) 100%);
}
.block-chess {
  background: #313131;
}
.block-chess .single-chess {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
}
.block-chess .single-chess img {
  width: 50%;
  object-fit: cover;
  object-position: center;
}
.block-chess .single-chess .chess-info {
  width: 50%;
  padding: 3rem 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-chess .single-chess .chess-info h6 {
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.block-chess .single-chess .chess-info p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
}
.block-chess .single-chess .chess-info a {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #ffc301;
}
.block-chess .single-chess .chess-info ul {
  padding: 0;
  margin: 0;
}
.block-chess .single-chess .chess-info ul li {
  display: flex;
  align-items: baseline;
  padding-left: 30px;
  position: relative;
}
.block-chess .single-chess .chess-info ul li:before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url('/wp-content/themes/media/assets/img/check.png') no-repeat center;
  background-size: 100% !important;
  position: absolute;
  left: 0;
}
.block-chess .single-chess .chess-info ul li p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  width: calc(100% - 30px);
}
.block-chess .single-chess:nth-child(2n) {
  flex-direction: row-reverse;
}
.block-prices {
  padding: 6rem 0;
}
.block-prices .all-price-tables {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.block-prices .all-price-tables .col-lg-4 {
  margin-bottom: 2rem;
}
.block-prices .all-price-tables .col-lg-4:first-child .single-price-table h6 {
  background: #ffd754;
}
.block-prices .all-price-tables .col-lg-4:nth-child(2) .single-price-table h6 {
  background: #ffc301;
}
.block-prices .all-price-tables .col-lg-4:last-child .single-price-table h6 {
  background: #ffa800;
}
.block-prices .all-price-tables .single-price-table {
  background: #343434;
  position: relative;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.block-prices .all-price-tables .single-price-table:after {
  content: '';
  width: 58px;
  height: 59px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url('/wp-content/themes/media/assets/img/small-angle.png') no-repeat right bottom;
}
.block-prices .all-price-tables .single-price-table h6 {
  text-align: center;
  padding: 15px 0;
  color: #232323;
  text-transform: uppercase;
  flex-shrink: 0;
}
.block-prices .all-price-tables .single-price-table .price-table-info {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 30px 25px;
}
.block-prices .all-price-tables .single-price-table .price-table-info .price-3 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 1rem;
}
.block-prices .all-price-tables .single-price-table .price-table-info p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 0.5rem;
}
.block-prices .all-price-tables .single-price-table span {
  display: block;
  flex-shrink: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffc301;
  padding: 15px 25px;
  width: 80%;
}
.block-double-banner {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
}
.block-double-banner .double-banner-info {
  width: 50%;
  height: 100%;
  padding: 80px 70px 100px 80px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.9);
}
.block-double-banner .double-banner-info .double-banner-text .h1 {
  text-align: left;
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-size: 40px !important;
}
.block-double-banner .double-banner-info .double-banner-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 140%;
}
.block-tabs {
  padding: 6rem 0;
}
.block-tabs .nav-tabs {
  border-bottom: none;
  text-align: center;
  justify-content: center;
}
.block-tabs .nav-tabs .nav-item {
  min-width: 32%;
}
.block-tabs .nav-tabs .nav-item .nav-link {
  border: none !important;
  background: #e5e5e5;
  border-radius: 20px 20px 0px 0px !important;
  padding: 1.25rem 2rem;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #999;
}
.block-tabs .nav-tabs .nav-item .nav-link.active {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  z-index: 1;
  position: relative;
  background: #ffc301;
  color: #232323;
}
.block-tabs .tab-pane {
  width: 100%;
}
.block-tabs .tab-pane .all-prices-cards {
  padding: 5rem 0 0;
  display: flex !important;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.block-tabs .tab-pane .col-lg-6 {
  margin-bottom: 2rem;
}
.block-tabs .tab-pane .price-card {
  height: 100%;
  background: linear-gradient(180deg, #fff 0%, rgba(0, 0, 0, 0.8) 100%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  padding: 2rem 2rem 4rem;
}
.block-tabs .tab-pane .price-card .price-card-img {
  text-align: center;
  margin-bottom: 2rem;
}
.block-tabs .tab-pane .price-card .price-card-img img {
  max-width: 90%;
}
.block-tabs .tab-pane .price-card .price-card-info {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.block-tabs .tab-pane .price-card .price-card-info h3 {
  text-transform: uppercase;
  font-weight: 700 !important;
  text-align: center;
  margin-bottom: 2rem;
}
.block-tabs .tab-pane .price-card .price-card-info table {
  align-self: flex-end;
  width: 100%;
}
.block-tabs .tab-pane .price-card .price-card-info table tr td {
  padding: 10px 0;
}
.block-tabs .tab-pane .price-card .price-card-info table tr td p {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.block-tabs .tab-pane .price-card .price-card-info table tr td span {
  text-align: right;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  color: #ffc301;
  display: block;
}
.block-tabs-2 h6 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .block-tabs-2 h6 {
    margin-bottom: 0.5rem;
  }
}
.block-tabs-2 h3 {
  text-transform: none !important;
  margin-bottom: 0 !important;
  width: 100%;
}
.block-tabs-2 .price-card-img {
  min-height: 262px;
}
@media screen and (max-width: 1199px) {
  .block-tabs-2 .price-card-img {
    min-height: 212px;
  }
}
@media screen and (max-width: 991px) {
  .block-tabs-2 .price-card-img {
    min-height: auto;
  }
}
@media screen and (max-width: 991px) {
  .block-tabs-2 .block-title {
    margin-bottom: 0.5rem !important;
  }
}
@media screen and (max-width: 575px) {
  .block-tabs-2 .all-prices-cards {
    padding: 2rem 0 0 !important;
  }
}
.block-with-title {
  padding-top: 8.5rem;
}
.full-baners-block .single-full-banner {
  padding: 100px 0;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}
@media screen and (min-width: 1600px) {
  .full-baners-block .single-full-banner {
    padding: 200px 0;
  }
}
@media screen and (max-width: 991px) {
  .full-baners-block .single-full-banner {
    padding: 60px 0;
  }
}
.full-baners-block .single-full-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 38.54%, rgba(35, 35, 35, 0) 100%);
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .full-baners-block .single-full-banner:before {
    background: rgba(0, 0, 0, .8);
  }
}
.full-baners-block .single-full-banner .single-full-banner-info {
  width: 60%;
  padding: 0 3rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  .full-baners-block .single-full-banner .single-full-banner-info {
    width: 50%;
    padding: 0 7rem;
  }
}
@media screen and (max-width: 1199px) {
  .full-baners-block .single-full-banner .single-full-banner-info {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .full-baners-block .single-full-banner .single-full-banner-info {
    padding: 0 1rem;
  }
}
.full-baners-block .single-full-banner .single-full-banner-info h6 {
  color: #ffc301;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.full-baners-block .single-full-banner .single-full-banner-info p {
  text-align: left;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 28px !important;
}
@media screen and (max-width: 991px) {
  .full-baners-block .single-full-banner .single-full-banner-info p {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 479px) {
  .full-baners-block .single-full-banner .single-full-banner-info p {
    font-size: 14px !important;
  }
}
.full-baners-block .single-full-banner:nth-child(2n):before {
  transform: rotate(-180deg);
}
.full-baners-block .single-full-banner:nth-child(2n) .single-full-banner-info {
  width: 60%;
  margin-left: 40%;
}
@media screen and (min-width: 1600px) {
  .full-baners-block .single-full-banner:nth-child(2n) .single-full-banner-info {
    width: 50%;
    margin-left: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .full-baners-block .single-full-banner:nth-child(2n) .single-full-banner-info {
    width: 100%;
    margin-left: 0;
  }
}
.error-content {
  padding: 70px 0 20px;
}
.error {
  font-size: 180px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .error {
    font-size: 100px !important;
  }
}
@media screen and (max-width: 479px) {
  .error {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 1500px) {
  .block-chess .single-chess .chess-info {
    padding: 3rem;
  }
  .block-chess .single-chess .chess-info h6 {
    font-size: 2rem !important;
  }
  .block-chess .single-chess .chess-info p {
    font-size: 16px;
    line-height: 20px;
  }
  .block-chess .single-chess .chess-info a {
    font-size: 16px;
    line-height: 20px;
  }
  .block-chess .single-chess .chess-info ul li p {
    font-size: 16px;
    line-height: 20px;
  }
  .block-double-banner .double-banner-info {
    padding: 70px;
  }
  .block-double-banner .double-banner-info .double-banner-text p {
    font-size: 20px;
  }
  .block-double-banner .double-banner-info .double-banner-text .h1 {
    font-size: 32px !important;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1400px) {
  .bottom-line .bottom-line-part.bottom-line-adress p {
    font-size: 24px !important;
    line-height: 36px !important;
  }
  .bottom-line .bottom-line-part.bottom-line-phone a {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .bottom-line .bottom-line-part.bottom-line-phone a:first-child {
    margin-left: -73px !important;
  }
  .bottom-line .bottom-line-part.bottom-line-email a {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .block-with-fotos .small-portfolio {
    max-height: 160px;
    min-height: 160px;
  }
}
@media screen and (max-width: 1199px) {
  .bottom-line .bottom-line-part {
    /*margin-left: -5% !important;			*/
  }
  .bottom-line .bottom-line-part.bottom-line-adress p {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .bottom-line .bottom-line-part.bottom-line-phone a {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .bottom-line .bottom-line-part.bottom-line-phone a:first-child {
    margin-left: -60px !important;
  }
  .bottom-line .bottom-line-part.bottom-line-email {
    /*margin-right: -5% !important;	   			*/
  }
  .bottom-line .bottom-line-part.bottom-line-email a {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .block-1 .all-cards .single-card .img-wrapper {
    height: 180px;
  }
  .block-1 .all-cards .single-card .card-info {
    padding: 20px 15px 40px;
  }
  .block-1 .all-cards .single-card .card-info h3 {
    min-height: 3.75rem;
  }
  .block-1 .btn-primary {
    margin: 30px auto 0;
  }
  .block-3 .all-items .single-item p {
    font-size: 26px;
    line-height: 30px;
  }
  .block-4 .all-advances {
    min-height: 460px;
  }
  .block-4 .all-advances .single-advance .advance-img-wrapper {
    margin-bottom: 0.5rem;
    max-height: 80px;
    min-height: 80px;
  }
  .block-4 .all-advances .single-advance .advance-img-wrapper img {
    max-width: 40%;
  }
  .block-4 .all-advances .single-advance h4 {
    font-size: 1.25rem !important;
  }
  .block-4 .all-advances .single-advance:first-child {
    position: relative;
    top: 160px;
  }
  .block-4 .all-advances .single-advance:nth-child(2) {
    position: relative;
    top: 40px;
  }
  .block-4 .all-advances .single-advance:nth-child(3) {
    position: relative;
    top: -60px;
  }
  .block-4 .all-advances .single-advance:nth-child(4) {
    position: relative;
    top: 40px;
  }
  .block-4 .all-advances .single-advance:last-child {
    position: relative;
    top: 160px;
  }
  .block-with-fotos .small-portfolio {
    max-height: 120px;
    min-height: 120px;
  }
  .block-prices .all-price-tables .single-price-table .price-table-info .price-3 {
    font-size: 28px;
    line-height: 38px;
  }
  .block-prices .all-price-tables .single-price-table .price-table-info p {
    font-size: 18px;
    line-height: 26px;
  }
  .block-prices .all-price-tables .single-price-table span {
    width: 90%;
  }
  .block-double-banner .double-banner-info {
    width: 100%;
    padding: 70px;
    background: rgba(0, 0, 0, 0.9);
  }
  .block-tabs .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    padding: 1.25rem 1rem;
  }
}
@media screen and (max-width: 991px) {
  .banner .bottom-line .bottom-line-part {
    /*margin-left: -5% !important;			*/
  }
  .banner .bottom-line .bottom-line-part.bottom-line-adress {
    -webkit-clip-path: none;
    clip-path: none;
  }
  .banner .bottom-line .bottom-line-part.bottom-line-adress p {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .banner .bottom-line .bottom-line-part.bottom-line-phone a {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .banner .bottom-line .bottom-line-part.bottom-line-email {
    /*margin-right: -5% !important;	   			*/
    -webkit-clip-path: none;
    clip-path: none;
  }
  .banner .bottom-line .bottom-line-part.bottom-line-email a {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .block-1 {
    padding: 4rem 0 1.5rem !important;
  }
  .block-1 .all-cards .single-card .img-wrapper {
    height: 200px;
  }
  .block-1 .all-cards .single-card .card-info {
    padding: 20px 15px 40px;
  }
  .block-1 .all-cards .single-card .card-info h3 {
    min-height: 3.75rem;
  }
  .block-1 .btn-primary {
    margin: 30px auto 0;
  }
  .block-title-with-bg h2:before {
    font-size: 80px;
    line-height: 80px;
    height: 80px;
  }
  .block-2 {
    padding: 4rem 0 1.5rem !important;
  }
  .block-order {
    padding: 4rem 0;
  }
  .block-with-icons {
    padding: 2rem 0 1rem;
  }
  .banner .banner-text span {
    font-size: 1rem;
  }
  .banner .banner-text p {
    font-size: 1.5rem;
  }
  .block-3 {
    margin: 1.5rem 0 0;
    padding: 4rem 0 !important;
  }
  .block-4 {
    padding: 4rem 0 !important;
  }
  .block-4 .all-advances {
    padding: 0;
    margin-top: 0;
    background: none !important;
    justify-content: center;
  }
  .block-4 .all-advances .single-advance {
    width: 33%;
    top: auto !important;
  }
  .block-4 .all-advances .single-advance .advance-img-wrapper {
    margin-bottom: 1rem;
    max-height: 110px;
    min-height: 110px;
  }
  .page-content {
    padding: 100px 0 0;
  }
  .block-with-text {
    padding: 4rem 0 1.5rem !important;
  }
  .block-with-text .text-content p {
    font-size: 20px;
    line-height: 28px;
  }
  .block-with-text .text-content .text-content-img-wrapper {
    min-height: 100px;
    margin-bottom: 2rem;
  }
  .block-with-fotos .small-portfolio {
    max-height: none;
  }
  .block-with-fotos .small-foto {
    width: 33.334%;
  }
  .contact-page .contact-blocks {
    padding: 0 3rem 3rem;
  }
  .contact-page .contact-blocks .breadcrumbs-block {
    margin-bottom: 2rem;
  }
  .contact-page .contact-blocks .single-contact-block {
    width: 100%;
  }
  .contact-page .contact-blocks .single-contact-block:nth-child(2) {
    padding-right: 0;
    margin-bottom: 3rem;
  }
  .contact-page .contact-blocks .single-contact-block:nth-child(2) .block-title {
    text-align: left;
    margin-bottom: 2rem;
  }
  .contact-page .contact-blocks .single-contact-block:last-child {
    text-align: center;
    padding-left: 0;
    border-left: none;
  }
  .contact-page .contact-blocks .single-contact-block:last-child .block-title {
    margin-bottom: 2rem;
  }
  .block-6 .all-logos .single-logo {
    max-width: 27%;
  }
  .block-chess .single-chess {
    flex-direction: column-reverse !important;
  }
  .block-chess .single-chess img {
    width: 100%;
  }
  .block-chess .single-chess .chess-info {
    width: 100%;
  }
  .block-payments-2 .all-payments .col-lg-3 {
    margin-bottom: 2rem;
  }
  .block-prices {
    padding: 4rem 0 !important;
  }
  .block-tabs {
    padding: 4rem 0 !important;
  }
  .block-tabs .nav-tabs .nav-item {
    min-width: 100%;
  }
  .block-tabs .nav-tabs .nav-item .nav-link {
    border-radius: 0 !important;
  }
  .block-with-title {
    padding-top: 6.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    flex-wrap: wrap !important;
    padding: 100px 0 0 !important;
    height: auto !important;
  }
  .banner .banner-text {
    margin-bottom: 4rem;
  }
  .banner .banner-text span {
    font-size: 1rem;
  }
  .banner .banner-text p {
    font-size: 1.5rem;
  }
  .bottom-line {
    flex-wrap: wrap !important;
    flex-direction: column;
    position: relative !important;
  }
  .bottom-line .bottom-line-part {
    width: 100% !important;
    transform: none !important;
  }
  .bottom-line .bottom-line-part.bottom-line-adress {
    /*margin-left: 0 !important;	*/
  }
  .bottom-line .bottom-line-part.bottom-line-adress:before {
    width: 60px !important;
    height: 100% !important;
    transform: none !important;
    z-index: 0 !important;
    left: 0 !important;
  }
  .bottom-line .bottom-line-part.bottom-line-adress p {
    font-size: 18px !important;
    transform: none !important;
  }
  .bottom-line .bottom-line-part.bottom-line-phone a {
    font-size: 22px !important;
    transform: none !important;
  }
  .bottom-line .bottom-line-part.bottom-line-phone a:first-child {
    margin-left: 0 !important;
  }
  .bottom-line .bottom-line-part.bottom-line-phone:after {
    width: 100px !important;
    height: 100% !important;
    transform: none !important;
    z-index: 0 !important;
  }
  .bottom-line .bottom-line-part.bottom-line-email {
    /*margin-right: 0 !important;	   			*/
  }
  .bottom-line .bottom-line-part.bottom-line-email a {
    font-size: 18px !important;
    transform: none !important;
  }
  .bottom-line .bottom-line-part.bottom-line-email:after {
    width: 60px !important;
    height: 100% !important;
    transform: none !important;
    z-index: 0 !important;
    left: 0 !important;
    right: auto !important;
  }
  .block-1 {
    padding: 3rem 0 1.5rem !important;
  }
  .block-1 .all-cards .single-card .img-wrapper {
    height: auto;
  }
  .block-1 .all-cards .single-card .card-info {
    padding: 20px 25px 40px 15px;
  }
  .block-1 .all-cards .single-card .card-info h3 {
    min-height: 3.75rem;
  }
  .block-1 .all-cards.all-cards-2 .single-card .card-info h3 {
    min-height: auto;
  }
  .block-1 .btn-primary {
    margin: 30px auto 0;
  }
  .block-title {
    margin-bottom: 2.5rem !important;
  }
  .block-title-with-bg h2:before {
    font-size: 60px;
    line-height: 60px;
    height: 60px;
  }
  .block-2 {
    padding: 3rem 0 1.5rem !important;
  }
  .block-2 .all-foto .single-foto {
    width: 48%;
    margin-bottom: 1rem;
  }
  .block-order {
    padding: 3rem 0;
  }
  .block-with-icons {
    padding: 1.5rem 0 1rem;
  }
  .block-3 {
    padding: 3rem 0 !important;
  }
  .block-4 {
    padding: 3rem 0 !important;
  }
  .block-with-text {
    padding: 3rem 0 1.5rem !important;
  }
  .block-with-text .text-content p {
    font-size: 16px;
    line-height: 22px;
  }
  .block-with-text .gallery-content .grid {
    margin-bottom: 3rem;
  }
  .block-with-text .gallery-content .grid .grid-item {
    width: 50%;
  }
  .block-with-text .gallery-content .grid .grid-sizer {
    width: 50%;
  }
  .block-with-text .gallery-content .btn {
    margin-bottom: 1rem;
  }
  .contact-page .contact-blocks {
    padding: 0 1rem 3rem;
  }
  .contact-page .contact-blocks .single-contact-block .bottom-text {
    font-size: 22px;
    line-height: 30px;
  }
  .contact-page .contact-blocks .single-contact-block form {
    width: 100%;
  }
  .block-5 {
    padding: 3rem 0 !important;
  }
  .block-6 {
    padding: 3rem 0 0 !important;
  }
  .block-payments {
    padding: 3rem 0 1rem;
  }
  .block-chess .single-chess .chess-info {
    padding: 1.5rem;
  }
  .block-prices {
    padding: 3rem 0 !important;
  }
  .block-tabs {
    padding: 3rem 0 !important;
  }
  .block-with-title {
    padding-top: 4.5rem !important;
  }
}
@media screen and (max-width: 575px) {
  .block-title-with-bg h2:before {
    font-size: 50px;
    line-height: 50px;
    height: 50px;
  }
  .block-3 .all-items .single-item {
    min-height: 90px;
  }
  .block-3 .all-items .single-item .item-img-wrapper img {
    max-width: 35%;
  }
  .block-3 .all-items .single-item p {
    font-size: 20px;
    line-height: 26px;
  }
  .block-4 .all-advances .single-advance {
    width: 50%;
    top: auto !important;
    margin-bottom: 2rem;
  }
  .breadcrumbs-block ul span {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .breadcrumbs-block ul a {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .block-tabs .tab-pane .price-card .price-card-info table tr td p {
    font-size: 16px;
    line-height: 20px;
  }
  .block-tabs .tab-pane .price-card .price-card-info table tr td span {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 479px) {
  .banner .banner-text {
    margin-bottom: 4rem;
  }
  .banner .banner-text span {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
  .banner .banner-text p {
    font-size: 1rem;
  }
  .block-title p {
    font-size: 0.65rem;
  }
  .block-title .border-line {
    width: 80%;
  }
  .block-title-with-bg h2:before {
    font-size: 40px;
    line-height: 40px;
    height: 40px;
  }
  .block-with-icons .all-icons .single-icon-block .icon-text h3 {
    font-size: 1rem !important;
  }
  .block-with-icons .all-icons .single-icon-block .icon-text p {
    font-size: 12px;
  }
  .block-with-icons .all-icons .single-icon-block img {
    max-width: 50%;
  }
  .page-content {
    padding: 80px 0 0;
  }
  .breadcrumbs-block ul span {
    font-size: 14px !important;
    line-height: 17px !important;
  }
  .breadcrumbs-block ul a {
    font-size: 14px !important;
    line-height: 17px !important;
  }
  .block-3 .all-items .single-item p {
    font-size: 16px;
    line-height: 20px;
  }
  .block-4 .all-advances .single-advance .advance-img-wrapper {
    margin-bottom: 0.75rem;
    max-height: 80px;
    min-height: 80px;
  }
  .block-4 .all-advances .single-advance h4 {
    font-size: 1rem !important;
  }
  .contact-page .contact-blocks .single-contact-block .contacts-list .contacts-item {
    margin-bottom: 1rem;
  }
  .contact-page .contact-blocks .single-contact-block .contacts-list .contacts-item img {
    width: 20px;
    margin-right: 10px;
  }
  .contact-page .contact-blocks .single-contact-block .contacts-list .contacts-item p {
    font-size: 18px;
    line-height: 28px;
  }
  .contact-page .contact-blocks .single-contact-block .contacts-list .contacts-item a {
    font-size: 18px;
    line-height: 28px;
  }
  .contact-page .contact-blocks .single-contact-block .contacts-list .social-links li a {
    font-size: 25px;
  }
  .contact-page .contact-blocks .single-contact-block .bottom-text {
    font-size: 18px;
    line-height: 28px;
  }
  .block-chess .single-chess .chess-info h6 {
    font-size: 1.5rem !important;
  }
  .block-chess .single-chess .chess-info p {
    font-size: 14px;
    line-height: 20px;
  }
  .block-chess .single-chess .chess-info a {
    font-size: 14px;
    line-height: 20px;
  }
  .block-chess .single-chess .chess-info ul li p {
    font-size: 14px;
    line-height: 20px;
  }
  .block-double-banner .double-banner-info {
    padding: 30px 20px;
  }
  .block-double-banner .double-banner-info .double-banner-text p {
    font-size: 15px;
  }
  .block-double-banner .double-banner-info .double-banner-text .h1 {
    font-size: 24px !important;
  }
  .block-tabs .all-prices-cards {
    padding: 3rem 0 0;
  }
  .block-tabs .tab-pane .price-card {
    padding: 2rem 1rem 2rem;
  }
  .block-tabs .tab-pane .price-card .price-card-info table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .block-tabs .tab-pane .price-card .price-card-info table tr td {
    width: 100%;
  }
  .block-tabs .tab-pane .price-card .price-card-info table tr td p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .block-tabs .tab-pane .price-card .price-card-info table tr td span {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
}
/***********************
 BLOCKS 
 ***********************/
/***********************
 HEADER 
 ***********************/
.header-wrapper {
  padding: 0.5rem 0;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: stretch;
  z-index: 10;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header-wrapper.header-sticky {
  background: #232323;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-wrapper.header-with-border {
  background: #232323;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-wrapper .logo-block {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-wrapper .logo-block a img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .header-wrapper .logo-block a img {
    max-height: 60px;
    width: auto;
  }
}
@media (max-width: 479px) {
  .header-wrapper .logo-block a img {
    max-height: 40px;
    width: auto;
  }
}
/***********************
 MENU 
 ***********************/
.navmenu {
  height: 100%;
}
.navmenu .menu-wrap {
  height: 100%;
}
.navmenu .menu-wrap .menu-sidebar {
  height: 100%;
}
@media (min-width: 992px) {
  .menu {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
  .menu li {
    margin-left: 40px;
    height: 100%;
  }
  .menu li.work-time {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 12px;
    border-left: 3px solid #ffc301;
    padding-left: 5px;
    height: 27px;
    line-height: 13px;
    padding-top: 1px;
  }
  .menu li.work-time .day-off {
    font-weight: bold;
  }
  .menu li.work-time .work-timeout {
    opacity: 0.5;
  }
  .menu li:first-child {
    margin-left: 0;
  }
  .menu li a {
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #fff;
    height: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .menu li a:hover {
    color: #ffc301;
  }
  .menu li a.current-menu-item a {
    color: #ffc301;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1024px) {
  .menu li a {
    font-size: 20px;
    line-height: 24px;
  }
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children a i {
  font-size: 15px;
  margin-left: 5px;
}
@media (min-width: 992px) {
  .menu-item-has-children .sub-menu {
    padding: 20px 30px;
    border-top: 3px solid #ffc301;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 350px;
    width: 100%;
    z-index: 10;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    background: rgba(255, 255, 255, 1);
  }
  .menu-item-has-children .sub-menu li {
    width: 100%;
    padding: 0 0 10px;
    margin: 0 !important;
  }
  .menu-item-has-children .sub-menu li a {
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    transition: all 0.3s ease-out;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 36px;
    text-transform: uppercase;
    color: #232323;
  }
  .menu-item-has-children .sub-menu li a:hover {
    color: #ffc301;
  }
  .menu-item-has-children .sub-menu li.current-menu-item a {
    color: #ffc301;
  }
}
@media (min-width: 992px) {
  .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .menu-wrap {
    background-color: rgba(0, 0, 0, 1);
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
    top: -100%;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.25s;
    z-index: 10;
  }
}
@media (max-width: 991px) {
  .menu-show {
    top: 0;
  }
}
@media (max-width: 991px) {
  .menu-sidebar {
    margin: 100px 0 50px;
    position: relative;
  }
  .menu-sidebar .menu {
    padding: 0;
    margin: 0;
  }
  .menu-sidebar li {
    padding: 0 10px 25px;
    text-align: center;
  }
  .menu-sidebar li a {
    color: #fff !important;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
  }
  .menu-sidebar li a:hover {
    text-decoration: none !important;
    color: #ffc301;
  }
  .menu-sidebar .menu-item-has-children {
    position: relative;
  }
  .menu-sidebar .menu-item-has-children .sub-menu {
    display: none;
    padding: 15px 10px 5px;
    margin: 0;
  }
  .menu-sidebar .menu-item-has-children .sub-menu li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .menu-sidebar .menu-item-has-children .sub-menu li a {
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.25s ease-out;
    text-transform: inherit;
  }
  .menu-sidebar .menu-item-has-children .sub-menu li.current-menu-item a {
    font-weight: bold;
    transition: all 0.25s ease-out;
  }
}
/*Hamburger Button*/
@media (min-width: 992px) {
  .toggle-button {
    display: none;
  }
}
.toggle-button {
  position: fixed;
  width: 60px;
  height: 44px;
  top: 16px;
  right: 15px;
  transition: 0.25s;
  z-index: 15;
}
@media (max-width: 575px) {
  .toggle-button {
    right: 0;
  }
}
@media (max-width: 479px) {
  .toggle-button {
    top: 6px;
  }
}
.toggle-button:hover {
  cursor: pointer;
}
.toggle-button .menu-bar {
  position: absolute;
  border-radius: 0;
  width: 40px;
  transition: 0.5s;
}
.toggle-button .menu-bar-top {
  border: 4px solid #fff;
  border-bottom: none;
  top: 10px;
}
.toggle-button .menu-bar-middle {
  height: 4px;
  background-color: #fff;
  margin-top: 4px;
  margin-bottom: 4px;
  top: 16px;
}
.toggle-button .menu-bar-bottom {
  border: 4px solid #fff;
  border-top: none;
  top: 30px;
}
.button-open {
  right: 15px;
  background: transparent;
}
@media (max-width: 575px) {
  .button-open {
    right: 0;
  }
}
.button-open .menu-bar {
  width: 35px;
}
.button-open .menu-bar-top {
  border-color: #fff;
  transform: rotate(45deg) translate(8px, 8px);
  transition: 0.5s;
}
.button-open .menu-bar-middle {
  background-color: #fff;
  transform: translate(230px);
  transition: 0.1s ease-in;
  opacity: 0;
}
.button-open .menu-bar-bottom {
  border-color: #fff;
  transform: rotate(-45deg) translate(5px, -6px);
  transition: 0.5s;
}
/***********************
 FOOTER 
 ***********************/
.footer-wrapper {
  position: relative;
}
.footer-wrapper .top-line {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: #232323;
  overflow: hidden;
}
.footer-wrapper .top-line .bottom-line-part {
  width: 40%;
  transform: skew(-45deg, 0deg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.5rem 0;
  position: relative;
}
.footer-wrapper .top-line .bottom-line-part p {
  transform: skew(45deg, 0deg);
  margin-bottom: 0;
}
.footer-wrapper .top-line .bottom-line-part a {
  transform: skew(45deg, 0deg);
  display: block;
  text-decoration: none;
}
.footer-wrapper .top-line .bottom-line-part.bottom-line-adress {
  margin-left: -3.5%;
}
.footer-wrapper .top-line .bottom-line-part.bottom-line-adress:before {
  content: '';
  width: 144px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 7.5%;
  background: url('/wp-content/themes/media/assets/img/mappin.png') no-repeat center;
  background-size: 100% !important;
  transform: skew(45deg, 0deg);
  opacity: 0.15;
  pointer-events: none;
  z-index: -1;
}
.footer-wrapper .top-line .bottom-line-part.bottom-line-adress p {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
  color: #232323;
}
.footer-wrapper .top-line .bottom-line-part.bottom-line-adress p span {
  font-weight: 700;
}
.footer-wrapper .top-line .bottom-line-part.bottom-line-phone:after {
  content: '';
  width: 144px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 2.5%;
  background: url('/wp-content/themes/media/assets/img/phone.png') no-repeat center;
  background-size: 100% !important;
  transform: skew(45deg, 0deg);
  opacity: 0.15;
  pointer-events: none;
  z-index: -1;
}
.footer-wrapper .top-line .bottom-line-part.bottom-line-phone a {
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 40px;
  color: #ffc301;
}
.footer-wrapper .top-line .bottom-line-part.bottom-line-phone a span {
  font-weight: 700;
}
.footer-wrapper .top-line .bottom-line-part.bottom-line-phone a:first-child {
  margin-left: -80px;
}
.footer-wrapper .top-line .bottom-line-part.bottom-line-email {
  margin-right: -3.5%;
}
.footer-wrapper .top-line .bottom-line-part.bottom-line-email:after {
  content: '';
  width: 144px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 7.5%;
  background: url('/wp-content/themes/media/assets/img/mail.png') no-repeat center;
  background-size: 100% !important;
  transform: skew(45deg, 0deg);
  opacity: 0.15;
  pointer-events: none;
  z-index: -1;
}
.footer-wrapper .top-line .bottom-line-part.bottom-line-email a {
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 40px;
  color: #232323;
}
.footer-wrapper .top-line .bottom-line-part.bottom-line-email a span {
  font-weight: 700;
}
.footer-wrapper .middle-footer {
  padding: 5rem 0 1.5rem;
  width: 100%;
}
.footer-wrapper .middle-footer .widget .widget-title {
  margin-bottom: 2rem;
}
.footer-wrapper .middle-footer .widget .widget-title h5 {
  text-transform: uppercase;
  margin: 0;
}
.footer-wrapper .middle-footer .widget .logo-widget {
  margin-bottom: 1rem;
}
.footer-wrapper .middle-footer .widget .logo-widget img {
  max-width: 90%;
  width: 100%;
  height: auto;
}
.footer-wrapper .middle-footer .widget .menu {
  padding: 0;
  margin: 0 0 1rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer-wrapper .middle-footer .widget .menu li {
  margin-bottom: 0.5rem;
  margin-left: 0;
  height: auto;
}
.footer-wrapper .middle-footer .widget .menu li a {
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.2;
  text-align: left;
  justify-content: flex-start;
  text-decoration: none;
  text-transform: inherit;
  color: #fff;
}
.footer-wrapper .middle-footer .widget .menu li a:hover {
  color: #ffc301;
}
.footer-wrapper .middle-footer .widget .html-widget {
  margin-bottom: 1rem;
}
.footer-wrapper .middle-footer .widget .html-widget a {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  text-align: right;
  text-decoration: none;
  display: block;
  color: #fff;
  margin-bottom: 0.5rem;
}
.footer-wrapper .middle-footer .widget .html-widget a:hover {
  color: #ffc301;
}
.footer-wrapper .middle-footer .widget .html-widget p {
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  text-align: right;
}
.footer-wrapper .middle-footer .widget .html-widget p a {
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  text-decoration: none;
}
.footer-wrapper .middle-footer .widget .soc-links-widget {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.footer-wrapper .middle-footer .widget .soc-links-widget .soc-links {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-wrapper .middle-footer .widget .soc-links-widget .soc-links li {
  margin-left: 1rem;
}
.footer-wrapper .middle-footer .widget .soc-links-widget .soc-links li:first-child {
  margin-left: 0;
}
.footer-wrapper .middle-footer .widget .soc-links-widget .soc-links li a {
  color: #fff;
  text-decoration: none;
}
.footer-wrapper .middle-footer .widget .soc-links-widget .soc-links li a:hover {
  color: #ffc301;
}
.footer-wrapper .middle-footer .widget .soc-links-widget .soc-links li a i {
  font-size: 25px;
}
.footer-wrapper .bottom-footer {
  padding: 1.5rem 0;
  width: 100%;
  background: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-wrapper .bottom-footer .copyright-block {
  position: relative;
}
.footer-wrapper .bottom-footer .copyright-block p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #888;
  margin-bottom: 0;
}
.footer-wrapper .bottom-footer .copyright-block p i {
  color: #ffc301;
  font-size: 20px;
  margin: 0 10px;
}
.footer-wrapper .bottom-footer .dev-link {
  position: absolute;
  top: 3px;
  right: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}
.footer-wrapper .bottom-footer .dev-link:hover {
  color: #ffc301;
}
@media screen and (max-width: 991px) {
  .footer-wrapper .bottom-footer .dev-link {
    position: relative;
  }
}
@media screen and (max-width: 1400px) {
  .top-line .bottom-line-part.bottom-line-adress p {
    font-size: 24px !important;
    line-height: 36px !important;
  }
  .top-line .bottom-line-part.bottom-line-phone a {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .top-line .bottom-line-part.bottom-line-phone a:first-child {
    margin-left: -73px !important;
  }
  .top-line .bottom-line-part.bottom-line-email a {
    font-size: 30px !important;
    line-height: 36px !important;
  }
}
@media screen and (max-width: 1199px) {
  .top-line .bottom-line-part.bottom-line-adress {
    margin-left: -5% !important;
  }
  .top-line .bottom-line-part.bottom-line-adress p {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .top-line .bottom-line-part.bottom-line-phone a {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .top-line .bottom-line-part.bottom-line-phone a:first-child {
    margin-left: -60px !important;
  }
  .top-line .bottom-line-part.bottom-line-email {
    margin-right: -5% !important;
  }
  .top-line .bottom-line-part.bottom-line-email a {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .middle-footer .widget .menu li a {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 991px) {
  .top-line .bottom-line-part.bottom-line-adress {
    margin-left: -5% !important;
  }
  .top-line .bottom-line-part.bottom-line-adress p {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .top-line .bottom-line-part.bottom-line-phone a {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .top-line .bottom-line-part.bottom-line-phone a:first-child {
    margin-left: -48px !important;
  }
  .top-line .bottom-line-part.bottom-line-email {
    margin-right: -5% !important;
  }
  .top-line .bottom-line-part.bottom-line-email a {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .middle-footer .widget .menu li a {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .top-line {
    flex-wrap: wrap !important;
    position: relative !important;
  }
  .top-line .bottom-line-part {
    width: 100% !important;
    transform: none !important;
  }
  .top-line .bottom-line-part.bottom-line-adress {
    margin-left: 0 !important;
  }
  .top-line .bottom-line-part.bottom-line-adress:before {
    width: 60px !important;
    height: 100% !important;
    transform: none !important;
    z-index: 0 !important;
    left: 0 !important;
  }
  .top-line .bottom-line-part.bottom-line-adress p {
    font-size: 18px !important;
    transform: none !important;
  }
  .top-line .bottom-line-part.bottom-line-phone a {
    font-size: 22px !important;
    transform: none !important;
  }
  .top-line .bottom-line-part.bottom-line-phone a:first-child {
    margin-left: 0 !important;
  }
  .top-line .bottom-line-part.bottom-line-phone:after {
    width: 100px !important;
    height: 100% !important;
    transform: none !important;
    z-index: 0 !important;
  }
  .top-line .bottom-line-part.bottom-line-email {
    margin-right: 0 !important;
  }
  .top-line .bottom-line-part.bottom-line-email a {
    font-size: 18px !important;
    transform: none !important;
  }
  .top-line .bottom-line-part.bottom-line-email:after {
    width: 60px !important;
    height: 100% !important;
    transform: none !important;
    z-index: 0 !important;
    left: 0 !important;
    right: auto !important;
  }
}
@media screen and (max-width: 575px) {
  .footer-wrapper .middle-footer {
    padding: 1.5rem 0 1.5rem;
  }
  .footer-wrapper .middle-footer .widget {
    margin-bottom: 2rem;
  }
  .footer-wrapper .middle-footer .widget .logo-widget {
    text-align: center;
  }
  .footer-wrapper .middle-footer .widget .logo-widget img {
    max-width: 80%;
    width: auto;
    margin: 0 auto;
    max-height: 80px;
  }
  .footer-wrapper .middle-footer .widget .html-widget p {
    text-align: center;
  }
  .footer-wrapper .middle-footer .widget .html-widget a {
    text-align: center;
  }
  .footer-wrapper .middle-footer .widget .soc-links-widget .soc-links {
    justify-content: center;
  }
}
/***********************
 MODAL 
 ***********************/
.modal .modal-content {
  background: #232323;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  color: #fff;
  padding: 60px 85px 55px;
  text-align: center;
  position: relative;
}
.modal .modal-content .modal-body {
  padding: 0;
}
.modal .modal-content .modal-body .modal-text {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #888;
  margin: 0 auto 20px;
  width: 60%;
}
.modal .modal-content .modal-body h2 {
  font-size: 42px !important;
  margin-bottom: 0;
}
.modal .modal-content .close {
  position: absolute;
  top: 20px;
  right: 15px;
}
.modal-open {
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 700px !important;
  }
}
@media (max-width: 991px) {
  .modal .modal-content {
    padding: 50px;
  }
  .modal .modal-content .modal-body h2 {
    font-size: 32px !important;
  }
  .modal .modal-content .modal-body .modal-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .modal .modal-content {
    padding: 50px 30px;
  }
}
@media (max-width: 479px) {
  .modal .modal-content {
    padding: 50px 15px;
  }
  .modal .modal-content .modal-body .modal-text {
    width: 80%;
  }
  .modal .modal-content .close {
    top: 15px;
  }
}
/***********************
 PAGES 
 ***********************/
/***********************
 SINGLE 
 ***********************/
/***********************
 ERROR 
 ***********************/
/***********************
 SERVICE 
 ***********************/
.service-page .banner {
  position: relative;
}
.service-page .banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  filter: grayscale(1);
  object-fit: cover;
  object-position: center;
}
.service-page .banner:before {
  background: linear-gradient(180deg, #222 0%, rgba(34, 34, 34, 0.431034) 49.48%, rgba(34, 34, 34, 0) 100%);
  z-index: 0;
}
.service-page .banner .breadcrumbs-block ul {
  justify-content: center;
}
.service-page .banner .breadcrumbs-block .breadcrumbs {
  justify-content: center;
}
.service-page .block-1 {
  padding: 6rem 0;
}
.service-page .block-1 .block-title h2 {
  text-transform: inherit;
  font-weight: 400 !important;
}
.service-page .block-with-text {
  margin-top: 0;
  padding: 6rem 0;
  background-size: cover !important;
  background-position: center center !important;
}
.service-page .block-with-text .text-content p {
  text-align: left;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .service-page .banner {
    height: 350px;
  }
  .service-page .block-with-text {
    margin-top: 0;
  }
}
@media screen and (max-width: 479px) {
  .service-page .banner {
    padding: 80px 0 0 !important;
  }
  .service-page .banner .banner-text {
    margin-bottom: 2rem;
  }
  .service-page .banner .banner-text h1 {
    font-size: 1.75rem !important;
  }
}
