
    *,
*::after,
*::before {
  box-sizing: inherit;
}
ul,
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul,
ol {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
button:hover {
  opacity: 0.8;
}
input,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
}
figure {
  margin-bottom: 20px;
  text-align: center;
}
figcaption {
  color: inherit;
}
.general-image {
  display: block;
  border-radius: 15px;
  max-height: 400px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}
.logoBuild {
  height: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}
.logoBuild a {
  display: flex;
  align-items: center;
  height: 100%;
}
.content-block {
  padding: 0 10px;
}
header.header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
}
#fix-button.footer-block-btn {
  display: none;
  position: none;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
}
.content {
  padding-top: 100px;
}
#scrollToTop.scrollToTop {
  position: fixed;
}
.logo-controls {
  display: none;
}
.burger {
  display: none;
  position: relative;
}
.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #02274B;
  width: 90%;
  max-width: 350px;
  min-height: 100vh;
  padding: 30px 20px;
  transition: right 0.8s;
}
.mobileMenu[hidden] {
  right: -200%;
}
.mobileMenu .mobileMenuTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 75px;
}
.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.mobileMenu .mobileMenuLinks a,
.mobileMenu .mobileMenuLinks button {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks a:active,
.mobileMenu .mobileMenuLinks button:hover {
  color: #181616;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: block;
}
.overlay[hidden] {
  display: none;
}
@media (max-width: 1250px) {
  #fix-button.footer-block-btn {
    display: none;
  }
  /* footer.footer {
    padding-bottom: 100px;
  } */
  .content {
    min-height: 90vh;
  }
  .header .header-inner .header-inner__menu {
    display: none;
  }
  .burger {
    display: none;
  }
}

    .header--1 {
  height: 80px;
  background: #181970;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.header-inner--1 {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.header-inner__logo--1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-inner__logo--1 img {
  width: auto;
  height: 40px;
}

.header-inner__menu--1 {
  margin-left: auto;
  margin-right: 32px;
  display: flex;
  gap: 20px;
}

.header-inner__menu--1 a {
  color: #fff;
}

.header-inner__buttons--1 {
  display: flex;
  gap: 20px;
}

.btn-reg--1 {
  color: #fff;
  background: #FA4D00;
  border: 2px solid #FA4D00;
  box-shadow: 0px 5px 20px 0px #FFFFFFBF inset;
  border-radius: 100px;
  padding: 10px 32px;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
  font-family: Verdana;
  font-weight: 700;
}

.btn-log--1 {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 10px 32px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
}

@media (max-width: 1250px) {
  .header-inner__menu--1 {
  display: none;
  }

}

@media (max-width:650px) {
.header--1 {
    height: 120px;
}
.header-inner--1 {
    flex-direction: column;
    padding-bottom: 20px;
}
.header-inner__buttons--1 {
    padding-bottom: 10px;
}
.header-inner__logo--1 {
    padding-top: 10px;
}
}

.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.buttons  .button__apple,
.buttons  .button__android {
    box-shadow: 0px 2px 8px 1px #0000004D;
    background: linear-gradient(171.2deg, #FFFFFF 7.23%, #999EFF 104.39%);
    border-radius: 5px;
    padding: 5px 10px;
}

.buttons  .button__apple button,
.buttons  .button__android button {
    padding: 0;
}
.footer--4 {
  padding: 20px 0;
  background: #02274B;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer--4 p {
  margin-bottom: 0;
  color: #fff;
}

.footer--4 p.small {
  margin-top: 24px;
  max-width: 1400px;
  padding: 24px 10px 0;
  border-top: 1px solid #fff;
  font-size: 12px;
}

.footer--4 ul {
  display: flex;
  padding: 20px 0;
  gap: 16px;
  justify-content: center;
}

.footer--4 ul li {
  list-style: none;
}

.footer--4 ul li a {
  color: #fa4d00;
  font-size: 16px;
  transition: .3s;
}

.footer--4 ul li a:hover {
  color: #fff;
}

.copy--4 {
  background: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.components .copy__text--4 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.copy__copyright--4 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1250px) {
  .footer--4 {
  padding: 20px 0;
  }
  .copy--4 {
  gap: 8px;
  }
  .components .copy__text--4 {
  font-size: 14px;
  }
  .copy__copyright--4 {
  font-size: 12px;
  }
}


    .footer-block-btn--2 {
  padding: 20px 10px;
  background: #000000;
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
}

.buttons.buttons--2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.buttons.buttons--2 button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fix-btn-reg--2 {
  padding: 12px 24px;
  border-radius: 100px;
  border: 1px solid transparent;
  background: #8CC23D;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #000000;
}

.fix-btn-log--2 {
  padding: 12px 24px;
  border-radius: 100px;
  border: 1px solid #fff;
  background: transparent;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #fff;
}


    
    .content-block {
      max-width: 1400px;
      margin: 0 auto;
    }
    .components {
  background: #01173C;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}

.general-h1 {
  background: transparent;
  color: #fff;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 20px;
}

.general-h2, .general-h3, .general-h4, .general-h5, .general-h6 {
  background: transparent;
  color: #fff;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 20px;
}

.general-p {
  margin-bottom: 20px;
}

.button-block {
  text-align: center;
  margin: 15px 0;
}

.button-block-btn {
  color: #fff;
  background: #fa5e00;
  box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
  border-radius: 8px;
  padding: 16px 34px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.content-block a {
  color: #fa5e00;
}

.general-ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 20px;
}

.general-ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  counter-reset: counter-ol;
  position: relative;
  margin-bottom: 20px;
}

.general-ul-li {
  padding-left: 30px;
  position: relative;
}

.general-ul-li::before {
  background: #fa5e00;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
  content: no-open-quote;
}

.general-ol-li {
  counter-increment: counter-ol;
  padding-left: 30px;
  position: relative;
}

.general-ol-li::before {
  background: #fa5e00;
  color: #fff;
  width: 25px;
  height: 25px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: counter(counter-ol);
}

.general-table-wrapper {
  margin-bottom: 20px;
}

.general-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

.general-thead .general-tr {
  background: #02274B;
}

.general-th {
  border: 1px solid #fff;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}

.general-tr {
  background: #02274B;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
}

.general-tr:nth-child(2n) {
  background: #02274B;
}

.general-td {
  border: 1px solid #fff;
  text-align: center;
  padding: 10px;
}

.faq-item {
  background: #0265a7;
  border: none;
  border-radius: 6px;
  position: relative;
  margin: 0 auto 20px;
  transition: 0.4s;
  padding: 20px 0px 20px 20px;
}

.components .faq-question {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  position: relative;
  padding-top: 0;
  padding-right: 42px;
}

.components .faq-answer {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  z-index: -1;
}

.icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 25px;
  top: 25px;
}

.icon:before {
  background: #fff;
  content: no-open-quote;
  height: 4px;
  right: 0;
  top: 0;
  width: 18px;
  transition: transform 0.4s;
  position: absolute;
}

.icon:after {
  background: #fff;
  content: no-open-quote;
  height: 4px;
  right: 0;
  top: 0;
  width: 18px;
  transition: transform 0.4s;
  position: absolute;
}

.toggle {
  margin: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}

.toggle:not(:checked) ~ .icon:before {
  transform: rotate(180deg);
}

.toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
  padding-top: 12px;
  padding-right: 20px;
}

.toggle:not(:checked) ~ .icon:after {
  transform: rotate(90deg);
}

.toggle:checked ~ .icon:before {
  background: #fff;
}

.toggle:checked ~ .icon:after {
  background: #fff;
}

.scrollToTop {
  background: #fa4d00;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15%;
  right: 20px;
  opacity: 0;
  cursor: pointer;
}

.scrollToTop svg {
  fill: #fff;
  width: 50%;
  height: 50%;
}

@media (max-width: 1250px) {
  .general-table-wrapper {
  overflow: auto;
  }
  .icon {
  right: 10px;
  }
}


    
  .components {
    font-family: 'Tahoma', sans-serif;
  }
  .components h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .components h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .components h3 {
    font-size: 24px;
    line-height: 39px;
  }
  .components h4 {
    font-size: 22px;
    line-height: 27px;
  }
  .components h5 {
    font-size: 20px;
    line-height: 25px;
  }
  .components p,
  .components span,
  .components li,
  .components a {
    font-size: 18px;
    line-height: 22px;
  }

  
.pm__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
    padding-bottom: 24px;
}
.pm__item {
    background: rgba(38, 36, 31, 1);
    padding: 24px;
    border-radius: 16px;
}
.pm__headings span {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    padding-bottom: 8px;
}
.pm__item_plus .pm__headings {
    border-bottom: 1px solid rgba(112, 224, 14, 1);
}
.pm__item_minus .pm__headings {
    border-bottom: 1px solid rgba(255, 11, 11, 1);
}
.pm__container ul {
    padding: 0;
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
.pm__container ul li {
    position: relative;
    padding-left: 28px;
    padding-bottom: 8px;
}
.pm__container ul li:last-child {
    padding-bottom: 0;
}
.pm__item_plus li:before {
    content: '';
    width: 20px;
    height: 21px;
    position: absolute;
    top: -2px;
    left: 0;
    background: url(/plus-icon.svg)no-repeat;
    background-size: cover;
}
.pm__item_minus li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    left: 0;
    background: url(/minus-icon.svg)no-repeat;
    background-size: cover;
}

@media (max-width: 900px) {
    .pm__container {
        grid-template-columns: repeat(1, 1fr);
    }
    .pm__item {
        padding: 18px;
    }
}

/* Banner */

.banner {
    width: 98%;
    max-width: 1400px;
    margin: 20px auto 30px auto;
    height: auto;
}
.banner .banner__wrapper {
    height: 528px;
}
.banner .banner__wrapper .banner__wrapper-top {
  background: url(banner-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 414px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px 20px 0 0;
  position: relative;
  overflow: hidden;
}

.banner .banner__wrapper .banner__wrapper-top::before {
    content: no-open-quote;
    background: url(man-banner-left.png) no-repeat;
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 414px;
    height: 422px;
    background-position: center;
    background-size: contain;
}

.banner__wrapper-top .banner-title {
    font-family: Verdana;
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(171.2deg, #FFFFFF 7.23%, #999EFF 104.39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 870px;
    z-index: 5;
}
.banner__wrapper-top .banner-text {
    color: #F0DEDE;
    font-family: Verdana;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    width: 600px;
    padding-top: 10px;
    z-index: 5;
}

.banner__wrapper-top .btn-banner {
    background: linear-gradient(171.2deg, #FB763C 7.23%, #DA1900 104.39%);
    box-shadow: 0px 2px 8px 1px #0000004D;
    border-radius: 40px;
    padding: 10px 20px;
    font-family: Verdana;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    max-width: 416px;
    margin-top: 50px;
    z-index: 5;
}
.banner .banner__wrapper .banner__wrapper-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    gap: 10px;
    justify-items: center;
    gap: 30px;
    border: 3px solid #1E26CB;
    border-radius: 0 0 20px 20px;
    width: 99.5%;
    padding: 25px 0;
    flex-wrap: wrap;
}

.banner__wrapper-bottom .banner-icon {
    background: linear-gradient(171.2deg, #FFFFFF 7.23%, #999EFF 104.39%);
    box-shadow: 0px 2px 8px 1px #0000004D;
    border-radius: 20px;
    padding: 2px;
    max-width: 100%;
    width: 96%;
    height: 74px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.banner__wrapper-bottom .banner-icon:nth-child(1) {
    margin-left: 25px;
}

.banner__wrapper-bottom .banner-icon:nth-child(4) {
    margin-right: 25px;
}

.banner__wrapper-bottom .banner-icon .btn__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 10px;
    font-family: Verdana;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    color: #01173C;
    text-align: left;
}
.banner__wrapper-bottom .banner-icon .btn__icon img {
    background: #01173C;
    border-radius: 20px;
    padding: 4px 18px;
}

@media (max-width: 1320px) { 
.banner {
    margin: 20px auto 120px auto;
}
.banner__wrapper-top .banner-title  {
    width: 600px;
}
.banner .banner__wrapper .banner__wrapper-bottom{
   grid-template-columns: 1fr 1fr;
   gap: 10px;
}
.banner__wrapper-bottom .banner-icon:nth-child(1),
 .banner__wrapper-bottom .banner-icon:nth-child(4){
    margin-left: 0;
    margin-right: 0;
}

}
@media (max-width: 1200px) { 

    .banner .banner__wrapper {
        height: 568px;
    }
.banner .banner__wrapper .banner__wrapper-top {
    min-height: 398px;
    background-position: 65% 0;
    justify-content: flex-start;
    padding: 30px 0 ;
}
.banner .banner__wrapper .banner__wrapper-top::before {
    left: -100px;
}
.banner__wrapper-top .banner-title {
    font-size: 45px;
}
.banner__wrapper-top .banner-text {
    font-size: 18px;
    width: 400px;
}
.banner__wrapper-bottom .banner-icon .btn__icon img {
    width: 45px;
    height: 45px;
}
.banner__wrapper-bottom .banner-icon {
    height: 60px;
}

}
@media (max-width: 770px) { 
    .banner .banner__wrapper {
        height: auto;
    }
        .banner {
    margin: 20px auto 40px auto;
}

    .banner .banner__wrapper .banner__wrapper-top {
    min-height: unset;
    height: auto;
    }
.banner .banner__wrapper .banner__wrapper-top::before {
display: none;
}
.banner__wrapper-bottom .banner-icon .btn__icon {
    font-size: 18px;
}
}

@media (max-width:650px) { 
        .banner {
        margin: 30px auto 20px auto;
    }
}

@media (max-width: 540px) { 
      .banner .banner__wrapper .banner__wrapper-bottom {
        grid-template-columns: 1fr;
    }
    .banner__wrapper-top .banner-title {
        font-size: 30px;
        width: auto;
        max-width: 98%;
    }
        .banner__wrapper-top .banner-text {
        font-size: 16px;
        width: auto;
        max-width: 98%;
    }
    .banner__wrapper-top .btn-banner {
            width: auto;
            max-width: 280px;
    }
}

.footer {
background: #181970;
  color: #fff;
  padding: 40px 0;
}

.footer__container {
  width: 98%;
  max-width: 1400px;
  margin: 0 auto;
}

.footer__sections {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.footer__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  margin: 0 auto;
  margin-bottom: 40px;
  gap: 20px;
  background: #004388;
  padding: 30px 30px 50px 30px;
  border-radius: 20px;
}


.footer__title {
font-family: Verdana;
font-weight: 400;
font-size: 20px;
line-height: 100%;
color: #fff;
padding-bottom: 10px;
width: 100%;
}


.footer__list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.footer__item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}

.footer__link {
  color: #fff;
  width: 100%;
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin-left: 5px;
  position: relative;
}

.footer__link:hover {
  text-decoration: underline;
}
.footer__block--text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__description {
font-family: Verdana;
font-weight: 400;
font-size: 18px;
line-height: 115%;
width: 100%;
padding-bottom: 0;
}


.footer__payments {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  gap: 10px;

}

.footer__payment-icon {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 9px 16px;
}
.footer__payment-icon.mastercard {
    padding: 6.5px 16px;
}
.footer__payment-icon.webmoney {
    padding: 7px 10px;
    width: auto;
}
.footer__payment-icon.ecopayz {
    padding: 9px 16px;
}
.footer__payment-icon.visa {
    padding: 8px 11.46px;
}
.footer__payment-icon.bitcoin {
    padding: 5px 14px;
}
.footer__payment-icon.maestro {
    padding: 6.5px 16px;
}

.footer__payments--middle {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}
.footer__payments--top, 
.footer__payments--bottom{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
}
.footer__bottom {
  position: relative;
  text-align: center;
  font-size: 0.85rem;
  color: #aaa;
  margin-top: 40px;
}
.footer__info .info p {
    font-family: Verdana;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
}
 .footer__copyright {
  font-family: Verdana;
font-weight: 400;
font-size: 20px;
line-height: 100%;
color:  #E4E4E4;
padding-top: 40px;
}

.footer .scrollTop {
  background: #fa4d00;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 100px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}

.footerInfo {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footerInfo .logo-text-info {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.info-right, .info-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.menu {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.menu a {
    font-family: Verdana;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #F5F5F5;
}
.menu a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.info-left span, .info-right span {
  font-size: 22px;
  font-family: Verdana, sans-serif;
  font-weight: 700;
}

.info-left p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #F5F5F5;
  text-decoration: underline;
  padding: 0;
}

.info-right .social {
  display: flex;
  flex-direction: row;
  gap: 10px;
}


@media screen and (max-width: 1100px) { 
 .footer__top { 
  grid-template-columns: auto 225px 225px;
 }
 .footer__block--text {
  grid-column-start: 1;
  grid-column-end: 4;
 }
}
@media screen and (max-width: 1000px) { 
 .footer__top { 
  grid-template-columns: 1fr;
 }
 .footer__block--text {
  grid-column-start: 1;
  grid-column-end: 1;
 }
 .footer__block--info, .footer__block--casino {
    max-width: unset;
 }
 .footer__payments--middle {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
}
}
@media screen and (max-width: 500px) { 
.footerInfo .logo-text-info {
    flex-direction: column;
}
.footerInfo .footer-logo {
    width: 300px;
    height: 55px;
}

}
