/*
Theme Name: miniland
Author: support@goodwebstudio.com
Author URI: http://goodwebstudio.com/
Description: Wordpress Theme for Miniland
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: miniland
*/

@font-face {
    font-family: 'Gogh Regular';
    src: url('./fonts/Gogh-Regular.eot');
    src: url('./fonts/Gogh-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Gogh-Regular.woff2') format('woff2'),
        url('./fonts/Gogh-Regular.woff') format('woff'),
        url('./fonts/Gogh-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gogh Medium';
    src: url('./fonts/Gogh-Medium.eot');
    src: url('./fonts/Gogh-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Gogh-Medium.woff2') format('woff2'),
        url('./fonts/Gogh-Medium.woff') format('woff'),
        url('./fonts/Gogh-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Gogh ExtraBold';
    src: url('./fonts/Gogh-ExtraBold.eot');
    src: url('./fonts/Gogh-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Gogh-ExtraBold.woff2') format('woff2'),
        url('./fonts/Gogh-ExtraBold.woff') format('woff'),
        url('./fonts/Gogh-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	scroll-behavior: smooth;
    max-width: 100%;
}

body{
	color: #323E48;
	font-family: 'Gogh Regular';
}

@media screen and (min-width: 576px) and (max-width: 1919px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
		max-width: 92%;
	}
}

@media screen and (min-width: 1920px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
		max-width: 1578px;
	}
}

@media screen and (min-width: 2560px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
		max-width: 2000px;
	}
}

.row>*{
	padding-left: 20px;
	padding-right: 20px;
}

object{
	pointer-events: none;
}

h1, .h1, h2, .h2{
	font-family: 'Gogh ExtraBold';
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 100%;
	margin-bottom: 0.7em;
}

h1.entry-title{
	position: relative;
	display: block;
	padding-bottom: 0.7em;
    margin-bottom: 0.85em;
	width: fit-content;
}

body.single h1.entry-title{
	margin-top: .4em;
}

h3, .h3{
	font-size: 18px;
	margin-bottom: 0.7em;
	font-family: 'Gogh ExtraBold';
}

h4, .h4{
	font-size: 21px;
}

h5, .h5{
	font-size: 19px;
}

h6, .h6{
	font-size: 18px;
}

a, a:link, a:visited, a:active{
	color: #222;
	text-decoration: underline;
}

a:hover, a:focus{
	text-decoration: none;
}

p{
	margin-bottom: 1.5em;
}

strong{
	font-family: 'Gogh ExtraBold';
	font-weight: bold;
}
	
@media screen and (min-width: 992px){
	h1, .h1, h2, .h2{
		font-size: 3.5vw;
	}
	
	h3, .h3{
		font-size: 24px;
	}

	.row>*{
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (min-width: 1920x){
	h1, .h1, h2, .h2{
		font-size: 60px;
	}

	h3, .h3{
		font-size: 28px;
	}
}

/* ~~~~~~~~~~~~~~~~ HEADER ~~~~~~~~~~~~~~~~~ */

header{
	width: 100%;
	padding: 20px 0;
	z-index: 3;
	transition: all ease .3s;
	background: #323E48;
}

header .logo{
	margin-top: 0;
}

header .logo img{
	height: 30px;
}

.header-actions{
	display: none;
}

.lang-widget{
	font-family: 'Gogh Medium';
	position: absolute;
    top: 27px;
    left: 27px;
}

.lang-widget ul{
	margin: 0;
	padding: 0;
}

.lang-widget a{
	color: #fff;
	text-decoration: none;
}

.lang-widget li{
	display: inline-block;
	margin-right: 10px;
	list-style-type: none;
}

.lang-widget li:last-child{
	margin-right: 0;
}

.lang-widget li.active a{
	color: rgba(255, 255, 255, 0.5);
}

.lang-widget select{
	border: none;
    background: transparent;
    font-size: 15px;
}

header.sticky{
	position: fixed;
	top: 0;
	left: 0;
}

.social a {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    margin: 0 5px;
}

.social a::before {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-size: contain;
}

.social a.facebook::before {
    background-image: url(imgs/icon-facebook-f.svg);
}

.social a.instagram::before {
    background-image: url(imgs/icon-instagram-lined.svg);
}

.social a.youtube::before {
    background-image: url(imgs/icon-youtube-btn.svg);
}

.social a.tiktok::before {
    background-image: url(imgs/icon-tik-tok.svg);
}

.social a.viber::before {
    background-image: url(imgs/viber_icon.svg);
}

.social a.telegram::before {
    background-image: url(imgs/telegram_icon.svg);
}

@media screen and (min-width: 992px){	
	header{
		padding: 30px 0 40px;
	}

	.header-actions,
	.horizontal-menu{
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	header .logo{
		margin-top: 23px;
	}

	header .logo img{
		height: auto;
	}

	.horizontal-menu{
		margin-top: 15px;
	}

	header .social{
		margin-right: 40px;
	}

	.lang-widget{
		position: static;
	}
}

/* ~~~ NAV ~~~ */

.navbar{
	padding: 0;
	position: relative;
	z-index: 2;
}

.navbar-nav{
	align-items: center;
	margin-bottom: 25px;
}

.navbar-nav .menu-item a{
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	display: block;
    margin: .7em 1.5em;
	padding-bottom: 4px;
	text-transform: uppercase;
}

.navbar-nav .menu-item a:hover,
.navbar-nav .menu-item a:focus,
.navbar-nav .menu-item a:active,
.navbar-nav .menu-item a.active,
.navbar-nav .current-menu-item a,
.navbar-nav .current-page-ancestor a{
	border-bottom: 2px solid;
	padding-bottom: 2px;
}

.navbar-nav .menu-item#menu-item-59 a:hover,
.navbar-nav .menu-item#menu-item-59 a:focus,
.navbar-nav .menu-item#menu-item-59 a:active,
.navbar-nav .menu-item#menu-item-59 a.active,
.navbar-nav .current-menu-item#menu-item-59 a,
.navbar-nav .current-page-ancestor#menu-item-59 a{
	color: #ECD925;
	border-color: #ECD925;
}

.navbar-nav .menu-item#menu-item-61 a:hover,
.navbar-nav .menu-item#menu-item-61 a:focus,
.navbar-nav .menu-item#menu-item-61 a:active,
.navbar-nav .menu-item#menu-item-61 a.active,
.navbar-nav .current-menu-item#menu-item-61 a,
.navbar-nav .current-page-ancestor#menu-item-61 a{
	color: #89DC65;
	border-color: #89DC65;
}

.navbar-nav .menu-item#menu-item-63 a:hover,
.navbar-nav .menu-item#menu-item-63 a:focus,
.navbar-nav .menu-item#menu-item-63 a:active,
.navbar-nav .menu-item#menu-item-63 a.active,
.navbar-nav .current-menu-item#menu-item-63 a,
.navbar-nav .current-page-ancestor#menu-item-63 a{
	color: #d50037;
	border-color: #d50037;
}

.navbar-nav .menu-item#menu-item-242 a:hover,
.navbar-nav .menu-item#menu-item-242 a:focus,
.navbar-nav .menu-item#menu-item-242 a:active,
.navbar-nav .menu-item#menu-item-242 a.active,
.navbar-nav .current-menu-item#menu-item-242 a,
.navbar-nav .current-page-ancestor#menu-item-242 a{
	color: #36B0C9;
	border-color: #36B0C9;
}

.navbar-nav .menu-item#menu-item-62 a:hover,
.navbar-nav .menu-item#menu-item-62 a:focus,
.navbar-nav .menu-item#menu-item-62 a:active,
.navbar-nav .menu-item#menu-item-62 a.active,
.navbar-nav .current-menu-item#menu-item-62 a,
.navbar-nav .current-page-ancestor#menu-item-62 a{
	color: #F88D2A;
	border-color: #F88D2A;
}

.navbar-nav .menu-item#menu-item-67 a:hover,
.navbar-nav .menu-item#menu-item-67 a:focus,
.navbar-nav .menu-item#menu-item-67 a:active,
.navbar-nav .menu-item#menu-item-67 a.active,
.navbar-nav .current-menu-item#menu-item-67 a,
.navbar-nav .current-page-ancestor#menu-item-67 a{
	color: #CC5599;
	border-color: #CC5599;
}

#navbarSupportedContent{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #323E48;
	padding-top: 3.5rem;
	z-index: 10;
}

.navbar-toggler{
	border: 0;
	border-radius: 0;
	width: 30px;
    position: absolute;
	top: -26px;
    right: 18px;
    z-index: 9;
	padding: 0!important;
}

.navbar-toggler:focus{
	box-shadow: none;
}

.navbar-toggler-icon{
	background: none!important;
	width: auto;
	height: auto;
}

.navbar-toggler-icon .icon-bar{
	display: block;
	height: 2px;
	background: #fff;
	margin: 0 auto 8px;
	float: left;
}

.navbar-toggler-icon .icon-bar:nth-child(1){
	width: 18px;
}

.navbar-toggler-icon .icon-bar:nth-child(2){
	width: 30px;
}

.navbar-toggler-icon .icon-bar:nth-child(3){
	width: 23px;
}

.collapsing {
  transition: none !important;
}

.close{
	padding: 14px 0 0 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 15px;
    right: 15px;
	z-index: 9999;
}

.close::before{
	content: '';
	position: absolute;
	width: 33px;
	height: 33px;
	top: 8px;
    left: 9px;
	background: url(imgs/close.svg) 50% 50% no-repeat;
	border: 0;
	outline: none;
	box-shadow: none;
	z-index: 9999;
}

#navbarSupportedContent .social{
	margin-top: 40px;
	text-align: center;
}

@media screen and (min-width: 992px){
	#navbarSupportedContent{
		position: static;
		background: transparent;
		padding-top: 0;
	}

	#navbarSupportedContent .lang-widget,
	#navbarSupportedContent .btn-primary,
	#navbarSupportedContent .social{
		display: none;
	}

	.navbar-nav{
		margin-right: 20px;
		margin-bottom: 0;
	}

	.navbar-nav .menu-item a{
		margin: 0.7em .8em 0.7em .8em;
		font-size: 1.1vw;
		font-family: 'Gogh ExtraBold';
	}

	.navbar-nav .menu-item:first-child a{
		margin-left: 0;
	}

	.navbar-expand-lg,
	.navbar-expand-lg .navbar-nav,
	.navbar-expand-lg .navbar-collapse{
		justify-content: space-between;
	}
	
	#navbarSupportedContent .close{
		display: none;
	}
}

@media screen and (min-width: 1920px){
	.navbar-nav .menu-item a{
		font-size: 18px;
	}
}

/* ~~~~~~~~~~~~~~~~ END OF HEADER ~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~ CONTENT ~~~~~~~~~~~~~~~~~ */

.btn-wrapper{
	position: relative;
}

.btn, a.btn,
.btn:visited, a.btn:visited{
	display: inline-block;
	border: none;
	text-decoration: none;
	border-radius: 0;
	outline: none;
	position: relative;
	z-index: 1;
	box-shadow: none;
}

.btn-primary,
a.btn-primary{
	position: relative;
	background: #D50037;
	color: #fff;
	font-family: 'Gogh ExtraBold';
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 14px 35px 13px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
	background: #e52a5b;
	border: none;
}

.btn-secondary{
	background: #fff;
	box-shadow: none;
	color: #323E48;
	border: none;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus{
	background: #0071ce;
	color: #fff;
	border: none;
}

.btn-yellow{
	font-family: 'Gogh ExtraBold';
	font-size: 20px;
	letter-spacing: .5px;
	padding: 12px 35px 11px;
	position: relative;
	background: #ECD925;
	color: #323E48;
}

.btn-loadmore{
	border: none;
	background-color: transparent;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Gogh ExtraBold';
	letter-spacing: 1px;
	color: #323E48;
}

@media screen and (min-width: 992px) {
	.btn-primary,
	a.btn-primary{
		font-size: 1.5vw;
		padding: 14px 40px 13px;
	}

	.btn-yellow{
		font-size: 24px;
	}

	.btn-loadmore{
		font-size: 28px;
	}
}

@media screen and (min-width: 1920px) {
	.btn-primary,
	a.btn-primary{
		font-size: 25px;
	}

	.btn-yellow{
		font-size: 28px;
	}

	.btn-loadmore{
		font-size: 38px;
	}
}

section{
	position: relative;
	margin-bottom: 40px;
	scroll-behavior: smooth;
}

section .subtitle{
	font-size: 16px;
}

.has-border{
	position: relative;
	display: inline-block;
	padding-bottom: .7em;
	margin-bottom: .7em;
}

.has-border::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.has-border.border-blue-first::before{
	background-image: url('imgs/title-border_blue-first.svg');
}

.has-border.border-yellow-first::before{
	background-image: url('imgs/title-border_yellow-first.svg');
}

.page-header{
	height: 35vh;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.page-body{
	margin-top: 26px;
}

aside > h3{
	margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 1.5em;
}

article .entry-content h2{
	font-size: 28px;
}


@media screen and (min-width: 992px){
	section{
		margin-bottom: 8.5vh;
	}

	section .subtitle{
		font-size: 18px;
	}

	.page-body{
		margin-top: 4vw;
	}

	aside{
		padding-left: 2vw;
	}

	article .entry-content h2{
		font-size: 2.5vw;
	}

	aside > h3{
		margin-top: 0;
		text-align: left;
		text-transform: none;
	}
	
	.page-header{
		height: 70vh;
	}
}

@media screen and (min-width: 1920px){
	section{
		margin-bottom: 73px;
	}

	.page-body{
		margin-top: 73px;
	}

	article .entry-content,
	article .date{
		font-size: 18px;
	}
}

/* ~~~ UTP ~~~ */

#utp{
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 35px 0 65px;
	height: 80vh;
	position: relative;
}

#utp::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(50,62,72,.45);
}

#utp h1{
	text-transform: uppercase;
	font-size: 29px;
	margin-bottom: 1em;
    letter-spacing: 1px;
    position: relative;
    line-height: 1.3em;
}

#utp .subtitle{
	margin-bottom: 2.5em;
}

.utp-video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh; 
	z-index: 0;
	object-fit: cover;
}

@media screen and (min-width: 992px){
	#utp{
		height: auto;
		max-height: 780px;
		padding: 9vh 0;
		margin-bottom: 0;
		justify-content: center;
		background-attachment: fixed;
	}

	#utp h1{
		font-size: 3vw;
	}

	#utp .subtitle{
		font-size: 1.7vw;
		margin-bottom: 2.5em;
		max-width: 550px;
	}
}

@media screen and (min-width: 1920px){
	#utp{
		max-height: 100vh;
	}

	#utp h1{
		font-size: 64px;
	}

	#utp .subtitle{
		font-size: 34px;
		max-width: 673px;
	}
	
}

/* ~~~ FACTS ~~~ */

#facts{
	margin-bottom: 0;
}

.facts-items{
	margin-top: 25px;
	font-family: 'Gogh ExtraBold';
	padding: 0 30px;
}

.facts-items .item{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2vh;
	flex-direction: column;
}

.facts-items .item .digit{
	font-size: 25px;
}

.facts-items .item .text{
	text-align: center;
}

.facts-items .item .descr{
	font-size: 14px;
	text-transform: uppercase;
}

.facts-items .item .icon{
	height: 100px;
	display: flex;
    align-items: center;   
}

@media screen and (min-width: 992px){
	#facts{
		/*height: 768px;*/
		padding-top: 8.5vh;
	}

	#facts .row {
		padding-right: 100px;
	}

	#facts::after{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		height: 768px;
		width: 142px;
		background: url('imgs/logo-vertical.svg') no-repeat 0 0;
		background-size: contain;
	}

	.facts-items{
		margin-top: 4vh;
		display: flex;
		flex-wrap: wrap;
		padding: 0;
	}

	.facts-items .item{
		width: 23%;
		flex-direction: row;
		justify-content: flex-start;
	}

	.facts-items .item .icon{
		display: block;
		width: 100px;
		margin-right: 15px;
	}

	.facts-items .item .text{
		text-align: left;
	}

	.facts-items .item .digit{
		font-size: 32px;
	}
	
	.facts-items .item .descr{
		font-size: 18px;
		text-transform: uppercase;
	}
}

@media screen and (min-width: 1920px){
	#facts{
		padding-top: 73px;
		height: 1075px;
	}

	#facts::after{
		height: 1075px;
		width: 200px;
	}

	.facts-items{
		margin-top: 66px;
	}

	.facts-items .item{
		width: 24%;
		margin-bottom: 100px;
	}

	.facts-items .item .icon{
		margin-right: 15px;
	}

	.facts-items .item .digit{
		font-size: 45px;
	}
	
	.facts-items .item .descr{
		font-size: 25px;
	}
}

/* ~~~ PORTFOLIO ~~~ */

#portfolio{
	padding: 25px 0;
}

.single-portfolio h1.entry-title{
	display: inline-block;
	margin-top: 0!important;
}

body.home #portfolio{
	background-color: #ECD925;
}

.portfolio-items{
	margin-top: 20px;
}

.portfolio-items .item{
	display: none;
	margin-bottom: 10px;
	position: relative;
}

.portfolio-items .item:nth-child(1),
.portfolio-items .item:nth-child(2),
.portfolio-items .item:nth-child(3),
.portfolio-items .item:nth-child(4) {
	display: block;
}

.portfolio-items .item a{
	display: block;
	overflow: hidden;
}

.portfolio-items .item img{
	width: 100%;
	transition: all ease 1s;
}

.portfolio-items .item img:hover{
	transition: transform ease 1s;
	transform: scale(1.2);
}

.portfolio-filter-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.portfolio-filter-list ul li a{
	text-decoration: none;
}

.portfolio-filter-list ul li a.active{
	font-family: 'Gogh ExtraBold';
}

.tos-wrapper .tos-caption{
	display: none;
}

.tos-desktop .tos-slide{
	padding-bottom: 20px!important;
}

.single-portfolio .img{
	margin-bottom: 20px;
}

.other-works{
	margin-top: 20px;
}

.short-description-wrapper{
    opacity: 0;
    transition: all .3s ease;
    
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.short-description-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    transition: all .3s ease;
}

.portfolio-items .item:hover .short-description-wrapper{
    opacity: 1;
}

.short-description-text{
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 35px 30px 25px;
    font-size: 18px;
}

.short-description-text h3{
   font-size: 33px;
}

@media screen and (min-width: 992px){
	#portfolio{
		padding: 5vw 0 3vw;
		margin-bottom: 0;
	}

	.portfolio-filter-list ul{
		font-size: 21px;
		columns: 2;
		column-gap: 1em;
	}

	.portfolio-items{
		display: flex;
		flex-wrap: wrap;
		margin: 35px -10px;
	}

	.portfolio-items .item{
		padding: 10px;
		width: 50%;
		margin-bottom: 0;
	}

	.single-portfolio .img{
		margin-bottom: 35px;
	}

	.single-portfolio .entry-content{
		padding-right: 50px;
	}

	.other-works{
		margin-top: 35px;
	}
}

@media screen and (min-width: 1920px) {
	.portfolio-filter-list ul{
		font-size: 24px;
	}
}

/* ~~~ CONSULT sales@miniland.in.ua ~~~ */

#consult{
	background: #DEE1E7;
	padding: 30px 0 45px;
    margin-top: 2.8vw;
    margin-bottom: 0;
}

#consult .wpcf7-response-output {
	margin: 7.5em 0 1em !important;
}

#consult .inputs-row__textarea .wpcf7-not-valid-tip {
	bottom: 4px;
}

@media screen and (min-width: 992px) {
	#consult{
		padding: 3.5vw 0;
	}
}

/* ~~~ SHEDULE ~~~ */

.shedule-item{
	font-size: 22px;
	text-align: center;
	margin-bottom: 12px;
	color: #fff;
	padding: 3px 0 10px;
}

#shedule .col-lg-4:nth-child(1) .shedule-item{background-color: #323E48;}
#shedule .col-lg-4:nth-child(2) .shedule-item{background-color: #36B0C9;}
#shedule .col-lg-4:nth-child(3) .shedule-item{background-color: #6BA43A;}

#shedule .shedule-text{
	font-size: 16px;
	margin: 25px auto 0;
}

.shedule-item .dow{
	color: #fff;
	padding: 6px 15px 5px;
}

.shedule-item .work-hours{
	padding: 0 15px;
	font-family: 'Gogh ExtraBold';
}

@media screen and (min-width: 992px){
	#shedule{
		margin-top: 3vw;
	}

	.shedule-item{
		background-color: transparent!important;
		font-size: 26px;
		text-align: left;
		color: inherit;
		padding: 0;
	}

	#shedule .col-lg-4:nth-child(1) .shedule-item .dow{background-color: #323E48;}
	#shedule .col-lg-4:nth-child(2) .shedule-item .dow{background-color: #36B0C9;}
	#shedule .col-lg-4:nth-child(3) .shedule-item .dow{background-color: #6BA43A;}

	.shedule-item .dow{
		margin-bottom: 10px;
	}

	#shedule .shedule-text{
		width: 65%;
		font-size: 18px;
	}
}

@media screen and (min-width: 1920px){
	.shedule-item{
		font-size: 36px;
	}
}

/* ~~~ COST ~~~ */

#cost{
	background-color: #323E48;
	padding: 25px 0;
	text-align: center;
	color: #fff;
    margin-bottom: -73px;
}

#cost .subtitle  {
	width: auto !important;
}

.price-blocks{
	margin-top: 25px;
}

.p-block{
	color: #333F48;
	background: #DEE1E7;
	width: 100%;
	height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin-bottom: 22px;
}

.p-block:hover .btn-primary{
	background: #333F48;
}

.p-block .title,
.p-block .price{
	font-size: 24px;
	font-family: 'Gogh ExtraBold';
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1em;
}

.p-block .price-old{
	position: relative;
	font-size: 21px;
	font-family: 'Gogh ExtraBold';
	opacity: .8;
}

.p-block .price-old::before{
	content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #D50037;
    transform: rotateZ(354deg);
}

.p-block .subtitle{
	font-size: 14px;
}

.p-block .price{
	margin-bottom: 17px;
}

.p-block hr{
	width: 80%;
	background: transparent;
	border: 1px dotted #333;
}

#cost .col-lg-12 .subtitle a{
	color: #fff;
}

.price-banner{
	width: 100%;
    background: #d50037;
	padding: 20px 20px 40px 20px;
    margin: 0 auto 25px;
    max-width: 580px;
	font-size: 21px;
	font-family: 'Gogh ExtraBold';
}

.price-banner .big-text{
	font-size: 50px;
	margin-bottom: 5px;
}

@media screen and (min-width: 992px){
	#cost{
		padding: 7vw 0 13vw;
		background: url('imgs/price-bg.png') no-repeat 50% 0 #323E48;
		background-size: cover;
		background-attachment: fixed;
	}

	#cost .col-lg-12 .subtitle{
		width: 65%;
		margin: 0 auto;
	}

	.price-blocks{
		margin-top: 4.5vw;
		display: flex;
		justify-content: center;
	}

	.p-block{
		width: 20vw;
   		height: 46vh;
		margin: 0 10px 15px;
		transition: all .3s ease;
	}

	.p-block:hover{
		width: 22vw;
		height: 52vh;
		margin: -3vh 5px 15px;
		cursor: pointer;
	}

	.p-block:hover{
		background: #fff;
	}

	.p-block .title,
	.p-block .price{
		font-size: 32px;
	}

	.p-block .price-old{
		font-size: 28px;
	}

	.p-block .price-old::before{
		top: 20px;
	}

	.p-block .subtitle{
		font-size: 18px;
	}

	.p-block hr{
		margin: 25px 0;
	}

	.p-block .price{
		margin-bottom: 2.5vh;
	}

	.price-banner{
		display: flex;
		align-items: center;
		justify-content: space-around;
		padding: 20px;
		font-size: 24px;
		margin: 25px auto 0;
	}

	.price-banner .big-text{
		font-size: 65px;
		margin-bottom: 5px;
	}

	.price-banner .text{
		text-align: left;
		margin-left: 25px;
	}
}

@media screen and (min-width: 1920px){
	#cost{
		padding: 9vh 0 96px;
	}

	#cost .subtitle{
		width: 1140px;
	}
}

/* ~~~ ABON ~~~ */

#abon{
	background-color: #323E48;
	padding: 25px 0;
	text-align: center;
	color: #fff;
}

.price-blocks{
	margin-top: 25px;
}

.p-block{
	color: #333F48;
	background: #DEE1E7;
	width: 100%;
	height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin-bottom: 22px;
}

.p-block:hover .btn-primary{
	background: #333F48;
}

.p-block .title,
.p-block .price{
	font-size: 24px;
	font-family: 'Gogh ExtraBold';
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1em;
}

.p-block .price-old{
	position: relative;
	font-size: 21px;
	font-family: 'Gogh ExtraBold';
	opacity: .8;
}

.p-block .price-old::before{
	content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #D50037;
    transform: rotateZ(354deg);
}

.p-block .subtitle{
	font-size: 14px;
}

.p-block .price{
	margin-bottom: 17px;
}

.p-block hr{
	width: 80%;
	background: transparent;
	border: 1px dotted #333;
}

#abon .col-lg-12 .subtitle a{
	color: #fff;
}

.price-banner{
	width: 100%;
    background: #d50037;
	/*padding: 20px 20px 40px 20px;*/
    margin: 0 auto 25px;
    max-width: 580px;
	font-size: 21px;
	font-family: 'Gogh ExtraBold';
}

.price-banner .big-text{
	font-size: 50px;
	margin-bottom: 5px;
}

@media screen and (min-width: 992px){
	#abon{
		padding: 7vw 0 13vw;
		background: url('imgs/price-bg.png') no-repeat 50% 0 #323E48;
		background-size: cover;
		background-attachment: fixed;
	}

	#abon .col-lg-12 .subtitle{
		width: 65%;
		margin: 0 auto;
	}

	.price-blocks{
		margin-top: 4.5vw;
		display: flex;
		justify-content: center;
	}

	.p-block{
		width: 22vw;
   		height: 46vh;
		margin: 0 10px 15px;
		transition: all .3s ease;
	}

	.p-block:hover{
		width: 24vw;
		height: 52vh;
		margin: -3vh 5px 15px;
		cursor: pointer;
	}

	.p-block:hover{
		background: #fff;
	}

	.p-block .title,
	.p-block .price{
		font-size: 32px;
	}

	.p-block .price-old{
		font-size: 28px;
	}

	.p-block .price-old::before{
		top: 20px;
	}

	.p-block .subtitle{
		font-size: 18px;
	}

	.p-block hr{
		margin: 25px 0;
	}

	.p-block .price{
		margin-bottom: 2.5vh;
	}

	.price-banner{
		display: flex;
		align-items: center;
		justify-content: space-around;
		font-size: 24px;
		margin: 25px auto 0;
	}

	.price-banner .big-text{
		font-size: 65px;
		margin-bottom: 5px;
	}

	.price-banner .text{
		text-align: left;
		margin-left: 25px;
	}
}

@media screen and (min-width: 1920px){
	#abon{
		padding: 9vh 0 96px;
	}

	#abon .subtitle{
		width: 1140px;
	}
}

/* ~~~ LOCATION ~~~ */

#location .subtitle,
#location .map{
	margin-bottom: 20px;
}

#location .video-wrap,
.contacts-videos .video-wrap{
	margin: 20px 0 12px;
}

#location h3{
	margin: 0 0 12px;
	line-height: 1.2;
}

#location .video-wrap{
	/*border-radius: 16px;*/
	overflow: hidden;
	background: #000;
	box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

#location .video-wrap p{
	margin: 0;
}

#location .video-wrap iframe{
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
}

@media (min-width: 991px){
	#location > [class*="col-"]{
		display: flex;
		flex-direction: column;
	}
	#location h3{
		min-height: 2.4em;
	}
}



@media screen and (min-width: 992px) {
	#location .video-wrap,
	.contacts-videos .video-wrap{
		margin: 0;
	}
}

@media screen and (min-width: 1920px) {

}

/* ~~~ WORSHOP ~~~ */

.workshop-body h1.entry-title{
	display: inline-block;
}

.workshop-body .entry{
	font-size: 18px;
	padding-right: 25px;
}

@media screen and (min-width: 992px) {
	.workshop-body .entry{
		font-size: 21px;
	}
}

@media screen and (min-width: 1920px) {
	.workshop-body .entry{
		font-size: 28px;
	}
}

/* ~~~ SERVICES ~~~ */

#services{
	background: #DEE1E7;
	padding: 35px 0 20px;
	margin-top: 20px;
}

#services .item{
	text-align: center;
	margin-bottom: 30px;
}

#services .item .text{
	text-align: center;
}

.services-items{
	display: grid;
	gap: .556em;
	margin: 20px 0;

	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services-items .col-lg-3{
	width: 100%;
}

.services-items .col-lg-3 .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 165px;
}

@media (min-width: 750px){
	.services-items{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1100px){
	.services-items{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}


@media screen and (min-width: 992px) {
	#services{
		background: #DEE1E7;
		padding: 3.5vw 0;
		margin-top: 2.8vw;
		margin-bottom: 0;
	}

	#services .item .icon{
		width: 150px;
		height: 150px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
	}

	.services-items{
		margin: 35px 50px;
	}

	#services .item .text{
		font-size: 21px;
		margin-top: 10px;
		line-height: 1.2em;
	}

	#services .item .icon img{
		max-height: 80%;
	}
}

@media screen and (min-width: 1920px) {
	#services .item .text{
		font-size: 30px;
	}
}

.spoiler-wrap{
	margin-bottom: 40px;
}

.entry-content .spoiler-head{
	background: transparent;
	border: 0;
	font-weight: 600;
}

.entry-content .spoiler-head{
	padding: 0;
}

.entry-content .spoiler-body{
	padding: 0;
	border: 0;
	background: transparent;
}

/* ~~~ SIDE MENU ~~~ */

.side-menu{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: row;
	z-index: 1;
}

.side-menu a{
	width: 33.3333%;
	height: 60px;
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: 50% 50%;
	text-align: center;

	color: #fff;
	font-family: 'Gogh ExtraBold';
    text-decoration: none;
    text-transform: uppercase;
	font-size: 16px;
	
	display: flex;
    align-items: self-end;
	justify-content: center;
}

.side-menu a.btn-message{
	background-image: url('imgs/icon-message.svg');
	background-color: #36B0C9;
}

.side-menu a.btn-phone{
	background-image: url('imgs/icon-phone.svg');
	background-color: #00946E;
}

.side-menu a.btn-tickets{
	background-image: url('imgs/icon-tickets.svg');
	background-color: #D50037;
	background-position: 50% 28%;
	padding-bottom: 4px;
}

.side-menu a.btn-tickets span{
	position: absolute;
    width: 66px;
    top: 41px;
    font-size: 13px;
}

@media screen and (min-width: 650px) {
	.side-menu a{
		background-size: 15%;
	}
}

@media screen and (min-width: 992px) {
	.side-menu{
		width: 60px;
		height: 180px;
		box-shadow: -4px 4px 4px rgba(0,0,0,.6);
		top: calc(50% - 90px);
		left: inherit;
		right: 0;
		flex-direction: column;
	}

	.side-menu a{
		width: 60px;
		height: 60px;
		font-size: 12px;
		background-size: 45%;
		transition: all .1s ease-in-out;
	}

	.side-menu a:hover{
		background-size: 55%;
	}

	.side-menu a.btn-tickets span{
		position: static;
		font-size: 12px;
	}
}

@media screen and (min-width: 1920px) {
	.side-menu{
		width: 80px;
		height: 240px;
		top: calc(50% - 120px);
	}

	.side-menu a{
		width: 80px;
		height: 80px;
		font-size: 15px;
	}
}

/* ~~~ TEAM ~~~ */

.team-wrapper{
	display: flex;
	flex-wrap: wrap;
}

.team-wrapper .item{
	display: none;
	margin: 0 13px 20px;
	text-align: center;
	font-size: 16px;
}

.team-wrapper .item .name{
	font-size: 24px;
    margin: 10px 11px 5px;
}

.team-wrapper .item .position {
    margin: 0 11px 10px;
    line-height: 1.2em;
}

.team-wrapper .item:nth-child(1),
.team-wrapper .item:nth-child(2),
.team-wrapper .item:nth-child(3),
.team-wrapper .item:nth-child(4){
	display: block;
}

.team-body .btn-wrapper{
	margin: 1em 0 2em;
}
@media (max-width: 991px) {
	.page-body.team-body .item {
		max-width: 720px;
		width: 100%;
		margin: 0 auto 20px;
	}

	.page-body.team-body .item {
		max-width: 720px;
		width: 100%;
	}

	.page-body.team-body .photo img {
		max-width: 720px;
		width: 100%;
	}
}

@media screen and (min-width: 992px) {
	.team-wrapper .item{
		text-align: left;
		font-size: 18px;
		width: calc(33.33333% - 20px);
		margin: 0 10px 20px;
	}

	.team-wrapper .item:nth-child(1),
	.team-wrapper .item:nth-child(2),
	.team-wrapper .item:nth-child(3),
	.team-wrapper .item:nth-child(4),
	.team-wrapper .item:nth-child(5),
	.team-wrapper .item:nth-child(6),
	.team-wrapper .item:nth-child(7),
	.team-wrapper .item:nth-child(8),
	.team-wrapper .item:nth-child(9),
	.team-wrapper .item:nth-child(10),
	.team-wrapper .item:nth-child(11),
	.team-wrapper .item:nth-child(12){
		display: block;
	}

	.team-wrapper .item .name{
		font-size: 24px;
		margin: 30px 11px 5px;
	}

	.team-body .btn-wrapper{
		margin-top: 1em;
	}

	.hww-video{
		margin-top: 2.5vw;
	}
}

@media screen and (min-width: 1200px) {
	.team-wrapper .item{
		width: calc(25% - 20px);
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 1920px) {
	.team-wrapper .item{
		font-size: 28px;
	}

	.hww-video .video-title{
		font-size: 64px;
	}
}

/* ~~~ NEWS ~~~ */

.news-item{
	margin-bottom: 30px;
}

.news-text{
	margin-top: 20px;
}

.news-text h3{
	margin-top: 10px;
	margin-bottom: 10px;
}

.news-thumb{
	overflow: hidden;
}

.news-thumb img{
	transition: all ease 1s;
	width: 100%;
}

.news-thumb img:hover{
	transition: transform ease 1s;
	transform: scale(1.2);
}

.top-news .news-item .news-text a{
	color: #323E48;
}

@media screen and (min-width: 992px){
	.news-item{
		margin-bottom: 45px;
	}

	.top-news .news-item{
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		margin-bottom: 20px;
	}

	.top-news .news-item .news-thumb{
		width: 66.6666%;
	}

	.top-news .news-item .news-thumb img{
		max-width: 130%;
	}

	.top-news .news-item .news-text{
		width: 33.3333%;
		padding: 3%;
		background: #323E48;
		color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-top: 0;
		font-size: 16px;
	}

	.top-news .news-item .news-text h3{
		font-size: 37px;
		margin: 1em 0;
		letter-spacing: 1.5px;
	}

	.top-news .news-item .news-text a{
		color: #fff;
	}
}

@media screen and (min-width: 1920px){
	.news-item{
		margin-bottom: 63px;
	}

	.top-news .news-item .news-text{
		font-size: 18px;
	}

	.top-news .news-item .news-text h3{
		font-size: 42px;
		margin: 1em 0;
	}

	.top-news .news-item .news-thumb img{
		width: 1040px;
	}
}

/* ~~~ CONTACTS ~~~ */

.contacts-wrapper,
.page-template-page-contacts .map{
	margin-bottom: 20px;
}

.contacts-videos{
	background: #DEE1E7;
	padding: 20px 0;
}

.contacts-videos h3{
	margin: 0 0 12px;
	line-height: 1.2;
}

@media (min-width: 991px){
	.contacts-videos > [class*="col-"]{
		display: flex;
		flex-direction: column;
	}
	.contacts-videos h3{
		min-height: 2.4em;
	}
}

@media screen and (min-width: 992px){
	.contacts-wrapper{
		font-size: 20px;
		padding-right: 50px;
		margin-bottom: 3vw;
	}

	.page-template-page-contacts .map{
		margin-bottom: 3vw;
	}

	.contacts-videos{
		padding: 3vw 0 5vw;
	}
}

@media screen and (min-width: 1920px){
	.contacts-wrapper{
		font-size: 25px;
	}
}

/* ~~~ FOOTER
~~~ */

footer{
	margin-top: 45px;
	position: relative;
    color: #fff;
    padding: 30px 0 120px;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: 100% 78%;
	background-color: #323E48;
	background-size: 180px 126px;
}

footer .offset-lg-2.col-lg-3 {
	width: 100%;
	margin-left: 0;
	margin-bottom: 62px;
}

footer .col-lg-2 {
	display: flex;
	width: max-content;
}

.page-template-page-workshop footer,
.page-template-page-contacts footer{
	margin-top: 0;
}

footer h3{
	text-transform: uppercase;
}

footer .row .col-lg-2:nth-child(2) h3{color: #ECD925;}
footer .row .col-lg-2:nth-child(3) h3{color: #89DC65;}
footer .row .col-lg-2:nth-child(4) h3{color: #CC5599;}

footer .col-lg-2,
footer .subfooter{
	display: block;
}

footer a{
	color: #fff!important;
	text-decoration: none!important;
}

footer .contacts div{
	margin-bottom: 30px;
}

.contact-form .btn{
	margin-top: 15px;
}

footer .form-title,
footer .social-title{
	font-size: 16px;
	margin-bottom: .7em;
}

footer .social-title{
	margin-top: 30px;
}

@media screen and (min-width: 1150px){
	footer .offset-lg-2.col-lg-3 {
		margin-left: 0;
		width: auto;
	}
}

@media screen and (min-width: 992px){
	footer{
		margin-top: 72px;
		padding: 6vw 0 25px;
		background-position: 100% 100%;
		background-size: 374px 262px;
	}

	footer .col-lg-2 {
		min-width: 210px;
	}

	footer .form-title,
	footer .social-title{
		font-size: 20px;
	}

	footer .social-title{
		margin-top: 0;
	}

	footer .navbar-nav{
		align-items: flex-start;
	}

	footer .navbar-nav .menu-item a{
		padding: 0.8em 0!important;
		font-family: 'Gogh Regular';
		font-weight: 400;
		font-size: 1.2vw;
		text-transform: none;
		margin: 0;
		border: none!important;
	}

	footer .navbar-nav .menu-item a:hover{
		text-decoration: underline!important;
	}



	footer .subscribe{
		max-width: 90%;
	}

	footer .subfooter{
		margin-top: 45px;
	}	

	footer .col-lg-2:nth-child(2){
		padding-left: 50px;
	}
}

@media screen and (min-width: 480px){
	footer .offset-lg-2.col-lg-3 {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1920px){
	footer{
		margin-top: 96px;
		padding: 100px 0 30px;
		background-size: 487px 340px;
	}

	.navbar-nav .menu-item a{
		font-size: 21px;
	}

	footer .subfooter{
		margin-top: 60px;
	}	
}

@media (max-width: 991.98px){
	footer .row{
		row-gap: 24px;
	}

	footer .row > .col-lg-2{
		width: 32%;
		padding-left: 12px;
		padding-right: 12px;
		margin-bottom: 0;
	}

	footer h3{
		/*font-size: 14px;*/
		line-height: 1.2;
		letter-spacing: .06em;
		margin: 0 0 12px;
		text-align: center;
	}

	footer .navbar-nav{
		margin: 0;
		padding: 0;
	}

	footer .navbar-nav .menu-item a{
		display: inline-block;
		padding: 6px 0 !important;
		font-size: 15px;
		line-height: 1.35;
		opacity: .92;
		text-align: center;
	}

	footer .navbar-nav .menu-item a:hover{
		opacity: 1;
		text-decoration: underline !important;
	}
}

@media (max-width: 550px){
	footer .row > .col-lg-2{
		width: 100%;
	}
}


/* ~~~ FORM STYLES ~~~ */

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]), textarea{
	font-size: 16px;
	padding: 10px 15px 10px;
	box-shadow: none;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #fff;
	background: #fff;
	color: #323E48;
	border-radius: 1px;
}

footer input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]), footer textarea{
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}

input[type="submit"]{
	border: 0!important;
}

textarea{
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	min-height: 300px;
	height: 300px;
	max-height: 400px;
	background: #fff;
	color: #323E48;
}

::-webkit-input-placeholder{color: #323E48;}
::-moz-placeholder{color: #323E48;}
:-moz-placeholder{color: #323E48;}
:-ms-input-placeholder{color: #323E48;}

footer ::-webkit-input-placeholder{color: #fff;}
footer ::-moz-placeholder{color: #fff;}
footer :-moz-placeholder{color: #fff;}
footer :-ms-input-placeholder{color: #fff;}

:focus::-webkit-input-placeholder{color: transparent}
:focus::-moz-placeholder {color: transparent}
:focus:-moz-placeholder{color: transparent}
:focus:-ms-input-placeholder{color: transparent}

.download-btn{
	position: relative;
}

.download-btn .btn-primary{
	background: #333F48;
	font-family: 'Gogh Regular';
	text-transform: none;
	margin-bottom: 25px;
	font-size: 16px;
    padding: 14px 20px 13px;
}

.download-btn .yourfile{
	opacity: 0;
    position: absolute;
    z-index: 1;
	top: 15%;
    left: 0;
	cursor: pointer;
}

.wpcf7 input[type="file"]{
	width: 200px;
}

@media screen and (min-width: 992px) {
	.wpcf7 input[type="file"]{
		width: auto;
	}

	.download-btn .yourfile{
		left: 8%;
	}

	input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), textarea{
		font-size: 18px!important;
	}

	.download-btn{
		width: 65%;
		float: left;
	}

	.download-btn .btn-primary{
		font-size: 18px;
		padding: 14px 40px 13px;
	}

	#consult input[type="submit"]{
		float: right;
	}

	.inputs-row{
		display: flex;
		justify-content: space-between;
	}
	
	.inputs-row .item{
		padding: 0 10px;
		min-width: 50%;
	}
	
	.inputs-row .item:first-child{
		padding-left: 0;
	}
	
	.inputs-row .item:last-child{
		padding-right: 0;
	}
}

@media screen and (min-width: 1920px) {
	input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), textarea{
		font-size: 20px!important;
	}
}

/* ~~~ SLICK THEME.CSS HERE ~~~ */

/* Arrows */
.slick-prev,
.slick-next{
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    width: 8px;
	height: 15px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before{
    opacity: 1;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before{
    opacity: .6;
	filter: grayscale(1);
}

.slick-prev::before,
.slick-next::before{
    content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 15px;
	top: 0;
	left: 0;
	background-image: url(imgs/arrow.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev::before{
	transform: scale(-1,1);
}

.slick-prev{
	left: 0;
}

.slick-next{
    right: 0;
}

.slick-slide img{
	margin: 0 auto;
}

@media screen and (min-width: 992px){	
	.slick-prev,
	.slick-next{
		top: 50%;
	}
	
	.slick-prev{
		left: -15px;
	}

	.slick-next{
		right: -15px;
	}
}

/* Dots */
.slick-slider{
    margin-bottom: 30px;
}

.slick-dots{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li{
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
	border-radius: 50%;
	padding: 5px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: #6c6c6c;
}

.slick-dots li button:hover{
    background: #9b9b9b;
}

.slick-dots li.slick-active button{
    background: #0071ce;
}


@media screen and (min-width: 992px){
	.slick-dots{
		width: 110px;
		left: 275px;
	}
}

/* ~~~ CUSTOM ACCEPTANCE ~~~ */

.acceptance{
	display: inline-block;
	font-size: 15px;
	margin-bottom: 5px;
	text-align: left;
}

.acceptance span.wpcf7-list-item{
	margin: 0;
}

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.acceptance label {
	color: #fff;
	font-size: 14px;
	display: inline-flex;
	align-items: top;
	user-select: none;
}

.acceptance label::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #fff;
	margin-top: 3px;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.acceptance label a{
	text-decoration: underline!important;
}

label.has-cheked-input::before{
	background-image: url("imgs/accept-check.svg");
}

/* ~~~ SOME CF7 STYLES HERE ~~~ */

div.wpcf7-response-output {
	margin: 1em 0.5em 1em;
	padding: 0.2em 1em;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	clear: both;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 12px;
	font-weight: normal;
	display: block;
	position: absolute;
	bottom: -32px;
	right: 4px;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

.grecaptcha-badge{
	opacity: 0;
}

.wpcf7 input[name="order-item"],
.wpcf7-spinner{
	display: none !important;
}

.wpcf7 p{
	margin-bottom: 0;
}

/* ~~~ MODAL STYLES ~~~ */

body.modal-open{
	overflow: visible!important;
	padding-right: 0!important;
}

.modal-body form{
	text-align: center;
}

.modal-dialog{
	width: 90%;
	max-width: 400px;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: none;
	margin: 5% auto;
	background: #0071ce;
	color: #fff;
}

.modal-dialog.modal-text{
	max-width: 800px;
}

.modal-dialog a{
	color: #fff;
}

.modal-content{
	border: none;
	box-shadow: none;
	background: transparent;
}

.modal-content .btn{
	margin-top: 10px;
}

.modal-header{
	border: none;
}

.modal-body{
	margin: 0 15px;
	padding: 0 1rem;
}

.modal-content .form-title{
	font-size: 21px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.modal input, .modal textarea{
	margin-bottom: 15px!important;
}

.modal div.wpcf7-response-output{
	text-align: center;
}

.modal-full{
	width: 100%!important;
	max-width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
	top: 0;
	left: 0;
}

/* ~~~ WP DEFAULT STYLES ~~~ */

img.size-full, img{
	width: auto;
	height: auto;
	max-width: 100%;
}

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    margin: auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pagination h2.screen-reader-text{
	display: none;
}

.nav-links .page-numbers{
	font-size: 17px;
	display: inline-block;
	background: #0099cc;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}

.nav-links .page-numbers:hover{
	background: #f7941c;
}

.nav-links .current,
.nav-links .current:hover{
	background: none;
	color: #323232;
}

/* ~~~ WP DEFAULT GALLERY ~~~ */

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	/*width: 100% !important;*/
	/*object-fit: cover;*/
	max-height: 500px;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* ~~~ quests-and-events ~~~ */

.qe-archive .qe-card__media img {
	object-fit: cover;
	height: 320px;
	width: 100%;
}

.qe-archive .qe-card__body {
	margin-top: 7px;
}

.qe-archive .qe-card__title {
	margin-top: 10px;
}

.qe-archive .qe-card__excerpt {
	margin-bottom: 5px;
}

.qe-archive .has-border.border-blue-first {
	margin-top: 40px;
}

/* ===== custom utp ===== */

.utp-container {
	display: flex;
	flex-direction: column;
}

.utp-container .info-more {
	display: flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	text-decoration: none;
	cursor: pointer;
	padding-bottom: 2px;
	height: 35px;
}

@media (min-width: 992px) {
	.utp-container .info-more {
		height: 55px;
	}
	.utp-container .info-more span {
		font-size: 1.7vw !important;
	}
}

.utp-container .info-more:hover {
	border-bottom: 2px #FFFFFF solid;
}

.utp-container .info-more span {
	font-size: 16px;
	color: #FFFFFF;
}

.utp-container .info-more img {
	width: 25px;
	height: 25px;
}

.utp-container .utp-container__text {
	/*display: -webkit-box;*/
	/*-webkit-line-clamp: 3;*/
	/*-webkit-box-orient: vertical;*/
	/*overflow: hidden;*/
}

/* ===== About page ===== */
.entry-title.has-border {
	color: #323E48;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 28px;
	line-height: 1.1;
	font-size: clamp(32px, 4.2vw, 64px);
	position: relative;
	padding-bottom: 18px;
}

.entry-title.has-border::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	background-image: url(https://miniland.ua/wp-content/themes/miniland/imgs/title-border_blue-first.svg);
}

.about-section.first-title {
	margin-top: 25px;
}

.about-section {
	margin-bottom: 25px;
}

.about-section section {
	margin-bottom: 0 !important;
}

.about-section a {
	color: #323E48;
}

.ml-post {
	color: #323E48;
	line-height: 1.65;
	font-size: 18px;
}

.ml-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.ml-post > .ml-block {
	padding: 56px 0;
	width: 100%;
}

.ml-post > .ml-block:nth-child(odd) {
	background: #ffffff;
}

.ml-post > .ml-block:nth-child(even) {
	background: #f3f4f6;
}

.ml-title {
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 24px;
	font-size: clamp(28px, 3.6vw, 46px);
}

.ml-title.has-border {
	position: relative;
	padding-bottom: 18px;
}

.ml-title.has-border::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	background-image: url(https://miniland.ua/wp-content/themes/miniland/imgs/title-border_blue-first.svg);
}

.ml-title-accent {
	display: inline-block;
	margin: 0 0 18px;
	padding: 10px 14px;
	border-radius: 12px;
	/*background: rgba(50, 62, 72, 0.08);*/
	line-height: 1.15;
	font-size: clamp(22px, 3.0vw, 38px);
	letter-spacing: -0.02em;
	font-weight: 900;
}

.ml-title-emphasis {
	display: inline-block;
	margin: 0 0 18px;
	padding: 10px 14px;
	background: #323E48;
	color: #fff;
	border-radius: 10px;
	line-height: 1.2;
	font-size: clamp(22px, 2.8vw, 34px);
	letter-spacing: -0.02em;
	font-weight: 800;
}

.ml-text p {
	margin: 0 0 16px;
}

.ml-text p:last-child {
	margin-bottom: 0;
}

.ml-grid {
	display: grid;
	gap: 24px;
}

.ml-grid-2 {
	grid-template-columns: 1fr 1fr;
}

.ml-grid.ml-grid-2 {
	margin-bottom: 15px;
}

.ml-split {
	display: grid;
	grid-template-columns: 415px 1fr;
	gap: 56px;
	align-items: start;
}

.ml-split-left .ml-title {
	margin-bottom: 24px;
}

.ml-figure {
	margin: 0;
}

.ml-photo {
	width: 100%;
	aspect-ratio: 16 / 10;
	background: #E6E9ED;
	background-size: cover;
	background-position: center;
	border-radius: 0;
	position: relative;
	overflow: hidden;
}

.ml-photo-wide {
	aspect-ratio: 21 / 9;
}

.ml-photo-portrait {
	aspect-ratio: 4 / 3;
}

.ml-photo-title {
	margin: 10px 0 0;
	font-weight: 700;
	font-size: 16px;
}

.ml-figure-wide {
	margin: 26px 0;
}

.ml-list {
	margin: 0 0 18px;
	padding-left: 20px;
}

.ml-list li {
	margin: 8px 0;
}

@media (max-width: 980px) {
	.ml-grid-2 {
		grid-template-columns: 1fr;
	}

	.ml-split {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.ml-photo-wide {
		aspect-ratio: 16 / 10;
	}
}


.ml-post .ml-block.first-block {
	padding-top: 0 !important;
}

.ml-grid.ml-grid-2 p {
	display: none;
}

.ml-title.ml-title-accent {
	margin: 0;
	padding-top: 26px;
}

.about-wysiwyg {
	max-width: 1337px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Quests & Events */
#quests-events{
	background: #ECD925;
	padding: 60px 0;
}

#quests-events .row-quests-events{
	display: contents;
}

#quests-events .qe-card--home{
	background: transparent;
}

#quests-events .qe-card__media{
	display:block;
	width:100%;
}

#quests-events .qe-card__img{
	width:100%;
	height:auto;
	display:block;
}

#quests-events .qe-card__title{
	margin: 10px 0 6px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.15;
}

#quests-events .qe-card__title a{
	color:#000;
	text-decoration:none;
}

#quests-events .qe-card__excerpt{
	color:#000;
	font-size: 13px;
	line-height: 1.45;
	opacity: .9;
	margin-bottom: 6px;
}

#quests-events .qe-card__more{
	color:#000;
	text-decoration: underline;
	font-size: 13px;
}

#quests-events .btn-wrapper{
	margin-top: 28px;
}

#quests-events .btn-red{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	background:#D90429;
	color:#fff;
	padding: 14px 34px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .6px;
	border-radius: 0;
	text-decoration: none;
	border: 0;
	line-height: 1;
}

#quests-events .btn-red:hover{
	color:#fff;
	filter: brightness(0.92);
}

/* Archive: Quests & Events */
.qe-archive{
	padding: 60px 0;
}


.qe-archive .qe-card__media{
	display:block;
}

.qe-archive .qe-card__img{
	width: 100%;
	height: auto;
	display:block;
}


.qe-card__media{
	display:block;
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #323E48;
}

.qe-card__img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display:block;
}

.qe-card__placeholder{
	position:absolute;
	inset:0;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#323E48;
}

.qe-card__placeholder-logo{
	width: min(270px, 60%) !important;
	height: auto !important;
	display:block;
	opacity: .95;
}


.qe-card__placeholder-text{
	color:#fff;
	font-weight: 800;
	letter-spacing: .6px;
	text-transform: uppercase;
	font-size: 18px;
	opacity: .95;
}


.qe-archive .qe-card__title{
	margin: 12px 0 8px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.15;
}

.qe-archive .qe-card__title a{
	color:#000;
	text-decoration: underline;
}


.qe-archive .qe-card__excerpt{
	font-size: 14px;
	line-height: 1.55;
	color:#000;
	opacity: .9;
	margin-bottom: 8px;
}


.qe-archive .qe-card__more{
	color:#000;
	text-decoration: underline;
	font-size: 14px;
}


.qe-archive .qe-col{
	margin-bottom: 34px;
}

/* Pagination */
.qe-archive .qe-pagination{
	margin-top: 10px;
}

.qe-archive .pagination{
	display:flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	margin: 20px 0 0;
}

.qe-archive .pagination .page-numbers{
	display:inline-flex;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	align-items:center;
	justify-content:center;
	text-decoration:none;
	font-weight: 700;
	color:#000;
	border: 2px solid #000;
	background: transparent;
}

.qe-archive .pagination .page-numbers.current{
	background:#000;
	color:#fff;
}

.qe-archive .pagination .page-numbers:hover{
	filter: brightness(0.9);
}

.qe-card__excerpt p { margin: 0 0 4px; }
.qe-card__excerpt p:last-child { margin-bottom: 0; }

/*.contacts-wrapper__link {*/
/*	text-decoration: none !important;*/
/*}*/