/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/



/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Lato', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     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;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}

ul.btn {
     float: right;
}

ul.btn li {
     display: inline-block;
     padding: 0 25px;
}

ul.btn li a {
     color: #fff;
     font-size: 16px;
}

ul.btn li:last-child {
     padding-right: 0;
}

.login_btn {
     padding-left: 50px;
}

.login_btn a {
     background-color: #fff;
     display: inline-block;
     padding: 7px 35px;
     border-radius: 10px;
     color: #292e39 !important;
     font-size: 17px;
}

.login_btn a:hover {
     color: #fff !important;
     background: #0808ff;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding-top: 15px !important;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0px 25px;
     text-transform: uppercase;
     color: #fff;
     font-size: 17px;
     line-height: 20px;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #f4cb1e;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #f4cb1e;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.padd_right {
     padding-right: 10px;
}

.sign_btn {
     padding-left: 50px;
}

.get_btn a {
     display: inline-block;
     padding: 8px 39px;
     color: #fff;
     font-size: 16px;
     background-color: #f4cb1e;
     text-transform: uppercase;
     margin-top: -10px;
     margin-left: 30px;
}

.get_btn a:hover {
     color: #fff;
     background-color: #d2d1d6;
}

.header {
     width: 100%;
     padding: 30px 30px;
     border-bottom: #c6cad5 solid 12px;
     background-color: #13110e;
}

.logo {
     position: relative;
     padding-left: 50%;
     padding-top: 6px;
}

.logo::after {
     position: absolute;
     content: "";
     width: 136px;
     height: 110px;
     left: -45px;
     top: -30px;
     background: url(../images/top_head.png);
     background-repeat: no-repeat;
     border-right: #d5c6d2 solid 15px;
}

.logo-text {
    font-size: 24px;
    font-weight: bold;
    color: #ce1ba1;
    white-space: nowrap; /* This ensures the text stays on one line */
    text-decoration: none; /* Remove underline from link */
}



/** banner section **/

.banner_main {
     background: url(../images/banner.jpg);
     background-repeat: no-repeat;
     min-height: 840px;
     background-size: 100% 100%;
     display: flex;
     justify-content: center;
     align-content: center;
     align-items: center;
}

.text-bg {
     text-align: center;
}

.text-bg h1 {
     text-transform: uppercase;
     color: #fff;
     font-size: 110px;
     line-height: 120px;
     padding-bottom: 15px;
     font-weight: bold;
}

.text-bg p {
     font-size: 17px;
     color: #fff;
     line-height: 28px;
     font-weight: 500;
     padding-bottom: 50px;
     display: block;
}

.text-bg a {
     font-size: 17px;
     background-color: transparent;
     color: #fff;
     font-weight: 600;
     padding: 11px 0px;
     width: 100%;
     max-width: 230px;
     text-align: center;
     display: inline-block;
     border-radius: 30px;
     border: #f4cb1e solid 4px;
     transition: ease-in all 0.5s;
}

.text-bg a:hover {
     background-color: #13110e;
     color: #fff;
     transition: ease-in all 0.5s;
}


/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 50px;
     color: #090807;
     line-height: 62px;
     font-weight: bold;
     padding: 0;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.blu {
     color: #0808ff;
}

.read_more {
     font-size: 17px;
     background-color: #f4cb1e;
     color: #fff;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     z-index: 9999;
     position: relative;
     font-weight: 500;
}

.read_more:hover {
     background: #fff;
     color: #000;
     transition: ease-in all 0.5s;
}


/** three_box section **/

.three_box {
     margin-top: -160px;
}

.box_text {
     box-shadow: 0 0 95px rgba(13, 3, 3, 0.56);
}

.box_text figure {
     margin: 0;
}

.box_text figure img {
     width: 100%;
}


/** end three_box section **/


/** hottest section **/

.hottest {
     background: #fff;
     padding: 90px 0 0px 0;
}

.hottest .titlepage {
     padding-bottom: 0;
     text-align: left;
}

.hottest .titlepage h2 {
     color: #000;
}

.hottest .hottest_box {
     position: relative;
     background-color: #f4cb1e;
     padding: 60px 40px;
}

.hottest .hottest_box::after {
     position: absolute;
     content: "";
     top: 0;
     bottom: 0;
     left: -30px;
     width: 31px;
     height: 100%;
     background: url(../images/h_cross.png);
     background-repeat: no-repeat;
     display: block;
     background-position: center center;
}

.hottest .hottest_box p {
     color: #fff;
     font-size: 17px;
     line-height: 32px;
     font-weight: 500;
}


/** end hottest section **/


/** choose  section **/

.choose {
     margin-top: 90px;
     background-color: #242323;
     padding: 90px 0 190px 0;
     position: relative;
}

.choose::after {
     position: absolute;
     content: "";
     bottom: 0;
     left: 0px;
     width: 100%;
     height: 195px;
     background: url(../images/choose_bottom_cross.png);
     background-repeat: no-repeat;
     display: block;
     background-position: center center;
}

.choose .titlepage {
     text-align: left;
     padding-bottom: 0;
}

.choose .titlepage h2 {
     color: #fff;
}

.choose .titlepage p {
     color: #fff;
     display: block;
     font-size: 17px;
     padding-top: 20px;
     line-height: 32px;
}

.choose_img {
     background-color: #fff;
     padding: 20px;
     margin-left: 30px;
     margin-right: 40px;
}

.choose_img figure {
     margin: 0;
     margin-left: -50px;
}

.choose_img figure img {
     width: 100%;
}

.padding_with {
     max-width: 653px;
     float: right;
     width: 100%;
}

.choose_box {
     display: flex;
}

.choose_box i {
     float: left;
}

.choose_box i img {
     float: left;
     background-color: #f4cb1e;
     width: 140px;
     padding: 10px;
     border-radius: 60px;
}

.choose_text {
     float: right;
     padding-left: 20px;
}

.choose_text h3 {
     color: #fff;
     font-size: 20px;
     line-height: 28px;
     font-weight: 600;
     padding-bottom: 10px;
}

.choose_text p {
     color: #fff;
     font-size: 17px;
     line-height: 30px;
}

.padding_bottom {
     padding-bottom: 30px;
}


/** end choose  section **/


/** product  section **/

.product_box {
     position: relative;
     margin-bottom: 30px;
     box-shadow: 0 0 51px rgba(13, 3, 3, 0.13);
}

.product_box figure {
     margin: 0;
}

.product_box figure img {
     width: 100%;
     height: 343px;
}

.product_box h3 {
     position: absolute;
     bottom: 15px;
     padding: 0;
     right: 50px;
     text-align: right;
     color: #fff;
     font-size: 30px;
     text-transform: uppercase;
     font-weight: 600;
}

.black {
     color: #242323 !important;
}

.padding_left0 {
     padding-left: 0;
}

.padding_right0 {
     padding-right: 0;
}


/** end product  section **/


/** about section **/

.about {
     padding: 60px 0px 140px 0px;
     background: #fff;
}

.about .titlepage p {
     color: #141629;
     line-height: 28px;
     font-weight: 500;
     font-size: 17px;
     padding-top: 20px;
}

.about_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
     padding-top: 65px;
}

.about_box {
     text-align: center;
}

.test_box {
     padding: 30px 40px 40px 42px;
     background: url(../images/te.png);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     min-height: 367px;
}

.about_Carousel .test_box h4 {
     font-size: 30px;
     color: #1d1c1c;
     line-height: 18px;
     display: block;
     text-align: center;
     text-transform: uppercase;
     font-weight: 600;
     padding: 23px 0px 0px 0px;
     text-align: left;
}

.about_Carousel .test_box i {
     text-align: left;
     float: left;
     margin-bottom: -12px;
     margin-right: 20px;
     margin-top: -91px;
     box-shadow: #ddd 0px 0px 10px 0px;
     border-radius: 122px;
}

.about_Carousel .test_box p {
     font-size: 17px;
     line-height: 28px;
     color: #fff;
     text-align: left;
     padding-left: 100px;
     margin-top: 45px;
}

.about_Carousel .carousel-indicators {
     bottom: -50px;
}

.about_Carousel .carousel-indicators li {
     width: 56px;
     height: 15px;
     border-radius: 20px;
     background: #f4cb1e;
}

.about_Carousel .carousel-indicators li.active {
     background: #040403;
}

#myCarousel .carousel-control-next-icon,
#myCarousel .carousel-control-prev-icon {
     display: none;
}


/** end about section **/


/** footer **/

.footer {
     background: #212121;
     padding-top: 85px;
     text-align: center;
}

.footer .titlepage {
     text-align: left;
     padding-bottom: 0px;
}

.footer .titlepage h2 {
     color: #fff;
}

.main_form {
     padding: 50px 0px 50px 0px;
}

.main_form .contactus {
     border: inherit;
     padding: 0px 15px;
     margin-bottom: 20px;
     width: 100%;
     height: 45px;
     background: #ffffff;
     color: #777977;
     font-size: 18px;
     font-weight: normal;
     border-bottom: #ddd solid 1px;
}

.main_form .contactus1 {
     border: inherit;
     padding: 0px 15px;
     margin-bottom: 20px;
     padding-top: 21px;
     width: 100%;
     height: 80px;
     background: #ffffff;
     color: #777977;
     font-size: 18px;
     font-weight: normal;
     border-bottom: #ddd solid 1px;
}

.main_form .send_btn {
     font-size: 20px;
     transition: ease-in all 0.5s;
     background-color: #f4cb1e;
     color: #000;
     padding: 16px 0px;
     max-width: 333px;
     font-weight: 700;
     width: 100%;
     display: block;
     margin-top: 11px;
}

.main_form .send_btn:hover {
     background-color: #fff;
     transition: ease-in all 0.5s;
     color: #000;
}

#request *::placeholder {
     color: #777977;
     opacity: 1;
}

ul.social_icon {
     padding-top: 6px;
}

ul.social_icon li {
     display: inline-block;
}

ul.social_icon li a {
     background: #fff;
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 25px;
     border-radius: 30px;
     margin: 0 3px;
}

ul.social_icon li a:hover {
     background-color: #f4cb1e;
     color: #fff;
}

.bottom_form h3 {
     font-weight: 600;
     font-size: 22px;
     text-align: left;
     color: #fff;
     padding-bottom: 15px;
}

ul.location_icon {
     padding-top: 12px;
     text-align: left;
}

ul.location_icon li {
     display: inline-block;
     font-size: 18px;
     line-height: 20px;
     color: #fff;
     padding-bottom: 25px;
}

ul.location_icon li a {
     font-size: 30px;
     color: #fff;
     line-height: 30px;
     padding-right: 15px;
}

ul.location_icon li a:hover {
     color: #00ff00;
}

.footer h3 {
     font-weight: 600;
     font-size: 22px;
     text-align: left;
     color: #fff;
     padding-bottom: 15px;
}

ul.link {
     text-align: left;
}

ul.link li a {
     color: #fff;
     font-size: 17px;
     line-height: 20px;
     padding-bottom: 15px;
     padding-left: 25px;
     display: block;
}

ul.link li a:hover {
     color: #f4cb1e;
}

ul.link li a::after {
     position: absolute;
     content: "";
     width: 12px;
     height: 12px;
     background-color: #fff;
     border-radius: 20px;
     left: 0;
     margin-top: 6px;
     margin-left: 15px;
}

.border_right {
     border-right: #fff solid 1px;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 19px;
     width: 100%;
     height: 53px;
     background: #fff;
     color: #000;
     font-size: 18px;
     font-weight: 600;
}

.sub_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #f4cb1e;
     color: #fff;
     padding: 11px 0px;
     max-width: 200px;
     width: 100%;
     display: block;
     font-weight: 500;
     text-transform: uppercase;
     margin-top: 20px;
}

.sub_btn:hover {
     background-color: #fff;
     transition: ease-in all 0.5s;
     color: #000;
}

.copyright {
     margin-top: 70px;
     padding: 20px 0px;
     background-color: #f4cb1e;
}

.copyright p {
     color: #fff;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #212121;
}


/** end footer **/

.products_page .product .titlepage {
     margin-top: 70px;
}

/** form upload **/

.custom-body {
     font-family: Arial, sans-serif;
     background-color: #f4f4f4;
}

.content-container {
     max-width: 800px;
     margin: 50px auto;
     background-color: #fff;
     padding: 20px;
     border-radius: 8px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#status {
     margin-top: 20px;
     font-size: 18px;
     color: #d9534f;
}
 
#status.success {
     color: #5cb85c;
}

header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 20px;
}

.custom-logo {
     height: 50px;
}

.title {
 color: #333;
 text-align: center;
}

.forms-container {
     margin-top: 20px;
     display: flex;
     justify-content: center;
     align-items: center;
}

.dle-form {
     margin: 0 10px;
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     border: 1px solid #ddd;
     border-radius: 8px;
     padding: 5px;
}

.form-group {
     margin-bottom: 5px; /* Уменьшено расстояние до кнопки */
     width: 100%;
     text-align: center;
}

label {
     font-weight: 600;
     display: block;
     margin-bottom: 5px;
}

input[type="file"] {
     padding: 10px;
     border: 1px solid #ddd;
     border-radius: 4px;
     width: 100%;
}

.custom-button {
     padding: 8px 20px;
     background-color: #96c0ec;
     color: #fff;
     border: none;
     border-radius: 4px;
     cursor: pointer;
     transition: background-color 0.3s ease;
 }

.custom-button:hover {
     background-color: #0056b3;
}
 

#uploadStatus {
     color: #dc3545;
     font-size: 14px;
     font-weight: 500;
}

.status-message {
     text-align: center;
     margin-top: 20px;
     padding: 15px;
     border: 1px solid #ccc;
     border-radius: 5px;
}

.cover {
     background-position: 50% 50%;
     background-repeat: no-repeat;
     background-size: cover;
 }
 
 .title_hide {
     left: -9999px;
     position: absolute;
     top: -9999px;
     overflow: hidden;
     width: 0;
     height: 0;
 }
 
 .icon {
     display: inline-block;
     width: 32px;
     height: 32px;
     fill: #0c5f7eed;
     vertical-align: middle;
 }
 
 .icon-logo {
     width: 42px;
     height: 42px;
 }
 
 .icon-vk,
 .icon-tw,
 .icon-fb,
 .icon-gp,
 .icon-ya,
 .icon-od,
 .icon-mail {
     width: 16px;
     height: 1em;
 }
 
 .grey .icon {
     fill: #64748b;
 }
 
 body {
     background: #f1f5f9;
 }
 
 .wrp {
     max-width: 1437px;
 }
 
 .carousel {
     position: relative;
     padding-top: 49%;
     margin-bottom: 25px;
     overflow: hidden;
     width: 100%;
     border-radius: 2px;
     box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
 }
 
 .carousel-inner {
     position: absolute;
     overflow: hidden;
     width: 100%;
     left: 0;
     top: 0;
     bottom: 0;
 }
 
 .carousel-inner > .item {
     display: none;
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
     transition: 0.6s ease-in-out left;
 }
 
 .carousel-inner > .item > .cover {
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     bottom: 0;
 }
 
 .carousel-inner > .item > img,
 .carousel-inner > .item > a > img {
     line-height: 1;
     vertical-align: top;
 }
 
 .carousel-inner > .active,
 .carousel-inner > .next,
 .carousel-inner > .prev {
     display: block;
 }
 
 .carousel-inner > .active {
     left: 0;
 }
 
 .carousel-inner > .next,
 .carousel-inner > .prev {
     position: absolute;
     top: 0;
     width: 100%;
 }
 
 .carousel-inner > .next {
     left: 100%;
 }
 
 .carousel-inner > .prev {
     left: -100%;
 }
 
 .carousel-inner > .next.left,
 .carousel-inner > .prev.right {
     left: 0;
 }
 
 .carousel-inner > .active.left {
     left: -100%;
 }
 
 .carousel-inner > .active.right {
     left: 100%;
 }
 
 .carousel-control {
     position: absolute;
     top: 0;
     bottom: 0;
     right: 0;
     margin: 25px;
     width: 44px;
     display: flex;
     align-items: center;
     justify-content: center;
     z-index: 1;
 }
 
 .carousel-control_in {
     box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
     background-color: #fff;
     border-radius: 22px;
     text-align: center;
 }
 
 .carousel-control .up,
 .carousel-control .down {
     display: block;
     padding: 15px 12px;
 }
 
 .carousel-control .icon {
     fill: #d7d7d7;
     width: 20px;
     height: 32px;
 }
 
 .carousel-control a:hover > .icon {
     fill: #0c5f7eed;
 }
 
 .carousel-indicators {
     list-style: none;
     padding: 0;
     margin: 0;
     text-align: center;
 }
 
 .carousel-indicators li {
     display: block;
     width: 20px;
     height: 20px;
     margin: 0 auto;
     cursor: pointer;
     position: relative;
 }
 
 .carousel-indicators li:after,
 .carousel-indicators li:before {
     content: "";
     position: absolute;
     left: 50%;
     top: 50%;
     border-radius: 50%;
 }
 
 .carousel-indicators li:after {
     width: 4px;
     height: 4px;
     margin: -2px 0 0 -2px;
     background-color: #7f7f7f;
 }
 
 .carousel-indicators li:hover:after,
 .carousel-indicators li.active:after {
     background-color: #3394e6;
 }
 
 .carousel-indicators li:before {
     display: none;
     border: 2px solid #3394e6;
     width: 8px;
     height: 8px;
     margin: -6px 0 0 -6px;
     box-sizing: initial;
 }
 
 .carousel-indicators li.active:before {
     display: block;
 }
 
 .carousel-caption {
     position: absolute;
     left: 0;
     bottom: 0;
     right: 94px;
     margin: 0 0 8% 8%;
     z-index: 10;
     color: #fff;
     text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
 }
 
 .carousel-caption .title {
     font-weight: bold;
     letter-spacing: -0.03em;
     font-size: 5em !important; /* изменение размера шрифта */
     line-height: 0.3em;
     color: #ffffff; /* изменение цвета текста */
     text-align: left; /* выравнивание текста по левому краю */
     margin-bottom: 20px; /* отступ снизу */
 }
 
 .carousel-caption .text {
     font-size: 2em !important; /* изменение размера шрифта */
     line-height: 1.45em;
     color: #ffffff; /* изменение цвета текста */
     text-align: left; /* выравнивание текста по левому краю */
     margin-bottom: 1px; /* отступ снизу */
 }

 /* Адаптивные стили для карусели */
@media (max-width: 768px) {  /* Для экранов шириной до 768px */
     .carousel-caption .title {
         font-size: 1.5em !important;
     }
 
     .carousel-caption .text {
         font-size: 0.9em !important;
     }
 }
 
 @media (max-width: 576px) {  /* Для экранов шириной до 576px */
     .carousel-caption .title {
         font-size: 1.2em !important;
     }
 
     .carousel-caption .text {
         font-size: 0.8em !important;
     }
 }
 
 .carousel.vertical .carousel-inner {
     height: 100%;
 }
 
 .carousel.vertical .item {
     left: 0;
     transition: 0.4s ease-in-out top;
 }
 
 .carousel.vertical .active {
     top: 0;
 }
 
 .carousel.vertical .next {
     top: 100%;
 }
 
 .carousel.vertical .prev {
     top: -100%;
 }
 
 .carousel.vertical .next.left,
 .carousel.vertical .prev.right {
     top: 0;
 }
 
 .carousel.vertical .active.left {
     top: -100%;
 }
 
 .carousel.vertical .active.right {
     top: 100%;
 }
 
 .carousel {
     margin-bottom: 0;
     border-radius: 0;
 }
 
 .carousel-caption {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     margin: 0;
     display: table;
 }
 
 .carousel-caption_in {
     display: table-cell;
     vertical-align: middle;
     text-align: center;
     padding: 15px;
 }
 
 .carousel-caption .title {
     font-size: 1.2em;
     font-weight: bold;
 }
 
 .carousel-caption .text {
     font-size: 1em;
 }
 
 .carousel-control {
     position: static;
 }
 
 .carousel-control_in {
     background: none;
     box-shadow: none;
     -webkit-box-shadow: none;
 }
 
 .carousel-indicators {
     display: none;
 }
 
 .carousel-control .up,
 .carousel-control .down {
     position: absolute;
     z-index: 12;
     left: 50%;
     margin-left: -21px;
 }
 
 .carousel-control .up {
     top: 0;
 }
 
 .carousel-control .down {
     bottom: 0;
 }
 
 .carousel-control .up .icon,
 .carousel-control .down .icon {
     fill: #fff !important;
 }
 
 #content,
 .content_top {
     position: relative;
}
 
.container {
     width: 100%;
     max-width: 1200px; /* Максимальная ширина контейнера */
     margin-right: auto;
     margin-left: auto;
     padding-right: 15px;
     padding-left: 15px;
 }
 
 @media (max-width: 1200px) {
     .container {
         padding-right: 10px;
         padding-left: 10px;
     }
 }
 
 @media (max-width: 992px) {
     .container {
         padding-right: 5px;
         padding-left: 5px;
     }
 }
 
 @media (max-width: 576px) {
     .container {
         padding-right: 3px;
         padding-left: 3px;
     }
}

/** Report **/

/* Стили для нового класса my-button */
.my-button {
     background-color: #ffc107; /* Зеленый цвет фона */
     color: white; /* Белый цвет текста */
     padding: 10px 20px; /* Отступы внутри кнопки */
     border: none; /* Убираем границу */
     border-radius: 5px; /* Скругление углов */
     text-align: center; /* Выравнивание текста по центру */
     text-decoration: none; /* Убираем подчеркивание ссылки */
     display: inline-block; /* Устанавливаем встроенный блок */
     font-size: 16px; /* Размер шрифта */
     margin: 4px 2px; /* Внешние отступы */
     cursor: pointer; /* Изменение курсора при наведении */
     transition-duration: 0.4s; /* Длительность анимации перехода */
}
 
 /* Стили для состояния наведения */
 .my-button:hover {
     background-color: #9ea3a8; /* Зеленый цвет фона при наведении */
     color: white; /* Белый цвет текста при наведении */
}

#reportTable {
     width: 80%; /* Ширина таблицы */
     margin: 0 auto; /* Центрирование таблицы по горизонтали */
     border-collapse: collapse; /* Объединение границ ячеек */
}
 
 #reportTable th, #reportTable td {
     border: 1px solid #ddd; /* Границы ячеек */
     padding: 8px; /* Отступы внутри ячеек */
     text-align: left; /* Выравнивание текста по левому краю */
}
 
 #reportTable th {
     background-color: #ffc107; /* Зеленый цвет фона для заголовков */
     color: white; /* Белый цвет текста для заголовков */
}
 
 #reportTable tr:nth-child(even) {
     background-color: #f2f2f2; /* Серый фон для четных строк */
}
 
 #reportTable tr:hover {
     background-color: #ddd; /* Серый фон для строки при наведении */
}

/* Center the page content */
.centered-page {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 100vh;
     margin: 0;
 }
 
 /* Center the forms */
 .centered-form {
     text-align: center;
     margin-bottom: 20px;
 }
 
 /* Center the table */
 .centered-table {
     margin: 0 auto;
 }
 
 /* Center the pagination buttons */
 .centered-pagination {
     text-align: center;
 }
 
 /* Добавленные стили */
.button {
     background-color: #ffc107; /* Зеленый цвет фона */
     color: white; /* Белый цвет текста */
     padding: 10px 20px; /* Отступы внутри кнопки */
     border: none; /* Убираем границу */
     border-radius: 5px; /* Скругление углов */
     text-align: center; /* Выравнивание текста по центру */
     text-decoration: none; /* Убираем подчеркивание ссылки */
     display: inline-block; /* Устанавливаем встроенный блок */
     font-size: 16px; /* Размер шрифта */
     margin: 4px 2px; /* Внешние отступы */
     cursor: pointer; /* Изменение курсора при наведении */
     transition-duration: 0.4s; /* Длительность анимации перехода */
 }
 
 /* Стили для состояния наведения */
 .button:hover {
     background-color: #9ea3a8; /* Зеленый цвет фона при наведении */
     color: white; /* Белый цвет текста при наведении */
 }
 
 /* Стили для таблицы отчетов */
 #reportTable {
     width: auto; /* Автоматическая ширина таблицы */
     margin: 0 auto; /* Центрирование таблицы по горизонтали */
     border-collapse: collapse; /* Объединение границ ячеек */
 }
 
 #reportTable th,
 #reportTable td {
     padding: 8px; /* Отступы внутри ячеек */
     text-align: left; /* Выравнивание текста по левому краю */
     border: 1px solid #ddd; /* Границы ячеек */
 }
 
 #reportTable th {
     background-color: #ffc107; /* Зеленый цвет фона для заголовков */
     color: white; /* Белый цвет текста для заголовков */
 }
 
 #reportTable tr:nth-child(even) {
     background-color: #f2f2f2; /* Серый фон для четных строк */
 }
 
 #reportTable tr:hover {
     background-color: #ddd; /* Серый фон для строки при наведении */
 }
 
 /* Дополнительные стили для центрирования */
 .centered-page {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 100vh;
     margin: 0;
 }
 
 .centered-form {
     text-align: center;
     margin-bottom: 20px;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
 }
 
 .centered-form label {
     margin-right: 10px;
     margin-bottom: 10px;
     font-size: 16px; /* Размер текста */
     padding: 8px; /* Отступы внутри поля */
     border-radius: 5px; /* Скругление углов поля */
 }
 
 /* Стили для поля выбора категории */
 .centered-form select,
 .centered-form input[type="date"],
 .centered-form input[type="text"],
 .centered-form input[type="button"] {
     width: 200px; /* Размер поля ввода */
     font-size: 16px; /* Размер текста */
     padding: 8px; /* Отступы внутри поля */
     border-radius: 5px; /* Скругление углов поля */
     height: 40px; /* Высота поля выбора */
     margin: 5px; /* Внешние отступы */
 }
 
 /* Добавляем стили для календаря */
 /* styles.css */

/* Ваши предыдущие стили */

.calendar-container {
     margin: 20px auto; /* Отступы от верхнего и нижнего краев, и центрирование */
     max-width: 1200px; /* Максимальная ширина календаря */
 }
 
 .calendar {
     border: 1px solid #ccc;
     padding: 10px;
     margin-top: 20px;
     margin-left: 50px; /* Отступ слева */
     margin-right: 50px; /* Отступ справа */
     max-width: 800px; /* Максимальная ширина календаря */
 }
 
 .calendar h2 {
     text-align: center;
     margin-bottom: 10px;
 }
 
 .calendar-days {
     display: grid;
     grid-template-columns: repeat(7, 1fr);
 }
 
 .calendar-day-name {
     text-align: center;
     border: 1px solid #ccc;
     padding: 5px 0;
     height: auto; /* Автоматическая высота для ячеек с днями недели */
     background-color: #242323; /* Светло-серый цвет для дней недели */
 }
 
 .calendar-day {
     text-align: right;
     border: 1px solid #ccc;
     padding: 5px 0;
     height: 100px; /* Устанавливаем высоту ячейки с датами */
     box-sizing: border-box; /* Учитываем границы в размере элемента */
     background-color: #ffffff; /* Более светлый фон для ячеек с датами */
     position: relative; /* Для правильного позиционирования контейнера кнопок */
 }
 
 .empty {
     visibility: hidden;
 }
 
 /* Добавляем стили для заголовка и элементов управления календаря */
 .calendar-title {
     text-align: center;
     margin-bottom: 20px;
 }
 
 .calendar-title h1 {
     margin-bottom: 10px;
 }
 
 .calendar-controls {
     display: flex;
     align-items: center;
     justify-content: center;
 }
 
 .calendar-controls button {
     margin: 0 10px;
     background-color: transparent;
     border: none;
     cursor: pointer;
     font-size: 20px;
 }
 
 #calendarHeader {
     margin: 0 10px;
     font-size: 24px;
 }
 
 .prev-month, .next-month {
     color: #ccc; /* Светлее цвет для дат, не входящих в текущий месяц */
 }
 
 .empty {
     visibility: hidden;
 }
 
 /* Стили для контейнера кнопок */
 .button-container {
     position: absolute;
     top: 5px;
     left: 5px;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     max-height: 90px; /* Ограничиваем высоту контейнера */
     overflow-y: auto; /* Вертикальная прокрутка при необходимости */
     scrollbar-width: none; /* Скрываем полосу прокрутки в Firefox */
 }
 
 .button-container::-webkit-scrollbar {
     display: none; /* Скрываем полосу прокрутки в WebKit-браузерах (Chrome, Safari) */
 }
 
 /* Базовые стили для кнопки */
 .issue-button {
     cursor: pointer; /* Делаем курсор указателем */
     padding: 0px 2px; /* Минимальные внутренние отступы сверху и снизу, а также отступы слева и справа */
     border-radius: 3px; /* Скругленные углы */
     font-size: 14px; /* Размер текста */
     width: 120px; /* Фиксированная ширина кнопки */
     text-align: left; /* Выравнивание текста по левому краю */
     margin: 1px 0; /* Минимальные внешние отступы */
     height: auto; /* Высота кнопки по высоте текста */
     position: relative; /* Для позиционирования иконки удаления */
 }
 
 /* Стили для различных категорий кнопок */
 .issue-button-routines {
     background-color: #da57c8; /* Цвет фона для "Routines quality" */
     color: #fff; /* Цвет текста */
 }
 
 .issue-button-milking {
     background-color: #f30909; /* Светло-красный фон для "Milking parlor" */
     color: #000; /* Цвет текста */
 }
 
 .issue-button-efficiency {
     background-color: #ffeb3b; /* Желтый фон для "Efficiency" */
     color: #000; /* Цвет текста */
 }
 
 .issue-button-efficiency-icm {
     background-color: #ff9900; /* Оранжевый фон для "Efficiency ICM" */
     color: #000; /* Цвет текста */
 }
 
 .issue-button-other {
     background-color: #ffeb3b; /* Желтый фон для других значений */
     color: #000; /* Цвет текста */
 }
 
 /* Стили для иконки удаления */
 .delete-icon {
     position: absolute;
     top: 2px;
     right: 2px;
     display: none; /* Скрываем иконку удаления по умолчанию */
     cursor: pointer;
     font-size: 14px;
     color: red;
 }
 
 /* Стили для текстовой даты */
 .date-text {
     display: inline-block; /* Делаем элемент строчно-блочным, чтобы можно было установить ширину и высоту */
     width: 20px; /* Ширина текстовой даты */
     height: 20px; /* Высота текстовой даты */
     text-align: center; /* Выравнивание текста по центру */
     line-height: 20px; /* Выравнивание текста по вертикали */
 }

 /* Добавьте этот CSS код в style.css, чтобы стилизовать кнопку удаления */

.delete-icon {
     margin-left: 5px;
     color: red;
     cursor: pointer;
     font-weight: bold;
     display: inline-block; /* Убедитесь, что элемент отображается как встроенный */
 }
 
 .delete-icon:hover {
     color: darkred;
 }
 
/* style.css */

.filter-btn {
     margin: 1px;
     padding: 2px 5px;
     background-color: #007bff;
     color: white;
     border: none;
     border-radius: 3px;
     cursor: pointer;
     font-size: 14px;
     line-height: 1;
     white-space: nowrap;
 }
 
 .filter-btn:hover {
     background-color: #0056b3;
 }
 
 .centered-buttons {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     margin-top: 10px;
     margin-bottom: 10px;
 }
 
 .video-thumbnail {
     width: 160px;
     height: 120px;
     cursor: pointer;
 }
 
 .video-thumbnail video {
     width: 100%;
     height: 100%;
 }
 
 .button-row {
     display: flex;
     justify-content: center;
     flex-wrap: nowrap;
     width: 100%;
}

.file-display {
     padding: 20px; /* Отступы от края страницы */
 }
 
 .file-group {
     display: none; /* Скрыть все группы по умолчанию */
     flex-wrap: wrap;
     gap: 10px;
     justify-content: center; /* Центрирование изображений */
     margin-bottom: 20px; /* Отступ между группами файлов */
 }
 
 .file-item {
     border: 1px solid #ddd;
     padding: 10px;
     background-color: #f9f9f9;
     text-align: center;
 }
 
 .file-item img {
     max-width: 100%;
     height: auto;
 }
 
 .reports-title {
     text-align: center;
     margin: 20px 0; /* Отступ сверху и снизу */
     font-size: var(--reports-title-font-size, 24px); /* Возможность изменения размера шрифта */
 }
 
 .file-group-title {
     color: rgb(211, 208, 35);
     text-align: left;
     margin: 10px 0; /* Отступ сверху и снизу */
     cursor: pointer; /* Указатель при наведении */
 }
 
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

.video-page-container {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

h1 {
    text-align: center;
    color: #333;
}

.video-directory, .video-list {
    margin: 20px 0;
}

.video-directory a, .video-list a {
    display: block;
    padding: 10px;
    margin: 10px 0;
    background-color: #fff;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.video-directory a:hover, .video-list a:hover {
    background-color: #ddd;
}

.video-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    transition: background-color 0.3s ease;
}

.video-item:hover {
    background-color: #ddd;
}

.video-item a {
    text-decoration: none;
    color: #333;
    flex: 1;
}

.video-details {
    display: flex;
    gap: 15px;
    margin-left: 20px;
}

.video-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.video-modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    text-align: center;
    border-radius: 10px;
}

.video-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.video-modal-close:hover,
.video-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.video-modal-buttons {
    margin-top: 20px;
}

.video-modal-buttons button {
    padding: 10px 20px;
    margin: 0 10px;
    border: none;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.video-modal-buttons button:hover {
    background-color: #555;
}

.about {
     background: #f8f9fa;
     padding: 60px 0;
  }
  .about-content {
     padding: 30px;
     background: #ffffff;
     border-radius: 8px;
     box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }
  .about-content h3, .about-content h4 {
     color: #333;
     font-family: 'Roboto', sans-serif;
  }
  .about-content p {
     color: #666;
     line-height: 1.6;
  }
  .about-content ul {
     list-style: none;
     padding: 0;
  }
  .about-content ul li {
     margin-bottom: 10px;
     font-size: 16px;
  }
  .about-content .btn-primary {
     background-color: #0056b3;
     border-color: #0056b3;
  }
  .btn-primary:hover {
     background-color: #004494;
     border-color: #003d82;
  }
  .footer .titlepage h2 {
     color: #ffffff;
  }
  .footer form input, .footer form textarea {
     background: #495057;
     border: none;
     color: #fff;
     padding: 10px;
     margin-bottom: 10px;
     border-radius: 4px;
  }
  .footer form button {
     background: #007bff;
     border: none;
     color: #fff;
     padding: 10px 20px;
     border-radius: 4px;
  }
  .footer form button:hover {
     background: #0056b3;
  }   

  .about-section {
     min-height: 80vh; /* Высота - 100% экрана */
     width: 90%; /* Ширина 90% от экрана для адаптивности */
     max-width: 1200px; /* Максимальная ширина для больших экранов */
     margin: 0 auto; /* Центрирование блока по горизонтали */
     padding:  0px 20px;
     background-color: #ffffff;
     border-left: 5px solid #4caf50; /* Полоса слева */
     border-radius: 8px;
     box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Тень для объема */
     display: flex;
     flex-direction: column;
     justify-content: center; /* Центрирование содержимого по вертикали */
 }
 
 .about-title {
     text-align: center; /* Выравнивание заголовка по центру */
     margin-bottom: 20px; /* Отступ снизу */
     font-size: 1.8rem; /* Размер шрифта */
     color: #333; /* Темный цвет текста */
   }
   
   .about-text, .about-conclusion {
     font-size: 1rem; /* Размер шрифта основного текста */
     line-height: 1.6; /* Высота строки для удобного чтения */
     color: #555; /* Цвет текста */
     margin-bottom: 20px; /* Отступ снизу */
   }
   
   .about-benefits {
     list-style-type: disc; /* Стили списка */
     margin: 20px 40px; /* Отступы для списка */
     padding-left: 20px; /* Внутренний отступ */
   }
   
   .about-benefits li {
     margin-bottom: 10px; /* Отступ между пунктами списка */
     font-size: 1rem;
     line-height: 1.6;
   }
 
 .about-benefits li:before {
     content: "✔";
     color: #4caf50;
     font-size: 20px;
     position: absolute;
     left: 0;
     top: 0;
 }
 
 .about-conclusion {
     font-size: 18px;
     line-height: 1.8;
     color: #333333;
     text-align: center;
     margin-top: 20px;
     font-weight: bold;
 }
 
 .about-wrapper {
     width: 90%; /* Ширина подстраивается под экран */
     max-width: 1200px; /* Ограничение ширины для больших экранов */
     margin: 10px auto; /* Отступы сверху и снизу уменьшены */
     padding: 20px; /* Внутренние отступы */
     border: 1px solid #4CAF50; /* Зеленая рамка */
     border-radius: 10px; /* Скругление углов */
     box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Легкая тень */
     background-color: #fff; /* Белый фон */
   }

   body {
     font-family: Arial, sans-serif;
     text-align: left;
 }
 
 .clickable {
     color: blue;
     cursor: pointer;
     text-decoration: underline;
 }
 
 .modal {
     display: none;
     position: fixed;
     z-index: 1000;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.5);
     justify-content: center;
     align-items: center;
 }
 
 .modal-content {
     position: relative;
     background: none; /* Убираем белый фон */
     border: none;
     padding: 0;
     display: flex;
     justify-content: center;
     align-items: center;
     max-width: 100%;
     max-height: 100%;
 }
 
 .modal-content img {
     width: auto;
     height: auto;
     max-width: 90vw;
     max-height: 90vh;
     display: block;
 }
 
 .close {
     position: absolute;
     top: 10px;
     right: 15px;
     font-size: 24px;
     cursor: pointer;
     background: white;
     border-radius: 50%;
     padding: 2px 8px;
 }