/*
	Theme Name: MR 
	Description: Szablon stworzony dla MR
	Version: 1.0
	Author: Noveo
	Author URI: http://noveo.pl/

*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

body,
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar{
	font: 400 16px/1.4 'General Sans', sans-serif;
}

body {
	color: #565656;
	margin: unset;
	padding-top: 84px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	height: initial;
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #000000;
	text-decoration:none;
	transition: 0.4s;
}
a:hover {
	color:#444;
} 

h1{
    color: black;
    font-weight: 500;
    font-family: 'Literata';
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
h2{
    margin: unset;
    color: black;
    font-weight: 500;
    font-family: 'Literata';
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 55px;
}
h3{}
h4{}
h5{}

.head-abs{
	position: fixed!important;
	top: 0px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	z-index: 9999;
	background: white;
}

.stickymenu .head-abs {
    position: fixed;  
    max-width: 100%;
    width:100%;
}

.stickymenu .header {
    max-width: 1650px;
    margin: 0 auto;
    padding: 5px 0px;
}


.logo-img {
    transition: 0.4s;
    height: 100px;
}


.stickymenu .logo-img {
    height: 60px;
}


.head-abs:after{
	content:"";
	height: 0%;
	position: absolute;
	left: 0px;
	width: 100%;
	top: 0px;
	z-index: -1;
	transition: 0.4s;
} 
.stickymenu .head-abs:after{
	content:"";
	height: 100%;
} 			
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1350px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {display: flex;justify-content: space-between;padding: 15px 0px;transition: 0.4s;}
/* logo */
.logo {display: flex;align-items: center;width: 13%;justify-content: center;}
.logo-img {

}
/* nav */
.nav {display: flex;align-items: center;width: 30%;}

.nav ul{
    padding: unset;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
.nav li{
    position: relative;
    white-space: nowrap;
    margin-right: 35px;
    position: relative;
}


.nav a:hover,
.current-menu-item > a, 
.current-page-ancestor > a{
	transition: 0.4s;
	color: #0073FF !important;
}


  
.header  .nav .sub-menu{
	display: none;
	position:absolute;
	flex-direction: column;
	z-index: 99999;
	opacity: 0;
}

.header  .menu-item-has-children:hover .sub-menu{
	    background: white;
	    width: auto;
	    display: block;
	    padding: 20px;
	    left: -20px;
	    animation-duration: 1s;
	    animation-fill-mode: forwards;
	    animation-name: load;
}
@keyframes load {
  0%   {opacity:0;} 
  100% {opacity: 1}
}

.header .sub-menu   li{margin-left: unset;}
.header .sub-menu a{
	padding-left: unset;
	display: block;
	padding: 10px 15px;
	margin: unset;
}


.nav a{
    text-transform: uppercase;
    font-family: literata;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

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

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
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;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
		height: auto;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


#toggle{
 display: none;
}

 



@media only screen and (max-width:942px) {


	header .nav.show-mobile ul{
		display: none;
		position: initial;
	}
	header .sub-menu{
		padding: 0px!important;
	}
	header .sub-menu li{
		margin: 0px!important;
		padding-left: 0px;
	}

	.header .nav .sub-menu{
		position:initial;
		opacity: 1;
	}

	.nav li{
		margin: unset;
	}

	 header .nav ul{
	    overflow: hidden;
	    position: absolute;
	    display: none;
	    background: white;
	    flex-direction: column;
	    width: 100%;
	    padding: 19px;
	    z-index: 9999999;
	    border-top: 1px solid #dbc4a7;
	    left: 0px;
	    transition: 0.4s;
	    top: 81px;
	    padding-bottom: 25px!important;
	}
	header .nav ul a{
		padding: 5px;
		display: inline-block;
		font-size: 16px;
		width: 100%;
		background:unset;
		text-align: center;
	}

    .logo{
    width: 100%;
    justify-content: center;
    }
 
	.head-abs .wrapper{width: 100%;}


	.wrapper-mobile {
	    width: 100%;
	}

	body{
		padding-top: 73px;
	}
 

	header .nav{
		z-index: 999999;
		width: auto;
	}

	.stickymenu #toggle{
		top: 39px;
	}

    .stickymenu header .nav ul{
    	top: 68px;
    }

	#toggle{
	    display: flex;
	    padding: 10px;
	    text-align: right;
	    font-size: 40px;
	    width: 100%;
	    padding-right: 10px;
	    flex-direction: column;
	    align-items: flex-end;
	    position: absolute;
	    margin-left: unset;
	    width: 51px;
	    right: 20px;
	    z-index: 99999;
	    top: 45px;
	}


	
	 .arrow-menu{
		 display: initial!important;
		}

	.hamburger-icon{
	    width: 31px;
	    height: 2px;
	    background-color: #0073FF;
	    margin: 2px 0;
	    display: block;
	}
	  
	.head-wrap{
		width: 100%;
	}


	.nav > ul{
		overflow-y: scroll;
		padding-bottom: 50px!important;
	}
	  
}



.form-row-cf{
    display: flex;
    flex-direction: column;
    width: 49%;
}

 
.form-item-cf{
    width: 100%;
}

 

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {

    border-radius: 0 !important;
    font-size: 14px;
    padding: 16px !important;
    font-weight: normal;
    border: 1px silid red;
    margin-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
    background: transparent;
    padding-left: unset!important;
}


.wpcf7-text:active, .wpcf7-text:focus, .wpcf7-textarea:active, .wpcf7-textarea:focus {
    outline: none!important;
    border:none;
    color: black;
    border-bottom: 1px solid #b1b1b1;
}



::-webkit-input-placeholder { /* Chrome */
  color: ##565656;
}
:-ms-input-placeholder { /* IE 10+ */
  color: ##565656;
}
::-moz-placeholder { /* Firefox 19+ */
  color: ##565656;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: ##565656;
  opacity: 1;
}


input[type="submit"] {
    background: #0073FF;
    color: white;
    font-family: 'Literata';
    padding: 18px 20px;
	transition:0.4s;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    border: unset;
    cursor: pointer;
}

input[type="submit"]:hover{
	opacity:0.7
}



.wpcf7-text:active::-webkit-input-placeholder,
.wpcf7-text:focus::-webkit-input-placeholder,
.wpcf7-textarea:active::-webkit-input-placeholder,
.wpcf7-textarea:focus::-webkit-input-placeholder{ 
    color:black;
}
.wpcf7-text:active::-ms-input-placeholder,
.wpcf7-text:focus::-ms-input-placeholder,
.wpcf7-textarea:active::-ms-input-placeholder,
.wpcf7-textarea:focus::-ms-input-placeholder{ 
    color:black;
}
.wpcf7-text:active::-moz-placeholder,
.wpcf7-text:focus::-moz-placeholder,
.wpcf7-textarea:active::-moz-placeholder,
.wpcf7-textarea:focus::-moz-placeholder{ 
    color:black;
}
.wpcf7-text:active::-moz-placeholder,
.wpcf7-text:focus::-moz-placeholder,
.wpcf7-textarea:active::-moz-placeholder,
.wpcf7-textarea:focus::-moz-placeholder{ 
    color:black;
} 

.form-column-cf{display: flex;justify-content: space-between;}



@media only screen and (max-width:700px) {

    .form-column-cf{
		flex-direction: column;
	}

	.form-row-cf{
		width:100%;
	}

}



.bg-single{
	height: 450px;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}

.bg-single.no-img{background-color: black;}



@keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-element {
  animation: fade-in 0.8s;
}
.hidden {
  opacity: 0;
}

			.gallery-size-full .gallery-item {
			    padding: 5px;
			}

.foot-bg {
    background: #102f56;
    padding-top: 50px;
}
.logo-item:hover{
	opacity:0.7;
}
.foot-cols {display: flex;justify-content: space-between;padding: 60px 0px;flex-wrap: wrap;}
.foot-col a {transition: 0.4s;}

.foot-col a:hover{opacity:0.7;color: #0073FF!important;}
.foot-col p{
	margin-top: 0px;
}
.foot-col ul{
    margin: unset;
    padding: unset;
    list-style: none;
    line-height: 30px;
}
.foot-col li{
    max-width: 146px;
}
.foot-col a{}

.foot-title {text-transform: uppercase;margin-bottom: 5px;font-size: 24px;font-family: 'Literata';color: white;margin-bottom: 20px;}
.hr-bar {height: 2px;background: #ADADAD;}

.copyright{
	text-align: center;
	padding: 20px 0px;
	margin: unset;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #B8B8B8;
	font-weight: 300;
	font-size: 14px;
	margin-top: 10px;
}

.copy-left{
}

.foot-spac{
	margin: 0 10px;
}

.foot-col img{
	margin:unset;
}


.foot-logo{
	
height: 30px;
	
margin-left: 20px;
}


 

span.wpcf7-list-item{
  margin-left:unset;
}

.copysend{
  display: none!important;
}

 

.page-bread span{
	display: flex;
	flex-wrap: wrap;
}


.page-bread p {
	margin:unset;
	display: flex;
}

.page-bread{
	display:flex;
	flex-wrap: wrap;
}

 


.simple-margin{
	margin: 0 auto;
	padding: 80px 0;
}


.foot-col-1{}

.foot-col-1 img{
    max-width: 250px;
}

					
table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover {background-color: #ddd;}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}


.wpcf7-acceptance{
	
}


.arrow-menu.rotatearrow{
	transform: rotate(90deg);
} 

.children .arrow-menu.rotatearrow{right: 3px;top: 9px;}

.arrow-menu{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 20px;
	text-align: center;
	z-index: 999;
	display: none;
}

.children .arrow-menu{
	top: 3px;
	right: 10px;
	width: 30px;
}

.nav li:after{
	content:"";
	background-image: url(/wp-content/themes/mr/img/triangle.svg);
	position: absolute;
	width: 8px;
	height: 8px;
	right: -20px;
	top: 8px;
}

.nav li:last-of-type:after{content: unset;}

.header-btns{
	display: flex;
	align-items: center;
	width: 45%;
	justify-content: flex-end;
}



.header-btns .btn2{
	margin-left: 20px;
}

.btn1 a{
    position: relative;
    border: 1px solid #0073FF;
    color: #0073FF;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn1 a span:first-of-type{
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
} 

.btn1 a span:last-of-type{
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	color: black;
	font-weight: 500;
	font-family: 'Literata';
} 


.btn2 a{
    background: #0073FF;
    color: white;
    font-family: 'Literata';
    padding: 18px 20px;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}


.btn1 a:before{
	content:"";
	background-image: url(/wp-content/themes/mr/img/trw.svg);
	position: absolute;
	width: 24px;
	height: 24px;
	left: -13px;
	top: 14px;
}


.btn1 a:after{
	content:"";
	background-image: url(/wp-content/themes/mr/img/trw.svg);
	position: absolute;
	right: -12px;
	width: 24px;
	height: 24px;
	top: 14px;
}


.send-btn:before,
.btn2 a:before{
	content:"";
	background-image: url(/wp-content/themes/mr/img/trd.svg);
	position: absolute;
	left: -9px;
	width: 17px;
	height: 16px;
	top: 18px;
	z-index: 9;
}
.send-btn:after,
.btn2 a:after{
	content:"";
	background-image: url(/wp-content/themes/mr/img/trd.svg);
	position: absolute;
	right: -8px;
	width: 17px;
	height: 16px;
	top: 18px;
	z-index: 9;
}

.head-baner-box {
	min-height: 650px;
	background-size: cover;
	display: flex;
	align-items: center;
	background-position: center;
	position: relative;
	background-position: left;
}

.wrapper-small {max-width: 1250px;width: 95%;margin: 0 auto;position: relative;}
.head-stars {margin: 20px 0;}
.head-subtite {font-size: 14px;color: white;text-transform: uppercase;font-weight: 600;letter-spacing: 2px;margin: 10px 0;}
.head-title {font-family: 'Literata';text-transform: uppercase;color: white;font-size: 48px;max-width: 545px;margin: 5px 0;margin-top: unset;line-height: 45px;}
.head-btn {margin: 20px 0;}
.head-baner-wrap{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1250px;
	margin: 0 auto;
	width: 95%;
	position: relative;
}


.head-over{
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(102, 133, 117, 0.35) 0%, rgba(102, 133, 117, 0) 56.25%);
}


.cta-box {max-width: 560px;text-align: center;padding: 100px 0;margin: 0px auto;}
.cta-icon {margin-bottom: 50px;text-align: center;}
.cta-subtitle {color: #0073FF;text-transform: uppercase;font-size: 14px;font-weight: 600;letter-spacing: 5px;margin: 0px 0;}
.cta-title {
}
.cta-text {margin: 30px 0;line-height: 30px;}

.cta-btn {
}

.cta-section{
	background-position: center;
	background-size: contain;
}

.our-box {background: #dceeff;color: white;padding: 80px 0;}
.our-inner {
}
.simple-subtitle {text-align: center;color: #ffffff;text-transform: uppercase;font-size: 14px;font-weight: 600;letter-spacing: 5px;margin: 0px 0;position: relative;z-index: 9;margin-bottom: 15px;}
.simple-title {text-align: center;}
.our-box .simple-title{
	color: #000000;
}

.our-list {display: flex;flex-wrap: wrap;justify-content: space-between;}
.slider-item {display: block;width: 32.5%;height: 288px;display: flex;justify-content: center;align-items: center;color: white;text-transform: uppercase;font-size: 24px;font-family: 'Literata';font-weight: 500;background-position: center;background-size: cover;}

.slider-item:hover{
	color: white;
	opacity: 0.7;
}

.slider-item:nth-child(1){
	width: 66%;
	margin-bottom: 15px;
}

.icons-list {display: flex;justify-content: space-between;width: 100%;max-width: 1500px;margin: 50px auto;text-align: center;margin-top: -80px;margin-bottom: 0px;padding-bottom: 50px;flex-wrap: wrap;}
.icon-item {width: 25%;position: relative;}
.icon-text {font-size: 16px;font-family: 'Literata';text-transform: uppercase;max-width: 240px;margin: 20px auto;font-weight: 500;}

.icon-item:after{
	content:"";
	height: 70px;
	width: 1px;
	background: #ACC9E4;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0, -50%);
}

.icon-item:last-of-type:after{
	content:none;
}

.our-button{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.slider-cont{
	position: relative;
}

#customize-controls{
	display: flex;
	justify-content: space-between;
}


.controls .next{
    top: 55%;
    position: absolute;
    right: -37px;
    z-index: 9;
    transform: translate(0, -50%);
    cursor: pointer;
}
.controls .prev{
    position: absolute;
    top: 55%;
    left: -37px;
    z-index: 9;
    transform: translate(0, -50%);
    cursor: pointer;
}

.carousel-item:hover{
	opacity:0.7;
}

.carousel-item{
	height: 452px;
	display: block;
	background-position: center;
	background-size: cover;
}

.my-slider3 .carousel-item{
	height: 324px;
	display: block;
	background-position: center;
	background-size: cover;
}
.tns-outer{
	position:relative;
}

.tns-nav{
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.tns-nav button{
	margin: unset;
	padding: unset;
	width: 8px;
	height: 8px;
	border: unset;
	margin: 0px 12px;
	transform: rotate(45deg);
	background: unset;
	border: 1px solid #ACC9E4;
}

.tns-nav .tns-nav-active{
	background: #1E83FF;
}

.review-box{
	padding: 110px 0px;
}


.opinion-box {border: 1px solid #0073FF;padding: 40px 40px;background: white;}
.opinion-text {font-size: 14px;font-weight: 400;margin-bottom: 20px;}
.opinion-name {margin: 20px 0;color: black;font-weight: 500;font-family: 'Literata';text-transform: uppercase;font-size: 24px;}
.opinion-service {font-size: 14px;font-weight: 400;color: #0073FF;}



.btn-wrap {text-align: center;min-height: 570px;display: flex;flex-direction: column;justify-content: center;background-position: center;background-size: cover;}
.btn-section {
}
 
.simple-btn {
}
 
.btn-section h2{
	color:white;
}


.sygn-foot{
	text-align: center;
}

.copyright a{
	color: #B8B8B8;
	font-weight: 500;
}

.copyright a:hover{
	color:#0073FF!important;
}

.copy-left a{
	text-transform: uppercase;
	font-family: 'Literata';
	margin-left: 40px;
	font-weight: 400;
	letter-spacing: 3px;
}

.foot-cols a{
	color:white;
}

.foot-menu a{
	text-transform: uppercase;
	font-family: 'Literata';
}

.foot-text-col a{
	color: #B8B8B8;
}

.foot-text-col{
	color:#9ba6b0;
	font-size: 14px;
	line-height: 25px;
}


.footer-carousel{
	text-align: center;
	padding-top: 100px;
	margin-bottom: -60px;
}


.footer-carousel .simple-subtitle{margin-top: 50px;}

.foot-col{
	width: 25%;
}


.subpage-header {height: 395px;background-position: center;background-size: cover;display: flex;flex-direction: column;justify-content: center;position: relative;}
.subpage-overlay {position: absolute;width: 100%;height: 100%;background: rgb(0 0 0 / 30%);}
.subpage-lines {position: absolute;z-index: 999;height: 100%;width: 100%;background-position: center;background-size: cover;opacity: 0.1;}

.subpage-header .simple-title{
	color:white;
	position: relative;
	z-index: 9;
	margin-bottom: unset;
	margin-top: unset;
}

 
.chess-list {/* padding-top: 80px; */margin-bottom: 80px;}
.chess-item {margin: 100px 0;display: flex;justify-content: space-between;}
.chess-left {width: 40%;display: flex;flex-direction: column;justify-content: center;}
.chess-right {width: 40%;display: flex;justify-content: end;}

 .chess-left p {
	 line-height: 30px;
	}

.chess-item:nth-child(even) .chess-right {
    order:-1
}

.chess-bg{background-position: center;background-size: cover;}

	.chess-item:last-of-type{
		margin-bottom:0px;
	}
 
.price-box {
    padding-top: 130px;
}
.price-sygn {text-align: center;padding-bottom: 50px;}
.price-list {position: relative;background: white;}
.price-item {padding: 0px 0;} 
.price-service-list {padding: 80px 0;}
.price-s-box {display: flex;justify-content: space-between;margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid #ACC9E4;}
.price-s-left {font-family: 'Literata';font-weight: 600;text-transform: uppercase;}
.price-s-right {color: #0073FF;text-transform: uppercase;font-family: 'Literata';font-weight: 500;}


.price-s-box:last-of-type{
	border:unset;
}



.contact-box {
} 
.contact-signature {text-align: center;padding-top: 130px;margin-bottom: 40px;} 
.contact-form {margin-bottom: 80px;}
.contact-tiles {display: flex;justify-content: space-between;margin-bottom: 50px;}
.tile-left {width: 49%;background: rgb(16, 47, 86);color: white;padding: 40px;min-height: 500px;display: flex;flex-direction: column;justify-content: space-between;}
.tile-subtitle {color: #0073FF;text-transform: uppercase;font-size: 14px;font-weight: 600;letter-spacing: 5px;margin: 0px 0;position: relative;z-index: 9;}
.tile-title {color: white;}
.tile-box {display: flex;justify-content: space-between;}
.tile-adres {width: 50%;}
.tile-field {color: #ffffff;}
.tile-hours {width: 50%;}
.tile-right {width: 49%;}

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


.acceptance-container{
	width: 49%;
}


.form-down label{
	display: flex;
	align-items: flex-start;
}

.form-down label input{
	margin-right: 15px;
}

.tile-up{
	
}


.tile-adres span,
.tile-hours span{
	text-transform: uppercase;
	font-family: 'Literata';
}

.wpcf7-list-item-label{
	font-size: 14px;
	cursor: pointer;

}


.send-btn{
	position:relative;
	width: fit-content;
	display: flex;
}

.wpcf7-spinner{
	position: absolute;
	right: 0px;
	top: -30px;
}

.btn1:hover{
	opacity:0.6	
}

.btn2:hover a {
    background: #004599;
    box-shadow: 0 8px 25px rgba(0,0,0,0.4);
    transform: translateY(-3px);
}



.btn{
	transition:0.4s;
}

.tile-field a{
	color:#0073FF;
}

.head-banner-mobile,
.mobile-info{
	display:none;
}


.head-baner-mobile-wrap{
	position: relative;
}
















*{
	
}



 
@media only screen and (max-width:1366px) {
	  .header-btns{
		  width:auto;
		  display: none;
		 }
}
@media only screen and (max-width:1307px) {
	
	.slider-item{
		width:100%!important;
		margin-bottom: 15px;
		min-height: 36vw;
	}

	.icon-item{
		width: 100%;
	}

	.icon-item:after{
		content:unset;
	}
 

	
}
 

 


@media only screen and (max-width:942px) {

	.header{
		padding-top: 43px;
	}

	.stickymenu .header{
		padding-top: 39px;
	}

	.mobile-info{
		display:flex;
		position: absolute;
		background: black;
		width: 100%;
		color: white;
		top: 0px;
		padding: 5px 6px;
		justify-content: space-between;
		font-family: 'Literata';
	}

	.mobile-info a{
		color:white;
		width: 50%;
		text-align: center;
		border-right: 1px solid #0073FF;
		font-size: 12px;
	}

	.mobile-info a:last-of-type{
		border:unset;
	}
	
	.head-title{
		margin: 0 auto;
		font-size: 30px;
	}
		
	.head-baner-wrap{
		text-align:center;
		padding: 30px 0px;
	}
	
	.tile-left{
	    width: 100%;
	}
	.tile-right{
	    width: 100%;
	    margin-top: 10px;
	    height: 500px;
	}

	.contact-tiles{
		flex-direction: column;
	}

	.chess-item{
		flex-direction: column;
		margin: unset;
		margin-bottom: 80px;
	}



	.chess-left{
		width: 100%;
	}

	.chess-right{
		width: 100%;
		order: 1!important;
		display: flex;
		justify-content: center;
		margin-top: 50px;
	}

	.copy-left a{
		margin-top: 10px;
	}


	.copy-left{
	flex-direction: column;
	display: flex;
	margin-bottom: 10px;
	}

	.foot-col li{
		max-width: unset;
	}

	.foot-col{
		width: 100%;
		text-align: center;
	}
	.nav li:after{
		content:unset;;
	}
	header .nav ul .header-btns{
		flex-direction: column;
		width: 100%;
		align-items: flex-start;
	}

	header .nav ul .btn1 a{
		background: unset;
		border: unset;
		border: 1px solid #dbc4a7;
		display: flex;
		padding: 10px 20px;
	}
	header .nav ul .btn2 a{
		background: unset;
		border: unset;
		display: inline-block;
		font-size: 12px;
		padding: 18px 20px;
		background: #0073FF;
	}
	.header-btns .btn2{
		margin-left: unset;
		margin-top: 20px;
	}
	.header-btns .btn1{
		margin-top: 12px;
	}
	h1{
		font-size: 36px;
	}
	h2{
		font-size: 28px;
	}	
	
	#customize-controls3,
	#customize-controls2,
	#customize-controls {
		display:none;
	}
}


@media only screen and (max-width:642px) {

	.head-baner-box{
		background-image: unset!important;
		min-height: unset;
		flex-direction: column;
		background-color: rgb(47 47 47);
	}

	.head-over{
		display:none;	
	}

	.head-baner-mobile-wrap .head-over{
		display: initial;
	}

	.head-banner-mobile{
		display: block;
	}
	
	.tile-box{
	flex-direction: column;
	}

	.tile-hours, .tile-adres{
		width: 100%;
	}

	.copyright{
		flex-direction: column;
	}
}
.mobile-info {
	 display: none
 }

.special-list{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
	padding-top: 100px;
}
.single-art-box{
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.single-art-box:hover{
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0,0,0,.12);
}


.single-img{
  width: 100%;
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.single-content{
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}


.single-item-time{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: .02em;
  text-transform: uppercase;
  opacity: .75;
}



.single-item-title{
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0;
	font-family:'Literata';
}

.single-item-ext{
  font-size: 14px;
  line-height: 1.55;
  opacity: .85;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.single-item-button.btn{
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  background: #111;
  color: #fff;
  transition: opacity .2s ease, transform .2s ease;
}

.single-art-box:hover .single-item-button.btn{
  opacity: .95;
  transform: translateY(-1px);
}

.single-item-button.btn::after{
  content: "→";
  font-size: 16px;
  line-height: 1;
}

.btn2{
  display: inline-block;
}


.btn2 span{
  position: relative;
  display: inline-block;
  background: #0073FF;
  color: #fff;
  font-family: 'Literata';
  padding: 18px 56px; 
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}



@media (max-width: 900px){
  .special-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 60px; 
  }
}


@media (max-width: 600px){
  .special-list{
    grid-template-columns: 1fr;
    gap: 18px;      
    padding-top: 40px;
  }
}




.kontakt-section{
  padding:100px 40px;
}

.kontakt-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:100px;
  align-items:start;
}

@media(max-width: 992px){
  .kontakt-grid{
    grid-template-columns:1fr;
    gap:60px;
  }
}
.kontakt-left h2{
  font-size:48px;
  font-weight:600;
  margin-bottom:20px;
  letter-spacing:1px;
}

.kontakt-left p{
  font-size:18px;
  color:#4b4141;
  max-width:500px;
}
.kontakt-right{
  background:#f5f5f5;
  padding:60px;
  border-radius:20px;
}
.kontakt-right{
  background:#f3f3f3;
  padding:60px;
  border-radius:20px;
}
.wpcf7-form-control-wrap{
  display:block;
  width:100%;
}


.cf-bottom,
.form-down{
  display:flex;
  flex-direction:column;
  gap:20px;
  margin-top:20px;
}

.wpcf7-acceptance{
  font-size:14px;
  color:#666;
  line-height:1.5;
}

.wpcf7-acceptance input{
  margin-right:10px;
}


.wpcf7 input[type="submit"]{
  width:100%;
  background:#1e5edb;
  color:#fff;
  padding:18px 0;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:1px;
  cursor:pointer;
  transition:all .3s ease;
}

.wpcf7 input[type="submit"]:hover{
  background:#174bb3;
}

.wpcf7-form-control-wrap{
  display:block !important;
  width:100% !important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea{
  width:100% !important;
  max-width:100% !important;
  box-sizing:border-box !important;

  padding:14px;
}

.kontakt-right .wpcf7,
.kontakt-right .wpcf7 form{
  width:100% ;
  max-width:100% ;
}


.kontakt-right .cf-fields,
.kontakt-right .form-row-cf,
.kontakt-right .cf-field,
.kontakt-right .form-item-cf{
  display:block ;
  width:100% ;
  max-width:100% ;
}



.kontakt-right .wpcf7 input[type="text"],
.kontakt-right .wpcf7 input[type="email"],
.kontakt-right .wpcf7 input[type="tel"],
.kontakt-right .wpcf7 textarea{
  display:block ;
  width:100% ;
  max-width:100%;

}

.kontakt-right .wpcf7 input,
.kontakt-right .wpcf7 textarea{
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.kontakt-right .wpcf7 input[type="text"],
.kontakt-right .wpcf7 input[type="email"],
.kontakt-right .wpcf7 input[type="tel"],
.kontakt-right .wpcf7 textarea{
  border-bottom: 1px solid #cfcfcf !important;
  padding: 16px 0;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
}


.kontakt-right .wpcf7 input:focus,
.kontakt-right .wpcf7 textarea:focus{
  border-bottom: 1px solid #1e5edb !important;
}
.kontakt-text {
	line-height: 30px;
}
.wpcf7-list-item {
	width: 400px;
}


a.button-about{
    position: relative;
    border: 1px solid #0073FF;
    color: #0073FF;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
	width: 200px;
	height: 50px;
}

a.button-about{
    position: relative;
    background: #0073FF;
    color: #ffffff;
    padding: 18px 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Literata';
    transition: all 0.3s ease;
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}


a.button-about:before,
a.button-about:after{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #0073FF;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease;
}

a.button-about:before{
    left: -6px;
}

a.button-about:after{
    right: -6px;
}



a.button-about:hover{
    transform: translateY(-6px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25);
}
a.button-about:hover{
    background: #1a4f9a;
}
