.popup {
	width: 500px;
	height: 500px;
	padding: 0px;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	font-family: "Poppins", sans-serif;
	display: none;
	z-index: 999999;
	color: #000;
	text-align: center;
	background-position: center;
}
.brt {
	width: 100%;
	height: auto;
	border: 15px solid #fff;
	border-radius: 6px;
}
.popup button {
	display: block;
	margin: 0px;
	background-color: transparent;
	font-size: 72px;
	right: -55px;
	color: #85bdc3;
	border: none;
	outline: none;
	cursor: pointer;
	float: right;
	top: -60px;
	position: relative;
 -webkit-transition: all .3s linear;
 transition: all .3s linear;
	position: absolute;
	font-weight: 300 !important;
}
.popup button:hover {
	color:#fff;
}
.popup p {
	font-size: 19px;
	text-align: center;
	margin: 0px 0;
	line-height: 26px;
}
.infoblokk-1 {
	text-align:center;
	color:#fff;
}
.infoblokk-2 {
	text-align:center;
	color:#fff;
}
.mngbg {
	background: #3c5052eb;
	width: 450%;
	position: absolute;
	height: 5000px;
	z-index: -999999;
	display: block;
	left: -150%;
	top: -100%;
}
.crc1 {
	position: absolute;
	top: 160px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}
.crc2 {
    position: absolute;
    top: 200px;
    text-align: center;
    width: 100%;
    color: #739499 !important;
    font-size: 15px;
    font-weight: 600;
    padding-left: 5%;
    padding-right: 5%;
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px;
}
.crc3 {
    position: absolute;
    top: 265px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 18px;
}
 @media only screen and (max-width:991px) {
 .popup {
 width: 500px;
 left: 50%;
 top: 50%;
}
}
 @media only screen and (max-width:767px) {
 .popup {

}
}
 @media only screen and (max-width:660px) {
 .popup {
 width: 75%;
}
 .crc1 {
 position: absolute;
 top: 135px;
 text-align: center;
 width: 100%;
 color: #fff;
 font-size: 17px;
 font-weight: 600;
}
.crc2 {
 position: absolute;
 top: 167px;
 text-align: center;
 width: 100%;
 color: #fff;
 font-size: 13px;
 font-weight: 600;
 padding-left: 5%;
 padding-right: 5%;
 padding-top: 9px;
 padding-bottom: 9px;
 line-height: 16px;
}
.crc3 {
    position: absolute;
    top: 225px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 14px;
}
}
 @media only screen and (max-width:530px) {
 .crc1 {
 position: absolute;
 top: 110px;
 text-align: center;
 width: 100%;
 color: #fff;
 font-size: 14px;
 font-weight: 600;
}
.crc2 {
 position: absolute;
 top: 140px;
 text-align: center;
 width: 100%;
 color: #fff;
 font-size: 12px;
 font-weight: 600;
 padding-left: 3%;
 padding-right: 3%;
 padding-top: 8px;
 padding-bottom: 8px;
 line-height: 14px;
}
.crc3 {
    top: 190px;
    font-size: 9px;
}
}
 @media only screen and (max-width:500px) {
 .brt {
 border: 10px solid #fff;
}
 .popup button {
 font-size: 56px;
 right: -45px;
 top: -45px;
}
}
 @media only screen and (max-width:460px) {
 .crc1 {
 position: absolute;
 top: 95px;
 text-align: center;
 width: 100%;
 color: #fff;
 font-size: 15px;
 font-weight: 600;
}
.crc2 {
 top: 120px;
 font-size: 11px;
 padding-top: 8px;
 padding-bottom: 8px;
 line-height: 14px;
}
.crc3 {
    top: 170px;
    font-size: 8px;
    line-height: 10px;
}
}
 @media only screen and (max-width:400px) {
 .crc1 {
 position: absolute;
 top: 80px;
 text-align: center;
 width: 100%;
 color: #fff;
 font-weight: 600;
}
 .crc2 {
 top: 110px;
 font-size: 10px;
 padding-top: 6px;
 padding-bottom: 6px;
 line-height: 12px;
}
.crc3 {
    top: 150px !important;
    font-size: 8px;
    line-height: 9px;
}
}
 @media only screen and (max-width:366px) {
.crc3 {
    top: 139px !important;
    font-size: 7px;
    line-height: 8px;
}

    .crc1 {
        font-size: 12px;
    }
.crc2 {
 top: 111px;
 font-size: 9px;
 padding-top: 6px;
 padding-bottom: 6px;
 line-height: 11px;
}
}











ul.dropdown {
  visibility: hidden;
  position: absolute;
  background-color: white;
  width: 80px;
  z-index: 1;
  line-height: 0.6;
  margin-top: 0px;
  padding-top: 8px;
  padding-left: 0;

}

.dropdown>li {
  padding-left: 12px;
  margin: 12px auto;
}

.dropdown>li a:hover {
  background-color: black;
  display: block;
}

.dropdownbtn:hover .dropdown {
  visibility: visible;
  display: block;
}