@font-face {
    font-family: 'Onest';
    src: url('/brodilka/font/Onest/Onest-Medium.eot');
    src: local('Onest Medium'), local('Onest-Medium'),
        url('/brodilka/font/Onest/Onest-Medium.eot?#iefix') format('embedded-opentype'),
        url('/brodilka/font/Onest/Onest-Medium.woff2') format('woff2'),
        url('/brodilka/font/Onest/Onest-Medium.woff') format('woff'),
        url('/brodilka/font/Onest/Onest-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('/brodilka/font/OnestOnest-Bold.eot');
    src: local('Onest Bold'), local('Onest-Bold'),
        url('/brodilka/font/Onest/Onest-Bold.eot?#iefix') format('embedded-opentype'),
        url('/brodilka/font/Onest/Onest-Bold.woff2') format('woff2'),
        url('/brodilka/font/Onest/Onest-Bold.woff') format('woff'),
        url('/brodilka/font/Onest/Onest-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body{
	margin: 0;
	font-family: 'Onest';
	font-weight: 500;
	line-height: 1.25;
	color: #fff;
	box-sizing: border-box
}

*, html * {
  scrollbar-width: thin;
  scrollbar-color: #4CB26D rgba(21, 21, 21, 0.20);
}

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: rgba(21, 21, 21, 0.20);
}
*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #4CB26D;
  border-radius: 5px;
/*  border: 3px solid rgba(21, 21, 21, 0.20);*/
}

#preloadImg{
	display: none;
}

p{
	margin: 0;
}

.gameWrapper{
	position: relative;
	min-height: 100vh;
	max-height: 100vh;
	min-height: 100dvh;
	max-height: 100dvh;
	font-family: 'Onest';
	background: linear-gradient(180deg, rgba(0, 102, 255, 0.99) -60.08%, #61D9FF 100%);
	overflow: hidden;
	transition: .35s;
}

.gameWrapper > *{
	min-height: 100vh;
	min-height: 100dvh;
}

.w100{
	width: 100%;
}

.bgStart{
	background: rgb(71 185 255) url(/brodilka/img/main-screen-bg.jpg) center;
   background-size: cover;
}
.bgStandart{
	background: rgb(71 185 255) url(/brodilka/img/standart-screen-bg.jpg) center;
   background-size: cover;
}
.bgWinner{
	background: rgb(71 185 255) url(/brodilka/img/winner-screen-bg.jpg) center;
   background-size: cover;
}

.bgOpenedPopup{
	background: #fff;
}

.scrollableContent{
	height: calc(100vh - 106px);
	height: calc(100dvh - 106px);
	overflow: auto;
}
/*
.gameWrapper.horizontal .scrollableContent{
	height: calc(100vh - 58px);
	height: calc(100dvh - 58px);
}
*/
.purple{
	background: linear-gradient(180deg, #8F00FF 0%, #A018D0 100%);
}
.orange{
	background: linear-gradient(180deg, #F7B203 0%, #FA4C01 100%);
}
.green{
	background: linear-gradient(180deg, #CFF100 0%, rgba(26, 185, 0, 0.99) 100%);
}
.yellow{
	background: linear-gradient(180deg, #FFE600 0%, #FFA800 100%);
}
.blue{
	background: linear-gradient(180deg, #61D9FF 0%, rgba(0, 102, 255, 0.99) 100%);
}
.red{
	background: linear-gradient(180deg, #FF6B00 0%, #FF2E00 100%);
}

.btn{
	padding: 10px;
	border: none;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	font-family: 'Onest';
	font-weight: 700;
	font-size: 18px;
	line-height: 1.275;
	transition: .3s;
}
.centerBtn{
	display: block;
	margin: 0 auto;
}

.fruitsGameInnerWrap{
	padding: 0 12px;
}

.backArrowButton{
	position: absolute;
	left: -12px;
   top: calc(50% - 27px);
	width: 54px;
   height: 54px;
   padding: 0;
	background: none;
   border: none;
}

.bgOpenedPopup .backArrowButton svg path{
	stroke: #222222;
}

.topInnerPageNav{
	position: absolute;
	top: 30px;
	width: 100%;
	text-align: center;
}
.topInnerPageNavTitle{
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
}
.bgOpenedPopup .topInnerPageNavTitle{
	color: #222222;
}


.startScreen{
	display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}

.startScreenLogo{
	position: relative;
	width: 270px;
	max-width: 96%;
	z-index: 3;
}

.startScreenBtns{
	position: absolute;
	bottom: 40px;
	width: calc(100% - 24px);
	z-index: 2;
}

.startScreenBtns .btn{
	width: 100%;
	margin-bottom: 14px;
}
.startScreenBtns .btn:last-child{
	margin-bottom: 0;
}

.startScreenBtns .btn.start{
	animation: radial-pulse 1.5s infinite;
	transition: unset;
}

@keyframes radial-pulse {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(.95);
  }
  6% {
    box-shadow: scale(1);
  }
}


.startScreenImg{
	position: absolute;
}
.startScreenImg.lemon{
	top: 12px;
	left: 12px;
	animation: lemon-animate 5s infinite linear;
}
.startScreenImg.cherry{
	top: 60px;
	right: 12px;
	animation: cherry-animate 6s infinite linear;
}
.startScreenImg.strawberry{
	bottom: 160px;
	right: 8px;
	animation: strawberry-animate 5s infinite linear;
}
.startScreenImg.pear{
	bottom: 130px;
	left: 0;
	animation: pear-animate 4.5s infinite linear;
}
@keyframes pear-animate{
  0% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(200px, -150px) rotate(90deg); }
  50% { transform: translate(150px, -250px) rotate(180deg); }
  75% { transform: translate(50px, -100px) rotate(270deg); }
  100% { transform: translate(0, 0) rotate(360deg); }
}
@keyframes lemon-animate{
  0% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(100px, 100px) rotate(90deg) scale(0.75); }
  50% { transform: translate(50px, 150px) rotate(180deg); }
  75% { transform: translate(-40px, 50px) rotate(270deg) scale(1.5); }
  100% { transform: translate(0, 0) rotate(360deg) scale(1); }
}
@keyframes cherry-animate{
  0% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(-100px, 150px) rotate(90deg) scale(1.25); }
  50% { transform: translate(50px, 250px) rotate(180deg) scale(0.75); }
  75% { transform: translate(-50px, 100px) rotate(270deg) scale(1); }
  100% { transform: translate(0, 0) rotate(360deg); }
}
@keyframes strawberry-animate{
  0% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(-200px, -150px) rotate(90deg); }
  50% { transform: translate(-250px, -50px) rotate(180deg) scale(1.75); }
  75% { transform: translate(-150px, 100px) rotate(270deg) scale(1); }
  100% { transform: translate(0, 0) rotate(360deg); }
}


.rulesWrapper{
	position: relative;
}
.rulesWrapper::before{
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(85, 202, 255, 0) 12.76%, #55CAFF 39.75%);
    z-index: 2;
}

.rulesScreen{
	position: relative;
	padding-top: 92px;
}

.rules{
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 1.25;
	color: #fff;
}

.rulesGroup{
	margin-bottom: 30px;
}
.rulesGroup:last-child{
	margin-bottom: 0;
}

.rulesGroupTitle{
	font-weight: bold;
	font-size: 22px;
}

.rules p{
	margin-bottom: 16px;
}
.rules p:last-child{
	margin-bottom: 0;
}


.rulesScreen .scrollableContent{
	position: relative;
	height: calc(100vh - 205px);
	height: calc(100dvh - 205px);
	overflow: scroll;
}
.rulesScreenStartBtnWrap{
	position: relative;
	margin-top: 30px;
  z-index: 3;
}

.chooseGame{
	height: 100vh;
	height: 100dvh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.chooseGame p{
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 700;
}

.chooseGame .btn{
	margin-bottom: 10px;
	padding: 43px 15px;
}
.chooseGame .btn:last-child{
	margin-bottom: 0;
}

.gameFruitsPlayers{
	padding: 112px 12px 0;
}

.gameFruitsPlayer{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.gameFruitsPlayer:last-child{
	margin-bottom: 0;
}

.gameFruitsList{
	display: flex;
	gap: 10px;
}
@media(min-width: 360px){
	.gameFruitsList{
		gap: 14px;
	}
}

.gameFruitsPlayerIconName{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	min-width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 20px;
}

@media(min-width: 360px){
	.gameFruitsPlayerIconName{
		width: 62px;
		min-width: 62px;
		height: 62px;
		margin-right: 18px;
	}
}
.gameFruitsPlayerIconName p{
	position: absolute;
	bottom: -24px;
	font-size: 12px;
	line-height: 1.25;
}

.gameFruitItem{
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.gameFruitItem.completed svg{
	 position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    border-radius: 14px;
}

.gameResults{
	 display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.winner p{
	text-align: center;
}

.gameResultsToMainScreenBtn{
	position: absolute;
	bottom: 40px;
	width: calc(100% - 24px);
}

.winnerHead{
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 35px;
}

.winnerIcon{
	display: flex;
   justify-content: center;
   align-items: center;
	width: 124px;
	height: 118px;
	margin: 0 auto 16px;
	border-radius: 38px;
	box-shadow: 0px 4px 60px 0px #FFFFFFC2;
}

.winnerName{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.playersScreen{
	padding: 0 12px;
}
.playersScreen .scrollableContent{
	height: calc(100vh - 144px);
	height: calc(100dvh - 144px);
  margin-top: 60px;
  overflow: auto;
}

.playersScreenWrap{
	height: 100%;
	display: flex;
   flex-direction: column;
   justify-content: center;
}

.playersScreenTitle{
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
}

.playersList{
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.playersListElem{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	padding: 10px;
	border-radius: 30px;
	font-weight: 700;
	font-size: 18px;
}
.playersListElem svg{
	width: 48px;
}

.addedPlayer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 20px;
	font-weight: 700;
	font-size: 20px;
	color: #222222;
	background: #fff;
	border-radius: 30px;
}

.deletePlayerBtn{
	padding: 0;
	width: 32px;
   height: 32px;
	outline: none;
   background: 0;
   border: 0;
}

.playersScreenStartGameBtn{
	position: absolute;
	bottom: 40px;
	width: calc(100% - 24px);
}


.popupAddPlayer{
	position: fixed;
   top: 0;
   left: 0;
   height: 100dvh;
   width: 100vw;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   width: calc(100% - 24px);
   padding: 0 12px;
   background: #303030CC;
   transition: .3s;
   opacity: 0;
   z-index: -1;
}
.popupAddPlayer.open{
	opacity: 1;
   z-index: 10;
}

.popupAddPlayerTitle{
	margin-bottom: 34px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;

}
.popupAddPlayerInputWrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin-bottom: 48px;
	padding: 18px 20px;
	font-weight: 700;
	font-size: 20px;
	color: #222222;
	background: #fff;
	border: 2px solid transparent;
	border-radius: 30px;
	transition: .2s;
}
.popupAddPlayerInputWrap.inputError{
	animation: input-error-animate .5s infinite linear;
}

@keyframes input-error-animate{
  0% { border-color: transparent; }
  50% { border-color: red; }
  100% { border-color: transparent; }
}

.popupAddPlayerInputWrap input{
	width: 100%;
	max-width: calc(100% - 82px);
	font-size: 20px;
	font-weight: 700;
	color: #222222;
	border: none;
   outline: none;
}
.popupAddPlayerInputWrap input::placeholder{
	color: #B7B7B7;
}

.popupDeletePlayerNameBtn{
	padding: 0;
	min-width: 32px;
	width: 32px;
	height: 32px;
	outline: none;
	background: 0;
	border: 0;
}


.chooseThemeScreen .scrollableContent{
	height: 100vh;
	height: 100dvh;
}

.themesList{
	padding: 70px 22px 0;
	display: flex;
	gap: 8px 14px;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media(min-height: 625px){
	.themesList{
		padding: 88px 22px 0;
	}
}

.themesListItem{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 27%;
	padding: 18px 5px;
	color: #EB9C02;
	font-size: 14px;
	font-weight: 700;
	border-radius: 15px;
	background: linear-gradient(180deg, #61D9FF 0%, rgba(0, 102, 255, 0.99) 100%);
}
.themesListItem::after{
	content:'';
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: #fff;
	border-radius: 15px;
	z-index: 2;
}
@media(min-width: 360px){
	.themesListItem{
		/*width: 44%;*/
		font-size: 14px;
	}
}
.themesListItem img{
	position: relative;
	height: 48px;
	margin-bottom: 10px;
	z-index: 3;
}

.themesListItem span{
	position: relative;
	text-align: center;
	z-index: 3;
}

.chooseThemeScreenBtn{
	position: absolute;
  bottom: 28px;
  width: calc(100% - 24px);
  left: 12px;
}

.currentPlayerWrap{
	padding: 0 12px;
}

.currentPlayerWrap{
	margin-top: 38px;
}
.currentPlayerWrap .playersListElem{
	margin-bottom: 12px;
	padding: 16px;
}

.roundIsOverBtn{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 25px 8px 40px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.27;
}

.roundIsOverBtn span{
	font-family: Onest;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.33;
}

.askQuestionScreen{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 32px;
}
.askQuestionScreen::after{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 32%);
	z-index: 2;
}

.questionWrap{
	position: relative;
	min-width: calc(100vw - 96px);
	padding: 40px 14px 24px;
	border-radius: 15px;
	background: #fff;
	color: #222222;
	font-size: 16px;
	overflow: hidden;
	z-index: 3;
}

.landscape .questionWrap{
	min-width: calc(100vh - 96px);
	min-width: calc(100dvh - 96px);
}

.questionWrap > *{
	position: relative;
	z-index: 3;
}

.questionImg{
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	z-index: 1;
}
.questionImg img{
	display: block;
	margin: 0 auto;
	width: 175px;
	opacity: 10%;
}

.questionInnerWrap{
	min-height: 230px;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 8px;
}

.askQuestionBtns{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 13px 0;
	z-index: 3;
}

.askQuestionBtns .btn.small{
	width: calc(50% - 6px);
	border-radius: 11px;
}
.askQuestionBtns .btn.small:hover{
	box-shadow: 0px 4px 4px 0px #00000040 inset;
}
.askQuestionBtns .btn.big{
	width: 100%;
}

.knowAnswerBtn{
	position: relative;
	width: calc(100% - 24px);
	margin: 10px 0 0 12px;
	z-index: 3;
}

.askQuestionCloseBtn{
	position: absolute;
	top: 6px;
	right: 6px;
	width: 32px;
	height: 32px;
	padding: 0;
	background: none;
	border: none;
	z-index: 5;
}
.askQuestionCloseBtn::before,
.askQuestionCloseBtn::after{
	content:'';
	position: absolute;
	left: 9px;
  top: 14px;
	width: 14px;
	height: 3px;
	background: linear-gradient(180deg, #FF6B00 0%, #FF2E00 100%);
}
.askQuestionCloseBtn::before{
	transform: rotate(45deg);
}
.askQuestionCloseBtn::after{
	transform: rotate(-45deg);
}

.questionTheme{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 14px;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
}
.questionThemeText{
	text-align: center;
}
.questionThemeText span{
	white-space: nowrap;
}
.questionTheme img{
	width: 24px;
	min-width: 24px;
	height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.question{
	text-align: center;
}
.answer{
	margin-top: 13px;
	text-align: center;
	opacity: 0;
	transition: .3s;
}
.answer.visible{
	opacity: 1;
}
.answer span{
	color: #FA4C01;
	background: linear-gradient(180deg, #F7B203 0%, #FA4C01 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.answerResult{
	min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
	text-align: center;
}
.answerResult p{
	margin-bottom: 24px;
}
.answerResult p:last-child{
	margin-bottom: 0;
}
.answerResult p.answerResultHead{
	margin-bottom: 24px;
	font-size: 20px;
	font-weight: 700;
}
.answerResultAddPoints{
	color: #FA4C01;
	background: linear-gradient(180deg, #F7B203 0%, #FA4C01 100%);
		-webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	font-size: 24px;
	font-weight: 600;
	line-height: 20.4px;
	text-align: center;

}


.changeMaxPointsScreen{
	display: flex;
	align-items: center;
	justify-content: center;
}
.landscape .changeMaxPointsScreen{
	height: 100vw;
	height: 100dvw;
}

.changeMaxPointsWrapper{
	min-width: 295px;
	padding: 38px 18px 18px;
	background: #fff;
	border-radius: 27px;
}

.changeMaxPointsTitle{
	max-width: 200px;
	margin: 0 auto 30px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.28;
	text-align: center;
	color: #555555;
}

.changeMaxPoints{
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 38px;
}

.changeMaxPoints span{
	font-size: 99px;
	font-weight: 700;
	line-height: 1.27;
	color: #217EED;
	text-align: center;
}

.changeMaxPoints button{
	padding: 0;
	background: none;
	border: none;
}

.setMaxPointsBtn{
	width: 100%;
  max-width: 230px;
}

.choosePlayersScreen{
	padding: 0 12px;
}

.choosePlayersScreen .scrollableContent{
	height: 100vh;
	height: 100dvh;
}

.choosePlayersScreen .playersList{
	 padding: 0 12px;
}

.choosePlayersScreen .playersListElem{
	justify-content: space-between;
	padding: 10px 20px 10px 36px;
}

.playerName{
	  display: flex;
    align-items: center;
}

.playerPoints{
	font-size: 46px;
	font-weight: 700;
	line-height: 1.28;
	color: #fff;
}


.endGamePopupWrap{
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.32);
	opacity: 0;
	z-index: -1;
}

.endGamePopupWrap.opened{
	opacity: 1;
	z-index: 9999;
}

.endGameBtn{
	position: absolute;
  bottom: 40px;
  left: 12px;
  width: calc(100% - 24px);
	box-shadow: 0px 4px 4px 0px #00000040 inset;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.28;
	text-align: center;
}

.endGamePopup{
	position: relative;
	width: 290px;
	max-width: 90%;
	padding: 80px 15px 18px;
	border-radius: 18px;
	background: #fff;
}

.closeEndGamePopupBtn{
	position: absolute;
	right: 20px;
	top: 20px;
	background: none;
	border: none;
}
.closeEndGamePopupBtn::before,
.closeEndGamePopupBtn::after{
	content: '';
  position: absolute;
  width: 23px;
  height: 4px;
  left: -2px;
  background: #FF3D00;
  transform: rotate(45deg);
}
.closeEndGamePopupBtn::after{
	transform: rotate(-45deg);
}

.endGameQuestion{
	margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.278;
  text-align: center;
  text-transform: uppercase;
  color: #222222;
}
.closeEndGamePopupBtns{
	display: flex;
	gap: 6px;
}
.closeEndGamePopupBtns .btn{
	width: 100%;
	border-radius: 11px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.28;

}



@media(orientation:landscape){
	body.landscape{
		height: 100vw;
		height: 100dvw;
	  transform: rotate(90deg);
	  overflow: hidden;
	}	
	body.landscape .gameWrapper {
		min-height: 100vw;
    max-height: 100vw;
    min-height: 100dvw;
    max-height: 100dvw;
    width: 100vh;
	}
	body.landscape .scrollableContent{
		height: calc(100vw - 205px);
		height: calc(100dvw - 205px);
	}
	body.landscape .chooseGame{
		height: 100vw;
		height: 100dvw;
	}
	body.landscape .popupAddPlayer{
		height: 100vw;
		height: 100dvw;
		width: calc(100vh - 24px);
		width: calc(100dvh - 24px);
	}
	body.landscape .chooseThemeScreen .scrollableContent{
		height: calc(100vw - 106px);
		height: calc(100dvw - 106px);
	}
	body.landscape .askQuestionScreen{
		height: 100vw;
		height: 100dvw;
	}

	body.landscape .endGamePopupWrap{
		width: 100vh;
		width: 100dvh;
    height: 100vw;
    height: 100dvw;
	}
}
@media(orientation:landscape) and (max-height: 359px){
	.gameFruitsPlayerIconName{
		width: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 10px;
	}
	.gameFruitsList{
		gap: 10px;
	}
	body.landscape  .themesListItem{
		width: 27%;
		font-size: 14px;
	}
} 