@font-face {
  font-family: 'Raleway';
  src: url('/fonts/raleway/static/raleway-regular.woff2') format('woff2'),
       url('/fonts/raleway/static/raleway-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('/fonts/raleway/static/raleway-bold.woff2') format('woff2'),
       url('/fonts/raleway/static/raleway-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/poppins-regular.woff2') format('woff2'),
       url('/fonts/poppins/poppins-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/poppins-bold.woff2') format('woff2'),
       url('/fonts/poppins/poppins-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  body {
    font-family: 'Poppins', sans-serif;
    color: #333333;
    background-color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  
  
  h2,
  h3,
  h4,
  h5,
  h6
  {
    font-family: 'Raleway', sans-serif;
    color: #222222;
    margin-bottom: 0.5em;
  }
  
   h1 {
    font-family: 'Raleway', sans-serif;
    color: white;
    margin-bottom: 0.5em;
  }

}

main a:hover,
main a:focus {
    text-decoration: none;
    color: #003a75; 
    background-color: #d0e7ef; 
    border-radius: 3px;
}
    h1 {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-size: 35px;
      margin-bottom: 25px;
      padding-bottom: 5px;
      color: white;
      margin-top: 25px;
    }
 .first {
      background: linear-gradient(135deg, #ff4500, #ff7f50, #ffd700, #ff6347);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding-bottom: 15px;
      border-radius: 20px;
      margin-bottom: 10px;
      margin-top: 70px;
      padding: 10px 0;
    }

    .first-title {
      width: 90%;
      text-align: center;
      font-size: 30px;
      line-height: 120%;
      color: #FFFFFF;
      margin: 0 auto 10px auto;
    }

  .first-text {
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #FFFFFF;
  }
.logogo {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
    .logogo img {
    text-align: center;
    max-width: 150px;
    width: 100%;
		  margin: 20px 0 0 0;
  }
    .button1 {
      width: 90%;
      text-transform: uppercase;
      display: inline-block !important;
      text-decoration: none !important;
      text-align: center;
      background-color: #e00841;
      color: #ffffff;
      border: 0px solid #006089;
      border-radius: 25px;
      font-size: 18px;
      padding: 12px 75px;
      margin-top: 20px;
      margin-bottom: 20px;
      text-align: center;
      text-transform: uppercase;
      position: relative;
      font-weight: bold;
	  white-space: nowrap;
    }

    .button1:hover {
      transform: scale(1.03);
      transition: .3s;
	  background-color: #e00841;
	  color: white;
	  border-radius: 25px;
    }

	    .flex {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      marging-top: 15px;
      margin-bottom: 15px;
    }

  
  a {
    color: #1a73e8;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
  }
  
  ul,
  ol {
    margin: 20px 0;
    padding-left: 20px;
    list-style-position: outside;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
  }
  
  li {
    margin-bottom: 10px;
  }
  
  ul {
    list-style-type: disc;
  }
  
  ol {
    list-style-type: decimal;
  }
  
  ul ul,
  ol ol,
  ul ol,
  ol ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
  }
  
  a:hover {
    color: #1558b0;
    transform: scale(1.02);
  }
    
  main {
    flex: 1;
  }
  
  section {
    margin: 20px auto;
    padding: 15px;
    max-width: 1000px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
  }
  
  section:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  section h2 {
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 1.5em;
    color: #333333;
	font-family: 'Raleway', sans-serif;
  }
  
  section h3 {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 3px;
    margin: 20px 0;
    font-size: 1.2em;
    color: #444444;
    font-family: 'Raleway', sans-serif;
}

  section p {
    margin-bottom: 10px;
}

  
.table-container {
    overflow-x: auto;
    margin-top: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 12px;
    text-align: left;
}

th {
    background-color: #f0f0f0;
    font-weight: 600;
    color: #333333;
}
 
  footer {
    text-align: center;
    padding: 15px 20px;
    background-color: #f5f5f5;
    color: #777777;
    font-size: 0.9em;
    border-top: 1px solid #e0e0e0;
  }
  

  
 @media (max-width: 768px) {
  nav {
    padding: 0;
    margin: 0;
    background-color: #f8f9fa;
  }

  nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  nav ul li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }

  nav ul li a {
    font-size: 0.95em;
    display: block;
    text-decoration: none;
    color: #007BFF;
    padding: 10px 15px;
    background-color: #ffffff;
  }

  nav ul li a:hover {
    background-color: #e9ecef;
    color: #0056b3;
  }

  section {
    padding: 15px;
    margin: 10px;
  }

  section h2 {
    font-size: 1.3em;
    font-family: 'Raleway', sans-serif;
  }

  th,
  td {
    padding: 10px;
  }
}

  
  .description {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333333;
    margin: 20px 0;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .description strong {
    color: #333333;
    font-weight: 500;
  }
  
    .frame-iframe {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 30px auto;
    border: 4px solid #ddd;
    border-radius: 12px;
    background: linear-gradient(145deg, #e3e3e3, #ffffff);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), inset 0 2px 6px rgba(255, 255, 255, 0.3);
    overflow: hidden;
  }
  
  .frame-iframe-content {
	 	padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #333;
    text-align: center;
    background:url('/images/background.webp') center/cover no-repeat;
  }
  

  .frame-iframe-content span {
    font-size: 32px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
    font-weight: 600;
    color: white;
	margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
	width: 70%;
  }
  
  		        @media (max-width: 768px) {
.frame-iframe-content span {
	width: 80%;
	font-size: 24px;
	   margin-top: 30px;

}
        }
  
.button-wrapper {
  display: flex; 
  justify-content: center; 
  align-items: center;
    width: 80%;
	margin: 0 auto;
}

.button_color_purple {
        background-color: #dc3545;
      color: #f9f9f9;
  border: none;
  border-radius: 8px;
  padding: 15px 30px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  font-family: 'Raleway', sans-serif;
}

.button_color_purple:hover {
  transform: scale(1.05);
}

.button_color_purple:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff29;
  border-radius: 8px;
  z-index: -1;
}

.button_color_purple:active {
  transform: scale(0.97);
}

.button_color_purple:active:before {
  background-color: #00000029;
}

.button_color_purple:focus {
  outline: 2px solid #3A89FF;
}

.button_color_purple:disabled {
  opacity: 0.4;
  pointer-events: none;
}

  
.footer {
    background-color: #1D1F21;
    padding: 20px;
    text-align: center;
    color: #D4D4D4;
}
.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex; 
    justify-content: center; 
    flex-wrap: wrap; 
    width: 100%; 
    overflow: hidden; 
	gap: 10px;	
}
.footer-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.footer-links a, .footer-links span {
    color: #D4D4D4;
    text-decoration: none;
    font-size: 14px;
}

.footer-links span.active-link {
    color: #FFA500;
    font-weight: bold;
    text-decoration: underline;
    cursor: default;
}


.footer-links a:hover {
    color: #FFFFFF;
}

.footer p {
    margin: 0;
    font-size: 14px;
    color: #D4D4D4;
}

@media (max-width: 768px) {
    .footer-links {
        padding: 0 10px;
        gap: 10px;
        justify-content: space-around;
    }

    .footer p {
        margin-top: 15px;
        padding: 0 10px;
        font-size: 13px;
    }
}

.header {
    background-color: #2b2b2b;
    color: white;
    padding: 10px;
    font-family: 'Raleway', sans-serif;
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    z-index: 1000;
    justify-content: space-between; 
    align-items: center; 
    box-sizing: border-box; 
}

.header-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.header-links a, .header-links span {
    color: #D4D4D4;
    text-decoration: none;
    font-size: 15px !important;
}

.header-links span.active-link {
    color: #FFA500;
	font-weight: bold;
    text-decoration: underline;
    cursor: default;
	font-size: 16px;
	
	
}


.header-links a:hover {
    color: #FFFFFF;
}

.header p {
    margin: 0;
    font-size: 14px;
    color: #D4D4D4;
}

@media (max-width: 768px) {
    .header-links {
        padding: 0 10px;
        gap: 10px;
        justify-content: space-around;
		margin-top: 15px;
    }
    .header {
        padding: 0 10px; 
        display: flex;
        justify-content: space-between;
        align-items: center;
		height: 55px;
    }
    .header p {
        margin-top: 15px;
        padding: 0 10px;
        font-size: 13px;
    }
	
	.header-links a, .header-links span {
    color: #D4D4D4;
    text-decoration: none;
    font-size: 18px !important;
}
}
.header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex; 
    justify-content: center; 
    flex-wrap: wrap; 
    width: 100%; 
    overflow: hidden; 
	gap: 10px;	
}

.header li {
    margin: 0 5px; 
    white-space: nowrap; 
    flex-shrink: 0;
}

.header a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
    white-space: nowrap; 
}

.header a:hover {
    color: #007bff;
}

.menu-toggle {
    display: none;
    background: #333;
    color: white;
    border: none;
    font-size: 24px;
    padding: 0 15px;
    cursor: pointer;
    margin-left: auto;
	float: right;
}

@media (max-width: 1000px) {
    .menu-toggle {
        display: block; 
		
    }

    .header ul {
        display: none; 
        flex-direction: column; 
        align-items: center;
        background-color: #333;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 0 0 20px 0;
    }

    .header ul.active {
        display: flex; 
    }

    .header li {
        margin: 0 !important;
    }
}




.date {
    font-size: 12px;
    color: #888;
    margin-left: 10px;
}

 .container {
      max-width: 1000px;
      padding: 0 5px;
      margin: 0 auto;
        }

        .provider-logo-img {
            max-width: 70%;
			width: 100%;
            height: auto;
            max-height: 70px;
			filter: brightness(0.9);
        }
.hashtags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.hashtag {
    display: inline-block;
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.hashtag:hover {
    background: #eaeaea;
    color: #000;
    transform: scale(1.05);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
	border-radius: 10px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

         .table-img {
            width: 100%;
            border-collapse: collapse;
			font-family: 'Raleway', sans-serif;
			
        }
      .table-img td {
            width: 25%;
            padding: 5px;
			margin-bottom: 10px;
        }
		
		      .table-img figure {
            margin: 0 5px;
            text-align: center;
        }
		
.table-img figcaption {
    margin: 10px 0 5px 0;
    font-size: 14px;
    font-weight: 600;
    color: black;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

		
       .table-img img {
	        width: auto;
      max-width: 100%;
            height: auto;
            display: block;
			border-radius: 5px;
        }
		
		        @media (max-width: 768px) {
           .table-img td {
               width: 50%;
				display: inline-block;
            }
        }
		
		  .rotating {
      animation: rotate 2s linear infinite;
      transform-origin: center;
  }

  @keyframes rotate {
      from {
          transform: rotate(0deg);
      }

      to {
          transform: rotate(360deg);
      }
  }

  .element-1 {
      width: 50px;
      height: 50px;
      background-color: #944ef5;
      border-radius: 50%;
      position: absolute;
      animation: bounceUp 1.2s ease-in-out infinite;
  }

  .element-2 {
      width: 50px;
      height: 50px;
      background-color: #f54494;
      border-radius: 50%;
      position: absolute;
      animation: bounceDown 1.2s ease-in-out infinite;
  }

  @keyframes bounceUp {

      0%,
      100% {
          transform: translateY(0);
      }

      50% {
          transform: translateY(-2px);
      }
  }

  @keyframes bounceDown {

      0%,
      100% {
          transform: translateY(0);
      }

      50% {
          transform: translateY(2px);
      }
  }

  .svg-container {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 150px;
      height: 150px;
      margin: 0 auto;
  }

  .svg-container svg {
      width: 100px;
      height: 100px;
  }
.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.logo {
  max-width: 100px;
  height: auto;
}

.separator {
  font-size: 18px;
  color: #555;
}

@media (max-width: 768px) {
  .logo-container {
    flex-direction: row;
    gap: 10px;
  }

  .logo {
    max-width: 100px;
  }

  .separator {
    font-size: 18px;
  }
}
  .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    marging-top: 15px;
    margin-bottom: 15px;
  }
#aviator-counter {
 font-family: 'Poppins', sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  color: white;
  text-align: center;
  padding: 20px;
  background: linear-gradient(225deg, #944EF5, #5C24FC);
  border-radius: 10px;
  display: inline-block;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        background: linear-gradient(135deg, #ff4500, #ff7f50, #ffd700, #ff6347);
  width: 100%;
  margin-bottom: 15px;
}

#counter {
  font-size: 2.2em;
  color: #FFFFF;
}

.language-dropdown-fixed {
    position: fixed;
    top: 55px;
    right: 10px;
    z-index: 1000;
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.language-dropdown-fixed .dropdown-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    background: none;
    border: none;
}

.language-dropdown-fixed .dropdown-menu {
    margin-top: 10px;
    list-style: none;
    padding: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: none;
    position: absolute;
    right: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.language-dropdown-fixed:hover .dropdown-menu {
    display: block;
}

.language-dropdown-fixed .dropdown-menu li {
    padding: 5px 10px;
}

.language-dropdown-fixed .dropdown-menu li a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.language-dropdown-fixed .dropdown-menu li a img {
    width: 20px;
    height: 14px;
    margin-right: 5px;
}

.language-dropdown-fixed .dropdown-menu li a:hover {
    background: #f5f5f5;
}
.author-bio-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
    height: auto;
    width: 100%;
    box-sizing: border-box;
}

.author-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ccc;
}

.author-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.author-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.author-title {
    font-size: 14px;
    color: #666;
    margin: 5px 0 0 0;
    font-style: italic;
}

.author-bio {
    font-size: 14px;
    color: #444;
    margin: 10px 0;
    line-height: 1.5;
}

.author-socials {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    margin-left: auto;
    justify-content: flex-end;
}

.author-socials a {
    pointer-events: none;
    color: gray;
    text-decoration: none;
    cursor: default;
}

.social-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: transform 0.3s;
    border-radius: 5px;
}

.social-icon img:hover {
    transform: scale(1.1);
}
  .new-table {
    max-width: 1100px;
    margin: 0 auto;
    table-layout: fixed;
	font-family: 'Raleway', sans-serif;
  }
  
  .new-table .label {
    color: black;
    padding: 15px;
    border: 1px solid #626262;
    border-bottom: none;
    font-weight: bold;
  }
  
  .new-table tr th {
    word-break: break-word;
    vertical-align: middle;
    text-align: center;
  }
  
  .new-table td:first-of-type {
    min-width: 60%;
    vertical-align: middle;
  }
  
  .new-table {
    border-collapse: collapse;
    margin: 15px auto;
    width: 100%
  }
  
  .new-table td {
    border: 1px solid #626262;
    padding: 10px;
    font-size: 13px;
    word-break: break-word;
    text-align: left;
    width: 20%;
  }
  
  .new-table th {
    border: 1px solid #626262;
    padding: 5px;
    font-size: 13px;
    width: 20%;
  }
  .reviews-section {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 8px;
}

.reviews-section h2 {
    margin-bottom: 20px;
}

.review-card {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin: 10px 0;
    background-color: #f9f9f9;
}

.review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.review-content {
    flex: 1;
}

.review-name {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #333;
}

.review-text {
    margin: 5px 0;
    font-size: 14px;
    color: #555;
}

.review-stars {
    font-size: 16px;
    color: #ffbf00;
    margin-bottom: 5px;
}

.review-date {
    font-size: 12px;
    color: #888;
}

.review-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
	margin: 15px 0;
}

.review-form label {
    font-size: 14px;
    color: #333;
}

.review-form input,
.review-form textarea {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.review-form button {
    width: 150px;
    padding: 10px;
    background-color: #944ef5;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.review-form button:hover {
    background-color: #7b3fc9;
}
			img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
	    .titles {
      display: flex;
      flex-wrap: wrap;
	  margin: 15px auto;
	  justify-content: center; 
    }

    .titles h1,
    .titles h2,
    .titles h3 {
      margin: 0 23px 0 0 !important;
      list-style: none;
      font-style: normal;
      font-weight: 600 !important;
      font-size: 16px !important;
      line-height: 20px;
      color: #808080 !important;
      transition: 0.3s;
    }

    .titles__items {
      text-align: center;
      margin: 0 23px 0 0 !important;
      list-style: none !important;
      font-style: normal !important;
      font-weight: 600 !important;
      font-size: 16px !important;
      color: #808080 !important;
      justify-content: center;
    }
	.aviator-menu {
    list-style: none; /* Убираем маркеры списка */
    padding: 0;
    margin: 10px auto;
    max-width: 1000px; /* Уменьшаем ширину */
    font-size: 14px; /* Делаем текст меньше */
    text-align: left;
    background: #f9f9f9; /* Лёгкий фон */
    border-radius: 8px; /* Скругляем углы */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Лёгкая тень */
    padding: 10px;
}

.aviator-menu li {
    margin: 5px 0; /* Уменьшаем расстояние между элементами */
    padding: 5px;
    border-bottom: 1px solid #ddd; /* Разделитель между элементами */
}

.aviator-menu li:last-child {
    border-bottom: none; /* Убираем разделитель у последнего элемента */
}

.aviator-menu a {
    color: #007bff; /* Яркий синий цвет ссылок */
    text-decoration: none; /* Убираем подчёркивание */
    display: flex; /* Для выравнивания текста и эмодзи */
    align-items: center;
    transition: color 0.3s ease;
}

.aviator-menu a:hover {
    color: #0056b3; /* Цвет при наведении */
}

.aviator-menu li:hover {
    background: #e6e6e6; /* Светлый фон при наведении */
}

.aviator-menu a::before {
    content: ''; /* Убираем дополнительные символы */
}

.aviator-menu li {
    line-height: 1.4; /* Компактная высота строки */
}
    .images {
      margin: 15px 0;
      text-align: center
    }

    .images img {
      width: auto;
      max-width: 100%;
      height: auto;
      margin: 0 auto;
	  border-radius: 10px;
    }
	.btn-up {
  position: fixed;
background-color: #dc3545;
  right: 15px;
  bottom: 25px;
border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.btn-up::before {
  content: "";
  width: 30px;
  height: 30px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
  display: none;
}

  .btn-up:hover {
   background: #28a909;
    color: #fff;
  }