@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

header {
	border-bottom: 1px solid #eaeaea;
}

.brand-img {
    width: 180px;
}

.button-box a {
    background: #e52f37;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    font-weight: 600;
}

.button-box a:hover {
    background: #00be78;
    color: #fff;
}

.stateText {
	fill: #FFFFFF;
	pointer-events: none;
}

.stateImage {
	fill: #e52f37;
}

.stateButton {
	fill: #006699;
}

.stateImage,
.stateButton {
	cursor: pointer;
	transition: 0.4s;
}

.stateImage:hover,
.stateButton:hover {
	fill: #00be78;
}

.main-btn-box a {
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #e52f37;
    padding: 15px;
    border-radius: 30px;
    color: #fff;
}

.main-btn-box a:hover {
	background: #00be78;
	color: #fff;
}
footer {
  padding: 25px;
  text-align: left;
}

/*footer {
    background: #252525;
}*/

@media screen and (max-width: 399.98px) {
	.brand-img {
	    width: 150px;
	}
	.button-box a {
		padding: 8px 15px;
	}
}

  body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #f1f2f6;

}
.main-inner a {
  color: #37465a;
}
.container.uop {
  background: #fff;
  border-radius: 5px;
  max-width: 1100px;
  width: 100%;
  margin: 20px auto;
}
.rty img {
  width: 100%;
}

.btyu a {
  background: green;
  padding: 10px;
  display: block;
  text-align: center;
  border-radius: 10px;
  color: #fff !important;
  font-size: 22px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-decoration: none;
}
.main-inner h2 {
  font-size: 24px;
}
.btyu {
  margin: 20px auto;
  text-align: center;
  width: 100%;
}
.map img {
  width: 100%;
}
header {
  border-bottom: 1px solid #eaeaea;
  background: #003366;
}
.tyy {
  background: ;
  background-color: #efefef;
  padding: 16px;
  font-size: 20px;
  font-weight: bold;
}

.dti img {
  width: 150px;
}
.dti {
  margin: 20px 0px;
}
.adv {
  text-align: center;
  font-size: 11px;
  color: cadetblue;
}

footer {
  background: #0b1f2b;
  color: #fff;
}
.btyurty a {
  border: 2px solid #000000;
  background: linear-gradient(#F23A4C,#D41C2E 50%);
  color: #FFFFFF;
  font-size: 1.548rem;
  font-family: Arial;
  font-weight: 700;
  height: auto;
  border-radius: 11px;
  display: block;
  text-align: center;
  padding: 20px;
  text-decoration: navajowhite;
  margin: auto;
}
.btyurty {
  margin: 15px auto;
  text-align: center;
  width: 100%;
}