/*............................*/
/*_____BANERS AND BUTTONS_____*/
/*............................*/

.banerAndButtons {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.baner {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.baner .moreBtn {
    width: 300px;
    color: #000;
    letter-spacing: 9px;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 10px;
    text-align: center;
    background-color: #d97600;
    font-size: 17px;
    transition: .2s;
    border-radius: 53px;
    padding: 6px;
    cursor: pointer;
}

.baner .moreBtn i {
	font-size: 20px;
}

.baner .moreBtn:hover {
	color: #fff;
}

.baner div:last-child {
	font-family: 'Archivo Black', sans-serif;
	font-size: 11px;
    color: #eee;
    letter-spacing: 4px;
    cursor: default;
}

.genderButtons {
	display: flex;
    align-items: center;
	width: 100%;
	margin-top: -20px;
}

.genderButtons a {
	font-size: 18px;
	margin-left: 15px;
	color: #fff;
	text-decoration: none;
	transition: .2s;
}

.genderButtons a:hover {
	color: #d97600;
}

.moreButtons {
	width: 100%;
	text-align: right;
	overflow: hidden;
}

.moreButtons div {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}

.moreGender {
	position: relative;
	right: -500px;
	top: 0;
	margin-right: 20px;
	transition: .5s;
}

.moreGenderOn {
	right: 0;
}

.moreGender a {
	text-decoration: none;
	transition: .2s;
}

.moreGender a:hover {
	color: #d97600;
}

.moreGenderButton {
	position: relative;
	right: 0px;
	top: 0;
	background-color: #000;
	cursor: default;
}

.moreGenderButton span {
	display: inline-block;
	min-width: 60px;
	font-size: 15px;
	padding: 1px 12px;
	text-align: center;
	color: #000;
    background-color: #d97600;
    border-radius: 3px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: .2s;
}

.moreGenderButton span:hover {
    color: #fff;
}

.moreGenderButton > i {
	font-size: 15px;
}

/*............................*/
/*_________SEARCH MORE________*/
/*............................*/
.searchAdvancedWrap {
	z-index: 1;
}

.searchAdvanced {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 0px;
	right: 0px;
    height: 160px;
    display: none;
}

.searchByParams {
    width: 100%;
}

.options {
	display: flex;
}

.optionsGroup1,
.optionsGroup2 {
    display: flex;
    justify-content: space-around;
    width: 100%;
    color: #fff;
}

.titleOptions {
    text-align: center;
    background-image: linear-gradient(#646464, #090909);
    border-bottom: 1px solid #d97600;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

select {
	color: #dbdbdb;
	background-color: transparent;
	border: none;
}

.gender,
.meet,
.bdsm,
.age,
.height,
.weight{
    width: 32%;
}

.gender select,
.meet select,
.bdsm select{
    width: 100%;
}

.age,
.height,
.weight{
    text-align: center;
}

select:focus {
	background-color: #000;
	color: #fff;
	outline: none;
	border: none;
}

select::-webkit-scrollbar {
	width: 7px;
	height: 0;
}

select::-moz-scrollbar {
	width: 7px;
	height: 0;
}

select::-webkit-scrollbar-track {
	background-color: #000;
}

select::-moz-scrollbar-track {
	background-color: #000;
}

select::-webkit-scrollbar-thumb {
	background-color: #d97600;
}

select::-moz-scrollbar-thumb {
	background-color: #d97600;
}

select::-webkit-scrollbar-button {
	display: none;
}

select::-moz-scrollbar-button {
	display: none;
}

.age span,
.height span,
.weight span {
	color: #d97600;
}

.searchAdvanced button,
.searchAdvanced button[type=reset] {
	width: 114px;
	text-align: center;
	font-size: 17px;
	padding: 5px;
	color: #000;
    background-color: #d97600;
	cursor: pointer;
	border: none;
	outline: none;
    border-radius: 50px;
	transition: .2s;
}

.searchAdvanced button:hover,
.searchAdvanced button[type=reset] :hover {
	color: #fff;
}

.buttonsAndOrder {
	display: flex;
    justify-content: space-between;
}

.orderBy {
	display: flex;
	width: 270px;
	align-items: center;
	font-size: 16px;
	border: 1px solid #d97600;
	margin-right: 10px;
    border-radius: 50px;
    overflow: hidden;
}

.by {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
    padding: 0 5px;
    font-size: 17px;
    background-color: #d97600;
}

.byOnlineAndWatched {
	display: flex;
	width: 100%;
	height: 100%;
	color: #fff;
    background-color: #282828;
    cursor: default;
}

.byOnline,
.byWatched {
	width: 50%;
	line-height: 201%;
	text-align: center;
	letter-spacing: 1px;
    transition: .2s;
	cursor: pointer;
}

.byOnline:hover,
.byWatched:hover {
    background-color: #d97600;
}

/*______CITY VOIVODESHIP______*/

.cityAndVoivodeship{
    display: flex;
    justify-content: flex-end;
    margin: 10px 0px;
}

.textCityAndLists{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    width: 232px;
}

input#textCity {
    color: #fff;
    background-color: black;
    background-image: linear-gradient(#282828, #090909);
    outline: none;
    border: 1px solid #7e7e7e;
    border-radius: 18px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    padding: 4px;
    text-align: center;
}

input#textCity:focus {
    border: 1px solid #d97600;
}

input#textCity::placeholder {
  color: #ccc;
  opacity: 1; 
}

input#textCity:-ms-input-placeholder {
  color: #ccc;
}

input#textCity::-ms-input-placeholder { 
  color: #ccc;
}

.listCity{
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #000;
    color: #fff;
    max-height: 150px;
    width: 100%;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #d97600;
    border-right: 1px solid #d97600;
    border-bottom: 1px solid #d97600;
    box-shadow: 0px 7px 10px 5px #000;
    z-index: 1;
    display: none;
}
.listCity::-webkit-scrollbar {
	width: 7px;
	height: 0;
}
.listCity::-moz-scrollbar {
	width: 7px;
	height: 0;
}
.listCity::-webkit-scrollbar-track {
	background-color: #000;
}
.listCity::-moz-scrollbar-track {
	background-color: #000;
}
.listCity::-webkit-scrollbar-thumb {
	background-color: #e27f00;
}
.listCity::-moz-scrollbar-thumb {
	background-color: #e27f00;
}
.listCity::-webkit-scrollbar-button {
	display: none;
}
.listCity::-moz-scrollbar-button {
	display: none;
}
.cityName{
    transition: .2s;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    background-image: linear-gradient(#282828, #090909);
    color: #aaa;
}
.cityName:hover{
    color: #fff;
    cursor: default;
}
.voivodeshipName{
    background-image: linear-gradient(#004360, #090909);
    color: #aaa;
    text-align: center;
    transition: .2s;
}
.voivodeshipName:hover{
    color: #fff;
    cursor: default;
}
/*............................*/
/*_______SEARCH PHRASE________*/
/*............................*/
.searchPhrase {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

.textAndButtonSearchPhrase {
	display: flex;
	flex-direction: column;
	width: 300px;
}

.searchPhrase input[type=text] {
	width: 100%;
	padding: 5px;
	font-size: 18px;
	font-weight: 100;
    text-align: center;
    background-image: linear-gradient(#c6c6c6, #acacac);
	margin-right: 5px;
	color: #000;
	border: 1px solid transparent;
    border-radius: 50px;
}

.searchPhrase input[type=text]:focus {
	outline: none;
	border: 1px solid #e27f00;
}

.searchPhrase button {
	width: 100%;
	text-align: center;
	font-size: 17px;
	padding: 5px;
	color: #aaa;
    border: 2px solid #d97600;
    background-color: #222;
    border-radius: 50px;
	cursor: pointer;
	outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
    transition: .2s;
}

.searchPhrase button:hover {
    color: #fff;
}
/*..............................*/
/*__________RESPONSIVE__________*/
/*..............................*/
@media(max-width: 1025px){ 
    .options {
	   flex-direction: column;
    }
    
    .searchAdvanced {
        height: 230px;
    }
    
    .optionsGroup1,
    .optionsGroup2 {
        justify-content: space-between;
        width: 100%;
    }
    .optionsGroup2{
        margin-top: 15px;
    }
    
}

@media(max-width: 836px) {

	.banerAndButtons {
		flex-direction: column;
	}

	.baner {
		width: 100%
	}

	.baner .moreBtn {
		width: 100%
	}

	.genderButtons {
		order: -1;
		margin-bottom: 10px;
		margin-top: 5px;
	}

	.textAndButtonSearchPhrase {
		width: 100%;
	}
}

@media(max-width: 600px) {
    .cityAndVoivodeship {
        justify-content: flex-start;
    }
    .textCityAndLists {
        width: 273px;
    }
	.buttonsAndOrder button[type=reset] {
		display: none;
	}
}

@media(max-width: 540px) {

    .searchAdvanced {
        height: 460px;
    }
    
    .optionsGroup1,
    .optionsGroup2 {
        flex-direction: column;
        align-items: center;
    }
    .optionsGroup2{
        margin-top: 15px;
    }
    
    .titleOptions {
        width: 100%;
    }
    
    .gender,
    .meet,
    .bdsm,
    .age,
    .height,
    .weight{
        margin-left: 0px;
        text-align: center;
        width: 100%;
    }
    
    #gender,
    #meet,
    #bdsm,
    #age,
    #height,
    #weight{
        width: 100%;
    }
    
    .searchByParams {
		width: 100%;
		padding: 20px 0;
	}
    
    .textCityAndLists {
        width: 100%;
    }
    
    .voivodeshipName{
        padding: 4px;
    }
    
	.buttonsAndOrder {
		flex-direction: column;
		align-items: center;
	}
    
    .buttonsAndOrder button {
		width: 100%;
	}

	.orderBy {
		margin-bottom: 5px;
		width: 100%;
		margin-right: 0;
	}

	.by {
		padding: 5px;
	}
    
    .buttons {
		width: 100%;
        margin-bottom: 25px;
	}
    
    .textAndButtonSearchPhrase {
		flex-direction: column;
	}

	.searchPhrase input[type=text] {
		margin-bottom: 5px;
		margin-right: 0;
	}

	.searchPhrase button {
		width: 100%;
	}
    
}

@media(max-width: 500px) {
	.moreButtons {
		display: none;
	}

	.genderButtons {
		justify-content: center;
	}

	.genderButtons a {
		font-size: 20px;
		margin-left: 20px;
	}
}


@media(max-width: 300px) {

	.genderButtons {
		display: none;
	}
}

@media(max-width: 250px) {

	.optionsGroup2 span {
		display: none;
	}
}

@media(max-width: 230px) {

	.orderBy {
		display: none;
	}
}



















