@media only screen and (min-width: 320px) and (max-width: 480px) {
.logo-position{
	display: flex;
    justify-content: center;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .logo{
	width: 170px;
	}
}


@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
a {
	color: white;
	text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.block-1{
    margin-top: 50px;
}

.block-1 .btn-block {
    display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
    margin-top: 160px;
}

.block-11 {
	font-family: Montserrat;
	padding-bottom: 20px;
    padding-top: 20px;
	background-color: rgb(185, 36, 35);
    color: white;
	text-align: center;
}

.block-22 {
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	font-size: 16px;
}

.block-23 {
	display: flex;
    justify-content: flex-end;
    align-items: center;
	text-align: center;
	font-size: 20px;
}

.block-24 {
	display: flex;
    justify-content: flex-end;
    align-items: center;
	text-align: center;
	font-size: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.block-23, .block-24 {
		justify-content: center;
	}
}




@media only screen and (min-width: 320px) and (max-width: 480px) {
	.block-1 .btn-block {
    	margin-top: 30px;
		justify-content: space-evenly;
	}
}

.block-1 .btn {
    height: 40px;
    background-color: rgb(185, 36, 35);
/*     margin-right: 20px; */
	margin-left: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.block-1 .btn {
    width: 310px;
    height: 40px;
    margin-right: 3px;
    margin-bottom: 5px;
	}
}

.block-1 .btn-text {
    font-family: Montserrat;
    font-size: 22px;
    color: white;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    border-radius: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.block-1 .btn-text { 
	font-size: 18px;
    font-weight: 900;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
	}
}

.header-icon {
	margin-right: 5px;
	width: 18px;
    height: 18px;
}

.header-icon-map {
	width: 36px;
    height: 36px;
	margin-left: -10px;
}