/* * * Fonts * * */
@font-face {
	font-family: 'Quark';
	src: url('fonts/Quark-Bold.eot');
	src: url('fonts/Quark-Bold.eot?#iefix') format('embedded-opentype'),
	     url('fonts/Quark-Bold.woff') format('woff'),
	     url('fonts/Quark-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Quark';
	src: url('fonts/Quark-Light.eot');
	src: url('fonts/Quark-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Quark-Light.woff') format('woff'),
		url('fonts/Quark-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
  font-family: 'Time-Normal';
  src: url('fonts/Time-Normal.woff') format('woff'),
       url('fonts/Time-Normal.ttf') format('truetype'),
       url('fonts/Time-Normal.svg#Time-Normal') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* * * General + Mobile * * */
body{
	background-color: #fff;
	font-family: 'Quark', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
}
a{
}
a:hover, a:active, a:focus{
}
.bgr-stretch{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.img-fullwidth{
	width: 100%;
	display: block;
}
*:first-child{
	margin-top: 0;
}
*:last-child{
	margin-bottom: 0;
}
.bx-wrapper{
	position: relative;
}
.bxslider{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#total-wrap{
	width: 100%;
	overflow: hidden;
}

.admin-bar #main-nav {
	top: 32px;
}

table {
	width: 100% !important;
	margin-bottom: 20px;
}

table>tbody>tr:nth-of-type(odd) {
    background-color: #1f6d85;
    color: #fff;
}

table>tbody>tr td {
    padding: 6px 30px;
}

/* * Header * */
#header{
	background-image: url(../images/clipart/bgr-header.png);
	padding: 200px 0 100px;
	text-align: center;
}
#header-text{
	font-size: 16px;
	color: #15567c;
	text-transform: uppercase;
	margin-top: 27px;
}
#header-pic{
	display: inline-block;
	position: relative;
	max-width: 580px;
}
#header-pic-text{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 19px;
	margin-bottom: 19px;
	position: absolute;
	bottom: 100%;
	padding: 13px 15px;
	border-radius: 15px;
	width: 165px;
	background-color: #ff8a00;
	text-align: left;
	right: 0;
}
#header-pic-text:before{
	content: '';
	background-image: url(../images/icon-bubble-tip.png);
	background-repeat: no-repeat;
	width: 17px;
	height: 19px;
	position: absolute;
	top: 100%;
	right: 40px;
}
#social-fixed{
	margin-top: -45px;
	width: 45px;
	position: fixed;
	z-index: 600;
	top: 50%;
	right: 0;
}
#social-fixed a{
	width: 45px;
	height: 45px;
	display: block;
	background-image: url(../images/icon-social-1.png);
	background-repeat: no-repeat;
}
#social-fixed a.facebook{background-position: 0 0;}
#social-fixed a.linkedin{background-position: 0 -45px;}

#social-fixed a.skype {
	background-position: 0 -90px;
}

/* * Top Links * */
#top-links{
}
.top-link-item{
	width: 50%;
	float: left;
}
.top-link-item a{
	padding-top: 100%;
	display: block;
	position: relative;
	text-align: center;
	color: #63bccb;
	background-color: #fff;
	text-decoration: none !important;
	transition: background-color .3s, color .3s;
}
.top-link-item:nth-child(4n+1) a, .top-link-item:nth-child(4n+4) a{
	color: #fff;
	background-color: #63bccb;
}
.top-link-item:nth-child(4n+1) .top-link-icon, .top-link-item:nth-child(4n+4) .top-link-icon{
	background-image: url(../images/icon-set-1-white.png);
}
.top-link-item a:hover, .top-link-item a:active{
	color: #fff !important;
	background-color: #0c4762 !important;
	text-decoration: none;
}
.top-link-item a:hover .top-link-text, .top-link-item a:active .top-link-text{
	bottom: 5px;
}
.top-link-text{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	line-height: 48px;
	height: 48px;
	transition: bottom .3s;
}
.top-link-text > span{
	font-size: 14px;
	line-height: 16px;
	vertical-align: middle;
	display: inline-block;
	max-width: 300px;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.top-link-text > span:lang(ru-RU) {
	font-weight: normal;
}

.top-link-icon{
	background-image: url(../images/icon-set-1-orange.png);
	background-repeat: no-repeat;
	width: 110px;
	height: 110px;
	margin: 0 0 0 -55px;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	transition: transform .3s;
}
.top-link-icon.i1{background-position: 0 0;}
.top-link-icon.i2{background-position: 0 -110px;}
.top-link-icon.i3{background-position: 0 -220px;}
.top-link-icon.i4{background-position: 0 -330px;}
.top-link-icon.i5{background-position: 0 -440px;}
.top-link-icon.i6{background-position: 0 -550px;}
.top-link-icon.i7{background-position: 0 -660px;}
.top-link-icon.i8{background-position: 0 -770px;}
.top-link-icon.i9{background-position: 0 -880px;}
.top-link-icon.i10{background-position: 0 -990px;}
@media (min-width: 400px){
	.top-link-icon{
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
		top: 10%;
	}
}
@media (min-width: 500px){
	.top-link-icon{
		-webkit-transform: scale(1);
		transform: scale(1);
		top: 20%;
	}
}

#block-time{
	font-size: 24px;
	color: #fff;
 	background-color: #0c4762;
 	text-align: center;
	padding: 50px 0;
}
#block-time img{
	vertical-align: baseline;
	width: 80px;
}
#block-time .container{
	width: 100%;
}

#block-time strong {
	font-family: 'Time-Normal';
	font-size: 60px;
	color: #ff8a00;
	letter-spacing: -9px;
    display: inline-block;
    margin: 0px 52px 0px 16px;
}

/* * Prices * */
#block-prices{
	padding: 67px 0 37px;
}
.prices-slider{
	margin-bottom: 30px;
}
.prices-ttl{
	font-size: 21px;
	color: #63bccb;
	text-align: center;
	margin-bottom: 16px;
}
.bx-prev, .bx-next{
	background-image: url(../images/icon-slider-nav-1.png);
	background-repeat: no-repeat;
	width: 60px;
	height: 113px;
	position: absolute;
	top: 50%;
	font-size: 0;
	margin-top: -56px;
}
.bx-prev{
	left: -83px;
	background-position: 0 0;
}
.bx-next{
	right: -83px;
	background-position: -60px 0;
}
@media (max-width: 991px){
	.prices-slider .bx-prev, .prices-slider .bx-next{
		background-image: url(../images/icon-slider-nav-2.png);
		width: 27px;
		height: 67px;
		margin-top: -34px;
	}
	.prices-slider .bx-prev{
		left: -15px;
		background-position: 0 0;
	}
	.prices-slider .bx-next{
		right: -15px;
		background-position: 0 -67px;
	}
}

@media (max-width: 767px){
	.prices-slider .bx-prev{
		left: 15px;
	}

	.prices-slider .bx-next{
		right: 15px;
	}
}
.price-slide{
	border: 1px solid #cfdbda;
	padding: 0 13px 16px;
	text-align: center;
}
.btn-price{
	font-size: 14px;
	color: #fff;
	background-color: #ff8a00;
	text-align: center;
	line-height: 43px;
	height: 43px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	transition: background-color .3s;
}
.btn-price:hover, .btn-price:active{
	color: #fff;
	background-color: #0c4762;
	text-decoration: none;
}
.price-slide-1{
	color: #63bccb;
	margin-bottom: 0;
	line-height: 170px;
	height: 170px;
}
.price-slide-1 > span{
	vertical-align: middle;
	line-height: 29px;
	display: inline-block;
	font-size: 24px;
}
.price-slide-2{
	font-size: 30px;
	font-weight: bold;
	color: #0c4762;
	margin-bottom: 11px;
}

/* * Chess * */
.link-more{
	background-image: url(../images/icon-dots.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 32px;
	height: 7px;
	display: inline-block;
}
.link-more:hover, .link-more:active{
	background-position: 0 -7px;
}
#block-chess{
	text-align: center;
}
.chess-item-text-1{
	font-size: 36px;
	color: #0c4762;
	line-height: 1.1;
	margin-bottom: -2px;
}
.chess-item-text-1 a {
	color: #0c4762;
}
.chess-item-text-1 a:hover,
.chess-item-text-1 a:focus {
	text-decoration: none;
}
.chess-row:hover .chess-item-text-1 a {
    color: #ff8a00;
}
.chess-item-text-2{
	font-size: 22px;
	color: #0c4762;
	line-height: 1.1;
	margin-bottom: 9px;
}
.chess-item-icon{
	background-color: #63bccb;
	padding: 50px 0;
}
.chess-item-icon img{
	vertical-align: middle;
	max-width: 100%;
}
.chess-item-text{
	padding: 25px 15px;
}

.chess-row:hover .chess-item-icon {
	background: #15567c;
}

.chess-row:hover .chess-item-text-1 {
	color: #ff8a00;
}

.chess-row:hover .chess-item-text-2 {
	color: #ff8a00;
}

.chess-item-text:hover .chess-item-text-in {
	padding-top: 10px;
	transform: scale(1);
  	transition: .3s all;
}

/* * Home orange * */
#block-home-orange{
	color: #fff;
	background-color: #ff8a00;
	padding: 78px 0 66px;
	font-size: 18px;
	line-height: 1.2;
}
#block-home-orange h2{
	font-size: 35px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
}

/* * Flags * */
#block-flags{
	padding: 130px 0 65px;
}

#block-flags img {
	border-radius: 50%;
}
.flags-ttl{
	font-size: 36px;
	color: #00c3e9;
	line-height: 1.1;
	margin-bottom: 20px;
	text-align: center;
}
.flags-slider-wrap{
	max-width: 720px;
	margin: 0 auto;
}
.link-bank-logo{
	line-height: 100px;
	height: 100px;
	display: block;
	text-align: center;
}
.link-bank-logo img{
	vertical-align: middle;
	max-width: 100%;
	display: inline-block;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
    filter: alpha(opacity=40);
    max-height: 100px;
}

.link-bank-logo img:hover {
	opacity: 1;
	filter: none;
}
.flags-slider-wrap .bx-prev, .flags-slider-wrap .bx-next{
	background-image: url(../images/icon-slider-nav-2.png);
	width: 27px;
	height: 67px;
	margin-top: -34px;
}
.flags-slider-wrap .bx-prev{
	left: -57px;
	background-position: 0 0;
}

.flags-slider-wrap .bx-next{
	right: -57px;
	background-position: 0 -67px;
}
.flag-link{
	display: inline-block;
	text-align: center;
	text-decoration: none !important;
	line-height: 20px;
	position: relative;
	padding-bottom: 40px;
}
.flag-link-flag{
	margin-bottom: 11px;
	display: block;
}
.flag-ttl-1{
	font-weight: bold;
	color: #a67b52;
	display: block;
	font-size: 18px;
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 20px;
    transition: bottom .3s;
}
.flag-ttl-2{
	font-weight: bold;
	color: #000;
	transition: color .3s;
	font-size: 17px;
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: bottom .3s;
}
a:hover .flag-ttl-2, a:active .flag-ttl-2{
	color: #a67b52;
}

a:hover .flag-ttl-1 {
	bottom: 10px;
}

a:hover .flag-ttl-2 {
	bottom: -10px;
}

.flag-item{
	margin-bottom: 19px;
	text-align: center;
}
.flag-item:nth-child(2n+1){
	clear: both;
}
.flags-row{
	margin-bottom: 90px;
}

@media (max-width: 767px) {
	.flags-slider-wrap .bx-prev{
		left: 5px;
	}

	.flags-slider-wrap .bx-next {
		right: 5px;
	}
}

/* * Discount * */
#block-discount{
	color: #fff;
	background-color: #0c4762;
	padding: 50px 0;
}
.discount-text-1{
	font-size: 30px;
	line-height: 1;
	margin-bottom: 9px;
}
.discount-text-2{
	font-size: 14px;
	line-height: 17px;
}
.discount-text-1 a {
	color: #fff;
}
.discount-text-1 a:focus,
.discount-text-1 a:hover {
	text-decoration: none;
}
#block-discount:hover .discount-text-1 a {
	color: #15567c;
}
.discount-percent{
	margin-bottom: 50px;
	font-family: 'Oswald', sans-serif;
	font-size: 211px;
    line-height: 184px;
	font-weight: 700;
}

#block-discount:hover {
	background: #ff8a00;
}

#block-discount:hover .discount-text-1,
#block-discount:hover .discount-text-2 {
	color: #15567c;
}


@media (max-width: 991px) {
	.discount-percent {
		font-size: 130px;
	}
}

@media (max-width: 767px) {
	.discount-percent {
		font-size: 110px;
		line-height: inherit;
		text-align: center;
	}
}

/* * About * */
#block-about{
	font-size: 18px;
	line-height: 1.2;
	color: #7c7676;
	padding: 150px 0;
}
#block-about h2{
	font-size: 36px;
	font-weight: bold;
	color: #ff8a00;
	line-height: 1.1;
	margin-bottom: 30px;
	text-align: center;
}
#block-about p{
	margin: 30px 0;
}
.btn-about{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #d1dcdb;
	text-align: center;
	line-height: 52px;
	width: 170px;
	height: 52px;
	display: inline-block;
	transition: background-color .3s;
	text-decoration: none;
}
.btn-about:hover, .btn-about:active{
	color: #fff;
	background-color: #ff8a00;
	text-decoration: none;
}

@media (max-width: 767px) {
	#block-about {
		padding: 50px 0 20px;
	}
}

/* * Reviews * */
#block-reviews{
	color: #fff;
	background-color: #63bccb;
	padding: 110px 0 35px;
}
.review-title{
	font-size: 50px;
	line-height: 1;
	margin-bottom: 11px;
}
.review-text-text{
	font-size: 18px;
	line-height: 30px;
}
.bx-pager{
	font-size: 0;
	text-align: center;
	margin-top: 90px;
}
.bx-pager-item{
	display: inline-block;
	margin: 0 13px;
}
.bx-pager-link{
	background-color: rgba(255,255,255,.5);
	border-radius: 50%;
	width: 13px;
	height: 13px;
	display: block;
	transition: background-color .3s;
}
.bx-pager-link.active, .bx-pager-link:hover{
	background-color: #fff;
}

/* * Map * */
#block-map{
	position: relative;
}
#block-map iframe, #the-map{
	border: none;
	width: 100%;
	height: 476px;
	display: block;
}

/* * Footer * */
#footer{
	color: #fff;
	background-color: #0c4762;
	padding: 80px 0 1px;
}
.footer-item{
	margin-bottom: 80px;
	font-size: 20px;
    line-height: 24px;
}
#footer a{
	color: #fff;
	text-decoration: none;
	transition: color .3s;
}
#footer a:hover, #footer a:active{
	color: #ff8a00;
	text-decoration: none;
}
#form-over-map{
	display: none !important;
	background-color: #ff8a00;
	padding: 30px 25px;
	width: 300px;
	position: absolute;
	z-index: 500;
	right: 40px;
	bottom: -60px;
}
#form-over-map .btn-submit{
	width: 120px;
}
.map-form-dude{
	background-color: #ff8a00;
	background-image: url(../images/icon-dude.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 50%;
	width: 225px;
	height: 225px;
	position: absolute;
	right: -70px;
	bottom: -70px;
	transition: all .3s;
}
.map-form-dude.smaller{
	width: 180px;
	height: 180px;
}

/* * Main nav * */
.nav-toggle{
	width: 60px;
	height: 60px;
	float: right;
	position: relative;
	overflow: hidden;
	margin-right: -15px;
}
.nav-toggle > span{
	margin: 0 auto;
	width: 28px;
	height: 4px;
	display: block;
	background-color: #fff;
	border-radius: 1px;
	position: absolute;
	left: 16px;
}
.nav-toggle.active > span{
}
.nav-toggle > span:nth-child(2){
	-webkit-transition: background .3s;
	transition: background .3s;
	top: 28px;
}
.nav-toggle > span:nth-child(1),
.nav-toggle > span:nth-child(3){
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0;
	transition-delay: 0.3s, 0;
}
.nav-toggle > span:nth-child(1){
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
	top: 20px;
}
.nav-toggle > span:nth-child(3) {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
	top: 36px;
}
.nav-toggle.active {
}
.nav-toggle.active > span:nth-child(2){
	background-color: transparent;
}
.nav-toggle.active > span:nth-child(1) {
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-toggle.active > span:nth-child(3) {
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-toggle.active > span:nth-child(1),
.nav-toggle.active > span:nth-child(3){
	-webkit-transition-delay: 0, 0.3s;
	transition-delay: 0, 0.3s;
}
#main-nav{
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	right: 0;
	height: 60px;
	background-color: transparent;
	transition: background-color .3s;
}
#main-nav.shadowy{
	background-color: #15567c;
}
.logo{
	margin-top: 5px;
	width: 116px;
	float: left;
	position: relative;
}
#main-nav-container{
	padding: 0;
	border: none;
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #15567c;
	text-align: center;
	height: 100vh;
}

.no-developed {
	font-size: 13px;
	color: #63bccc;
	padding-bottom: 15px;
}
#main-nav-lang{
	padding-top: 20px;
	margin-bottom: 20px;
}
#main-nav-lang > ul{
	font-size: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main-nav-lang > ul > li{
	display: inline-block;
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
#main-nav-lang > ul > li+li{
	margin-left: 15px;
}
#main-nav-lang > ul > li > a{
	color: rgba(255,255,255,.5);
	text-decoration: none;
	transition: color .3s;
}
#main-nav-lang > ul > li.current-lang > a, #main-nav-lang > ul > li > a:hover, #main-nav-lang > ul > li > a:active{
	color: #fff;
}
#main-nav-items{
	padding-bottom: 20px;
}
#main-nav-items > ul{
	font-size: 0;
	margin: 0;
    padding: 0;
    list-style-type: none;
}
#main-nav-items > ul > li{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
#main-nav-items > ul > li+li{
	margin-top: 10px;
}
#main-nav-items > ul > li > a{
	color: #fff;
	text-decoration: none;
	transition: color .3s;
}
#main-nav-items > ul > li > a:hover, #main-nav-items > ul > li > a:active{
	color: #ff8a00;
	text-decoration: none;
}

/* * Popup * */
.popup-content,
#popup-contact-form .popup-content{
	color: #fff;
	background-color: #15567c;
	padding: 30px 25px;
}
.popup-title{
	font-size: 36px;
	margin-bottom: 15px;
	font-weight: bold;
}
.form-row{
	margin-bottom: 5px;
}
.text-input{
	color: #000;
	padding: 8px 10px;
	width: 100%;
	display: block;
	background-color: #ffc27a;
    border: none;
}

.popup-content .btn-submit,
#popup-contact-form .popup-content .btn-submit {
	background-color: #ff8a00;
}

.btn-submit{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #ffc27a;
	text-align: center;
	line-height: 52px;
	width: 170px;
	height: 52px;
	display: inline-block;
	transition: background-color .3s;
	text-decoration: none;
	border: none;
}

.popup-content .text-input,
#popup-contact-form .popup-content .text-input {
    background-color: #fff;
}

.btn-submit:hover, .btn-submit:active {
	color: #fff;
	text-decoration: none;
}

/* * Innerpage * */
#popups-wrap{
	display: none;
}
#subpage-wrap{
	padding: 160px 0 90px;
	font-size: 18px;
    color: #7c7676;
    line-height: 1.6666666666666666666666666666667;
}
.page-template-default #main-nav,
.page-template-page-service #main-nav {
	background-image: url(../images/bgr-main-nav.png);
}
h1{
	font-size: 48px;
	color: #ff8a00;
	font-weight: bold;
    margin: 40px 0 60px;
	text-align: center;
}
.subpage-blurb-1{
	color: #fff;
	background-color: #1f6d85;
	padding: 6px 30px;
}
.subpage-blurb-2{
	padding: 6px 30px;
}
.gallery-block{
	margin: 0 -4px;
}
.gallery-item{
	margin-bottom: 10px;
	padding: 0 4px;
}

div.wpcf7 .ajax-loader {
	display: none !important;
}

div.wpcf7-validation-errors {
    background: #f7e700;
    color: #000;
    z-index: 9999;
    position: relative;
}

.wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7-not-valid {
	border: 1px solid red !important;
}

#popup-contact-form textarea,
#popup-contact-form-price textarea {
	height: 56px;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #8BC34A !important;
    background: #8BC34A !important;
    z-index: 9999;
    position: relative;

}

#form-over-map textarea {
	height: 136px;
}

.acf-map {
	width: 100%;
    height: 476px;
}

/* * * Tablet * * */
@media (min-width: 768px){
	/* * Header * */
	#header{
		height: 666px;
		padding: 200px 0 0;
	}
	#header-pic-text{
		left: 100%;
		margin-left: -92px;
		right: auto;
	}
	#header-pic-text:before{
		right: auto;
		left: 25px;
	}

	/* * Top links * */
	.top-link-item{
		width: 33.333%;
	}
	.top-link-item:last-child{
		margin-left: 33.333%;
	}
	.top-link-item:nth-child(4n+1) a, .top-link-item:nth-child(4n+4) a{
		color: #63bccb;
		background-color: #fff;
	}
	.top-link-item:nth-child(2n+1) a, .top-link-item:last-child a{
		color: #fff;
		background-color: #63bccb;
	}
	.top-link-item:nth-child(4n+1) .top-link-icon, .top-link-item:nth-child(4n+4) .top-link-icon{
		background-image: url(../images/icon-set-1-orange.png);
	}
	.top-link-item:nth-child(2n+1) .top-link-icon, .top-link-item:last-child .top-link-icon{
		background-image: url(../images/icon-set-1-white.png);
	}
	.top-link-text{
		line-height: 66px;
		height: 66px;
	}
	.top-link-text > span{
		font-size: 18px;
		line-height: 22px;
	}
	.top-link-icon{
		-webkit-transform: scale(1);
		transform: scale(1);
		top: 35%;
		margin-top: -55px;
	}
	.top-link-text{
		bottom: 15px;
	}
	.top-link-item a:hover .top-link-icon, .top-link-item a:active .top-link-icon{
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	#block-time{
		font-size: 30px;
		padding: 88px 0 78px;
	}
	#block-time img{
		width: 100px;
	}

	/* * Chess * */
	.chess-item-icon, .chess-item-text{
		width: 50%;
		height: 286px;
		line-height: 286px;
		text-align: left;
	}
	.chess-item-icon{
		float: left;
		padding: 0;
		text-align: center;
	}
	.chess-item-text{
		float: right;
		padding: 0 25px;
	}
	.chess-item-text-1{
		font-size: 48px;
	}
	.chess-item-text-2{
		font-size: 30px;
	}
	.chess-item-text-in{
		vertical-align: middle;
		display: inline-block;
		line-height: 1.1;
	}
	.chess-row:nth-child(2n) .chess-item-icon{
		float: right;
	}
	.chess-row:nth-child(2n) .chess-item-text{
		float: left;
		text-align: right;
	}

	/* * Flags * */
	.flag-item:nth-child(2n+1){
		clear: none;
	}
	.flag-item:nth-child(4n+1){
		clear: both;
	}

	/* * Discount * */
	#block-discount{
		padding: 163px 0 156px;
	}
	.discount-percent{
		margin-bottom: 0;
	}
	.discount-text-1{
		margin-bottom: 0;
	}

	/* * Reviews * */
	.review-title{
		font-size: 72px;
	}
	.review-photo{
		width: 232px;
		float: left;
	}
	.review-text{
		margin-left: -232px;
		padding-left: 260px;
		width: 100%;
		float: left;
	}

    /* * Popups * */
    .popup-content{
    }

    /* * Innerpage * */
    .gallery-item{
    	width: 33.333%;
    	float: left;
	}
    .gallery-item:nth-child(3n+1){
    	clear: both;
    }
    .gallery-item img{
    	width: 100%;
    }
}

@media only screen and (max-width: 767px) {
	.top-link-item a {
		padding-top: 80%;
	}

	#block-time strong {
		margin: 0px 25px 0px 16px;
	}
}

@media only screen and (max-width: 480px) {
	.top-link-item a {
		padding-top: 90%;
	}
}

/* * * Desktop narrow * * */
@media (min-width: 992px){
	.col-md-1-5{
		width: 20%;
	}

	/* * Top links * */
	.top-link-item{
		width: 25%;
	}
	.top-link-item:last-child{
		margin-left: 0;
	}
	.top-link-item:nth-child(2n+1) a, .top-link-item:last-child a{
		color: #63bccb;
		background-color: #fff;
	}
	.top-link-item:nth-child(9){
		margin-left: 25%;
	}
	.top-link-item:nth-child(1) a, .top-link-item:nth-child(3) a, .top-link-item:nth-child(6) a, .top-link-item:nth-child(8) a, .top-link-item:nth-child(10) a{
		color: #fff;
		background-color: #63bccb;
	}
	.top-link-item:nth-child(2n+1) .top-link-icon, .top-link-item:last-child .top-link-icon{
		background-image: url(../images/icon-set-1-orange.png);
	}
	.top-link-item:nth-child(1) .top-link-icon, .top-link-item:nth-child(3) .top-link-icon, .top-link-item:nth-child(6) .top-link-icon, .top-link-item:nth-child(8) .top-link-icon, .top-link-item:nth-child(10) .top-link-icon{
		background-image: url(../images/icon-set-1-white.png);
	}

	#block-time{
		font-size: 40px;
	}
	#block-time img{
		width: auto;
	}

	/* * Chess * */
	.chess-item-text{
		padding: 0 50px;
	}

	/* * Flags * */
	.flag-item:nth-child(4n+1){
		clear: none;
	}
	.flag-item:nth-child(5n+1){
		clear: both;
	}

	/* * Discount * */
	.discount-text{
		padding-top: 15px;
	}
	.discount-text-1{
		font-size: 36px;
		margin-bottom: 9px;
	}

	/* * Reviews * */
	.review-text{
		padding-left: 300px;
	}

    /* * Footer * */
	.footer-item{
		font-size: 24px;
	    line-height: 30px;
	}

    /* * Main nav * */
    .logo{
    	width: 146px;
    	margin-top: 16px;
    }
    #main-nav{
    	height: 95px;
    }
    #main-nav-container{
    	background-color: transparent;
    	position: static;
    	top: 0;
    	margin-left: -146px;
        padding: 30px 0 0 180px;
        width: 100%;
        float: left;
        text-align: left;
    }
    #main-nav-lang{
    	margin: 0;
    	padding: 0;
    	float: right;
    }
    #main-nav-items{
    	margin: 0;
    	padding: 0;
    }
    #main-nav-items > ul > li{
    	display: inline-block;
    }
    #main-nav-items > ul > li+li{
    	margin-top: 0;
    	margin-left: 15px;
    }
}

/* * * Desktop wide * * */
@media (min-width: 1200px){
	.container{
		width: 970px;
	}
	.col-lg-1-5{
		width: 20%;
	}

	/* * Top links * */
	.top-link-item{
		width: 20%;
	}
	.top-link-icon{
	}
	.top-link-item:nth-child(9){
		margin-left: 0;
	}
	.top-link-item:nth-child(1) a, .top-link-item:nth-child(3) a, .top-link-item:nth-child(6) a, .top-link-item:nth-child(8) a, .top-link-item:nth-child(10) a{
		color: #63bccb;
		background-color: #fff;
	}
	.top-link-item:nth-child(2n+1) a{
		color: #fff;
		background-color: #63bccb;
	}
	.top-link-item:nth-child(1) .top-link-icon, .top-link-item:nth-child(3) .top-link-icon, .top-link-item:nth-child(6) .top-link-icon, .top-link-item:nth-child(8) .top-link-icon, .top-link-item:nth-child(10) .top-link-icon{
		background-image: url(../images/icon-set-1-orange.png);
	}
	.top-link-item:nth-child(2n+1) .top-link-icon{
		background-image: url(../images/icon-set-1-white.png);
	}

	#block-time{
		font-size: 48px;
	}

	/* * Chess * */
	.chess-item-text{
		padding: 0 100px;
	}
}

.page .home-page-menu {
	display: none;
}

.page .inner-page-menu {
	display: block;
}

.home.page .inner-page-menu {
	display: none;
}

.home.page .home-page-menu {
	display: block;
}

.phone-footer-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fb8901;
	position: fixed;
	bottom: 10px;
	left: 15px;
	display: block;
}

.phone-footer-icon span {
	background: url(../images/phone-icon.png);
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	margin: -16px auto 0px;
	top: 50%;
	left: 0px;
	right: 0px;
}
