body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #303030;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

ul,
ol {
  padding-left: 30px;
}

a {
  color: #e01601;
}

a:hover,
a:focus,
a:active {
  color: #e01601;

  text-decoration: none;
}

.btn {
  display: inline-block !important;
  min-width: 145px;
  padding: 12px 20px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #ffffff;
  background-color: #000000;
  border: none;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.btn:hover,
.btn:focus {
  color: #ffffff;
}

.btn:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.5) !important;
}

.btn-red {
  background-color: #d80019;
}

.btn-red:hover {
  box-shadow: inset 0 0 10px 4px #a30215;
}

.two-color-btn {
  position: relative;
  padding: 15px 20px 10px 70px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  background-color: #d80019;
  border: none;
  text-align: center;
  text-transform: uppercase;
}

.two-color-btn:hover,
.two-color-btn:focus {
  box-shadow: inset 0 0 10px 4px #a30215;
}

.two-color-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background: #303030 url("../images/svg/plus.svg") no-repeat center;
  background-size: 20px;
}

h1 {
  position: relative;

  margin-bottom: 60px;

  font-size: 60px;
  font-weight: 300;
  line-height: 72px;

  letter-spacing: 1.3px;
  text-align: center;
}

@media (max-width: 575px) {
  h1 {
    margin-bottom: 25px;
  }
}

h1::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 100px;
  height: 2px;
  transform: translate(-50%);
}

h2 {
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
  color: #e01601;
}

.block-title {
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
}

h2.block-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 70px;
  height: 4px;
  background: currentColor;
  transform: translate(-50%);
}

@media (max-width: 575px) {
  h2.block-title {
    margin-bottom: 25px;

    font-size: 32px;
    line-height: 40px;
  }
}

h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  color: #e01601;
}

@media (max-width: 575px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

.title-light {
  color: #ffffff;
}

blockquote.more-text {
  padding: 35px 100px;
  margin: 0 auto 10px;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 757px) {
  blockquote.more-text {
    padding: 35px 20px;
  }
}

blockquote.more-text .author {
  margin: 10px 0 0;

  font-weight: 400;
  font-style: normal;
}

blockquote {
  position: relative;
  padding: 50px 100px;
  margin: 50px auto;
  font-size: 38px;
  font-style: italic;
  line-height: 60px;
  color: #636363;
  border-top: 2px solid #dedede;
  text-align: center;
}

blockquote:last-child {
  border-bottom: 2px solid #dedede;
}

blockquote::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;

  width: 60px;
  height: 30px;

  background: #ffffff url("../images/svg/quotes.svg") no-repeat center center;
  background-size: 30px;

  transform: translate(-50%) rotate(180deg);
}

@media (max-width: 767px) {
  blockquote {
    padding: 30px 70px;

    font-size: 28px;
  }
}

@media (max-width: 575px) {
  blockquote {
    padding: 30px 50px;

    font-size: 20px;
    line-height: 32px;
    ;
  }
}

/* Header */

#page-top {
  min-height: 251px;
  /* max-height: 890px; */
}

@media (max-width: 991px) {
  #page-top {
    min-height: 60px;
  }
}

.header-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0 35px;
}

.header-logo-block .logo {
  display: flex;
  align-items: center;
}

.header-logo-block .logo-img {
  margin-right: 30px;
}

.header-contact-list {
  display: flex;
  padding: 0;
  margin: 0;

  list-style: none;
}

.header-contact-item {
  position: relative;

  padding-left: 40px;
  margin-right: 60px;
}

.header-contact-item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;

  width: 30px;
  height: 30px;
}

.header-contact-support::before {
  background: url("../images/svg/call-black.svg") no-repeat center;
  background-size: 26px 25px;
}

.header-contact-email::before {
  background: url("../images/svg/envelope-black.svg") no-repeat center;
  background-size: 33px 25px;
}

.header-contact-adress::before {
  background: url("../images/svg/marker-black.svg") no-repeat center;
  background-size: 26px 34px;
}

.header-contact-item:last-child {
  margin-right: 0;
}

.header-contact-item a {
  color: #7c7c7c;
}

.header-contact-item a:hover,
.header-contact-item a:focus {
  text-decoration: underline;
}

.header-contact-item a:hover h3,
.header-contact-item a:focus h3 {
  text-decoration: none;
}

.header-contact-title {
  margin-bottom: 0;

  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  color: #000000;

  text-transform: uppercase;
}

.header-contact-descr {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #7c7c7c;
}

@media (max-width: 1199px) {
  .header-contact {
    padding: 10px 0 10px;
  }

  .header-contact-list {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .header-contact {
    display: none;
  }
}

.page-top-wrapper {
  position: absolute;
  /* left: calc(50% - 1px); */
  z-index: 100;
  /* display: flex;
  justify-content: center; */
  width: 100%;
  padding: 0;
  background: #e01601;
  /* transform: translate(-50%); */
}

@media (max-width: 767px) {
  .page-top-wrapper {
    max-width: none;
  }

  .main-nav {
    border-radius: 0;
  }
}

.page-top-wrapper>.container {
  padding: 0;
}

#main-menu {
  align-self: center;
  width: 100%;
}

.header-top-fixed {
  position: fixed !important;
  top: 0 !important;
}

#responsive-nice-menu-content-1 {
  justify-content: flex-start;
}

#page-top .nav-link {
  padding: 18px 35px;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  transition: color 0.2s ease-in-out;
}

#page-top .nav-link .caret {
  display: none;
}


#page-top .nav-item .nav-link:hover,
#page-top .nav-item .nav-link:focus,
#page-top .nav-item.active>.nav-link {
  background-color: #303030;
}

#page-top .menu-item-1448 {
  margin-left: auto;
}

#page-top .menu-item-1448 .nav-link {
  min-width: 160px;
  padding: 6px 15px 7px;
  font-size: 17px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 25px;
  text-align: center;
  transition: 0.2s ease-in-out;
  background-color: #303030;
}

#page-top .menu-item-1448 .nav-link:hover,
#page-top .menu-item-1448 .nav-link:focus,
#page-top .menu-item-1448.active>.nav-link {
  color: #303030;

  background-color: #ffffff;
}

#page-top #responsive-nice-menu-content-1>.nav-item {
  margin-right: 10px;
}

#page-top .nav-item:last-child {
  margin-right: 0;
}

.navbar-collapse {
  justify-content: flex-end;
}

.main-nav {
  padding: 0;
}

#page-top .nav-item .dropdown-toggle::after {
  position: absolute;
  top: 31px;
  right: 15px;
  display: block;
  margin: 0;
}

.main-nav .navbar-nav {
  align-items: center;
  width: 100%;
}

#page-top .dropdown-menu {
  top: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  min-width: 200px;
  padding: 0;
  margin: 0;
  background-color: rgba(48, 48, 48, 0.9);
  border: none;
  border-radius: 0;
}

#page-top .nav-item .dropdown-menu-show,
#page-top .nav-item .dropdown-menu:focus {
  display: flex;
}

@media (min-width: 992px) {
  #page-top .dropdown-menu {
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
  }


  .dropdown-menu-show,
  #page-top .nav-item a:hover+.dropdown-menu,
  #page-top .nav-item a+.dropdown-menu:hover,
  #page-top .nav-item a:focus+.dropdown-menu,
  #page-top .nav-item .dropdown-menu:focus {
    visibility: visible;
    opacity: 1;

    transition: opacity 0.4s ease-in-out;
  }

  #page-top .nav-item:focus-within .dropdown-menu {
    visibility: visible;
    opacity: 1;

    transition: opacity 0.4s ease-in-out;
  }
}

#page-top .dropdown-menu a.nav-link {
  font-size: 15px;

  text-transform: none;
}

#page-top .dropdown-menu .nav-item {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  background-position-x: 7%;
}

#page-top .dropdown-menu a.nav-link {
  padding: 8px 15px 8px 25px;
}

#page-top .dropdown-menu a.nav-link:hover,
#page-top .dropdown-menu a.nav-link:focus {
  background-color: #e01601;
}

@media (max-width: 1350px) {
  #page-top .nav-link {
    padding: 15px 20px;
  }

  #page-top .nav-item .dropdown-toggle::after {
    right: 5px;
    top: 28px;
  }
}

@media (max-width: 1199px) {
  #page-top .nav-item {
    margin-right: 0;
  }
}

@media (max-width: 1100px) {
  #page-top .nav-item {
    margin-right: 0;
  }

  #page-top .nav-link {
    padding: 15px 15px;
  }

  #page-top .nav-item .dropdown-toggle::after {
    right: 50%;
    top: 45px;

    transform: translate(50%);
  }
}

@media (max-width: 991px) {
  #page-top .nav-link {
    text-align: center;
  }

  #page-top .menu-item-1448 {
    display: none;
  }

  #page-top .nav-item .dropdown-menu {
    width: 100%;
    padding: 0;

    background-color: #b61402;
  }

  #page-top .menu-item-1007 .dropdown-menu {
    height: 246px;
  }

  #page-top .menu-item-517 .dropdown-menu {
    height: 164px;
  }

  #responsive-nice-menu-content-1 {
    height: 100vh;
  }

  #responsive-nice-menu-1 {
    position: fixed;
    top: 95px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;

    height: calc(100vh - 60px);
    padding-bottom: 60px;

    overflow-y: auto;
    overflow-x: hidden;
  }

  #page-top .dropdown-menu li.nav-item {
    width: auto;
    margin-bottom: 0;

    background: none;
  }

  #page-top .nav-item .dropdown-menu .nav-item a.nav-link {
    padding: 5px 5px 5px 20px;
  }

  #page-top .nav-item .dropdown-menu-hide {
    display: none;
  }

  #page-top .nav-item .dropdown-toggle::after {
    right: 50%;
    top: 40px;

    transform: translate(50%);
  }
}

/* Responsive Menu */

.nav-logo-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-left: 5px;
}

@media (min-width: 992px) {
  .nav-logo-block {
    display: none;
  }
}

.nav-contact-us-btn {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  margin-left: auto;

  font-weight: 400;

  color: #fff;
  background: #303030;
  border: 1px solid #303030;
  border-radius: 4px;
}

.nav-contact-us-btn:hover,
.nav-contact-us-btn:focus {
  color: #fff;
  opacity: 0.9;
}

.nav-contact-us-btn:hover,
.nav-contact-us-btn:focus {
  opacity: 0.8;
}

@media (min-width: 992px) {
  .nav-contact-us-btn {
    display: none;
  }
}

.navbar-toggler {
  position: relative;

  width: 48px;
  height: 40px;
  padding: 1px 8px 0;
  margin-left: 10px;

  border: 1px solid #303030;
  border-radius: 4px;
}

.navbar-toggler-icon {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #303030;
  box-shadow: 0 8px 0 #303030,
    0 16px 0 #303030;
  transform: translate(-50%);
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  border-color: #cccccc;

  outline: none;
}

.navbar-toggler:hover .navbar-toggler-icon,
.navbar-toggler:focus .navbar-toggler-icon {
  background: #cccccc;

  box-shadow: 0 8px 0 #cccccc,
    0 16px 0 #cccccc;
}

@media (max-width: 991px) {
  .page-top-wrapper {
    width: 100%;
    padding: 0;
  }

  .page-top-wrapper>.container {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
  }

  .header-logo-block {
    position: absolute;
    top: 4px;
    left: 10px;
    z-index: 1;

    width: 160px;
    max-width: none;
    padding: 0;
  }

  .main-nav {
    padding: 0 10px;

    background: #e01601;
  }

  #main-menu {
    width: 100%;
    padding: 0;
  }

  .navbar-collapse {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1;

    background: #e01601;
  }

  #page-top .nav-item {
    width: 100%;
    margin-right: 0;

    border-bottom: 1px solid rgba(200, 200, 200, 0.3);
  }

  #page-top .nav-item .nav-link {
    padding: 10px 30px;

    color: #ffffff;

    border-radius: 0;
  }
}

/* Slider */

#slider {
  position: relative;

  margin: 65px 0 0;

  box-shadow: none;
}

@media (min-width: 1800px) {
  #slider {
    min-height: 733px;
  }
}

.nivo-caption {
  top: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* padding-bottom: 140px; */
  font-family: "Oswald", sans-serif !important;
  color: #000000;
  background: none;
  opacity: 1;
  text-align: center;
  overflow: visible;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .nivo-caption {
    display: none !important;
  }
}

.nivo-caption::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: -1;

  width: 1px;
  height: 1px;

  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 300px 160px #ffffff;

  transform: translate(-50%, -50%);
}

.top-slogan {
  font-size: 62px;
  font-weight: 300;
  line-height: 74px;
  text-transform: uppercase;

  color: #e01601;
}

.nivo-caption .main-slogan {
  margin-bottom: 55px;

  font-size: 50px;
  font-weight: 300;
  line-height: 60px;

  color: #000000;
}

.nivo-caption .nav-slogan {
  display: none;
}

a.slogan-btn {
  display: inline-block !important;
  min-width: 170px;
  margin-right: 30px;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  transition: box-shadow 0.2s ease-in-out;
}

a.slogan-btn:last-child {
  margin-right: 0;
}

a.slogan-btn-info {
  background-color: #303030;
}

a.slogan-btn-info:hover,
a.slogan-btn-info:focus {
  box-shadow: inset 0 0 10px 4px #5e5d5d;
}

a.slogan-btn-contact {
  background-color: #e01601;
  border-color: #e01601;
}

a.slogan-btn-contact:hover,
a.slogan-btn-contact:focus {
  box-shadow: inset 0 0 10px 4px #a30215;
}

@media (max-width: 1350px) {
  #slider {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  #nivo-slider {
    padding-top: 60px;
  }

  #slider {
    margin: 0;
  }

  .nivo-caption .main-slogan {
    margin-bottom: 30px;
  }
}

@media (max-width: 757px) {
  .nivo-caption .top-slogan {
    font-size: 46px;
    line-height: 58px;
  }

  .nivo-caption .main-slogan {
    font-size: 42px;
    line-height: 52px;
  }

  .nivo-caption a.slogan-btn {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .nivo-caption::before {
    box-shadow: 0 0 200px 200px #ffffff;
  }

  .nivo-caption .top-slogan {
    font-size: 30px;
    line-height: 34px;
  }

  .nivo-caption .main-slogan {
    margin-bottom: 30px;

    font-size: 26px;
    line-height: 28px;
  }
}

/* Slider navigation */

#nivo-slider .nivo-controlNav {
  position: absolute;
  bottom: 15%;
  /* left: 50%;
  transform: translate(-50%); */
  z-index: 5;

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

#nivo-slider .nivo-controlNav img {
  display: none !important;
}

#nivo-slider .nivo-controlNav a.nivo-control {
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 5px 0 0;

  background: #ffffff;
}

#nivo-slider .nivo-controlNav a:last-child {
  margin: 0;
}

#nivo-slider .nivo-controlNav a.nivo-control.active {
  background: #e01601;
}

#nivo-slider .nivo-directionNav {
  position: absolute;
  right: 50px;
  bottom: 100px;
  display: flex;
  justify-content: center;
  width: 150px;
  height: 75px;
}

#nivo-slider .nivo-prevNav::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 1;

  width: 1px;
  height: 56px;

  background: #ffffff;

  transform: translate(-25%, -50%);
}

#nivo-slider .nivo-directionNav a {
  position: relative;
  top: auto;
  left: auto;
  right: auto;

  display: block;
  width: 75px;
  height: 75px;

  background: rgba(0, 0, 0, 0.45);
}

#nivo-slider .nivo-directionNav a:hover,
#nivo-slider .nivo-directionNav a:focus {
  background: rgba(0, 0, 0, 0.7);
}

#nivo-slider .nivo-directionNav a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  border: 2px solid #ffffff;
  border-radius: 3px;
  transform: translate(-50%, -50%) rotate(45deg);
}

#nivo-slider a.nivo-prevNav::before {
  border-top-color: transparent;
  border-right-color: transparent;
}

#nivo-slider a.nivo-nextNav::before {
  border-left-color: transparent;
  border-bottom-color: transparent;
}


@media (max-width: 1450px) {
  #nivo-slider .nivo-controlNav {
    bottom: 70px;
  }
}

@media (max-width: 1199px) {
  #nivo-slider .nivo-directionNav {
    bottom: 20px;
    right: 20px;
  }

  #nivo-slider .nivo-controlNav {
    bottom: 20px;
  }
}

@media (max-width: 991px) {
  #nivo-slider .nivo-directionNav {
    bottom: 10px;
    right: 10px;

    transform: scale(0.7);
  }

  #nivo-slider .nivo-controlNav {
    display: none;
  }
}

@media (max-width: 757px) {
  #nivo-slider .nivo-directionNav {
    display: none;
  }
}

/* Sticker */

.region-header {
  position: relative;
}

#sticker-sale-section {
  position: absolute;
  /* bottom: 22px; */
  bottom: 0;
  left: -10%;
  z-index: 8;
  width: 310px;
  height: auto;
  margin-left: 28%;
  background: #e01601;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#sticker-sale-section.sticky {
  position: fixed;
  bottom: -50px;
}

@media (max-width: 1199px) {
  #sticker-sale-section.sticky {
    bottom: 0;
  }
}

#sticker-sale-section p {
  margin: 0;
}

.sticker-sale {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 20px 20px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}

#sticker-sale-section:hover .sticker-sale,
#sticker-sale-section .sticker-sale:focus,
#sticker-sale-section .sticker-sale:active {
  color: #000000;
}

.sticker-sale .date {
  margin-right: 10px;
  margin-top: 5px;
  font-size: 20px;
  line-height: 30px;
}

.sticker-sale-value {
  font-size: 58px;
  line-height: 49px;
}

@media (max-width: 1600px) {
  #sticker-sale-section {
    left: -20%;
  }
}

@media (max-width: 1250px) {
  #sticker-sale-section {
    left: -22%;
  }
}

@media (max-width: 1199px) {

  #sticker-sale-section,
  .sticker-sale {
    transform: none;
  }

  #sticker-sale-section {
    bottom: 0;

    width: auto;
    height: auto;
  }

  .sticker-sale {
    justify-content: center;
    padding: 10px 20px 0;
  }

  .sticker-sale .date {
    font-size: 18px;
  }

  .sticker-sale-value {
    font-size: 42px;
  }
}

@media (max-width: 1100px) {
  #sticker-sale-section {
    left: -25%;
  }
}

@media (max-width: 991px) {
  #sticker-sale-section {
    left: -27%;
  }

  .sticker-sale {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  #sticker-sale-section {
    min-width: 270px;
    margin: 0;
    left: 50%;
    transform: translate(-50%);
  }

  .sticker-sale {
    flex-direction: row;
  }
}

@media (max-width: 575px) {
  #sticker-sale-section {
    min-width: 240px;
  }

  .sticker-sale {
    padding: 5px 0 0;
  }

  .sticker-sale .date {
    margin-top: 0;
  }

  .sticker-sale-value {
    font-size: 32px;
    line-height: 32px;
  }
}

/* Node Page */

.node-page-summary,
.page-product-body {
  width: 80%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 991px) {

  .node-page-summary,
  .page-product-body {
    width: auto;
  }
}

.node-page-summary {
  margin-bottom: 30px;
}

.page-product-body ul {
  text-align: left;
}

/* Main container */

/* .front .main-container {
  display: none;
} */

/* Services */

#services-section {
  position: relative;
  z-index: 0;
  padding-top: 163px;
  margin-bottom: 30px;
  color: #ffffff;
  background: url("../images/services-bg.jpg") no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  #services-section {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  #services-section {
    background-image: none;
  }
}

@media (max-width: 575px) {
  #services-section {
    padding-top: 25px;
    margin-bottom: 25px;
  }
}

#services-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  height: 100%;

  background-color: #ffffff;
  opacity: 0.9;
  visibility: visible;
}

#services-section>.container {
  position: relative;
  z-index: 1;
}

#services-section .block-title {
  margin-bottom: 50px;

  text-align: center;
}

.services-block {
  padding-bottom: 50px;
  text-align: left;
}

.services-list {
  padding: 0;
  margin-bottom: 0;

  list-style: none;
}

.services-item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.services-item-title {
  font-size: 26px;
  font-weight: 100;
  line-height: 42px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #151515;
}

@media (max-width: 575px) {
  .services-item {
    margin-bottom: 25px;
  }

  .services-item-title {
    font-size: 24px;
    line-height: 36px;
  }
}

.services-item-title b {
  font-weight: 500;
}

.services-item-descr {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #151515;
  max-width: 350px;
}

@media (max-width: 575px) {
  .services-item-descr {
    font-size: 16px;
    line-height: 24px;
  }
}

.services-img {
  min-width: 105px;
  height: 105px;
  margin-right: 55px;
  background-color: #d80019;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.services-modern .services-img {
  background-image: url("../images/svg/hourglass-white.svg");
  background-position: center;
  background-size: 50px;
}

.services-stable .services-img {
  background-image: url("../images/svg/group-white.svg");
  background-position: center center;
  background-size: 50px;
}

.services-key .services-img {
  background-image: url("../images/svg/diamond-white.svg");
  background-position: center;
  background-size: 50px;
}

.services-adjustment .services-img {
  background-image: url("../images/svg/piggybank-white.svg");
  background-position: center;
  background-size: 52px;
}

.services-btn-wrapper {
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .services-block {
    padding-bottom: 40px;
  }

  .services-item {
    flex-direction: column;
    align-items: center;
  }

  .services-img {
    margin: 0 0 20px;
  }

  .services-body {
    text-align: center;
  }

  .services-item-title {
    min-height: 84px;
  }
}

@media (max-width: 575px) {
  .services-item-title {
    min-height: 0;
  }
}

/* News */

#news {
  padding-top: 65px;

  background: #ffffff;
}

#news .block-title {
  margin-bottom: 25px;
}

.news-block {
  padding-top: 35px;
  padding-bottom: 30px;
}

@media (max-width: 575px) {
  #news {
    padding-top: 25px;
  }

  #news .block-title {
    margin-bottom: 10px;
  }

  .news-block {
    padding-top: 25px;
  }
}

.news-list {
  padding: 0;
  margin-bottom: 10px;

  text-align: left;
  list-style: none;
}

.news-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.news-item:last-child {
  margin-bottom: 0;
}

.news-item-title {
  margin-bottom: 20px;

  color: #000000;
}

.news-item-descr {
  margin: 0;

  font-weight: 300;
  line-height: 26px;

  text-align: justify;
}

.news-detail-link {
  align-self: flex-end;

  font-weight: 500;
  color: #000000;

  text-decoration: underline;
}

.news-detail-link:hover,
.news-detail-link:focus {
  color: #000000;

  text-decoration: none;
}

@media (max-width: 575px) {

  #news .block-title,
  .news-item-title {
    text-align: center;
  }

  .news-item-descr {
    text-align: center;
  }

  .news-detail-link {
    align-self: center;
  }
}

.news-btn {
  display: none !important;
}

/* About us block */

#about-us-section {
  position: relative;
  z-index: 8;

  padding: 60px 0 125px;
  margin: 0;

  background: #ffffff;
}

@supports (clip-path: polygon(0 0, 100% 75px, 100% calc(100% - 50px), 0 100%)) {
  #nivo-slider .nivo-controlNav {
    bottom: 10%;
  }

  .front #full-width {
    position: relative;
    z-index: 8;

    padding: 80px 0 0;
    margin: -85px 0 0;

    background: #ffffff;
    clip-path: polygon(0 0, 100% 75px, 100% 100%, 0 100%);
  }

  #about-us-section {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
    margin-bottom: -75px
  }

  @media (max-width: 1199px) {
    .front #full-width {
      clip-path: none;

      padding: 0;
      margin: 0;
    }
  }

  #sticker-sale-section {
    height: 140px;
    transform: skewY(-8deg);
  }

  .sticker-sale {
    transform: skewY(8deg);
  }

  #sticker-sale-section .contextual-links-wrapper.contextual-links-processed {
    transform: skewY(8deg);
  }

  @media (max-width: 1199px) {
    #sticker-sale-section,
    .sticker-sale,
    #sticker-sale-section .contextual-links-wrapper.contextual-links-processed {
      transform: none;
    }

    #sticker-sale-section {
      height: auto;
    }
  }

  @media (max-width: 767px) {
    #sticker-sale-section {
      transform: translate(-50%);
    }
  }
}

#about-us-section .block-title {
  margin-bottom: 60px;

  color: #e01601;
}

#about-us-section .slogan-btn {
  display: none !important;
}

@media (max-width: 767px) {
  #about-us-section h1.block-title ~ *:not(.slogan-btn):not(.mob-text) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  #about-us-section .slogan-btn {
    display: block !important;
    width: 280px;
    padding: 20px;
    margin: 0 auto;

    border-radius: 15px;
  }
}

#about-us-section .block-title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 70px;
  height: 4px;
  background: currentColor;
  transform: translate(-50%);
}

#about-us-section h2 {
  display: none;
}

#about-us-section .about-us-additional h2 {
  display: block;
  text-align: center;
}

#about-us-section h3,
#about-us-section h3 a {
  margin-bottom: 10px;

  font-size: 28px;
  line-height: 36px;
  text-align: center;

  color: #303030;
}

@media (max-width: 1199px) {
  #about-us-section {
    margin: 0;

    clip-path: none;
  }
}

@media (max-width: 991px) {
  #about-us-section {
    padding: 50px 0 50px;
  }
}

@media (max-width: 767px) {
  #about-us-section {
    padding: 50px 0 20px;
  }
}

@media (max-width: 575px) {
  #about-us-section {
    padding: 25px 0 0;
  }

  #about-us-section .block-title {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 40px;
  }

  #about-us-section .block-title::after {
    bottom: -10px;
  }
}

.mob-text {
  display: block;
  margin-bottom: 25px;

  text-align: center;
}

@media (min-width: 768px) {
  .mob-text {
    display: none;
  }
}

.about-us-block {
  padding-bottom: 20px;
  margin: 0 auto;
  font-size: 19px;
  font-weight: 300;
  line-height: 31px;
  color: #000;
  text-align: justify;
}

@media (max-width: 575px) {
  .about-us-block {
    font-size: 16px;
    text-align: center;
  }

  .about-us-block ul {
    text-align: left;
  }
}

.about-us-block b {
  font-weight: 500;
}

.about-us-descr a {
  text-decoration: underline;
}

.about-us-descr a:hover,
.about-us-descr a:focus,
.about-us-descr a:active {
  text-decoration: none;
}

.wrap-unwrap-box {
  text-align: right;
}

.wrap-unwrap-link {
  position: relative;

  display: inline-block;

  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  color: #e01601;

  text-transform: lowercase;
}

.wrap-unwrap-link svg {
  margin-bottom: 3px;
}

.wrap-unwrap-link:hover,
.wrap-unwrap-link:focus {
  text-decoration: underline;
}

.wrap-unwrap-link path,
.wrap-unwrap-link rect {
  fill: #e01601;
}

/* Our numbers */

#js-counter {
  position: relative;

  padding-top: 65px;

  background: #ffffff url("../images/js-counter-bg.jpg") no-repeat;
  background-size: cover;
}

#js-counter::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  height: 100%;
  left: 0;

  height: 100%;

  background-color: #ffffff;
  opacity: 0.65;
  visibility: visible;
}

#js-counter>.container {
  position: relative;
  z-index: 1;
}

#js-counter .block-title {
  margin-bottom: 40px;

  font-size: 48px;
  font-weight: 500;
  line-height: 60px;

  text-align: center;
}

.our-numbers-block {
  padding: 50px 0;

  color: #000000;

  text-align: center;
}

@media (max-width: 991px) {
  #js-counter {
    padding-top: 30px;

    background-image: none;
  }

  #js-counter .block-title {
    margin-bottom: 25px;

    font-size: 36px;
    line-height: 44px;
  }

  .our-numbers-block {
    padding: 25px 0;
  }
}

.our-numbers-list {
  display: flex;
  padding: 0;
  margin: 0;

  list-style: none;
}

.our-numbers-item {
  align-self: flex-end;
  padding-top: 80px;
}

.our-numbers-value {
  margin-bottom: 25px;
}

.our-numbers-value .over {
  margin-left: -30px;

  font-size: 14px;
}

.our-numbers-value .counter {
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  color: #000000;
}

.our-numbers-descr {
  font-size: 27px;
  font-weight: 400;
  line-height: 42px;

  text-transform: uppercase;
}

.our-numbers-descr::first-line {
  font-weight: 700;
}

.our-numbers-item.projects {
  background: url("../images/svg/project-management.svg") no-repeat center top;
  background-size: 62px;
}

.our-numbers-item.klients {
  background: url("../images/svg/startup.svg") no-repeat center top;
  background-size: 62px;
}

.our-numbers-item.profies {
  background: url("../images/svg/meeting.svg") no-repeat center top;
  background-size: 62px;
}

.our-numbers-item.for-you {
  background: url("../images/svg/company.svg") no-repeat center top;
  background-size: 62px;
}

/* Contact us */

#contact-section {
  position: relative;
  padding-top: 61px;
  background: url("../images/contact-bg.jpg") no-repeat;
  background-size: 350px;
  background-position: 40px 15px;
}

#contact-section .block-title {
  margin-bottom: 37px;
}

@media (max-width: 1800px) {
  #contact-section {
    background: none;
  }
}

@media (max-width: 991px) {
  #contact-section {
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  #contact-section {
    padding-top: 20px;
  }

  #contact-section .block-title {
    margin-bottom: 15px;
  }
}

.contact-block {
  padding-top: 20px;
  padding-bottom: 25px;
  color: #000000;
}

@media (max-width: 767px) {
  .contact-block {
    text-align: center;
  }
}

.contact-item {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #151515;
}

@media (max-width: 575px) {
  .contact-item {
    font-size: 16px;
    line-height: 24px;
  }
}

.contact-item b {
  font-weight: 700;
}

.contact-item-title {
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .contact-item-title {
    margin-bottom: 5px;
  }
}

.contact-item-descr-small {
  display: block;
  max-width: 260px;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 23px;
}

@media (max-width: 767px) {
  .contact-item-descr-small {
    margin: 10px auto 0;
  }

  .popup-left .contact-item-descr-small {
    margin: 10px 0 0;
  }
}

.contact-item-phone {
  font-weight: 500;
  color: #000000;
}

.contact-item-mail {
  font-weight: 300;
  color: #e01601;
}

.contact-item-descr a:hover,
.contact-item-descr a:focus {
  text-decoration: underline;
}

.contact-item-phone,
.contact-item-mail {
  position: relative;

  display: inline-block;
  padding-left: 30px;
}

.contact-item-phone::before,
.contact-item-mail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;

  width: 20px;
  height: 20px;

  transform: translateY(-50%);
}

.contact-item-phone::before {
  background: url("../images/svg/phone-call-red.svg") no-repeat;
  background-size: 18px;
}

.contact-item-mail::before {
  background: url("../images/svg/paper-plane-red.svg") no-repeat;
  background-size: 18px;
}

@media (max-width: 767px) {
  .contact-item-phone + br {
    display: none;
  }

  .contact-item-phone,
  .contact-item-mail {
    display: block;
    padding-left: 0;
  }

  .contact-item-phone::before,
  .contact-item-mail::before {
    display: none;
  }

  .contact-block {
    padding-bottom: 35px;
  }
}

@media (max-width: 575px) {
  .contact-block {
    padding-bottom: 10px;
  }
}

/* Footer */

footer {
  padding: 15px 0 20px;
  background: #6f7985;
  text-align: center;
}

.footer-logo-block {
  margin-bottom: 20px;
}

.footer-copyright {
  margin-bottom: 0;

  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #ffffff;
}

.footer-copyright a {
  color: #ffffff;
}

.footer-copyright a:hover,
.footer-copyright a:focus {
  text-decoration: underline;
}

/* Go up button */

.go-up-btn {
  position: fixed;
  right: 2%;
  bottom: 3%;
  z-index: 150;
  display: block;
  width: 60px;
  height: 60px;
  background: #303030;
  border-radius: 50%;
}

.go-up-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  width: 25px;
  height: 25px;

  border: 6px solid #ffffff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 4px;

  transform: translate(-50%, -25%) rotate(45deg);
}

.go-up-btn:hover,
.go-up-btn:focus {
  opacity: 0.9;
}

.go-up-btn:active {
  box-shadow: inset 0 5px 2px #000000;
}

@media (max-width: 575px) {
  .go-up-btn {
    right: 5px;
    bottom: 5px;

    width: 50px;
    height: 50px;
  }

  .go-up-btn::before {
    width: 20px;
    height: 20px;

    border-radius: 2px;
  }
}

/* Prubeh realizace */

.realiz-block {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 575px) {
  .realiz-block {
    padding-top: 25px;
  }
}

/* Reference */

.reference-sort a {
  background: #000000;
  border-color: #000000;
}

.reference-sort a:hover,
.reference-sort a:focus {
  color: #000000;
}

body.page-reference .main-container {
  max-width: 100%;
  padding: 0;
  margin: 60px 0 0;
}

body.page-reference .main-container>.row {
  margin: 0;
}

body.page-reference #reference .reference-images {
  padding: 30px 0;
  overflow-x: hidden;
}

body.page-reference #reference .item {
  padding: 0;
  border: 2px solid #f0f1f5;
}

@keyframes zoomover {
  to {
    transform: scale(1.15);
    box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.3);
  }
}

body.page-reference #reference .item:hover {
  left: 0;
  z-index: 100;

  animation: zoomover 0.4s linear forwards;
}

body.page-reference #main-title {
  text-align: center;
}

/* Kontakty */

#node-558 h2 {
  text-align: left;
}

#node-558 h2::before,
#node-558 h2::after {
  display: none;
}

#node-558 a:hover,
#node-558 a:focus {
  text-decoration: underline;
}

/* Not front */

.not-front h1 {
  font-size: 55px;
  line-height: 70px;
}

@media (max-width: 575px) {
  .not-front h1 {
    font-size: 36px;
    line-height: 46px;
  }
}

.not-front #nivo-slider .nivo-controlNav {
  display: none;
}

.not-front .nivo-caption {
  top: 0;

  display: flex;
  padding-top: 80px;

  transform: translate(0);
}

.not-front .nivo-caption-body {
  margin: auto;

  color: #000000;

  text-align: center;
}

.not-front .top-slogan {
  position: relative;

  display: inline-block;

  color: #000000;
}

.not-front .top-slogan::before,
.not-front .top-slogan::after {
  content: "";
  position: absolute;
  top: 50%;

  width: 100px;
  height: 2px;

  background: #000000;
  border-radius: 4px;

  transform: translateY(-50%);
}

.not-front .top-slogan::before {
  left: -120px;
}

.not-front .top-slogan::after {
  right: -120px;
}

.not-front .nivo-caption .btn {
  display: none !important;
}

.not-front .slogan-descr {
  display: block;

  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 1500px) {
  .not-front .main-slogan {
    margin-bottom: 0;
  }
}

.breadcrumb {
  display: none;
  padding: 5px 0;
  margin: 0;

  background: none;
}

.breadcrumb a {
  color: #e01601;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}

.not-front .main-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 575px) {
  .not-front .main-container {
    padding-top: 25px;
  }
}

hr {
  margin: 2.5rem 0 !important;
}


.not-front #main-title {
  margin-bottom: 50px;

  text-align: center;
}

@media (max-width: 757px) {
  .not-front #main-title {
    margin-bottom: 25px;
  }
}


/* Colors */

.news-item-title,
.news-detail-link,
.news-detail-link:hover,
.news-detail-link:focus,
.reference-sort a:hover,
.reference-sort a:focus,
.our-numbers-value .counter {
  color: #e01601;
}

/* Background-color */

.contact-adress .contact-img,
.contact-contacts .contact-img,
.contact-btn,
.reference-sort a,
.block-switchtheme-toggler {
  background-color: #e01601;
}

/* Border color */

.contact-btn,
.reference-sort a {
  border-color: #e01601;
}


/* Box shadow */



.contact-btn:hover,
.contact-btn:focus {
  box-shadow: inset 0 0 10px 4px #681112;
}

.go-up-btn::before {
  border: 6px solid #e01601;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

/* Header contact */

.header-contact-support::before {
  background: url("../images/svg/phone-call-red.svg") no-repeat center;
  background-size: 26px 25px;
}

.header-contact-email::before {
  background: url("../images/svg/paper-plane-red.svg") no-repeat center;
  background-size: 25px;
}

.header-contact-adress::before {
  background: url("../images/svg/maps-and-flags-red.svg") no-repeat center;
  background-size: 26px;
}


/* Client feedback */

#c-feedback .c-feedback-wrapper {
  position: relative;
  z-index: 1;
}

#c-feedback {
  position: relative;
  padding: 35px 0 60px;
  background-color: #ffffff;
}

#c-feedback::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  height: 100%;

  background: url(../images/client-feedback-bg.jpg) no-repeat center top;
  background-size: cover;
  opacity: 0.15;
  visibility: visible;
}

#c-feedback .block-title {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}

#c-feedback .client-feedback-block {
  position: relative;

  width: 60%;
  margin: 0 auto;
}

#c-feedback .carousel-inner {
  position: relative;

  display: flex;
  margin-bottom: 35px;
}

@media (max-width: 575px) {
  #c-feedback .carousel-inner {
    margin-bottom: 0;
  }
}

#c-feedback .carousel-inner::before,
#c-feedback .carousel-inner::after {
  content: "";
  position: absolute;

  width: 40px;
  height: 30px;

  background-image: url("../images/svg/quotes-red.svg");
  background-repeat: no-repeat;
  background-size: 31px;
}

@media (max-width: 575px) {

  #c-feedback .carousel-inner::before,
  #c-feedback .carousel-inner::after {
    background-size: 26px;
  }
}

#c-feedback .carousel-inner::before {
  top: 0;
  left: 0;
}

#c-feedback .carousel-inner::after {
  bottom: 10px;
  right: 0;

  transform: rotate(180deg);
}

#c-feedback .client-feedback-item {
  flex-direction: column;
  padding: 0 0px;
}

#c-feedback .client-feedback-body {
  position: relative;

  max-width: 1210px;
  padding: 30px 30px 10px;
  margin-bottom: 15px;
}

#c-feedback .client-feedback-text {
  min-height: 140px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 27px;
  font-weight: 300;
  line-height: 37px;
  color: #151515;
  text-align: center;
}

#c-feedback .client-feedback-author {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  color: #e01601;
  text-align: center;
}

#c-feedback .client-feedback-stars {
  width: 148px;
  height: 30px;
  margin: 0 auto auto;

  background: url("../images/stars.png") no-repeat;
  text-align: center;
}

#c-feedback .carousel-control-prev {
  left: auto;
  right: 100%;
  margin-right: 8%;
}

#c-feedback .carousel-control-next {
  right: auto;
  left: 100%;
  margin-left: 8%;
}

#c-feedback .carousel-control-prev-icon,
#c-feedback .carousel-control-next-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 100px;
  border: 5px solid #000000;
  background-image: none;
  border-radius: 4px;
}

#c-feedback .carousel-control-prev-icon {
  border-right-color: transparent;
  border-bottom-color: transparent;

  transform: rotate(-45deg);
}

#c-feedback .carousel-control-next-icon {
  border-left-color: transparent;
  border-bottom-color: transparent;

  transform: rotate(45deg);
}

.c-feedback-btn-wrapper {
  text-align: center;
}

.c-feedback-btn:active {
  box-shadow: inset 0 3px 5px rgba(88, 88, 88, 0.5);
}

@media (max-width: 1200px) {
  #c-feedback .block-title {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  #c-feedback {
    padding: 50px 0 50px;
  }

  #c-feedback::after {
    background: #efefef;
    opacity: 1;
  }

  #c-feedback .client-feedback-text {
    font-size: 28px;
    line-height: 40px;
  }

  #c-feedback .carousel-control-prev-icon,
  #c-feedback .carousel-control-next-icon {
    width: 50px;
    height: 50px;
  }

  #c-feedback .block-title {
    font-size: 34px;
    line-height: 42px;
  }
}

@media (max-width: 768px) {
  #c-feedback {
    background: #000000;
  }

  #c-feedback .client-feedback-text {
    font-size: 24px;
    line-height: 36px;
  }

  #c-feedback .carousel-control-prev-icon,
  #c-feedback .carousel-control-next-icon {
    width: 40px;
    height: 40px;
  }

  #c-feedback .block-title {
    margin-bottom: 20px !important;

    font-size: 28px;
  }
}

@media (max-width: 575px) {
  /* #c-feedback .client-feedback-body {
    min-height: 450px;
  } */

  #c-feedback {
    padding: 25px 0 40px;
  }

  #c-feedback .carousel-inner {
    min-height: 300px;
  }

  #c-feedback .client-feedback-block {
    width: 80%;
  }

  #c-feedback .client-feedback-body {
    padding: 40px 0px 10px;
  }

  #c-feedback .client-feedback-text {
    font-size: 18px;
    line-height: 30px;
  }

  #c-feedback .carousel-control-prev,
  #c-feedback .carousel-control-next {
    width: 20px !important;
    margin: 0;
  }

  #c-feedback .carousel-control-prev-icon,
  #c-feedback .carousel-control-next-icon {
    width: 20px;
    height: 20px;
  }

  #c-feedback .block-title {
    padding: 0 15px;

    font-size: 32px !important;
    line-height: 40px;
  }
}

#c-feedback .carousel-inner .carousel-item-right,
#c-feedback .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

#c-feedback .carousel-inner .carousel-item-right.active,
#c-feedback .carousel-item-next {
  transform: translateX(100%);
}

#c-feedback .carousel-inner .carousel-item-left.active,
#c-feedback .carousel-item-prev {
  transform: translateX(-100%);
}

/* Design section, Top section */

#design-section {
  padding: 55px 0 40px;
}

#top-section {
  padding: 20px 0 10px;
}

@media (max-width: 575px) {
  #design-section .block-title {
    margin-bottom: 40px;
  }
}


@media (max-width: 575px) {
  #design-section,
  #top-section {
    padding: 25px 0 10px;
  }

  #top-section .block-title {
    margin-bottom: 30px;
  }
}

.design-title,
.top-title {
  font-weight: 400;
  color: #151515;
}

.design-title {
  position: relative;

  padding-left: 180px;
  margin-bottom: 30px;

  font-size: 19px;

  line-height: 27px;
}

.top-title {
  font-size: 26px;
  line-height: 35px;
  text-align: center;
}

.design-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 159px;
  height: 50px;
  background: url("../images/art-design.png") no-repeat center;
  transform: translateY(-50%);
}

.design-descr,
.top-descr {
  font-size: 19px;
  font-weight: 300;
  line-height: 27px;

  text-align: justify;
}

@media (max-width: 575px) {

  .design-descr,
  .top-descr {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}

.top-descr {
  margin-bottom: 25px;
}

.design-image,
.top-image {
  position: relative;
}

.design-image {
  min-height: 280px;

  background: url("../images/design.jpg") no-repeat center;
}

.top-images-list {
  padding: 0;
  margin: 0;

  list-style: none;
}

.top-image-wrapper {
  position: relative;

  height: 0;
  padding-bottom: 56.25%;
}

.top-image .img-fluid {
  position: absolute;

  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .top-image {
    margin-bottom: 20px;
  }

  .top-image:last-child {
    margin-bottom: 0;
  }
}

.design-btn,
.top-btn {
  position: absolute;
  top: 50%;
  left: 50%;

  display: flex !important;
  justify-content: center;
  align-items: center;
  min-width: 182px;
  min-height: 59px;
  padding: 10px 15px;

  font-size: 16px;
  line-height: 22px;
  font-weight: 400;

  background-color: #d80019;
  border: none;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.design-btn:hover,
.design-btn:focus,
.top-btn:hover,
.top-btn:focus {
  box-shadow: inset 0 0 10px 4px #9b0214;
}

@media (max-width: 575px) {
  .design-btn,
  .top-btn {
    min-width: 150px;
    min-height: 44px;

    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .design-title {
    padding: 50px 0 0;
    margin-bottom: 20px;

    text-align: center;
  }

  .design-title::before {
    top: 0;
    left: 50%;

    transform: translate(-50%);
  }
}

@media (max-width: 575px) {
  .design-title {
    padding: 50px 0 0;
    margin-bottom: 20px;

    text-align: center;
  }

  .design-title::before {
    top: 0;
    left: 50%;

    transform: translate(-50%);
  }
}

/* Google Maps */

#map {
  min-height: 400px;
}

/* Image gallery */

#full-gallery {
  position: relative;
  padding: 0;
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  #full-gallery {
    /* padding: 35px 0 10px; */
  }
}

#image-gallery .block-item {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.front #image-gallery .block-item .image-gallery-item {
  position: relative;

  padding: 0;
}

.front #image-gallery .block-item .image-gallery-item a {
  display: block;
}

.front #image-gallery .block-item .img-thumbnail {
  padding: 0;

  border: none;
  border-radius: 0;
}

.front #image-gallery .image-gallery-item a:hover,
.front #image-gallery .image-gallery-item a:focus {
  overflow: hidden;
}

.front #image-gallery .image-gallery-item a:hover .img-thumbnail,
.front #image-gallery .image-gallery-item a:focus .img-thumbnail {
  z-index: -1;

  animation: zoom 0.4s ease-in-out forwards;
}

.image-gallery-btn-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* padding-top: 125px; */
  text-align: center;
}

.not-front .full-width .image-gallery-btn-wrapper {
  position: static;

  transform: none;
}

.image-gallery-btn {
  padding: 28px 57px;
  font-size: 23px;
  font-weight: 300;
  line-height: 28px;
  color: #000000;
  background-color: #ffffff;
  border: none;
  text-transform: uppercase;
  transition: box-shadow 0.2s ease-in-out;
}

.image-gallery-btn:hover,
.image-gallery-btn:focus {
  color: #000000;

  box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .image-gallery-btn {
    padding: 20px 30px;
  }
}

@media (max-width: 575px) {
  .image-gallery-btn-wrapper {
    /* padding-top: 95px; */
  }
}

@keyframes zoom {
  from {
    tranform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

/* Page client-feedback */

.page-node-569 #main-title {
  text-align: center;
}

#node-569 {
  padding-top: 20px;
}

#node-569 .author {
  display: block;
  margin-bottom: 20px;

  font-weight: 700;
}

#node-569 blockquote.more-text {
  margin: 0 auto 10px;
}

#node-569 blockquote.more-text:not(:last-child) {
  border-bottom: none;
}

/* Page kontakts */

.page-node-558 .contact-block {
  padding-bottom: 25px;
}

/* Pagination */

.pagination {
  justify-content: center;
}

.pagination li {
  position: relative;

  padding: 0 12px;
}

.pagination li:not([class]) {
  padding: 0 5px;
}

.pagination .active {
  font-weight: 700;

  text-decoration: underline;
}

.pagination .pager-first::after,
.pagination .next::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;

  width: 1px;
  height: 20px;

  background: #e01601;

  transform: translateY(-50%);
}

/* Other */

.galleries {
  margin: 0;
}

/* Page news */

.page-news .news-item h2 {
  margin-bottom: 12px;

  text-align: left;
}

.page-news .news-item .btn {
  padding: 10px 12px;
  margin-top: 15px;
  background-color: #e01601;
  border-color: #e01601;
}

.page-news .news-item .btn:hover,
.page-news .news-item .btn:focus {
  box-shadow: inset 0 3px 5px #b61402;
}

/* Gtranslate section */

#gtranslate-section {
  background-color: #f2f2f2;
}

#gtranslate-section h2 {
  display: none;
}

#gtranslate-section .block-title {
  margin: 0;
}

#gtranslate-section .block-title::after {
  display: none;
}

#gtranslate-section .container {
  text-align: right;
}

#gtranslate-section a.gtflag {
  vertical-align: text-top;
}

/* Inner pages */

.main-container .node-page .field-item>div {
  max-width: 900px;
  margin: 0 auto;
}

.main-container .node-page .field-item .row-full {
  max-width: 100%;
}

.page-inner {
  padding-bottom: 25px;
}

.page-inner-list-clean {
  padding: 0;
  margin: 0;

  list-style: none;
}

.page-inner-img-list {
  padding: 0;
  margin: 20px 0 0;

  list-style: none;
}

.page-inner-img-list li {
  margin: 0 0 50px;
  text-align: center;
}

.page-wardrobe-calcs li {
  padding: 10px 0;
  margin-bottom: 25px;

  border-bottom: 1px solid #dee2e6;
}

.page-wardrobe-calcs li>div:not(:first-child) {
  text-align: center;
}

.page-wardrobe-calcs li:last-child {
  border: none;
}

.page-wardrobe-calcs .price {
  font-size: 22px;
  font-weight: 500;
}

.page-about-why {
  max-width: 100% !important;
}

.page-about-why ul {
  position: relative;

  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;

  list-style: none;
}

.page-about-why ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);

  width: 1px;
  height: 100%;

  background-color: #8d8d8d;
}

.page-about-why li {
  position: relative;

  width: calc(50% - 30px);
  padding-top: 70px;
  margin: 0 20px -20px 0;

  font-size: 18px;
  text-align: right;
}


.page-about-why li:nth-child(2n) {
  align-self: flex-end;
  margin: 0 0 -20px 20px;

  text-align: left;
}

.page-about-why li:last-child {
  margin-bottom: 0;
}

.page-about-why li::before {
  position: absolute;
  top: 0;
  right: 0;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;

  font-size: 27px;
  font-weight: 700;

  color: #ffffff;
  background-color: #e01601;
  border-radius: 50%;
}

.page-about-why li:nth-child(2n)::before {
  right: auto;
  left: 0;
}

@media (max-width: 767px) {
  .page-about-why li {
    width: calc(50% - 10px);
    padding-top: 60px;
    margin-bottom: -50px;

    font-size: 14px;
    line-height: 18px;
  }

  .page-about-why li:nth-child(2n) {
    margin-bottom: -50px;
  }

  .page-about-why li:last-child {
    margin-bottom: 0;
  }

  .page-about-why li::before {
    transform: scale(0.7);
  }
}

.page-about-why li:nth-child(1)::before {
  content: "1";
}

.page-about-why li:nth-child(2)::before {
  content: "2";
}

.page-about-why li:nth-child(3)::before {
  content: "3";
}

.page-about-why li:nth-child(4)::before {
  content: "4";
}

.page-about-why li:nth-child(5)::before {
  content: "5";
}

.page-about-why li:nth-child(6)::before {
  content: "6";
}

.page-about-why li:nth-child(7)::before {
  content: "7";
}

.page-about-why li:nth-child(8)::before {
  content: "8";
}

.page-about-why li:nth-child(9)::before {
  content: "9";
}

.page-about-why li:nth-child(10)::before {
  content: "10";
}


/* Google maps*/

#google-maps-iframe {
  margin-bottom: 30px;
}

/* Egger */

.egger-wrapper {
  max-width: 100% !important;
}

@media (max-width: 480px) {
  .egger-wrapper {
    display: block;
    max-width: 320px !important;
    height: 320px;
    margin: 0 auto;
    overflow: auto;
  }
}

.page-node-634 .main-container {
  max-width: 100%;
}

a.btn.big-red {
  background-color: #e01601;
  padding: 22px;
}

.why-sten .no {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e01601;
  text-align: center;
  font-size: 27px;
  font-weight: 300;
  color: #fff;
  line-height: 50px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.why-sten p {
  text-align: center;
  font-size: 19px;
  line-height: 27px;
}

.pagination {
  margin-top: 20px;
}

/* Hot info */

.hot-info-block {
  padding: 40px 100px 20px;
  margin-top: 30px;

  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;

  color: #000;
  border: 2px solid #e01601;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .hot-info-block {
    padding: 30px 50px 10px;
  }
}

@media (max-width: 767px) {
  .hot-info-block {
    padding: 15px 20px 0;

    font-size: 18px;
    line-height: 24px;
  }
}

/* Five steps page */

.page-five-steps {
  padding-bottom: 0;

  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 575px) {
  .page-five-steps {
    padding-bottom: 30px;
  }
}

.page-five-steps li {
  margin-bottom: 20px;
}

.page-five-steps .btn {
  background-color: #e01601;
}

.page-node-1816 .main-container {
  padding-bottom: 0;
}

/* Top 10 korpusu */

.page-top-korpusu__list {
  flex-wrap: wrap;
  padding: 0;
  margin: 0;

  list-style: none;
}

.page-top-korpusu li {
  position: relative;

  width: 20%;
  padding: 0 15px;
  margin: 0 0 20px;
}

@media (max-width: 991px) {
  .page-top-korpusu li {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .page-top-korpusu li {
    width: 33.3333%;
  }
}

@media (max-width: 575px) {
  .page-top-korpusu li {
    width: 50%;
  }
}

body {
  counter-reset: modules;
}

.page-top-korpusu li::before {
  counter-increment: modules;
  content: counter(modules);
  position: absolute;
  top: 7px;
  left: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;

  font-size: 12px;
  font-weight: 400;
  line-height: 12px;

  background-color: #eee;
  border-radius: 50%;

  transform: translate(-50%);
}

.page-top-korpusu p {
  font-size: 20px;
  font-weight: 400;
}

/* Art design */

.artdesign-btn {
  min-width: 180px;
}

/* Fixed 3D návrhář */

.fixed-sticks {
  position: fixed;
  top: 260px;
  right: 0;
  z-index: 50;

  height: 0;
}

.fixed-sticks__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 220px;
  margin: 0 -10px 0 0;
  transition: 0.2s ease-in-out;
  transform: translate(10px);
}

@media (min-width: 768px) {
  .fixed-sticks__item:hover {
    transform: translate(0);
  }
}

.fixed-sticks__link {
  position: absolute;
  display: flex;
  align-items: center;
  min-width: 220px;
  min-height: 80px;
  padding: 0 11px 10px;
  font-size: 25px;
  color: #fff;
  background: #e01601;
  transform: rotate(-90deg);
  transition: 0.2s ease-in-out;
}

.fixed-design__link {
  padding-left: 73px;
}

.fixed-artdesign__link {
  justify-content: center;

  background-color: #303030;
}

.fixed-sticks__link:hover,
.fixed-sticks__link:focus,
.fixed-sticks__link:active {
  color: #fff;
}

.fixed-artdesign__img {
  transition: 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .fixed-sticks__item:hover .fixed-sticks__link {
    padding-bottom: 0;
  }

  .fixed-artdesign:hover .fixed-artdesign__img {
    width: 140px;
    height: auto;
  }
}

.fixed-design__link::before {
  content: "";
  position: absolute;
  left: 15px;
  top: calc(50% - 5px);
  width: 40px;
  height: 40px;
  background: url("../images/svg/3d.svg") no-repeat center;
  background-size: contain;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .fixed-design:hover .fixed-design__link::before {
    top: 50%;
    left: 10px;

    width: 50px;
    height: 50px;
    margin: 0;
  }
}

@media (max-width: 1350px) {
  .fixed-sticks {
    top: 250px;
  }

  .fixed-design__link {
    justify-content: center;
  }

  .fixed-artdesign {
    height: 180px;
  }

  .fixed-artdesign__link {
    min-width: 180px;
  }
}

@media (max-width: 1199px) {
  .fixed-sticks {
    top: 200px;
  }

  .fixed-sticks__item  {
    height: 160px;
  }

  .fixed-sticks__link {
    min-width: 160px;
  }

  .fixed-design__link {
    padding-left: 11px;
  }

  .fixed-design__link::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .fixed-sticks {
    top: 100px;
  }
}

@media (max-width: 767px) {
  .fixed-sticks {
    bottom: 70px;
  }

  .fixed-sticks__item {
    width: 40px;
    height: 120px;
    margin: 0;

    transform: none;
  }

  .fixed-sticks__link {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    min-height: 40px;
    padding-bottom: 0;
    font-size: 18px;

    background-color: rgba(224, 22, 1, 0.7);
  }

  .fixed-sticks__link:hover,
  .fixed-sticks__link:focus,
  .fixed-sticks__link:active {
    background-color: rgba(224, 22, 1, 1);
  }

  .fixed-artdesign__link {
    background-color: rgba(48, 48, 48, 0.7);
  }

  .fixed-artdesign__link:hover,
  .fixed-artdesign__link:focus,
  .fixed-artdesign__link:active {
    background-color: rgba(48, 48, 48, 1);
  }

  .fixed-design__link {
    padding-left: 11px;
  }

  .fixed-design__link::before {
    display: none;
    /* width: 30px;
    height: 30px;
    left: 10px;
    top: 50%; */
  }

  .fixed-artdesign__img {
    width: 90px;
    height: auto;
  }
}

/* Contact table*/

.contact-item-table {
  width: 100%;

  text-align: left;

  border-collapse: collapse;
}

.contact-item-table td:first-child {
  width: 60px;
}

@media (max-width: 767px) {
  .contact-item-table {
    width: auto;
    margin: auto;
  }
}

/* alert after submiting form */

.front .main-container .alert-block {
  position: absolute;
  top: -10px;
  z-index: 10;

  width: 100%;
}








/* */
