@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy/Gilroy-Medium.eot');
    src: url('/fonts/Gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Gilroy/Gilroy-Medium.woff') format('woff'),
    url('/fonts/Gilroy/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy/Gilroy-SemiBold.eot');
    src: url('/fonts/Gilroy/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Gilroy/Gilroy-SemiBold.woff') format('woff'),
    url('/fonts/Gilroy/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy/Gilroy-Bold.eot');
    src: url('/fonts/Gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Gilroy/Gilroy-Bold.woff') format('woff'),
    url('/fonts/Gilroy/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.mostup{
    max-width: 495px;
    height: 370px;
    margin: auto;
    font-family: 'Gilroy';
    transition: all 2.6s;
    margin-top: 0 !important;
}
.mostup.show{
    display: block;
    opacity: 1;
}

.mostup .wrap{
    position: relative;
    *background: rgba(51,51,51,.6);
	background: rgb(51 51 51 / 81%);
    border-radius: 20px;
    width: 495px;
    height: 100%;
}

.mostup .close{
    cursor: pointer;
    position: absolute;
    top: -12px;
    right: -12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #00cc66;
    background-image: url('/img/ico-close.svg');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
	   margin-top: 0px;
	   opacity: .7;
	   
}

.mostup-top{
    position: relative;
    top: -56px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mostup-top .green{
    background: url('/img/green-bg.png') no-repeat;
    display: flex;    z-index: 99;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 105px;
    width: 425px;
    font-weight: 500;
}

.mostup-top .orange{
    background: url('/img/orange-bg.png') no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    position: relative;
    height: 57px;
    width: 250px;
    top: -26px;
    font-weight: 700;
}




.mostup-middle{
    display: flex;
    margin-top: -56px;
    justify-content: space-around;
}
.mostup-middle a{
    text-decoration: none;
    color: #fff;
    width: 120px;
}
.mostup-middle a img{
    height: 50px;
    display: block;
    margin: 0 auto 14px;
}
.mostup-middle a span{
    display: block;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.mostup-middle a:hover img{
    zoom: 1.1;
    margin-bottom: 10%;
}





.mostup-bottom{
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: -40px;
    width: 100%;
}
.social-box1{
    background-color: #ccffff;
    border-radius: 12px;
    width: 215px;
    height: 95px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.social-box1 span{
    color: #333333;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.social-box1 a{
    width: 165px;
    height: 30px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    border-radius: 20px;
    transition: all .3s;
    font-weight: 600;
}
.social-box1 a:hover{
    opacity: 0.8;
}
.social-box1 a.telegram{
    background-color: #3399ff;
}
.social-box1 a.fb1 {
    background-color: #336699;
}

.social-box1 a img{
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}


@media (max-width: 480px){
    .mostup-top{top: -46px;}
    .mostup-top .green{background-image: none; background-color: #00d56b; height: 100px; width: 260px; border-radius: 10px; text-align: center; font-weight: bold;}
    .mostup-top .orange{background: #fe9b00; border-radius: 10px; width: 210px; height: 45px; font-weight: bold; top: -15px;}

    .mostup .close{top: -13px;}
    .mostup{height: auto;     width: 320px;}
    .mostup-bottom{padding-top: 5px;position: static;flex-direction: column;align-items: center; margin-bottom: 20px;}
    .social-box1 + .social-box1{margin-top: 20px;}
    .mostup .wrap{width: 320px;padding-bottom: 10px; background: #434c51; border-radius: 10px;}

    .social-box1:first-child{background: #33abf5;}
    .social-box1:last-child{background: #4269af;}
    .social-box1{height: 65px; width: 290px; justify-content: flex-start;}
    .social-box1 span{color: #fff; margin-left: 20px}
    .social-box1 a{font-size: 0;}

    .social-box1 a.telegram,
    .social-box1 a.fb1{background: none;}
    .social-box1 a{width: 45px; transform: translateX(0%);margin-left: auto;
        position: absolute;
        bottom: inherit;
        right: 0;
        width: 100%;
        margin-right: 0;
        left: inherit;
        height: 65px;}
    .social-box1 a img{position: absolute; right: 10px; top: 50%; transform: translateY(-50%);}

    .social-box1:first-child img.social-box-icon{margin-left: 5px;}
    .social-box1:last-child img.social-box-icon{margin-left: 20px;}

    .mostup-middle{
        flex-wrap: wrap;
        width: 290px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -46px;
    }

    .mostup-middle .mostup-link{
        margin-bottom: 10px;
        margin-bottom: 15px;
		    width: 80px!important;
    }

}

.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse; }

*:first-child + html .arcticmodal-container {
  height: 100%; }

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto; }

.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle; }

.arcticmodal-error {
  padding: 20px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #000;
  color: #fff; }

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #000 url(loading.gif) no-repeat 50% 50%; }
  
  
  
  
  .remodal-overlay.remodal-is-opened{
  
      background-color: #404040 !important;
    opacity: .5 !important;
  }
  
  
  
  .remodal, .remodal-wrapper:after {
    vertical-align: middle;
}

.remodal-is-initialized {
    display: inline-block;
}
  
  