@font-face {
  font-family: "Tenor Sans";
  src: url(../fonts/tenor-s/tenorsans.woff) format("woff");
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/o-sans/opensans.woff) format("woff");
  font-style: normal;
}

body,
html {
  /*font-family: "Open Sans", sans-serif;*/
  font-family: "Tenor Sans", sans-serif;
  line-height: 1.55;
  font-size: 1rem;
  color: #222;
  -webkit-text-size-adjust: 100%;
}

/*---   ---*/
.preloader {
  position: fixed; /*фиксированное позиционирование*/
  left: 0; /* координаты положения */
  top: 0;
  right: 0;
  bottom: 0;
  background: #e0e0e0; /* фоновый цвет элемента */
  z-index: 1001; /* размещаем блок над всеми элементами на странице */
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

/*---  /preloader --*/

h1,
h2,
h3,
h4,
a,
p,
ul,
pre,
li,
code,
blockquote {
  word-wrap: break-word;
  /* old name */
  -ms-word-wrap: break-word;
  overflow-wrap: break-word;
}

/*--- act link ---*/
.act {
  background: #a67d4b;
  color: rgb(253, 250, 250) !important;
}

p {
  margin: 0;
}

#upbutton {
  bottom: 6rem;
  right: 5px;
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
.site-info a,
.site-info {
  font-size: 0.9rem;
  color: #ccc;
  font-family: "Tenor Sans", sans-serif;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.7rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2.1rem;
}

h5 {
  font-size: 1.8rem;
}

.psevdo-title-footer {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
.entry-content a {
  color: #f45c5c;
}
.banner-sub-title span {
  font-family: "Tenor Sans", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
}

.banner-over-title {
  font-family: "Tenor Sans", sans-serif;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
}
.uk-progress {
  height: 30px;
  border-radius: 5px;
}
img.sp-logo {
  padding: 0.3rem;
}

/*----    -----*/
.skills {
  width: 100%;
  max-width: 600px;
  /* padding: 0 20px;*/
}

.skill-name {
  font-size: 18px;
  font-weight: 700;
  color: #621f12;
  text-transform: uppercase;
  margin: 20px 0;
}

.skill-bar {
  height: 10px;
  background: #202020;
  border-radius: 3px;
}

.skill-per {
  height: 10px;
  background: rgb(229, 85, 59);
  border-radius: 3px;
  position: relative;
  animation: fillBars 2.5s 1;
}

.skill-per::before {
  content: attr(per);
  position: absolute;
  padding: 4px 6px;
  background: #f1f1f1;
  border-radius: 4px;
  font-size: 18px;
  top: -35px;
  right: 0;
  transform: translateX(50%);
}

.skill-per::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #f1f1f1;
  top: -5px;
  right: 0;
  transform: translateX(50%) rotate(45deg);
  border-radius: 1px;
}

@keyframes fillBars {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

/*----     ----*/
blockquote {
  margin: 0;
  background: #f8f8f8;
  padding: 40px;
  color: #282e31;
  position: relative;
  font-family: "Tenor Sans", sans-serif;
  text-align: center;
  border-radius: 4px;
}
blockquote:before,
blockquote:after {
  font-size: 45px;
  color: #3d5c81;
  position: absolute;
  height: 2px;
  left: 40px;
  right: 40px;
  line-height: 0.5;
  background: linear-gradient(
      to right,
      #3ca1d9 45%,
      transparent 45%,
      transparent
    ),
    linear-gradient(to right, transparent, transparent 55%, #3ca1d9 55%);
  font-family: serif;
}
blockquote:before {
  content: "\201C";
  top: 30px;
}
blockquote:after {
  content: "\201D";
  bottom: 30px;
}
blockquote p {
  font-size: 1.5rem;
}
blockquote footer {
  margin-bottom: 1em;
}
blockquote cite {
  font-style: normal;
}
.footer-quote p {
  color: #393737;
}
/*-- карточки цены --*/
.price-title {
  font-family: "Tenor Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
  color: #c23114 !important;
  height: auto;
  min-height: 150px;
  padding: 0 0.5rem;

  background: #c8c5b6; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #eaeaea,
    #dbdbdb,
    #f2f2f2,
    #c4c0b1
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #eaeaea,
    #dbdbdb,
    #f2f2f2,
    #c3c0b4
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.price-card ul {
  padding-left: 10px;
}
.price-card li {
  list-style: none;
  width: 100%;
}
.price-card li:after {
  content: "✔";
  color: rgb(83, 160, 83);
  margin-left: auto;
  padding-left: 10px;
}
.price-card-body {
  padding: 10px 10px;
}
.price-value {
  font-size: 1.7rem;
  color: #841d09;
  background: rgb(239, 239, 210);
}
/*-- карточки цены --*/
.banner-title {
  font-family: "Tenor Sans", sans-serif;
  font-size: 3rem;
}

/*-- ===  CF-7 === --*/
.wpcf7-textarea {
  max-height: 100px;
}

.wpcf7 input[type="submit"] {
  background: #f0506e;
  border: none;
  font-size: 1.3rem;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #fff;
}

.wpcf7-acceptance {
  font-size: 0.9rem;
}

/*-- ===  CF-7 === --*/

/*===  WP  ====*/
.wp-block-gallery.wp-block-gallery-1 {
  display: flex;
}

/*== uikit ==*/

/* 
one from one (NAVBAR): 
add background transition when you back to top and the navbar change back to transperenty */
.uk-navbar-container:not(.uk-navbar-transparent) {
  /* transition: background-color 0.5s ease;.uk-navbar-container {
 */
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(35, 22, 22, 0.5);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(35, 22, 22, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(35, 22, 22, 0.5);
}

/* hero gradient overlay (Must be seperate because the BG moves with parallax) */
#hero_overlay {
  background: linear-gradient(
    to right,
    rgba(30, 75, 115, 0.8),
    rgba(108, 106, 106, 0.7)
  );
}

.uk-dropdown-nav > li > a {
  color: rgb(129, 104, 104);
  font-size: 0.8rem;
}

.uk-navbar-nav > li > a,
.uk-navbar-item {
  min-height: 70px;
}

.uk-card-body {
  padding: 20px 20px;
}

.uk-link,
a {
  color: #506d93;
}

.entry-title,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5rem 0;
  font-family: serif;
  font-weight: 500;
  color: #841d09;
  line-height: 1;
  font-family: "Tenor Sans", sans-serif;
}

[class*="uk-navbar-dropdown-bottom"] {
  margin-top: 0;
}

.uk-slider-container-offset {
  margin: 0;
}

* + .uk-h1,
* + .uk-h2,
* + .uk-h3,
* + .uk-h4,
* + .uk-h5,
* + .uk-h6,
* + .uk-heading-2xlarge,
* + .uk-heading-large,
* + .uk-heading-medium,
* + .uk-heading-small,
* + .uk-heading-xlarge,
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin: 0.7rem 0 0.7rem 0;
}
a.uk-slidenav {
  color: #222 !important;
}

/*==-- MEDIA --==*/
@media (max-width: 640px) {
  #breadcrumbs {
    display: block;
  }
  .utp-banner {
    font-size: 1.2rem;
  }
  ul.head-contacts {
    float: none;
    text-align: center;
  }

  h1,
  .entry-title {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.7rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  .mobile-margin-remove {
    margin-top: 0.2rem !important;
  }

  .site-title a,
  .site-title,
  .site-description {
    line-height: 1;
  }
  .banner-title {
    font-size: 2rem;
  }
  blockquote p {
    font-size: 1.3rem;
  }
}

@media (max-width: 960px) {
}
