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



html,
body {
    height: 100%;
}

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

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

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

.tbold {
    font-family: Montserrat-bold;
}

.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;
}

.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: #254f3c;
  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: Montserrat-bold;
    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: 48em) {
  .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 */

.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: Montserrat-bold;
    letter-spacing: 0;
}

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

.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: Montserrat;
}

.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: Montserrat-bold;
  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: Montserrat-bold;
    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: Montserrat-bold;
    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: Montserrat;
}

.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: Montserrat-bold;
    color: #254f3c;
    padding-right: 0;
}

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

#otzivi-head {
    font-size: 40px;
    margin: 60px 0 0 0;
    font-family: Montserrat-bold;
    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: Montserrat-bold;
}

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

.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: Montserrat-bold;
    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;
}

/* Fonts */
 
 @font-face {
 font-family: NotoSerif-Bold;
 src: url(/wp-content/themes/true/fonts/NotoSerif-Bold.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: Montserrat-bold;
     }
     
     h1 {
         margin-bottom: 10px;
     }
     
     #otzivi-head {
        font-size: 40px;
        text-align: center;
    }
    
    .otzivi-txt {
        text-align: center;
    }

}
 
  @media (min-width:768px){
     .mob {
         display: none;
     }
     
    .main-wrap {
        padding-left: 10%;
        padding-right: 10%;
    }
     
    h1 {
        font-size: 35px;
        font-family: Montserrat-bold;
        margin-top: 45px;
        margin-bottom: 15px;
        padding-left: 20px;
     }
     
    .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;
    }

 }
 


/* End of Mobile view */
 

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