.announcement-modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.announcement-modal .modal-content {
    background-color: transparent;
    border: none;
	box-shadow: none;
}

.announcement-modal .modal-content .announcement-content {
    display: flex;
    color: #fff;
    justify-content: center;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.announcement-modal button {
    position: absolute;
    right: 276px;
    top: 0;
    text-align: left;
}

.announcement-modal .text-white {
    color: #fff !important;
}
.announcement-modal .btn-link {
    font-weight: 400;
    color: #0f3db4;
    text-decoration: none;
}
.announcement-modal .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.announcement-modal .close {
  position: absolute;
  right: 276px;
  top: 0px;
  width: 32px;
  height: 32px;
  text-align: left;
  opacity: 1;
}
.announcement-modal .close:hover {
  opacity: 1;
}
.announcement-modal .close:before, .close:after {
  position: absolute;
  /* top: 10px;
    left: 15px; */
    top: 50%;
    left: 50%;
    content: ' ';
    /* height: 13px;
    width: 4px; */
    height: 34px;
    width: 6px;
    background-color: #fff;
}
.announcement-modal .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.announcement-modal .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.announcement-modal .close.closeHoliday{
	/* right: 165px;
    top: 180px; */

    position: fixed;
    top: 16px;
    right: 16px;
    width: 52px;
    height: 52px;
}

.imageRoj { 
  position: relative; 
}

.staticRoj { 
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
	width: 550px;
  /* width: 923px; */
	z-index:2;
}

.global{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index:2;
}

.global .close.closeHoliday{
  right: -50px;
  top: 0;
}

.global .close:before, .global .close:after{
  top: 9px;
  left: -7px;
}

.global-region{
  position: relative;
}

.global .global-btn{
  border-radius: 59px;
    font-family: 'Helvetica Neue';
    font-weight: 700;
    font-size: 19px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 18px 36px;
    z-index: 200;
    position: absolute;
    bottom: 0;
    white-space: nowrap;
  left: 50%;
  transform: translate(-50%, 50%);
  background: radial-gradient(63.11% 63.11% at 31.97% 19.67%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #2F6EFF;
    box-shadow: 2.62857px 24.9714px 40.7429px rgba(40, 47, 63, 0.39);
}

.one, .two, .three{
  position: absolute;
  animation: anim 30s linear infinite;
}

.one img, .two img, .three img {
  animation: fly 2s ease-in-out infinite alternate;
}

.two{
  animation: anim 30s linear infinite reverse;
}

.two img{
  animation: fly 2s ease-in-out infinite alternate reverse;
}



.one{
  top: -60%;
  left: -60%;
  z-index: -1;
}

.two{
  top: -16%;
    right: -120%;
  z-index: -1;
}

.three{
  bottom: -50%;
    right: 115%;
  z-index: -1;
}

@media (max-width: 992px){
	.global{
   width: 100%;
  }

  .global-region{
    display: flex;
  }

   .announcement-modal .global .close.closeHoliday{
    right: 50px;
    top: -50px;
  }

  .global .global-btn{
    font-size: 14px;
  }

  .one, .two, .three{
    display: none;
  }
}


@keyframes fly {
  0% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(40px);
  }
}

@keyframes fly2 {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(10px);
  }
}

@keyframes anim {
  100% {
    transform: rotate(360deg);
  }
}

.modal-open .restart-base.modal{
  overflow-y: hidden;
}

.restart .main{
  display: block;
}


.restart{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index:2;
}



.close.closeHoliday.restart-close{
  right: 0;
  top: 0;
  width: 62px;
  height: 62px;
}

.close.restart-close:before, .close.restart-close:after{
  height: 53px;
  width: 8px;
}

.restart-region{
  position: relative;
  padding-bottom: 80px;
}

.restart .restart-btn{
  border-radius: 59px;
    font-family: 'Helvetica Neue';
    font-weight: 700;
    font-size: 19px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 18px 36px;
    z-index: 200;
    position: absolute;
    top: 100%;
    white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(63.11% 63.11% at 31.97% 19.67%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #2F6EFF;
    box-shadow: 2.62857px 24.9714px 40.7429px rgba(40, 47, 63, 0.39);
}

.one-restart, .two-restart, .three-restart{
  position: absolute;
  animation: anim 30s linear infinite;
}

.one-restart img, .two-restart img, .three-restart img {
  animation: fly 2s ease-in-out infinite alternate;
}

.two-restart{
  animation: anim 30s linear infinite reverse;
}

.two-restart img{
  animation: fly 2s ease-in-out infinite alternate reverse;
}

.one-restart{
  top: -80%;
  left: -30%;
  z-index: -1;
}

.two-restart{
  bottom: -5%;
    right: -50%;
    z-index: 1;
}

.three-restart{
  bottom: -68%;
  right: 85%;
  z-index: -1;
}

@media (max-width: 1282px){
	.one-restart{
    top: -80%;
    left: -30%;
    z-index: -1;
  }
  
  .two-restart{
    bottom: -5%;
      right: -50%;
      z-index: 1;
  }
  
  .three-restart{
    bottom: -68%;
    right: 85%;
    z-index: -1;
  }
}

@media (max-width: 992px){
	.restart{
   width: 100%;
  }
  .announcement-modal .close.closeHoliday.restart-close{
    top: 0;
    right: 0;
  }

  .one-restart, .two-restart, .three-restart{
width: 50%;
height: auto;
display: none;
  }
}


.republic{
  display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.republic .republic-region{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.republic .republic-region .logotype{
  width: min(12.188vw, 234px);
  height: auto;
}
.republic .republic-region .text{
  margin: 30px 0;
  height: min(8.125vw, 156px);
  width: auto;
}

.republic .republic-region .land{
  width: min(39.115vw, 751px);
  height: auto;
}
.republic .bottom img{
  width: min(31.927vw, 613px);
  height: auto;
}

.republic .bottom{
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-44%);
}

.close.closeHoliday.republic-close{
  right: 0;
  top: 0;
  width: 62px;
  height: 62px;
}

.close.republic-close:before, .close.republic-close:after{
  height: 53px;
  width: 8px;
}

.imageRoj { 
  height: 100vh;
  width: 100vw;
}

.circleRoj{
	-webkit-animation: spin 30s linear infinite;
	-moz-animation: spin 30s linear infinite;
	animation: spin 30s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .8;
}

@media (max-width: 1366px) {
  .staticRoj{
		width: 600px;
	}
	.circleRoj{
		width: 620px;
	}
}

@media (max-width: 992px) {
  .staticRoj{
		width: 313px;
	}
	.circleRoj{
		width: 500px;
	}
	.announcement-modal .close.closeHoliday{
		top: 80px;
		right: 70px;
	}
}

@media (min-width: 768px){
	.announcement-modal .modal-dialog {
		width: 1140px;
		margin: 30px auto;
	}
}

@media (min-width: 768px) {

  .announcement-modal .modal-dialog{
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .global{
    width: 100vw;
  }
  .main{
    width: calc(100% - 32px);
    margin: 0 auto;
  }
}

.republic-modal{
  margin: unset;
  width: auto;
}

.announcement-modal .modal-dialog.republic-modal{
  margin: unset;
  width: auto;
}

.menu1>li {
  width: 30%;
}

.list-content-contact{
  margin: 0px 30px 20px 0;
}