﻿/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */
.top-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  position: relative;
  min-height: 565px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 20px;
  padding-bottom: 35px;
  padding-top: 20px
}

.top-section-inner {
  width: 1100px;
  max-width: 1200px;
  margin: 0 auto
}

.page-template-template-home .site-content {
  padding-top: 0
}

.card-slider-container+.site-content,
.mobile-menu-placeholder+.site-content {
  margin-top: -31px
}

.top-section .breadcrumb span {
  color: #FFF !important
}

.top-section h1.entry-title {
  color: #FFF !important
}

#dch iframe {
  border-radius: 10px
}

.site-logotype img {
  max-height: 37px !important
}

.site-header {
  padding-top: 10px !important;
  padding-bottom: 10px !important
}

.rental-logos {
  padding-top: 5px !important
}

@media only screen and (max-width:768px) {
  .top-section-inner {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important
  }
}