/* Home Page */
.home-page {
	
	flex-wrap: nowrap;
    background: url(../image/svg/home-bg.svg) no-repeat #1c55ae;
    overflow: hidden;
    padding: 50px 0 80px;
    margin-bottom: 30px;
    background-attachment: fixed!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;

}
.home-page h1{
	color: #f3f3f8;
    text-shadow: 1px 2px 2px rgba(0,0,0,.2);
    font-size: 25px;
    font-weight: 500;
    font-family: Montserrat,sans-serif;
}

.home-page h5 {
	color: #8eaad6;
	text-shadow: 1px 2px 2px rgba(0,0,0,.2);
    margin-top: 20px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
	
	
}

.home-page .search {
	text-align: center !important;
	position: relative;
}
/*.home-page .search input {
	width: 100%;
    margin-top: 20px;
    outline: 0;
    border: none;
    border-radius: 100px;
    background-color:  #d6ddde !important;
    color: #262626 !important;
    box-shadow: 0 4px 30px rgba(0,0,0,.1);
	height: 54px;
    padding-left: 30px;*/
.home-page .search input {
    width: 50%;
    margin-top: 20px;
    outline: 0;
    border: none;
    border-radius: 100px;
    background-color: #d6ddde !important;
    color: #262626 !important;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    height: 25px;
    padding-left: 30px;

}
.home-page .search input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.home-page .search input:-ms-input-placeholder {
	color: #fff;
}
.home-page .search input::-webkit-input-placeholder {
	color: #fff;
}
.home-page .search input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*.home-page .search .button-search {
	position: absolute;
    top: 20px;
    padding: 15.9px 25px 15.9px;
    background: #002950;
    margin: 0;
    text-transform: capitalize;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    display: block;
    box-shadow: 0 4px 30px rgba(0,0,0,.1);
    border: 0;
    border-radius: 0 100px 100px 0;
    right: 0;
}*/

.home-page .search .button-search {
    position: absolute;
    top: 20px;
    padding: 8px 5px 5px;
    background: #333;
    margin: 0;
    text-transform: capitalize;
    font-size: 5px;
    font-weight: 500;
    color: #fff;
    display: block;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    border: 0;
    border-radius: 0 100px 100px 0;
    /*right: 0;*/
    left: 72%;
}
.home-page .search .button-search :hover {
	cursor: pointer;
	color: #FF8C00;
	background: #fff;
}
@media (min-width: 768px) {
  .home-page .search input {
	width: 50%;
  }
  .home-page .search .button-search {
	right: 5%;
  }
  
}
@media (min-width: 992px) {
  .home-page .search input {
	width: 70%;
  }
  .home-page .search .button-search {
	right: 15%;
  }
  
}

@media (min-width: 1200px) {
  .home-page .search input {
	width: 50%;
  }
  .home-page .search .button-search {
	right: 25%;
  }
  
}




@media (max-width: 992px) {
  
  .sposoby{
	  display: none;
  }
  
}