

footer {
  padding: 5px 10px;
  background-color: #FFFFFF;
  border: 1px solid #666666;
  color: #000000;
}

#loadingOverlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 9999;
justify-content: center;
align-items: center;
}

.loader {
border: 16px solid #f3f3f3;
border-top: 16px solid #3498db;
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
position: absolute;
top: 50%;
left: 50%;
margin-top: -60px;
margin-left: -60px;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

#popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
border-radius: 10px;
padding: 20px;
text-align: center;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
z-index: 10000;
}

#popup h2 {
 margin: 0 0 10px;
}

#popup button {
 margin-top: 10px;
 padding: 10px 20px;
 border: none;
 background: #3498db;
 color: #fff;
 border-radius: 5px;
 cursor: pointer;
}

#popup button:hover {
 background: #2980b9;
}

#closeButton {
position: absolute;
top: 10px;
right: 10px;
background: #e74c3c;
color: #fff;
border: none;
border-radius: 50%;
width: 30px;
height: 30px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
}

#closeButton:hover {
 background: #c0392b;
}

@media (max-width:2560px) {
    .container1 {
    max-width: 1280px;
    padding: 0px 50px;

  	background-color: white;
	opacity: 1.0;
    }
    .bonuses-fs {
        width: 25% !important;
    }
	.imgadapt {
	width: 900px;
}
}
@media (max-width:1040px) {
    .container1 {
    max-width: 880px;
    padding: 0px 20px;
  	background-color: white;
	opacity: 1.0;
    }
	.imgadapt {
	width: 700px;
}
	.smallimggl {
	width: 190px;
}
}
@media (max-width:800px) {
    .container1 {
    max-width: 580px;
    padding: 0px 10px;
  	background-color: white;
	opacity: 1.0;
    }
    .bonuses-fs {
        width: 33% !important;
    }
	.imgadapt {
	width: 500px;
}
	
.smallimggl {
	width: 170px;
}
}


@media (max-width:700px) {
    .container1 {
    max-width: 480px;
    padding: 0px 10px;
  	background-color: white;
	opacity: 1.0;
    }
    .bonuses-fs {
        width: 50% !important;
    }
	.imgadapt {
	width: 450px;
}
}

@media (max-width:600px) {
    .container1 {
    max-width: 480px;
    padding: 0px 10px;
  	background-color: white;
	opacity: 1.0;
    }
    .bonuses-fs {
        width: 50% !important;
    }
	.imgadapt {
	width: 400px;
}
			.smallimggl {
	width: 185px;
}
}

@media (max-width:400px) {
    .container1 {
    max-width: 480px;
    padding: 0px 10px;
  	background-color: white;
	opacity: 1.0;
    }
    .bonuses-fs {
        width: 50% !important;
    }
	.imgadapt {
	width: 340px;
}
		.smallimggl {
	width: 165px;
}
}

@media (max-width:350px) {
    .container1 {
    max-width: 480px;
    padding: 0px 10px;
  	background-color: white;
	opacity: 1.0;
    }
    .bonuses-fs {
        width: 50% !important;
    }
	.imgadapt {
	width: 340px;
}
		.smallimggl {
	width: 140px;
}
}

@media (max-width:300px) {
    .container1 {
    max-width: 480px;
    padding: 0px 10px;
  	background-color: white;
	opacity: 1.0;
    }
    .bonuses-fs {
        width: 50% !important;
    }
	.imgadapt {
	width: 250px;
}
}


@media (max-width:200px) {
    .container1 {
    max-width: 480px;
    padding: 0px 10px;
  	background-color: white;
	opacity: 1.0;
    }
    .bonuses-fs {
        width: 50% !important;
    }
	.imgadapt {
	width: 150px;
}
}


.btn-default {
    font-size: 115%;
	font-style: italic;
}


.linktts {
	color:dodgerblue;
    font-size: 100%;
	font-style: italic;
}

.buttons {
  display: flex;
  flex-direction: row;
      flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 1em 0em;
}

.container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #FFF;
  padding:  40px 0px;
  width: 240px;
}

h1 {
  text-align: left;
  color: #444;
  letter-spacing: 0.05em;
  margin: 0 0 0.4em;
  font-size: calc(24px + 16 * ((100vw - 320px) / (1280 - 320)));
}

p {
  text-align: left;
  color: #444;
  letter-spacing: 0.05em;
  font-size: calc(12px + 2 * ((100vw - 320px) / (1280 - 320)));
  margin: 0 0 2em;
}

.btn {
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
  max-width: 300px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  margin: 10px;
}
.btn:hover {
  text-decoration: none;
}

/*btn_background*/
.effect01 {
  color: #FFF;
  border: 4px solid #000;
  box-shadow:0px 0px 0px 1px #000 inset;
  background-color: #000;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.effect01:hover {
  border: 4px solid #666;
  background-color: #FFF;
  box-shadow:0px 0px 0px 4px #EEE inset;
}

/*btn_text*/
.effect01 span {
  transition: all 0.2s ease-out;
  z-index: 2;
}
.effect01:hover span{
  letter-spacing: 0.13em;
  color: #333;
}

/*highlight*/
.effect01:after {
  background: #FFF;
  border: 0px solid #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .8;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 50px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);/*easeOutCirc*/
  z-index: 1;
}
.effect01:hover:after {
  background: #FFF;
  border: 20px solid #000;
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.breadcrumb ol{
  display: flex;
  list-style: none;
}

.breadcrumb ol li {
  margin-right: 10px;
}


#toTop {
      /*width:100px;*/
      text-align: center;
      padding: 5px;
      position: fixed;
      bottom: 10px;
      /* отступ кнопки от нижнего края страницы*/
      right: 10px;
      cursor: pointer;
      display: none;
    }

    #toTop img {
      width: 40px;
    }


.header {
    padding: 10px 0;
    background: #fff;
    position: relative;
    box-shadow: 0px 10px 40px rgb(0 0 0 / 25%);
  }

  .header .logo {
    margin-right: 40px;
  }

  .header .logo img {
    max-height: 70px;
  }

  .header_wr {
    display: flex;
    align-items: center;
  }

  .menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;

  }

  .menu li {
    margin-right: 25px;
  }

  .menu li a {
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: calc(12px + 2 * ((100vw - 320px) / (1280 - 320)));
    text-decoration: none;
    color: #1c5376;
    transition: .2s linear all;
  }

  .menu li a:hover {
    color: red;
    max-width: 200px;
  }

  .mobile-button {
    display: none;
    padding: 10px;
    width: 54px;
    height: 40px;
    margin-left: auto;
    cursor: pointer;
    z-index: 1111;
  }

  .mobile-button span {
    position: relative;
    top: 10px;
    display: block;
    height: 3px;
    background: #182b53;
    border-radius: 3px
  }

  .mobile-button span:after,
  .mobile-button span:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background: #182b53;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 3px
  }

  .mobile-button span:before {
    top: -7px
  }

  .mobile-button span:after {
    bottom: -7px
  }

  .mobile-button.active span {
    background: 0 0
  }

  .mobile-button.active span:after,
  .mobile-button.active span:before {
    top: 50%;
    margin: -1px 0 0 0;
    background: #000
  }

  .mobile-button.active span:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
  }

  .mobile-button.active span:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
  }

  @media (max-width:800px) {
    #menu-header {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #fff;
      padding: 20px;
    }

    .menu {
      flex-direction: column;
      align-items: flex-start;
    }

    .menu li {
      margin-bottom: 10px;
    }

    .menu li a{
      font-size: 14px;
    }
     #menu-header.active {
      display: block;
    }

    .mobile-button {
      display: block;
    }
  }

.faq-section {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.faq-section h2 {
  text-align: center;
  color: #2c3e50;
  margin-bottom: 20px;
  font-size: 20px;
}

.links-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
}

.link-item {
  display: block;
  padding: 10px 15px;
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  color: #1a73e8;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.link-item:hover {
  background-color: #e3f2fd;
  border-color: #bbdefb;
  transform: translateY(-1px);
}


.bonus-section {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.bonus-section h2 {
  text-align: center;
  color: #2c3e50;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.bonuses-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.bonus-item {
  display: block;
  padding: 10px 15px;
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  color: #1a73e8;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bonus-item:hover {
  background-color: #e3f2fd;
  border-color: #bbdefb;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.bonus-item:active {
  transform: translateY(0);
  background-color: #bbdefb;
}

@media (max-width: 767px) {
  .bonuses-list {
    grid-template-columns: 1fr;
  }
  
  .bonus-item {
    font-size: 13px;
    padding: 8px 12px;
  }
}

.card-promo {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #333333;
  max-width: 1000px;
  margin: 20px auto;
}

.card-body {
  padding: 24px;
  line-height: 1.6;
}

.card-body p {
  margin: 0 0 16px 0;
  font-size: 16px;
}

.card-body ul {
  margin: 16px 0;
  padding-left: 20px;
}

.card-body li {
  margin-bottom: 10px;
  list-style-type: disc;
  font-size: 15px;
}

.card-body b {
  font-weight: 700;
  color: #0056b3;
  background-color: #e7f3ff;
  padding: 2px 6px;
  border-radius: 4px;
}

@media (max-width: 576px) {
  .card-promo {
    margin: 12px auto;
    max-width: calc(100% - 20px);
  }
  
  .card-body {
    padding: 16px;
  }
  
  .card-body p,
  .card-body li {
    font-size: 14px;
  }
}
