/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;600;800;900&display=swap');*/
/*@import url('https://fonts.cdnfonts.com/css/getvoip-grotesque');*/
/*@import url('https://fonts.cdnfonts.com/css/roboto-mono');*/
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: local('Montserrat Medium'), local('Montserrat-Medium'),
  url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Montserrat-Medium.woff2') format('woff2'),
  url('../fonts/Montserrat-Medium.woff') format('woff'),
  url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.eot');
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
  url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
  url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
  url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
  url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
  url('../fonts/Montserrat-SemiBold.woff') format('woff'),
  url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
  url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Montserrat-Bold.woff2') format('woff2'),
  url('../fonts/Montserrat-Bold.woff') format('woff'),
  url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
  url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Montserrat-Regular.woff2') format('woff2'),
  url('../fonts/Montserrat-Regular.woff') format('woff'),
  url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.eot');
  src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'),
  url('../fonts/Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),
  url('../fonts/Montserrat-ExtraLight.woff') format('woff'),
  url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
a,h1,h2,h3,h4,h5,span,li,p{
  font-family: 'Monserat', sans-serif;
  color: white;
}

a {
  text-decoration-skip-ink: auto;
  color: white;
  text-decoration: none;
}
.ul{
    list-style-type: none;
  }
h1{
  font-size: calc(32px + 16 * ((100vw - 360px) / (1920 - 360 )))!important;
  color: #FFF;
  text-shadow: 0px 4px 4px #A040CA;
  font-family: "GetVoIP Grotesque";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
body{
  background: url("../img/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
section{
  margin-top: 50px;
}
.uppercase{
  text-transform: uppercase;
}
header,footer{
  background: rgba(0, 0, 0, 0.20);
  box-shadow: 0px -4px 16px 0px rgba(111, 111, 111, 0.25) inset;
}
header{
  border-radius: 0px 0px 40px 40px;
}
footer{
  border-radius: 40px 40px 0px 0px;
}
.container-style{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
input.form-control{
  background: white!important;
  border: 1px solid #BABABA;
  border-radius: 0;

}
.colored-text{
  color: #E2A836;
}
.border-color{
  border-bottom:1px solid #BABABA;
}
.button-style{
  padding: 6px 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 20px;
  border: 1px solid #3C0059;
  text-transform: uppercase;
}
.button-style-bg{
  border: none;
  border-radius: 20px;
  background: linear-gradient(90deg, #B349DF 70.67%, #F14DFF 100%);
  box-shadow: 0px 4px 4px 0px rgba(118, 118, 118, 0.25), -5px 0px 4px 0px rgba(255, 255, 255, 0.25) inset, 4px 0px 4px 0px rgba(255, 255, 255, 0.25) inset;
}
.background-blue{
  background-color: #3c0059;
  background-image: url(../img/bg-b.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.text-div{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.menu-right-side{
  align-items: center;
}
.menu-right-side button{
  margin-left: 10px;
  color: white;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #FFF;
}
.menu-right-side span{

  font-family: 'Montserrat', sans-serif!important;

}
.menu-right-side img{
  margin-right: 5px;
}
.offcanvas-body button{
  background: white;
}
h3{

/* text-align: right; */
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}
.mt-100{
  margin-top: 100px
}
.sec-1{
  background: #46257B;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-1 .img-1{
  /* min-height: calc(487*100vw/1296); */
  position: relative;
   display: flex;
    align-items: end

}
.sec-1 .img-1 img{
  height: fit-content;
  position: absolute;
}

.row-1{
  border-radius: 40px;
  overflow: hidden;
  align-items: center;
}
.col-i1{
  margin-left: 8%;

}
.content-main{
  max-width: 100vw;
  overflow: hidden;
  position: relative;
}
.button1{
  font-weight: 700;
  width: 60%;
  color: white;
}
.map-marker{
  background: url('../img/location.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pay-page a, .pay-page label{
  font-family: 'Montserrat', sans-serif;
  color: white;
}
/* footer */
footer{
  padding-top: 24px ;
  padding-bottom: 24px;
}
.footer-doc a{
  display: block;
  text-align: right;
  text-decoration: none;
}
footer a,footer p,footer span{
  font-family: 'Montserrat', sans-serif;
}
.footer-text{
  font-size: 8px;
  text-align: center;
}
.footer-menu a{
  display: block;
  text-align: center;
}
.footer_text{
  font-size: 11px;
  color: #6C757D;
}
.footer-tg img{
  margin-right: 10px;
}
.brand-footer{
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}
.right-side img{
  padding-top: 30px;
  padding-bottom: 30px;
}
.brand-footer .navbar-brand{
  display: block;
}
.footer-tg{
  display: block;
    width: fit-content;
  margin-left: 20px;
}
iframe{
  width: 100%;
  overflow: hidden;
}
li,.contacts-list-value{
  font-family: 'Montserrat', sans-serif;
  color: white;
}
.button1
{
  margin-bottom: 20px;
}
.contacts-list-title{
  font-size: 14px;
  font-weight: 600;
  color: #BABABA;
  list-style: none;
  margin-left: 25px;
}
.fa.fa-handshake-o:before {
    content: "\f2b5";
}
ul{
  list-style-type: none;
}
.work-time{
  font-size: 10px;
  display: block;
  margin-left: 25px;
}
.contacts-list-value i {
  color: white;
    margin-right: 5px;
}
.about-item-cont{
  padding: 8% 14%;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-radius: 12px;
  border: 1px solid  #BABABA;
  background: rgba(0, 0, 0, 0.10);
}
.guarantees__button{
  border-radius: 12px;
  border: 1px solid #BABABA;
  background: transparent;
  color: #BDBDBD;
  text-transform: uppercase;
}
.sec-2 h3{
    text-align: right;
  }
  .img-2{
    display: none;
  }
  .sec-2 img{
        margin-left: 20%;
  }
  .ic-soc{
    width: 25px;
    height: 100%;
    display: inline-block;
  }
  .btn-unsub{
     display: flex;
     text-align: center;

    color: #BABABA;
    text-transform: uppercase!important;
    justify-content: center;
    padding-top:8px ;
    padding-bottom: 8px;
    border-radius: 12px;
    border: 1px solid  #BABABA;
    background:  #FFF;
  }
  .sub-soc{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
.sub-soc a img{
  max-width: 50px;
}
.sub-soc a:first-child{
  margin-right: 15px;
}
.sub-soc a:last-child{
  margin-left: 15px;
}
  .telegram-ic{
    background: url('/img/tg-bg.png?v=1');
    background-size: contain;
      background-repeat: no-repeat;
      background-position: 50%;
    height: 25px;
  }
  .vk-ic{
    background: url('/img/vkw.png?v=1');
    background-size: contain;
      background-repeat: no-repeat;
      background-position: 50%;
    height: 25px;

  }
  .btn-unsub{
    font-size: 14px;
    text-transform: none;
    display: flex;
    justify-content: space-between;

  }

.nav-tabs.nav-pills{
  border: none;
}
.sub-control-page p{
  font-family: 'Montserrat', sans-serif;
}
.sub-control-page . title-sub{
  font-family: 'GetVoIP Grotesque', sans-serif;
  font-weight: 700;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-pills .nav-link {
  background: transparent!important;
  box-shadow: none!important;
  border: 0.4px solid white;
  color: white;

    padding-left: 0;
  padding-right: 0;
}
#nav-tab-1 {
  margin-right: 10px;
}
#nav-tab-2 {
  margin-left: 10px;
}
.col-z-index{
  z-index: 11;
}
.m-img{
  position: absolute;
  display: none;
  width: fit-content;
}
.m1,.m2{
  top:0
}
.m2{
  right:0;
}
.m3{
  bottom: 35%;
}
.m4{
  bottom: 28%;
  right: 2%;
}
.m5{
  bottom: 0;
}
.m6{
  bottom: 0;
  right:0
}
.text-div-div p{
  font-family: 'Roboto Mono', sans-serif;
}


@media (min-width: 768px) and (max-width: 920px) {
 .sec-1 .img-col img  {
   display: flex;
   border-radius: 50%;
   -webkit-box-shadow: 0px 0px 8px 23px rgba(92, 48, 135, 0.2);
   -moz-box-shadow: 0px 0px 8px 23px rgba(92, 48, 135, 0.2);
   box-shadow: 0px 0px 8px 23px rgba(92, 48, 135, 0.2);
 }
  .img-col{
    display: flex;
    align-items: center;
  }
  .text-div-div{
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .sub-control-page{
    z-index: 11;
    position: relative;
  }
  .right-side.img-col{
    display: none;
  }
  .bg-cont{
    background: #582BA2;
    padding-top: 15px;
  }
.text-div-div h1,.text-div-div p{
  text-align: center;
}
  .sec-1 .img-col img{
    display: none;
  }
  .text-div{
    min-height: 91vh;
    z-index: 10;
  }
  .m-img{
    display: block;
    padding: 0;
  }
  .bg-blur .m-img{
    filter: blur(0.2rem);
  }
   .img-2{
    display: block;
  }
  .footer-tg{
    width: 100%;
  }
  .about-item-cont-title{
    color: #191919;
    text-align: center;
  }
.button1{
  margin: auto;
}
.text-div-div{
  display: flex;
  min-height: 70%;
  align-items: flex-start;
  flex-wrap: wrap;

}
  .brand-footer,.footer-menu,.footer-doc{
    margin: auto;
    justify-content: center;
    text-align: center;
  }
  .footer-doc a{
    text-align: center;
  }
  .container,.sec-1{
    margin: auto;
  }
  .background-blue{
    background-color: #3c0059;
    /* background-image: url(../img/bg-b.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image:url('../img/bg-rotate.png');
  }
  .sub-control-page,.sub-control-page h3{
    background: transparent;
    color: white;
  }
  .footer-tg{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  footer .navbar-brand{
    padding-top: 20px;
  }
  .contacts-list{
    padding: 0;
    margin-top: 20px;
  }
  .sec-2 .cont-col-2 button{
    display: none;
  }
  .col-i1{
  padding-top: 20px;
}
}
@media (max-width: 520px) {

.menu-right-side button,.menu-right-side a span {
  display: none;
}

  .about-item-cont {
    padding: 8% 10%;
  }
}
