  body {
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    line-height: 1.6;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;

  }
  
  
  
  
  h2,
  h3,
  h4,
  h5,
  h6
  {
    font-family: 'Montserrat', sans-serif;
    color: #222222;
    margin-bottom: 0.5em;
	margin-top: 1.3em;
  }
  
	strong {
    color: #333333;
    font-weight: 500;
  }
  
   h1 {
    font-family: 'Montserrat', sans-serif;
    color: white;
    margin-bottom: 0.5em;
  }
    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 {
    padding: 15px 0; 
    border-radius: 20px;
    margin: 35px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    align-items: center; 
    text-align: center; 
}


    .first-title {
      width: 90%;
      text-align: center;
      font-size: 32px;
      line-height: 1.5;
      color: #ffffff;
      margin: 0 auto 15px auto;
	  text-transform: uppercase;
    }

  .first-text {
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    color: #FFFFFF;
  }
    .fon {
    background-image: url("/css/background-main.jpg");
  background-size: cover;
  background-repeat: no-repeat; /* Убираем повторение */
  background-position: center center; /* Центрируем изображение */
    border-radius: 10px;
    padding: 20px 0 20px 0;
	max-width: 1000px;
	width: 100%;

  }
.logogo {
  margin: 20px 0;
  width: 100%;
  text-align: center;
}
    .logogo img {
    text-align: center;
    max-width: 200px;
    width: 100%;
		  margin: 20px 0 0 0;
  }
.button1 {
		display: flex;
		font-family: 'Montserrat', sans-serif;
      max-width: 90%;
      text-transform: uppercase;
      text-decoration: none !important;
      text-align: center;
      background-color: #2300B0;
      color: #f9f9f9;
      border: 0px solid #006089;
      border-radius: 25px;
      font-size: 20px;
      padding: 15px 40px;  
	  margin: 20px 0 0 0;
      position: relative;
      font-weight: bold;
	  white-space: nowrap;
	  justify-content: center; 
	  align-items: center; 
	  letter-spacing: 1px;
    }

    .button1:hover {
      transform: scale(1.03);
      transition: .3s;
	  background-color: #2b4ef4;
	  color: white;
	  border-radius: 25px;
    }
	
.button1::before {
    content: "\1F3B0"; 
    margin-right: 10px;
}

.button1::after {
    content: "\1F525";
    margin-left: 10px;
}
.button2 {
		display: flex;
		font-family: 'Montserrat', sans-serif;
      max-width: 90%;
      text-transform: uppercase;
      text-decoration: none !important;
      text-align: center;
      background-color: #2300B0;
      color: #f9f9f9;
      border: 0px solid #006089;
      border-radius: 25px;
      font-size: 16px;
      padding: 15px 40px;  
	  margin: 10px 0 0 0;
      position: relative;
      font-weight: bold;
	  white-space: nowrap;
	  justify-content: center; 
	  align-items: center; 
	  letter-spacing: 1px;
    }

    .button2:hover {
      transform: scale(1.03);
      transition: .3s;
	  background-color: #2b4ef4;
	  color: white;
	  border-radius: 25px;
    }
	
.button2::before {
    content: "\1F381"; 
    margin-right: 10px;
}

.button2::after {
    content: "\1F4B0"; 
    margin-left: 10px;
}
	    .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: 'Montserrat', 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: 10px auto;
    padding: 30px 45px;
    max-width: 1000px;
    background-color: #F1F2F2;
    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 #d6d6d6;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 1.5em;
    color: #333333;
	font-family: 'Montserrat', sans-serif;
  }
  
  section h3 {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 3px;
    margin: 20px 0;
    font-size: 1.2em;
    color: #333333;
    font-family: 'Montserrat', 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: 5px;
  }
  

  
 @media (max-width: 768px) {
  nav {
    padding: 0;
    margin: 0;
    background-color: #f8f9fa;
  }
  section {
padding: 15px; 
    margin: 0;
  }

  section h2 {
    font-size: 1.3em;
    font-family: 'Montserrat', sans-serif;
  }

  th,
  td {
    padding: 10px;
  }
}


  
.footer {
    background-color: #120f10;
    padding: 20px;
    text-align: center;
    color: #D4D4D4;
	border-radius: 5px 5px 0 0;
}
.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: 10px 0 0 0;
    font-size: 12px;
    color: #D4D4D4;
}

@media (max-width: 768px) {
    .footer-links {
        padding: 0 10px;
        gap: 10px;
        justify-content: space-around;
    }

    .footer p {
        padding: 0 10px;
        font-size: 13px;
    }
}

.header {
    background-color: #120f10;
    color: white;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    z-index: 1000;
    justify-content: space-between; 
    align-items: center; 
    box-sizing: border-box; 
	border-radius: 0 0 5px 5px;
}

.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: 14px;
}

.header-links span.active-link {
    color: #FFA500;
	font-weight: bold;
    cursor: default;
	font-size: 14px;
	
	
}


.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: 45px;
    }
    .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;
}
.header-links span.active-link {
	font-size: 18px;
	
	
}
}
.header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex; 
    justify-content: center; 
    flex-wrap: wrap; 
    width: 100%; 
    overflow: hidden; 
	gap: 25px;	
}

.header li {
    margin: 0 5px; 
    white-space: nowrap; 
    flex-shrink: 0;
}



.header a:hover {
    color: #007bff;
}

.menu-toggle {
    display: none;
    background: #120f10;
    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: #120f10;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 20px 0 20px 0;
		border-radius: 0 0 5px 5px;
    }

    .header ul.active {
        display: flex; 
    }

    .header li {
        margin: 0;
    }
}


 .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);
        }

         .table-img {
            width: 100%;
            border-collapse: collapse;
			font-family: 'Montserrat', 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;
            }
        }
		
.language-dropdown-fixed {
    position: fixed;
    top: 45px;
    right: 5px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.7);
    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;
}

  .new-table {
    max-width: 1100px;
    margin: 0 auto;
    table-layout: fixed;
	font-family: 'Montserrat', 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: 14px;
    word-break: break-word;
    text-align: left;
    width: 20%;
  }
  
  .new-table th {
    border: 1px solid #626262;
    padding: 5px;
    font-size: 13px;
    width: 20%;
  }
    .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: #2300B0;
  right: 10px;
  bottom: 5px;
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: #2b4ef4;
    color: #fff;
  }
  
  .frame-iframe {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 30px auto;
    border-radius: 12px;
    overflow: hidden;
    background: 
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), 
        url('/css/backgroundbb.webp') center/cover no-repeat;
}

  
  .frame-iframe-content {
	 	padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
	max-width: 100%;
    color: #333;
    text-align: center;
  }
  

  .frame-iframe-content p {
    font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
    font-weight: 600;
    color: white;
	margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
	width: 90%;
  }
  
  		        @media (max-width: 768px) {
.frame-iframe-content p {
	width: 90%;
	font-size: 24px;
	   margin-top: 25px;

}
        }
		
		  .frame-iframe-content span {
    color: #FF8C00;
  }
  
  