/*=================================================================================================*/
/*================================================ COMMON =========================================*/
/*=================================================================================================*/
body {
  background: #E6E7E8;
  font-family: 'Roboto', sans-serif;
}
h2,
h3 {
  position: relative;
  font-size: 32px;
  margin-left: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 30px;
}
h2 img,
h3 img {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 2px;
  left: -50px;
}
h3 {
  font-size: 24px;
  margin-left: 10px;
}
h3 img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
  left: -30px;
}
a {
  color: #1C75BC;
  border-bottom: 1px solid rgba(28, 117, 188, 0.4);
}
a:hover {
  text-decoration: none;
  color: #F7B901;
  border-bottom: 1px solid #F7B901;
}
a.fancybox-close,
a.fancybox-close:hover,
a.fancybox-nav:hover {
  border-bottom: 0px;
}
.boxsizing {
  box-sizing: content-box;
  -moz-box-sizing: border-box;
}
/*=================================================================================================*/
/*================================================ HEADER =========================================*/
/*=================================================================================================*/
header {
  min-width: 1000px;
  height: 160px;
  background: #F1F2F2;
  margin: 0 auto;
}
header section {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.introtext,
.contacts {
  position: absolute;
}
a.logo {
  width: 179px;
  height: 88px;
  position: absolute;
  display: block;
  top: 30px;
  left: 20px;
  background: url(/tpl/images/logo2.svg) no-repeat center;
  text-decoration: none;
  text-indent: -999px;
  border-bottom: 0px;
}
a.logo:hover {
  border-bottom: 0px;
}
.introtext {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 21px;
  width: 460px;
  top: 30px;
  left: 260px;
}
.contacts {
  width: 220px;
  top: 30px;
  right: 30px;
}
.contacts .phone,
.contacts .adres,
.contacts .worktime {
  display: block;
  width: 200px;
}
.contacts .phone {
  position: relative;
  margin-left: 40px;
  font-weight: 900;
  font-size: 24px;
  line-height: 18px;
  margin-bottom: 20px;
  color: #231F20;
  border-bottom: 0px;
}
.contacts .phone:hover {
  color: #231F20;
  border-bottom: 0px;
  text-decoration: none;
}
.contacts .phone span {
  font-size: 12px;
}
.contacts .phone:before {
  background: url(/tpl/images/icon_phone.png) no-repeat center;
  position: absolute;
  left: -40px;
  top: 13px;
  width: 25px;
  height: 25px;
  content: " ";
}
.contacts .adres {
  position: relative;
  margin-left: 40px;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}
.contacts .adres:before {
  background: url(/tpl/images/icon_adres.png) no-repeat center;
  position: absolute;
  left: -40px;
  top: 5px;
  width: 25px;
  height: 27px;
  content: " ";
}
.contacts .worktime {
  position: relative;
  margin-left: 40px;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  display: none;
}
.contacts .worktime:before {
  background: url(/tpl/images/icon_time.png) no-repeat center;
  position: absolute;
  left: -40px;
  top: 5px;
  width: 25px;
  height: 27px;
  content: " ";
}
/*=================================================================================================*/
/*================================================ NAV =========================================*/
/*=================================================================================================*/
nav {
  background: #282828;
  height: 60px;
}
nav section {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
nav ul {
  position: relative;
  left: -40px;
}
nav ul li {
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
nav ul li:last-child {
  border-right: 0px;
}
nav ul a {
  color: #fff;
  line-height: 60px;
  display: inline-block;
  padding: 0px 20px 0px 20px;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  position: relative;
  border-bottom: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
nav ul a:hover {
  background: #faae42;
  color: #ffffff;
  text-decoration: none;
}
nav ul a.active {
  background: #515151;
}
nav ul a.active:hover {
  background: #515151;
  color: #fff;
}
nav ul a:active {
  color: #fff;
  text-decoration: none;
}
nav ul a.active:active {
  color: red !important;
}
nav ul #menuService {
  cursor: pointer;
}
nav ul #menuService.active:after {
  position: absolute;
  top: 60px;
  left: 900px;
  content: "Закрыть";
  z-index: 150;
}
.navToggle {
  display: none;
  background: transparent;
  border: 0;
  color: #fff;
  height: 60px;
  padding: 0;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
}
.navToggle__box {
  display: inline-block;
  width: 22px;
}
.navToggle__line {
  display: block;
  width: 22px;
  height: 3px;
  margin-bottom: 4px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.navToggle__line:last-child {
  margin-bottom: 0;
}
.navToggle__label {
  display: inline-block;
}
.navPanel {
  display: block;
}
.navContacts {
  display: none;
}
@media (min-width: 1041px) {
  h1 {
    font-weight: 900;
    margin-bottom: 23px;
  }
}
/*=================================================================================================*/
/*================================================ SUBMENU =========================================*/
/*=================================================================================================*/
.unfold {
  height: auto !important;
  z-index: 150;
  overflow: auto !important;
  top: 0px !important;
  opacity: 1 !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.submenu {
  width: 1000px;
  margin: 0 auto;
  background: #515151;
  color: #fff;
  position: absolute;
  top: 0px;
  opacity: 0;
  z-index: 100;
  height: 0px;
  overflow: hidden;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.submenu h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 0;
}
.submenu .menu-column {
  width: 50%;
  box-sizing: content-box;
  padding: 0px 20px 20px 20px;
}
.submenu a {
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  margin: 2px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.submenu a:hover {
  border-bottom: 1px solid rgba(247, 185, 1, 0.8);
  color: #f7b901;
  text-shadow: 0px 0px 10px rgba(247, 185, 1, 0.8);
}
.submenu a.active {
  border-bottom: 0px;
  cursor: default;
  color: #f7b901;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(247, 185, 1, 0.8);
}
.submenu ul {
  margin: 0;
  padding: 0;
}
.submenu ul a {
  color: #fff;
}
.submenu ul li {
  list-style: none;
}
.submenu ul li ul {
  margin-left: 20px;
  padding: 10px 0px;
}
.unfoldNav {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
/*=================================================================================================*/
/*================================================ BREADCRUMBS  =========================================*/
/*=================================================================================================*/
.B_crumbBox {
  color: #ccc;
}
.B_crumbBox a {
  color: #000;
  font-size: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
/*=================================================================================================*/
/*================================================ SIDEBAR  =========================================*/
/*=================================================================================================*/
.sidebarBlock ul,
.sidebarBlock li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebarBlock > ul > li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.sidebarBlock > ul > li > ul {
  padding: 10px 0px;
}
.sidebarBlock > ul > li > ul > li {
  font-size: 14px;
  margin-left: 16px;
  font-weight: 300;
}
.sidebarBlock > ul > li > ul > li > ul {
  padding: 6px 0px;
}
.sidebarBlock > ul > li > ul > li > ul > li {
  font-size: 12px;
  margin-left: 16px;
}
/*=================================================================================================*/
/*================================================ КОМИССИОННЫЙ ОТДЕЛ  =============================*/
/*=================================================================================================*/
.contentBlock table a {
  border-bottom: 0px;
}
.contentBlock table td img {
  margin-right: 10px;
}
.red_price {
  color: #ff0000;
  font-weight: 900;
}
/*=================================================================================================*/
/*================================================ SERVICE =========================================*/
/*=================================================================================================*/
section.service,
section.sale,
section.motoklub,
section.content {
  width: 1000px;
  background: #fff;
  padding: 40px 30px;
  margin: 0 auto;
  border-bottom: 3px solid #D1D3D4;
}
.selector {
  margin-bottom: 30px;
}
section.service {
  box-sizing: border-box;
}
.serviceTab {
  color: #231F20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1), #ffffff);
  display: inline-block;
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  padding: 5px 20px;
  border: 1px solid #231F20;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  box-sizing: content-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.serviceTab.active {
  color: #fff;
  background: #f7b901;
  display: inline-block;
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  padding: 5px 20px;
  border: 1px solid rgba(255, 255, 255, 0);
  box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.2);
  cursor: default;
  box-sizing: content-box;
  -moz-box-sizing: border-box;
}
.serviceTab:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.serviceTab:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.serviceTree {
  width: 675px;
  float: left;
  background: #F1F2F2;
  border: 3px solid #D1D3D4;
  position: relative;
}
.serviceTree .tabIndicator {
  background: url(/tpl/images/tab_indicator.png) no-repeat center;
  width: 47px;
  height: 20px;
  position: absolute;
  top: -20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.serviceTree .tabIndicator.left {
  left: 80px;
}
.serviceTree .tabIndicator.right {
  left: 300px;
}
#paneAuto,
#paneMoto {
  display: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#paneAuto.showBlock,
#paneMoto.showBlock {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  padding: 20px;
}
.col_1,
.col_2,
.col_3 {
  width: 200px;
  padding: 0px 10px;
}
.col_1 h3,
.col_2 h3,
.col_3 h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 21px;
  margin: 0px 0px 30px 0px;
}
.col_1 ul,
.col_2 ul,
.col_3 ul,
.col_1 li,
.col_2 li,
.col_3 li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.col_1 li,
.col_2 li,
.col_3 li {
  margin-bottom: 10px;
}
.col_1 a,
.col_2 a,
.col_3 a {
  display: inline-block;
  background: #F7B901;
  padding: 2px 8px;
  color: #231F20;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 0px;
}
.col_1 a:hover,
.col_2 a:hover,
.col_3 a:hover {
  background: #231F20;
  color: #F7B901;
  border-bottom: 0px;
}
.col_1 {
  width: 350px;
}
.col_2 {
  width: 250px;
}
section.service:after,
section.content:after {
  content: " ";
  display: block;
  clear: both;
}
/*=================================================================================================*/
/*================================================ CONTENT =========================================*/
/*=================================================================================================*/
section.content .contentBlock {
  min-height: 400px;
  position: relative;
}
section.content .contentBlock h3 {
  margin-left: 0px;
}
.storagePriceCards {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 18px;
  max-width: 560px;
  margin: 8px 0 24px;
}
.storagePriceCard {
  position: relative;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 0;
  min-height: 148px;
  padding: 18px 20px 20px;
  border: 1px solid #D1D3D4;
  border-left: 5px solid #F7B901;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(35, 31, 32, 0.08);
  box-sizing: border-box;
}
.storagePriceCard:before {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 36px;
  height: 36px;
  content: " ";
  background: url(/tpl/images/header_bullet.svg) no-repeat center;
  background-size: 36px 36px;
  opacity: 0.16;
}
.storagePriceCard__season {
  margin: 0 44px 6px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: #231F20;
}
.storagePriceCard__period {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.35;
  color: #666;
}
.storagePriceCard__price {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 31px;
  line-height: 1;
  font-weight: 700;
  color: #231F20;
  white-space: nowrap;
}
.storagePriceCard__price span {
  color: #F7B901;
}
/*=================================================================================================*/
/*================================================ КНОПКА ЗАПИСАТЬСЯ =========================================*/
/*=================================================================================================*/
.request_button_sidebar {
  margin-left: 700px;
  position: relative;
}
.request_button_sidebar h3 {
  margin-left: 0px !important;
}
.request_button_sidebar .priceDownload {
  display: inline-block;
  position: relative;
  margin-left: 35px;
  font-size: 16px;
}
.request_button_sidebar .priceDownload:before {
  position: absolute;
  content: " ";
  left: -35px;
  top: 0px;
  width: 25px;
  height: 27px;
  background: url(/tpl/images/download_icon.png) no-repeat center;
}
.request_button_sidebar a.button_link {
  background: linear-gradient(to top, #292929, #434343);
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px 10px 50px;
  border: 0px;
  border-radius: 4px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2), 0px 4px 0px #000000;
  margin-bottom: 30px;
  position: relative;
  display: block;
  border-bottom: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.request_button_sidebar a.button_link:hover {
  background: linear-gradient(to top, #333333, #4d4d4d);
  box-shadow: 0px 0px 30px rgba(247, 184, 1, 0.6), 0px 4px 0px rgba(0, 0, 0, 0.8);
}
.request_button_sidebar a.button_link:active {
  box-shadow: none;
  top: 4px;
}
.request_button_sidebar a.button_link:before {
  position: absolute;
  content: " ";
  left: 20px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url(/tpl/images/price_icon.png) no-repeat center;
}
.button_link {
  background: linear-gradient(to top, #292929, #434343);
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 20px 10px 20px;
  border: 0px;
  border-radius: 4px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2), 0px 4px 0px #000000;
  margin-bottom: 30px;
  position: relative;
  display: block;
  border-bottom: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.button_link:hover {
  background: linear-gradient(to top, #333333, #4d4d4d);
  box-shadow: 0px 0px 30px rgba(247, 184, 1, 0.6), 0px 4px 0px rgba(0, 0, 0, 0.8);
}
.button_link:active {
  box-shadow: none;
  top: 4px;
}
.mainFeedbackButton {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 27px !important;
  line-height: 1.2 !important;
  text-align: center;
  padding: 15px 30px;
  background: #F7B901;
  color: #231F20;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.18), 0px 4px 0px rgba(0, 0, 0, 0.85);
}
.mainFeedbackButton:hover,
.mainFeedbackButton:focus {
  background: #ffd23a;
  color: #231F20;
  box-shadow: 0px 0px 30px rgba(247, 184, 1, 0.45), 0px 4px 0px rgba(0, 0, 0, 0.85);
}
.mainFeedbackButton:active {
  color: #231F20;
}
.feedbackModalBootstrap.in,
.feedbackModalBootstrap.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.feedbackModalBootstrap .modal-dialog {
  width: 620px;
  max-width: 100%;
  margin: 0 auto;
}
.feedbackModalBootstrap .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: 0px 18px 45px rgba(0, 0, 0, 0.28);
}
.feedbackModalBootstrap .modal-body {
  padding: 34px 34px 28px;
}
.feedbackModal {
  position: relative;
  background: #fff;
}
.feedbackModal h3 {
  margin: 0 48px 18px 0;
  position: relative;
}
.feedbackModal h3:after {
  content: " ";
  display: block;
  width: 100%;
  height: 12px;
  margin-top: 18px;
  background: #F7B901;
}
.feedbackModal p {
  margin: 0 0 24px;
  line-height: 1.35;
}
.feedbackModal .bg-danger {
  display: none;
  margin-bottom: 16px;
  padding: 10px 12px;
  background: #f2dede;
}
.feedbackModal .bg-danger:not(:empty) {
  display: block;
}
.feedbackModal .col-md-8,
.feedbackModal .col-xs-8,
.feedbackModal .col-8,
.feedbackModal .col-sm-8,
.feedbackModal .col-lg-8 {
  width: auto;
  float: none;
  padding: 0;
}
.feedbackModal .form-group:last-child {
  margin-bottom: 0;
}
.feedbackModal .button_link {
  display: inline-block;
  margin-bottom: 0;
}
.feedbackModal__close,
.feedbackModal__close.close,
.feedbackModal__close.btn-close {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 2;
  float: none;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 36px;
  line-height: 1;
  color: #231F20;
  opacity: 1;
  text-shadow: none;
}
.feedbackModal__close.close:hover,
.feedbackModal__close.close:focus {
  color: #F7B901;
  opacity: 1;
}
/*=================================================================================================*/
/*================================================ ПРОДАЖА И СТОЯНКА =========================================*/
/*=================================================================================================*/
section.sale {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  background: rgba(255, 255, 255, 0.9);
}
section.sale .saleBlock,
section.sale .parkingBlock {
  width: 50%;
}
.saleBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 500px;
}
.saleBlock ul li {
  width: 230px;
  display: inline-block;
  margin-bottom: 20px;
}
.saleBlock ul li img {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
}
.saleBlock ul li span {
  font-size: 14px;
  font-weight: 700;
  color: #BE1E2D;
}
.saleBlock ul li .price {
  color: #000;
  font-size: 11px;
}
.parkingBlock > img {
  width: 140px;
  height: 140px;
  float: left;
  margin-right: 10px;
  font-size: 14px;
}
/*=================================================================================================*/
/*================================================ МОТОКЛУБ =========================================*/
/*=================================================================================================*/
.motoBlock {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.motoBlock .sheduleBlock {
  width: 50%;
  padding: 0px 10px;
}
.motoBlock .photoBlock,
.motoBlock .schoolBlock {
  width: 50%;
  padding: 0px 10px;
}
.motoBlock .sheduleBlock .seeall {
  margin-left: 60px;
}
.motoBlock .sheduleBlock li {
  margin: 0;
  padding: 10px 0px;
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.motoBlock .photoBlock2 small {
  display: block;
}
.motoBlock .photoBlock2 {
  width: 40%;
  padding: 0px 30px;
}
.motoBlock h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.motoBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.motoBlock a.button_link {
  line-height: 14px !important;
}
.thumbsMainpage {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.thumbsMainpage li {
  width: 25%;
  border-bottom: 0px;
}
.motocrossBlock {
  align-items: flex-start;
  max-width: 100%;
}
.motocrossBlock .motocrossGallery {
  width: 600px;
  flex: 0 0 600px;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.motocrossBlock .motocrossGallery .gallery_list,
.motocrossBlock .motocrossGalleryList {
  display: grid;
  grid-template-columns: repeat(6, 84px);
  gap: 14px 19px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 600px;
  max-width: 100%;
  box-sizing: border-box;
}
.motocrossBlock .motocrossGallery .gallery_list > li,
.motocrossBlock .motocrossGalleryList > li {
  display: block;
  width: auto !important;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 0;
  box-sizing: border-box;
}
.motocrossBlock .motocrossGallery .gallery_list > li > a,
.motocrossBlock .motocrossGalleryList > li > a {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-bottom: 0;
  box-sizing: border-box;
}
.motocrossBlock .motocrossGallery .gallery_list > li > a > img,
.motocrossBlock .motocrossGalleryList > li > a > img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.motocrossBlock .motocrossCta {
  flex: 1 1 auto;
  padding: 5px 30px 0 30px;
  box-sizing: border-box;
}
.motocrossBlock .motocrossCta .mainFeedbackButton {
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
  padding-left: 18px;
  padding-right: 18px;
  border-bottom: 0;
}
.motocrossBlock .motocrossCta p {
  max-width: 310px;
  margin: 0;
  color: #414042;
}
.crosskartingSection {
  background: #fff;
}
.crosskartingBlock {
  align-items: flex-start;
  max-width: 100%;
}
.crosskartingMedia {
  width: 100%;
  flex: none;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.crosskartingBlock .crosskartingMedia {
  width: 600px;
  flex: 0 0 600px;
}
.crosskartingMedia .crosskartingVideo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #111;
  border: 0;
  object-fit: contain;
}
.crosskartingCta {
  flex: 1 1 auto;
  padding: 5px 30px 0 30px;
  box-sizing: border-box;
}
.crosskartingCta .mainFeedbackButton {
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
  padding-left: 18px;
  padding-right: 18px;
  border-bottom: 0;
}
.crosskartingCta p {
  max-width: 310px;
  margin: 0;
  color: #414042;
}
.amkSocialArticlesSection {
  background: #fff;
}
.amkSocialArticlesLayout {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.amkSocialArticlesFeed {
  flex: 0 0 600px;
  width: 600px;
  max-width: 100%;
  min-width: 0;
}
.amkSocialArticlesSidebar {
  flex: 1 1 auto;
  padding: 5px 30px 0 30px;
  box-sizing: border-box;
}
.amkArticleList {
  width: 600px;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.amkArticleItem {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 36px;
  margin-bottom: 34px;
  color: #414042;
  border-bottom: 0;
  text-decoration: none;
}
.amkArticleItem:hover,
.amkArticleItem:focus {
  color: #414042;
  border-bottom: 0;
  text-decoration: none;
}
.amkArticleItem__cover {
  display: block;
  flex: 0 0 175px;
  width: 175px;
  height: 113px;
  overflow: hidden;
  background: #E6E7E8;
}
.amkArticleItem__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.amkArticleItem__body {
  display: block;
  padding-top: 2px;
  min-width: 0;
}
.amkArticleItem__title {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;
  color: #3a3a3c;
}
.amkArticleItem__lead {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #414042;
}
.amkArticleItem:hover .amkArticleItem__title,
.amkArticleItem:focus .amkArticleItem__title {
  color: #1C75BC;
}
.amkAllArticlesLink {
  display: inline-block;
  margin-top: 2px;
  font-size: inherit;
  line-height: 1.42857143;
}
.amkSocialLinks h3 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  color: #3a3a3c;
}
.amkSocialLink {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  border-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 400;
}
.amkSocialLink img {
  display: block;
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  object-fit: contain;
}
.amkSocialLink span {
  border-bottom: 1px solid rgba(28, 117, 188, 0.4);
}
.amkSocialLink:hover,
.amkSocialLink:focus {
  border-bottom: 0;
}
.amkSocialLink:hover span,
.amkSocialLink:focus span {
  border-bottom-color: #F7B901;
}
.articlesPage .contentBlock {
  min-height: 0;
}
.articlesPage__main .amkArticleItem__cover {
  flex-basis: 161px;
  width: 161px;
  height: 105px;
}
.articlesPage__main .amkArticleItem__title {
  font-size: 18px;
}
.articlesPage__main .amkArticleItem__lead {
  font-size: 14px;
  line-height: 1.42857143;
}
.articlesPage__sidebar {
  padding-top: 58px;
}
.sheduleBlock ul,
.sheduleBlock li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sheduleBlock li {
  display: block;
  margin-bottom: 20px;
}
.contentBlock .sheduleBlock li {
  margin-bottom: 26px;
}
.sheduleBlock li:after {
  content: " ";
  clear: both;
  width: 100%;
  height: 1px;
  display: block;
}
.sheduleBlock .seeall {
  margin-left: 60px;
}
.sheduleBlock .date {
  width: 60px;
  float: left;
  text-align: center;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.sheduleBlock .num {
  font-size: 24px;
  font-weight: 900;
  display: block;
}
.sheduleBlock .mounth {
  font-size: 10px;
  display: block;
  padding: 2px ;
  background: rgba(0, 0, 0, 0.1);
}
.sheduleBlock .articleScheduleCover {
  width: 100px;
  height: 66px;
  border: 0;
  overflow: hidden;
  background: #E6E7E8;
}
.sheduleBlock .articleScheduleCover a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 0;
}
.sheduleBlock .articleScheduleCover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*=================================================================================================*/
/*================================================ GALLERY =========================================*/
/*=================================================================================================*/
.gallery_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gallery_list li {
  display: inline-block;
  margin-right: 10px;
}
.gallery_list li {
  margin-bottom: 10px;
}
.gallery_list li a {
  margin-bottom: 8px;
}
.gallery_list li li {
  margin-right: 10px;
}
.list_of_gallerys {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list_of_gallerys li {
  margin-bottom: 10px;
}
.list_of_gallerys li a {
  margin-bottom: 8px;
}
.list_of_gallerys li li {
  margin-right: 10px;
}
.list_of_gallerys.sidebar strong {
  margin-bottom: 8px;
  display: block;
}
.list_of_gallerys.sidebar > li {
  border-bottom: 1px solid #ccc;
}
.photoBlock .gallery_list img,
.list_of_gallerys .gallery_list img {
  width: 60px;
  height: 60px;
}
/*=================================================================================================*/
/*================================================ FOOTER =========================================*/
/*=================================================================================================*/
footer {
  min-width: 1000px;
  background: #282828;
  height: 120px;
}
footer a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
footer a:hover {
  text-decoration: none;
  color: #F7B901;
  border-bottom: 1px solid #f7b801;
}
.footerBlock {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 30px;
  color: #fff;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.footerBlock .year {
  width: 400px;
  text-align: center;
}
.footerBlock .parabit {
  width: 300px;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
}
.footerBlock .parabit .footerPhoneLink {
  display: inline-block;
  color: #fff;
  border-bottom: 0;
  line-height: 1.15;
}
.footerBlock .parabit .footerPhoneLink:hover,
.footerBlock .parabit .footerPhoneLink:focus {
  color: #fff;
  border-bottom: 0;
  text-decoration: none;
}
.footerBlock .parabit span {
  font-size: 24px;
  font-weight: 900;
}
.footerBlock .contactsFooter {
  width: 300px;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
.footerBlock .contactsFooter span {
  font-size: 24px;
  font-weight: 900;
}
a {
  color: #1C75BC;
  border-bottom: 1px solid rgba(28, 117, 188, 0.4);
}
a:hover {
  text-decoration: none;
  color: #F7B901;
  border-bottom: 1px solid #F7B901;
}
/*=================================================================================================*/
/*============================================= RESPONSIVE ========================================*/
/*=================================================================================================*/
section.content.row {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1040px) {
  header,
  footer {
    min-width: 0;
    height: auto;
  }
  section.content.row {
    width: auto;
    max-width: 1000px;
    margin-left: 16px;
    margin-right: 16px;
    box-sizing: border-box;
  }
  header section,
  nav section,
  .unfoldNav,
  .submenu,
  .footerBlock,
  section.service,
  section.sale,
  section.motoklub,
  section.content {
    width: auto;
    max-width: 1000px;
    margin-left: 16px;
    margin-right: 16px;
    box-sizing: border-box;
  }
  header section {
    padding: 24px 20px;
  }
  section.service,
  section.sale,
  section.motoklub,
  section.content {
    padding: 32px 24px;
  }
  a.logo,
  .introtext,
  .contacts {
    position: static;
  }
  a.logo {
    margin: 0 auto 20px;
  }
  .introtext {
    width: auto;
    top: auto;
    left: auto;
    margin-bottom: 20px;
    text-align: center;
  }
  .contacts {
    width: auto;
    top: auto;
    right: auto;
    text-align: center;
  }
  .contacts .phone,
  .contacts .adres,
  .contacts .worktime {
    display: inline-block;
    width: auto;
    text-align: left;
    vertical-align: top;
  }
  nav {
    height: auto;
  }
  nav section ul {
    left: 0;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  nav section ul li {
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  nav section ul li:nth-child(2n) {
    border-right: 0;
  }
  nav section ul a {
    display: block;
    line-height: 1.3;
    min-height: 60px;
    padding: 18px 12px;
  }
  body.mobile-nav-enabled header .introtext,
  body.mobile-nav-enabled header .contacts {
    display: none;
  }
  body.mobile-nav-enabled header,
  body.mobile-nav-enabled nav {
    background: transparent;
  }
  body.mobile-nav-enabled header section {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 18px 20px 14px;
    background: #fff;
  }
  body.mobile-nav-enabled header a.logo {
    position: static;
    flex: 0 1 auto;
    width: 230px;
    height: 106px;
    margin: 0;
    background-position: left center;
    background-size: contain;
  }
  body.mobile-nav-enabled nav section {
    padding: 0;
    margin-top: 0;
    background: transparent;
  }
  body.mobile-nav-enabled .navToggle {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex: 0 0 86px;
    width: 86px;
    height: 86px;
    margin: 6px 0 0 16px;
    padding: 0;
    background: #f7f7f7;
    color: #231F20;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 5;
  }
  body.mobile-nav-enabled .navToggle__label {
    display: none;
  }
  body.mobile-nav-enabled .navToggle__box {
    width: 40px;
  }
  body.mobile-nav-enabled .navToggle__line {
    width: 40px;
    height: 5px;
    margin-bottom: 7px;
    background: #231F20;
    border-radius: 3px;
  }
  body.mobile-nav-enabled .navPanel {
    display: none;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 20px 18px;
    background: #f7f7f7;
  }
  body.mobile-nav-enabled nav.is-open .navPanel {
    display: block;
  }
  body.mobile-nav-enabled nav section ul {
    display: block;
    left: auto;
    padding-top: 0;
  }
  body.mobile-nav-enabled nav section ul li {
    width: 100%;
    border-right: 0;
    text-align: left;
    border-bottom: 1px solid rgba(35, 31, 32, 0.15);
  }
  body.mobile-nav-enabled nav section ul a {
    display: block;
    padding: 16px 0;
    min-height: 0;
    line-height: 1.2;
    color: #231F20;
  }
  body.mobile-nav-enabled nav section ul a:hover {
    background: transparent;
    color: #F7B901;
  }
  body.mobile-nav-enabled nav section ul a.active,
  body.mobile-nav-enabled nav section ul a.active:hover {
    background: #F7B901;
    color: #231F20;
  }
  body.mobile-nav-enabled nav .navContacts {
    display: block;
    padding-top: 16px;
    border-top: 1px solid rgba(35, 31, 32, 0.15);
  }
  body.mobile-nav-enabled nav .navContacts .contacts {
    display: block;
    text-align: left;
  }
  body.mobile-nav-enabled nav .navContacts .phone,
  body.mobile-nav-enabled nav .navContacts .adres {
    display: block;
    width: auto;
    margin: 0 0 16px 40px;
  }
  body.mobile-nav-enabled nav .navContacts .adres {
    margin-bottom: 0;
  }
  body.mobile-nav-enabled nav .navContacts a {
    color: #231F20;
  }
  body.mobile-nav-enabled .navPanel,
  body.mobile-nav-enabled section.service,
  body.mobile-nav-enabled section.sale,
  body.mobile-nav-enabled section.motoklub,
  body.mobile-nav-enabled section.content,
  body.mobile-nav-enabled .footerBlock {
    font-size: 125%;
  }
  body.mobile-nav-enabled nav section ul a {
    font-size: 23px;
  }
  body.mobile-nav-enabled nav .navContacts .phone {
    font-size: 30px;
    line-height: 1.05;
  }
  body.mobile-nav-enabled nav .navContacts .phone span {
    font-size: 15px;
  }
  body.mobile-nav-enabled nav .navContacts .adres {
    font-size: 18px;
    line-height: 1.25;
  }
  body.mobile-nav-enabled .B_crumbBox a {
    font-size: 15px;
  }
  body.mobile-nav-enabled .sidebarBlock > ul > li {
    font-size: 23px;
    line-height: 30px;
  }
  body.mobile-nav-enabled .sidebarBlock > ul > li > ul > li {
    font-size: 18px;
  }
  body.mobile-nav-enabled .sidebarBlock > ul > li > ul > li > ul > li {
    font-size: 15px;
  }
  body.mobile-nav-enabled .request_button_sidebar .priceDownload,
  body.mobile-nav-enabled .contentBlock .priceDownload {
    font-size: 20px;
  }
  body.mobile-nav-enabled .storagePriceCards {
    max-width: none;
  }
  body.mobile-nav-enabled .storagePriceCard__season {
    font-size: 23px;
  }
  body.mobile-nav-enabled .storagePriceCard__period {
    font-size: 17px;
  }
  body.mobile-nav-enabled .storagePriceCard__price {
    font-size: 35px;
  }
  body.mobile-nav-enabled .button_link,
  body.mobile-nav-enabled .request_button_sidebar a.button_link {
    font-size: 23px;
  }
  body.mobile-nav-enabled .saleBlock span,
  body.mobile-nav-enabled .parkingBlock > img,
  body.mobile-nav-enabled .footerBlock .parabit,
  body.mobile-nav-enabled .footerBlock .contactsFooter {
    font-size: 18px;
  }
  body.mobile-nav-enabled .footerBlock .parabit span,
  body.mobile-nav-enabled .footerBlock .contactsFooter span {
    font-size: 30px;
  }
  body.mobile-nav-enabled .saleBlock .price {
    font-size: 15px;
    line-height: 18px !important;
  }
  body.mobile-nav-enabled .sheduleBlock .num {
    font-size: 30px;
  }
  body.mobile-nav-enabled .sheduleBlock .mounth {
    font-size: 13px;
  }
  body.mobile-nav-enabled .navToggle.is-open .navToggle__line:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
  }
  body.mobile-nav-enabled .navToggle.is-open .navToggle__line:nth-child(2) {
    opacity: 0;
  }
  body.mobile-nav-enabled .navToggle.is-open .navToggle__line:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
  }
  .submenu {
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.15);
  }
  .request_button_sidebar {
    margin-left: 0;
    margin-top: 30px;
  }
  .serviceTree,
  .saleBlock ul,
  .parkingBlock > img,
  .saleBlock,
  .parkingBlock,
  .motoBlock .sheduleBlock,
  .motoBlock .photoBlock,
  .motoBlock .schoolBlock,
  .motoBlock .photoBlock2 {
    width: auto;
  }
  .saleBlock ul {
    max-width: none;
  }
  .saleBlock ul li {
    width: 48%;
    margin-right: 2%;
    vertical-align: top;
  }
  section.sale,
  .motoBlock,
  .footerBlock,
  #paneAuto.showBlock,
  #paneMoto.showBlock {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #paneAuto.showBlock,
  #paneMoto.showBlock {
    padding: 20px;
  }
  .col_1,
  .col_2,
  .col_3 {
    width: 33.3333%;
    box-sizing: border-box;
  }
  section.sale {
    display: block;
  }
  section.motoklub h1 {
    margin: 0 0 24px;
    font-size: 34px;
    line-height: 1.08;
    font-weight: 400;
    letter-spacing: 0;
    color: #3a3a3c;
  }
  section.motoklub h1 + br {
    display: none;
  }
  .photoBlock2 {
    padding: 0 10px;
  }
  .motocrossBlock .motocrossGallery,
  .motocrossBlock .motocrossGallery .gallery_list,
  .motocrossBlock .motocrossGalleryList {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .motocrossBlock .motocrossGallery .gallery_list,
  .motocrossBlock .motocrossGalleryList {
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
  }
  .motocrossBlock .motocrossCta {
    padding-right: 10px;
  }
  .crosskartingBlock .crosskartingMedia,
  .crosskartingBlock .crosskartingCta {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .crosskartingBlock .crosskartingCta {
    padding-right: 10px;
  }
  .amkArticleItem {
    gap: 24px;
  }
  .amkArticleItem__cover {
    flex-basis: 154px;
    width: 154px;
    height: 100px;
  }
  .amkArticleItem__title {
    font-size: 18px;
  }
  .amkAllArticlesLink {
    font-size: inherit;
  }
  .amkSocialLink {
    font-size: 14px;
  }
  .amkArticleItem__lead {
    font-size: 14px;
  }
  .saleBlock iframe,
  .contentBlock iframe {
    width: 100%;
    max-width: 100%;
    height: 56vw;
    max-height: 320px;
    display: block;
  }
  section.content table,
  .contentBlock table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .storagePriceCards {
    display: block;
    max-width: none;
    margin-top: 4px;
  }
  .storagePriceCard {
    display: block;
    min-height: 0;
    padding: 16px 18px 18px;
  }
  .storagePriceCard + .storagePriceCard {
    margin-top: 14px;
  }
  .storagePriceCard__season {
    font-size: 19px;
  }
  .storagePriceCard__period {
    margin-bottom: 14px;
  }
  .storagePriceCard__price {
    font-size: 29px;
  }
  img[width],
  img[height] {
    max-width: 100%;
    height: auto;
  }
  .motoBlock > div + div,
  section.sale > div + div {
    margin-top: 24px;
  }
  .motoBlock .saleBlock img,
  .motoBlock .photoBlock img,
  section.sale .saleBlock img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .photoBlock .gallery_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.5px;
  }
  .photoBlock .gallery_list li {
    width: 50% !important;
    margin: 0;
    padding: 1.5px;
    display: block;
    box-sizing: border-box;
  }
  .photoBlock .gallery_list li a {
    display: block;
    margin: 0;
    border-bottom: 0;
  }
  .photoBlock .gallery_list img {
    display: block;
    width: 100%;
    height: auto;
  }
  .photoBlock > p {
    margin-bottom: 12px;
  }
  .photoBlock > a,
  .sheduleBlock > a {
    display: inline-block;
    margin-top: 12px;
  }
  section.sale .saleBlock {
    width: 100%;
  }
  section.sale .saleBlock p {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
  }
  section.sale .saleBlock p img {
    flex: 0 0 58px;
    margin: 0 !important;
  }
  section.sale .saleBlock iframe {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 3 / 2;
    display: block;
  }
}
@media (max-width: 767px) {
  h2,
  h3 {
    margin-left: 40px;
  }
  h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }
  h2 img {
    width: 28px;
    height: 28px;
    top: 2px;
    left: -40px;
  }
  h3 {
    font-size: 20px;
    margin-left: 0;
  }
  h3 img {
    width: 20px;
    height: 20px;
    top: 2px;
    left: -26px;
  }
  header section,
  nav section,
  .unfoldNav,
  .submenu,
  .footerBlock,
  section.service,
  section.sale,
  section.motoklub,
  section.content {
    margin-left: 10px;
    margin-right: 10px;
  }
  section.content.row {
    margin-left: 10px;
    margin-right: 10px;
  }
  header section {
    padding: 20px 16px;
  }
  body.mobile-nav-enabled header section {
    padding: 16px 16px 12px;
  }
  body.mobile-nav-enabled header a.logo {
    width: 190px;
    height: 88px;
  }
  body.mobile-nav-enabled nav section {
    padding: 0;
  }
  body.mobile-nav-enabled .navPanel {
    padding-left: 16px;
    padding-right: 16px;
  }
  body.mobile-nav-enabled .navToggle {
    flex-basis: 72px;
    width: 72px;
    height: 72px;
    margin-left: 12px;
  }
  body.mobile-nav-enabled .navToggle__box {
    width: 34px;
  }
  body.mobile-nav-enabled .navToggle__line {
    width: 34px;
    height: 4px;
    margin-bottom: 6px;
  }
  body.mobile-nav-enabled .navToggle.is-open .navToggle__line:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  body.mobile-nav-enabled .navToggle.is-open .navToggle__line:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  section.service,
  section.sale,
  section.motoklub,
  section.content {
    padding: 24px 16px;
  }
  .introtext {
    font-size: 18px;
  }
  section.motoklub h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .contacts .phone {
    font-size: 25px;
    line-height: 1.1;
  }
  .submenu,
  #paneAuto.showBlock,
  #paneMoto.showBlock,
  .motoBlock,
  .motocrossBlock,
  .crosskartingBlock,
  .amkSocialArticlesLayout,
  .footerBlock {
    display: block;
  }
  .menu-column,
  .saleBlock,
  .parkingBlock,
  .motoBlock .sheduleBlock,
  .motoBlock .photoBlock,
  .motoBlock .schoolBlock,
  .motoBlock .photoBlock2,
  .motocrossBlock .motocrossGallery,
  .motocrossBlock .motocrossCta,
  .crosskartingBlock .crosskartingMedia,
  .crosskartingBlock .crosskartingCta,
  .col_1,
  .col_2,
  .col_3,
  .footerBlock .year,
  .footerBlock .parabit,
  .footerBlock .contactsFooter {
    width: 100%;
    padding: 0;
  }
  .serviceTab,
  .serviceTab.active {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 28px;
    margin-bottom: 8px;
    border-radius: 6px;
  }
  .serviceTree .tabIndicator {
    display: none;
  }
  .saleBlock ul li {
    width: 100%;
    margin-right: 0;
  }
  .thumbsMainpage li,
  .gallery_list li {
    width: 33.3333%;
    margin-right: 0;
    vertical-align: top;
  }
  .motocrossBlock .motocrossGallery .gallery_list,
  .motocrossBlock .motocrossGalleryList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    max-width: none;
    margin: 0 -4px;
    gap: 0;
  }
  .motocrossBlock .motocrossGallery .gallery_list > li,
  .motocrossBlock .motocrossGalleryList > li {
    width: 33.3333% !important;
    max-width: 33.3333%;
    padding: 4px;
  }
  .motocrossBlock .motocrossGallery .gallery_list > li:nth-child(n+9),
  .motocrossBlock .motocrossGalleryList > li:nth-child(n+9) {
    display: none;
  }
  .motocrossBlock .motocrossGallery .gallery_list img,
  .motocrossBlock .motocrossGalleryList img {
    width: 100% !important;
    height: 100% !important;
  }
  .motocrossBlock .motocrossCta {
    margin-top: 24px;
  }
  .motocrossBlock .motocrossCta p {
    max-width: none;
  }
  .crosskartingBlock .crosskartingCta {
    margin-top: 24px;
  }
  .crosskartingBlock .crosskartingCta p {
    max-width: none;
  }
  .amkSocialArticlesSidebar,
  .articlesPage__sidebar {
    padding-top: 10px;
  }
  .amkSocialArticlesSidebar {
    margin-top: 32px;
    text-align: center;
  }
  .amkSocialArticlesSidebar .amkSocialLinks {
    display: inline-block;
    max-width: 100%;
    text-align: left;
  }
  .amkArticleItem {
    margin-bottom: 28px;
  }
  .amkArticleItem__cover,
  .articlesPage__main .amkArticleItem__cover {
    flex: 0 0 133px;
    width: 133px;
    height: 87px;
  }
  .amkArticleItem__title,
  .articlesPage__main .amkArticleItem__title {
    font-size: 18px;
  }
  .amkArticleItem__lead,
  .articlesPage__main .amkArticleItem__lead {
    font-size: inherit;
  }
  .amkSocialLinks h3 {
    font-size: 24px;
    margin-bottom: 22px;
  }
  section.content .gallery_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -3px;
  }
  section.content .gallery_list > li {
    width: 50% !important;
    margin: 0;
    padding: 3px;
    display: block;
    box-sizing: border-box;
  }
  section.content .gallery_list > li > a {
    display: block;
    margin: 0;
    border-bottom: 0;
  }
  section.content .gallery_list > li > a > img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  .request_button_sidebar {
    padding-top: 20px;
  }
  section.content [class*='col-'],
  section.sale [class*='col-'],
  section.motoklub [class*='col-'] {
    float: none;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .sidebarBlock {
    margin-bottom: 24px;
  }
  .footerBlock {
    text-align: center;
  }
  .footerBlock .contactsFooter,
  .footerBlock .parabit,
  .footerBlock .year {
    text-align: center;
    margin-bottom: 16px;
  }
  .footer-policy-link {
    display: none !important;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 22px;
    margin-left: 34px;
  }
  h2 img {
    width: 24px;
    height: 24px;
    left: -34px;
  }
  h3 {
    font-size: 18px;
  }
  a.logo {
    width: 160px;
    height: 78px;
    background-size: contain;
  }
  body.mobile-nav-enabled header a.logo {
    width: 166px;
    height: 76px;
  }
  body.mobile-nav-enabled .navToggle {
    flex-basis: 64px;
    width: 64px;
    height: 64px;
    margin-left: 10px;
  }
  body.mobile-nav-enabled .navToggle__box {
    width: 30px;
  }
  body.mobile-nav-enabled .navToggle__line {
    width: 30px;
    height: 4px;
    margin-bottom: 5px;
  }
  body.mobile-nav-enabled .navToggle.is-open .navToggle__line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  body.mobile-nav-enabled .navToggle.is-open .navToggle__line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  .introtext {
    font-size: 20px;
  }
  section.motoklub h1 {
    font-size: 27px;
    line-height: 1.06;
  }
  .contacts .phone,
  .contacts .adres,
  .contacts .worktime {
    display: block;
    max-width: 240px;
    margin: 0 auto 16px 40px;
  }
  .thumbsMainpage li,
  .gallery_list li {
    width: 50%;
  }
  .motocrossBlock .motocrossGallery .gallery_list,
  .motocrossBlock .motocrossGalleryList {
    display: -webkit-flex;
    display: flex;
  }
  .motocrossBlock .motocrossGallery .gallery_list > li,
  .motocrossBlock .motocrossGalleryList > li {
    width: 50% !important;
    max-width: 50%;
  }
  .amkArticleItem {
    display: block;
  }
  .amkArticleItem__cover,
  .articlesPage__main .amkArticleItem__cover {
    width: 70%;
    height: auto;
    aspect-ratio: 16 / 10;
    margin-bottom: 14px;
  }
  .amkArticleItem__title,
  .articlesPage__main .amkArticleItem__title {
    font-size: 18px;
  }
  .amkArticleItem__lead,
  .articlesPage__main .amkArticleItem__lead,
  .amkAllArticlesLink {
    font-size: inherit;
  }
  .amkAllArticlesLink,
  .amkSocialLink {
    line-height: 1.3;
  }
  .storagePriceCard {
    padding-right: 16px;
    padding-left: 16px;
  }
  .storagePriceCard__season {
    margin-right: 36px;
    font-size: 18px;
  }
  .storagePriceCard__price {
    font-size: 27px;
  }
  .button_link,
  .request_button_sidebar a.button_link {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mainFeedbackButton {
    display: block;
    width: 100%;
    margin-top: 18px;
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }
  .feedbackModalBootstrap .modal-dialog {
    width: auto;
    margin: 0;
  }
  .feedbackModalBootstrap .modal-body {
    padding: 24px 18px 20px;
  }
  .feedbackModal h3 {
    margin-right: 38px;
    margin-bottom: 18px;
  }
  .feedbackModal h3:after {
    height: 10px;
    margin-top: 14px;
  }
  .feedbackModal p {
    margin-bottom: 18px;
  }
  .feedbackModal .button_link {
    width: 100%;
  }
}
/* 2026-09-13: external visual corrections */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
}
h1 {
  text-transform: uppercase;
}
a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  border-bottom: 0;
}
section.motoklub > h1 {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  section.motoklub > h1 {
    margin-bottom: 14px;
  }
}
/* Restore the blockquote presentation previously provided by Bootstrap 3. */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: '';
}
/* Restore Bootstrap 3 base typography for text blocks. */
body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dd {
  margin-left: 0;
}
.contentBlock h4,
section.motoklub h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 1041px) {
  section.service,
  section.sale,
  section.motoklub,
  section.content {
    font-size: 15px;
  }
}

/* Restore the Bootstrap 3 presentation of embedded and modal feedback forms. */
section.content div[style*="fff7d1"] > h4 {
  font-size: 18px;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}
section.content div[style*="fff7d1"] .form-group,
.feedbackModal .form-group {
  margin-bottom: 15px;
}
section.content div[style*="fff7d1"] .form-control.input-lg,
.feedbackModal .form-control.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
section.content div[style*="fff7d1"] .form-control.input-lg:focus,
.feedbackModal .form-control.input-lg:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
section.content div[style*="fff7d1"] .checkbox,
.feedbackModal .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
section.content div[style*="fff7d1"] .checkbox label,
.feedbackModal .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
section.content div[style*="fff7d1"] .checkbox input[type="checkbox"],
.feedbackModal .checkbox input[type="checkbox"] {
  position: absolute;
  margin: 4px 0 0 -20px;
}
.feedbackModal__close.btn-close {
  background: transparent;
  border: 0;
}
@media (min-width: 769px) {
  section.content div[style*="fff7d1"] .col-md-8,
  section.content div[style*="fff7d1"] .col-xs-8,
  section.content div[style*="fff7d1"] .col-8,
  section.content div[style*="fff7d1"] .col-sm-8,
  section.content div[style*="fff7d1"] .col-lg-8 {
    position: relative;
    min-height: 1px;
    width: 66.66666667%;
    float: left;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  section.content div[style*="fff7d1"] .clearfix {
    clear: both;
  }
}
@media (max-width: 768px) {
  section.content div[style*="fff7d1"] .col-md-8,
  section.content div[style*="fff7d1"] .col-xs-8,
  section.content div[style*="fff7d1"] .col-8,
  section.content div[style*="fff7d1"] .col-sm-8,
  section.content div[style*="fff7d1"] .col-lg-8 {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}

/* Main hero: keep the h4 tight to the content above it. */
body > section.motoklub:first-of-type .photoBlock2 h4 {
  margin-top: 0;
}

/* Motoklub page: align the sidebar heading with the main content heading below the breadcrumb. */
section.content:has(> aside.contentBlock > .list_of_gallerys.sidebar) > aside.contentBlock {
  padding-top: 37.42px;
}

@media (max-width: 1040px) {
  section.content:has(> aside.contentBlock > .list_of_gallerys.sidebar) > aside.contentBlock {
    padding-top: 0;
  }
}
