/*
Theme Name: True
Version: 1.01
Description: Шаблон для бань бочек в Красноярске
Author: Лаборатория Продаж Абакан
Author URI: https://sales2lab.ru
*/

:root {
  --brand-btn: #164636;
}

/* === Всегда прижимаем шапку к топу страницы === */
/* 1) Фиксируем хедер у верха и убираем любые внешние отступы */
.site-header,
header.site-header,
header.header,
.navbar,
.navbar.fixed-top {
  position: fixed;   /* если у темы уже fixed-top — это не навредит */
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
  z-index: 1100;
}

html,
body {
    height: 100%;
}

.whole-wrapp {
    padding-bottom: 20px;
    min-height: 100%;
}

.content-block {
    max-width: 100%;
}

body {
  margin: 0;
  font-family: MontRegular;
}

.tbold {
    font-family: MontBold;
}

.crossed {
    text-decoration: line-through;;
}

/* Main menue*/

a {
  color: #000;
}

/* header */

.header {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 14px 20px 12px 20px!important;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.container {
    width: inherit!important;
}

.menu {
    background-color: #F4F4F4!important;
    border-radius: 10px;
    margin: 15px 1px 1px 1px!important;
}

.header .logo {
  display: block;
  float: left;
  font-size: 24px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
}

#logo-a {
  background-color: #926330;
  border-radius: 10px;
  padding: 3px 9px 0;
  margin: 15px 0 15px 15px;
}

.logo-img {
    height: 40px;
    width: auto;
}

.main-menue-social-a {
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 10px 10px 5px;
  margin: 15px 0 15px 10px;
  display: block;
  float: left;
}

.main-menue-social-img {
  height: 32px;
  width: auto;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

#menue_tel {
    font-size: 20px;
    font-family: MontBold;
    letter-spacing: 1px;
    padding: 13px 20px!important;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 25px 20px;
  position: relative;
  user-select: none;
  margin: 15px 40px 15px 0;
  background-color: #F4F4F4;
  border-radius: 10px;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 20px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 7px;
}

.header .menu-icon .navicon:after {
  top: -7px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 500px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 62em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}


/* End of Main menue */

.bold-txt {
	font-weight: bold;
}

.first-sec {
	background-image: url('images/first-bg.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#first-main-div {
	background: rgba(255, 255, 255, 0.2); /* полупрозрачный белый */
	backdrop-filter: blur(10px);          /* размытие фона позади */
	-webkit-backdrop-filter: blur(10px);
	padding: 25px;
}

.white-head {
	font-size: 26px;
	color: #fff;
	font-family: 'Play', sans-serif;
	font-weight: 700;
	margin-top: 0;
}

.white-roboto-avg {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 18px;
}

.get-it {
    margin-top: 10px;
	cursor: pointer;
	padding: 10px 20px;
	color: #fff;
	font-family: 'Play', sans-serif;
	font-weight: 700;
	font-size: 22px;
	background-color: #164636;
}

.get-it-parent {
    padding-top: 10px;
}

.get-it-row {
    margin-top: 35px;
    margin-bottom: 15px;
}

#first-screen-fifty {
    margin-top: 0;
    margin-bottom: 0;
	color: #fff;
	font-family: 'Play', sans-serif;
	font-size: 24px;
}

#first-screen-present {
    margin-top: 0;
    margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 14px;
}

.sp-pre-contacts-img {
    width: 70%;
    height: auto;
}

#sp-about {
    padding: 10px 15px;
	background-image: url('images/second-bg.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.h3-pre-hed {
	color: #845928;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.gray-roboto {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #3a3a3a;
}

.video-p {
	
}

#fifty {
	font-family: 'Play', sans-serif;
	font-weight: 700;
	color: #842828;
	font-size: 75px;
	margin-bottom: 0;
	margin-top: 50px;
}

#second-getit-p {
    text-align: right;
    margin-bottom: 85px;
}

.black-head {
    font-size: 26px;
	font-family: 'Play', sans-serif;
	font-weight: 700;
	color: #2b2b2b;
}

#first-main-div-parent {
    padding: 110px 5px 90px 5px;
}


.contats-txt {
    font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #717171;
}

.requizits-txt {
    font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #717171;
	margin-top: 0;
	margin-bottom: 5px;
}

.main-row {
    padding-top: 74px;
    margin-right: 0!important;
    margin-left: 0!important;
}

.main-offer-p {
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 30px;
}

.main-offer-div {
    border-radius: 20px;
    margin: 12px;
    padding: 300px 0 1px 0;
    background-image: url("images/main-offer-bg.webp");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.main-offer-div-desktop {
    border-radius: 20px;
    margin: 12px;
    padding: 100px 40px;
    background-image: url("images/main-offer-bg-desktop.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-offer-div-inside {
    color: #fff;
    margin: 24px 24px 23px 24px;
    padding: 22px;
    background-color: rgba(44, 44, 44, 0.6);
    backdrop-filter: blur(7px);               /* размытие фона */
    -webkit-backdrop-filter: blur(7px);
    border-radius: 10px;
}

.main-offer-div-p-inside-a {
    color: #1E1E1E;
    text-decoration: none;
}


.outlined-text {
    font-family: Montserrat-Black;
    font-size: 40px;
    color: white;
    text-shadow: 
    -1px -1px 0 #234F3C,
     1px -1px 0 #234F3C,
    -1px  1px 0 #234F3C,
     1px  1px 0 #234F3C;
}

.main-offer-div-p-inside-a-div {
    background-color: #F5B580;
    border-radius: 200px;
    justify-content: center; 
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-offer-div-p-inside-a-div p {
    font-size: 13px;
    font-family: MontBold;
    letter-spacing: 0;
}

.main-offer-div-p-inside-head {
    font-size: 18px;
    margin-top: 0;
    font-family: MontRegular;
}

.main-offer-div-p-inside-txt {
    font-size: 13px;
    font-family: Montserrat;
}

.main-offer-div-p-inside-a-img {
    height: 30px;
    width: auto;
}

.adv-row,
.reasons-row,
.reasons-head-row {
    margin-right: 0!important;
    margin-left: 0!important;
}

.reasons-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.bani-bochki-main-head {
    color: #234F3C;
    font-weight: bold;
}

h1 {
    font-size: 26px;
    font-family: MontRegular;
}

.main-row-col {
    padding-right: 0!important;
    padding-left: 0!important;
}

.main-img,
.adv-img {
    width: 100%;
    height: auto;
}

.adv-p,
.reasons-p {
    font-size: 18px;
}

.first_cont_a img {
    width: 55%;
    margin-right: 2%;
    margin-left: 2%;
}


.compair_table {
    border-collapse: collapse;
    border: 1px solid rgb(200 200 200);
    font-size: 14px;
}

th,
td {
    border: 1px solid rgb(160 160 160);
    padding: 8px 10px;
}

.tred {
    color: #7b0000;
}

.tgreen {
    color: #004701;
}

caption {
  padding: 10px 10px 10px 0;
  font-family: MontBold;
  text-align: left;
}

.th_rotate {
  -webkit-transform: rotate(-90deg);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: rotate(-90deg);  /* IE 9 */
          transform: rotate(-90deg);  /* Firefox 16+, IE 10+, Opera */
}

#reasons-p-5 {
    font-size: 110px;
    text-align: right;
    margin: 0;
    font-family: MontBold;
    color: #6b5c53;
    padding-right: 0;
}

#reasons-p-r {
    color: #1E1E1E;
    font-size: 26px;
    padding-left: 0;
    padding-top: 10px;
}

#reasons-p-r-b {
    font-family: MontBold;
    color: #254f3c;
}

.reasons-p {
    margin-bottom: 20px;
    margin-top: 10px;
}

.gallery-p {
	margin-bottom: 20px;
    margin-top: 10px;
}

#reasons-preul-p {
    margin-bottom: 10px;
}

.marquiz__button {
	margin-top: 30px;
}

.footer {
	text-align: right;
	color: #fff;
	font-size: 16px;
    font-family: Din-pro;
    font-weight: 300;
	background-color: #3e3a38;
	padding-top: 2px;
    padding-bottom: 2px;
}

.content-block h2,
.content-block p {
    padding-right: 15px;
    padding-left: 15px;
}

#last-reason {
    margin-bottom: 30px;
}

.form-h3 {
    font-size: 24px;
    font-family: MontRegular;
}

.last_cont_a {
    line-height: 2;
    font-size: 24px;
    text-decoration: none!important;
    outline: none!important;
}

.last-offer-p {
    font-size: 24px;
}

#pre_tel_p {
    margin-top: 30px;
}

.link_cont_a {
    padding: 10px 25px;
    color: #fff;
    background-color: #e78e46;
    margin-left: 20px;
    border-radius: 17px;
    text-decoration: none;
    letter-spacing: 1px;
    box-shadow: 5px 4px 0px #ccc;
}

.link_cont_a:hover,
.link_cont_a:focus {
    background-color: #f5a25f;
}

.link_cont_a:active {
    box-shadow: 2px 2px 0px #ccc;
}

.main-offer-sub-p {
    font-size: 14px;
    color: #999;
    padding-left: 17px;
    margin-top: 3px;
}

#reasons-exclusive {
    font-size: 40px;
    text-align: center;
    margin: 60px 0 0 0;
    font-family: MontBold;
    color: #254f3c;
    padding-right: 0;
}

#contacts-head {
    font-size: 40px;
    text-align: left;
    margin: 60px 0 0 0;
    font-family: MontBold;
    color: #254f3c;
    padding-right: 0;
}

#otzivi-head {
    font-size: 40px;
    margin: 60px 0 0 0;
    font-family: MontBold;
    color: #254f3c;
    padding-right: 15px;
    text-align: right;
}

.otzivi-txt {
    text-align: right;
}

#reasons-p-center {
    text-align: center;
}

#join-tg {
	margin-top: 0;
	margin-bottom: 5px;
}

.row22 {
    margin-right: 12px!important;
    margin-left: 5!important;
}

.adv-plitka {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin: 15px;
    border-radius: 20px;
    padding: 20px 10px;
}

.exclusive-plitka {
    margin: 15px;
    border-radius: 10px;
    border: 2px solid #234F3C;
    padding: 25px 25px;
}

.exclusive-plitka-1 {
    margin: 15px;
    border-radius: 10px;
    border: 2px solid #234F3C;
    padding: 20px 10px;
}

.reasons-p-5-head,
.reasons-p-5-txt {
    padding-right: 0!important;
    padding-left: 0!important;
}

.reasons-p-5-head {
    font-size: 14px;
    font-family: MontBold;
}

.reasons-p-5-txt {
    font-size: 12px;
    font-family: MontRegular;
}

.cherta-parent {
    padding-top: 19px;
    padding-bottom: 15px;
    padding-left: 20px;
}

#reason-02-dgt {
    max-height: 45px;
    width: auto;
}

.cherta-sleva {
    height: 100%;
    width: 100%;
    border-left: 2px solid #234F3C;
}

#right-border-div {
    border-right: 2px solid #234F3C;
    padding-right: 20px;
}

#right-border-div-parent {
    padding-right: 25px;
}

.arrow-down-img {
    float: right;
}

.border-bottom-2px {
    border-bottom: 2px solid #234F3C;
}

.exclusive-txt-div {
    margin-top: 25px;
    border-radius: 10px;
    background-color: #F4F4F4;
    padding-right: 20px;
    padding-left: 20px;
}

.exclusive-txt-div p {
    padding-right: 0;
    padding-left: 0;
}

.for3d-txt {
    font-size: 22px;
}

.price-p {
    font-size: 13px;
    text-align: left;
    margin-top: 0!important;
    margin-bottom: 10px!important;
    padding-left: 17px !important;
}
    

.model-button p {
    color: #fff;
    border-radius: 10px;
    background-color: #234F3C;
    padding: 10px 17px;
    text-align: left;
    font-size: 14px;
    display: inline-block;
    margin-top: 0!important;
    margin-bottom: 40px!important;
}

.model-button {
    cursor: pointer;
}

.text-right {
    text-align: left;
}

#price-forms-head {
    color: #234F3C;
    font-family: MontBold;
    font-size: 40px;
    letter-spacing: 1px;
    }


.contacts-div p {
    font-size: 18px;
}

.metaslider.ms-theme-clarity .flexslider .flex-control-paging li a {
    width: 15px!important;
    height: 15px!important;
}

.thank-you-contacts-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.video-p iframe {
    width: 100%;
}


.card-img-top {
    width: 100%;
    height: auto;
}

/* Плитки со свайпомы */

.split-slider {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1; /* квадратные плитки */
}

.split-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(0);
  transition: transform 0.4s ease;
}

/* начальное состояние */
.split-slider .img-a.active {
  z-index: 2;
  transform: translateX(0);
}
.split-slider .img-b {
  z-index: 1;
  transform: translateX(100%);
}

/* переключение на B */
.split-slider.show-b .img-a {
  transform: translateX(-100%);
}
.split-slider.show-b .img-b {
  transform: translateX(0);
  z-index: 2;
}

/* --- индикаторы ("колбаски") --- */
.slider-hint {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  gap: 8px; /* расстояние между колбасками */
  width: 33%; /* общий блок занимает треть ширины картинки */
  pointer-events: none;
  z-index: 5;
}

.slider-hint .bar {
  height: 6px; /* в 1.5 раза толще */
  border-radius: 3px;
  background: rgba(255, 255, 255, .75);
  box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 2px 6px rgba(0,0,0,.15);
  transition: width 0.35s ease;
  opacity: .95;
}

/* дефолт: левая длинная, правая короткая */
.slider-hint .bar-left { width: 80%; }
.slider-hint .bar-right { width: 20%; }

/* при переключении на B */
.split-slider.show-b .bar-left { width: 20%; }
.split-slider.show-b .bar-right { width: 80%; }


/* Карточки */

/* === Заголовки секций === */
section.py-5 > .container > h2 {
  font-family: 'Play', sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #34210E; /* оттенок под стиль сайта */
}

/* === Карточки === */
.card-body {
  padding: 1rem 1rem 0.75rem;
  font-family: 'Montserrat', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Заголовок карточки */
.card-title {
  margin: 0 0 .25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #212529;
  letter-spacing: .2px;
  text-decoration: none;
}

/* Снимаем подчёркивание именно с «кликабельной шапки» карточки */
.card > a.text-decoration-none,
.card > a.text-decoration-none:hover,
.card > a.text-decoration-none:focus,
.card > a.text-decoration-none:active,
a.product-card,
a.product-card:hover,
a.product-card:focus,
a.product-card:active {
  text-decoration: none !important;
  background-image: none !important; /* на случай «подчёркивания» градиентом */
  border-bottom: 0 !important;       /* на случай линии через border */
  box-shadow: none !important;        /* на случай underline через тень */
}

/* На всякий случай дублируем для самих подписей внутри ссылки */
.card > a.text-decoration-none .card-title,
.card > a.text-decoration-none .text-primary,
a.product-card .card-title,
a.product-card .text-primary {
  text-decoration: none !important;
  background-image: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* Цена: крупнее, с акцентом вашим primary */
.card .text-primary {
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: .3px;
}

/* Нежная тень и наведение — «дороже», но без агрессии */
.card.shadow-sm {
  transition: transform .18s ease, box-shadow .18s ease;
}
.card.shadow-sm:hover {
  transform: translateY(-2px);
  box-shadow: 0 .5rem 1.25rem rgba(0,0,0,.08);
}

/* === Кнопка «Подробнее» (классический вариант) === */
.card-footer {
  padding: .75rem 1rem 1rem;
  text-align: center; /* чтобы кнопка была по центру */
}

.card-footer .btn-more-info {
  display: inline-block; /* вместо 100% ширины */
  width: 70%; /* 70% ширины карточки */
  padding: .6rem 1rem;
  border-radius: .5rem;
  
  font-family: 'Play', sans-serif; /* шрифт Play */
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase; /* переводим текст в uppercase */
  line-height: 1.2;
  text-align: center;

  text-decoration: none !important;
  color: #fff !important;
  background-color: var(--brand-btn) !important;
  border: 0 !important;
  box-shadow: 0 .25rem .75rem rgba(0,0,0,.08);
  transition: background-color .25s ease, transform .1s ease, box-shadow .25s ease;
}

.card-footer .btn-more-info:hover,
.card-footer .btn-more-info:focus {
  background-color: color-mix(in srgb, var(--brand-btn) 88%, #ffffff 12%) !important;
  transform: translateY(-1px);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.12);
}

.card-footer .btn-more-info:active {
  background-color: color-mix(in srgb, var(--brand-btn) 82%, #000000 18%) !important;
  transform: translateY(0);
}


/* Колбаски-индикаторы — чуть заметнее на любых фото */
.slider-hint .bar{
  background: rgba(255,255,255,.85);
  box-shadow: 0 0 0 1px rgba(0,0,0,.06), 0 3px 10px rgba(0,0,0,.18);
}

/* Тёмная тема (если будет переключение Bootstrap 5.3 color modes) */
[data-bs-theme="dark"] .card-title { color: #e9ecef; }
[data-bs-theme="dark"] .slider-hint .bar { background: rgba(255,255,255,.7); }


/* CTA-кнопка на странице /srub-doma-3x5 (в файле такого класса нет) */
.btn-cta{
  display:inline-block;
  width:100%;
  padding:.8rem 1.5rem;
  font-family:'Play',sans-serif;
  font-size:1.1rem;
  font-weight:700;
  text-transform:uppercase;
  line-height:1.2;
  text-align:center;
  color:#fff;
  background-color:var(--brand-btn);
  border:0;
  border-radius:.5rem;
  box-shadow:0 .25rem .75rem rgba(0,0,0,.08);
  transition:background-color .25s ease, transform .1s ease, box-shadow .25s ease;
}
.btn-cta:hover,
.btn-cta:focus{
  background-color:color-mix(in srgb, var(--brand-btn) 88%, #ffffff 12%);
  transform:translateY(-1px);
  box-shadow:0 .5rem 1rem rgba(0,0,0,.12);
}
.btn-cta:active{
  background-color:color-mix(in srgb, var(--brand-btn) 82%, #000000 18%);
  transform:translateY(0);
}

.img-a, img-b {
    width: 100%;
    height: auto;
}


.srub-page {
    margin-top: 70px;
}

/* === Хлебные крошки === */
.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
  background: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: " > ";
  color: #6c757d; /* серый как в Bootstrap */
  padding: 0 .25rem;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #8B5E34; /* цвет в стилистике сайта */
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #333;
  font-weight: 600;
}


/* === Отдельные страницы срубов === */

.srub-page h1 {
    font-family:'Play',sans-serif;
    color: #2b2b2b;
}

.srub-page .btn-more-info {
    display: inline-block;
    width: 100%;
    padding: .8rem 1.5rem;
    font-family: 'Play', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background-color: var(--brand-btn);
    border: 0;
    border-radius: .5rem;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .08);
    transition: background-color .25s ease, transform .1s ease, box-shadow .25s ease;
    cursor: pointer;
}

.srub-page li {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #3a3a3a;
}

.srub-page p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #3a3a3a;
}

.srub-page .text-primary {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: #842828;
    font-weight: bold;
}

.page-video-col {
    padding-top: 45px;
}

.page-txt-col {
    font-family: 'Roboto', sans-serif;
    color: #3a3a3a;
}

.page-txt-col li {
    font-size: inherit;
}

/* Fonts */
 
 @font-face {
 font-family: NotoSerif-Bold;
 src: url(/wp-content/themes/true/fonts/NotoSerif-Bold.ttf);
 font-weight: normal;
 }
 
 @font-face {
 font-family: MontRegular;
 src: url(/wp-content/themes/true/fonts/MontRegular.ttf);
 font-weight: normal;
 }
 
  @font-face {
 font-family: MontBold;
 src: url(/wp-content/themes/true/fonts/MontBold.ttf);
 font-weight: normal;
 }
 
 @font-face {
 font-family: Montserrat;
 src: url(/wp-content/themes/true/fonts/Montserrat-Regular.ttf);
 font-weight: normal;
 }
 
 @font-face {
 font-family: Montserrat-bold;
 src: url(/wp-content/themes/true/fonts/Montserrat-Bold.ttf);
 font-weight: bold;
 }
 
  @font-face {
 font-family: Montserrat-Black;
 src: url(/wp-content/themes/true/fonts/Montserrat-Black.ttf);
 font-weight: bold;
 }

  
 @font-face {
 font-family: NotoSerif-Regular;
 src: url(/wp-content/themes/true/fonts/NotoSerif-Regular.ttf);
 font-weight: normal;
 }

 @font-face {
 font-family: Din-pro;
 src: url(/wp-content/themes/true/fonts/dinpro_medium.otf);
 font-weight: 400;
 }

 @font-face {
 font-family: Din-pro;
 src: url(/wp-content/themes/true/fonts/dinpro_light.otf);
 font-weight: 300;
 }

 @font-face {
 font-family: Din-pro;
 src: url(/wp-content/themes/true/fonts/dinpro_bold.otf);
 font-weight: bold;
 }
 
 @font-face {
 font-family: Din-pro;
 src: url(/wp-content/themes/true/fonts/dinpro_black.otf);
 font-weight: 800;
 }

/* End of Fonts */


/* Mobile view */
 
 @media (max-width:767.98px){
     
     .mob-hide {
         display: none;
     }
     
     .bani-bochki-main-head {
         display: inline-block;
         width: 100%;
         font-family: MontBold;
     }
     
     h1 {
         margin-bottom: 10px;
     }
     
     #otzivi-head {
        font-size: 40px;
        text-align: center;
    }
    
    .otzivi-txt {
        text-align: center;
    }
    
    .get-it {
        margin-top: 10px;
        cursor: pointer;
        padding: 10px 10px
    }
    
    #first-screen-fifty {
        font-size: 18px;
        margin-top: 4px;
    }
    
    #first-screen-present {
        font-size: 12px;
    }
    
    .main-menue-social-a {
    background-color: #F4F4F4;
    border-radius: 10px;
    padding: 5px 5px 2px;
    }
    
    .get-it-row .col-7 {
        padding-right: 0!important;
        padding-left: 0!important;
    }

}

@media (min-width: 1200px) and (max-width: 1420px) {
    #first-main-div-parent {
        padding: 110px 25px 90px 5px!important;
    }
    
    .get-it {
        padding: 10px 25px!important;
    }
    
    #first-screen-fifty {
        font-size: 20px!important;
    }
    
    #fifty {
        font-size: 105px!important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .main-wrap {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    
    #first-main-div-parent {
        padding: 110px 7px 90px 5px!important;
    }
    
    .get-it {
        padding: 10px 25px!important;
    }
    
    #fifty {
        font-size: 105px!important;
    }
}
 
  @media (min-width:768px){
     .mob {
         display: none;
     }
     
    #sp-about {
	    background-image: url('images/second-wide-bg.webp');
    }
     
    .main-wrap {
        padding-left: 10%;
        padding-right: 10%;
    }
    
    #first-main-div-parent {
        padding: 110px 70px 90px 5px;
    }
    
    .first-sec {
	    background-image: url('images/wide-bg.webp');
    }
    
    .get-it {
        padding: 10px 40px;
     }
    
    .sp-about-parent {
        margin-bottom: 70px;
    }
    
    #sp-about {
        padding: 30px;
    }
    
    #fifty {
        font-size: 137px;
    }
    
    #fifty-p {
        margin-top: 0;
    }
    
    .srcond-sec {
        padding-top: 80px;
    }
    
    .video-p {
        text-align: center;
    }
    
    .sp-pre-contacts-img {
        width: 50%;
    }
    
    .video-p iframe {
        width: 70%;
    }
    
    .gray-roboto {
        text-align: center;
    }
     
    h1 {
        font-size: 35px;
        font-family: MontBold;
        margin-top: 45px;
        margin-bottom: 15px;
     }
     
    .main-offer-p {
        padding-left: 20px;
    }
    
    .first_cont_a img {
        width: 200px;
    }
    
    .main-img {
        width: 80%;
        height: auto;
        float: right;
    }
    
    h2,
    .form-h3 {
        font-size: 32px;
        text-align: center;
        margin-top: 40px;
    }
    
    .adv-row-img-div {
        margin-bottom: 30px;
    }
    
    .th_rotate {
      -webkit-transform: none;
      -ms-transform: none;
          transform: none;
    }
    
    td {
        padding: 26px 26px;
    }
    
    #reasons-p-r {
        padding-top: 20px;
    }
    
    #reasons-p-5 .adv-img {
        height: 100px;
        width: auto;
    }
    
    #price-forms-head {
        margin-top: 95px;
    }
    
    .srub-page {
        padding-left: 10%;
        padding-right: 10%;
    }

 }
 


/* End of Mobile view */
 

/* 
*{
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
} 
 */