* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
a{
    font-style: normal;
    color: #000;
    text-decoration: none;
}
a:hover{
    color: #74BC28;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.logo{
    width: 240px; 
    height: 40px; 
    justify-content: center; 
    align-items: flex-start; 
    gap: 15px; display: flex;
    z-index: 1;
}
.logo-name{
    width: 187px; 
    color: black; 
    font-size: 13px; 
    font-family: "Roboto", sans-serif; 
    font-weight: 800; 
    line-height: 20px; 
    z-index: 1;
    word-wrap: break-word
}
.sharmob{
    display: none;
}
.logo-img{
    width: 38px;
    height: 39px;
    background: #74BC28
}

.nav-links-item{
    color: #74BC28;
    font-size: 16px; font-family: "Roboto", sans-serif; 
    font-weight: 500; line-height: 24px; z-index: 1;
    word-wrap: break-word
}
.butn-reg{
    width: 75px; 
    height: 24px; z-index: 1;
    padding-left: 21px; 
    padding-right: 21px; 
    padding-top: 12px; 
    padding-bottom: 12px;
    background: #74BC28; 
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05); 
    border-radius: 7px; 
    justify-content: center; 
    align-items: center; 
    display: inline-flex
}
.butn-link{
    color: white; 
    font-size: 16px; 
    font-family: "Roboto", sans-serif;  
    font-weight: 500; z-index: 1;
    line-height: 21px; 
    word-wrap: break-word
}
.butn-link:hover{
    color: #000;
}
.butn-log{
    width: 129px; 
    height: 24px; 
    padding-left: 21px; z-index: 1;
    padding-right: 21px; 
    padding-top: 12px; 
    padding-bottom: 12px; 
    background: #74BC28; 
    box-shadow: 0px 0.8536357879638672px 1.7072715759277344px rgba(0, 0, 0, 0.05); 
    border-radius: 7px; 
    justify-content: center; 
    align-items: center;  
    display: inline-flex
}
.lang{
    font-size:16px;z-index: 1;
    font-family:"Roboto", sans-serif ;
}
.language{
    padding-right:15px;z-index: 1;
}

/* Стили для модального окна */
.modal {
    display: none; /* По умолчанию окно скрыто */
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    text-align: center;
    border: 1px solid #888;
    width: 300px; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-left: 220px;
    margin-top:-10px;
}

.close:hover,
.close:focus {
    color: #28a745;
    text-decoration: none;
    cursor: pointer;
}

/*Видео*/

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 56vw;
    overflow: hidden;
    z-index: 0; /* Отправить видео на задний план */
    pointer-events: none; /* Отключить все события мыши на элементе */
}


.proj-heading{
    text-align: center;
    margin-top: 40px;
    color: #74BC28;
    font-size: 100px;
}

.psmart{
    text-align:center;
    color: white; 
    width: 260px;
    font-size: 20px; 
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: 600; 
    line-height: 30px; 
    word-wrap: break-word;
    margin-left: -30px;

}
.image7{
    width: 190.54px; 
    height: 190.54px; 
    border-radius: 127.03px
}

.faq{
    width: 1492px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 104px;
}

.accordion-button:hover {
    color: #fff; /* Цвет текста */
    background-color: #74BC28; /* Цвет фона */
    border-color: #74bc289c; /* Цвет границы */
    box-shadow: 0 0 10px 2px #74BC28; /* Изменение цвета и интенсивности свечения */
}
.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem #74BC28; /* Измените цвет и прозрачность */
}
.accordion-button:not(.collapsed) {
    color: #fff; /* Цвет текста */
    background-color: #28a745; /* Цвет фона */
    border-color: #28a745; /* Цвет границы */
    box-shadow: 0 0 10px 2px rgba(40, 167, 69, 0.5); /* Цвет свечения */
}

.contact-header h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

.contact-header p {
    margin-bottom: 30px;
    font-size: 1.2em;
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
    width: 48%;
    min-width: 250px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    gap: 20px;
}

.checkbox-group {
    display: flex;
    align-items: center;
    width: 100%;
}

button[type="submit"] {
    width: 50%;
    margin-top: 30px;
    padding: 15px;
    border: none;
    border-radius: 5px;
    background-color: white;
    color: #019875;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button[type="submit"]:hover {
    background-color: #f0f0f0;
}

.icon {
    position: absolute;
    top: 20px;
    right: 20px;
}

.icon img {
    width: 50px;
    height: 50px;
}

.contacts-item{
    display: flex;
    align-content: center;
    gap: 15px;
}

