
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    color: #333333;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'PT Sans', sans-serif;
}

a {
    color: #333333;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Стили только для страницы модели (внутри .model-page) */
.model-page .from-blog {
    padding-top: 50px;
    padding-bottom: 50px;
}

.model-page .from-blog .blog__item {
    margin-bottom: 30px;
}

/* Описание модели (blog__details__text) */
.model-page .blog__details__text {
    margin-bottom: 45px;
}

.model-page .blog__details__text h1 {
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
}

.model-page .blog__details__text p {
    font-size: 16px;
    line-height: 26px;
    color: #6f6f6f;
    margin-bottom: 15px;
}

.model-page .blog__details__text sub {
    font-size: 0.8em;
    vertical-align: sub;
}

/* Галерея изображений (Top Pic: blog__item с center) */
.model-page .blog__item {
    margin-bottom: 60px;
}

.model-page .blog__item div[align="center"] {
    margin-bottom: 15px;
    text-align: center;
}

.model-page .blog__item div[align="center"] img {
    max-width: 100%;
    height: auto;
}

.model-page .blog__item__text {
    padding-top: 0;
    text-align: center;
}

.model-page .blog__item__text h5 {
    margin-bottom: 12px;
}

.model-page .blog__item__text h5 a {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    text-decoration: none;
}

.model-page .blog__item__text h5 a:hover {
    color: #fda417;
    text-decoration: underline;
}

/* Fancybox-галерея (Top Pic и варианты цветов) */
.model-page .fancybox {
    display: inline-block;
    text-decoration: none;
}

.model-page .fancybox img {
    border-radius: 5px;
    transition: .3s;
}

.model-page .fancybox:hover img {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
}

/* Блоки вариантов (img left, h4, ul) */
.model-page div > a.fancybox img[align="left"] {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: 200px;
    height: auto;
}

.model-page div > h4 {
    clear: both;
    color: #333333;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
}

.model-page div > ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.model-page div > ul li {
    font-size: 14px;
    color: #6f6f6f;
    line-height: 1.5;
    margin-bottom: 5px;
}

/* Секции цветов (каркас/обивка) */
.model-page .container > p { /* Заголовки "Цвет каркаса", "Цвет обивки" */
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    text-align: center;
}

.model-page .col-lg-1 div,
.model-page .col-md-2 div,
.model-page .col-sm-4 div,
.model-page .col-12 div {
    text-align: center;
    margin-bottom: 15px;
}

.model-page .col-lg-1 div a,
.model-page .col-md-2 div a,
.model-page .col-sm-4 div a,
.model-page .col-12 div a {
    display: block;
    margin-bottom: 5px;
}

.model-page .col-lg-1 div br + * { /* Текст под br (названия цветов) */
    font-size: 12px;
    color: #6f6f6f;
    font-weight: bold;
}

/* Ссылки в каталоге (grtitle) */
.model-page a.grtitle:link {
    color: #252525;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
}

.model-page a.grtitle:visited {
    color: #252525;
    text-decoration: none;
}

.model-page a.grtitle:hover {
    color: #fda417;
    text-decoration: underline;
}

/* Выравнивание по центру (для align="center" в HTML) */
.model-page [align="center"] {
    text-align: center;
}

/* Медиа-запросы (базовые для responsive) */
@media only screen and (max-width: 767px) {
    .model-page .from-blog {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .model-page .blog__details__text h1 {
        font-size: 24px;
    }
    
    .model-page .blog__item__text h5 a {
        font-size: 18px;
    }
    
    .model-page div > a.fancybox img[align="left"] {
        float: none;
        margin: 0 auto 10px;
        display: block;
    }
    
    .model-page .col-lg-1,
    .model-page .col-md-2,
    .model-page .col-sm-4,
    .model-page .col-12 {
        margin-bottom: 20px;
    }
}
body.fancybox-active { padding-right: 17px; } /* Или margin-right для fixed */
.blog__item__text h5 a {
	font-size: 20px;
	color: #333333;
	font-weight: 700;
}
a.grtitle:link {color: #333333; text-align: center; font-size: 110%;font-weight: bold;text-decoration: none;}
a.grtitle:visited {color: #333333; text-decoration: none;}
a.grtitle:hover {color: #3fab2a; text-decoration: underline;}

/* header top section start */

.header_top_section {
    width: 100%;
    display: flex;
    background-color: #072f0b;
    height: auto;
    padding: 20px 0px;
}
.header_top_main {
    display: flex;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
}

.call_text a {
    color: #ffffff;
}

.call_text a:hover {
    color: #ffcc00;
}

.call_text_1 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
}

.call_text_1 a {
    color: #ffffff;
}

.call_text_1 a:hover {
    color: #ffcc00;
}

.call_text_2 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
    text-align: center;
}

.call_text_2 a {
    color: #ffffff;
}

.call_text_2 a:hover {
    color: #ffcc00;
}

.padding_left_15 {
    padding-left: 10px;
}

/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.jpg);
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.oheader_section {
    width: 100%;
        background: #1f1f1f;
    float: left;
    height: auto;
}

.header_bg {
    background: #1f1f1f;
}

.bg-light {
    background-color: transparent !important;
}

.logo {
    width: auto;
}

.ml-auto,
.mx-auto {
    margin-left: auto!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffcc00;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ffcc00;
}

.navbar {
    padding: 30px 0px 30px 0px;
}

.login_text {}

.login_text ul {
    margin: 0px;
    padding: 0px;
}

.login_text li {
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding: 0px 30px;
}

.login_text li a {
    color: #ffffff;
}

.login_text li a:hover {
    color: #ffcc00;
}

.quote_btn {
    width: 170px;
    float: left;
}

.quote_btn a {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #ffcc00;
    border-radius: 40px;
    padding: 8px;
    text-transform: uppercase;
}

.quote_btn a:hover {
    background-color: #ffffff;
    color: #252525;
}
/* header section end */
/*кнопка*/
.btn-orange {
    width: 170px;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0;
    background-color: #339933;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    border: none;
    cursor: pointer;
    display: block;
    float: left;
}

.btn-orange:hover {
    color: #252525;
    background-color: #ffffff;
}
.btn-black {
    width: 170px;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0;
    background-color: #252525;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    border: none;
    cursor: pointer;
    display: block;
    float: left;
}

.btn-black:hover {
    color: #ffcc00;
    background-color: #ffffff;
}
/*кнопка*/
.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 15px 0px;
    color: #252525;
    text-align: center;
}

.copyright_text a {
    color: #252525;
}

.copyright_text a:hover {
    color: #0fbdd7;
}


/* copyright section end */
.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #000;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 5px;
    width: 50px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #339933;
    color: #ffffff;
}
.update_mail {
    color: #918f8f;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #ffffff;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border-radius: 40px;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    font-family: 'PT Sans', sans-serif;
}

.location_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.location_text li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 0px 120px 30px 120px;
    line-height: 30px;
    font-family: 'PT Sans', sans-serif;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #339933;
}

.location_text li.active a {
    color: #339933;
}
.footer_menu_main {
    width: 100%;
    float: left;
}

.footer_menu {
    width: 77%;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu li {
    font-size: 16px;
    color: #ffffff;
    padding: 5px 0px 0px 0px;
    flex-basis: 50%;
}

.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #ffcc00;
}

.footer_menu li.active a {
    color: #339933;
}
.padding_15 {
    font-size: 30px;
}
.footer_section {
    width: 100%;
    float: left;
    background-color: #1f1f1f;
    height: auto;
    padding-bottom: 50px;
}
.footer_section ul,
.footer_section li,
.footer_section ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer_section_2 {
    width: 100%;
    float: left;
}
.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}
.location_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.location_text li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 0px 120px 30px 120px;
    line-height: 30px;
    font-family: 'PT Sans', sans-serif;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #339933;
}

.location_text li.active a {
    color: #339933;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.header__menu ul li a {

    letter-spacing:2px !important;
}
.oheader_section .navbar-nav .nav-link {
    letter-spacing: 0 !important;          /* Полный сброс — буквы "прилипают" как в дефолте */
    font-kerning: normal !important;        /* Равномерный кернинг шрифта (Raleway/Sen) */
    word-spacing: 0 !important;             /* Без лишнего между словами */
    padding-left: 0.65rem !important;        /* Дефолт Bootstrap (~8px, компактно) */
    padding-right: 0.65rem !important;
    margin-right: 0 !important;             /* Убираем margins для стабильности */
}
