@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montaga&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*html{height:100%;}*/

input, textarea {outline:none!important;}
input:active, textarea:active {outline:none!important;}
:focus {outline:none!important;}

a:hover{text-decoration:none!important}

/**/


body{
	max-width:100%;
	width:100%;
	height:100%;
	font-size:100%;
	line-height:1.6;
	color:#000;
	overflow-x:hidden!important;
	min-width:710px;
	font-size:19px;
	position:relative;
	display:block;
	padding:0!important;
	margin:0!important;
	background:#fff!important;
}

#conf .right-side h3{text-indent: 0;margin-bottom:30px;}

a {text-decoration:none;}

.mobile-menu{display:none}

  
#preloader {
	position: fixed;
	left: 0;
	top: -30%;
	width: 100%;
	height: 150%;
	overflow: auto;
  
	background: #fff;
	display:inline-block;
	z-index:98;
}

#preloader:after{
	z-index:99;
	content:'';
	
	position: fixed;
	left:0%;
	top: 37%;
	z-index: 99999999999999;
	width:100%;
	text-align:center;
	overflow: auto;
	height:201px;
	background: transparent url('/themes/pittak/images/logo-min.png') no-repeat center center;
	background-size:140px 201px;
	display:inline-block;
}

.wrapper{
	position:absolute;
	display:block;
	width:100%;
	min-width:710px;
	max-width:100%!important;
	left:0;
	top:0;
	overflow-x:hidden;
	background:#ffff;

	min-height:90%;
	padding-bottom:1120px;
	
	font-family: 'Roboto', sans-serif;
}


/**/

button.btn-search{
	box-shadow:none;
	border:none;
	background:transparent;
	padding:0;

	display:inline-block;
	position:relative;
	z-index:9;
	margin:.545% 1.3% 0 0;
	position:relative;

}

button.btn-search img{
	height:35.0px;
	width:auto;

	padding:0;
	margin:0;
	
	-moz-transform:none;
	-webkit-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;
			
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

button.btn-search:hover img{

	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
	
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}


/********************/

.search-result .views-row{
	display:block;
	padding:1.5% 1.25%;
	position:relative;
	background:rgba(245, 245, 245,.42);
	margin:0 0 3%;
	overflow:hidden;
}



.search-result .views-row p{
	text-indent:0!important;
	margin:0!important;
	padding:0!important;
	font-size:.83em;
	line-height:1.55!important;
	color:rgba(65,73,84,.7);
}

.search-result .views-row .views-field-title a:hover{
	color:#6f4e13;
	
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.search-result .views-row .views-field-title a{
	z-index: 9;
    display: block;
    text-align: left;
    font-family: 'Merriweather', serif;
    line-height: 1.4;
    font-size: 1.23em;
    font-weight: 800!important;
    margin: .5% 0 1.35%;
    padding: 0;
    color: #000;
    letter-spacing: 1.15px;
}

.search-result .views-row .go-search-btn a{
	display: inline-block;
    border: 0px solid #ffd301;
    box-shadow: 0px 2px 4px #ccc;
    position: relative;

    color: #fff;
    padding: 12px 37px;
    border-radius: 7px;
    margin: 24px 12px 0 0%;
    position: relative;
    cursor: pointer;
    font-size: .68em;
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
	text-transform:uppercase;
    letter-spacing: 1.5px;
    background: rgb(178,153,109);
    background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.search-result .views-row .go-search-btn a:hover{
	1border:1.5px solid rgba(0, 59, 156,.85);

	color:#fff;
	background:#414954;
	
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}


/********************/

.page-search{
	margin:0 0 4%;
	background:rgba(245, 245, 245,.42);
	padding:2% .5% 2.56%;
}


.page-search .js-form-item{
	margin:0% 0 0% 2%!important;
	padding:0;
	
	border:0px solid green;
	width:60%;
	position:relative;
	display:inline-block;
}


.page-search .js-form-item input.form-text{
	width:100%;
	vertical-align:top;
	font-size:.92em;
	letter-spacing:.7px;	
	padding:14px 20px;
	margin:-12px auto 0;
	display:inline-block;
	position:relative;
	border-radius:4px;
	border:0px solid #fff;
	border-bottom:1.3px solid rgba(35,35,35,.15);
	font-family: 'Merriweather', serif;
	box-shadow:0px 0px 0px #fff;
	background:rgba(255,255,255,.7);
}

.page-search .js-form-item:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 3.9px;
    height: 117%;
    top: -23%;
    left:-12px;
    z-index: 9;
    background: rgba(35,35,35,.13);
}

.page-search .form-actions{
	display:inline-block;
	position:relative;
	margin:0px 0 0 2%;
}

.page-search .form-actions input{
	margin:8px 0 0!important;
}

.page-search .form-actions .js-form-submit{
    background: rgb(178,153,109);
    background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
	
    position: relative;
    color: #fff;
    width:240px;
    padding: 12.25px 0 12.25px;
    border-radius: 10px;
    font-size: .928em;
    letter-spacing: .78px;
    font-weight: 500;
    box-shadow: 0.5px 0.5px 2.7px #ccc;
    border: none;
    margin:0% auto 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
}


.page-search ::-webkit-input-placeholder{
	font-size:.9em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.page-search ::-moz-placeholder{
	font-size:.9em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.page-search :-moz-placeholder{
	font-size:.9em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.page-search :-ms-input-placeholder{
	font-size:.9em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.page-search input:focus::-webkit-input-placeholder {
	font-size:.9em;
	font-weight:500;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.page-search input:focus::-moz-placeholder{
	font-size:.9em;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.page-search input:focus:-moz-placeholder{
	font-size:.9em;
	font-weight:500;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.page-search input:focus:-ms-input-placeholder{
	font-size:.94em;
	font-weight:500;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

/********************/

.modal-title{
    z-index: 9;
    display: block;
    text-align: center;
    font-family: 'Merriweather', serif;
    line-height: 1.35;
    font-size:1.0em;
    font-weight: 400!important;
    margin: .25% 0 .25%;
    padding: 0;
    color: #000;
    letter-spacing: 1.15px;
}

.modal.modal-top .modal-dialog{
  position: relative;
  display:block;
  margin:2.9% auto 0;
  width: 47%;
  max-width: 47%;
  height: auto;
}

.modal.modal-top .modal-dialog .js-form-item{
	margin:2.93% 0 0%!important;
	padding:0;

	float:left;
	width:70%;
	position:relative;
	display:inline-block;
}

.modal.modal-top .modal-body{
	padding-bottom:26.5px;
	padding-top:23px;
}

.modal.modal-top .modal-dialog .js-form-item input{
	width:100%;
	vertical-align:top;
	font-size:.92em;
	letter-spacing:.7px;	
	padding:14px 20px;
	margin:25px auto 0;
	display:inline-block;
	position:relative;
	border-radius:7px;
	margin:-23px 0 0;
	border:1px solid #ccc;
	font-family: 'Merriweather', serif;
	box-shadow:inset .37px .37px 4.5px rgba(0,0,0,.07);
}

.modal.modal-top .modal-dialog .form-actions{
	display:inline-block;
	position:relative;
	margin:0px 0 0 2%;
	float:right;
}

.modal.modal-top .modal-dialog .form-actions .js-form-submit{
    background: rgb(178,153,109);
    background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
	
    position: relative;
    color: #fff;
    width:220px;
    padding: 13.5px 0 13.5px;
    border-radius: 10px;
    font-size: .93em;
    letter-spacing: .78px;
    font-weight: 500;
    box-shadow: 0.5px 0.5px 2.7px rgb(65 73 84 / 55%);
    border: none;
    margin: 3px auto 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
}


.modal.modal-top ::-webkit-input-placeholder{
	font-size:.9em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.modal.modal-top ::-moz-placeholder{
	font-size:.9em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.modal.modal-top :-moz-placeholder{
	font-size:.9em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.modal.modal-top :-ms-input-placeholder{
	font-size:.9em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.modal.modal-top input:focus::-webkit-input-placeholder {
	font-size:.9em;
	font-weight:500;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.modal.modal-top input:focus::-moz-placeholder{
	font-size:.9em;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.modal.modal-top input:focus:-moz-placeholder{
	font-size:.9em;
	font-weight:500;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.modal.modal-top input:focus:-ms-input-placeholder{
	font-size:.94em;
	font-weight:500;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

/********************/


.top-block{
	position:relative;
	display:block;
	width:100%;
	background:#fff;
	text-align:right;
	box-shadow:0 0 3px #ccc;

	border:0px solid red;
	margin-bottom:3px!important;
	
}

.top-block-search{
	position:relative;
	display:block;
	width:100%;
	background:#fff;
	text-align:right;
	box-shadow:0 0 3px #ccc;

	border:0px solid red;
	margin-bottom:3px!important;
	
}

.contact-top{
	display:inline-block;
	width:46%;
	vertical-align:top;
	border:0px solid blue;
	text-align:right;
	margin:0 1.1% 0px 0;
}

.top-block-search .contact-top{
	display:inline-block;
	width:46%;
	vertical-align:top;
	border:0px solid blue;
	text-align:right;
	margin:0 3% 0px 0;
}

.contact-top span{
	display:inline-block;
}

.contact-top span:first-child{
	margin:0 8% 0 0;
	
}

.contact-top a{
	display:inline-block;
	position:relative;
	color:#7A7A7A;
	opacity:.9;
	font-size:.88em;
	padding:15px 0 15px 37px;
	font-weight:500;
	letter-spacing:.57px;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.contact-top a:hover{
	color:#0623b8;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.contact-top a:before{
	width: 33px;
    height:33px;
    content: "";
    background-image: url("/themes/pittak/images/icon-1.png");
	background-size:33px 33px;
	display:inline-block;
	position:absolute;
	left:-5px;
	top:13px;
}

.contact-top span:nth-child(2) a:before{ background-image: url("/themes/pittak/images/icon-2.png");}

a.brown-btn{
	position:relative;
	display:inline-block;
	background:#B1976B;
	vertical-align:top;
	position:relative;
	padding:15px 30px 15px 70px;
	margin-right:8.85%;
	color:#fff;
	box-shadow:1px 1px 3px #ccc;
	font-size:.91em;
}

a.brown-btn:before{
	width: 33px;
    height:33px;
    content: "";
    background-image: url("/themes/pittak/images/icon-3.png");
	background-size:33px 33px;
	display:inline-block;
	position:absolute;
	left:19px;
	top:11.4px;
	color:#fff;
	
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}


a.brown-btn:hover{
	background:#232323;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
	box-shadow:1px 1px 4px #333;
	color:#fff;
}

a.brown-btn:hover:before{

    background-image: url("/themes/pittak/images/icon-3-2.png");

	
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

/**/


.language-block{
	position:absolute;
	display:inline-block;
	min-width:7%;
	top:12.24%;
	right:1.22%;
	border:0px solid red;
}

.language-block ul{margin:0;padding:0;}

.language-block li{display:inline-block;font-size:0px;padding:0;margin:0 7px 0;}

.language-block li img{
	width:37px;
	height:auto;

}

/**/

.logo-block{
	position:relative;
	display:inline-block;
	border:0px solid blue;
	margin:.35% 1.15% 0px .95%;
	width:310px;
	float:left;
}

.logo-block a:hover,
.logo-block a{
	color:#414954!important;
}

.logo-block img{
	height:92px;
	width:auto;
}

.logo-text{
	position:relative;
	display:inline-block;
	border:0px solid red;
	vertical-align:top;
	margin:2.5% 0 0 2.28%;
}

.logo-text h1{
	font-family: 'Montaga', serif;
	line-height:1;
	font-size:3.16em;
	font-weight:300;
	padding:0;
	margin:0 0 3%;
	letter-spacing:1px;
	color:#414954!important;
}

.logo-text h2{
	font-family: 'Roboto', sans-serif;
	line-height:1;
	text-transform:uppercase;
	font-size:.89em;
	margin:0 0 1%;
	padding:0;
	background: #B08D52;
	background: linear-gradient(to right, #B08D52 0%, #6B490E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing:1.1px;
}

/**/

.contact-body{
	position:relative;
	display:block
}


.contact-body h5{
    font-size: .8em;
    text-transform: uppercase;
    color: #999;
    display: block;
    margin: 1.15% 0 1.37%;
	display:block;
	z-index:9;
}

.contact-body p{
	text-indent:0!important;
	padding:0;
	margin:0;
	font-weight:400;
	font-size:1.23em;
	display:block;
	position:relative;
	z-index:9;
}

.contact-body a{
	background: #B08D52;
    background: linear-gradient(to right, #B08D52 0%, #6B490E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight:600;
	font-size:1.15em;
	margin-bottom:5px;
	position:relative;
	display:inline-block;
	z-index:9;
}

.clip-contact{
	position:absolute;
	top:-1%;
	right:13%;
	display:inline-block;
	z-index:6;
	width:23%;
	height:auto;
}

/*********************/

.contactpage-webform{
	position:relative;
	display:inline-block;
	border:0px solid red;
	text-align:left;
	padding:2.5% 0;
	background:rgba(0,0,0,.0115);
}

.contactpage-webform #block-vebforma {
    position: relative;
    display: block;
    z-index: 9;
    border:0px solid red;
    text-align:left;
    margin: 3.8% auto 1.75%;
    width: 87%;
}

.contactpage-webform .captcha{
	display:block;
	text-align:left!important;
	width:100%;
	z-index:999999999;
	margin:1.5% 0% 0% 0!important;
	display:inline-block;
}

.contactpage-webform .g-recaptcha{
	float:none!important;
	display:inline-block;
	position:relative;
	margin:0 0px 0 0!important;
}

.contactpage-webform .js-form-item{
	position:relative;
	display:inline-block;
	border:0px solid green;
	width:48%;
	margin:0 2.5% 4% 0;
	vertical-align:top;
}

.contactpage-webform .js-form-item:nth-child(2){margin:0;}

.contactpage-webform .js-form-item.js-form-type-textarea{
	position:relative;
	display:inline-block;
	border:0px solid green;
	width:100%;
	margin:0 0 2%;
	vertical-align:top;
}

.contactpage-webform .js-form-item input{
	width:100%;
	vertical-align:top;
	font-size:.96em;
	letter-spacing:.7px;	
	padding:14.5px 20px;
	margin:0 auto;
	display:inline-block;
	border-radius:7px;
	border:1px solid #ccc;
	font-family: 'Merriweather', serif;
	box-shadow:inset .37px .37px 4.5px rgba(0,0,0,.07);
}

.contactpage-webform .js-form-item textarea{
	width:99%;
	min-width:99%;
	max-width:99%;
	vertical-align:top;
	font-size:.96em;
	letter-spacing:.7px;
	height:140px;
	border-radius:7px;
	min-height:140px;
	max-height:160px;	
	padding:19px 21px;
	border:1px solid #ccc;
	box-shadow:inset .37px .37px 4.5px rgba(0,0,0,.07);
	font-family: 'Merriweather', serif;
}

.contactpage-webform ::-webkit-input-placeholder{
	font-size:.97em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.contactpage-webform ::-moz-placeholder{
	font-size:.97em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.contactpage-webform :-moz-placeholder{
	font-size:.97em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.contactpage-webform :-ms-input-placeholder{
	font-size:.97em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.contactpage-webform textarea:focus::-webkit-input-placeholder,
.contactpage-webform input:focus::-webkit-input-placeholder {
	font-size:.97em;
	font-weight:500;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.contactpage-webform textarea:focus::-moz-placeholder,
.contactpage-webform input:focus::-moz-placeholder{
	font-size:.97em;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.contactpage-webform textarea:focus:-moz-placeholder,
.contactpage-webform input:focus:-moz-placeholder{
	font-size:.97em;
	font-weight:500;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.contactpage-webform textarea:focus:-ms-input-placeholder,
.contactpage-webform input:focus:-ms-input-placeholder{
	font-size:.97em;
	font-weight:500;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.contactpage-webform .webform-actions{
	text-align:center;
}

.contactpage-webform .webform-button--submit{
	display: block;
   
	border:0px solid #ffd301;
	box-shadow:0px 2px 4px #ccc;
    position: relative;
	width:73%;
    color: #fff;
    padding: 19px 5px;
	border-radius:7px;
	margin: 36px auto 0%!important;
    position: relative;
    cursor: pointer;
    
    font-size: .94em;

	font-family: 'Merriweather', serif;
	font-weight:500;
    letter-spacing:1.5px;
	
	background: rgb(178,153,109);
	background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
	
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.contactpage-webform .webform-button--submit:hover{
	1border:1.5px solid rgba(0, 59, 156,.85);

	color:#fff;
	background:#414954;
	
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

/**/

.consult-title-contact{
	font-family: 'Merriweather', serif;
	font-size:2.25em;
	text-align:center;
	margin-bottom:.15%;
	margin-top:2.65%;
	position:relative;
	width:100%;
	display:inline-block;
	z-index:9;
}


.contactpage-webform img{
	position:absolute;
	width:127%;
	min-height:120%;
	height:auto;
	top:-13%;
	right:-26.5%;
	z-index:2;
	opacity:.4;
	display:block;
}

/**/

.main-menu{
	position:relative;
	display:inline-block;
	display:block;
	z-index:10;
	background:#fcfcfc;
	min-height:115px;
}
/*
.fixed{
	position:fixed!important;
	top:0!important;
	left:0!important;
	width:100%!important;
	display:block!important;
	z-index:10!important;
	box-shadow:0 0 3px #ccc!important;
}*/

.tbm {
	background:transparent;
	display:inline-block;
	border:0px solid red;
	margin:1.4% 1.15% 0 0%;
	text-align:left;

	float:right;
}

.tbm-submenu {
    background-color: #fff;
    border-radius: 0;
    border-top-width: 0;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    padding:3px .67rem;
	margin-left:-7px;
}

.tbm-submenu-toggle{
	display:block!important;
	background:transparent!important;
	z-index:1!important;
}



.level-1 .tbm-link-container button.tbm-submenu-toggle{
    display: none;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1.24rem;
	border:0px solid green;
    cursor: pointer;
}

.level-1 .tbm-submenu-toggle:before {
    position: absolute;
    top: 22%;
    -webkit-transform: translateY(50%) translateX(25%)!important;
    transform: translateY(50%) translateX(25%)!important;
    content: '';
	background: url('../images/arrow-down.png') 16px 16px!important;
    left: 3%;
	width:16px!important;
	height:16px!important;
	background-size:16px 16px!important;
    display: block;
    border-left: 0rem solid transparent;
    border-right: 0rem solid transparent;
    border-top: 0rem solid currentColor;
    -webkit-transition: -webkit-transform 400ms ease-out;
    transition: -webkit-transform 400ms ease-out;
    transition: transform 400ms ease-out;
    transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
	z-index:9;
	border:0px solid red;

}

.level-2 .tbm-submenu-toggle:before {
    position: absolute;
    top: 2%;

    -webkit-transform: translateY(50%) translateX(25%)!important;
    transform: translateY(50%) translateX(25%)!important;
    content: '';
	background: url('../images/arrow-down.png') 15px 15px!important;
    left: 2%;
	width:15px!important;
	height:15px!important;
	background-size:15px 15px!important;
    display: block;
    border-left: 0rem solid transparent;
    border-right: 0rem solid transparent;
    border-top: 0rem solid currentColor;
    -webkit-transition: -webkit-transform 400ms ease-out;
    transition: -webkit-transform 400ms ease-out;
    transition: transform 400ms ease-out;
    transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
	z-index:9;
}

.level-1 .tbm-link-container button.tbm-submenu-toggle{
	margin-top:4.65px;
}

.level-2 .tbm-link-container button.tbm-submenu-toggle{
    -moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-top:.35px;
}


.level-1 .tbm-item--has-flyout .tbm-submenu-toggle:before {
    border-bottom: 0rem solid transparent!important;
    border-left: 0rem solid transparent!important;
    border-top: 0rem solid transparent!important;
    transform: translateY(-0.175rem) translateX(-0.175rem);

}

.level-1.open .tbm-submenu-toggle:before{
	top: 20%;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4 ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	
	-moz-transform: rotate(180deg) translate(-3px, -8px)!important;
	-webkit-transform: rotate(180deg) translate(-3px, -8px)!important;
	-o-transform: rotate(180deg) translate(22px, 7px)!important;
	-ms-transform: rotate(180deg) translate(-3px, 7px)!important;
	transform: rotate(180deg) translate(-3px, -8px)!important;
}



.tbm-link.level-1:hover,.tbm-link.level-1:focus{background-color:transparent}


.tbm-collapse{display:inline-block;}

.tbm-collapse ul{
	display:inline-block;
	border:0px solid red;
}

.tbm-collapse ul li{
	display:inline-block;
	border-bottom:1px solid #ccc;
}

.tbm-collapse ul li:last-child{
	display:inline-block;
	border-bottom:0px solid #ccc;
	margin-bottom:2px;
}


.tbm-collapse ul ul{
	display:block;
	text-align:left;
}


.tbm-item.level-1 .tbm-link-container{
	border:none!important;
	text-align:center!important;
}


.tbm-link.level-1 {
    color: #000;
    padding: 1.26rem .07rem 1.29rem 0;
}

/*верхні посилання*/
.tbm-item.level-1 .tbm-link-container a,
.tbm-item.level-1 .tbm-link-container span{
	1background:yellow;
	/*font-family: 'Caveat', cursive;*/
	font-size:.881em;
	letter-spacing:.45px;
	font-weight:400;
	text-align:center!important;
	float:none;
	display:block;

	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.tbm-item.level-2 .tbm-link-container a,
.tbm-item.level-2 .tbm-link-container span{
	font-size:.841em!important;
	font-weight:400;
	text-align:left!important;
	float:none;
	display:inline-block;
	border-bottom:0px solid transparent;
	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.tbm-link-container a:hover,
.tbm-link-container span:hover{
	color:#af8c52!important;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.tbm-item.level-2 .tbm-link-container,
.tbm-item.level-2 .tbm-link-container{padding:3px 5px 3px 1px;}

.tbm-item.level-2 .tbm-link-container:hover,
.tbm-item.level-2 .tbm-link-container:hover{
	background:rgba(65,73,84,.0257);
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}


.level-2:hover{
	/*color:#65B7D6;*/
	color:#af8c52!important;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}


.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link{text-align:left!important;}

.tbm-link-container>.tbm-link {
	border:0px solid green;
	display:inline-block;
}

.tbm-item.level-1{
	border:0px solid #000;
	margin:0 2.18rem 0 0;
	min-width:auto;
}

.tbm-item.level-1:last-child{
	margin:0!important;
}

.tbm-no-arrows .tbm-item--has-flyout>.tbm-link-container .tbm-link:before {
    display: block;
    content: '';
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0rem!important;
    border-left-color: currentColor;
    margin: 0.25rem 0 0;
}

.tbm-item.level-1{
	position:relative;
	border:0px solid blue;
}

.tbm-item.level-1:last-child{
	position:relative;
	border:0px solid green;
}


.tbm-item.level-1:last-child .tbm-submenu .tbm-submenu{
	left:-407px;
	width:400px!important;
}

.tbm-item.level-2{
	display:block;
	width:100%!important;
}

/*
.tbm-item.level-1:nth-child(5){border:0px solid red;margin-right:.01rem; padding:0 .15rem 0;}
.tbm-item.level-1:nth-child(6){border:0px solid red;margin-left:.09rem; padding:0 .15rem 0; margin-right:.01rem; }

.tbm-item.level-1:last-child a,
.tbm-item.level-1:last-child span{color:red;font-weight:bold;width:70px;border:0px solid red;}
*/

/**/

.hello-block{
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;
	height:79vh;
}

.hello-block img{
	width:100%;
	height:auto;
	display:none;
	z-index:3;
		
	animation: move 16.8s linear;
	animation-iteration-count:infinite;
}

.hello-hover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	
	z-index:5;
	
	background: rgb(35,35,35);
	background: linear-gradient(0deg, rgba(35,35,35,0.6834908963585435) 15%, rgba(35,35,35,0.19889705882352944) 100%);

}

@keyframes move {
  0% {
	-moz-transform:none;
	-webkit-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none; 
	} 
 

50% {
	-moz-transform: scale(1.032);
	-webkit-transform: scale(1.032);
	-o-transform: scale(1.032);
	-ms-transform: scale(1.032);
	transform: scale(1.032);
	}

 
100% {
	-moz-transform:none;
	-webkit-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;  
  }
}

.hello-text{
	position:absolute;
	top:22%;
	width:100%;
	left:0;
	display:block;
	z-index:9;
	border:0px solid blue;
	text-align:center
}

.hello-text h3{
	font-family: 'Roboto', sans-serif;
	line-height:1;
	text-transform:uppercase;
	font-size:1.83em;
	font-weight:500;
	margin:0 0 1%;
	text-transform:uppercase;
	padding:0;
	color:#BDA783;
	letter-spacing:1.4px;
}

.hello-text h2{
	font-family: 'Montaga', serif;
	line-height:1;
	text-transform:uppercase;
	font-size:6.93em;
	font-weight:500;
	margin:0 0 1%;
	text-transform:uppercase;
	padding:0;
	color:#fff;
	letter-spacing:2.95px;
}

.hello-text p{
	width:75%;
	display:block;
	margin:1.7% auto 0;
	
	color:#fff;
	font-size:1.115em;
}

.about-block{
	position:relative;
	display:block;
	width:74%;
	margin:-6.4% auto 0;
	background:#fff;
	border-radius:30px;
	box-shadow:0px 1.7px 3.7px rgba(0,0,0,.19);
	z-index:9;
	min-height:500px;
	overflow:hidden;
}

.about-image{
	display:inline-block;
	width:50%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background-size:cover;
}

.about-text{
	display:inline-block;
	width:45.5%;
	height:100%;
	position:relative;
	min-height:500px;
	padding-left:2.25%;
	padding-right:2.25%;
	padding-top:2%;
}

.about-text span{
	font-family: 'Merriweather', serif;
	font-size:1.75em;
	margin-bottom:3%;
	margin-top:1.25%;
	position:relative;
	display:inline-block;
}

.about-text span:after{
	content:'';
	position:relative;
	display:block;
	width:26%;
	height:3px;
	margin:7px 0 0;
	background:#B08D52;
}

.about-text p{
	font-size:.92em;
	margin-bottom:5px;
}

.btn-block{
	position:relative;
	display:block;
	text-align:right;
	margin:4.95% 0 4.55%;
}

.go-about{
	background: rgb(178,153,109);
	background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
	display:inline-block;
	position:relative;
	color:#fff;
	padding:12px 78px 12px 60px;
	border-radius:10px;
	font-size:.84em;
	letter-spacing:.78px;
	font-weight:500;
	box-shadow:.5px .5px 2.7px rgba(65,73,84,.55);  
	
	-webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
}

.go-about:after{
	width: 17px;
    height:17px;
    content: "";
    background-image: url("/themes/pittak/images/arrow-btn.png");
	background-size:17px 17px;
	display:inline-block;
	position:absolute;
	right:28px;
	top:15.9px;
	
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.go-about:hover{
	box-shadow:3px 3px 4.7px rgba(65,73,84,.55); 
	
	-webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;

}

.go-about:hover:after{
	animation: go-link 1.5s ease infinite;

}

@keyframes go-link{
0% {
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px,0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

50%{
	-moz-transform: translate(4px, 0px);
	-webkit-transform: translate(4px, 0px);
	-o-transform: translate(4px, 0px);
	-ms-transform: translate(4px, 0px);
	transform: translate(4px, 0px);
}


100% {
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px,0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	}
}


/**/

.hello-page{
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;
	height:460px;
	box-shadow: 1px 1px 3px #333; 
}

.hello-page .hello-hover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	
	z-index:5;
		
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.711922268907563) 22%, rgba(0,0,0,0.06766456582633051) 100%);

}

.teext{
	position:absolute;
	left:10%;
	top:33%;
	width:80%;
	display:block;
	z-index:9;
}

.teext h1.page-name-big{

	z-index:9;
	display:block;
	text-align:center;
	font-family: 'Merriweather', serif;
	line-height:1.35;

	font-size:3.93em;
	font-weight:400!important;
	margin:0 0 1%;
	
	padding:0;
	color:#fff;
	letter-spacing:1.15px;
}

.teext h1.page-name{

	z-index:9;
	display:block;
	text-align:center;
	font-family: 'Merriweather', serif;
	line-height:1.35;

	font-size:3.13em;
	font-weight:400!important;
	margin:0 0 1%;
	
	padding:0;
	color:#fff;
	letter-spacing:1.15px;
}

.teext h2{

	z-index:9;
	display:block;
	text-align:center;
	font-family: 'Merriweather', serif;
	line-height:1.35;
	font-style: italic;
	font-size:1.134em;
	font-weight:500!important;
	margin:0 0 1%;
	
	padding:0;
	color:#fff;
	letter-spacing:.75px;
}


/**/

.services-block{
	position:relative;
	display:block;
	width:94%;
	margin:6.5% auto 0;
	border:0px solid blue;
}

.block-title{
	font-family: 'Merriweather', serif;
	font-size:3.15em;
	margin:0 0 1.5%;
	line-height:1;
	letter-spacing:.65px;
	padding:0;
	position:relative;
	display:block;
	text-align:center;
}

.sub-blocktitle{
	font-family: 'Roboto', sans-serif;
    line-height: 1;
    text-transform: uppercase;
    font-size: .90em;
	font-weight:600;
    margin: 0 0 1%;
    padding: 0;
    background: #B08D52;
    background: linear-gradient(to right, #B08D52 0%, #6B490E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: .65px;
	display:block;
	text-align:center;
}

.services-text{
	position:relative;
	display:block;
	width:93%;
	margin:0 auto;
}

.services-text p{
	display: block;
	text-align:center;
    color: #000;
    font-size: 1.015em;
}

.services-title img{
	width:540px;
	height:auto;
	position:relative;
	display:block;
	margin:0 auto
}

.services-bottom{
	position:relative;
	display:block;
	width:98%;
	margin:4% auto 0;
}

.services-bottom{
	display: block;
	text-align:center;
    color: #000;
	font-weight:500;
    font-size: 1.13em;
}

/**/

.services-slider{
	position:relative;
	display:block;
	width:100%;
	min-height:380px;
	padding:27px 0 80px;
}

.services-slider .slick-slide{
	margin:0 21px;
	border:0px solid red;
}

.services-slider .slick-slide img{
	width:100%;
	height:auto;
	border-radius:8px;
	box-shadow:0 0 3px #414954;
		
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}


.services-slider .slick-slide .go-title{
	position:relative;
	display:block;
	margin:6% 0 0;
	padding-left:17px;
}

.services-slider .slick-slide .go-title a{
	font-size:.97em;
	color:#000;
	z-index:9;
	font-weight:500;
	letter-spacing:.7px;
	font-family: 'Merriweather', serif;
	position:relative;
	
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.services-slider .slick-slide .go-title:before{
	content:'';
	display:inline-block;
	position:absolute;
	width:4px;
	height:100%;
	top:0;
	left:0;
	background:#E2E2E2;
	
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.services-slider .slick-slide:hover .go-title a{
	color:#6B490E;
	
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.services-slider .slick-slide:hover .go-title:before{
	content:'';
	background:#6B490E;
	
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.services-slider .slick-slide:hover img{
	-webkit-filter: blur(2px) ;
	filter: blur(2px) ;
	
	
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

/**/

.advantage-block{
	position:relative;
	display:block;
	width:100%;
	min-height:770px;
	overflow:hidden;
	margin:5% 0 0;
}

.advantage-block img{
	position:absolute;
	top:-49%;
	left:0;
	width:100%;
	height:auto;
	display:block;
	z-index:3;
	filter: blur(.55px);
}

.advantage-hover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	
	z-index:5;
	
	background: rgb(118,118,118);
	background: linear-gradient(0deg, rgba(118,118,118,0.15449929971988796) 9%, rgba(100,100,100,0.6054796918767507) 71%);
}

.advantage-hover:after{
	position:absolute;
	top:6%;
	left:2.5%;
	content:'';
	width:95%;
	height:87%;
	border:3px solid rgba(255,255,255,.52);
	z-index:6;
}

.advantage-title{
	position:absolute;
	top:14%;
	width:100%;
	text-align:center;
	z-index:9;
	display:block;
}

.ad-title{
	font-family: 'Merriweather', serif;
	font-size:3.22em;
	margin:0 0 1.5%;
	line-height:1;
	letter-spacing:1.75px;
	padding:0;
	position:relative;
	display:block;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
}


.ad-subtitle{
	font-family: 'Roboto', sans-serif;
    line-height: 1;
    
    font-size: 1.06em;
	font-weight:500;
    margin: 0 0 1%;
    padding: 0;
    color:rgba(255,255,255,.95);
    letter-spacing: .85px;
	display:block;
	text-align:center;
}

.advantage-numbers{
	position:absolute;
	display:block;
	z-index:9;
	top:39%;
	width:80%;
	left:10%;
	border:0px solid blue;
}

.ad-grids{
	width:32.95%;
	border:0px solid green;
	display:inline-block;
	position:relative;
	vertical-align:top;
	text-align:center;
}

.ad-grids span{
	font-size:5.55em;
	color:#fff;
	line-height:1;
	padding:0;
	margin:0 0 0 -5px;
	font-weight:700;
}

.ad-grids p{
	font-size:1.3em;
	color:rgba(255,255,255,.97);
	font-weight:500;
	line-height:1.39;
	padding:0 3%;
	margin:1% auto;
	width:77%;
	letter-spacing:1px;
	display:block;
	font-family: 'Merriweather', serif;
}

/**/

#rc-imageselect{
	z-index:999999999999999999999999999999999999999999999!important;
}

#cboxClose {
    position: absolute;
	bottom:auto;
	top:0;
    right: 0;

}


.cboxWrapper{
	width:auto!important;
	height:auto!important;
}


.webform-submission-form .captcha{
	display:block;
	text-align:left;
	border:0px solid red;
	width:100%;
	z-index:999999999;
	margin:3% 0% 0 0;
	display:inline-block;
}

.webform-block .g-recaptcha{
	float:none!important;
	display:inline-block;
	position:relative;
	margin:0 15px 0 0;
}


.webform-submission-form .g-recaptcha{
	z-index:999999999999999999999999999999999999999999999999999999999999999999999999999999;
	display:inline-block;
	position:relative;
	margin:0 0px 0 0;
	border:0px solid red;
	float:none;
}

#cboxWrapper{
	overflow:visible;
	background:#fcfcfc;
}

#cboxContent {
    background:#fcfcfc;
    overflow: hidden;
}

#cboxWrapper .wrapper,
#cboxWrapper body{
	min-width:460px!important;
	max-width:510px!important;
}

#cboxLoadedContent {
    margin-bottom: 4px!important;
}

.big-label{
	z-index: 9;
    display: block;
    text-align: left;
    font-family: 'Merriweather', serif;
    line-height: 1.35;
    font-size:1.1em;
    font-weight: 600!important;
    margin: .15% 0 3.35%;
    padding: 0 0 14px;
    color: #000;
	border-bottom:2.13px solid rgba(0,0,0,.095);
    letter-spacing: 1.15px;
	max-width:508px;
}

#cboxContent body,#cboxContent .wrapper{
	width:auto;
	max-width:auto;
	min-width:450px!important;
}

#block-vebforma-2{
	position:relative;
	display:block;
	z-index:9;
	overflow:visible;
	background:#fcfcfc;
	padding:5px 5px 0;
	width:510px;
	border:0px solid red;
	max-width:510px!important;
}

#block-vebforma-2 .js-form-item{
	position:relative;
	display:block;
	border:0px solid green;
	width:505px;
	max-width:505px;
	
	margin:.5% 0 3%;
	vertical-align:top;

}

#block-vebforma-2 .js-form-item.js-form-type-textarea{
	position:relative;
	display:block;
	border:0px solid green;
	width:505px;
	margin:2% 0 2%;
	vertical-align:top;
}


#block-vebforma-2 .js-form-item input{
	width:100%;
	vertical-align:top;
	font-size:.82em;
	letter-spacing:.7px;	
	padding:10px 20px;
	margin:0 auto;
	display:inline-block;
	border-radius:7px;
	max-width:465px!important;
	border:1px solid #ccc;
	font-family: 'Merriweather', serif;
	box-shadow:inset .37px .37px 4.5px rgba(0,0,0,.07);
}

#block-vebforma-2 .js-form-item textarea{
	width:468px!important;
	min-width:468px;
	max-width:468px!important;
	vertical-align:top;
	font-size:.82em;
	letter-spacing:.7px;
	height:120px;
	border-radius:7px;
	min-height:120px;
	max-height:130px;	
	
	padding:13px 18px;
	border:1px solid #ccc;
	box-shadow:inset .37px .37px 4.5px rgba(0,0,0,.07);
	font-family: 'Merriweather', serif;
}

#block-vebforma-2 ::-webkit-input-placeholder{
	font-size:.82em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

#block-vebforma-2 ::-moz-placeholder{
	font-size:.82em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
#block-vebforma-2 :-moz-placeholder{
	font-size:.82em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
#block-vebforma-2 :-ms-input-placeholder{
	font-size:.82em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
#block-vebforma-2 textarea:focus::-webkit-input-placeholder,
#block-vebforma-2 input:focus::-webkit-input-placeholder {
	font-size:.82em;
	font-weight:500;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

#block-vebforma-2 textarea:focus::-moz-placeholder,
#block-vebforma-2 input:focus::-moz-placeholder{
	font-size:.82em;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
#block-vebforma-2 textarea:focus:-moz-placeholder,
#block-vebforma-2 input:focus:-moz-placeholder{
	font-size:.82em;
	font-weight:500;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
#block-vebforma-2 textarea:focus:-ms-input-placeholder,
#block-vebforma-2 input:focus:-ms-input-placeholder{
	font-size:.82em;
	font-weight:500;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

#block-vebforma-2 .js-form-type-managed-file .description .webform-element-description{
	font-size:13.18px!important;
	margin:7px 0!important;
	font-family: 'Roboto', sans-serif;
}

#block-vebforma-2 .js-form-type-managed-file{
	background:rgba(0,0,0,.048);
	padding:4px 3px;
	max-width:535px!important;
}

#block-vebforma-2 .js-form-managed-file input[value="Upload"]{display:none}
#block-vebforma-2 .js-form-managed-file input[value="Викласти"]{display:none}

#block-vebforma-2 .js-form-managed-file .button.js-form-submit{
	padding: 9px 0 9px;
    border-radius: 10px;
    font-size: .74em;
	text-transform:uppercase;
	font-weight:600;
	font-family: 'Roboto', sans-serif;
	
	letter-spacing: .78px;
	border: none;
    box-shadow: 0.5px 0.5px 2.7px rgb(65 73 84 / 55%);
	
	-webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
}

#block-vebforma-2 .js-form-managed-file .button.js-form-submit:hover{
	background: #c3af8d;

    color: #000;
    
    
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
}


#block-vebforma-2 .js-form-managed-file label{
	font-size:.85em;
	margin:13px 0;
	font-weight:600;
	cursor:pointer;
	font-family: 'Roboto', sans-serif;
}

#block-vebforma-2 .js-form-item.form-item.js-form-type-checkbox{
	border:0px solid red!important;
	text-align:left!important;
	margin-bottom:0px!important;
}

#block-vebforma-2 .js-form-item.form-item.js-form-type-checkbox input{
	width:30px!important;
	max-width:30px!important;
	border:0px solid red!important;
	margin-top:11px!important;
}


.js-form-item.form-item.js-form-type-checkbox label{
	font-size:1em!important;
	margin:4px 0!important;
	font-weight:500!important;
}

.js-form-item.form-item.js-form-type-checkbox span{
	font-family: 'Roboto', sans-serif!important;
	font-size:.8em!important;
	line-height:1!important;
	padding:0!important;
	margin:0!important;
}

#block-vebforma-2 .webform-button--submit{
	display:block;
   
	border:0px solid #ffd301;
	box-shadow:0px 2px 4px #ccc;
    position: relative;
	width:97%;
	width:495px;
	max-width:495px;
    color: #fff;
    padding: 13px 0px;
	border-radius:7px;
	margin: 24px 0 1px;
    position: relative;
    cursor: pointer;
    
    font-size: .82em;

	font-family: 'Merriweather', serif;
	font-weight:500;
    letter-spacing:1.5px;
	
	background: rgb(178,153,109);
	background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
	
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

#block-vebforma-2 .webform-button--submit:hover{
	1border:1.5px solid rgba(0, 59, 156,.85);

	color:#fff;
	background:#414954;
	
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

#block-vebforma-2 input[value="Викласти"] {display:none!important}

.webform-confirmation__message{
	font-size:1.07em;
	font-weight:500;
	  margin:6% auto 2%;
	  text-align:center;
}

.webform-confirmation__message:befor{
	width: 80px;
    height: 123px;
    content: "";
    background-image: url(/themes/pittak/images/Pittak Logo.png);
    background-size: 80px 123px;
    display: block;
    margin:5% auto 7%;
	text-align:center;
	position:relative;
	z-index:9;
}

body.modal-body{
	max-width:100%;
	width:100%;
	height:100%;
	font-size:100%;
	line-height:1.6;
	color:#000;
	overflow-x:hidden!important;
	min-width:520px;
	font-size:19px;
	position:relative;
	display:block;
	padding:0!important;
	margin:0!important;
	background:#fff!important;
}

body.modal-body .wrapper{min-width:520px;}

.modal-success-block{
	position:relative;
	display:block;
	text-align:center;
	border:0px solid red;
	width:510px;
	margin:7% auto 0;
}

.modal-success-block img{
	padding:0;
	margin:4% auto 0;
	display:inline-block;
	width:115px;
	height:auto;
}

.modal-success-block p{
	font-size:1.07em;
	font-weight:500;
	margin:4% auto 2%;
	text-align:center;
}

.web-logo{
	position:relative;
	display:block;
	margin:15% 0 6%;
	padding:0;
	text-align:center;
	width:100%;
	max-width:100%;
	text-align:center;
	
}

.web-logo img{
	padding:0;
	margin:0;
	width:125px;
	height:auto;
}


/**/


a:hover {
    color:inherit;
    text-decoration: underline;
}


.modal-xl .js-form-item{
	position:relative;
	display:block;
	border:0px solid green;
	width:95%;
	margin:.5% auto 3%;
	vertical-align:top;
}

.modal-body{
	background:#fcfcfc;
}

.modal-xl .js-form-item.js-form-type-textarea{
	position:relative;
	display:block;
	border:0px solid green;
	width:95,5%;
	margin:2% auto 2%;
	vertical-align:top;
}

.modal-xl .js-form-item input{
	width:100%;
	vertical-align:top;
	font-size:.92em;
	letter-spacing:.7px;	
	padding:14.5px 20px;
	margin:0 auto;
	display:inline-block;
	border-radius:7px;
	border:1px solid #ccc;
	font-family: 'Merriweather', serif;
	box-shadow:inset .37px .37px 4.5px rgba(0,0,0,.07);
}

.modal-xl .js-form-item textarea{
	width:100%;
	min-width:100%;
	max-width:100%;
	vertical-align:top;
	font-size:.92em;
	letter-spacing:.7px;
	height:140px;
	border-radius:7px;
	min-height:140px;
	max-height:160px;	
	padding:19px 21px;
	border:1px solid #ccc;
	box-shadow:inset .37px .37px 4.5px rgba(0,0,0,.07);
	font-family: 'Merriweather', serif;
}

.modal-xl ::-webkit-input-placeholder{
	font-size:.9em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.modal-xl ::-moz-placeholder{
	font-size:.9em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.modal-xl :-moz-placeholder{
	font-size:.9em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.modal-xl :-ms-input-placeholder{
	font-size:.9em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.modal-xl textarea:focus::-webkit-input-placeholder,
.modal-xl input:focus::-webkit-input-placeholder {
	font-size:.9em;
	font-weight:500;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.modal-xl textarea:focus::-moz-placeholder,
.modal-xl input:focus::-moz-placeholder{
	font-size:.9em;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.modal-xl textarea:focus:-moz-placeholder,
.modal-xl input:focus:-moz-placeholder{
	font-size:.9em;
	font-weight:500;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.modal-xl textarea:focus:-ms-input-placeholder,
.modal-xl input:focus:-ms-input-placeholder{
	font-size:.94em;
	font-weight:500;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.modal-xl .webform-actions{
	text-align:right;
}

.modal-xl .webform-button--submit{
	display: inline-block;
   
	border:0px solid #ffd301;
	box-shadow:0px 2px 4px #ccc;
    position: relative;
	width:63%;
    color: #fff;
    padding: 12px 35px;
	border-radius:7px;
	margin: 24px 12px 24px 0%;
    position: relative;
    cursor: pointer;
    
    font-size: .91em;

	font-family: 'Merriweather', serif;
	font-weight:500;
    letter-spacing:1.5px;
	
	background: rgb(178,153,109);
	background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
	
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.modal-xl .webform-button--submit:hover{
	1border:1.5px solid rgba(0, 59, 156,.85);

	color:#fff;
	background:#414954;
	
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}


.modal-xl .captcha{
	display:block;
	text-align:right;
	width:100%;
	margin:3% 0% 0 0;
	display:inline-block;
	border:0px solid blue;
}

.modal-xl .g-recaptcha{
	float:none;
	display:inline-block;
	position:relative;
	margin:0 15px 0 0;
	border:0px solid red;
}


/**/

.ask-block{
	position:relative;
	overflow:visible;
	display:inline-block;
	width:100%;
	border:0px solid blue;
}

.webform-block{
	width:60%;
	display:block;
	overflow:hidden;
	z-index:9;
	background:#fff;
	position:relative;
	margin:-9.15% auto 0;

	border-radius:15px;
	box-shadow:0px 1.7px 3.7px rgba(0,0,0,.19);
}

.consult-title{
	font-family: 'Merriweather', serif;
	font-size:2.25em;
	text-align:center;
	margin-bottom:.15%;
	margin-top:5.65%;
	position:relative;
	width:100%;
	display:inline-block;
	z-index:9;
}

.consult-text{
	display: block;
	position:relative;
    text-align: center;
    color: #000;
	width:90%;
	margin:0 auto;
	font-weight:400;
	line-height:1.4;
	z-index:9;
    font-size: 1.112em;
}

.webform-block img{
	position:absolute;
	width:127%;
	min-height:120%;
	height:auto;
	top:-13%;
	right:-19.5%;
	z-index:2;
	opacity:.7;
	display:block;
}

#block-vebforma{
	position:relative;
	display:block;
	z-index:9;
	border:0px solid red;
	text-align:center;
	margin:5.8% auto 1.75%;
	width:86%;
}

.webform-block .captcha{
	display:block;
	text-align:right;
	border:0px solid red;
	width:100%;
	margin:2% 0% 0 0;
	display:inline-block;
}

.webform-block .g-recaptcha{
	float:none!important;
	display:inline-block;
	position:relative;
	margin:0 40px 0 0;
}

.webform-block .js-form-item{
	position:relative;
	display:inline-block;
	border:0px solid green;
	width:47%;
	margin:0 2.5% 4% 0;
	vertical-align:top;
}
.webform-block .js-form-item:nth-child(2){margin:0;}

.webform-block .js-form-item.js-form-type-textarea{
	position:relative;
	display:inline-block;
	border:0px solid green;
	width:97%;
	margin:0 0 2%;
	vertical-align:top;
}

.webform-block .js-form-item input{
	width:90%;
	vertical-align:top;
	font-size:.96em;
	letter-spacing:.7px;	
	padding:14.5px 20px;
	margin:0 auto;
	display:inline-block;
	border-radius:7px;
	border:1px solid #ccc;
	font-family: 'Merriweather', serif;
	box-shadow:inset .37px .37px 4.5px rgba(0,0,0,.07);
}

.webform-block .js-form-item textarea{
	width:95%;
	min-width:95%;
	max-width:95%;
	vertical-align:top;
	font-size:.96em;
	letter-spacing:.7px;
	height:140px;
	border-radius:7px;
	min-height:140px;
	max-height:160px;	
	padding:19px 21px;
	border:1px solid #ccc;
	box-shadow:inset .37px .37px 4.5px rgba(0,0,0,.07);
	font-family: 'Merriweather', serif;
}

.webform-block ::-webkit-input-placeholder{
	font-size:.97em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.webform-block ::-moz-placeholder{
	font-size:.97em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.webform-block :-moz-placeholder{
	font-size:.97em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.webform-block :-ms-input-placeholder{
	font-size:.97em;
	font-weight:500;
	color:#B08D52;
	letter-spacing:.7px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.webform-block textarea:focus::-webkit-input-placeholder,
.webform-block input:focus::-webkit-input-placeholder {
	font-size:.97em;
	font-weight:500;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.webform-block textarea:focus::-moz-placeholder,
.webform-block input:focus::-moz-placeholder{
	font-size:.97em;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.webform-block textarea:focus:-moz-placeholder,
.webform-block input:focus:-moz-placeholder{
	font-size:.97em;
	font-weight:500;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.webform-block textarea:focus:-ms-input-placeholder,
.webform-block input:focus:-ms-input-placeholder{
	font-size:.97em;
	font-weight:500;
	color:#232323;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.webform-block .webform-actions{
	text-align:right;
}

.webform-block .webform-button--submit{
	display: inline-block;
   
	border:0px solid #ffd301;
	box-shadow:0px 2px 4px #ccc;
    position: relative;
	width:53%;
    color: #fff;
    padding: 22px 35px;
	border-radius:7px;
	margin: 20px 40px 0 0%;
    position: relative;
    cursor: pointer;
    
    font-size: .94em;

	font-family: 'Merriweather', serif;
	font-weight:500;
    letter-spacing:1.5px;
	
	background: rgb(178,153,109);
	background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
	
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.webform-block .webform-button--submit:hover{
	1border:1.5px solid rgba(0, 59, 156,.85);

	color:#fff;
	background:#414954;
	
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

/**/

.webform_bottomtext{
	position:relative;
	display:block;
	width:92%;
	margin:5% auto 0;
}

.webform_bottomtext p{
    display: block;
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 1.175em;
}

/**/

.clip{
	position:absolute;
	bottom:21.5%;
	z-index:9;
	display:block;
	
	width:290px;
	height:auto;
	
	-moz-transform: rotate(27deg) translate(-34px, 13px);
	-webkit-transform: rotate(27deg) translate(-34px, 13px);
	-o-transform: rotate(27deg) translate(-34px, 13px);
	-ms-transform: rotate(27deg) translate(-34px, 13px);
	transform: rotate(27deg) translate(-34px, 13px);
}

/**/

.body-page{
	position:relative;
	display:block;
	width:94%;
	margin:3% auto;
	border:0px solid red;
}

.left-side{
	display:inline-block;
	width:26%;
	border:0px solid red;
	vertical-align:top;
	position:relative;
	margin-right:4%;
}

.left-side .go-link a{
	display:block;
	position:relative;
	border-bottom:1.2px solid rgba(35,35,35,.15);
	color:#414954;
	
	font-size:.907em;
	font-weight:600;
	font-family: 'Roboto', sans-serif;
    line-height: 1;
	
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
	
	padding:24px 0 24px 30px;

}

.left-side .go-link a:before{
	content:'';
	display:inline-block;
	position:absolute;
	width:4.1px;
	height:70%;
	top:15%;
	left:0;
	z-index:9;
	background:rgba(35,35,35,.13);
}


.left-side .go-link a:hover{
	padding:24px 0 24px 50px;
	
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.left-side .go-link a:hover:after{
	content:'';
	display:inline-block;
	position:absolute;
		
	width: 18px;
    height: 15px;
    background-image: url(/themes/pittak/images/brown-link.png);
    background-size: 18px 15px;
    display: inline-block;
    position: absolute;
    left: 9px;
    top: 24.45px;
	animation: brw-link 1.15s ease infinite;
	opacity:1;
	
	-webkit-transition: all 4.14s;
    -moz-transition: all 4.14s;
    -o-transition: all 4.14s;
    -ms-transition: all 4.14s;
    transition: all 4.14s;
} 

.left-side .go-link a:after{
	opacity:0;
	left:-100px;
	-webkit-transition: all 4.14s;
    -moz-transition: all 4.14s;
    -o-transition: all 4.14s;
    -ms-transition: all 4.14s;
    transition: all 4.14s;
}

@keyframes brw-link{
0% {
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px,0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

50%{
	-moz-transform: translate(8px, 0px);
	-webkit-transform: translate(8px, 0px);
	-o-transform: translate(8px, 0px);
	-ms-transform: translate(8px, 0px);
	transform: translate(8px, 0px);
}


100% {
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px,0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	}
}

.right-side{
	display:inline-block;
	width:69%;
	border:0px solid red;
	vertical-align:top;
	position:relative;

}

.right-side tbody,
.right-side table{
	width:100%!important;
}

.right-side table th{
	background:rgba(65,73,84,.17)!important;
	
}

.right-side table p{
	text-indent:0!important;
	margin:0;
}

.baner-page{
	margin-bottom:3%;
}

.baner-page img{
	position:relative;
	display:block;
	width:100%;
	height:auto;
	box-shadow:.7px .7px 3px #ccc;
}

.right-side p{
	font-size:.999em;
	text-indent:2.5em;
	line-height:1.69;
}

.right-side h3{
	text-indent:2.5em;
	color:#af8c52;
	margin-bottom:20px;
}

.right-side ol,
.right-side ul{
	display:block;
	width:89%;
	margin:1% auto!important;
	border:0px solid red;
}

.right-side ol li,
.right-side ul li{
	margin-bottom:4px;
}

/**/

.contact-btn{
	position:relative;
	display:block;
	margin:6.5% 0 0;
	font-size:.905em;
	letter-spacing:.5px;
	color:#000;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
	padding:14px 0;
	
	border:2.45px solid #232332;
	background:rgba(0,0,0,.015);

	-webkit-transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s;
    -ms-transition: all .45s;
    transition: all .45s;
	
}

.contact-btn:hover{
	position:relative;
	display:block;
	margin:6.5% 0 0;
	font-size:.905em;
	letter-spacing:.5px;
	color:#000;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
	padding:14px 0;
	
	border:2.45px solid rgba(177,151,107,.87);
	background:rgba(0,0,0,.015);
	box-shadow:1px 1px 3px #ccc;
		
	-webkit-transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s;
    -ms-transition: all .45s;
    transition: all .45s;
}

/*
.contact-btn{
	background: rgb(178,153,109);
	background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
	display:block;
	position:relative;
	color:#fff;
	width:100%;
	padding:13px 0 13px ;
	border-radius:10px;
	font-size:.93em;
	letter-spacing:.78px;
	font-weight:500;
	box-shadow:.5px .5px 2.7px rgba(65,73,84,.55);  
	
	-webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
}

.contact-btn:after{
	width: 17px;
    height:17px;
    content: "";
    background-image: url("/themes/pittak/images/arrow-btn.png");
	background-size:17px 17px;
	display:inline-block;
	position:absolute;
	right:28px;
	top:18.5px;
	
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.contact-btn:hover{
	box-shadow:3px 3px 4.7px rgba(65,73,84,.55); 
	
	-webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;

}

.contact-btn:hover:after{
	animation: go-link 1.5s ease infinite;

}

/**/

.advantage-list{
	position:relative;
	display:block;
	overflow:hidden;
	border:0px solid red;
}

.advantage-list-title{
	display:block;
	border:0px solid red;
	background:rgba(35,35,35,.055);
	padding:4% 0;
	margin:9.5% 0 2%;
}

.advantage-list-title .ad-title{
	font-family: 'Roboto', sans-serif;
	font-size:1.55em;
	margin:4% 0 3.5%;
	line-height:1;
	letter-spacing:.75px;
	padding:0;
	position:relative;
	display:block;
	text-align:center;
	color:#000;
	font-weight:700;
	text-transform:uppercase;
}


.advantage-list .ad-subtitle{
	display:none;
}

.sub-bab{
	position:relative;
	display:block;
	border:0px solid green;
	width:100%;
	height:500px;
}

.sub-bab img{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	z-index:4;
}

.sub-bab .advantage-hover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	z-index:5;
	
	background: rgb(118,118,118);
	background: linear-gradient(0deg, rgba(118,118,118,0.15449929971988796) 9%, rgba(100,100,100,0.6054796918767507) 71%);
}


.sub-bab .advantage-numbers{
	position:relative;
	display:block;
	z-index:9;
	top:7%;
	width:90%;
	left:5%;
	border:0px solid blue;
}

.advantage-hover:after{
	display:none;
}


.sub-bab .ad-grids{
	width:100%;
	border-bottom:2.15px solid rgba(255,255,255,.55);
	display:block;
	position:relative;
	vertical-align:top;
	text-align:center;
	padding-bottom:4.5%;
	margin-bottom:4.5%;
}

.sub-bab .ad-grids:last-child{
	border-bottom:0px solid rgba(255,255,255,.55);
}

.sub-bab .ad-grids span{
	font-size:3.55em;
	color:#fff;
	line-height:1;
	padding:0;
	margin:0 0 4px 0px;
	font-weight:700;
}

.sub-bab .ad-grids p{
	font-size:.98em;
	color:rgba(255,255,255,.97);
	font-weight:600;
	line-height:1.39;
	padding:0 0%;
	margin:2% auto;
	width:90%;
	letter-spacing:1px;
	display:block;
	font-family: 'Merriweather', serif;
}

/* Одна ціна - 3 блоки  */

.packages-block{
	position:relative;
	display:block;
	
	border:0px solid #ccc;

	margin-bottom:3.8%;
}

.packages-b{
	text-align:inhe;
	position:relative;
	display:inline-block;
	width:47.5%;
	vertical-align:top;
	margin:0 0 2%;
	border:0px solid red;
	box-shadow:1px 0px 4px #bdbdbd;
	border-radius:19px;
	overflow:hidden;
	border-bottom:4px solid #af966a;
}

.packages-b:nth-child(even){
	margin-left:3.5%;
}

.p-title{
	display:block;
	margin-bottom:6.1%;
	padding:18px 0;
	text-align:center;
	background:#af966a;
	color:#fff;
	text-transform:uppercase;
	font-size:1.28em;
	font-weight:600;
	letter-spacing:.8px;
}

.p-sub-title{
	color:rgba(0,0,0,.55);
	font-size:.83em;
	font-weight:400;
	line-height:1.33;
	padding:0;
	margin:1.7% auto 6%;
	font-style:italic;
	width:93%;

	display:block;
	text-align:center;
}

.p-price{
	display:block;
	text-align:center;
}

.p-price p{
	text-indent:0;
	font-size:1.3em;
	line-height:1;
}

.right-side .p-price p em{ 
	text-indent:0;
	font-size:.55em;
	line-height:.7!important;
	margin:-45px 0 0;
	padding:0;
}

.p-price p strong{
	font-size:1.81em;
	margin-left:6px;
}

.p-text{
	position:relative;
	display:block;
	border:0px solid red;
	margin:1% auto 0;
}


.p-text ul{
	list-style-position: outside;
	display:block;
	border:0px solid red;
	width:89%;
	padding:2% 3.3%;
	margin:2% auto 4%;
	background:rgba(0,0,0,.029);
	text-align:left;
	text-indent:0;
}

.p-text li{ 
    list-style: none;
    background: url(../images/list2.png) no-repeat 1.0px 5.55px;
    background-size: 9px 15px;
    margin-bottom:29px;
    padding-left:21px;
    line-height: 1.45;
    font-size: .92em;
    font-weight:400;
    text-indent: 0;
}


.p-text p{
	font-size:1.099em;
	padding:0;
	margin:0 0 13px;
	text-indent:0;
}

.p-btn{
	position:relative;
	display:block;
	text-align:center;
	margin-top:7%;
}


.p-btn #f-buy-btn{
	background: rgb(178,153,109);
	background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
	display:block;
	position:relative;
	color:#fff;
	width:70%;
	padding:13px 0 13px ;
	border-radius:10px;
	font-size:.93em;
	letter-spacing:.78px;
	font-weight:500;
	box-shadow:.5px .5px 2.7px rgba(65,73,84,.55);  
	border:none;
	margin:0 auto;
	
	-webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
}

.p-btn #f-buy-btn:after{
	width: 17px;
    height:17px;
    content: "";
    background-image: url("/themes/pittak/images/arrow-btn.png");
	background-size:17px 17px;
	display:inline-block;
	position:absolute;
	right:28px;
	top:18.5px;
	
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.p-btn #f-buy-btn:hover{
	box-shadow:3px 3px 4.7px rgba(65,73,84,.55); 
	
	-webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;

}

.p-btn span{
	display:block;
	font-size:1.01em;
	padding:0;
	margin:22px 0 20px;
	font-weight:600;
	line-height:1!important;
	text-indent:0;
}

.f-price-time{
	display:block;
	text-align:center;
	padding:0;
	margin:3% 0 0%;
}

.f-price-time p strong{
	font-size:1.15em;
}

.f-price-time p{
	font-size:1.15em;
	padding:0;
	font-weight:500;
	margin:0;
	line-height:1!important;
	text-indent:0;
}

.p-bottomtext{
	position:relative;
	display:block;
	margin:31px auto 15px;
	width:95%;
	padding:7px 2px;
}

.p-bottomtext p{
	font-size:1.0em;
	padding:0;
	font-weight:500;
	margin:0 0 10px;
	line-height:1.4!important;
	text-indent:1.6em;
}

.right-side .p-bottomtext h3 {
    font-size: 1.13em;
    color: #af8c52;
    margin:29px auto 16px;
	font-weight:600;
	line-height:1.25;
	text-indent:1.1em;
	padding:0;
	width:98%;
}

.right-side .p-bottomtext{
	background:rgba(0,0,0,.014);
}


/* Одна ціна - 3 блоки  */

.full-price-3-row{
	position:relative;
	display:block;
	padding:1.5% 1.25%;
	border:5px solid rgba(177,151,107,.77);
	background:rgba(177,151,107,.011);
	1background: rgba(35,35,35,.011);
	margin-bottom:3.8%;

}

.full-row{
	position:relative!important;
	display:inline-block!important;
	width:32.65%!important;
	border:1.5px solid rgba(0,0,0,.05);
	vertical-align:top!important;
	float:left;
	min-height:100px;
}

.full-row p{
	text-align:center;
	text-indent:0!important;
	margin:8.5px 0 0;
}

.full-row:nth-child(2){

	margin:0 5px;
}

.full-row span{
	display:block;
	text-align:center;
	padding:12px 0;
	font-size:.85em;
	font-weight:500;
	letter-spacing:.5px;
	text-transform:uppercase;
	background:rgba(0,0,0,.06)
}

.full-3row-about{
	position:relative;
	display:block;
	border:0px solid red;
	margin:155px 0 40px;
}

.full-3row-about p{
	font-size:1.099em;
	padding:0;
	margin:0;
	text-indent:0;
}


.full-3row-about p em{
	font-size:.84em;
}

.full-row-btn{
	text-align:center;
}

.full-price-3-row #f-buy-btn{
	background: rgb(178,153,109);
	background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
	display:inline-block;
	position:relative;
	color:#fff;
	padding:13px 148px 13px 130px;
	border-radius:10px;
	font-size:.93em;
	letter-spacing:.78px;
	font-weight:500;
	box-shadow:.5px .5px 2.7px rgba(65,73,84,.55);  
	border:none;
	
	-webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
}

.full-price-3-row #f-buy-btn:after{
	width: 17px;
    height:17px;
    content: "";
    background-image: url("/themes/pittak/images/arrow-btn.png");
	background-size:17px 17px;
	display:inline-block;
	position:absolute;
	right:28px;
	top:18.5px;
	
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.full-price-3-row#f-buy-btn:hover{
	box-shadow:3px 3px 4.7px rgba(65,73,84,.55); 
	
	-webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;

}

/* Одна ціна - широкий блок  */

.full-price{
	position:relative;
	display:block;
	padding:1.55%;
	border:5px solid rgba(177,151,107,.77);
	background:rgba(177,151,107,.011);
	1background: rgba(35,35,35,.011);
	margin-bottom:3.8%;

}

.f-price-number{
	font-size:1.3em;
	font-family: 'Merriweather', serif;
	display:block;
	padding:0;
	text-indent:0;
	margin:2.5% 0;
	line-height:1;
	border:0px solid red;
}

.f-price-number p{
	padding:0;
	text-indent:0;
	margin:0;
	line-height:1;
}


.f-price-number strong{
	font-size:1.9em;
	font-weight:700;
	letter-spacing:0;
	margin-left:6px;
	font-family: 'Roboto', sans-serif;
}

.f-price-number tbody,
.f-price-number table{
	width:77%!important;
	margin:3% auto;
	font-size:.85em;
	border:1.3px solid #ccc;
}

.f-price-number table th{
	background:rgba(237,221,197,.37)!important;
	padding:20px 12px;
}

.f-price-number table p{
	text-indent:0!important;
	margin:0;

}

.f-price-number table strong {
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 0;
    margin-left: 6px;
    font-family: 'Roboto', sans-serif;
}

.f-price-about{
	position:relative;
	display:block;
	border:0px solid red;
	margin:1% auto 0;
}

.f-price-about h2{
	font-size:1.16em;
	margin-bottom:15px;
	font-weight:600;
	position:relative;
	display:block;
	padding:3px 0;
	line-height:1.6;
}

.f-price-about h2 strong{
	font-size:1.2em;
	font-weight:800;
}

.f-price-about ul{
	list-style-position: outside;
	display:block;
	border:0px solid red;
	width:87%;
	margin:1% auto;
	text-align:left;
	text-indent:0;
}

.f-price-about li{ 
    list-style: none;
    background: url(../images/list2.png) no-repeat 1.5px 7.5px;
    background-size: 11px 17px;
    margin-bottom:23px;
    padding-left:25px;
    line-height: 1.55;
    font-size: 1.03em;
    font-weight:400;
    text-indent: 0;
}


.f-price-about p{
	font-size:1.099em;
	padding:0;
	margin:0;
	text-indent:0;
}


.f-price-about p em{
	font-size:.9em;
}

.f-price-time{
	display:block;
	text-align:center;
	padding:0;
	margin:2% 0 0%;
}

.f-price-time p strong{
	font-size:1.15em;
}

.f-price-time p{
	font-size:1.05em;
	padding:0;
	margin:0;
	line-height:1!important;
	text-indent:0;
}

.f-price-about2{
	position:relative;
	display:block;
	border:0px solid red;
	margin:1% auto 0;
	text-align:auto;
}


.f-price-about2 ul{
	list-style-position: outside;
	display:block;
	border:0px solid red;
	width:87%;
	margin:1% auto;
	text-align:left;
	text-indent:0;
}

.f-price-about2 li{ 
    list-style: none;
    background: url(../images/list2.png) no-repeat 1.5px 7.5px;
    background-size: 11px 17px;
    margin-bottom:23px;
    padding-left:25px;
    line-height: 1.55;
    font-size: 1.03em;
    font-weight:400;
    text-indent: 0;
}


.f-price-about2 p{
	font-size:1.099em;
	text-align:auto;
	
}

.f-price-about2 em{
	font-size:.89em;
}


.f-buy-btn{
	
}

.f-btn-block{
	position:relative;
	display:block;
	text-align:center;
	margin:1.95% 0 .55%;
}

#f-buy-btn{
	background: rgb(178,153,109);
	background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
	display:inline-block;
	position:relative;
	color:#fff;
	padding:13px 108px 13px 90px;
	border-radius:10px;
	font-size:.93em;
	letter-spacing:.78px;
	font-weight:500;
	box-shadow:.5px .5px 2.7px rgba(65,73,84,.55);  
	border:none;
	
	-webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
}

#f-buy-btn:after{
	width: 17px;
    height:17px;
    content: "";
    background-image: url("/themes/pittak/images/arrow-btn.png");
	background-size:17px 17px;
	display:inline-block;
	position:absolute;
	right:28px;
	top:18.5px;
	
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

#f-buy-btn:hover{
	box-shadow:3px 3px 4.7px rgba(65,73,84,.55); 
	
	-webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;

}

.f-buy-btn:hover:after{
	animation: go-link 1.5s ease infinite;

}

/* Пакети послуг - Підписка */

.inline-packages-block{
	position:relative;
	display:block;
	
	margin-bottom:3.8%;
}

.packages-in{
    text-align: inherit;
    position: relative;
    display: inline-block;
    width: 32.05%;
    vertical-align: top;
    margin: 0 0 2%;
    border: 0px solid red;
    box-shadow: 1px 0px 4px #bdbdbd;
    border-radius: 19px;
    overflow: hidden;
    border-bottom: 4px solid #af966a;
}

.packages-in:nth-child(2){
	margin: 0 1.2% 2%;
}

.in-title{
    display: block;
    margin-bottom: 6.1%;
    padding: 18px 0;
    text-align: center;
    background: #af966a;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.43em;
    font-weight: 600;
    letter-spacing: .8px;
}

.in-price{
    font-size: 1.43em;
    text-indent: 0;
    line-height: 1;
	margin:14% auto 10%;
	font-weight:500;
	text-align:center;
	font-family: 'Merriweather', serif;
}

.in-text{
	position:relative;
	display:block;
	border:0px solid red;
	margin:1% auto 0;
	width:98%;
}


.in-text ul{
	list-style-position: outside;
	display:block;
	border:0px solid red;
	width:98%;
	padding:7% 3.3% 0;
	margin:6% auto 9%;
	background:rgba(0,0,0,.029);
	text-align:left;
	text-indent:0;
}

.in-text li{ 
    list-style: none;
    background: url(../images/list2.png) no-repeat 1.0px 5.55px;
    background-size: 9px 15px;
    margin-bottom:55px;
	padding-bottom:17px;
    padding-left:21px;
    line-height: 1.45;
    font-size: .89em;
    font-weight:400;
    text-indent: 0;
	position:relative;
}


.in-text p{
	font-size:.95em;
	padding:0;
	margin:0 auto 13px;
	text-indent:0;
	line-height:1.2;
	width:95%;
	display:block;
}

.in-btn{
	position:relative;
	display:block;
	text-align:center;
	margin:7% 0;
}


.in-btn #f-buy-btn{
	background: rgb(178,153,109);
	background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
	display:block;
	position:relative;
	color:#fff;
	width:70%;
	padding:13px 0 13px ;
	border-radius:10px;
	font-size:.93em;
	letter-spacing:.78px;
	font-weight:500;
	box-shadow:.5px .5px 2.7px rgba(65,73,84,.55);  
	border:none;
	margin:0 auto;
	
	-webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
}

.in-btn #f-buy-btn:after{
	width: 17px;
    height:17px;
    content: "";
    background-image: url("/themes/pittak/images/arrow-btn.png");
	background-size:17px 17px;
	display:inline-block;
	position:absolute;
	right:28px;
	top:18.5px;
	
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.in-btn #f-buy-btn:hover{
	box-shadow:3px 3px 4.7px rgba(65,73,84,.55); 
	
	-webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;

}


/* Пакети послуг - Митно-брокерські послуги */

#page-66  .in-title{
    padding: 15px 21px;
	box-shadow:0 0 3.5px #333;
    text-transform: none;
    font-size: 1.393em;
    font-weight: 400;
	font-family: 'Merriweather', serif;
}

#page-66  .in-price{
    font-size: 1.73em;
}


#page-66 .in-text p{
	font-size:1.025em;
	margin:0 auto 8px;
	line-height:1.3;
}

#page-66 .in-btn #f-buy-btn{
	width:85%;
}

.right-side blockquote{
	background: rgba(35,35,35,.05);
	padding:2%;
}

/* Чотири пакети */

.packages-f{
	display:inline-block;
	width:48%;
	border: 4.25px solid rgba(177,151,107,.77);
	padding: 1.55%;
	position:relative;
	vertical-align:top;
	margin-bottom:3.5%;
}

.packages-f:nth-child(odd){
	margin-right:3%;
}

.f-title{
	display:block;
	text-align:center;
	padding:7px 0 14px;
	border-bottom: 2.2px solid rgba(35,35,35,.15);
	font-size:1.267em;
	font-weight:700;
	font-family: 'Merriweather', serif;
}

.f-price{
	position:relative;
	display:block;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	line-height:1;
	font-size:1.2em;
	font-weight:700;
	margin:4% 0 0;
}

.f-text{
	position:relative;
	display:block;
	margin:4% 0 0;
	padding:2% 2%;
	background: rgba(0,0,0,.029);	
}

.f-text p{
	font-size:.955em;
	text-indent:0;
}

.f-text ol, .f-text ul {
    display: block;
    width: 95%;
    margin: 1% auto!important;
    border: 0px solid red;
}

.f-termin{
	text-align:center;
	margin:3.19% 0 0;
}

.f-termin p{
	text-indent:0;
}


.f-btn{
	position:relative;
	display:block;
	text-align:center;
	margin:4.5% 0 1.7%;
}



.f-btn #f-buy-btn{
	background: rgb(178,153,109);
	background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
	display:block;
	position:relative;
	color:#fff;
	width:73%;
	padding:13px 0 13px ;
	border-radius:10px;
	font-size:.93em;
	letter-spacing:.78px;
	font-weight:500;
	box-shadow:.5px .5px 2.7px rgba(65,73,84,.55);  
	border:none;
	margin:0 auto;
	
	-webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
}

.f-btn #f-buy-btn:after{
	width: 17px;
    height:17px;
    content: "";
    background-image: url("/themes/pittak/images/arrow-btn.png");
	background-size:17px 17px;
	display:inline-block;
	position:absolute;
	right:28px;
	top:18.5px;
	
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.f-btn #f-buy-btn:hover{
	box-shadow:3px 3px 4.7px rgba(65,73,84,.55); 
	
	-webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;

}


#f-buy-btn:hover:after{
	animation: go-link 1.5s ease infinite;

}

/**/

#footer{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1000px;
	overflow:hidden;
}

.f-back{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	max-height:130%;
	min-height:100%!important;
	display:block;
	z-index:3;
}

.footer-hover{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
	background: rgb(31,31,31);
	background: linear-gradient(0deg, rgba(31,31,31,0.6222864145658263) 0%, rgba(74,74,74,0.6783088235294117) 100%);
}


.footer-hover:after{
	position:absolute;
	top:4.7%;
	left:2.5%;
	content:'';
	width:95%;
	height:91%;
	border:3px solid rgba(255,255,255,.52);
	z-index:6;
}

.f-logo{
	position:absolute;
	display:block;
	z-index:9;
	width:100%;
	text-align:center;
	top:11.5%;
	left:0;
}

.f-logo img{
	height:140px;
	width:auto;
}

.f-logo h3{
	font-family: 'Merriweather', serif;
    font-size: 2.55em;
	font-weight:300;
    text-align: center;
    margin-bottom:0%;
    margin-top: .65%;
    position: relative;
    width: 100%;
	letter-spacing:1.45px;
    display:block;
    z-index: 9;
	color:#fff;
	z-index:9;
}

.f-logo h3:after{
	content:'';
	width:11%;
	height:2.5px;
	position:relative;
	display:block;
	background:#af9669;
	margin:1.15% auto ;
}

.f-logo p{
	display: block;
    text-align: center;
    color: #fff;
	width:78%;
	margin:0 auto;
    font-size: 1.215em;
}

/**/

.f-social{
	position:relative;
	display:inline-block;
	text-align:center;
	height:auto;
}

.f-social a{
	display:inline-block!important;
	position:relative;
	width:45px;
	height:45px;

	margin:-2px 12px 4px 0;
	opacity:1;
	z-index:6;
	background-repeat:no-repeat;
	background-size:42px 42px;

	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4 ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.f-social a:hover{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4 ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity:1;
	
}

.f-social .facebook{
	background-image:url(../images/social01.png) ;
}
.f-social .instagram{
	background-image:url(../images/social02.png) ;

}

.f-social .facebook:hover{
	background-image:url(../images/social-hover1.png) ;
	
}
.f-social .instagram:hover{
	background-image:url(../images/social-hover2.png) ;

}

/**/

.f-contact{
	position:absolute;
	top:57%;
	left:7.5%;
	z-index:9;
	display:inline-block;
	border:0px solid red;
	width:480px;
}

.f-contact h4{
	display:block;
	padding:0;
	margin:0 0 26px;
	line-height:1;
	text-transform:uppercase;
	color:#c9ae7f;
	font-weight:500;
	letter-spacing:1.2px;
	font-size:1.42em;
}

.f-contact p{
	color:#fff;
	font-size:1.14em;
	display:block;
	padding:0;
	margin:0 0 7px;
	letter-spacing:.65px;
}

.f-contact .f-links{
	position:relative;
	display:block;
	margin:40px 0 0;
}

.f-contact span{display:block}

.f-contact a{
	display:inline-block;
	position:relative;
	color:#fff;
	opacity:.9;
	font-size:1.11em;
	padding:0;
	margin:0 0 9.5px;

	letter-spacing:.75px;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.f-contact a:hover{
	color:#c9ae7f;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

/**/

.info-menu{
	position:absolute;
	top:63%;
	left:32%;
	border:0px solid red;
	width:360px;
	display:block;
	z-index:9;
}

.info-menu ul{
	margin:0;
	padding:0;
	text-indent:0;
}

.info-menu li{
	display:block;
	margin:0;
	padding:0;
	text-indent:0;
}

.info-menu a{
	display:inline-block;
	position:relative;
	color:#fff;
	opacity:.9;
	font-size:1.04em;
	padding:0;
	margin:0 0 9.5px;

	letter-spacing:.75px;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.info-menu a:hover{
	color:#c9ae7f;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.services-menu-footer{
	position:absolute;
	top:57%;
	right:5%;
	border:0px solid red;
	width:740px;

	display:block;
	z-index:9;
}

.services-menu-footer h4{
	display:block;
	padding:0;
	margin:0 0 26px;
	line-height:1;
	text-transform:uppercase;
	color:#c9ae7f;
	font-weight:500;
	letter-spacing:1.2px;
	font-size:1.42em;
}

.services-menu-footer a{
	display:inline-block;
	position:relative;
	color:#fff;
	opacity:.9;
	font-size:1.04em;
	padding:0;
	margin:0 0 9.5px;

	letter-spacing:.75px;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.services-menu-footer a:hover{
	color:#c9ae7f;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.services-menu-footer ul{
	margin:0;
	padding:0;
	text-indent:0;
	
}

.services-menu-footer li{
	display:block;
	margin-bottom:3px;
}

/*
.services-menu-footer li:nth-child(1),
.services-menu-footer li:nth-child(2),
.services-menu-footer li:nth-child(3),
.services-menu-footer li:nth-child(4){
		border:0px solid red;
		position:absolute;
		left:0;
		width:45%;
		

}

.services-menu-footer li:nth-child(5),
.services-menu-footer li:nth-child(6),
.services-menu-footer li:nth-child(7){
	float:right;
	border:0px solid blue;
	background:yellow;
	width:40%;
	display:inline-block;

	vertical-align:top;
}*/

.services-menu-footer nav{
	width:47.1%;
	vertical-align:top;
	display:inline-block;
}

.services-menu-footer nav:nth-child(1){
	float:left;
	margin:0 4% 0 0;
}

.services-menu-footer nav:nth-child(2){
	float:right;
}

/**/

.footer-copy{
	position:absolute;
	bottom:6.4%;
	width:100%;
	left:0;
	text-align:center;
	display:block;
	z-index:9;
	
	color:#fff;
	font-size:.93em;
	letter-spacing:1px;
}


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


body{
	font-size:17.7px;
}
	
.logo-block img{
	height:84px;
	width:auto;
}

.logo-block{
	position:relative;
	display:inline-block;
	border:0px solid blue;
	margin:.35% 1.15% 0px .95%;
	width:270px;
	float:left;
}

.logo-text h1{
	font-family: 'Montaga', serif;
	line-height:1;
	font-size:2.95em;
	font-weight:300;
	padding:0;
	margin:0 0 3%;
	letter-spacing:1px;
}

.logo-text h2{
	font-family: 'Roboto', sans-serif;
	line-height:1;
	text-transform:uppercase;
	font-size:.87em;
	margin:0 0 1%;
	padding:0;
	background: #B08D52;
	background: linear-gradient(to right, #B08D52 0%, #6B490E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing:1.1px;
}

/*верхні посилання*/
.tbm-item.level-1 .tbm-link-container a,
.tbm-item.level-1 .tbm-link-container span{
	font-size:.867em;
	letter-spacing:.45px;
	font-weight:400;
	text-align:center!important;
	float:none;
	display:block;

	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.tbm-item.level-2 .tbm-link-container a,
.tbm-item.level-2 .tbm-link-container span{
	font-size:.831em!important;
	font-weight:400;
	text-align:left!important;
	float:none;
	display:inline-block;
	border-bottom:0px solid transparent;
	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

}

@media only screen and (max-width:1750px){
/*
*{background:pink}

*/
body{
	font-size:17.7px;
}

/**/



/*	
.tbm-link.level-1 {
    color: #000;
    padding: 1.12rem .30rem 1.1rem 0;
}

.logo-block img {
    height: 105px;
    width: auto;
}

.logo-text h1 {
    font-family: 'Montaga', serif;
    line-height: 1;
    font-size: 3.66em;
    font-weight: 300;
    padding: 0;
    margin: 0 0 3%;
    letter-spacing: 1px;
}

.logo-text h2 {
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    text-transform: uppercase;
    font-size: .97em;
    margin: 0 0 1%;
    padding: 0;
    background: #B08D52;
    background: linear-gradient(to right, #B08D52 0%, #6B490E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1.1px;
}
*/
/**/
/*
.contact-top{
	display:block;
	width:36%;
	vertical-align:top;
	border:0px solid blue;
	text-align:right;
	margin:0 0% 0px 0;
	position:absolute;
	top:0%;
	right:31%;
}

.contact-top a {
    display: inline-block;
    position: relative;
    color: #7A7A7A;
    opacity: .9;
    font-size: .887em;
    padding: 15px 0 15px 37px;
    font-weight: 500;
    letter-spacing: .57px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.contact-top a:before {
    width: 32px;
    height: 32px;
    content: "";
    background-image: url(/themes/pittak/images/icon-1.png);
    background-size: 32px 32px;
    display: inline-block;
    position: absolute;
    left: -5px;
    top: 13px;
}

a.brown-btn {
    position: absolute;
    display: inline-block;
    background: #B1976B;
    vertical-align: top;
    position: relative;
    padding: 15px 30px 15px 70px;
    color: #fff;
    box-shadow: 1px 1px 3px #ccc;
    font-size: .9em;
	top:0;
	right:10%;
	float:right;
}

.language-block li img {
    width: 34px;
    height: auto;
}

.language-block li{display:inline-block;font-size:0px;padding:0;margin:0 7px 0;}
*/
/**/


/*верхні посилання*//*
.tbm-item.level-1 .tbm-link-container a,
.tbm-item.level-1 .tbm-link-container span{
	font-size:.89em;
	letter-spacing:.3px;
	font-weight:400;
	text-align:center!important;
	float:none;
	display:block;

	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.tbm-item.level-2 .tbm-link-container a,
.tbm-item.level-2 .tbm-link-container span{
	font-size:.88em!important;
	font-weight:400;
	text-align:left!important;
	float:none;
	display:inline-block;
	border-bottom:0px solid transparent;
	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.level-1 .tbm-link-container button.tbm-submenu-toggle{
	margin-top:7.05px;
}

.level-2 .tbm-link-container button.tbm-submenu-toggle{
    -moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-top:8.35px;
	margin-left:6px;
}

.level-1 .tbm-submenu-toggle:before {
    position: absolute;
    top: 13%;
    -webkit-transform: translateY(50%) translateX(25%)!important;
    transform: translateY(50%) translateX(25%)!important;
    content: '';
	background: url('../images/arrow-down.png') 17px 17px!important;
    left:4%;
	width:17px!important;
	height:17px!important;
	background-size:16px 16px!important;
    display: block;
    border-left: 0rem solid transparent;
    border-right: 0rem solid transparent;
    border-top: 0rem solid currentColor;
    -webkit-transition: -webkit-transform 400ms ease-out;
    transition: -webkit-transform 400ms ease-out;
    transition: transform 400ms ease-out;
    transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
	z-index:9;
	border:0px solid red;

}

.level-2 .tbm-submenu-toggle:before {
    position: absolute;
    top: 2%;

    -webkit-transform: translateY(30%) translateX(25%)!important;
    transform: translateY(30%) translateX(25%)!important;
    content: '';
	background: url('../images/arrow-down.png') 16px 18px!important;
    left: 7%;
	width:16px!important;
	height:18px!important;
    display: block;
	background-size:16px 16px!important;
    border-left: 0rem solid transparent;
    border-right: 0rem solid transparent;
    border-top: 0rem solid currentColor;
    -webkit-transition: -webkit-transform 400ms ease-out;
    transition: -webkit-transform 400ms ease-out;
    transition: transform 400ms ease-out;
    transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
	z-index:9;
}

.tbm-link-container button.tbm-submenu-toggle{
    display: none;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1.75rem!important;
    border:0px solid green!important;
    cursor: pointer;
    1margin-left: -15px;
    1margin-right: -7px;
}

.level-1.open .tbm-submenu-toggle:before{
	top: 12%;
	left:-2%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4 ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	
	-moz-transform: rotate(180deg) translate(-3px, -8px)!important;
	-webkit-transform: rotate(180deg) translate(-3px, -8px)!important;
	-o-transform: rotate(180deg) translate(22px, 7px)!important;
	-ms-transform: rotate(180deg) translate(-3px, 7px)!important;
	transform: rotate(180deg) translate(-3px, -8px)!important;
}
*/
/**/

.hello-text {
    position: absolute;
    top: 24%;
    width: 100%;
    left: 0;
    display: block;
    z-index: 9;
    border: 0px solid blue;
    text-align: center;
}

.about-block {
    position: relative;
    display: block;
    width: 82%;
    margin: -6.4% auto 0;
    background: #fff;
    border-radius: 36px;
    box-shadow: 0px 1.7px 3.7px rgb(0 0 0 / 19%);
    z-index: 9;
    min-height: 500px;
    overflow: hidden;
}

.hello-text p {
    width: 79%;
    display: block;
    margin: 1.7% auto 0;
    color: #fff;
    font-size: 1.12em;
}

/**/

.advantage-block {
    position: relative;
    display: block;
    width: 100%;
    min-height: 670px;
    overflow: hidden;
    margin: 5% 0 0;
}

.webform-block {
    width: 68%;
    display: block;
    overflow: hidden;
    z-index: 9;
    background: #fff;
    position: relative;
    margin: -9.15% auto 0;
    border-radius: 15px;
    box-shadow: 0px 1.7px 3.7px rgb(0 0 0 / 19%);
}

}

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

/*верхні посилання*/
.tbm-item.level-1 .tbm-link-container a,
.tbm-item.level-1 .tbm-link-container span{
	font-size:.844em;
	letter-spacing:.45px;
	font-weight:400;
	text-align:center!important;
	float:none;
	display:block;

	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.tbm-item.level-2 .tbm-link-container a,
.tbm-item.level-2 .tbm-link-container span{
	font-size:.821em!important;
	font-weight:400;
	text-align:left!important;
	float:none;
	display:inline-block;
	border-bottom:0px solid transparent;
	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
}

@media only screen and (max-width:1690px){
		
/**{background:yellow}	*/
	
body{
	font-size:16.9px;
}


.language-block{
	position:absolute;
	display:inline-block;
	min-width:7%;
	top:10.24%;
	right:1.22%;
	border:0px solid red;
}

.language-block li img{
	width:33px;
	height:auto;

}
	
.logo-block img{
	height:81px;
	width:auto;
}

.logo-block{
	position:relative;
	display:inline-block;
	border:0px solid blue;
	margin:.35% 1.15% 0px .95%;
	width:250px;
	float:left;
}

.logo-text h1{
	font-family: 'Montaga', serif;
	line-height:1;
	font-size:2.95em;
	font-weight:300;
	padding:0;
	margin:0 0 3%;
	letter-spacing:1px;
}

.logo-text h2{
	font-family: 'Roboto', sans-serif;
	line-height:1;
	text-transform:uppercase;
	font-size:.87em;
	margin:0 0 1%;
	padding:0;
	background: #B08D52;
	background: linear-gradient(to right, #B08D52 0%, #6B490E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing:1.1px;
}

/**/

.main-menu{
	position:relative;
	display:inline-block;
	display:block;
	z-index:10;
	background:#fcfcfc;
	min-height:95px;
}

.tbm {
	background:transparent;
	display:inline-block;
	border:0px solid red;
	margin:1.14% 1.15% 0 0%;
	text-align:left;

	float:right;
}

.tbm-link.level-1 {
    color: #000;
    padding: 1.26rem .055rem 1.29rem 0;
}

.tbm-item.level-1{
	border:0px solid #000;
	margin:0 1.78rem 0 0;
	min-width:auto;
}

.level-1 .tbm-link-container button.tbm-submenu-toggle{
	margin-top:3.15px;
}

.level-2 .tbm-link-container button.tbm-submenu-toggle{

	margin-top:-2.35px;
}


}

@media only screen and (max-width:1600px){
	
body{
	font-size:16.9px;
}

.services-menu-footer {
    position: absolute;
    top: 57%;
    right:1%;
    border: 0px solid red;
    width: 740px;
    display: block;
    z-index: 9;
}
	

}

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


.hello-page {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    height: 420px;
    box-shadow: 1px 1px 3px #333;
}

.body-page {
    position: relative;
    display: block;
    width: 97%;
    margin: 3% auto;
    border: 0px solid red;
}

.left-side .go-link a {
    font-size: .83em;
	padding:21px 0 21px 30px;
}

.left-side .go-link a:hover{
	padding:21px 0 21px 50px;
}


.left-side .go-link a:hover:after{
	content:'';
	display:inline-block;
	position:absolute;
		
	width: 17px;
    height: 14px;
    background-image: url(/themes/pittak/images/brown-link.png);
    background-size: 17px 14px;
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 20.85px;
	animation: brw-link 1.15s ease infinite;
	opacity:1;
	
	-webkit-transition: all 4.14s;
    -moz-transition: all 4.14s;
    -o-transition: all 4.14s;
    -ms-transition: all 4.14s;
    transition: all 4.14s;
} 

.sub-bab {
    position: relative;
    display: block;
    border: 0px solid green;
    width: 100%;
    height: 460px;
}

.sub-bab .advantage-numbers{
	top:9.96%;
}
/*
.language-block{
	position:absolute;
	display:inline-block;
	min-width:7%;
	top:28.14%;
	right:1.13%;
	border:0px solid red;
}*/

.language-block li img{
	width:30px;
	height:auto;
}

.language-block li{display:inline-block;font-size:0px;padding:0;margin:0 7px 0;}
	
.logo-block img{
	height:72px;
	width:auto;
}

.logo-block{
	position:relative;
	display:inline-block;
	border:0px solid blue;
	margin:.35% 1.15% 0px .95%;
	width:220px;
	float:left;
}

.logo-text h1{
	font-family: 'Montaga', serif;
	line-height:1;
	font-size:2.45em;
	font-weight:300;
	padding:0;
	margin:0 0 3%;
	letter-spacing:1px;
}

.logo-text h2{
	font-family: 'Roboto', sans-serif;
	line-height:1;
	text-transform:uppercase;
	font-size:.81em;
	margin:0 0 1%;
	padding:0;
	background: #B08D52;
	background: linear-gradient(to right, #B08D52 0%, #6B490E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing:1.1px;
}

/**/

.main-menu{
	position:relative;
	display:inline-block;
	display:block;
	z-index:10;
	background:#fcfcfc;
	min-height:91px;
}

.tbm {
	background:transparent;
	display:inline-block;
	border:0px solid red;
	margin:1.14% .75% 0 0%;
	text-align:left;

	float:right;
}

.tbm-link.level-1 {
    color: #000;
    padding: 1.26rem .042rem 1.29rem 0;
}

.tbm-item.level-1{
	border:0px solid #000;
	margin:0 1.04rem 0 0;
	min-width:auto;
}

.level-1 .tbm-link-container button.tbm-submenu-toggle{
	margin-top:3.15px;
}

.level-2 .tbm-link-container button.tbm-submenu-toggle{

	margin-top:-2.35px;
}

/*верхні посилання*/
.tbm-item.level-1 .tbm-link-container a,
.tbm-item.level-1 .tbm-link-container span{
	font-size:.782em;
	letter-spacing:.45px;
	font-weight:400;
	text-align:center!important;
	float:none;
	display:block;

	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.tbm-item.level-2 .tbm-link-container a,
.tbm-item.level-2 .tbm-link-container span{
	font-size:.781em!important;
	font-weight:400;
	text-align:left!important;
	float:none;
	display:inline-block;
	border-bottom:0px solid transparent;
	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.contact-top a{
	display:inline-block;
	position:relative;
	color:#7A7A7A;
	opacity:.9;
	font-size:.83em;
	padding:13px 0 13px 37px;
	font-weight:500;
	letter-spacing:.57px;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.contact-top a:before{
	width: 29px;
    height:29px;
    content: "";
    background-image: url("/themes/pittak/images/icon-1.png");
	background-size:29px 29px;
	display:inline-block;
	position:absolute;
	left:-5px;
	top:11px;
}

a.brown-btn{
	position:relative;
	display:inline-block;
	background:#B1976B;
	vertical-align:top;
	position:relative;
	padding:13px 27px 13px 65px;
	margin-right:8.85%;
	color:#fff;
	box-shadow:1px 1px 3px #ccc;
	font-size:.87em;
}

a.brown-btn:before{
	width: 30px;
    height:30px;
    content: "";
    background-image: url("/themes/pittak/images/icon-3.png");
	background-size:30px 30px;
	display:inline-block;
	position:absolute;
	left:19px;
	top:10.4px;
	
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}



/*верхні посилання*//*
.tbm-item.level-1 .tbm-link-container a,
.tbm-item.level-1 .tbm-link-container span{
	font-size:.84em;
	letter-spacing:.1px;
	font-weight:400;
	text-align:center!important;
	float:none;
	display:block;

	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.level-1 .tbm-submenu-toggle:before {
    position: absolute;
    top: 13%;
    -webkit-transform: translateY(50%) translateX(25%)!important;
    transform: translateY(50%) translateX(25%)!important;
    content: '';
	background: url('../images/arrow-down.png') 15.8px 15.8px!important;
    left:4%;
	width:15.8px!important;
	height:15.8px!important;
	background-size:15px 15px!important;
    display: block;
    border-left: 0rem solid transparent;
    border-right: 0rem solid transparent;
    border-top: 0rem solid currentColor;
    -webkit-transition: -webkit-transform 400ms ease-out;
    transition: -webkit-transform 400ms ease-out;
    transition: transform 400ms ease-out;
    transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
	z-index:9;
	border:0px solid red;

}


.level-1 .tbm-link-container button.tbm-submenu-toggle{
	margin-top:5.05px;
}
	
.tbm-link.level-1 {
    color: #000;
    padding: 1.02rem .20rem 1.0rem 0;
}


.tbm-item.level-2 .tbm-link-container a,
.tbm-item.level-2 .tbm-link-container span{
	font-size:.8em!important;
	font-weight:400;
	text-align:left!important;
	float:none;
	display:inline-block;
	border-bottom:0px solid transparent;
	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
*/
.about-text p {
    font-size: .9em;
    margin-bottom: 5px;
}

.go-about {
    background: rgb(178,153,109);
    background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 11px 74px 11px 55px;
    border-radius: 10px;
    font-size: .82em;
    letter-spacing: .78px;
    font-weight: 500;
    box-shadow: 0.5px 0.5px 2.7px rgb(65 73 84 / 55%);
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
}

.go-about:after {
    width: 16px;
    height: 16px;
    content: "";
    background-image: url(/themes/pittak/images/arrow-btn.png);
    background-size: 16px 16px;
    display: inline-block;
    position: absolute;
    right: 28px;
    top: 13px;

	margin:0px 0 0;
	padding:0;
	float:right;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.about-block {
    position: relative;
    display: block;
    width: 82%;
    margin: -6.4% auto 0;
    background: #fff;
    border-radius: 36px;
    box-shadow: 0px 1.7px 3.7px rgb(0 0 0 / 19%);
    z-index: 9;
    min-height: 300px;
    overflow: hidden;
}

.services-slider{
	position:relative;
	display:block;
	width:100%;
	min-height:330px;
	padding:27px 0 80px;
}


.advantage-block {
    position: relative;
    display: block;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    margin: 5% 0 0;
}

}


@media only screen and (max-width:1480px){
/*	
.tbm-link.level-1 {
    color: #000;
    padding: 1.02rem .1rem 1.0rem 0;
}

.tbm-item.level-1 {
    border: 0px solid #000;
    margin: 0 .78rem;
    min-width: 102px;
}
*/
.clip {
    position: absolute;
    bottom: 23.5%;
    z-index: 9;
    display: block;
    width: 240px;
    height: auto;
    -moz-transform: rotate(27deg) translate(-34px, 13px);
    -webkit-transform: rotate(27deg) translate(-34px, 13px);
    -o-transform: rotate(27deg) translate(-34px, 13px);
    -ms-transform: rotate(27deg) translate(-34px, 13px);
    transform: rotate(27deg) translate(-34px, 13px);
}

.services-menu-footer {
    position: absolute;
    top: 57%;
    right: 1%;
    border: 0px solid red;
    width: 600px;
    display: block;
    z-index: 9;
}

/*
.contact-top{
	display:block;
	width:36%;
	vertical-align:top;
	border:0px solid blue;
	text-align:right;
	margin:0 0% 0px 0;
	position:absolute;
	top:0%;
	right:35%;
}

.contact-top a {
    display: inline-block;
    position: relative;
    color: #7A7A7A;
    opacity: .9;
    font-size: .877em;
    padding: 15px 0 15px 37px;
    font-weight: 500;
    letter-spacing: .57px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
*/

.services-title img {
    width: 480px;
    height: auto;
    position: relative;
    display: block;
    margin: 0 auto;
}

/*верхні посилання*//*
.tbm-item.level-1 .tbm-link-container a,
.tbm-item.level-1 .tbm-link-container span{
	font-size:.86em;
	letter-spacing:.1px;
	font-weight:400;
	text-align:center!important;
	float:none;
	display:block;

	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}*/

}


@media only screen and (min-width:1530px) and (max-width:1620px){

.hello-page {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    height: 420px;
    box-shadow: 1px 1px 3px #333;
}

.body-page {
    position: relative;
    display: block;
    width: 97%;
    margin: 3% auto;
    border: 0px solid red;
}

.left-side .go-link a {
    font-size: .87em;
}

.sub-bab {
    position: relative;
    display: block;
    border: 0px solid green;
    width: 100%;
    height: 460px;
}

.sub-bab .advantage-numbers{
	top:9.96%;
}

.tbm-item.level-1{
	border:0px solid #000;
	margin:0 1.38rem 0 0;
	min-width:auto;
}

/*верхні посилання*/
.tbm-item.level-1 .tbm-link-container a,
.tbm-item.level-1 .tbm-link-container span{
	1background:yellow;
	/*font-family: 'Caveat', cursive;*/
	font-size:.811em;
	letter-spacing:.45px;
	font-weight:400;
	text-align:center!important;
	float:none;
	display:block;

	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.tbm-item.level-2 .tbm-link-container a,
.tbm-item.level-2 .tbm-link-container span{
	font-size:.817em!important;
	font-weight:400;
	text-align:left!important;
	float:none;
	display:inline-block;
	border-bottom:0px solid transparent;
	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.services-menu-footer {
    position: absolute;
    top: 57%;
    right: 1%;
    border: 0px solid red;
    width: 640px;
    display: block;
    z-index: 9;
}

.clip {
    position: absolute;
    bottom: 21.5%;
    z-index: 9;
    display: block;
    width: 270px;
    height: auto;
    -moz-transform: rotate(27deg) translate(-34px, 13px);
    -webkit-transform: rotate(27deg) translate(-34px, 13px);
    -o-transform: rotate(27deg) translate(-34px, 13px);
    -ms-transform: rotate(27deg) translate(-34px, 13px);
    transform: rotate(27deg) translate(-34px, 13px);
}

.about-block {
    min-height:400px;
    overflow: hidden;

}

.about-text {
    display: inline-block;
    width: 45.5%;
    height: 100%;
    position: relative;
    min-height: 470px;
    padding-left: 2.25%;
    padding-right: 2.25%;
    padding-top: 2%;
}

}

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


	
body{
	font-size:15.9px;
}

.about-block {
    position: relative;
    display: block;
    width: 90%;
    margin: -6.4% auto 0;
    background: #fff;
    border-radius: 36px;
    box-shadow: 0px 1.7px 3.7px rgb(0 0 0 / 19%);
    z-index: 9;
    min-height: 300px;
    overflow: hidden;
}

.about-block {
    min-height:400px;
    overflow: hidden;

}

.about-text {
    display: inline-block;
    width: 45.5%;
    height: 100%;
    position: relative;
    min-height: 440px;
    padding-left: 2.25%;
    padding-right: 2.25%;
    padding-top: 2%;
}

.about-text p {
    font-size: .915em;
    margin-bottom: 5px;
}

.services-slider .slick-slide .go-title a {
    font-size: 1.07em;
    color: #000;
    z-index: 9;
    font-weight: 500;
    letter-spacing: .7px;
    font-family: 'Merriweather', serif;
    position: relative;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

}

@media only screen and (max-width:1401px){
	/*верхні посилання*/
.tbm-item.level-1 .tbm-link-container a,
.tbm-item.level-1 .tbm-link-container span{
	1background:yellow;
	/*font-family: 'Caveat', cursive;*/
	font-size:.757em;
	letter-spacing:.45px;
	font-weight:400;
	text-align:center!important;
	float:none;
	display:block;

	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.tbm-item.level-2 .tbm-link-container a,
.tbm-item.level-2 .tbm-link-container span{
	font-size:.777em!important;
	font-weight:400;
	text-align:left!important;
	float:none;
	display:inline-block;
	border-bottom:0px solid transparent;
	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

}

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

.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
  position: relative;
  display:block;
  margin: auto;
  width:100%;
  max-width:100%;
  height: auto;
}

.hello-page {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    height: 370px;
    box-shadow: 1px 1px 3px #333;
}

.teext h1.page-name {
    z-index: 9;
    display: block;
    text-align: center;
    font-family: 'Merriweather', serif;
    line-height: 1.35;
    font-size: 2.96em;
    font-weight: 400!important;
    margin: 0 0 1%;
    padding: 0;
    color: #fff;
    letter-spacing: 1.15px;
}

.teext h2 {
    z-index: 9;
    display: block;
    text-align: center;
    font-family: 'Merriweather', serif;
    line-height: 1.35;
    font-style: italic;
    font-size: 1.034em;
    font-weight: 500!important;
    margin: 0 0 1%;
    padding: 0;
    color: #fff;
    letter-spacing: .75px;
}

.sub-bab {
    position: relative;
    display: block;
    border: 0px solid green;
    width: 100%;
    height: 420px;
}
	
.logo-block img{
	height:52px;
	width:auto;
}

.logo-block{
	position:relative;
	display:inline-block;
	border:0px solid blue;
	margin:.85% 1.15% 0px .95%;
	width:195px;
	float:left;
}

.logo-text h1{
	font-family: 'Montaga', serif;
	line-height:1;
	font-size:2.65em;
	font-weight:300;
	padding:0;
	margin:0 0 3%;
	letter-spacing:1px;
}

.logo-text h2{
	font-family: 'Roboto', sans-serif;
	line-height:1;
	text-transform:uppercase;
	font-size:.73em;
	margin:0 0 1%;
	padding:0;
	background: #B08D52;
	background: linear-gradient(to right, #B08D52 0%, #6B490E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing:1.1px;
}

.main-menu{
	position:relative;
	display:inline-block;
	display:block;
	z-index:10;
	background:#fcfcfc;
	min-height:86px;
}


/*верхні посилання*/
.tbm-item.level-1 .tbm-link-container a,
.tbm-item.level-1 .tbm-link-container span{
	1background:yellow;
	/*font-family: 'Caveat', cursive;*/
	font-size:.767em;
	letter-spacing:.45px;
	font-weight:400;
	text-align:center!important;
	float:none;
	display:block;

	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.tbm-item.level-2 .tbm-link-container a,
.tbm-item.level-2 .tbm-link-container span{
	font-size:.797em!important;
	font-weight:400;
	text-align:left!important;
	float:none;
	display:inline-block;
	border-bottom:0px solid transparent;
	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

body{
	font-size:15.2px;
}

.advantage-block {
    position: relative;
    display: block;
    width: 100%;
    min-height: 580px;
    overflow: hidden;
    margin: 5% 0 0;
}


#footer{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:870px;
	overflow:hidden;
}

.services-menu-footer {
    position: absolute;
    top: 57%;
    right: 1%;
    border:0px solid red;
    width: 495px;
    display: block;
    z-index: 9;
}

.wrapper{
	padding-bottom:950px;
}

.body-page{
	position:relative;
	display:block;
	width:97%;
	margin:3% auto;
	border:0px solid red;
}

.left-side{
	display:inline-block;
	width:21%;
	border:0px solid red;
	vertical-align:top;
	position:relative;
	margin-right:2%;
}

.right-side{

	display:inline-block;
	width:75%;
	border:0px solid red;
	vertical-align:top;
	position:relative;

}

.left-side .go-link a{
	line-height:1.3;
	padding:17px 0 15px 13px!important;
}

.left-side a:hover:after{
	content:'';
	display:none!important;
	position:absolute;
		
	width: 18px;
    height: 15px;
    background-image: url(/themes/pittak/images/brown-link.png);
    background-size: 18px 15px;
    display: inline-block;
    position: absolute;
    left: 9px;
    top: 31.45px;
	animation: brw-link 1.15s ease infinite;
	opacity:1;
	
	-webkit-transition: all 4.14s;
    -moz-transition: all 4.14s;
    -o-transition: all 4.14s;
    -ms-transition: all 4.14s;
    transition: all 4.14s;
} 

.left-side a:hover{
	padding:17px 0 15px 13px!important;
	color:#af966a;
	
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.advantage-list {
    margin-top:15%;
}

}

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

body{
	font-size:15.2px;
}

.contact-body{
	width:65%;
	margin:0 auto;
}
	
.advantage-block {
    position: relative;
    display: block;
    width: 100%;
    min-height: 530px;
    overflow: hidden;
    margin: 5% 0 0;
}


.body-page{
	position:relative;
	display:block;
	width:95%;
	margin:3% auto;
	border:0px solid red;
}

.left-side{
	display:none;

}

.right-side{

	display:inline-block;
	width:100%;
	border:0px solid red;
	vertical-align:top;
	position:relative;

}

/*верхні посилання*/
.tbm-item.level-1 .tbm-link-container a,
.tbm-item.level-1 .tbm-link-container span{
	1background:yellow;
	/*font-family: 'Caveat', cursive;*/
	font-size:.74em;
	letter-spacing:.45px;
	font-weight:400;
	text-align:center!important;
	float:none;
	display:block;

	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.tbm-item.level-2 .tbm-link-container a,
.tbm-item.level-2 .tbm-link-container span{
	font-size:.747em!important;
	font-weight:400;
	text-align:left!important;
	float:none;
	display:inline-block;
	border-bottom:0px solid transparent;
	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.level-1 .tbm-link-container button.tbm-submenu-toggle {
    margin-top: 1.15px;
}

}

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

body{
	font-size:19px;
}

.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
  position: relative;
  display:block;
  margin: auto;
  width:102%;
  max-width:102%;
  height: auto;
}
	
.logo-block {
    position: relative;
    display: block;
    border: 0px solid blue;
    margin: 1.95% auto;
    width: 315px;
    float: none;
}

.logo-block img {
    height: 99px;
    width: auto;
}	

.logo-text h2 {
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    text-transform: uppercase;
    font-size: .85em;
    margin: 0 0 1%;
    padding: 0;
    background: #B08D52;
    background: linear-gradient(to right, #B08D52 0%, #6B490E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1.1px;
}

.logo-text h1 {
    font-family: 'Montaga', serif;
    line-height: 1;
    font-size: 2.95em;
    font-weight: 300;
    padding: 0;
    margin: 0 0 3%;
    letter-spacing: 1px;
}	

.contact-top {
    display: inline-block;
    width: 46%;
    vertical-align: top;
    text-align: left;
    margin: 0 0 0px 1.1%;
}	

.top-block-search,
.top-block{
	text-align:left;
}

.language-block li img {
    width: 40px;
    height: auto;
}

.hello-block {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    height: 60vh;
}

.hello-text {
    position: absolute;
    top: 15%;
    width: 100%;
    left: 0;
    display: block;
    z-index: 9;
    border: 0px solid blue;
    text-align: center;
}

.hello-text p{
	width:89%;
}

.full-menu{display:none;}
	
.mobile-menu{display:inline-block;position:fixed;left:.25%;top:7%;}

.mmenu-logo {
    display: block;
    margin: 15px auto;
    height: 215px;
    width: 150px;
}

#mm-1 .mm-navbar__title span {
    font-size: 0!important;
    display: none;
}

.responsive-menu-toggle-icon:before,
.responsive-menu-toggle-icon:after,
.responsive-menu-toggle-icon span.icon {
  background: #000;
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 13px;
  border-radius: 2px;
}

.responsive-menu-toggle-icon:before {
  top: 11px;
}

.responsive-menu-toggle-icon span.icon {
  top: 20px;
}

.responsive-menu-toggle-icon:after {
  top: 29px;
}

.responsive-menu-toggle-icon span.label {
  display: none;
}


.mm-menu_offcanvas {
    z-index:99999999999999999999999999999999999999999999999999999!important;
}

#off-canvas *{font-family: 'Montserrat', sans-serif;}

#off-canvas h2{
	display:block;
	text-transform: uppercase;
    font-weight:800!important;
    font-size: 1.265em;
    background: #072B94;
    background: linear-gradient(to right, #072B94 0%, #0D193D 50%, #1C3682 69%, #6AABEB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin:2% auto 0;
	padding:0;
	line-height:1;
}

#mm-6,
#mm-5,
#mm-4,
#mm-3,
#mm-2{
	margin:4% 0 0;
}

.mm-listitem__text {
	text-overflow: clip;
	white-space: normal;
    overflow: visible;
    padding-left: 0px;
	margin:0;
	color:#000;
    padding:17px 12px 17px 12px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
}

.mm-listitem {
    color: rgba(0,0,0,.75);
    border-color: rgba(0,0,0,.1);
    color: var(--mm-color-text);
    border-color:none;
    list-style: none;
    display: block;
    padding: 0!important;
    margin: 0!important;
	left:0!important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mm-listview li,
.mm-listview li:hover{
	border:0px solid transparent!important;
}

.mm-listview li a{
	border-bottom:1px solid #ccc;
	color:#000!important;
	font-size:.925em;
	line-height:1.4;
	background:transparent;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4 ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#mm-3 a,
#mm-2 a{
	border-bottom:1px solid #ccc;
	color:#000!important;
	font-size:.9em!important;
	line-height:1.4;
	background:transparent;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4 ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#mm-3 .mm-listitem__text ,
#mm-2 .mm-listitem__text {
	text-overflow: clip;
	white-space: normal;
    overflow: visible;
    padding-left: 0px;
	margin:0;
	color:#000;
    padding:14px 8px 14px 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
}

.mm-listview li:hover a{
	border-bottom:1px solid #ccc;
	background:rgba(0,0,0,.07);
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4 ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#mm-1 .mm-navbar__title{display:none!important;height:0!important;margin:-70px 0 0;}

#mm-1 .mm-navbar__title span{
	font-size:0;
	display:none;
	height:0!important
}

#mm-31 .mm-navbar_sticky span,
#mm-30 .mm-navbar_sticky span,
#mm-29 .mm-navbar_sticky span,
#mm-28 .mm-navbar_sticky span,
#mm-27 .mm-navbar_sticky span,
#mm-26 .mm-navbar_sticky span,
#mm-25 .mm-navbar_sticky span,
#mm-24 .mm-navbar_sticky span,
#mm-23 .mm-navbar_sticky span,
#mm-22 .mm-navbar_sticky span,
#mm-21 .mm-navbar_sticky span,
#mm-20 .mm-navbar_sticky span,
#mm-19 .mm-navbar_sticky span,
#mm-18 .mm-navbar_sticky span,
#mm-17 .mm-navbar_sticky span,
#mm-16 .mm-navbar_sticky span,
#mm-15 .mm-navbar_sticky span,
#mm-14 .mm-navbar_sticky span,
#mm-13 .mm-navbar_sticky span,
#mm-12 .mm-navbar_sticky span,
#mm-11 .mm-navbar_sticky span,
#mm-10 .mm-navbar_sticky span,
#mm-9 .mm-navbar_sticky span,
#mm-8 .mm-navbar_sticky span,
#mm-7 .mm-navbar_sticky span,
#mm-6 .mm-navbar_sticky span,
#mm-5 .mm-navbar_sticky span,
#mm-4 .mm-navbar_sticky span,
#mm-3 .mm-navbar_sticky span,
#mm-2 .mm-navbar_sticky span{
	font-size:.99em;
	color:#fff;
	font-weight:500;
}

#mm-30 .mm-navbar_sticky,
#mm-29 .mm-navbar_sticky,
#mm-28 .mm-navbar_sticky,
#mm-27 .mm-navbar_sticky,
#mm-26 .mm-navbar_sticky,
#mm-25 .mm-navbar_sticky,
#mm-24 .mm-navbar_sticky,
#mm-23 .mm-navbar_sticky,
#mm-22 .mm-navbar_sticky,
#mm-21 .mm-navbar_sticky,
#mm-31 .mm-navbar_sticky,
#mm-20 .mm-navbar_sticky,
#mm-19 .mm-navbar_sticky,
#mm-18 .mm-navbar_sticky,
#mm-17 .mm-navbar_sticky,
#mm-16 .mm-navbar_sticky,
#mm-14 .mm-navbar_sticky,
#mm-15 .mm-navbar_sticky,
#mm-13 .mm-navbar_sticky,
#mm-12 .mm-navbar_sticky,
#mm-11 .mm-navbar_sticky,
#mm-10 .mm-navbar_sticky,
#mm-9 .mm-navbar_sticky,
#mm-8 .mm-navbar_sticky,
#mm-7 .mm-navbar_sticky,
#mm-6 .mm-navbar_sticky,
#mm-5 .mm-navbar_sticky,
#mm-4 .mm-navbar_sticky,
#mm-3 .mm-navbar_sticky,
#mm-2 .mm-navbar_sticky{
	background: rgb(178,153,109);
    background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
	/*background: rgb(100,168,235);
    background: linear-gradient(0deg, rgba(100,168,235,1) 0%, rgba(163,204,244,1) 100%);*/
}

.mm-navbar>* {
    min-height: 59px;
}

.mm-listitem__btn:not(.mm-listitem__text){
	border-left-width:0px;
    border-left-style:solid;
}

.mm-listitem__btn{
    background: rgba(3,2,1,0);
    border-color: inherit;
    width: 100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
    padding-right: 0px;
	border:0px solid transparent;
	background:transparent;
}

.about-block {
    width: 94%;
}

.about-text span {
    font-family: 'Merriweather', serif;
    font-size: 2.15em;
    margin-bottom: 3%;
    margin-top: 1.25%;
    position: relative;
    display: inline-block;
}

.about-text {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 140px;
    padding-left: 2.25%;
    padding-right: 2.25%;
    padding-top: 2%;
	
}

.about-image {
    display:none;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
}

.about-text p {
    font-size: .945em;
    margin-bottom: 5px;
}

.btn-block {
    position: relative;
    display: block;
    text-align: right;
    margin: 2.95% 0 2.55%;
}

.services-text {
    position: relative;
    display: block;
    width: 96%;
    margin: 0 auto;
}

.services-text {
    position: relative;
    display: block;
    width: 98%;
    margin: 3% auto 0;
}

.services-bottom{
	position:relative;
	display:block;
	width:99%;
	margin:9% auto 0;
}

.advantage-numbers {
    position: absolute;
    display: block;
    z-index: 9;
    top: 39%;
    width:98%;
    left:0%;
    border: 0px solid blue;
}

.advantage-block img{
	position:absolute;
	top:-19%;
	left:0;
	width:100%;
	height:auto;
	display:block;
	z-index:3;
	filter: blur(.55px);
}

.webform-block {
    width: 95%;
    display: block;
    overflow: hidden;
    z-index: 9;
    background: #fff;
    position: relative;
    margin: -4.15% auto 0;
    border-radius: 15px;
    box-shadow: 0px 1.7px 3.7px rgb(0 0 0 / 19%);
}

.clip{display:none}

.wrapper{
	padding-bottom:1490px;
}

#footer {
    height: 1370px;
}

.f-logo {
    position: absolute;
    display: block;
    z-index: 9;
    width: 100%;
    text-align: center;
    top: 9.5%;
    left: 0;
}

.services-menu-footer h4 {
    display: block;
    padding: 0;
    margin: 0 0 26px;
    line-height: 1;
    text-transform: uppercase;
    color: #c9ae7f;
    font-weight: 500;
    letter-spacing: 1.2px;
    font-size: 1.62em;
}

.services-menu-footer a {
    display: inline-block;
    position: relative;
    color: #fff;
    opacity: .9;
    font-size: 1.1em;
    padding: 0;
    margin: 0 0 15.5px;
    letter-spacing: .75px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.services-menu-footer {
    position: absolute;
    top:44%;
    right: 6%;
    border: 0px solid red;
    width: 88%;
    display: block;
    z-index: 9;
}

.f-contact {
    position: absolute;
    top:auto;
	bottom:11%;
    left: 6.5%;
    z-index: 9;
    display: inline-block;
    border: 0px solid red;
    width: 480px;
}

.info-menu {
    position: absolute;
    top:auto;
    left:auto;
	bottom:16.5%;
	right:13%;
    border: 0px solid red;
    width: 360px;
    display: block;
    z-index: 9;
}

.info-menu a{ font-size: 1.1em;}

}

@media only screen and (max-width:1061px){
.mmenu-logo {
    display: block;
    margin: 15px auto;
    height: 115px;
    width: 80px;
}

#mm-31 .mm-navbar_sticky span, #mm-30 .mm-navbar_sticky span, #mm-29 .mm-navbar_sticky span, #mm-28 .mm-navbar_sticky span, #mm-27 .mm-navbar_sticky span, #mm-26 .mm-navbar_sticky span, #mm-25 .mm-navbar_sticky span, #mm-24 .mm-navbar_sticky span, #mm-23 .mm-navbar_sticky span, #mm-22 .mm-navbar_sticky span, #mm-21 .mm-navbar_sticky span, #mm-20 .mm-navbar_sticky span, #mm-19 .mm-navbar_sticky span, #mm-18 .mm-navbar_sticky span, #mm-17 .mm-navbar_sticky span, #mm-16 .mm-navbar_sticky span, #mm-15 .mm-navbar_sticky span, #mm-14 .mm-navbar_sticky span, #mm-13 .mm-navbar_sticky span, #mm-12 .mm-navbar_sticky span, #mm-11 .mm-navbar_sticky span, #mm-10 .mm-navbar_sticky span, #mm-9 .mm-navbar_sticky span, #mm-8 .mm-navbar_sticky span, #mm-7 .mm-navbar_sticky span, #mm-6 .mm-navbar_sticky span, #mm-5 .mm-navbar_sticky span, #mm-4 .mm-navbar_sticky span, #mm-3 .mm-navbar_sticky span, #mm-2 .mm-navbar_sticky span {
    font-size: .74em;
    color: #fff;
    font-weight: 500;
}

#off-canvas h2{
	display:block;
	text-transform: uppercase;
    font-weight:800!important;
    font-size: .75em;
    background: #072B94;
    background: linear-gradient(to right, #072B94 0%, #0D193D 50%, #1C3682 69%, #6AABEB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin:2% auto 0;
	padding:0;
	line-height:1;
}


.mm-listitem__text {
	text-overflow: clip;
	white-space: normal;
    overflow: visible;
    padding-left: 0px;
	margin:0;
	color:#000;
    padding:17px 12px 17px 12px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
}


.mm-listview li a{
	border-bottom:1px solid #ccc;
	color:#000!important;
	font-size:.725em;
	line-height:1.4;
	background:transparent;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4 ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

}

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

.logo-block {
    width: 350px!important;
	border:0px solid red!important;
}

.logo-text h1 {
    font-size: 3.6em;
    margin: 0 0 3.8%;
}

.logo-text h2 {
    font-size: 1.05em;
}

.logo-block img {
    height: 121px;
    width: auto;
}

.logo-block {
    position: relative;
    display: block;
    border: 0px solid blue;
    margin: 8.25% auto 4%;

    float: none;
	z-index:5;
	background:transparent;
}


.top-block .contact-top,
.top-block-search .contact-top {
    display: inline-block;
    width:550px;
    vertical-align: top;
    border:0px solid blue;
    text-align: right;
    margin:0;
	position:absolute;
	bottom:-55px;
	right:2.5%;
	z-index:8!important;
}

.main-menu {
    position: relative;
    display: inline-block;
    display: block;
    z-index: 7;
    background:transparent;
    min-height: 86px;
}

.mobile-menu {
    display: inline-block;
    position: fixed;
    left:.315%;
    top:72px;
	z-index:11!important;
}

button.btn-search {
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 0;
    display: inline-block;
    position: relative;
    z-index: 9;
    margin: .545% 1.3% 0 0;
    position: relative;
	float:right;
}

button.btn-search img{
	height:42.0px;
	width:auto;

	padding:0;
	margin:0;
	
	-moz-transform:none;
	-webkit-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;
			
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.language-block {
    position: absolute;
    display: inline-block;
    min-width: 7%;
    top: 10.24%;
    right: 8.52%;
    border: 0px solid red;
}

.webform-block .js-form-item {
    position: relative;
    display: inline-block;
    border: 0px solid green;
    width: 94%;
    margin: 0 0% 3% 0;
    vertical-align: top;
}

.contactpage-webform .js-form-item{
    position: relative;
    display: inline-block;
    border: 0px solid green;
    width: 97%;
    margin: 0 0% 3% 0;
    vertical-align: top;
}

.contactpage-webform .js-form-item:nth-child(2){margin: 0 0% 3% 0;}
.webform-block .js-form-item:nth-child(2){margin: 0 0% 3% 0;}

.contactpage-webform .js-form-item input,
.webform-block .js-form-item input{
	width:99.7%;
	vertical-align:top;
	font-size:.96em;
	letter-spacing:.7px;	
	padding:14.5px 20px;
	margin:0 auto;
	display:inline-block;
	border-radius:7px;
	border:1px solid #ccc;
	font-family: 'Merriweather', serif;
	box-shadow:inset .37px .37px 4.5px rgba(0,0,0,.07);
}

.contactpage-webform .js-form-item textarea,
.webform-block .js-form-item textarea{
	width:97%;
	min-width:97%;
	max-width:97%;
	vertical-align:top;
	font-size:.96em;
	letter-spacing:.7px;
	height:140px;
	border-radius:7px;
	min-height:140px;
	max-height:160px;	
	padding:19px 21px;
	border:1px solid #ccc;
	box-shadow:inset .37px .37px 4.5px rgba(0,0,0,.07);
	font-family: 'Merriweather', serif;
}


.contactpage-webform .webform-button--submit,
.webform-block .webform-button--submit {
    border: 0px solid #ffd301;
    box-shadow: 0px 2px 4px #ccc;
    position: relative;
    width:94%;
    color: #fff;
    padding: 20px 15px;
    border-radius: 7px;
    margin: 20px auto 4.5%;
    display:block;
    cursor: pointer;
    font-size: .94em;
    font-family: 'Merriweather', serif;
    font-weight: 500;
    letter-spacing: 1.5px;
    background: rgb(178,153,109);
    background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.contactpage-webform .webform-button--submit{
    width: 97%;
	margin: 20px auto 4.5%;
	margin-left:-8px!important;
}

/**/

.contact-body article{
    width: 97%;
    margin: 4% auto;
	display:block;
	overflow:hidden;
}

.contact-body {
    width: 98%;
    margin: 0 auto;
	overflow:hidden;
}

/**/

.f-logo img{
    margin:-30px auto 40px;
}

.f-social {
    margin:18px auto 7px;
}

.f-social a {
    width: 52px;
    height: 52px;
	background-size:50px 50px;
}

.f-logo p {
    display: block;
    text-align: center;
    color: #fff;
    width: 88%;
    margin: 0 auto;
    font-size: 1.215em;
}

/**/


.wrapper{
	padding-bottom:1590px;
}

#footer {
    height: 1470px;
}

.f-logo {
    position: absolute;
    display: block;
    z-index: 9;
    width: 100%;
    text-align: center;
    top: 9.5%;
    left: 0;
}

.services-menu-footer h4 {
    display: block;
    padding: 0;
    margin: 0 0 26px;
    line-height: 1;
    text-transform: uppercase;
    color: #c9ae7f;
    font-weight: 500;
    letter-spacing: 1.2px;
    font-size: 1.62em;
}

.services-menu-footer a {
    display: inline-block;
    position: relative;
    color: #fff;
    opacity: .9;
    font-size: 1.1em;
    padding: 0;
    margin: 0 0 15.5px;
    letter-spacing: .75px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.services-menu-footer {
    position: absolute;
    top:47%;
    right: 6%;
    border: 0px solid red;
    width: 88%;
    display: block;
    z-index: 9;
}

.f-contact {
    position: absolute;
    top:auto;
	bottom:11%;
    left: 4.5%;
    z-index: 9;
    display: inline-block;
    border: 0px solid red;
    width: 480px;
}

.info-menu {
    position: absolute;
    top:auto;
    left:auto;
	bottom:15.25%;
	right:13%;
    border: 0px solid red;
    width: 350px;
    display: block;
    z-index: 9;
}

.info-menu a{ font-size: 1.1em;}

}


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

.language-block {
    position: absolute;
    display: inline-block;
    min-width: 7%;
    top: 9.24%;
    right:10.12%;
    border: 0px solid red;
}

.hello-block {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    height:720px;
}

.block-title {
    margin: 9% 0 1.5%;
}

.services-text p {
    display: block;
    text-align: left;
    color: #000;
    font-size: 1.015em;
}

.services-slider .slick-slide .go-title a {
    font-size: 1.27em;
    letter-spacing: .3px;
}

.services-bottom {
    text-align:left;
}

.advantage-block {
    position: relative;
    display: block;
    width: 100%;
    min-height:920px;
    overflow: hidden;
    margin: 5% 0 0;
	z-index:8;
}

.advantage-title {
    top: 7%;
    width: 100%;
}

.advantage-block img {
    position: absolute;
    top: -0%;
    left:-22%;
    width:auto;
    height: 100%;
    display: block;
    z-index: 3;
    filter: blur(0.55px);
}

.advantage-numbers {
    position: relative;
    display: block;
    z-index: 9;
    top:auto;
    width: 98%;
    left:auto;
	margin:26% auto 3%;
	text-align:center;
    border: 0px solid blue;
}

.ad-grids {
    width: 97.95%;
    border: 0px solid green;
    display: block;
    position: relative;
    vertical-align: top;
    text-align: center;
	margin:0 auto 5%;
	z-index:8;
}

.webform_bottomtext p {
    display: block;
    text-align: left;
    color: #000;
    font-weight: 500;
    font-size: 1.175em;
}

/**********/

.hello-page {
    position: relative;
    display: table;
    width: 100%;
    overflow: hidden;
    height: 490px;
	border:0px solid red;
    box-shadow: 1px 1px 3px #333;
}

.teext {
    position:relative;
    left:auto;
    top:auto;
    width:98%;
    display:table-cell;
	vertical-align:middle;
    z-index: 9;
	margin-top:-3%;
}

.hello-page img{
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	width:100%;
	height:100%;
	z-index:3;
}

.baner-page img{
	height:370px;
	width:100%;
}

.f-price-about ul {
    list-style-position: outside;
    display: block;
    border: 0px solid red;
    width: 98%;
    margin: 1% auto;
    text-align: left;
    text-indent: 0;
}

.f-price-number strong {
    font-size: 2.45em;
    font-weight: 700;
    letter-spacing: 0;
    margin-left: 6px;
    font-family: 'Roboto', sans-serif;
}

/**/

.full-row {
    position: relative!important;
    display: block!important;
    width: 97.65%!important;
    border: 1.5px solid rgba(0,0,0,.05);
    vertical-align: top!important;
    float: none;
	margin:0 auto 5%;
    min-height: 100px;
}


.full-row:nth-child(2){
	margin:0 auto 5%;
}

.full-3row-about {
    position: relative;
    display: block;
    border: 0px solid red;
    margin: 15px auto 40px;
	width:95%;
}

.full-price-3-row #f-buy-btn {
    background: rgb(178,153,109);
    background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 14px 158px 14px 140px;
    border-radius: 10px;
    font-size: .93em;
    letter-spacing: .78px;
	margin-bottom:2%;

}

/**/

.packages-f {
    display: block;
    width: 97%;
    border: 4.25px solid rgba(177,151,107,.77);
    padding: 1.55%;
    position: relative;
    vertical-align: top;
    margin:0 auto 4.5%;
}

.packages-f:nth-child(odd){
	margin:0 auto 4.5%;
}


/**/

.packages-b {
    position: relative;
    display: block;
    width: 97.5%;
    vertical-align: top;
    margin: 0 auto 4%;
    border: 0px solid red;
    box-shadow: 1px 0px 4px #bdbdbd;
    border-radius: 19px;
    overflow: hidden;
    border-bottom: 4px solid #af966a;
}

.packages-b:nth-child(even){
	margin: 0 auto 2%;
}

/**/

.f-price-number tbody, .f-price-number table {
    width: 92%!important;
    margin: 3% auto 7%;
    font-size: .85em;
    border: 1.3px solid #ccc;
}

}



@media only screen and (max-width:999px){
	
.services-slider {
    position: relative;
    display: block;
    width: 100%;
    min-height: 30px!important;
    padding: 27px 0 73px;
}	

#mm-4 a,
#mm-3 a,
#mm-2 a{
	border-bottom:1px solid #ccc;
	color:#000!important;
	font-size:.78em!important;
	line-height:1.4;
	background:transparent;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4 ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
	
body{
	font-size:23.07px!important;
	
	position:relative;
	display:inline-block;
	padding:0;
	margin:0;
}

.wrapper{
	max-width:100%!important;
	overflow:hidden!important;
	overflow-x:hidden!important;
	position:relative;
	overflow:hidden!important;
}

.modal{
    

}

.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
  position: relative;
  display:block;
  margin:10% auto 0;
  width:610px;
  max-width:610px;
  height: auto;
  z-index:99999999999999999999999999999999999999!important;
}

button.btn-search img {
	height: 50px;
}

.language-block {
    position: absolute;
    display: inline-block;
    min-width: 7%;
    top: 7.9%;
    right: 13.12%;
    border: 0px solid red;
}

.language-block li img {
    width: 43.5px;
    height: auto;
}

.modal.modal-top .modal-dialog .js-form-item {
    margin: 4.93% auto% 2%!important;
    padding: 0;
    float:none;
    width:99%;
    position: relative;
    display:block;
}

.modal.modal-top .modal-dialog .form-actions{
	float:none;
    width:99%;
    position: relative;
    display:block;
	margin:6% 0 1% 0;
}

.modal.modal-top .modal-dialog .form-actions .js-form-submit {
    background: rgb(178,153,109);
    background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
    position: relative;
    color: #fff;
    width:100%!important;
    padding: 13.5px 0 13.5px;
    border-radius: 10px;
    font-size: .93em;
    letter-spacing: .78px;
    font-weight: 500;
    box-shadow: 0.5px 0.5px 2.7px rgb(65 73 84 / 55%);
    border: none;
    margin: 11px auto 0;
	display:block;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
}

.logo-block {
    margin: 11.25% auto 4%;
    width: 407px!important;
	border:0px solid red!important;
}

.baner-page img {
    height: auto;
    width:100%;
}

.f-btn-block {
    position: relative;
    display: block;
    text-align: center;
    margin: 3.95% 0 .55%;
}

.f-price-about ul {
    list-style-position: outside;
    display: block;
    border: 0px solid red;
    width: 97%;
    margin: 1% auto!important;
    text-align: left;
    text-indent: 0;
	padding:0!important;
}

.f-price-about2 ul {
    width: 97%;
    margin: 1% auto!important;
    text-align: left;
    text-indent: 0;
	padding:0!important;
}

.f-price-time {
    display: block;
    text-align: center;
    padding: 0;
    margin: 7% 0;
}

.hello-text p {
    width: 95%;
	font-size: 1.22em;
}

.about-text {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 140px;
    padding-left: 3.25%;
    padding-right: 3.25%;
    padding-top: 3.7%;
}

.about-text span {
    font-family: 'Merriweather', serif;
    font-size: 2.76em;
    margin-bottom: 5%;
    margin-top: 1.25%;
    position: relative;
    display: inline-block;
}

.about-text p {
    font-size: 1.15em;
    margin-bottom: 19px;
}

.go-about {
    background: rgb(178,153,109);
    background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 14px 114px 14px 85px;
    border-radius: 10px;
    font-size: 1.02em;
    letter-spacing: .78px;
    font-weight: 500;
    box-shadow: 0.5px 0.5px 2.7px rgb(65 73 84 / 55%);
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
}

.go-about:after {
    width: 23px;
    height: 23px;
    content: "";
    background-image: url(/themes/pittak/images/arrow-btn.png);
    background-size: 23px 23px;
    display: inline-block;
    position: absolute;
    right: 36px;
    top: 20.7px;
    margin: 0px 0 0;
    padding: 0;
    float: right;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.btn-block {
    position: relative;
    display: block;
    text-align: right;
    margin: 4.95% 0 4.55%;
}

.block-title {
    margin: 15% 0 3.5%;
	font-size: 3.75em;
}

.sub-blocktitle {
    font-size: 1.14em;
    margin: 0 0 3%;
    letter-spacing: .45px;
}

.services-text p {
    display: block;
    text-align: left;
    color: #000;
    font-size: 1.12em;
}

.services-slider .slick-slide .go-title a {
    font-size: 1.35em;
    letter-spacing: .3px;
}

.advantage-numbers {
    position: relative;
    display: block;
    z-index: 9;
    top: auto;
    width: 98%;
    left: auto;
    margin: 28.9% auto 4.8%;
    text-align: center;
    border: 0px solid blue;
}

.ad-grids {
    width: 97.95%;
    border: 0px solid green;
    display: block;
    position: relative;
    vertical-align: top;
    text-align: center;
    margin: 0 auto 8.8%;
    z-index: 8;
}

.consult-title {
    font-family: 'Merriweather', serif;
    font-size: 2.95em;
    text-align: center;
    margin-bottom: 3.15%;
    margin-top: 7.65%;
    position: relative;
    width: 100%;
    display: inline-block;
    z-index: 9;
	line-height:1.2;
}

.consult-text {
    display: block;
    position: relative;
    text-align:left;
    color: #000;
    width: 95%;
    margin: 0 auto 3%;
    font-weight: 400;
    line-height: 1.4;
    z-index: 9;
    font-size: 1.17em;
}

.ask-block #block-vebforma {
    position: relative;
    display: block;
    z-index: 9;
    border: 0px solid red;
    text-align: center;
    margin: 5.8% auto 1.75%;
    width: 97.75%;
}

.webform-block img {
    position: absolute;
    width: 157%;
    min-height: 140%;
    height: auto;
    top: -13%;
    right: -19.5%;
    z-index: 2;
    opacity: .7;
    display: block;
}

.webform-submission-form .g-recaptcha{
	z-index:99;
	display:inline-block;
	position:relative;
	margin:0 0px 0 2.45%;
	border:0px solid red;
	float:none!important;
}

.ask-block .captcha{
	display:block;
	text-align:left!important;
	width:97%;
	z-index:999999999;
	margin:1.5% auto 0!important;
	display:inline-block;
}

.advantage-title {
    top:5%;
    width: 100%;
}

.ad-subtitle {
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-size: 1.21em;
    font-weight: 500;
    margin: 3% 0 4%;
    padding: 0;
    color: rgba(255,255,255,.95);
    letter-spacing: .85px;
    display: block;
    text-align: center;
}

/**/

.wrapper{
	padding-bottom:2190px;
}

#footer {
    height: 2090px;
}

.f-logo {
    position: absolute;
    display: block;
    z-index: 9;
    width: 100%;
    text-align: center;
    top: 5.5%;
    left: 0;
}

.f-logo h3 {
    font-family: 'Merriweather', serif;
    font-size: 2.37em;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0%;
    margin-top: 0%;
    position: relative;
    width: 100%;
    letter-spacing: .45px;
    display: block;
    z-index: 9;
    color: #fff;
    z-index: 9;
}

.f-logo img {
    height: 199px;
    width: auto;
}

.footer-hover:after{
	position:absolute;
	top:1%;
	left:1.5%;
	content:'';
	width:97%;
	height:98%;
	border:3px solid rgba(255,255,255,.52);
	z-index:6;
}

.services-menu-footer h4 {
    display: block;
    padding: 0;
    margin: 0 0 36px;
    line-height: 1;
    text-transform: uppercase;
    color: #c9ae7f;
    font-weight: 500;
    letter-spacing: 1.2px;
    font-size: 2.42em;
	text-align:center;
}

.services-menu-footer a {
    display: inline-block;
    position: relative;
    color: #fff;
    opacity: .9;
    font-size: 1.235em;
    padding: 0;
    margin: 0 0 14.85px;
    letter-spacing: .75px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.services-menu-footer {
    position: absolute;
    top:38.95%;
    right:4%;
    border: 0px solid red;
    width:91%;
    display: block;
    z-index: 9;
	text-align:center;
}

.services-menu-footer nav {
    width: 99.9%;
    vertical-align: top;
    display: block;
}

.f-contact {
    position: absolute;
    top:auto;
	bottom:17.5%;
    left: 4.5%;
    z-index: 9;
    display: inline-block;
    border: 0px solid red;
    width: 89%;
}

.f-contact h4{
	display:block;
	padding:0;
	margin:0 0 26px;
	line-height:1;
	text-transform:uppercase;
	color:#c9ae7f;
	font-weight:500;
	letter-spacing:1.2px;
	font-size:1.72em;
}

.f-contact a {
    display: inline-block;
    position: relative;
    color: #fff;
    opacity: .9;
    font-size: 1.19em;
    padding: 0;
    margin: 0 0 9.5px;
    letter-spacing: .75px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.f-contact p {
    color: #fff;
    font-size: 1.22em;
    display: block;
    padding: 0;
    margin: 0 0 10px;
    letter-spacing: .65px;
}

.info-menu {
    position: absolute;
    top:auto;
    left:auto;
	bottom:6.55%;
	right:4.5%;
    border: 0px solid red;
    width:90%;
    display: block;
    z-index: 9;
}

.footer-copy{
	position:absolute;
	bottom:2.24%;
	width:100%;
	left:0;
	text-align:center;
	display:block;
	z-index:9;
	
	color:#fff;
	font-size:.93em;
	letter-spacing:1px;
}

.info-menu a{ font-size: 1.3em;}

.teext h1.page-name {
    z-index: 9;
    display: block;
    text-align: center;
    font-family: 'Merriweather', serif;
    line-height: 1.26;
    font-size: 2.52em;
    font-weight: 400!important;
    margin: 0 0 3%;
    padding: 0;
    color: #fff;
    letter-spacing: 1.15px;
}

.teext h2 {
    z-index: 9;
    display: block;
    text-align: center;
    font-family: 'Merriweather', serif;
    line-height: 1.39;
    font-style: italic;
    font-size: 1.004em;
    font-weight: 500!important;
    margin: 0 0 1%;
    padding: 0;
    color: #fff;
    letter-spacing: .75px;
}

.page-search .js-form-item {
    margin: 2% auto	2%!important;
    padding: 0;
    border: 0px solid green;
    width: 95%;
    position: relative;
    display:block;
}

.page-search .js-form-item input.form-text {
    width: 100%;
    vertical-align: top;
    font-size: .92em;
    letter-spacing: .7px;
    padding: 14px 20px;
    margin: -12px auto 0;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    border: 0px solid #fff;
    border: 1.3px solid rgba(35,35,35,.25);
    font-family: 'Merriweather', serif;
    box-shadow: 0px 0px 0px #fff;
    background: rgba(255,255,255,.7);
}

.page-search .form-actions {
    display: block;
    position: relative;
    margin: 0 auto 2%;
	width: 95%;
}

.page-search .form-actions .js-form-submit {
    background: rgb(178,153,109);
    background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
    position: relative;
    color: #fff;
    width:100%;
    padding: 12.25px 0 12.25px;
    border-radius: 10px;
    font-size: .928em;
    letter-spacing: .78px;
    font-weight: 500;
    box-shadow: 0.5px 0.5px 2.7px #ccc;
    border: none;
    margin: 0% auto 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
}

/******** big-update ******/

#big-update a.brown-btn {
    position: relative;
    display: inline-block;
    background: #B1976B;
    vertical-align: top;
    position: relative;
    padding: 13px 27px 13px 65px;
    margin-right: 8.85%;
    color: #fff;
    box-shadow: 1px 1px 3px #ccc;
    font-size: 1.1em;
}

#big-update .language-block li img {
    width: 46.5px;
    height: auto;
}

#big-update .logo-block {
    margin: 15.25% auto 9%;
    width:95%!important;
    border: 0px solid red!important;
	text-align:center;
}

#big-update .logo-block img {
    height: 161px;
    width: auto;
}

#big-update .logo-text h1 {
    font-size: 4.75em;
    margin: 0 0 4.8%;
}

#big-update .logo-text h2 {
    font-size: 1.5em;
	text-align:left;
}

#big-update .top-block .contact-top, #big-update .top-block-search .contact-top {
    display: inline-block;
    width: 660px;
    vertical-align: top;
    border: 0px solid blue;
    text-align: right;
    margin: 0;
    position: absolute;
    bottom: -70px;
    right: 1.5%;
    z-index: 8!important;
}

#big-update .contact-top a {
    display: inline-block;
    position: relative;
    color: #7A7A7A;
    opacity: .9;
    font-size: 1.04em!important;
    padding: 13px 0 13px 15px;
    font-weight: 500;
    letter-spacing: .57px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

#big-update .contact-top a:before {
    width: 34px;
    height: 34px;
    content: "";
    background-image: url(/themes/pittak/images/icon-1.png);
    background-size: 34px 34px;
    display: inline-block;
    position: absolute;
    left: -22px;
    top: 16px;
}

#big-update .contact-top span:nth-child(2) a:before{ background-image: url("/themes/pittak/images/icon-2.png")!important;}

#big-update .p-title {
    display: block;
    margin-bottom: 6.1%;
    padding: 21px 0;
    text-align: center;
    background: #af966a;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.55em;
    font-weight: 600;
    letter-spacing: .8px;
}

#big-update .p-price p {
    text-indent: 0;
    font-size: 1.62em;
    line-height: 1;
}

#big-update .p-price p strong {
    font-size: 2.41em;
    margin-left: 6px;
}

#big-update .p-text p {
    font-size: 1.32em;
    padding: 0;
    margin: 10px 0 19px;
    text-indent: 0;
}

#big-update .p-text ul{
	margin-top:3%;
}

#big-update .p-text li {
    list-style: none;
    background: url(../images/list2.png) no-repeat 1px 10.15px;
    background-size: 9px 15px;
    margin-bottom: 27px;
    padding-left: 21px;
    line-height: 1.45;
    font-size: 1.19em;
    font-weight: 400;
    text-indent: 0;
}

#big-update .p-btn #f-buy-btn {
      background: rgb(178,153,109);
    background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
    display: block;
    position: relative;
    color: #fff;
    padding: 16px 0 16px;
	width:94%;
    border-radius: 10px;
    font-size: 1.15em;
    letter-spacing: .78px;
    margin:2% auto;
}

#big-update .p-btn span {
    display: block;
    font-size: 1.4em;
    padding: 0;
    margin: 38px 0 25px;
    font-weight: 600;
    line-height: 1!important;
    text-indent: 0;
}

#big-update .p-bottomtext p {
    font-size: 1.38em;
    padding: 0;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1.4!important;
    text-indent: 1.6em;
}

#big-update .p-btn #f-buy-btn:after{display:none;}

#big-update .right-side ol li, .right-side ul li {
    font-size: 1.25em;
}

#big-update .right-side ol, .right-side ul {
    display: block;
    width:100%;
    margin: 4% auto 1%!important;
    border: 0px solid red;
}

#big-update .right-side .p-bottomtext h3 {
    font-size: 1.5em;
    color: #af8c52;
    margin: 31px auto 26px;
    font-weight: 600;
    line-height: 1.31;
    text-indent: .1em;
    padding: 0;
    width: 98%;
}

#big-update .right-side p {
    font-size: 1.32em;
    text-indent: .1em;
    line-height: 1.65;
	margin-bottom:17px;
}

#big-update .packages-block {
    position: relative;
    display: block;
    border: 0px solid #ccc;
    margin-bottom: 9.8%;
}

/**/

.packages-in {
    text-align: inherit;
    position: relative;
    display: block;
    width:95.05%;
    vertical-align: top;
    margin: 0 auto 7%;
    border: 0px solid red;
    box-shadow: 1px 0px 4px #bdbdbd;
    border-radius: 19px;
    overflow: hidden;
    border-bottom: 4px solid #af966a;
}

.packages-in:nth-child(2){
	margin: 0 auto 7%;
}

.in-price {
    font-size: 2.63em;
    text-indent: 0;
    line-height: 1;
    margin: 8.8% auto;
    font-weight: 500;
    text-align: center;
    font-family: 'Merriweather', serif;
}

.packages-in ul{
	margin-top:3%;
}

.packages-in li {
    list-style: none;
    background: url(../images/list2.png) no-repeat 1px 13.35px;
    background-size: 11px 17.7px;
    margin-bottom: 31px;
    padding-left: 21px;
    line-height: 1.45;
    font-size: 1.21em;
    font-weight: 400;
    text-indent: 0;
}

.in-btn #f-buy-btn {
    background: rgb(178,153,109);
    background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
    display: block;
    position: relative;
    color: #fff;
    padding: 16px 0 16px;
	width:94%;
    border-radius: 10px;
    font-size: 1.15em;
    letter-spacing: .78px;
    margin:2% auto;
}

.in-btn #f-buy-btn:after{display:none;}

#big-update .full-row span {
    display: block;
    text-align: center;
    padding: 15px 0;
    font-size: 1.05em;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    background: rgba(0,0,0,.06);
}

#big-update .right-side .full-price-3-row p {
    font-size: 1.62em;
    text-indent: 0.1em;
    line-height: 1.65;
    margin: 25px 0;
}

#big-update .right-side .full-3row-about p {
    font-size: 1.26em;
    text-indent: 0.1em;
    line-height: 1.25;
    margin:14px;
}

.full-price-3-row #f-buy-btn {
    background: rgb(178,153,109);
    background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
    display: block;
    position: relative;
    color: #fff;
    padding: 16px 0 16px;
	width:90%;
    border-radius: 10px;
    font-size: 1.15em;
    letter-spacing: .78px;
    margin:2% auto;
}

.full-price-3-row #f-buy-btn:after{display:none;}

.right-side h3 {
    text-indent:.5em;
    color: #af8c52;
    margin:20px auto 30px;
	font-size: 2.3rem;
}

.f-price-number {
    font-size: 1.37em;
    font-family: 'Merriweather', serif;
    display: block;
    padding: 0;
    text-indent: 0;
    margin: 1.5% 0 1%;
    line-height: 1;
    border: 0px solid red;
}

#big-update .f-price-about2 li,
#big-update .f-price-about li {
    list-style: none;
    background: url(../images/list2.png) no-repeat 1.5px 11.5px;
    background-size: 12.8px 19px;
    margin-bottom: 27px;
    padding-left: 25px;
    line-height: 1.55;
    font-size: 1.15em;
    font-weight: 400;
    text-indent: 0;
}

#big-update .f-price-about ol, .f-price-about ul {
    display: block;
    width: 100%;
    margin: 1% auto 1%!important;
    border: 0px solid red;
}

#big-update .right-side .f-price-about2 p {
    font-size: 1.4em;
    text-indent: 0.1em;
    line-height: 1.1;
    margin-bottom: 5px;
}

.full-price .f-btn-block {
    position: relative;
    display: block;
    text-align: center;
    margin: 3.95% 0 3.55%;
}

.full-price #f-buy-btn {
       background: rgb(178,153,109);
    background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
    display: block;
    position: relative;
    color: #fff;
    padding: 16px 0 16px;
	width:94%;
    border-radius: 10px;
    font-size: 1.15em;
    letter-spacing: .78px;
    margin:2% auto;
}

.full-price #f-buy-btn:after{display:none;}

#big-update .right-side .p-price p {
    font-size: 1.61em;
    text-indent: 0.1em;
    line-height: 1.45;
    margin: 15px 0;
}

#big-update .p-sub-title {
    color: rgba(0,0,0,.55);
    font-size: 1.025em;
    font-weight: 400;
    line-height: 1.33;
    padding: 0;
    margin: 1.7% auto 6%;
    font-style: italic;
    width: 93%;
    display: block;
    text-align: center;
}

.mm-listview li a {
    border-bottom: 1px solid #ccc;
    color: #000!important;
    font-size: .645em;
    line-height: 1.4;
    background: transparent;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4 ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#mm-4 a, #mm-3 a, #mm-2 a {
    border-bottom: 1px solid #ccc;
    color: #000!important;
    font-size: .7em!important;
    line-height: 1.4;
    background: transparent;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4 ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.f-title {
    display: block;
    text-align: center;
    padding: 21px 0 27px;
    border-bottom: 2.2px solid rgba(35,35,35,.15);
    font-size: 1.667em;
    font-weight: 700;
    font-family: 'Merriweather', serif;
}

.f-price {
    position: relative;
    display: block;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-size: 1.85em;
    font-weight: 700;
    margin: 9% 0 3%;
}

#big-update .right-side .f-termin p {
    font-size: 1.49em;
    text-indent: 0.1em;
    line-height: 1.65;
    margin-bottom: 17px;
}

.f-btn #f-buy-btn{
    background: rgb(178,153,109);
    background: linear-gradient(90deg, rgba(178,153,109,1) 0%, rgba(107,73,14,1) 100%);
    display: block;
    position: relative;
    color: #fff;
    padding: 16px 0 16px;
	width:94%;
    border-radius: 10px;
    font-size: 1.15em;
    letter-spacing: .78px;
    margin:2% auto;
}

.f-btn #f-buy-btn:after {display:none;}



}







