/*--------------------------------------------------------------------- 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');

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


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

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

*{
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('/text/BebasNeue-Regular.ttf') format('truetype');
    /* Добавьте другие форматы шрифта для кросс-браузерной совместимости */
}

@font-face {
    font-family: 'Montserrat';
    src: url('/text/Montserrat-VariableFont_wght.ttf') format('truetype');
    /* Добавьте другие форматы шрифта для кросс-браузерной совместимости */
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: Raleway;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
     max-width: 1500px; /* Максимальная ширина сайта */
    margin: 0 auto; /* Центрирование */
    box-shadow: 2px 2000px 1500px 1500px #fef200;
    

    position: relative; /* Добавляем позиционирование для псевдоэлементов */
    background-image: url(/images/stolb.png);
}

.container::before,
.container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px; /* Ширина линии */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent, transparent, rgba(255, 255, 255, 0.5)); /* Градиент для создания тени и цвета линии */
  z-index: -1; /* Отправляем псевдоэлементы под контент */
}

.container::before {
  left: -200px; /* Слева */
  box-shadow: 100px 0 100px rgba(0, 0, 0, 0.1); /* Тень слева */
}

.container::after {
  right: -20px; /* Справа */
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1); /* Тень справа */
}

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
}

.padding_0 {
    padding: 0 !important;
}

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: 20px;
    font-weight: 300;
    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;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

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

.header_section {
    width: 100%;
    float: left;
    background-color: #fef200;
    height: auto;
    padding-top: 0px;
    padding-bottom: 5px;
    border-bottom: 5px outset #000000;

}

.menu_text {
    margin-top: 20px;
    width: 100%;
    float: left;
    font-family: 'Bebas Neue', sans-serif; /* Используем Bebas Neue */

}

.menu_text li {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 28px;
    color: #000000;
}

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

.menu_text li a {
    color: #000000;
}

.banner_section {
    width: auto;
    float: left;
    background-color: #fef200;
    height: auto;
    border-bottom: 5px outset #000000;


}

#carouselExampleIndicators a.carousel-control-prev {
    position: absolute;
    left: 63%;
    top: 180px;
    background-color: #fff;
    color: #000;
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #091e30;
    border-radius: 100%;
}

.carousel-control-prev-icon {
    background-image: url(../images/left-aero.png);
}

#carouselExampleIndicators a.carousel-control-next {
    position: absolute;
    left: 64%;
    top: 270px;
    background-color: #1a1824;
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #091e30;
    border-radius: 100%;
}

.carousel-control-next-icon {
    background-image: url(../images/right-aero.png);
}

.toggle_menu { 
    top: -15px;
    position: relative;
    left: 125px;
}

.logo {
    position: relative;
    left: -83px;
}

.round {
    width: 100%;
    float: left;
    padding-left: 20px;
}

.number_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fffdf6;
    padding-left: 10px;
}

.line {
    width: 100%;
    float: left;
    padding-left: 40px;
}

.taital_main {
    width: 100%;
    float: left;
    margin-top: 100px;
}


.taital_main2 {
    width: 100%;
    float: left;
    margin-top: 180px;
}

.taital_main1 {
    width: 100%;
    float: right;
    margin-top: 80px;
}

.construction_text {
  /*  font-family: 'Montserrat', sans-serif; */
font-family: 'Bebas Neue', sans-serif; /* Используем Bebas Neue */

    width: 100%;
    float: left;
    font-size: 40px;
    color: #000000;
    font-weight: bold;
}

.building_text {
    /*font-family: 'Montserrat', sans-serif; */
    font-family: 'Bebas Neue', sans-serif; /* Используем Bebas Neue */


    width: 100%;
    float: left;
    font-size: 90px;
    color: #000000;
    font-weight: bold;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #000000;
    margin-left: 0px;
    line-height: 1.1;
    letter-spacing: 1px;
    margin-top: 50px;
    font-family: 'Bebas Neue', sans-serif; /* Используем Bebas Neue */
}

.lorem_text2 {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #000000;
    margin-left: 0px;
    line-height: 1.1;
    letter-spacing: 1px;
    margin-top: 20px;
    font-family: 'Bebas Neue', sans-serif; /* Используем Bebas Neue */
}

.lorem_text1 {
    display: none;
}

.contact_bt {
    width: 35%;
    float: left;
    font-size: 16px;
    color: #000000;
    border: 1px solid#000000;
    border-radius: 5px;
    background-color: transparent;
    height: 50px;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
    padding-top: 12px;
}

.contact_bt2 {
    width: 35%;
    float: left;
    font-size: 16px;
    color: #000000;
    border: 1px solid#000000;
    border-radius: 5px;
    background-color: #fef200;
    height: 50px;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
    padding-top: 3px;
}

.contact_bt a {
    color: #000000;
}

.contact_bt a:hover {
    color: #000000;
}
.contact_bt1 {
    width: 35%;
    float: none;
    font-size: 16px;
    color: #000000;
    border: 1px solid#000000;
    border-radius: 5px;
    background-color: transparent;
    height: 50px;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
    padding-top: 12px;
}

.contact_bt1 a {
    color: #000000;
}

.contact_bt1 a:hover {
    color: #000000;
}
.get_bt {
    width: 35%;
    float: left;
    font-size: 16px;
    color: #000000;
    border: 1px solid#000000;
    border-radius: 5px;
    background-color: transparent;
    margin-left: 20px;
    height: 50px;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
    padding-top: 12px;
    
}

.get_bt a {
    color: #000000;
}

.get_bt a:hover {
    color: #000000;
}

.about_section {
    
    width: 100%;
    float: left;
    background-color: #ffffff;
    margin-top: 0px;
background-image: url(/images/about-img.png);
padding-bottom: 50px;
}

.about_taital {
    width: 63%;
    float: right;
    margin-top: 80px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000000;
    font-weight: bold;
    border-bottom: 3px solid #000000;
    font-family: 'Bebas Neue', sans-serif; /* Используем Bebas Neue */

}

.FiveStars {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    text-align: center;
}

.long_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000000df;
    margin-left: 0px;
   
}

.long_textu {
    margin-top: 0px;
    
    width: 100%;
    float: left;
    font-size: 15px;
    color: #000000;
    margin-left: 0px;
}

.long_text_Pos {
    width: 100%;
    float: right;
    font-size: 18px;
    color: #000000;
    margin-left: 0px;
}

/* Добавляем стили для анимации */
.animate-right {
    opacity: 0; /* Начальное значение прозрачности для анимации */
    transform: translateX(50px); /* Начальное значение смещения вправо */
    transition: opacity 1s, transform 1s; /* Время анимации 1 секунда */
  }
  
  /* Добавляем анимацию появления после добавления класса "show" */
  .animate-right.show {
    opacity: 1; /* Конечное значение прозрачности для анимации */
    transform: translateX(0); /* Конечное значение смещения вправо */
  }
  

.product_section {
    width: 100%;
    float: left;
    background-color: #f0f000;
    margin-top: 10px;
}

.body_products {
    background-color: #f2f200;
    
    /* Additional styling starts below. */
    
    font-family: 'Lexend Deca', sans-serif;
    width: auto; 
    margin: auto;
    color: #2E475D;
  }

.about_bt a {
    width: 40%;
    font-size: 18px;
    color: #ffffff;
    border-radius: 5px;
    background-color: #f0f000;
    height: 50px;
    font-weight: bold;
    margin-top: 0px;
    text-align: center;
    padding-top: 12px;
    display: inline-block;


}

.about_bt a {
    color: #ffffff;
    background-color: #f0f000;
}

.about_bt a:hover {
    color: #000000;
    background-color: #ffffff;
}

.about_img {
    margin-top: 130px;
    margin-left: 40px;
    width: 70%;
    float: left; 
    align-content: middle;
    visibility: hidden;
}


.about_img1 {
    margin-top: 30px;
    margin-left: 0px;
    width: 120%;
    float: left;
    

}

.about_img3 {
    margin-top: 30px;
    margin-left: 100px;
    width: 100%;
    float: left;
    align-content: center;
    visibility: hidden;

}


.about_img4 {
    margin-top: 130px;
    margin-left: 40px;
    width: 40%;
    float: left;
    align-content: middle;
    visibility: hidden;

}

.about_img5 {
    float: left;
    align-content: middle;
 width: 376px;
display: none;
}

.our_section {
    width: 100%;
    margin-top: 0px;
    float: left;
    background-color: #ffffff;
    height: auto;
}

.design_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #090a0b;
    margin-left: 0px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    font-family: 'Bebas Neue', sans-serif; /* Используем Bebas Neue */

}

.fact_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #090a0b;
    margin-left: 0px;
    text-align: center;
}

.fact_text1 {
    width: 100%;
    font-size: 22px;
    color: #090a0b;
    margin-left: 0px;
    text-align: center;
}

.bt_main {
    width: 30%;
    margin: 0 auto;
    text-align: center;
}

.project_section {
    width: 100%;
    float: left;
    background-image: url(../images/map-image.png);
    height: 600px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.partner_text {
    width: 100%;
    float: left;
    font-size: 70px;
    color: #fffcf4;
    font-weight: bold;
}

.lorem_ipsum_text {
    width: 61%;
    float: left;
    color: #ffffff;
    font-size: 18px;
    margin-left: 0;
    background-image: url(/images/background1.png);

}

.partner_text1 {
    margin-top: 180px;
    width: 50%;
    float:left;
    color: #ffffff;
    font-size: 25px;
    margin-left: 100px;
    background-image: url(/images/background1.png);
}

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

.choose_bt a {
    width: 18%;
    float: left;
    background-color: #041d2c;
    color: #fffcf4;
    height: 50px;
    font-size: 17px;
    border-radius: 10px;
    text-align: center;
    padding-top: 9px;
}

.choose_bt a {
    color: #ffffff;
    background-color: #041d2c;
}

.choose_bt a:hover {
    color: #000;
    background-color: #ffffff;
}

.clients_section {
    width: 100%;
    float: left;
    background-image: url(../images/img-5.png);
    height: auto;
    background-size: 100%;
}

.our_text {
    width: 29%;
    
    margin: 0 auto;
    text-align: center;
        font-size: 40px;
    color: #0b0e13;
    border-bottom: 3px solid #000000;
    font-family: 'Bebas Neue', sans-serif; /* Используем Bebas Neue */

    
    
}

.our_text1 {
    width: 49%;
    
    margin: 0 auto;
    text-align: center;
        font-size: 40px;
    color: #0b0e13;
    border-bottom: 3px solid #000000;
    
    
}

.our_text2 {
    width: 29%;
    
    margin: 0 auto;
    text-align: center;
        font-size: 40px;
    color: #ffffff;
    border-bottom: 3px solid #e05306;
    font-family: 'Bebas Neue', sans-serif; /* Используем Bebas Neue */

    
}

.seemore_bt a {
    width: 50%;
    font-size: 20px;
    color: #fffcf4;
    border-radius: 5px;
    background-color: #041d2c;
    height: 50px;
    margin-top: 40px;
    padding-top: 7px;
    text-align: center;
    display: inline-block;
}

.seemore_bt a {
    color: #fffcf4;
    background-color: #041d2c;
}

.seemore_bt a:hover {
    color: #fffcf4;
    background-color: #f0f000;
}

.padding_top_0 {
    padding-top: 50px;
}

.client_text {
    width: 100%;
    float: left;
    text-align: center;
}

.client_long_text {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    color: #040403;
    text-align: center;
    padding-top: 40px;
}

.clients_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

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

.henrry_text {
    width: 100%;
    float: left;
    color: #0b0e13;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
}

.henrry_taital {
    width: 100%;
    float: left;
    color: #e07c06;
    text-align: center;
    font-size: 18px;
    margin-left: 0px;
    margin-top: 0px;
}

.client_lorem_text {
    width: 85%;
    float: left;
    color: #fffdf6;
    font-size: 20px;
    margin-left: 0px;
    position: relative;
    top: -160px;
    left: 108px;
}

.client_lorem_text {
    width: 85%;
    float: left;
    color: #fffdf6;
    font-size: 20px;
    margin-left: 0px;
    position: relative;
    top: -160px;
    left: 108px;
}

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

.contact_section {
    width: 100%;
    float: left;
    background-color: #f0f000;
    height: auto;
}

.contact_main {
    width: 100%;
    float: left;
    margin-top: 90px;
}

.contact_bg {
    width: 82%;
    float: right;
}

.request_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #fffcf4;
    border-bottom: 0px solid#49bcfe;
    padding-top: 20PX;
}

.email-bt {
    background: transparent;
    border-bottom: 1px solid #fffcf4;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #fffcf4 !important;
    width: 100%;
    height: 30px;
    font-size: 20px;
    padding: 20px 20px 20px 0px;
    margin-bottom: 10px;
}

input.email-bt::placeholder {
    color: #fffcf4;
}

.massage-bt {
    background: transparent;
    border-bottom: 1px solid #fffcf4;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #fffcf4 !important;
    width: 100%;
    height: 85px;
    font-size: 20px;
    padding: 20px 20px 20px 0px;
}

textarea#comment.massage-bt::placeholder {
    color: #fffcf4;
}

.send_bt a {
    width: 30%;
    float: left;
    background-color: #041d2c;
    color: #fffdf6;
    text-align: center;
    padding: 12px 0px;
    font-size: 18px;
    border-radius: 10px;
    margin-left: 10px;
}

.send_bt a {
    color: #fffdf6;
    background-color: #041d2c;
}

.send_bt a:hover {
    color: #000;
    background-color: #ffffff;
}

.footer_section {
    width: 100%;
    float: left;
    background-color: #141414;
    height: auto;
    padding-bottom: 80px;

}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #e05306;
    color: #fff;
    border: 0px;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 50px;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important;
    width: 65%;
    margin: 0 auto;
}

.newsletter_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    padding-left: 175px;
}

.addres_text {
    width: 20%;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    color: #fcf8f9;
    border-bottom: 1px solid #ffffff;
    padding-top: 25px;
}

.map_addres {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.map_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fffcf4;
    display: flex;
}

.map_text1 {
    width: 70%;
    float: left;
    font-size: 17px;
    color: #000000;
    display: flex;
}

.map_text2 {
    width: 100%;
    height: 80px;
    float: left;
    font-size: 15px;
    color: #000000;
    display: flex;
}

.map_icon {
    padding-left: 10px;
    padding-top: 10px;
    font-size: 20px;
    color: white;

}



.social_icon {
    width: 30%;
    margin: 0 auto;
    text-align: center;
}

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

.social_icon li {
    float: left;
    padding-left: 10px;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #000000;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 14pt;
    color: #ffffff;
    text-align: center;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #000000;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
}

.container:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.image_7 {
    width: 100%;
    float: left;
    text-align: center;
}

.image_7 a {
    color: #000;
}

.image_7 a:hover {
    color: #000;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

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

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

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

.table {
  
    margin: auto;
       font-size: 14px;
       border-collapse: collapse;
       border-width: 5px;
       text-align: center;
       }
       th {
       color: rgb(0, 0, 0);
       padding: 10px 20px;
       }
       th, td {
       border-style: solid;
       border-width: 0 1px 1px 0;
       border-color: rgb(9, 7, 7);
       }
       td {
       background: #fafafa;
       }
       th:first-child, td {
        color: #000;
       }
       .product_bt a {
        width: 40%;
        font-size: 18px;
        color: #ffffff;
        border-radius: 5px;
        background-color: #f0f000;
        height: 50px;
        font-weight: bold;
        margin-top: 40px;
        text-align: center;
        padding-top: 12px;
        display: inline-block;
    
    
    }
    
    .product_bt a {
        color: #ffffff;
        background-color: rgb(165, 165, 55);
    }
    
    .product_bt a:hover {
        color: #000000;
        background-color: #ffffff;
   


    }



    .small-icon {
        width: 20px; /* Задайте желаемую ширину */
        height: 20px; /* Задайте желаемую высоту */
      }











      /*CSS3 ANIMATION CHEAT SHEET
      ==============================================
      
      Made by Justin Aguilar
      
      www.justinaguilar.com/animations/
      
      Questions, comments, concerns, love letters:
      justin@justinaguilar.com
      ==============================================
      */
      
      /*
      ==============================================
      slideDown
      ==============================================
      */
      
      
      .slideDown{
          animation-name: slideDown;
          -webkit-animation-name: slideDown;	
      
          animation-duration: 1s;	
          -webkit-animation-duration: 1s;
      
          animation-timing-function: ease;	
          -webkit-animation-timing-function: ease;	
      
          visibility: visible !important;						
      }
      
      @keyframes slideDown {
          0% {
              transform: translateY(-100%);
          }
          50%{
              transform: translateY(8%);
          }
          65%{
              transform: translateY(-4%);
          }
          80%{
              transform: translateY(4%);
          }
          95%{
              transform: translateY(-2%);
          }			
          100% {
              transform: translateY(0%);
          }		
      }
      
      @-webkit-keyframes slideDown {
          0% {
              -webkit-transform: translateY(-100%);
          }
          50%{
              -webkit-transform: translateY(8%);
          }
          65%{
              -webkit-transform: translateY(-4%);
          }
          80%{
              -webkit-transform: translateY(4%);
          }
          95%{
              -webkit-transform: translateY(-2%);
          }			
          100% {
              -webkit-transform: translateY(0%);
          }	
      }
      
      /*
      ==============================================
      slideUp
      ==============================================
      */
      
      
      .slideUp{
          animation-name: slideUp;
          -webkit-animation-name: slideUp;	
      
          animation-duration: 1s;	
          -webkit-animation-duration: 1s;
      
          animation-timing-function: ease;	
          -webkit-animation-timing-function: ease;
      
          visibility: visible !important;			
      }
      
      @keyframes slideUp {
          0% {
              transform: translateY(100%);
          }
          50%{
              transform: translateY(-8%);
          }
          65%{
              transform: translateY(4%);
          }
          80%{
              transform: translateY(-4%);
          }
          95%{
              transform: translateY(2%);
          }			
          100% {
              transform: translateY(0%);
          }	
      }
      
      @-webkit-keyframes slideUp {
          0% {
              -webkit-transform: translateY(100%);
          }
          50%{
              -webkit-transform: translateY(-8%);
          }
          65%{
              -webkit-transform: translateY(4%);
          }
          80%{
              -webkit-transform: translateY(-4%);
          }
          95%{
              -webkit-transform: translateY(2%);
          }			
          100% {
              -webkit-transform: translateY(0%);
          }	
      }
      
      /*
      ==============================================
      slideLeft
      ==============================================
      */
      
      
      .slideLeft{
          animation-name: slideLeft;
          -webkit-animation-name: slideLeft;	
      
          animation-duration: 1s;	
          -webkit-animation-duration: 1s;
      
          animation-timing-function: ease-in-out;	
          -webkit-animation-timing-function: ease-in-out;		
      
          visibility: visible !important;	
      }
      
      @keyframes slideLeft {
          0% {
              transform: translateX(150%);
          }
          50%{
              transform: translateX(-8%);
          }
          65%{
              transform: translateX(4%);
          }
          80%{
              transform: translateX(-4%);
          }
          95%{
              transform: translateX(2%);
          }			
          100% {
              transform: translateX(0%);
          }
      }
      
      @-webkit-keyframes slideLeft {
          0% {
              -webkit-transform: translateX(150%);
          }
          50%{
              -webkit-transform: translateX(-8%);
          }
          65%{
              -webkit-transform: translateX(4%);
          }
          80%{
              -webkit-transform: translateX(-4%);
          }
          95%{
              -webkit-transform: translateX(2%);
          }			
          100% {
              -webkit-transform: translateX(0%);
          }
      }
      
      /*
      ==============================================
      slideRight
      ==============================================
      */
      
      
      .slideRight{
          animation-name: slideRight;
          -webkit-animation-name: slideRight;	
      
          animation-duration: 1s;	
          -webkit-animation-duration: 1s;
      
          animation-timing-function: ease-in-out;	
          -webkit-animation-timing-function: ease-in-out;		
      
          visibility: visible !important;	
      }
      
      @keyframes slideRight {
          0% {
              transform: translateX(-150%);
          }
          50%{
              transform: translateX(8%);
          }
          65%{
              transform: translateX(-4%);
          }
          80%{
              transform: translateX(4%);
          }
          95%{
              transform: translateX(-2%);
          }			
          100% {
              transform: translateX(0%);
          }	
      }
      
      @-webkit-keyframes slideRight {
          0% {
              -webkit-transform: translateX(-150%);
          }
          50%{
              -webkit-transform: translateX(8%);
          }
          65%{
              -webkit-transform: translateX(-4%);
          }
          80%{
              -webkit-transform: translateX(4%);
          }
          95%{
              -webkit-transform: translateX(-2%);
          }			
          100% {
              -webkit-transform: translateX(0%);
          }
      }
      
      /*
      ==============================================
      slideExpandUp
      ==============================================
      */
      
      
      .slideExpandUp{
          animation-name: slideExpandUp;
          -webkit-animation-name: slideExpandUp;	
      
          animation-duration: 1.6s;	
          -webkit-animation-duration: 1.6s;
      
          animation-timing-function: ease-out;	
          -webkit-animation-timing-function: ease -out;
      
          visibility: visible !important;	
      }
      
      @keyframes slideExpandUp {
          0% {
              transform: translateY(100%) scaleX(0.5);
          }
          30%{
              transform: translateY(-8%) scaleX(0.5);
          }	
          40%{
              transform: translateY(2%) scaleX(0.5);
          }
          50%{
              transform: translateY(0%) scaleX(1.1);
          }
          60%{
              transform: translateY(0%) scaleX(0.9);		
          }
          70% {
              transform: translateY(0%) scaleX(1.05);
          }			
          80%{
              transform: translateY(0%) scaleX(0.95);		
          }
          90% {
              transform: translateY(0%) scaleX(1.02);
          }	
          100%{
              transform: translateY(0%) scaleX(1);		
          }
      }
      
      @-webkit-keyframes slideExpandUp {
          0% {
              -webkit-transform: translateY(100%) scaleX(0.5);
          }
          30%{
              -webkit-transform: translateY(-8%) scaleX(0.5);
          }	
          40%{
              -webkit-transform: translateY(2%) scaleX(0.5);
          }
          50%{
              -webkit-transform: translateY(0%) scaleX(1.1);
          }
          60%{
              -webkit-transform: translateY(0%) scaleX(0.9);		
          }
          70% {
              -webkit-transform: translateY(0%) scaleX(1.05);
          }			
          80%{
              -webkit-transform: translateY(0%) scaleX(0.95);		
          }
          90% {
              -webkit-transform: translateY(0%) scaleX(1.02);
          }	
          100%{
              -webkit-transform: translateY(0%) scaleX(1);		
          }
      }
      
      /*
      ==============================================
      expandUp
      ==============================================
      */
      
      
      .expandUp{
          animation-name: expandUp;
          -webkit-animation-name: expandUp;	
      
          animation-duration: 2s;	
          -webkit-animation-duration: 2s;
      
          animation-timing-function: ease;	
          -webkit-animation-timing-function: ease;		
      
          visibility: visible !important;	
      }
      
      @keyframes expandUp {
          0% {
              transform: translateY(100%) scale(0.6) scaleY(0.5);
          }
          60%{
              transform: translateY(-7%) scaleY(1.12);
          }
          75%{
              transform: translateY(3%);
          }	
          100% {
              transform: translateY(0%) scale(1) scaleY(1);
          }	
      }
      
      @-webkit-keyframes expandUp {
          0% {
              -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
          }
          60%{
              -webkit-transform: translateY(-7%) scaleY(1.12);
          }
          75%{
              -webkit-transform: translateY(3%);
          }	
          100% {
              -webkit-transform: translateY(0%) scale(1) scaleY(1);
          }	
      }
      
      /*
      ==============================================
      fadeIn
      ==============================================
      */
      
      .fadeIn{
          animation-name: fadeIn;
          -webkit-animation-name: fadeIn;	
      
          animation-duration: 1.5s;	
          -webkit-animation-duration: 1.5s;
      
          animation-timing-function: ease-in-out;	
          -webkit-animation-timing-function: ease-in-out;		
      
          visibility: visible !important;	
      }
      
      @keyframes fadeIn {
          0% {
              transform: scale(0);
              opacity: 0.0;		
          }
          60% {
              transform: scale(1.1);	
          }
          80% {
              transform: scale(0.9);
              opacity: 1;	
          }	
          100% {
              transform: scale(1);
              opacity: 1;	
          }		
      }
      
      @-webkit-keyframes fadeIn {
          0% {
              -webkit-transform: scale(0);
              opacity: 0.0;		
          }
          60% {
              -webkit-transform: scale(1.1);
          }
          80% {
              -webkit-transform: scale(0.9);
              opacity: 1;	
          }	
          100% {
              -webkit-transform: scale(1);
              opacity: 1;	
          }		
      }
      
      /*
      ==============================================
      expandOpen
      ==============================================
      */
      
      
      .expandOpen{
          animation-name: expandOpen;
          -webkit-animation-name: expandOpen;	
      
          animation-duration: 1.2s;	
          -webkit-animation-duration: 1.2s;
      
          animation-timing-function: ease-out;	
          -webkit-animation-timing-function: ease-out;	
      
          visibility: visible !important;	
      }
      
      @keyframes expandOpen {
          0% {
              transform: scale(1.8);		
          }
          50% {
              transform: scale(0.95);
          }	
          80% {
              transform: scale(1.05);
          }
          90% {
              transform: scale(0.98);
          }	
          100% {
              transform: scale(1);
          }			
      }
      
      @-webkit-keyframes expandOpen {
          0% {
              -webkit-transform: scale(1.8);		
          }
          50% {
              -webkit-transform: scale(0.95);
          }	
          80% {
              -webkit-transform: scale(1.05);
          }
          90% {
              -webkit-transform: scale(0.98);
          }	
          100% {
              -webkit-transform: scale(1);
          }					
      }
      
      /*
      ==============================================
      bigEntrance
      ==============================================
      */
      
      
      .bigEntrance{
          animation-name: bigEntrance;
          -webkit-animation-name: bigEntrance;	
      
          animation-duration: 1.6s;	
          -webkit-animation-duration: 1.6s;
      
          animation-timing-function: ease-out;	
          -webkit-animation-timing-function: ease-out;	
      
          visibility: visible !important;			
      }
      
      @keyframes bigEntrance {
          0% {
              transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
              opacity: 0.2;
          }
          30% {
              transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
              opacity: 1;
          }
          45% {
              transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
              opacity: 1;
          }
          60% {
              transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
              opacity: 1;
          }	
          75% {
              transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
              opacity: 1;
          }
          90% {
              transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
              opacity: 1;
          }	
          100% {
              transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
              opacity: 1;
          }		
      }
      
      @-webkit-keyframes bigEntrance {
          0% {
              -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
              opacity: 0.2;
          }
          30% {
              -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
              opacity: 1;
          }
          45% {
              -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
              opacity: 1;
          }
          60% {
              -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
              opacity: 1;
          }	
          75% {
              -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
              opacity: 1;
          }
          90% {
              -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
              opacity: 1;
          }	
          100% {
              -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
              opacity: 1;
          }				
      }
      
      /*
      ==============================================
      hatch
      ==============================================
      */
      
      .hatch{
          animation-name: hatch;
          -webkit-animation-name: hatch;	
      
          animation-duration: 2s;	
          -webkit-animation-duration: 2s;
      
          animation-timing-function: ease-in-out;	
          -webkit-animation-timing-function: ease-in-out;
      
          transform-origin: 50% 100%;
          -ms-transform-origin: 50% 100%;
          -webkit-transform-origin: 50% 100%; 
      
          visibility: visible !important;		
      }
      
      @keyframes hatch {
          0% {
              transform: rotate(0deg) scaleY(0.6);
          }
          20% {
              transform: rotate(-2deg) scaleY(1.05);
          }
          35% {
              transform: rotate(2deg) scaleY(1);
          }
          50% {
              transform: rotate(-2deg);
          }	
          65% {
              transform: rotate(1deg);
          }	
          80% {
              transform: rotate(-1deg);
          }		
          100% {
              transform: rotate(0deg);
          }									
      }
      
      @-webkit-keyframes hatch {
          0% {
              -webkit-transform: rotate(0deg) scaleY(0.6);
          }
          20% {
              -webkit-transform: rotate(-2deg) scaleY(1.05);
          }
          35% {
              -webkit-transform: rotate(2deg) scaleY(1);
          }
          50% {
              -webkit-transform: rotate(-2deg);
          }	
          65% {
              -webkit-transform: rotate(1deg);
          }	
          80% {
              -webkit-transform: rotate(-1deg);
          }		
          100% {
              -webkit-transform: rotate(0deg);
          }		
      }
      
      
      /*
      ==============================================
      bounce
      ==============================================
      */
      
      
      .bounce{
          animation-name: bounce;
          -webkit-animation-name: bounce;	
      
          animation-duration: 1.6s;	
          -webkit-animation-duration: 1.6s;
      
          animation-timing-function: ease;	
          -webkit-animation-timing-function: ease;	
          
          transform-origin: 50% 100%;
          -ms-transform-origin: 50% 100%;
          -webkit-transform-origin: 50% 100%; 	
      }
      
      @keyframes bounce {
          0% {
              transform: translateY(0%) scaleY(0.6);
          }
          60%{
              transform: translateY(-100%) scaleY(1.1);
          }
          70%{
              transform: translateY(0%) scaleY(0.95) scaleX(1.05);
          }
          80%{
              transform: translateY(0%) scaleY(1.05) scaleX(1);
          }	
          90%{
              transform: translateY(0%) scaleY(0.95) scaleX(1);
          }				
          100%{
              transform: translateY(0%) scaleY(1) scaleX(1);
          }	
      }
      
      @-webkit-keyframes bounce {
          0% {
              -webkit-transform: translateY(0%) scaleY(0.6);
          }
          60%{
              -webkit-transform: translateY(-100%) scaleY(1.1);
          }
          70%{
              -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
          }
          80%{
              -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
          }	
          90%{
              -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
          }				
          100%{
              -webkit-transform: translateY(0%) scaleY(1) scaleX(1);
          }		
      }
      
      
      /*
      ==============================================
      pulse
      ==============================================
      */
      
      .pulse{
          animation-name: pulse;
          -webkit-animation-name: pulse;	
      
          animation-duration: 1.5s;	
          -webkit-animation-duration: 1.5s;
      
          animation-iteration-count: infinite;
          -webkit-animation-iteration-count: infinite;
      }
      
      @keyframes pulse {
          0% {
              transform: scale(0.9);
              opacity: 0.7;		
          }
          50% {
              transform: scale(1);
              opacity: 1;	
          }	
          100% {
              transform: scale(0.9);
              opacity: 0.7;	
          }			
      }
      
      @-webkit-keyframes pulse {
          0% {
              -webkit-transform: scale(0.95);
              opacity: 0.7;		
          }
          50% {
              -webkit-transform: scale(1);
              opacity: 1;	
          }	
          100% {
              -webkit-transform: scale(0.95);
              opacity: 0.7;	
          }			
      }
      
      /*
      ==============================================
      floating
      ==============================================
      */
      
      .floating{
          animation-name: floating;
          -webkit-animation-name: floating;
      
          animation-duration: 1.5s;	
          -webkit-animation-duration: 1.5s;
      
          animation-iteration-count: infinite;
          -webkit-animation-iteration-count: infinite;
      }
      
      @keyframes floating {
          0% {
              transform: translateY(0%);	
          }
          50% {
              transform: translateY(8%);	
          }	
          100% {
              transform: translateY(0%);
          }			
      }
      
      @-webkit-keyframes floating {
          0% {
              -webkit-transform: translateY(0%);	
          }
          50% {
              -webkit-transform: translateY(8%);	
          }	
          100% {
              -webkit-transform: translateY(0%);
          }			
      }
      
      /*
      ==============================================
      tossing
      ==============================================
      */
      
      .tossing{
          animation-name: tossing;
          -webkit-animation-name: tossing;	
      
          animation-duration: 2.5s;	
          -webkit-animation-duration: 2.5s;
      
          animation-iteration-count: infinite;
          -webkit-animation-iteration-count: infinite;
      }
      
      @keyframes tossing {
          0% {
              transform: rotate(-4deg);	
          }
          50% {
              transform: rotate(4deg);
          }
          100% {
              transform: rotate(-4deg);	
          }						
      }
      
      @-webkit-keyframes tossing {
          0% {
              -webkit-transform: rotate(-4deg);	
          }
          50% {
              -webkit-transform: rotate(4deg);
          }
          100% {
              -webkit-transform: rotate(-4deg);	
          }				
      }
      
      /*
      ==============================================
      pullUp
      ==============================================
      */
      
      .pullUp{
          animation-name: pullUp;
          -webkit-animation-name: pullUp;	
      
          animation-duration: 1.1s;	
          -webkit-animation-duration: 1.1s;
      
          animation-timing-function: ease-out;	
          -webkit-animation-timing-function: ease-out;	
      
          transform-origin: 50% 100%;
          -ms-transform-origin: 50% 100%;
          -webkit-transform-origin: 50% 100%; 		
      }
      
      @keyframes pullUp {
          0% {
              transform: scaleY(0.1);
          }
          40% {
              transform: scaleY(1.02);
          }
          60% {
              transform: scaleY(0.98);
          }
          80% {
              transform: scaleY(1.01);
          }
          100% {
              transform: scaleY(0.98);
          }				
          80% {
              transform: scaleY(1.01);
          }
          100% {
              transform: scaleY(1);
          }							
      }
      
      @-webkit-keyframes pullUp {
          0% {
              -webkit-transform: scaleY(0.1);
          }
          40% {
              -webkit-transform: scaleY(1.02);
          }
          60% {
              -webkit-transform: scaleY(0.98);
          }
          80% {
              -webkit-transform: scaleY(1.01);
          }
          100% {
              -webkit-transform: scaleY(0.98);
          }				
          80% {
              -webkit-transform: scaleY(1.01);
          }
          100% {
              -webkit-transform: scaleY(1);
          }		
      }
      
      /*
      ==============================================
      pullDown
      ==============================================
      */
      
      .pullDown{
          animation-name: pullDown;
          -webkit-animation-name: pullDown;	
      
          animation-duration: 1.1s;	
          -webkit-animation-duration: 1.1s;
      
          animation-timing-function: ease-out;	
          -webkit-animation-timing-function: ease-out;	
      
          transform-origin: 50% 0%;
          -ms-transform-origin: 50% 0%;
          -webkit-transform-origin: 50% 0%; 		
      }
      
      @keyframes pullDown {
          0% {
              transform: scaleY(0.1);
          }
          40% {
              transform: scaleY(1.02);
          }
          60% {
              transform: scaleY(0.98);
          }
          80% {
              transform: scaleY(1.01);
          }
          100% {
              transform: scaleY(0.98);
          }				
          80% {
              transform: scaleY(1.01);
          }
          100% {
              transform: scaleY(1);
          }							
      }
      
      @-webkit-keyframes pullDown {
          0% {
              -webkit-transform: scaleY(0.1);
          }
          40% {
              -webkit-transform: scaleY(1.02);
          }
          60% {
              -webkit-transform: scaleY(0.98);
          }
          80% {
              -webkit-transform: scaleY(1.01);
          }
          100% {
              -webkit-transform: scaleY(0.98);
          }				
          80% {
              -webkit-transform: scaleY(1.01);
          }
          100% {
              -webkit-transform: scaleY(1);
          }		
      }
      
      /*
      ==============================================
      stretchLeft
      ==============================================
      */
      
      .stretchLeft{
          animation-name: stretchLeft;
          -webkit-animation-name: stretchLeft;	
      
          animation-duration: 1.5s;	
          -webkit-animation-duration: 1.5s;
      
          animation-timing-function: ease-out;	
          -webkit-animation-timing-function: ease-out;	
      
          transform-origin: 100% 0%;
          -ms-transform-origin: 100% 0%;
          -webkit-transform-origin: 100% 0%; 
      }
      
      @keyframes stretchLeft {
          0% {
              transform: scaleX(0.3);
          }
          40% {
              transform: scaleX(1.02);
          }
          60% {
              transform: scaleX(0.98);
          }
          80% {
              transform: scaleX(1.01);
          }
          100% {
              transform: scaleX(0.98);
          }				
          80% {
              transform: scaleX(1.01);
          }
          100% {
              transform: scaleX(1);
          }							
      }
      
      @-webkit-keyframes stretchLeft {
          0% {
              -webkit-transform: scaleX(0.3);
          }
          40% {
              -webkit-transform: scaleX(1.02);
          }
          60% {
              -webkit-transform: scaleX(0.98);
          }
          80% {
              -webkit-transform: scaleX(1.01);
          }
          100% {
              -webkit-transform: scaleX(0.98);
          }				
          80% {
              -webkit-transform: scaleX(1.01);
          }
          100% {
              -webkit-transform: scaleX(1);
          }		
      }
      
      /*
      ==============================================
      stretchRight
      ==============================================
      */
      
      .stretchRight{
          animation-name: stretchRight;
          -webkit-animation-name: stretchRight;	
      
          animation-duration: 1.5s;	
          -webkit-animation-duration: 1.5s;
      
          animation-timing-function: ease-out;	
          -webkit-animation-timing-function: ease-out;	
      
          transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          -webkit-transform-origin: 0% 0%; 		
      }
      
      @keyframes stretchRight {
          0% {
              transform: scaleX(0.3);
          }
          40% {
              transform: scaleX(1.02);
          }
          60% {
              transform: scaleX(0.98);
          }
          80% {
              transform: scaleX(1.01);
          }
          100% {
              transform: scaleX(0.98);
          }				
          80% {
              transform: scaleX(1.01);
          }
          100% {
              transform: scaleX(1);
          }							
      }
      
      @-webkit-keyframes stretchRight {
          0% {
              -webkit-transform: scaleX(0.3);
          }
          40% {
              -webkit-transform: scaleX(1.02);
          }
          60% {
              -webkit-transform: scaleX(0.98);
          }
          80% {
              -webkit-transform: scaleX(1.01);
          }
          100% {
              -webkit-transform: scaleX(0.98);
          }				
          80% {
              -webkit-transform: scaleX(1.01);
          }
          100% {
              -webkit-transform: scaleX(1);
          }		
      }

      .button-container {
        margin-top: 30px;
        text-align: center;
        justify-content: center;
        align-items: center;
      }
      
      .floating-button {
        text-decoration: none;
        display: inline-block; /* This ensures the buttons appear in the same line */
        font-family: 'Bebas Neue', sans-serif; /* Используем Bebas Neue */

        width: 200px;
        height: 45px;
        line-height: 45px;
        border-radius: 45px;
        margin: 10px 30px;
        font-size: 17px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 3px;
        font-weight: 600;
        color: #524f4e;
        background: white;
        box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
        transition: .3s;
      }
      .floating-button:hover {
        background: #2EE59D;
        box-shadow: 0 15px 20px rgba(46, 229, 157, .4);
        color: white;
        transform: translateY(-7px);
      }

      .floating-button_pr {
        text-decoration: none;
        display: inline-block;
        width: 280px;
        height: 45px;
        line-height: 45px;
        border-radius: 45px;
        margin: 10px 30px;
    font-family: 'Bebas Neue', sans-serif; /* Используем Bebas Neue */
        font-size: 17px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 3px;
        font-weight: 600;
        color: #524f4e;
        background: white;
        box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
        transition: .3s;
      }
      .floating-button_pr:hover {
        background: #2EE59D;
        box-shadow: 0 15px 20px rgba(46, 229, 157, .4);
        color: white;
        transform: translateY(-7px);
      }

      
      

      .sliding-button {
        text-decoration: none;
        color: rgb(0, 0, 0);
        display: inline-block; /* This ensures the buttons appear in the same line */

        display: inline-block;
        position: relative;
        padding: 15px 30px;
        border: 1px solid;
        border-image: linear-gradient(180deg, #ff3000, #ed0200, #ff096c, #d50082);
        border-image-slice: 1;
        margin: 10px 20px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        transition: .8s cubic-bezier(.165, .84, .44, 1);
      }
      .sliding-button:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 0;
        width: 100%;
        z-index: -1;
        color: rgb(0, 0, 0);
        background: linear-gradient(180deg, #ff3000, #ed0200, #ff096c, #d50082);
        transition: .8s cubic-bezier(.165, .84, .44, 1);
      }
      .sliding-button:hover {
        background: rgba(255, 255, 255, 0);
      }
      .sliding-button:hover:before {
        bottom: 0%;
        top: auto;
        height: 100%;
      }


      .send_bottom {
        text-decoration: none;
        margin-top: 20px;
        width: 140px;
        height: 45px;
        line-height: 45px;
        border-radius: 45px;
        font-family: 'Montserrat', sans-serif;
        font-size: 11px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 3px;
        font-weight: 600;
        color: #524f4e;
        background: white;
        box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
        transition: .3s;
      }
      .send_bottom:hover {
        background: #2EE59D;
        box-shadow: 0 15px 20px rgba(46, 229, 157, .4);
        color: white;
        transform: translateY(-7px);
      }

      .end {
        font-size: 14px;
        color: gray;
      }

      .content-container {
        margin-top: -100px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh; /* На весь экран по вертикали, можно изменить по необходимости */
    }
    
    .centered-heading {
        text-align: center;
        margin-top: 10px;
    }