                                                                                                                                                                                                                                       html,
                                                                                                                                                                                                                                       body,
                                                                                                                                                                                                                                       div,
                                                                                                                                                                                                                                       span,
                                                                                                                                                                                                                                       applet,
                                                                                                                                                                                                                                       object,
                                                                                                                                                                                                                                       iframe,
                                                                                                                                                                                                                                       h1,
                                                                                                                                                                                                                                       h2,
                                                                                                                                                                                                                                       h3,
                                                                                                                                                                                                                                       h4,
                                                                                                                                                                                                                                       h5,
                                                                                                                                                                                                                                       h6,
                                                                                                                                                                                                                                       p,
                                                                                                                                                                                                                                       blockquote,
                                                                                                                                                                                                                                       pre,
                                                                                                                                                                                                                                       a,
                                                                                                                                                                                                                                       abbr,
                                                                                                                                                                                                                                       acronym,
                                                                                                                                                                                                                                       address,
                                                                                                                                                                                                                                       big,
                                                                                                                                                                                                                                       cite,
                                                                                                                                                                                                                                       code,
                                                                                                                                                                                                                                       del,
                                                                                                                                                                                                                                       dfn,
                                                                                                                                                                                                                                       em,
                                                                                                                                                                                                                                       font,
                                                                                                                                                                                                                                       img,
                                                                                                                                                                                                                                       ins,
                                                                                                                                                                                                                                       kbd,
                                                                                                                                                                                                                                       q,
                                                                                                                                                                                                                                       s,
                                                                                                                                                                                                                                       samp,
                                                                                                                                                                                                                                       small,
                                                                                                                                                                                                                                       strike,
                                                                                                                                                                                                                                       strong,
                                                                                                                                                                                                                                       sub,
                                                                                                                                                                                                                                       sup,
                                                                                                                                                                                                                                       tt,
                                                                                                                                                                                                                                       var,
                                                                                                                                                                                                                                       dl,
                                                                                                                                                                                                                                       dt,
                                                                                                                                                                                                                                       dd,
                                                                                                                                                                                                                                       ol,
                                                                                                                                                                                                                                       ul,
                                                                                                                                                                                                                                       li,
                                                                                                                                                                                                                                       fieldset,
                                                                                                                                                                                                                                       form,
                                                                                                                                                                                                                                       label,
                                                                                                                                                                                                                                       legend,
                                                                                                                                                                                                                                       table,
                                                                                                                                                                                                                                       caption,
                                                                                                                                                                                                                                       tbody,
                                                                                                                                                                                                                                       tfoot,
                                                                                                                                                                                                                                       thead,
                                                                                                                                                                                                                                       tr,
                                                                                                                                                                                                                                       th,
                                                                                                                                                                                                                                       td {
                                                                                                                                                                                                                                           margin: 0;
                                                                                                                                                                                                                                           padding: 0;
                                                                                                                                                                                                                                           border: 0;
                                                                                                                                                                                                                                           outline: 0;
                                                                                                                                                                                                                                           font-weight: inherit;
                                                                                                                                                                                                                                           font-style: inherit;
                                                                                                                                                                                                                                           font-size: 100%;
                                                                                                                                                                                                                                           font-family: inherit;
                                                                                                                                                                                                                                           vertical-align: baseline;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       /* remember to define focus styles! */

                                                                                                                                                                                                                                       :focus {
                                                                                                                                                                                                                                           outline: 0;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');


                                                                                                                                                                                                                                       body {

                                                                                                                                                                                                                                           color: black;
                                                                                                                                                                                                                                           background: white;
                                                                                                                                                                                                                                           height: 100%;
                                                                                                                                                                                                                                           font-family: sans-serif;
                                                                                                                                                                                                                                           line-height: 1.15;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       @font-face {
                                                                                                                                                                                                                                           font-family: 'HelveticaNeue';
                                                                                                                                                                                                                                           src: url('../fonts/helveticaneue-medium.ttf') format('truetype');
                                                                                                                                                                                                                                           font-weight: 500;
                                                                                                                                                                                                                                           /* Укажите вес шрифта */
                                                                                                                                                                                                                                           font-style: normal;
                                                                                                                                                                                                                                           /* Укажите стиль шрифта */
                                                                                                                                                                                                                                       }
                                                                                                                                                                                                                                         .disabled{    background-color: #9d9d9d !important;
    border-color: #9d9d9d !important;
    color: #fff !important;
    font-weight: bold !important;
    cursor: default !important;}


                                                                                                                                                                                                                                       ol,
                                                                                                                                                                                                                                       ul {
                                                                                                                                                                                                                                           list-style: none;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       /* tables still need 'cellspacing="0"' in the markup */

                                                                                                                                                                                                                                       table {
                                                                                                                                                                                                                                           border-collapse: separate;
                                                                                                                                                                                                                                           border-spacing: 0;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       caption,
                                                                                                                                                                                                                                       th,
                                                                                                                                                                                                                                       td {
                                                                                                                                                                                                                                           text-align: left;
                                                                                                                                                                                                                                           font-weight: normal;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       blockquote:before,
                                                                                                                                                                                                                                       blockquote:after,
                                                                                                                                                                                                                                       q:before,
                                                                                                                                                                                                                                       q:after {
                                                                                                                                                                                                                                           content: "";
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       blockquote,
                                                                                                                                                                                                                                       q {
                                                                                                                                                                                                                                           quotes: """";
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .wrapper {
                                                                                                                                                                                                                                           overflow: hidden;
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                           flex-direction: column;
                                                                                                                                                                                                                                           min-height: 100vh;
                                                                                                                                                                                                                                           position: relative
                                                                                                                                                                                                                                       }




                                                                                                                                                                                                                                       [class*="__container"] {
                                                                                                                                                                                                                                           padding: 0 15px;
                                                                                                                                                                                                                                           margin: 0 auto;
                                                                                                                                                                                                                                           max-width: 1460px;
                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       .header {
                                                                                                                                                                                                                                           height: 85px;
                                                                                                                                                                                                                                           position: fixed;
                                                                                                                                                                                                                                           z-index: 100000;
                                                                                                                                                                                                                                           background: #000;
                                                                                                                                                                                                                                           width: 100%;
                                                                                                                                                                                                                                           transition: background 0.3s ease;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .scrolled {
                                                                                                                                                                                                                                           background: #000;
                                                                                                                                                                                                                                           border-bottom: 1px solid rgba(187, 185, 185, .3) !important;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .header__top {
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                           justify-content: space-between;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       #logo {
                                                                                                                                                                                                                                           width: 121px;
                                                                                                                                                                                                                                           margin-top: -10px;
                                                                                                                                                                                                                                           height: auto;
                                                                                                                                                                                                                                           margin-right: 20px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .header__top ul li i {
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           left: 5px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .changetbtn {
                                                                                                                                                                                                                                           border-bottom: 1px solid blue;
                                                                                                                                                                                                                                           padding-bottom: 3px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       #preloader {
                                                                                                                                                                                                                                           position: fixed;
                                                                                                                                                                                                                                           top: 0;
                                                                                                                                                                                                                                           left: 0;
                                                                                                                                                                                                                                           width: 100%;
                                                                                                                                                                                                                                           height: 100%;
                                                                                                                                                                                                                                           background-color: rgba(255, 255, 255, 0.7);
                                                                                                                                                                                                                                           /* Полупрозрачный черный фон */
                                                                                                                                                                                                                                           z-index: 9999;
                                                                                                                                                                                                                                           /* На переднем плане */
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                           justify-content: center;
                                                                                                                                                                                                                                           align-items: center;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .loader {
                                                                                                                                                                                                                                           width: 80px;
                                                                                                                                                                                                                                           height: 80px;
                                                                                                                                                                                                                                           background: url('../../img/load.gif') no-repeat center center;
                                                                                                                                                                                                                                           background-size: contain;
                                                                                                                                                                                                                                           /* Подгон изображения */
                                                                                                                                                                                                                                       }



                                                                                                                                                                                                                                       .section-2-block {
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                           flex-wrap: wrap;
                                                                                                                                                                                                                                           margin-bottom: 75px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-2-block_ {
                                                                                                                                                                                                                                           width: 410px;
                                                                                                                                                                                                                                           height: 113px;
                                                                                                                                                                                                                                           padding-left: 70px;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .s2-1 {
                                                                                                                                                                                                                                           background: url(../img/s2-1.png) no-repeat left top;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .s2-2 {
                                                                                                                                                                                                                                           background: url(../img/quality.png) no-repeat left top;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .s2-3 {
                                                                                                                                                                                                                                           background: url(../img/transparency.png) no-repeat left top;

                                                                                                                                                                                                                                       }






                                                                                                                                                                                                                                       .section-2 h3 img {
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           top: 3px;
                                                                                                                                                                                                                                           cursor: pointer
                                                                                                                                                                                                                                       }



                                                                                                                                                                                                                                       /* Basic Modal Styles */
                                                                                                                                                                                                                                       .modal {
                                                                                                                                                                                                                                           display: none;
                                                                                                                                                                                                                                           /* Hidden by default */
                                                                                                                                                                                                                                           position: fixed;
                                                                                                                                                                                                                                           /* Stay in place */
                                                                                                                                                                                                                                           z-index: 1000;
                                                                                                                                                                                                                                           /* Sit on top */
                                                                                                                                                                                                                                           left: 0;
                                                                                                                                                                                                                                           top: 0;
                                                                                                                                                                                                                                           width: 100%;
                                                                                                                                                                                                                                           height: 100%;
                                                                                                                                                                                                                                           background-color: rgba(0, 0, 0, 0.5);
                                                                                                                                                                                                                                           /* Semi-transparent background */
                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       .modal-content {
                                                                                                                                                                                                                                           position: absolute;
                                                                                                                                                                                                                                           top: 50%;
                                                                                                                                                                                                                                           left: 50%;
                                                                                                                                                                                                                                           transform: translate(-50%, -50%);
                                                                                                                                                                                                                                           background-color: white;
                                                                                                                                                                                                                                           padding: 20px;
                                                                                                                                                                                                                                           border-radius: 5px;
                                                                                                                                                                                                                                           width: 370px;
                                                                                                                                                                                                                                           box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
                                                                                                                                                                                                                                           text-align: center;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .modal-content h3 {
                                                                                                                                                                                                                                           margin: 0 auto;
                                                                                                                                                                                                                                           margin-top: 8px !important;
                                                                                                                                                                                                                                           margin-bottom: 20px;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .modal-content p {

                                                                                                                                                                                                                                           color: #111;
                                                                                                                                                                                                                                           letter-spacing: .5px;



                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .close-btn {
                                                                                                                                                                                                                                           color: #111;
                                                                                                                                                                                                                                           font-size: 27px;
                                                                                                                                                                                                                                           cursor: pointer;
                                                                                                                                                                                                                                           position: absolute;
                                                                                                                                                                                                                                           top: 10px;
                                                                                                                                                                                                                                           right: 15px;
                                                                                                                                                                                                                                           font-weight: bold;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .close-btn:hover {
                                                                                                                                                                                                                                           color: #bbb;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .drivenow {
                                                                                                                                                                                                                                           height: 370px;
                                                                                                                                                                                                                                           width: 100%;
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                           margin-top: 65px;
                                                                                                                                                                                                                                           row-gap: 20px;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .slick-prev, .slick-next {
                                                                                                                                                                                                                                           background: transparent;
                                                                                                                                                                                                                                           /* Цвет фона стрелки */
                                                                                                                                                                                                                                           border: none;
                                                                                                                                                                                                                                           /* Убираем границы */
                                                                                                                                                                                                                                           position: absolute;
                                                                                                                                                                                                                                           top: 27%;
                                                                                                                                                                                                                                           /* Центрируем по вертикали */
                                                                                                                                                                                                                                           z-index: 1000;
                                                                                                                                                                                                                                           transform: translateY(-50%);
                                                                                                                                                                                                                                           width: 40px;
                                                                                                                                                                                                                                           /* Ширина кнопки */
                                                                                                                                                                                                                                           height: 40px;
                                                                                                                                                                                                                                           /* Высота кнопки */
                                                                                                                                                                                                                                           font-size: 20px;
                                                                                                                                                                                                                                           /* Размер текста стрелки */
                                                                                                                                                                                                                                           color: #333;
                                                                                                                                                                                                                                           /* Цвет текста */
                                                                                                                                                                                                                                           cursor: pointer;
                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       .slick-prev {
                                                                                                                                                                                                                                           left: 20px;
                                                                                                                                                                                                                                           /* Расположение слева */
                                                                                                                                                                                                                                           top: 155px;
                                                                                                                                                                                                                                           background: #fff;
                                                                                                                                                                                                                                           box-shadow: 1px 1px 5px #525151;
                                                                                                                                                                                                                                           border-radius: 50%;
                                                                                                                                                                                                                                           transition: all .3s ease-in;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .slick-next {
                                                                                                                                                                                                                                           right: 20px;
                                                                                                                                                                                                                                           /* Расположение справа */
                                                                                                                                                                                                                                           top: 155px;
                                                                                                                                                                                                                                           background: #fff;
                                                                                                                                                                                                                                           box-shadow: 1px 1px 5px #525151;
                                                                                                                                                                                                                                           border-radius: 50%;
                                                                                                                                                                                                                                           transition: all .3s ease-in;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .slick-next:hover {
                                                                                                                                                                                                                                           background: #edeeeb;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .slick-prev:hover {
                                                                                                                                                                                                                                           background: #edeeeb;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                      .faq-question {
    cursor: pointer;
    padding: 20px 0;
   
  
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    padding: 10px 0px 26px;
    background-color: #ffffff;
    border-top: none;
    line-height: 27px;
}

.faq-question i {
    transition: transform 0.3s ease;
    font-size:29px
}

.faq-question span{
    font-size: 23px;
    font-weight: bold;
}

.faq-question.open i {
    transform: rotate(180deg);
}

.faq-item{border-bottom: 1px solid #ddd;}

.faq-item:first-child{
margin-top: 43px;
}

.faq-answer h4{font-size:19px;font-weight:bold}
.faq-answer p{font-size:17px!important}










                                                                                                                                                                                                                                       .slick-prev1, .slick-next1 {
                                                                                                                                                                                                                                           background: transparent;
                                                                                                                                                                                                                                           /* Цвет фона стрелки */
                                                                                                                                                                                                                                           border: none;
                                                                                                                                                                                                                                           /* Убираем границы */
                                                                                                                                                                                                                                           position: absolute;
                                                                                                                                                                                                                                           top: 27%;
                                                                                                                                                                                                                                           /* Центрируем по вертикали */
                                                                                                                                                                                                                                           z-index: 1000;
                                                                                                                                                                                                                                           transform: translateY(-50%);
                                                                                                                                                                                                                                           width: 40px;
                                                                                                                                                                                                                                           /* Ширина кнопки */
                                                                                                                                                                                                                                           height: 40px;
                                                                                                                                                                                                                                           /* Высота кнопки */
                                                                                                                                                                                                                                           font-size: 20px;
                                                                                                                                                                                                                                           /* Размер текста стрелки */
                                                                                                                                                                                                                                           color: #333;
                                                                                                                                                                                                                                           /* Цвет текста */
                                                                                                                                                                                                                                           cursor: pointer;
                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       .slick-prev1 {
                                                                                                                                                                                                                                           left: 20px;
                                                                                                                                                                                                                                           /* Расположение слева */
                                                                                                                                                                                                                                           top: 50%;

                                                                                                                                                                                                                                           background: #fff;
                                                                                                                                                                                                                                           border-radius: 50%;
                                                                                                                                                                                                                                           box-shadow: 1px 1px 5px #525151;
                                                                                                                                                                                                                                           transition: all .3s ease-in;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .slick-next1 {
                                                                                                                                                                                                                                           right: 20px;
                                                                                                                                                                                                                                           /* Расположение справа */
                                                                                                                                                                                                                                           top: 50%;
                                                                                                                                                                                                                                           background: #fff;
                                                                                                                                                                                                                                           box-shadow: 1px 1px 5px #525151;
                                                                                                                                                                                                                                           border-radius: 50%;
                                                                                                                                                                                                                                           transition: all .3s ease-in;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .slick-next1:hover {
                                                                                                                                                                                                                                           background: #edeeeb;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .slick-prev1:hover {
                                                                                                                                                                                                                                           background: #edeeeb;
                                                                                                                                                                                                                                       }



                                                                                                                                                                                                                                       .slick-prev2, .slick-next2 {
                                                                                                                                                                                                                                           background: transparent;
                                                                                                                                                                                                                                           /* Цвет фона стрелки */
                                                                                                                                                                                                                                           border: none;
                                                                                                                                                                                                                                           /* Убираем границы */
                                                                                                                                                                                                                                           position: absolute;
                                                                                                                                                                                                                                           top: 27%;
                                                                                                                                                                                                                                           /* Центрируем по вертикали */
                                                                                                                                                                                                                                           z-index: 1000;
                                                                                                                                                                                                                                           transform: translateY(-50%);
                                                                                                                                                                                                                                           width: 40px;
                                                                                                                                                                                                                                           /* Ширина кнопки */
                                                                                                                                                                                                                                           height: 40px;
                                                                                                                                                                                                                                           /* Высота кнопки */
                                                                                                                                                                                                                                           font-size: 20px;
                                                                                                                                                                                                                                           /* Размер текста стрелки */
                                                                                                                                                                                                                                           color: #333;
                                                                                                                                                                                                                                           /* Цвет текста */
                                                                                                                                                                                                                                           cursor: pointer;
                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       .slick-prev2 {
                                                                                                                                                                                                                                           left: 20px;
                                                                                                                                                                                                                                           /* Расположение слева */
                                                                                                                                                                                                                                           top: 50%;
                                                                                                                                                                                                                                           box-shadow: 1px 1px 5px #525151;
                                                                                                                                                                                                                                           background: #fff;
                                                                                                                                                                                                                                           border-radius: 50%;
                                                                                                                                                                                                                                           transition: all .3s ease-in;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .feedback1 {
                                                                                                                                                                                                                                           height: 250px !important;
                                                                                                                                                                                                                                           width: 470px !important;
                                                                                                                                                                                                                                           padding: 27px;
                                                                                                                                                                                                                                           border-radius: 15px;
                                                                                                                                                                                                                                           margin-top: 3px !important;
                                                                                                                                                                                                                                           webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
                                                                                                                                                                                                                                           box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
                                                                                                                                                                                                                                           position: relative;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .feedback {
                                                                                                                                                                                                                                           margin-top: 50px;


                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .togle {
                                                                                                                                                                                                                                           display: none;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .more {
                                                                                                                                                                                                                                           color: #1b73e7 !important;
                                                                                                                                                                                                                                           font-size: 19px;
                                                                                                                                                                                                                                           cursor: pointer
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-7 h4 {
                                                                                                                                                                                                                                           font-size: 27px;
                                                                                                                                                                                                                                           margin-bottom: 20px;
                                                                                                                                                                                                                                           font-weight: 700;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-7 h3 {
                                                                                                                                                                                                                                           margin-top: 50px;
                                                                                                                                                                                                                                           font-size: 21px;
                                                                                                                                                                                                                                           text-align: left;
                                                                                                                                                                                                                                           font-size: 2.5rem;
                                                                                                                                                                                                                                           margin-bottom: 30px;
                                                                                                                                                                                                                                           font-family: "HelveticaNeue", sans-serif;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-7 p {
                                                                                                                                                                                                                                           line-height: 34px;
                                                                                                                                                                                                                                           margin-bottom: 27px;
                                                                                                                                                                                                                                           font-size: 22px;
                                                                                                                                                                                                                                           margin-top: 17px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-7 a {
                                                                                                                                                                                                                                           font-size: 22px;
                                                                                                                                                                                                                                           color: #1b73e7;
                                                                                                                                                                                                                                           display: inline;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-7 p>a {
                                                                                                                                                                                                                                           color: #1b73e7;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .feedback p {
                                                                                                                                                                                                                                           line-height: 30px;
                                                                                                                                                                                                                                           font-size: 21px;
                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       .auth {
                                                                                                                                                                                                                                           position: absolute;
                                                                                                                                                                                                                                           bottom: 15px;
                                                                                                                                                                                                                                           right: 30px;
                                                                                                                                                                                                                                           font-weight: 700;
                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       .slick-next2 {
                                                                                                                                                                                                                                           right: 20px;
                                                                                                                                                                                                                                           /* Расположение справа */
                                                                                                                                                                                                                                           top: 50%;
                                                                                                                                                                                                                                           background: #fff;
                                                                                                                                                                                                                                           box-shadow: 1px 1px 5px #525151;
                                                                                                                                                                                                                                           border-radius: 50%;
                                                                                                                                                                                                                                           transition: all .3s ease-in;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .slick-next2:hover {
                                                                                                                                                                                                                                           background: #edeeeb;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .slick-prev2:hover {
                                                                                                                                                                                                                                           background: #edeeeb;
                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       .section-6 h3 {
                                                                                                                                                                                                                                           text-align: left !important;
                                                                                                                                                                                                                                           font-size: 25px !important
                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       .drivenow-1 {
                                                                                                                                                                                                                                           height: auto;
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           margin-top: 90px;
                                                                                                                                                                                                                                           width: 432px;
                                                                                                                                                                                                                                           margin-right: 100px;
                                                                                                                                                                                                                                           border-radius: 20px;
                                                                                                                                                                                                                                           -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
                                                                                                                                                                                                                                           box-shadow: 0 2px 8px rgba(0, 0, 0, .15);


                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .drivernow-1__top {
                                                                                                                                                                                                                                           cursor: pointer;
                                                                                                                                                                                                                                           border-top-left-radius: 20px;
                                                                                                                                                                                                                                           border-top-right-radius: 20px;



                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .drivenow-1__btm {
                                                                                                                                                                                                                                           position: absolute;
                                                                                                                                                                                                                                           bottom: 0;
                                                                                                                                                                                                                                           height: 80px !important;
                                                                                                                                                                                                                                           border-bottom-left-radius: 20px;
                                                                                                                                                                                                                                           border-bottom-right-radius: 20px;
                                                                                                                                                                                                                                           -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
                                                                                                                                                                                                                                           box-shadow: 0 2px 8px rgba(0, 0, 0, .15);


                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .drivernow-1__top img {
                                                                                                                                                                                                                                           width: 100%;
                                                                                                                                                                                                                                           /* Растянуть по ширине */
                                                                                                                                                                                                                                           height: 100%;
                                                                                                                                                                                                                                           /* Растянуть по высоте */
                                                                                                                                                                                                                                           object-fit: cover;
                                                                                                                                                                                                                                           /* Аналог background-size: cover */
                                                                                                                                                                                                                                           border-radius: inherit;
                                                                                                                                                                                                                                           /* Наследовать радиус границ, если нужно */
                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       .carousel .slick-slide {
                                                                                                                                                                                                                                           margin: 0 10px;
                                                                                                                                                                                                                                           /* Отступы между слайдами */
                                                                                                                                                                                                                                           box-sizing: border-box;
                                                                                                                                                                                                                                           /* Убедитесь, что padding не влияет на размеры */
                                                                                                                                                                                                                                           height: 100vh !important;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .carousel .slick-list {
                                                                                                                                                                                                                                           margin: 0 -10px;
                                                                                                                                                                                                                                           /* Компенсируем отступы слайдов */
                                                                                                                                                                                                                                           overflow: visible;
                                                                                                                                                                                                                                           /* Убираем скрытие части слайдов из-за overflow */
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .footer-top {
                                                                                                                                                                                                                                           display: grid;
                                                                                                                                                                                                                                           grid-template-columns: 70% 30%;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .ftc-w p {
                                                                                                                                                                                                                                           font-size: 23px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .ft {
                                                                                                                                                                                                                                           margin-top: 30px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .ft ul li a {
                                                                                                                                                                                                                                           color: #111;
                                                                                                                                                                                                                                           font-size: 23px;
                                                                                                                                                                                                                                           margin-left: 12px;
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           top: -9px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .ft ul li span {
                                                                                                                                                                                                                                           color: #111;
                                                                                                                                                                                                                                           font-size: 23px;
                                                                                                                                                                                                                                           margin-left: 15px;
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           top: -9px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .ft ul li {
                                                                                                                                                                                                                                           margin-bottom: 21px;
                                                                                                                                                                                                                                           font-size: 23px;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .ft-c {}



                                                                                                                                                                                                                                       .ftc-w:not(:last-child) {
                                                                                                                                                                                                                                           margin-right: 100px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .ft ul li i {
                                                                                                                                                                                                                                           color: #1b73e7;
                                                                                                                                                                                                                                           font-size: 27px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .ft-c {
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .slick-track {
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           top: 0;
                                                                                                                                                                                                                                           left: 0;
                                                                                                                                                                                                                                           display: block;
                                                                                                                                                                                                                                           margin-left: auto;
                                                                                                                                                                                                                                           margin-right: auto;
                                                                                                                                                                                                                                           padding-bottom: 7px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .line {
                                                                                                                                                                                                                                           height: 1px;
                                                                                                                                                                                                                                           width: 100%;
                                                                                                                                                                                                                                           background: #EBEBEB;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-2 h3, .section-3 h3, .section-4 h3, .section-5 h3, .section-8 h3, .section-6 h3 {
                                                                                                                                                                                                                                           font-size: 26px;
                                                                                                                                                                                                                                           margin-top: 65px;
                                                                                                                                                                                                                                           margin-bottom: 20px;
                                                                                                                                                                                                                                           font-weight: bold
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .footer-form h5 {
                                                                                                                                                                                                                                           font-size: 29px;
                                                                                                                                                                                                                                           font-weight: 700;
                                                                                                                                                                                                                                           letter-spacing: .3px;
                                                                                                                                                                                                                                           margin-bottom: 20px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-2-block_ h2 {
                                                                                                                                                                                                                                           font-size: 1.5rem;
                                                                                                                                                                                                                                           line-height: 23px;
                                                                                                                                                                                                                                           margin-bottom: .5rem;
                                                                                                                                                                                                                                           word-spacing: .4px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .footer-form {
                                                                                                                                                                                                                                           margin-top: 65px;
                                                                                                                                                                                                                                           height: 643px;
                                                                                                                                                                                                                                           width: 379px;
                                                                                                                                                                                                                                           padding: 1.375rem 1.875rem 1.875rem;
                                                                                                                                                                                                                                           border-radius: 1rem;
                                                                                                                                                                                                                                           background: var(--white);
                                                                                                                                                                                                                                           -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
                                                                                                                                                                                                                                           box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);

                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       #rc-anchor-alert, .rc-anchor-alert {
                                                                                                                                                                                                                                           display: none !important;
                                                                                                                                                                                                                                           /* Если вам нужно показать */
                                                                                                                                                                                                                                           color: #fff !important;
                                                                                                                                                                                                                                           /* Установить белый фон, если нужно */

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .footer-form input:focus {
                                                                                                                                                                                                                                           border: 2px solid #111 !important;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       #message:focus {
                                                                                                                                                                                                                                           border: 2px solid #111 !important;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       #submit {
                                                                                                                                                                                                                                           margin-top: 17px;
                                                                                                                                                                                                                                           height: 52px;
                                                                                                                                                                                                                                           width: 100%;
                                                                                                                                                                                                                                           border: 0;
                                                                                                                                                                                                                                           color: #fff;
                                                                                                                                                                                                                                           background-color: #1b73e7;
                                                                                                                                                                                                                                           border-color: #1b73e7;
                                                                                                                                                                                                                                           border-radius: 5px;
                                                                                                                                                                                                                                           box-sizing: border-box;
                                                                                                                                                                                                                                           text-align: center;
                                                                                                                                                                                                                                           padding-top: 5px;
                                                                                                                                                                                                                                           font-size: 16px;
                                                                                                                                                                                                                                           font-weight: 700;
                                                                                                                                                                                                                                           cursor: pointer;
                                                                                                                                                                                                                                           transition: all .3s ease-in-out;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       #submit:hover {
                                                                                                                                                                                                                                           background: #1561c4;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       #message {
                                                                                                                                                                                                                                           margin-bottom: 12px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .footer-form input {
                                                                                                                                                                                                                                           height: 3.5rem;
                                                                                                                                                                                                                                           width: 100%;
                                                                                                                                                                                                                                           margin-bottom: 17px;
                                                                                                                                                                                                                                           box-sizing: border-box;
                                                                                                                                                                                                                                           padding: 1.4375rem 1.125rem 1.55rem;
                                                                                                                                                                                                                                           background-color: transparent;
                                                                                                                                                                                                                                           border: 1px solid #ced4da;
                                                                                                                                                                                                                                           font-size: 1rem;
                                                                                                                                                                                                                                           font-family: HelveticaNeue;
                                                                                                                                                                                                                                           line-height: 1.4;
                                                                                                                                                                                                                                           text-overflow: ellipsis;
                                                                                                                                                                                                                                           white-space: nowrap;
                                                                                                                                                                                                                                           border-radius: .5rem;
                                                                                                                                                                                                                                           -webkit-appearance: none;
                                                                                                                                                                                                                                           -moz-appearance: none;
                                                                                                                                                                                                                                           appearance: none;
                                                                                                                                                                                                                                           border-radius: .5rem;
                                                                                                                                                                                                                                           -webkit-border-radius: .5rem;
                                                                                                                                                                                                                                           -moz-border-radius: .5rem;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .footer-form textarea {
                                                                                                                                                                                                                                           height: 115px;
                                                                                                                                                                                                                                           width: 100%;
                                                                                                                                                                                                                                           box-sizing: border-box;
                                                                                                                                                                                                                                           padding: 1.4375rem 1.125rem 1.55rem;
                                                                                                                                                                                                                                           font-size: 1rem;
                                                                                                                                                                                                                                           font-family: HelveticaNeue;
                                                                                                                                                                                                                                           line-height: 1.4;
                                                                                                                                                                                                                                           text-overflow: ellipsis;
                                                                                                                                                                                                                                           border-radius: .5rem;
                                                                                                                                                                                                                                           border: 1px solid #ced4da;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .footer-form textarea {
                                                                                                                                                                                                                                           width: 100%
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-2-block_ p {
                                                                                                                                                                                                                                           word-spacing: .4px;
                                                                                                                                                                                                                                           font-size: 18px;
                                                                                                                                                                                                                                           line-height: 26px;
                                                                                                                                                                                                                                           margin-bottom: .5rem;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .slick-slide {
                                                                                                                                                                                                                                           margin: 0 10px;
                                                                                                                                                                                                                                           /* Отступы между слайдами */
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .drivernow-1__btm {
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                           justify-content: space-between;
                                                                                                                                                                                                                                           padding: 19px !important;
                                                                                                                                                                                                                                           height: 40px;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .drivernow-1__btm-l {
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                           flex-direction: column;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .drivernow-1__btm-r {
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                           flex-direction: column;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       #info-trigger {
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           z-index: 10000
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .drivernow-1__name {
                                                                                                                                                                                                                                           font-size: .875rem !important;
                                                                                                                                                                                                                                           line-height: 1.25rem;
                                                                                                                                                                                                                                           font-family: HelveticaNeue;
                                                                                                                                                                                                                                           text-transform: uppercase;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .drivernow-1__desc {
                                                                                                                                                                                                                                           font-size: 1.125rem;
                                                                                                                                                                                                                                           line-height: 1.375rem;
                                                                                                                                                                                                                                           color: #000
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .drivernow-1__price {
                                                                                                                                                                                                                                           font-size: 1.5rem;
                                                                                                                                                                                                                                           color: #1b73e7
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .drivernow-1__oldprice {
                                                                                                                                                                                                                                           font-size: .875rem !important;
                                                                                                                                                                                                                                           line-height: .9375rem;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .drivernow-1__oldprice>span {
                                                                                                                                                                                                                                           text-decoration: line-through;
                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       .make-1 {
                                                                                                                                                                                                                                           cursor: pointer;
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           width: 200px;
                                                                                                                                                                                                                                           height: 223px !important;
                                                                                                                                                                                                                                           border-radius: 1rem;
                                                                                                                                                                                                                                           -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
                                                                                                                                                                                                                                           box-shadow: 0 2px 8px rgba(0, 0, 0, .15);

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .type-1 {
                                                                                                                                                                                                                                           cursor: pointer;
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           width: 200px;
                                                                                                                                                                                                                                           height: 223px !important;
                                                                                                                                                                                                                                           border-radius: 1rem;
                                                                                                                                                                                                                                           -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
                                                                                                                                                                                                                                           box-shadow: 0 2px 8px rgba(0, 0, 0, .15);

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .make-1 img {
                                                                                                                                                                                                                                           height: auto;
                                                                                                                                                                                                                                           width: 150px;
                                                                                                                                                                                                                                           display: block;
                                                                                                                                                                                                                                           margin: 15px auto 0;
                                                                                                                                                                                                                                           transition: all .3s ease-in;


                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .type-1 img {
                                                                                                                                                                                                                                           height: auto;
                                                                                                                                                                                                                                           width: 210px;
                                                                                                                                                                                                                                           display: block;
                                                                                                                                                                                                                                           margin: 15px auto 0;
                                                                                                                                                                                                                                           transition: all .3s ease-in;


                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       .make-1:hover>img {
                                                                                                                                                                                                                                           transform: scale(1.05);
                                                                                                                                                                                                                                           cursor: pointer;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .type-1:hover>img {
                                                                                                                                                                                                                                           transform: scale(1.05);
                                                                                                                                                                                                                                           cursor: pointer;
                                                                                                                                                                                                                                       }



                                                                                                                                                                                                                                       .make .slick-track {
                                                                                                                                                                                                                                           padding-top: 5px !important;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .make-1 h4 {
                                                                                                                                                                                                                                           text-align: center;
                                                                                                                                                                                                                                           position: absolute;
                                                                                                                                                                                                                                           bottom: 11px;
                                                                                                                                                                                                                                           margin-left: auto;
                                                                                                                                                                                                                                           margin-right: auto;
                                                                                                                                                                                                                                           left: 0;
                                                                                                                                                                                                                                           right: 0;
                                                                                                                                                                                                                                           text-align: center;
                                                                                                                                                                                                                                           font-weight: bold;


                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .type-1 h4 {
                                                                                                                                                                                                                                           text-align: center;
                                                                                                                                                                                                                                           position: absolute;
                                                                                                                                                                                                                                           bottom: 11px;
                                                                                                                                                                                                                                           margin-left: auto;
                                                                                                                                                                                                                                           margin-right: auto;
                                                                                                                                                                                                                                           left: 0;
                                                                                                                                                                                                                                           right: 0;
                                                                                                                                                                                                                                           text-align: center;
                                                                                                                                                                                                                                           font-weight: bold;


                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .trending {
                                                                                                                                                                                                                                           display: grid;
                                                                                                                                                                                                                                           grid-template-columns: 50% 50%;
                                                                                                                                                                                                                                           grid-gap: 27px;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .trending-1 {
                                                                                                                                                                                                                                           position: relative;

                                                                                                                                                                                                                                           height: auto;
                                                                                                                                                                                                                                           border-radius: 10px;

                                                                                                                                                                                                                                           -webkit-transition: all .3s ease-in-out;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .trending__top {
                                                                                                                                                                                                                                           top: 0;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-5 {
                                                                                                                                                                                                                                           height: 335px
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .trending__btm {
                                                                                                                                                                                                                                           bottom: 0;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .trending__top img {
                                                                                                                                                                                                                                           width: 100%;
                                                                                                                                                                                                                                           /* Растянуть изображение на ширину контейнера */
                                                                                                                                                                                                                                           height: auto;
                                                                                                                                                                                                                                           /* Растянуть на высоту контейнера */
                                                                                                                                                                                                                                           object-fit: fill;
                                                                                                                                                                                                                                           /* Поведение как у background-size: cover */
                                                                                                                                                                                                                                           border-top-left-radius: 10px;
                                                                                                                                                                                                                                           /* Добавить радиус, если нужно */
                                                                                                                                                                                                                                           border-top-right-radius: 10px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .trending__top {
                                                                                                                                                                                                                                           cursor: POINTER;
                                                                                                                                                                                                                                           width: 100%;
                                                                                                                                                                                                                                           height: auto;
                                                                                                                                                                                                                                           /* Установите нужную высоту */

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .featured-1 img {
                                                                                                                                                                                                                                           transition: all 0.3s ease-in-out;
                                                                                                                                                                                                                                           transform: scale(1);
                                                                                                                                                                                                                                           filter: blur(0);
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       /* При наведении на одно изображение оно увеличивается */
                                                                                                                                                                                                                                       .featured-1 img:hover {
                                                                                                                                                                                                                                           transform: scale(1.1);
                                                                                                                                                                                                                                           filter: blur(0);
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       /* Размытие всех изображений, кроме активного */
                                                                                                                                                                                                                                       .featured-1 img.blur {
                                                                                                                                                                                                                                           filter: blur(5px);
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .featured {
                                                                                                                                                                                                                                           height: 65px;
                                                                                                                                                                                                                                           margin-top: 70px;
                                                                                                                                                                                                                                           cursor: pointer;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-5 h3 {
                                                                                                                                                                                                                                           text-align: center;
                                                                                                                                                                                                                                           font-size: 2.5rem;
                                                                                                                                                                                                                                           font-family: "HelveticaNeue", sans-serif;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .trending__btm {
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                           justify-content: space-between;
                                                                                                                                                                                                                                           box-sizing: border-box;
                                                                                                                                                                                                                                           padding: 10px 31px;
                                                                                                                                                                                                                                           border-bottom-left-radius: 10px;
                                                                                                                                                                                                                                           border-bottom-right-radius: 10px;
                                                                                                                                                                                                                                           -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .12);
                                                                                                                                                                                                                                           box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .12);

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .trending-btm-l {
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                           flex-direction: column;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .trending-btm-r {
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                           flex-direction: column;
                                                                                                                                                                                                                                           line-height: 33px;
                                                                                                                                                                                                                                       }
                                                                                                                                                                                                                                       .text p {line-height: 40px!important;font-size:27px!important;
                                                                                                                                                                                                                                        color:#000!important
                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                       .text{margin-top: 80px;padding:50px 0px 50px;
                                                                                                                                                                                                                                        background: #f7f7f7;
                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                    } 

                                                                                                                                                                                                                                    .reservebtn{
                                                                                                                                                                                                                                        cursor:pointer!important;
                                                                                                                                                                                                                                        margin-top: 44px!important;
                                                                                                                                                                                                                                        padding-top: 16px!important;
                                                                                                                                                                                                                                        width: 270px!important;
                                                                                                                                                                                                                                        background: #1b73e7!important;
                                                                                                                                                                                                                                        margin:0 auto;
                                                                                                                                                                                                                                        color:#fff!important;
                                                                                                                                                                                                                                        font-size: 17px!important;
                                                                                                                                                                                                                                        transition: all .2s ease-in-out;


                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .reservebtn:hover{background: #1561c4!important;}
                                                                                                                                                                                                                                      .section-4 img {
    width: 100%;        /* Makes the image take up 100% of its container's width */
    height: auto;       /* Maintains the aspect ratio of the image */
    max-width: 607px;   /* Limits the maximum width */
    margin-top: 30px;   /* Keeps the top margin */
    display: block;     /* Ensures the image doesn't have inline spacing */
    
}


                                                                                                                                                                                                                                       .section-4 h2 {
                                                                                                                                                                                                                                        margin-top: 57px;
                                                                                                                                                                                                                                        margin-bottom: 30px;
                                                                                                                                                                                                                                           font-size: 47px !important;
                                                                                                                                                                                                                                           color: #111;
                                                                                                                                                                                                                                           padding-top: 5px;
                                                                                                                                                                                                                                           line-height: 1.9rem !important;
                                                                                                                                                                                                                                           font-family: HelveticaNeue;
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-4 p {
                                                                                                                                                                                                                                           font-size: 21px;
                                                                                                                                                                                                                                           line-height: 30px;
                                                                                                                                                                                                                                           color: #333;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-4 .price {
                                                                                                                                                                                                                                           font-size: 1.5rem;

                                                                                                                                                                                                                                           padding-top: 5px;
                                                                                                                                                                                                                                           color: #1b73e7;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-4 .price-old {
                                                                                                                                                                                                                                           font-size: .975rem !important;
                                                                                                                                                                                                                                           line-height: .9375rem;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-4 .price-old>span {
                                                                                                                                                                                                                                           text-decoration: line-through !important;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .reservebtn {
                                                                                                                                                                                                                                           width: 193px;
                                                                                                                                                                                                                                           height: 50px;
                                                                                                                                                                                                                                           background-color: #fff;
                                                                                                                                                                                                                                           border-radius: 4px;
                                                                                                                                                                                                                                           text-align: center;
                                                                                                                                                                                                                                           padding: 5px;
                                                                                                                                                                                                                                           box-sizing: border-box;
                                                                                                                                                                                                                                           color: #1b73e7;
                                                                                                                                                                                                                                           font-size: 18px;
                                                                                                                                                                                                                                           font-weight: 700;
                                                                                                                                                                                                                                           padding-top: 15px;
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           top: -13px;
                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       .logo1 {
                                                                                                                                                                                                                                           webkit-filter: invert(100%) sepia(100%) saturate(0) hue-rotate(349deg) brightness(103%) contrast(105%);
                                                                                                                                                                                                                                           filter: invert(100%) sepia(100%) saturate(0) hue-rotate(349deg) brightness(103%) contrast(105%);

                                                                                                                                                                                                                                       }




                                                                                                                                                                                                                                       .reservebtn1 {
                                                                                                                                                                                                                                           width: 193px;
                                                                                                                                                                                                                                           height: 50px;
                                                                                                                                                                                                                                           background-color: #1b73e7 !important;
                                                                                                                                                                                                                                           border-radius: 4px;
                                                                                                                                                                                                                                           text-align: center;
                                                                                                                                                                                                                                           padding: 5px;
                                                                                                                                                                                                                                           box-sizing: border-box;
                                                                                                                                                                                                                                           color: #fff;
                                                                                                                                                                                                                                           font-size: 18px;
                                                                                                                                                                                                                                           font-weight: 700;
                                                                                                                                                                                                                                           padding-top: 15px;
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           top: -13px;
                                                                                                                                                                                                                                       }





                                                                                                                                                                                                                                       .header__menu {
                                                                                                                                                                                                                                           width: 466px;
                                                                                                                                                                                                                                           margin-left: auto;
                                                                                                                                                                                                                                           display: block;
                                                                                                                                                                                                                                           margin-top: 9px;
                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       .header__top ul {
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           top: 27px;
                                                                                                                                                                                                                                           display: flex;


                                                                                                                                                                                                                                       }








                                                                                                                                                                                                                                       .makes, .cat, .about {
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           perspective: 1000px;
                                                                                                                                                                                                                                           /* Добавляет перспективу для дочерних элементов */
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       /* Выпадающее меню в скрытом состоянии */
                                                                                                                                                                                                                                       .dropdown {
                                                                                                                                                                                                                                           width: fit-content;
                                                                                                                                                                                                                                           height: 255px;
                                                                                                                                                                                                                                           background-color: #fff;
                                                                                                                                                                                                                                           opacity: 0;
                                                                                                                                                                                                                                           /* Скрываем элемент */
                                                                                                                                                                                                                                           pointer-events: none;
                                                                                                                                                                                                                                           /* Блокируем взаимодействие */
                                                                                                                                                                                                                                           transform: rotateX(-90deg) translateY(0px);
                                                                                                                                                                                                                                           /* Начальная трансформация для 3D-эффекта */
                                                                                                                                                                                                                                           transform-origin: top;
                                                                                                                                                                                                                                           /* Точка вращения — верхняя грань */
                                                                                                                                                                                                                                           position: absolute;
                                                                                                                                                                                                                                           margin-top: 20px;
                                                                                                                                                                                                                                           margin-left: -10px;
                                                                                                                                                                                                                                           border-radius: .375rem;
                                                                                                                                                                                                                                           border: 1px solid rgba(0, 0, 0, .08);
                                                                                                                                                                                                                                           box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .08);
                                                                                                                                                                                                                                           transform-style: preserve-3d;
                                                                                                                                                                                                                                           /* Сохраняем 3D-пространство */
                                                                                                                                                                                                                                           transition: opacity 0.4s ease, transform 0.4s ease;
                                                                                                                                                                                                                                           /* Плавные переходы */
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       /* Эффект при наведении */
                                                                                                                                                                                                                                       .makes:hover>.dropdown {
                                                                                                                                                                                                                                           opacity: 1;
                                                                                                                                                                                                                                           /* Показываем меню */
                                                                                                                                                                                                                                           pointer-events: auto;
                                                                                                                                                                                                                                           /* Включаем клики */
                                                                                                                                                                                                                                           transform: rotateX(0deg) translateZ(0);
                                                                                                                                                                                                                                           /* Убираем наклон и выдвигаем элемент */
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .cat:hover>.dropdown {
                                                                                                                                                                                                                                           opacity: 1;
                                                                                                                                                                                                                                           /* Показываем меню */
                                                                                                                                                                                                                                           pointer-events: auto;
                                                                                                                                                                                                                                           /* Включаем клики */
                                                                                                                                                                                                                                           transform: rotateX(0deg) translateZ(0);
                                                                                                                                                                                                                                           /* Убираем наклон и выдвигаем элемент */
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .about:hover>.dropdown {
                                                                                                                                                                                                                                           opacity: 1;
                                                                                                                                                                                                                                           /* Показываем меню */
                                                                                                                                                                                                                                           pointer-events: auto;
                                                                                                                                                                                                                                           /* Включаем клики */
                                                                                                                                                                                                                                           transform: rotateX(0deg) translateZ(0);
                                                                                                                                                                                                                                           /* Убираем наклон и выдвигаем элемент */
                                                                                                                                                                                                                                           width: 132px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       /* Стрелочка перед dropdown */
                                                                                                                                                                                                                                       .dropdown:before {
                                                                                                                                                                                                                                           content: "";
                                                                                                                                                                                                                                           position: absolute;
                                                                                                                                                                                                                                           top: -6px;
                                                                                                                                                                                                                                           left: 2.5rem;
                                                                                                                                                                                                                                           width: 0.625rem;
                                                                                                                                                                                                                                           height: 0.625rem;
                                                                                                                                                                                                                                           background-color: #fff;
                                                                                                                                                                                                                                           border-left: 1px solid rgba(0, 0, 0, .08);
                                                                                                                                                                                                                                           border-top: 1px solid rgba(0, 0, 0, .08);
                                                                                                                                                                                                                                           transform: rotate(45deg);
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .makes .dropdown {
                                                                                                                                                                                                                                           width: 550px;


                                                                                                                                                                                                                                           box-sizing: border-box !important;
                                                                                                                                                                                                                                           padding: 20px !important;
                                                                                                                                                                                                                                           height: auto !important;
                                                                                                                                                                                                                                           letter-spacing: .3px;



                                                                                                                                                                                                                                       }




                                                                                                                                                                                                                                       .cat .dropdown {
                                                                                                                                                                                                                                           width: 132px;
                                                                                                                                                                                                                                           box-sizing: border-box;
                                                                                                                                                                                                                                           padding: 20px;
                                                                                                                                                                                                                                           height: auto !important;
                                                                                                                                                                                                                                           letter-spacing: .3px;



                                                                                                                                                                                                                                       }




                                                                                                                                                                                                                                       .search {

                                                                                                                                                                                                                                           width: 550px;
                                                                                                                                                                                                                                           height: 4.375rem;
                                                                                                                                                                                                                                           padding: 0 1.0625rem 0 3.625rem;
                                                                                                                                                                                                                                           background-color: rgba(85, 85, 85, .3);
                                                                                                                                                                                                                                           border: 1px solid hsla(0, 0%, 100%, .3);
                                                                                                                                                                                                                                           border-radius: 2.125rem;
                                                                                                                                                                                                                                           box-sizing: border-box;
                                                                                                                                                                                                                                           font-size: .9375rem;
                                                                                                                                                                                                                                           margin: 0 auto;
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           top: 570px;
                                                                                                                                                                                                                                           z-index: 1000;
                                                                                                                                                                                                                                           cursor: text;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       #srch {
                                                                                                                                                                                                                                           top: -23px;
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           height: 20px;
                                                                                                                                                                                                                                           border: none;
                                                                                                                                                                                                                                           font-size: 17px;
                                                                                                                                                                                                                                           background-color: transparent;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .search i {
                                                                                                                                                                                                                                           color: #fff;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .search p {
                                                                                                                                                                                                                                           text-align: center;
                                                                                                                                                                                                                                           color: #fff;
                                                                                                                                                                                                                                           padding-top: 4px;
                                                                                                                                                                                                                                           font-weight: 500;
                                                                                                                                                                                                                                           font-size: 20px;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .filter {
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                           margin-bottom: 30px;
                                                                                                                                                                                                                                           margin-top: 0px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .filter_toggle {
                                                                                                                                                                                                                                           background: #1b73e7 !important;
                                                                                                                                                                                                                                           color: #fff;
                                                                                                                                                                                                                                           border: 1px solid #1b73e7 !important
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .filter__btn {
                                                                                                                                                                                                                                           height: 32px;
                                                                                                                                                                                                                                           transition: all .2s ease-in-out;
                                                                                                                                                                                                                                           margin-right: 9px;
                                                                                                                                                                                                                                           box-sizing: border-box;
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           font-size: .75rem;
                                                                                                                                                                                                                                           font-weight: 700;
                                                                                                                                                                                                                                           padding: 10px 16px;
                                                                                                                                                                                                                                           border: 1px solid #b0b0b0;
                                                                                                                                                                                                                                           background: #fff;
                                                                                                                                                                                                                                           border: 1px solid #b0b0b0;
                                                                                                                                                                                                                                           cursor: pointer;
                                                                                                                                                                                                                                           border-radius: 25px;
                                                                                                                                                                                                                                           z-index: 2;
                                                                                                                                                                                                                                           display: inline-block;
                                                                                                                                                                                                                                           text-align: center;

                                                                                                                                                                                                                                           white-space: nowrap;


                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-2 h1 {
                                                                                                                                                                                                                                           font-size: 40px;
                                                                                                                                                                                                                                           font-weight: 400;
                                                                                                                                                                                                                                           font-family: HelveticaNeue, sans-serif;
                                                                                                                                                                                                                                           margin-top: 60px;
                                                                                                                                                                                                                                           margin-bottom: 45px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-4 h1 {
                                                                                                                                                                                                                                           font-size: 40px;
                                                                                                                                                                                                                                           font-weight: 400;
                                                                                                                                                                                                                                           font-family: HelveticaNeue, sans-serif;
                                                                                                                                                                                                                                           margin-top: 60px;
                                                                                                                                                                                                                                           margin-bottom: 25px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-1 img {
                                                                                                                                                                                                                                           display: block;
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           top: 135px;

                                                                                                                                                                                                                                           margin: 0 auto
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-2 {
                                                                                                                                                                                                                                           height: 640px;
                                                                                                                                                                                                                                           margin-bottom: 200px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .about .dropdown {
                                                                                                                                                                                                                                           width: 150px !important;
                                                                                                                                                                                                                                           box-sizing: border-box;
                                                                                                                                                                                                                                           padding: 20px;
                                                                                                                                                                                                                                           height: auto !important;
                                                                                                                                                                                                                                           letter-spacing: .3px;



                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .dropdown {
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                           position: absolute;






                                                                                                                                                                                                                                           z-index: 100000000;
                                                                                                                                                                                                                                           flex-direction: row;


                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .dropdown ul {
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                           flex-direction: column;
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           top: -5px;
                                                                                                                                                                                                                                           margin-right: 20px;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .dropdown ul:not(:last-child) {
                                                                                                                                                                                                                                           border-right: 1px solid #ece9e9;
                                                                                                                                                                                                                                           padding-right: 17px;
                                                                                                                                                                                                                                       }



                                                                                                                                                                                                                                       .dropdown ul li {
                                                                                                                                                                                                                                           line-height: 48px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .dropdown ul li a {
                                                                                                                                                                                                                                           font-size: 17px !important;
                                                                                                                                                                                                                                           color: #111 !important;
                                                                                                                                                                                                                                           transition: all .3s ease-in-out;
                                                                                                                                                                                                                                           font-weight: 500;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .dropdown ul li a:hover {
                                                                                                                                                                                                                                           color: #1b73e7 !important;
                                                                                                                                                                                                                                           margin-left: 5px;
                                                                                                                                                                                                                                       }









                                                                                                                                                                                                                                       .header__top ul li {
                                                                                                                                                                                                                                           cursor: pointer;
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .header__top ul li.menu:not(:last-child) {
                                                                                                                                                                                                                                           margin-right: 30px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .header__top ul li.menu a {
                                                                                                                                                                                                                                           text-decoration: none;
                                                                                                                                                                                                                                           color: #fff;
                                                                                                                                                                                                                                           font-size: 19px;
                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       .main {
                                                                                                                                                                                                                                           flex: 1 1 auto;
                                                                                                                                                                                                                                           height: auto;
                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       .section-1 {
                                                                                                                                                                                                                                           height: 633px;
                                                                                                                                                                                                                                           background: url(../../img/about-bg.jpg) no-repeat bottom;
                                                                                                                                                                                                                                           background-size: cover;
                                                                                                                                                                                                                                           position: relative;


                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-1::before {
                                                                                                                                                                                                                                           z-index: 1;
                                                                                                                                                                                                                                           content: "";
                                                                                                                                                                                                                                           position: absolute;
                                                                                                                                                                                                                                           top: 0;
                                                                                                                                                                                                                                           left: 0;
                                                                                                                                                                                                                                           height: 170px;
                                                                                                                                                                                                                                           width: 100%;
                                                                                                                                                                                                                                           background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .0001)));
                                                                                                                                                                                                                                           background: -webkit-linear-gradient(top, rgba(0, 0, 0, .7), rgba(0, 0, 0, .0001));
                                                                                                                                                                                                                                           background: -moz-linear-gradient(top, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .0001) 100%);
                                                                                                                                                                                                                                           background: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .0001));
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-1::after {
                                                                                                                                                                                                                                           content: "";
                                                                                                                                                                                                                                           position: absolute;
                                                                                                                                                                                                                                           left: 0;
                                                                                                                                                                                                                                           bottom: 0;
                                                                                                                                                                                                                                           display: block;
                                                                                                                                                                                                                                           width: 100%;
                                                                                                                                                                                                                                           height: 206px;
                                                                                                                                                                                                                                           background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, transparent), color-stop(95%, #000));
                                                                                                                                                                                                                                           background: -webkit-linear-gradient(top, transparent 29%, #000 95%);
                                                                                                                                                                                                                                           background: -moz-linear-gradient(top, transparent 29%, #000 95%);
                                                                                                                                                                                                                                           background: linear-gradient(180deg, transparent 29%, #000 95%);
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-1 h1 {
                                                                                                                                                                                                                                           color: #fff;
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           top:40%;
                                                                                                                                                                                                                                           text-align: center;
                                                                                                                                                                                                                                           font-size:65px
                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       .footer {
                                                                                                                                                                                                                                           height: 0px;
                                                                                                                                                                                                                                           background-color: #333;
                                                                                                                                                                                                                                           display: block;
                                                                                                                                                                                                                                           background-color: #3d4750;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .f {
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                           justify-content: space-between;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .f ul {
                                                                                                                                                                                                                                           line-height: 30px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .social {
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .f ul li a {
                                                                                                                                                                                                                                           color: #111;
                                                                                                                                                                                                                                           font-size: 15px;
                                                                                                                                                                                                                                           transition: all .3s ease;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .f ul li a:hover {
                                                                                                                                                                                                                                           color: #1b73e7
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .bold {
                                                                                                                                                                                                                                           font-weight: 700;
                                                                                                                                                                                                                                           margin-bottom: 7px;
                                                                                                                                                                                                                                           font-size: 18px !important;



                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .fb1 {
                                                                                                                                                                                                                                           font-size: 13px
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .fb1 a {
                                                                                                                                                                                                                                           color: #111;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .fb1 p img {
                                                                                                                                                                                                                                           height: 21px;
                                                                                                                                                                                                                                           width: 97px;
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           top: 5px;
                                                                                                                                                                                                                                           left: 10px;


                                                                                                                                                                                                                                           -webkit-filter: brightness(0);
                                                                                                                                                                                                                                           filter: brightness(0);
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .social img {
                                                                                                                                                                                                                                           cursor: pointer;

                                                                                                                                                                                                                                           -webkit-filter: brightness(0);
                                                                                                                                                                                                                                           filter: brightness(0);
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .social {
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           top: 10px
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .social a i {
                                                                                                                                                                                                                                           transition: all .2s ease;
                                                                                                                                                                                                                                           font-size: 18px;
                                                                                                                                                                                                                                           margin-right: 27px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .social a i:hover {
                                                                                                                                                                                                                                           color: #555
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .social img:not(:last-child) {}

                                                                                                                                                                                                                                       .fb {
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                           justify-content: space-between;
                                                                                                                                                                                                                                       }






                                                                                                                                                                                                                                       ::placeholder {
                                                                                                                                                                                                                                           font-size: 16px;
                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       .section-bg {}


                                                                                                                                                                                                                                       input:-webkit-autofill {
                                                                                                                                                                                                                                           transition: all 5000s ease-in-out;
                                                                                                                                                                                                                                       }




                                                                                                                                                                                                                                       input:-webkit-autofill {
                                                                                                                                                                                                                                           -webkit-animation-name: autofill;
                                                                                                                                                                                                                                           -webkit-animation-fill-mode: both;
                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       .footer {
                                                                                                                                                                                                                                           padding-top: 82px;
                                                                                                                                                                                                                                           box-sizing: border-box;
                                                                                                                                                                                                                                           margin-top: 75px;
                                                                                                                                                                                                                                           height: 860px;
                                                                                                                                                                                                                                           background: #F7F7F7;
                                                                                                                                                                                                                                           border-top: 1px solid #ddd;
                                                                                                                                                                                                                                       }



                                                                                                                                                                                                                                       input:-webkit-autofill {
                                                                                                                                                                                                                                           -webkit-box-shadow: inset 0 0 0 50px #fff !important;
                                                                                                                                                                                                                                           /* Цвет фона */
                                                                                                                                                                                                                                           -webkit-text-fill-color: #999 !important;
                                                                                                                                                                                                                                           /* цвет текста */
                                                                                                                                                                                                                                           color: #999 !important;
                                                                                                                                                                                                                                           /* цвет текста */
                                                                                                                                                                                                                                           box-shadow: inset 0 0 0 1000px #fff;
                                                                                                                                                                                                                                       }