*{
	margin: 0 auto;
	-webkit-user-select: none;
 	-moz-user-select: none; 
 	-ms-user-select: none; 
 	user-select: none;
}
body{
	background-color: #f6f7f9;
}
.logo{
	width: 80px;
	height: 80px;
	margin: 30px;
}
.log-in{
	float: right;
	margin: 52px;
	border-radius: 40px;
	background-color: #3388ec;
	border: none;
	width: 70px;
	height: 40px;
	color: white;
	font-family: "Inter", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	font-style: normal;
  	font-variation-settings: "slnt" 0;
  	cursor: pointer;
}
.names-surnames{
	height: 40px;
	background-color: white;
	display: flex;
	flex: inline-block;
	box-shadow: 7px 7px 7px #eaebed;
	width: 100%;
}
.names-s{
	position: relative;
	top: 10px;
 	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
}
.live-button{
	float: right;
	border-radius: 50px;
	border: 1px solid #e4e4e4;	
	background-color: white;
	width: 80px;
	height: 40px;
  	font-family: "Inter", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	font-style: normal;
  	font-variation-settings: "slnt" 0;
}
.icon{
	width: 0px;
	height: 1px;
	padding-right: 50px;
	padding-bottom: 1px;
}
span{
	padding-left: 20px;
	padding-bottom: 20px;
}
.live-h1-text{
	padding-left: 30px;
	color: #ec3342;
  	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
}
.button-live-div{
	padding-right: 50px;
	padding-top: 20px;
}
.group-tournament{
	padding-left: 30px;
	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
}
.semifinal{
	background-color: white;
	border-radius: 8px;
	height: 150px;
	width: 350px;
	box-shadow: 1px 1px 3px 3px #eaebed;
}
.greenwich{
	width: 50px;
	height: 50px;
}
.hertz{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	float: left;
}
.semifinal-text{
	text-align: center;
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
}
.count{
	text-align: center;
	color: #3388ec;
	font-size: 25px;
	position: relative;
	bottom: 33px;
	left: 25px;
	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
}
.greenwich{
	position: relative;
	right: 110px;
}
.name-command-greenwich{
	position: relative;
	right: 110px;
	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 0;
  	font-style: normal;
}
.hertz{
	position: relative;
	right: 25px;
}
.name-command-hertz{
	position: relative;
	right: 25px;
	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
}
.command1{
	position: relative;
	top: 25px;
}
.see-all-1{
	padding-right: 40px;
}
.command2{
	float: right;
	position: relative;
	bottom: 50px;
}
.container{
  	display: flex;
  	overflow-x: scroll;
  	scroll-snap-type: x mandatory;
  	-webkit-overflow-scrolling: touch;
  	width: 100%;
}
.slide{
  	flex: none;
  	scroll-snap-align: start;
  	text-align: center;
  	padding: 5px;
}
.container-2{
  	display: flex;
  	overflow-x: scroll;
  	scroll-snap-type: x mandatory;
  	-webkit-overflow-scrolling: touch;
  	width: 100%;
}
.slide-2{
  	flex: none;
  	scroll-snap-align: start;
  	padding: 5px;
  	position: relative;
}
.container-3{
  	display: flex;
  	overflow-y: hidden;
  	width: 90%;
  	height: 500px;

	position: relative;
	top:30px;
}
.slide-3{
  	flex: none;
  	position: relative;
  	top: 15px;
}
.tour-text{
	padding-left: 30px;
	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.modal-button{
	background-image: url(what.png);
	position: relative;
	left: 180px;
	bottom: 80px;
        
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.what{
	width: 25px;
	height: 25px;

}
.single{
	background-color: white;
	border-radius: 8px;
	width: 200px;
	height: 102px;
	box-shadow: 1px 1px 3px 3px #eaebed;
}
.pair{
	background-color: white;
	border-radius: 8px;
	width: 200px;
	height: 102px;
	position: relative;
	left: 30px;
	box-shadow: 1px 1px 3px 3px #eaebed;
}
.tournaments{
	display: flex;
	float: left;
	padding-left: 22px;
	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
}
.user,.users{
	float: right;
	position: relative;
	bottom: 3px;
}
.single-text,.pair-text{
	padding: 10px;
	position: relative;
	top: 10px;
	left: 10px;
}
.requests{
	padding-top: 130px;
}
.requests-h1{
	padding-left: 30px;
	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
}
.see-all-1{
	float: right;
	position: relative;
	bottom: 30px;
	font-size: 24px;
	color: rgba(51, 136, 236, 1);
  	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	font-style: normal;
}
.profile{
	display: flex;
  	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
}
.requests-match{
	width: 310px;
	height: 450px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 3px 3px 10px 10px #eaebed;
}
requests-match222{
	width: 40px;
	height: 40px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 3px 3px 10px 10px #eaebed;
}

.requests-matchwin{
	width: 310px;
	height: 450px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 3px 3px 10px 10px #47A76A;
}
.requests-matchlose{
	width: 310px;
	height: 450px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 3px 3px 10px 10px #CD5C5C;
}

.arrovs{
	width: 15px;
	height: 15px;
	padding-top: 2px;
}
#avatar{
	position: relative;
	left: 10px;
}
.name{
	position: relative;
	top: -25px;
    text-align: center;
    font-size: 40px;	
	font-family: "Arial Black", Gadget, sans-serif;
}
.inline{
	text-align: center;
}
.text,.text2{
	position: relative	;	
	top: 	-45px;
        left: 	-25px;
  	font-size: 30px;
    width: 120%;

}
.text2{
	position: relative;
        top: -80px;	
}


.text3{
	background-color: white;
	border-radius: 10px;
	box-shadow: 3px 3px 10px 10px #eaebed;

   position: relative;
    top: -480px;
    right: 150px;
    width: 150px;
  	font-size: 20px;
}

.info{
	width: 180px;
  	top: -20px;
  	right: -10px;
  	text-align: left;
  	font-family: "Inter", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	font-style: normal;
  	font-variation-settings: "slnt" 0;
  	cursor: pointer;
  	font-size: 20px;
}
.first-span{
	text-decoration: underline;
	position: relative;
	right: 8px;
}
.info p{
	padding-top: 1.5px;
}
.add-requests{
	padding-left: 15px;
	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
  	position: relative;
}
.requests-match{
	float: left;
	padding-right: 20px;
}
.add-requests{
	width: 210px;
	height: 320px;
	background-color: white;
	border-radius: 8px;
	box-shadow: 1px 1px 3px 3px #eaebed;
}
.plus{
	position: relative;
	top: 60px;
	left: 20px;
	font-size: 25px;
}
.add-request-h1{
	font-size: 23px;
	position: relative;
	top: 130px;
	left: 20px;
}
.add-request-text{
	top: 30px;
	font-size: 15px;
	position: relative;
	top: 140px;
	left: 20px;
}
.action-menu{
	display: flex;
}
.action{
	width: 122px;
	height: 112px;
	border-radius: 8px;
	background-color: white;
	box-shadow: 1px 1px 3px 3px #eaebed;
}
.actions-h1{
	padding-left: 30px;
	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
}
.text-act{
	font-size: 23px;
	position: relative;
	top: 30px;
	left: 10px;
}
.emoji{
	font-size: 25px;
	position: relative;
	top: 10px;
	left: 10px;
}
.h1-footer{
	padding-left: 30px;
	color: rgba(51, 136, 236, 1);
	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
}
b{
	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
}
footer p{
	font-size: 22px;
}
footer{
	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
}
.about-text,.more-text{
	font-size: 25px;
}
.about a,.more a{
	text-decoration: none;
	color: rgba(111, 111, 111, 1);
}
.about{
	padding-left: 100px;
}
.footer{
	display: flex;
}
.rights{
	font-size: 15px;
	text-align: center;
}
.none{
	color: #25282B;
	position: relative;
	bottom: 22px;
}
.whatsapp{
	position: absolute;
    top: -15px;
    right: -10px;
    width: 70px;
    height: 70px;
}
.circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -120px;
  right: -30px;
}
.modal-button1,.modal-button2,.modal-button3,.modal-button4,.modal-button5,.modal-button0{
	width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -25px;
  right: -37px;
}
.modal-button1{
  background-color: red;
}

.modal-button0{
  background-color: green;
}

.modal-button2{
  background-color: blue;
}

.modal-button3{
  background-color: green;
}

.modal-button4{
  background-color: yellow;
}

.modal-button5{
  background-color: purple;
}

@media (max-width: 430px) and (min-width: 415px){
	.logo{
		width: 30px;
		height: 30px;
		position: relative;
		bottom: 20px;
	}
	.about-text{
		font-size: 1px;
	}
	footer p{
		font-size: 15px;
	}
	.action{
		width: 85px;
		height: 80px;
	}
	.log-in{
		position: relative;
		bottom: 35px;
		left: 30px;
		width: 40px;
		height: 20px;
		font-size: 9px;
	}
	.names-surnames{
		position: relative;
		bottom: 60px;
		height: 20px;
	}
	.live{
		position: relative;
		bottom: 60px;
		left: -3px;
		width: 300px;
	}
	.group-tournament{
		position: relative;
		bottom: 60px;
		padding-left: 25px;
		font-size: 15px;
	}
	.container{
		position: relative;
		bottom: 75px;
	}
	.semifinal{
		width: 150px;
		height: 70px;
		position: relative;
		top: 20px;
	}
	.semifinal-text{
		font-size: 9px;
	}
	.greenwich{
		position: relative;
		left: -90px;
		width: 30px;
		height: 30px;
	}
	.command1{
		position: relative;
		left: 45px;
		top: -1px;
		top: 3px;
	}
	.command2{
		position: relative;
		top: -44px;
		left: 15px;
	}
	.hertz{
		width: 30px;
		height: 30px;
	}
	.count{
		font-size: 10px;
		position: relative;
		top: -30px;
		left: 18px;
	}
	.name-command-hertz{
		font-size: 10px;
		position: relative;
		top: 5.2px;
	}
	.name-command-greenwich{
		position: relative;
		left: -90px;
		font-size: 10px;
	}
	.live-h1-text{
		font-size: 15px;
		padding-left: 25px;
		position: relative;
		right: 62px;
	}
	.live-button{
		width: 40px;
		height: 20px;
		font-size: 9px;
		position: relative;
		left: 92px;
	}
	.icon-photo{
		width: 10px;		
		height: 10px;
		position: relative;
		top: 1.5px;
		right: 3px;
	}
	.container-2{
		position: relative;
		bottom: 20px;
	}
	.li{
		position: relative;
		right: 10px;
		bottom: 1.1px;
	}
	.tour{
		position: relative;
		bottom: 70px;
	}
	.requests{
		position: relative;
		bottom: 120px;
	}
	.requests-h1{
		font-size: 15px;
		padding-left: 30px;
	}
	.requests-match{
		font-size: 13px;
		height: 200px;
		width: 160px;
		position: relative;
	}
	.add-requests{
		font-size: 13px;
		height: 200px;
		width: 160px;
	}
	.plus{
		position: relative;
		left: -1px;
		left: 10px;
		top: -1px;
		top: 30px;
	}
	.add-request-h1{
		position: relative;
		top: -10px;
		top: 60px;
		left: 10px;
	}
	.add-request-text{
		position: relative;
		top: -10px;
		top: 60px;
		left: 10px;
	}
	.see-all-1{
		font-size: 13px;
		padding-right: 15px;
		padding-top: 13px;
	}
	.actions-h1{
		font-size: 15px;
	}
	.tour-text{
		font-size: 15px;
	}
	.user,.users{
		width: 50px;
		height: 43px;
		position: relative;
		bottom: 8px;
	}
	.emoji{
		font-size: 23px;
	}
	.action{
		width: 120px;
		height: 100px;
	}
	.text-act{
		font-size: 15px;
	}
	.names-s{
		font-size: 9px;
		top: -1px;
		top: 4px;
	}
	.quick-actions{
		position: relative;
		bottom: 150px;
	}
	.single{
		font-size: 12px;
		width: 178px;
		height: 70px;
	}
	.pair{
		font-size: 12px;
		width: 178px;
		height: 70px;
	}
	.h1-footer{
		padding-left: 5px;
		font-size: 25px;
	}
	.about{
		position: relative;
		right: 70px;
	}
	.more{
		position: relative;
		right: 20px;
	}
	footer{
		position: relative;
		bottom: 150px;
		height: 220px;
	}
	.about-text,.more-text{
		font-size: 20px;
	}
	.container-3{
		height: 230px;
		position: relative;
		bottom: 30px;
	}
	.slide-3{
		position: relative;
		top: 10px;
	}
	.avatar{
		position: relative;
		left: 60px;
		width: 30px;
		height: 30px;
	}
	.info{
		position: relative;
		top: 20px;
	}
	.name{
		top: 40px;
		left: -3px;
	}
}
@media (max-width: 414px) and (min-width: 413px){
	.logo{
		width: 30px;
		height: 30px;
		position: relative;
		bottom: 20px;
	}
	.about-text{
		font-size: 1px;
	}
	footer p{
		font-size: 15px;
	}
	.action{
		width: 85px;
		height: 80px;
	}
	.log-in{
		position: relative;
		bottom: 35px;
		left: 30px;
		width: 40px;
		height: 20px;
		font-size: 9px;
	}
	.names-surnames{
		position: relative;
		bottom: 60px;
		height: 20px;
	}
	.live{
		position: relative;
		bottom: 60px;
		left: -3px;
		width: 300px;
	}
	.group-tournament{
		position: relative;
		bottom: 60px;
		padding-left: 25px;
		font-size: 15px;
	}
	.container{
		position: relative;
		bottom: 75px;
	}
	.semifinal{
		width: 150px;
		height: 70px;
		position: relative;
		top: 20px;
	}
	.semifinal-text{
		font-size: 9px;
	}
	.greenwich{
		position: relative;
		left: -90px;
		width: 30px;
		height: 30px;
	}
	.command1{
		position: relative;
		left: 45px;
		top: -1px;
		top: 3px;
	}
	.command2{
		position: relative;
		top: -44px;
		left: 15px;
	}
	.hertz{
		width: 30px;
		height: 30px;
	}
	.count{
		font-size: 10px;
		position: relative;
		top: -30px;
		left: 18px;
	}
	.name-command-hertz{
		font-size: 10px;
		position: relative;
		top: 5.2px;
	}
	.name-command-greenwich{
		position: relative;
		left: -90px;
		font-size: 10px;
	}
	.live-h1-text{
		font-size: 15px;
		padding-left: 25px;
		position: relative;
		right: 52px;
	}
	.live-button{
		width: 40px;
		height: 20px;
		font-size: 9px;
		position: relative;
		left: 85px;
	}
	.icon-photo{
		width: 10px;		
		height: 10px;
		position: relative;
		top: 1.5px;
		right: 3px;
	}
	.container-2{
		position: relative;
		bottom: 20px;
	}
	.li{
		position: relative;
		right: 10px;
		bottom: 1.1px;
	}
	.tour{
		position: relative;
		bottom: 70px;
	}
	.requests{
		position: relative;
		bottom: 120px;
	}
	.requests-h1{
		font-size: 15px;
		padding-left: 30px;
	}
	.requests-match{
		font-size: 13px;
		height: 200px;
		width: 160px;
	}
	.add-requests{
		font-size: 13px;
		height: 200px;
		width: 160px;
	}
	.plus{
		position: relative;
		left: -1px;
		left: 10px;
		top: -1px;
		top: 30px;
	}
	.add-request-h1{
		position: relative;
		top: -10px;
		top: 60px;
		left: 10px;
	}
	.add-request-text{
		position: relative;
		top: -10px;
		top: 60px;
		left: 10px;
	}
	.see-all-1{
		font-size: 13px;
		padding-right: 15px;
		padding-top: 13px;
	}
	.actions-h1{
		font-size: 15px;
	}
	.tour-text{
		font-size: 15px;
	}
	.user,.users{
		width: 50px;
		height: 43px;
		position: relative;
		bottom: 8px;
	}
	.emoji{
		font-size: 23px;
	}
	.action{
		width: 120px;
		height: 90px;
	}
	.text-act{
		font-size: 15px;
	}
	.names-s{
		font-size: 9px;
		top: -1px;
		top: 4px;
	}
	.quick-actions{
		position: relative;
		bottom: 150px;
	}
	.single{
		font-size: 12px;
		width: 168px;
		height: 70px;
	}
	.pair{
		font-size: 12px;
		width: 168px;
		height: 70px;
	}
	.h1-footer{
		padding-left: 5px;
		font-size: 25px;
	}
	.about{
		position: relative;
		right: 70px;
	}
	.more{
		position: relative;
		right: 20px;
	}
	footer{
		position: relative;
		bottom: 150px;
		height: 220px;
	}
	.about-text,.more-text{
		font-size: 20px;
	}
	.container-3{
		height: 230px;
		position: relative;
		bottom: 30px;
	}
	.slide-3{
		position: relative;
		top: 10px;
	}
	.avatar{
		position: relative;
		left: 60px;
		width: 30px;
		height: 30px;
	}
	.info{
		position: relative;
		top: 20px;
	}
	.name{
		top: 40px;
		left: -3px;
	}
}
/*Samsung A51 & s20 ultra*/
@media (max-width: 412px) and (min-width: 391px){
	.logo{
		width: 30px;
		height: 30px;
		position: relative;
		bottom: 20px;
	}
	.about-text{
		font-size: 1px;
	}
	footer p{
		font-size: 15px;
	}
	.action{
		width: 85px;
		height: 80px;
	}
	.log-in{
		position: relative;
		bottom: 35px;
		left: 30px;
		width: 40px;
		height: 20px;
		font-size: 9px;
	}
	.names-surnames{
		position: relative;
		bottom: 60px;
		height: 20px;
	}
	.live{
		position: relative;
		bottom: 60px;
		left: -3px;
		width: 300px;
	}
	.group-tournament{
		position: relative;
		bottom: 60px;
		padding-left: 25px;
		font-size: 15px;
	}
	.container{
		position: relative;
		bottom: 75px;
	}
	.semifinal{
		width: 150px;
		height: 70px;
		position: relative;
		top: 20px;
	}
	.semifinal-text{
		font-size: 9px;
	}
	.greenwich{
		position: relative;
		left: -90px;
		width: 30px;
		height: 30px;
	}
	.command1{
		position: relative;
		left: 45px;
		top: -1px;
		top: 3px;
	}
	.command2{
		position: relative;
		top: -44px;
		left: 15px;
	}
	.hertz{
		width: 30px;
		height: 30px;
	}
	.count{
		font-size: 10px;
		position: relative;
		top: -30px;
		left: 18px;
	}
	.name-command-hertz{
		font-size: 10px;
		position: relative;
		top: 5.2px;
	}
	.name-command-greenwich{
		position: relative;
		left: -90px;
		font-size: 10px;
	}
	.live-h1-text{
		font-size: 15px;
		padding-left: 25px;
		position: relative;
		right: 52px;
	}
	.live-button{
		width: 40px;
		height: 20px;
		font-size: 9px;
		position: relative;
		left: 85px;
	}
	.icon-photo{
		width: 10px;		
		height: 10px;
		position: relative;
		top: 1.5px;
		right: 3px;
	}
	.container-2{
		position: relative;
		bottom: 20px;
	}
	.li{
		position: relative;
		right: 10px;
		bottom: 1.1px;
	}
	.tour{
		position: relative;
		bottom: 70px;
	}
	.requests{
		position: relative;
		bottom: 120px;
	}
	.requests-h1{
		font-size: 15px;
		padding-left: 30px;
	}
	.requests-match{
		font-size: 13px;
		height: 200px;
		width: 160px;
	}
	.add-requests{
		font-size: 13px;
		height: 200px;
		width: 160px;
	}
	.plus{
		position: relative;
		left: -1px;
		left: 10px;
		top: -1px;
		top: 30px;
	}
	.add-request-h1{
		position: relative;
		top: -10px;
		top: 60px;
		left: 10px;
	}
	.add-request-text{
		position: relative;
		top: -10px;
		top: 60px;
		left: 10px;
	}
	.see-all-1{
		font-size: 13px;
		padding-right: 15px;
		padding-top: 13px;
	}
	.actions-h1{
		font-size: 15px;
	}
	.tour-text{
		font-size: 15px;
	}
	.user,.users{
		width: 50px;
		height: 43px;
		position: relative;
		bottom: 8px;
	}
	.emoji{
		font-size: 23px;
	}
	.action{
		width: 120px;
		height: 90px;
	}
	.text-act{
		font-size: 15px;
	}
	.names-s{
		font-size: 9px;
		top: -1px;
		top: 4px;
	}
	.quick-actions{
		position: relative;
		bottom: 150px;
	}
	.single{
		font-size: 12px;
		width: 168px;
		height: 70px;
	}
	.pair{
		font-size: 12px;
		width: 168px;
		height: 70px;
	}
	.h1-footer{
		padding-left: 5px;
		font-size: 25px;
	}
	.about{
		position: relative;
		right: 70px;
	}
	.more{
		position: relative;
		right: 20px;
	}
	footer{
		position: relative;
		bottom: 150px;
		height: 220px;
	}
	.about-text,.more-text{
		font-size: 20px;
	}
	.container-3{
		height: 230px;
		position: relative;
		bottom: 30px;
	}
	.slide-3{
		position: relative;
		top: 10px;
	}
	.avatar{
		position: relative;
		left: 60px;
		width: 30px;
		height: 30px;
	}
	.info{
		position: relative;
		top: 20px;
	}
	.name{
		top: 40px;
		left: -3px;
	}
}
@media (max-width: 390px) and (min-width: 376px){
	.logo{
		width: 30px;
		height: 30px;
		position: relative;
		bottom: 20px;
	}
	.about-text{
		font-size: 1px;
	}
	footer p{
		font-size: 15px;
	}
	.action{
		width: 85px;
		height: 80px;
	}
	.log-in{
		position: relative;
		bottom: 35px;
		left: 30px;
		width: 40px;
		height: 20px;
		font-size: 9px;
	}
	.names-surnames{
		position: relative;
		bottom: 60px;
		height: 20px;
	}
	.live{
		position: relative;
		bottom: 60px;
		left: 12px;
		width: 300px;
	}
	.group-tournament{
		position: relative;
		bottom: 60px;
		padding-left: 25px;
		font-size: 15px;
	}
	.container{
		position: relative;
		bottom: 75px;
	}
	.semifinal{
		width: 150px;
		height: 70px;
		position: relative;
		top: 20px;
	}
	.semifinal-text{
		font-size: 9px;
	}
	.greenwich{
		position: relative;
		left: -90px;
		width: 30px;
		height: 30px;
	}
	.command1{
		position: relative;
		left: 45px;
		top: -1px;
		top: 3px;
	}
	.command2{
		position: relative;
		top: -44px;
		left: 15px;
	}
	.hertz{
		width: 30px;
		height: 30px;
	}
	.count{
		font-size: 10px;
		position: relative;
		top: -30px;
		left: 18px;
	}
	.name-command-hertz{
		font-size: 10px;
		position: relative;
		top: 5.2px;
	}
	.name-command-greenwich{
		position: relative;
		left: -90px;
		font-size: 10px;
	}
	.live-h1-text{
		font-size: 15px;
		padding-left: 25px;
		position: relative;
		right: 55px;
	}
	.live-button{
		width: 40px;
		height: 20px;
		font-size: 9px;
		position: relative;
		left: 61px;
	}
	.icon-photo{
		width: 10px;		
		height: 10px;
		position: relative;
		top: 1.5px;
		right: 3px;
	}
	.container-2{
		position: relative;
		bottom: 20px;
	}
	.li{
		position: relative;
		right: 10px;
		bottom: 1.1px;
	}
	.tour{
		position: relative;
		bottom: 70px;
	}
	.requests{
		position: relative;
		bottom: 120px;
	}
	.requests-h1{
		font-size: 15px;
		padding-left: 30px;
	}
	.requests-match{
		font-size: 13px;
		height: 200px;
		width: 160px;
	}
	.add-requests{
		font-size: 13px;
		height: 200px;
		width: 160px;
	}
	.plus{
		position: relative;
		left: -1px;
		left: 10px;
		top: -1px;
		top: 30px;
	}
	.add-request-h1{
		position: relative;
		top: -10px;
		top: 60px;
		left: 10px;
	}
	.add-request-text{
		position: relative;
		top: -10px;
		top: 60px;
		left: 10px;
	}
	.see-all-1{
		font-size: 13px;
		padding-right: 15px;
		padding-top: 13px;
	}
	.actions-h1{
		font-size: 15px;
	}
	.tour-text{
		font-size: 15px;
	}
	.user,.users{
		width: 50px;
		height: 43px;
		position: relative;
		bottom: 8px;
	}
	.emoji{
		font-size: 23px;
	}
	.action{
		width: 110px;
		height: 90px;
	}
	.text-act{
		font-size: 15px;
	}
	.names-s{
		font-size: 9px;
		top: -1px;
		top: 4px;
	}
	.quick-actions{
		position: relative;
		bottom: 150px;
	}
	.single{
		font-size: 12px;
		width: 158px;
		height: 70px;
	}
	.pair{
		font-size: 12px;
		width: 157px;
		height: 70px;
	}
	.h1-footer{
		padding-left: 5px;
		font-size: 25px;
	}
	.about{
		position: relative;
		right: 70px;
	}
	.more{
		position: relative;
		right: 20px;
	}
	footer{
		position: relative;
		bottom: 150px;
		height: 220px;
	}
	.about-text,.more-text{
		font-size: 20px;
	}
	.container-3{
		height: 230px;
		position: relative;
		bottom: 30px;
	}
	.slide-3{
		position: relative;
		top: 10px;
	}
	.avatar{
		position: relative;
		left: 60px;
		width: 30px;
		height: 30px;
	}
	.info{
		position: relative;
		top: 20px;
	}
	.name{
		top: 40px;
		left: -3px;
	}
}
@media (max-width: 375px) and (min-width: 361px){
	.logo{
		width: 30px;
		height: 30px;
		position: relative;
		bottom: 20px;
	}
	.about-text{
		font-size: 1px;
	}
	footer p{
		font-size: 15px;
	}
	.action{
		width: 85px;
		height: 80px;
	}
	.log-in{
		position: relative;
		bottom: 35px;
		left: 30px;
		width: 40px;
		height: 20px;
		font-size: 9px;
	}
	.names-surnames{
		position: relative;
		bottom: 60px;
		height: 20px;
	}
	.live{
		position: relative;
		bottom: 60px;
		left: 12px;
		width: 300px;
	}
	.group-tournament{
		position: relative;
		bottom: 60px;
		padding-left: 25px;
		font-size: 15px;
	}
	.container{
		position: relative;
		bottom: 75px;
	}
	.semifinal{
		width: 150px;
		height: 70px;
		position: relative;
		top: 20px;
	}
	.semifinal-text{
		font-size: 9px;
	}
	.greenwich{
		position: relative;
		left: -90px;
		width: 30px;
		height: 30px;
	}
	.command1{
		position: relative;
		left: 45px;
		top: -1px;
		top: 3px;
	}
	.command2{
		position: relative;
		top: -44px;
		left: 15px;
	}
	.hertz{
		width: 30px;
		height: 30px;
	}
	.count{
		font-size: 10px;
		position: relative;
		top: -30px;
		left: 18px;
	}
	.name-command-hertz{
		font-size: 10px;
		position: relative;
		top: 5.2px;
	}
	.name-command-greenwich{
		position: relative;
		left: -90px;
		font-size: 10px;
	}
	.live-h1-text{
		font-size: 15px;
		padding-left: 25px;
		position: relative;
		right: 50px;
	}
	.live-button{
		width: 40px;
		height: 20px;
		font-size: 9px;
		position: relative;
		left: 53px;
	}
	.icon-photo{
		width: 10px;		
		height: 10px;
		position: relative;
		top: 1.5px;
		right: 3px;
	}
	.container-2{
		position: relative;
		bottom: 20px;
	}
	.li{
		position: relative;
		right: 10px;
		bottom: 1.1px;
	}
	.tour{
		position: relative;
		bottom: 70px;
	}
	.requests{
		position: relative;
		bottom: 120px;
	}
	.requests-h1{
		font-size: 15px;
		padding-left: 30px;
	}
	.requests-match{
		font-size: 13px;
		height: 200px;
		width: 160px;
	}
	.add-requests{
		font-size: 13px;
		height: 200px;
		width: 160px;
	}
	.plus{
		position: relative;
		left: -1px;
		left: 10px;
		top: -1px;
		top: 30px;
	}
	.add-request-h1{
		position: relative;
		top: -10px;
		top: 60px;
		left: 10px;
	}
	.add-request-text{
		position: relative;
		top: -10px;
		top: 60px;
		left: 10px;
	}
	.see-all-1{
		font-size: 13px;
		padding-right: 15px;
		padding-top: 13px;
	}
	.actions-h1{
		font-size: 15px;
	}
	.tour-text{
		font-size: 15px;
	}
	.user,.users{
		width: 50px;
		height: 43px;
		position: relative;
		bottom: 8px;
	}
	.emoji{
		font-size: 23px;
	}
	.text-act{
		font-size: 13px;
	}
	.names-s{
		font-size: 9px;
		top: -1px;
		top: 4px;
	}
	.quick-actions{
		position: relative;
		bottom: 150px;
	}
	.action{
		width: 110px;
		height: 90px;
	}
	.text-act{
		font-size: 15px;
	}
	.single{
		font-size: 12px;
		width: 158px;
		height: 70px;
	}
	.pair{
		font-size: 12px;
		width: 157px;
		height: 70px;
	}
	.h1-footer{
		padding-left: 5px;
		font-size: 25px;
	}
	.about{
		position: relative;
		right: 70px;
	}
	.more{
		position: relative;
		right: 20px;
	}
	footer{
		position: relative;
		bottom: 150px;
		height: 220px;
	}
	.about-text,.more-text{
		font-size: 20px;
	}
	.container-3{
		height: 230px;
		position: relative;
		bottom: 30px;
	}
	.slide-3{
		position: relative;
		top: 10px;
	}
	.avatar{
		position: relative;
		left: 60px;
		width: 30px;
		height: 30px;
	}
	.info{
		position: relative;
		top: 20px;
	}
	.name{
		top: 40px;
		left: -3px;
	}
}
/*s8+*/
@media (max-width: 360px) and (min-width: 281px){
	.logo{
		width: 30px;
		height: 30px;
		position: relative;
		bottom: 20px;
	}
	.about-text{
		font-size: 1px;
	}
	footer p{
		font-size: 15px;
	}
	.action{
		width: 85px;
		height: 80px;
	}
	.log-in{
		position: relative;
		bottom: 35px;
		left: 30px;
		width: 40px;
		height: 20px;
		font-size: 9px;
	}
	.names-surnames{
		position: relative;
		bottom: 80px;
		height: 20px;
	}
	.live{
		position: relative;
		bottom: 85px;
		left: -3px;
		width: 300px;
	}
	.group-tournament{
		position: relative;
		bottom: 95px;
		padding-left: 25px;
		font-size: 15px;
	}
	.container{
		position: relative;
		bottom: 110px;
	}
	.semifinal{
		width: 150px;
		height: 70px;
		position: relative;
		top: 20px;
	}
	.semifinal-text{
		font-size: 9px;
	}
	.greenwich{
		position: relative;
		left: -90px;
		width: 30px;
		height: 30px;
	}
	.command1{
		position: relative;
		left: 45px;
		top: -1px;
		top: 3px;
	}
	.command2{
		position: relative;
		top: -44px;
		left: 15px;
	}
	.hertz{
		width: 30px;
		height: 30px;
	}
	.count{
		font-size: 10px;
		position: relative;
		top: -30px;
		left: 18px;
	}
	.name-command-hertz{
		font-size: 10px;
		position: relative;
		top: 5.2px;
	}
	.name-command-greenwich{
		position: relative;
		left: -90px;
		font-size: 10px;
	}
	.live-h1-text{
		font-size: 15px;
		padding-left: 25px;
		position: relative;
		right: 27px;
	}
	.live-button{
		width: 40px;
		height: 20px;
		font-size: 9px;
		position: relative;
		left: 61px;
	}
	.icon-photo{
		width: 10px;		
		height: 10px;
		position: relative;
		top: 1.5px;
		right: 3px;
	}
	.container-2{
		position: relative;
		bottom: 20px;
	}
	.li{
		position: relative;
		right: 10px;
		bottom: 1.1px;
	}
	.tour{
		position: relative;
		bottom: 100px;
	}
	.requests{
		position: relative;
		bottom: 150px;
	}
	.requests-h1{
		font-size: 15px;
		padding-left: 30px;
	}
	.requests-match{
		font-size: 13px;
		height: 200px;
		width: 160px;
	}
	.add-requests{
		font-size: 13px;
		height: 200px;
		width: 160px;
	}
	.plus{
		position: relative;
		left: -1px;
		left: 10px;
		top: -1px;
		top: 30px;
	}
	.add-request-h1{
		position: relative;
		top: -10px;
		top: 60px;
		left: 10px;
	}
	.add-request-text{
		position: relative;
		top: -10px;
		top: 60px;
		left: 10px;
	}
	.see-all-1{
		font-size: 13px;
		padding-right: 15px;
		padding-top: 13px;
	}
	.actions-h1{
		font-size: 15px;
	}
	.tour-text{
		font-size: 15px;
	}
	.user,.users{
		width: 50px;
		height: 43px;
		position: relative;
		bottom: 8px;
	}
	.emoji{
		font-size: 23px;
	}
	.action{
		width: 100px;
		height: 90px;
	}
	.text-act{
		font-size: 15px;
	}
	.names-s{
		font-size: 9px;
		top: -1px;
		top: 4px;
	}
	.quick-actions{
		position: relative;
		bottom: 150px;
	}
	.single{
		font-size: 12px;
		width: 145px;
		height: 70px;
	}
	.pair{
		font-size: 12px;
		width: 145px;
		height: 70px;
	}
	.h1-footer{
		padding-left: 5px;
		font-size: 25px;
	}
	.about{
		position: relative;
		right: 70px;
	}
	.more{
		position: relative;
		right: 20px;
	}
	footer{
		position: relative;
		bottom: 150px;
		height: 220px;
	}
	.about-text,.more-text{
		font-size: 20px;
	}
	.container-3{
		height: 230px;
		position: relative;
		bottom: 30px;
	}
	.slide-3{
		position: relative;
		top: 10px;
	}
	.avatar{
		position: relative;
		left: 60px;
		width: 30px;
		height: 30px;
	}
	.info{
		position: relative;
		top: 20px;
	}
	.name{
		top: 40px;
		left: -3px;
	}
}