@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed|Gudea|Courgette|Kalam&display=swap');

body, html{
	padding:0;
	margin:0;
	font-family: 'Gudea', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #5c5e60;
}
.container{
	width: 1040px;
    background-color: #ffffff;
	margin:0 auto;
	border-top: #a65019 3px solid;
}

.col-left{
	box-sizing: border-box;
	width:215px;
	float:left;
	padding: 0 0 0 30px;
    background-color: #ffffff;
}

.tel-top {
	width: unset; 
	font-size: 17px;
/*
	font-size: 22px;
	width: 295px;
*/
    text-align: right;
    padding: 2px 30px 0 0;
    font-family: 'Roboto Condensed';
    color: #000!important;
	float:right;
	}

.tel-top a{
	text-decoration: none;
	color: #000000;
	}

.tel-top a.atel{
	margin: 5px -3px 0 0; 
	display: block;
	}

.tel-top img{
	left:-25px; 
	float:left; 
	top:5px; 
	position:relative; 
	width:30px;
	}

.tel-top .fa-phone{
	vertical-align: -35%;
	margin:0 5px 0 0;
}

.col-central{
	width:520px;
	float:left;
    background-color: #ffffff;
	padding:0 0 20px 10px;
}

.col-central-add{
	width:720px;
}

.col-central ul{
	list-style-position: inside; 
	padding:0 20px 10px 20px;
	width: 100%;
}

.included2 ul{
	padding:0;
	width: 100%;
	margin-left: -20px;
}

.col-central ul.t2 li{
	list-style-position: inside; 
	padding:0 20px 10px 0px;
	list-style-image: url(files/tech/lm.gif);
}

.col-central h1{
	font-size: 2em!important;
}

.col-central h2{
	font-size: 1.5em!important;
}

.col-central h3{
	font-size: 1.3em!important;
}

.col-central h4,h5,h6{
	font-size: 1.1em!important;
}

.col-right{
	width:230px;
	float:right;
	margin: 0 20px 0 0;
    background-color: #ffffff;
}

.tel-top .text-add {
    font-size: 12px;
    margin-top: -5px;
}

.clear{
	clear:both;
	height: 1px;
	}

.editor-choice{
	padding:10px; 
	border:1px solid #acacb0; 
	height: 248px;
	width: 200px;
	margin:0 0 10px 0;
	}

.editor-choice img{
	width:200px; 
	margin:3px 5px 5px 0;
	}

a{
    color: #5F5F5F;
}


.menu-left{
    list-style: none;
	margin: 20px 0 0 -35px;
	padding:0 0 0 40px;
}

.menu-left a{
    text-decoration: none;
	font-size: 14px;
}

.menu-left a:hover{
    text-decoration: underline;
}

.menu-left li{
    padding: 0 0 5px 0;
}

.menu-left li.active{
    font-weight: bold;
}

.menu-left-2{
    list-style: none;
	padding:0 0 0 40px;
    display: none;
}

nav  {
    display: block;
	/*
    width: 100%;
    overflow: hidden;
	*/
}

nav ul {
    margin: 0;
/*    padding: .7em 20px;*/
    padding: .7em 0px;
    float: left;
    list-style: none;
	display: flex;
	width: 75%;
/*
	background: #444;
    background: rgba(0,0,0,.2);
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;    
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset; 
	*/
}

nav li {
    float:left;
	/*padding: 0 7px 0 4px;*/

}

nav a {
    float:left;
    padding: .8em 1.3em;
    text-decoration: none;
    color: #555;
/*	text-shadow: 0 1px 0 rgba(255,255,255,.5);*/
    font: 12px 'trebuchet MS', Arial, Helvetica;
    letter-spacing: 1px;
    text-transform: uppercase;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	/*
    border-width: 1px;
    border-style: solid;
    border-color: #fff #ccc #999 #eee;
    background: #c1c1c1;
    background: -moz-linear-gradient(#f5f5f5, #c1c1c1);
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#c1c1c1));
    background: -webkit-linear-gradient(#f5f5f5, #c1c1c1);
    background: -o-linear-gradient(#f5f5f5, #c1c1c1);
    background: -ms-linear-gradient(#f5f5f5, #c1c1c1);
    background: linear-gradient(#f5f5f5, #c1c1c1);            
	*/
 }
 
nav a:hover, nav a:focus {
    outline: 0;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    background: #fac754;
    background: -moz-linear-gradient(#fac754, #f8ac00);
    background: -webkit-gradient(linear, left top, left bottom, from(#fac754), to(#f8ac00));
    background: -webkit-linear-gradient(#fac754, #f8ac00);
    background: -o-linear-gradient(#fac754, #f8ac00);
    background: -ms-linear-gradient(#fac754, #f8ac00);
    background: linear-gradient(#fac754, #f8ac00);
}

nav a:active {
    -moz-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
}

 /*
nav li:first-child a {
    border-left: 0;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;            
}

nav li:last-child a {
    border-right: 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;            
}
*/

.right-block1, .right-block2, .right-block3 {
    margin: 10px 0 10px -1px;
    padding: 10px;
    width: 196px;
    font-size: 15px;
	border: 5px double #ffffff;
	text-align:center;
}

.right-block1 {
    background-color: #B93632;
}

.right-block2 {
    background-color: #5A86C5;
}

.right-block3 {
    background-color: #FF9800;
}

.right-block1 a, .right-block2 a, .right-block3 a{
	color: #ffffff;
}

.right-block4 {
    border: 1px solid #acacb0;
    margin: 10px 0px 5px 0px;
    padding: 20px 15px 15px 15px;
    width: 190px;
	font-size: 11px;
}

.right-block4 a{
    margin: 10px 0px;
    display: block;
	font-size: 14px;
}

.right-block4 img{
	width:190px;
}

.block-header{
	font-weight: bold;
	font-size: 16px;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #000000;
}

h1,h2,h3,h4,h5,h6{
	margin:5px 0;
	text-align: left;
}

.content{
	text-align: justify;
}

.social_nets {
    padding: 0;
    margin: 0 0 0 40px;
}

.social_nets img {
	margin:5px 5px 0 0; 
	vertical-align:-6px;
    width: 30px;
}

.list4 {
    color: #000000;
    font-weight: bold;
/*    margin-left: 10px;*/
}

.list4_2 {
    color: #000000;
/*    font-weight: bold;*/
    margin-left: -2px;
	font-size: 1.2em;
}

.list5 {
/*    padding: 2px 20px 2px 15px;*/
    padding: 2px 0 2px 0;
    text-align: justify;
    vertical-align: top;
}

.button2-change {
    width: 52px!important;
    margin: 120px 0 10px 140px!important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.button2-change2 {
    width: 55px!important;
}

.button2-change3 {
    width: 85px!important;
	margin: 120px 0 10px 100px!important;
}

.button2-change4 {
	margin: 110px 0 10px 115px!important;
}

.button2 {
    width: 35px;
    border: solid #ffffff 2px;
	position: absolute;
    margin: 120px 0 10px 160px;
/*    background-color: #589442;*/
    background-color: #ce3c11;
    padding: 10px;
    color: #ffffff;
/*    font-size: small;*/
	font-weight: bold;
	text-align: center;
/*
	margin: -40px 5px 10px 160px;
	float: right;
    position: relative;
*/
}

.button2_add{
	margin: -40px -10px 10px 160px;
	float: right;
    position: relative;
	border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.button2_add2{
	width: 45px!important;
	/*margin-left: 140px!important;*/
}

.button2_add3{
	width: 75px!important;
}

.button2 input{
	margin: 0 5px 0 0;
}

.button2 a {
    color: #ffffff !important;
}

.list6 {
    text-align: justify;
    vertical-align: top;
}

.frm1 {
    border: 1px solid #CBCBCB;
    background-color: #F9F9F9;
	padding:5px 0 15px 0;
	margin: 0 0 10px 0;
}

.frm1 div {
    padding: 5px 0px 0px 20px;
}

.frm1 input.text {
    border: 1px solid #CBCBCB;
    width: 95%;
    font-size: 10pt;
    background-color: #FFFFFF;
}

.frm1 textarea {
    border: 1px solid #CBCBCB;
    width: 95%;
    font-size: 10pt;
}

.frm1 select{
	padding:5px;
	margin: 5px 20px 0 0;
}

.preloader {
margin: -25px 0 0 210px;
    display: none;
    position: absolute;
}

/*
.button1 {
    -moz-box-shadow: 0px 0px 6px 0px #9fb4f2;
    -webkit-box-shadow: 0px 0px 6px 0px #9fb4f2;
    background-color: #589442;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-family: Arial;
    font-size: 17px;
    padding: 5px 39px;
    text-decoration: none;
    margin: 8px 0 15px 10px;
}
*/

.button1 {
    -moz-box-shadow: 0px 0px 6px 0px #9fb4f2;
    background-color: #589442;
    -moz-border-radius: 18px;
    border-radius: 18px;
    display: block;
    cursor: pointer;
    color: #ffffff !important;
    font-family: Arial;
    font-size: 17px;
    padding: 5px;
    text-decoration: none;
/*    margin: -52px 0 15px 302px;*/
	float: right;
    width: 190px;
    text-transform: uppercase;
    border: 10px double;
	text-align: center;
/*	opacity: .99;*/
}

a.button1:hover{
    background-color: rgb(60, 210, 5);
}

.button2 input[type="checkbox"] {
    display: block;
    margin: 5px 5px 0 -5px;
    float: left;
}

.button3{
	margin: 7px 0px 25px -33px;
	background-color: #9f331b;
	width: 242px;
    -moz-box-shadow: 0px 0px 6px 0px #9fb4f2;
    -moz-border-radius: 18px;
    border-radius: 18px;
    cursor: pointer;
    color: #ffffff !important;
    font-family: Arial;
    font-size: 17px;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    border: 10px double;
	text-align: center;
	display: block;
}

.frm1 input.btn1 {
    border: 2px solid #d5d9e8;
    width: 20%;
    font-size: 10pt;
    background-color: #B93632;
	display: block;
	margin: 10px 0 0 0;
	padding: 5px;
	color: #ffffff;
    font-weight: 700;
}

.frm1 input.btn2{
    width: 40%;
} 

.menu_alt {
    margin: 10px 0 5px 0;
    font-size: 14px;
    line-height: 20px;
	word-wrap: normal;
}

.line_y{
    height: 5px;
    width: 60px;
    background-color: #f5d267;
}

.col-left .line_y{
	margin:20px 0px -15px 5px; 
}

.line_r{
	height:5px; 
	width:147px; 
	background-color:#b93632; 
	margin-top:20px;
}

.cit{
	width:142px;
	height:71px; 
	padding-top:15px;
}

header{
	height:55px; 
	background-color: #dbe8e8;
	margin:0 0 20px 0;
	border-bottom: 1px solid #c19191;
}

footer{
	height:350px; 
	background-color: #dbe8e8;
	margin:15px 0;
	text-align: center;
}

footer a{
	color: #000000;
}

.footer_div_1{
	display: inline-block; 
	text-align: center; 
	vertical-align: top; 
	font-size: 12px; 
	margin: 20px 0;
}

footer .div_1{
	display: inline-block; 
	text-align: center; 
	vertical-align: top;
	padding: 24px 0 0 0;
}

footer .div_2{
	display: inline-block;
	border-left: 1px solid #bdbbbb;
	height:105px;
	margin: 24px 17px 0 20px;
}

footer .div_3{
	display: inline-block; 
	text-align: left; 
	vertical-align: top; 
	font-size: 0.9em;
	padding: 20px 0 0 20px;
	line-height: 22.4px;
}

.tbl1 {
	border-left: 1px solid #acacb0; 
	border-top: 1px solid #acacb0
}

.tbl1 td{
	border-bottom: 1px solid #acacb0; 
	border-right: 1px solid #acacb0; 
	padding: 5px 5px 5px 5px 
}

.tbl2 {
    border: 1px solid #acacb0;
    margin: 10px 0px 5px 0px;
	position: relative;
}

.tbl3 {
    border: 1px solid #acacb0;
	margin: 10px 0 10px 11px;
	position: relative;
	float: left;
    width: 150px;
    padding: 5px;
    height: 160px;
    text-align: center;
	box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.5);
	border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.tbl3 img{
	width: 150px;
	border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.tbl4 {
    border: 1px solid #acacb0;
	margin: 10px 5px;
	position: relative;
	float: left;
    width: 180px;
    padding: 5px;
    height: 180px;
    text-align: center;
	box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.5);
	border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.tbl4 img{
	width: 180px;
	border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
	margin-bottom: 5px;
}

.archive_container{
	width:540px;
}

.ac_2{
	width:800px;
}

.archive_container .tbl2 {
    border: 1px solid #acacb0;
	margin: 5px 15px 10px 0!important;
	position: relative;
	float: left;
	width: 223px;
    border-radius: 10px;
}

.archive_container .tbl2 p{
    font-size: 13px;
}

.tbl2add{
	padding:5px 15px 15px 10px;
	display: inline-block;
}

.tbl2add2{
	background-color: #f3f3f3;
	text-align: left;
}

.tbl2add2 .list4_2 a{
	color: #b90f0f;
}

.archive_container .tbl2add img{
	float:left; 
	margin: 10px 15px 10px 0px; 
	width: 223px;
}

.tbl2add img{
	float:left; 
	margin: 10px 15px 0 0px;
	width:200px;
}

.tbl2add p{
	margin:6px 0 0 0;
	}

.tbl2-left{
	float:left;
	width: 200px;
    padding: 15px 0px 10px 15px;
}

.tbl2-right{
	float:right;
	width: 250px;
    padding: 15px 40px 0px 5px;
}

.tbl2-title{
	font-weight: bold;
}

.tbl2-rm{
	color:/*#2e5388*/ #b90f0f; 
	display: block; 
	text-align:right; 
	position: absolute; 
	right: 20px; 
	bottom: 5px;
	font-weight: bold;
}

.tbl2-date{
    color: #B93632;
	font-weight: bold;
	}

.tyc {
    margin-right: 20px !important;
}

.frm1 .included0 {
    float: left;
    width: 220px;
    margin-top: -41px;
    padding: 10px 0 0 0px;
}

.frm1 .included1 {
    overflow: inherit;
    cursor: s-resize;
    padding: 55px 25px 0px 0px;
}

.frm1 .included2 {
    overflow: auto;
    width: 205px;
    height: 145px;
    margin-top: -45px;
}

.frm1 .cost {
    float: right;
    width: 200px;
    height: 120px;
    font-size: 50px;
    margin: 10px 45px 0 0;
    padding: 10px;
    border: 2px dashed #ffffff;
    background-color: #e0dfdf;
    text-align: center;
	font-family: serif;
}

.frm1 .cost_to_add{
    float: left;
}

.frm1 .cost_pre {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 0px;
}

.frm1 .convert_to {
    float: left;
    margin: -10px 0px 10px 270px;
}

.frm1 .convert_to_add {
    float: left;
    margin-left: -20px;
    margin-top: 0;
}

.frm1 td .add_exp {
    margin: 0px 0 10px 0;
}

span.rur {
    display: inline-block;
    line-height: 7px;
    border-bottom: 1px solid #000000;
    width: 0.4em;
    margin: 0 8px 0 0;
}

.frm1 .rates_comments {
    float: right;
    width: 220px;
    margin: -5px 45px 0 0;
    padding: 10px 0 0 0px;
    font-size: 12px;
    height: 30px;
}

.tbl2-left-2 {
    float: left;
    width: 200px;
    padding: 15px 0px 10px 45px;
}

.tbl2-right-2 {
    float: right;
    width: 200px;
    padding: 15px 45px 0px 0px;
}

.tbl2-left-3 {
    float: left;
    width: 100%;
    padding: 15px 0px 10px 45px;
}

.text5 {
    font-size: 9pt;
    padding-top: 0px;
	margin:0 0 5px 0;
}

.text5-add{ 
	padding-bottom: 10px;
    text-align: center;
}

.list1 {
    padding: 12px 0px 5px 0px;
    margin-bottom: 5px;
}

.ta{
	padding:2% 10%;
}

.ta3{
	padding: 10px 0;
    text-align: center;
}

.ta3 img{
	margin-bottom: 10px;
}

.ta3 a:nth-child(2) > img{
	height: 82px;
}

.rm{
	color:#2e5388; 
	display: block; 
	text-align:right;
	clear: right;
}

.img1{
	float:left; 
	padding:3px 20px 15px 0;
	width: 200px;
}

.img2{
	text-align: center;
}

.img3{
	padding: 5px 15px 10px 0;
	float: left;
}

.img4{
	padding:5px 15px 0 0;
	float:left;
}

.img5{
	margin:0 auto;
	text-align:center; 
	padding: 10px 5px;
	display:inline-block;
}

.img6{
	float:right; 
	padding:5px 0 0 10px;
}

.img7{
	width:100%; 
	text-align:center; 
	margin: 0 0 15px 0;
}

.img8{
	width:100%; 
	text-align:center;
}

.img_rnd{
	width:100px; 
	height: 30px; 
	border: 1px solid #CBCBCB;
	margin-top:8px;
}

#frm1{
	padding:10px 0px 10px 0px;
}

.float-page{
/*	width: 762px;*/
	height: 100%";
	text-align:center;
	background-color:#FFFFFF;
	padding:25px;
	margin:0;
}

.pt20{
	padding-top:20px!important;
}

.pt10{
	padding-top:10px;
}

.fwb{
	font-weight: bold;
}

.w200{
	width:200px;
}

.fl{
	float:left;
}

.fl img{
	width:90%;
}

.fr{
	float:right;
}

.w10{
	width:10%;
}

.w65{
	width:65%;
}

.w35{
	width:35%;
}

#objectsSelected{
	margin:0 0 15px 0;
}

#objectsSelected li{
	margin:5px 0 -10px 20px;
}

.ats {
    color: rgb(0, 0, 0);
    font-size: 11px;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	width:100%;
	text-align: center;
	margin: 0px 0 10px 0;
}

.ats .fa{
	color: #0d2a3e;
	margin:10px 5px;
}

.frm1 .alert {
    color: #d43131;
    font-size: 12px;
    margin: 0 0 0 10px;
    font-weight: bold;
}

.alert2 {
	font-size:13pt; 
	margin:20px 0; 
	color: #902006; 
	line-height: 30px; 
	border: dashed; 
	padding: 15px;
}

.alert3{
	color: #f1411a;
	font-size: 16px; 
	font-weight: bold;
	margin: 0 0 15px 0;
}

.alert4{
	background-color: red;
    width: fit-content;
    color: #fff;
    font-weight: bold;
    margin: -13px 0 5px 0;
    padding: 0 5px;
    float: right;
	position: relative;
}

.alert4 a{
	color:#fff;
}

#loaderImg{
	margin:0px 0 -9px 20px;
}

.hidden{
	visibility: hidden;
}

.order_f h1{
	float: left;
/*	width: 55%;*/
}

.tour_info{
	font-size: 0.9em; 
	margin:86px 0 10px -30px; 
	padding: 5px 10px 15px 10px;
	background-color: #dbe8e8;
	color: #000000;
	width: 242px;
	border: solid 1px #516f82;
	/*height: 280px;*/
	font-weight: bold;
}

.tour_info ul{
	margin:10px 0 10px 20px; 
	padding: 0 0 0 5px;
	font-weight: normal;
}

.tour_info ul li{
	margin:5px 0; 
	padding:0 0 0 4px;
}

.price_top{
	float: right;
/*	margin:-405px 0 15px 0;*/
	height:95px;
	width:180px;
	text-align: center;
	background-color:#ffffff;
	padding: 15px 0 0 0;
	opacity: 0.7;
}

.price_top b{
	font-size:26px; 
	font-family: sans-serif; 
	display: block;
}

.caption_1{
	color: #a91616;
    font-size: 1.3em;
/*  margin: 0 0 15px 38px;*/
    font-weight: bold;	
}

.caption_2{
	color: #a91616;
    font-size: 1.04em;
    margin: 9px 30px 11px 0px;
    font-weight: bold;
    text-align: center;
}

.bta img:hover{
	opacity:1;
}

.bta img{
	opacity:0.7;
}

.cornerltrb{
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.el_block_1{
	display: block; 
	height: 20px; 
	color: #000000; 
	padding: 5px; 
	width:150px;
}

.bg_c{
	background-color: #dbe8e8;
}

.fnt_b{
	font-weight: bold;
}


#ya-site-form0 .ya-site-form__search, #ya-site-form0 .ya-site-form__search td, #ya-site-form0 .yaform__precise-i{
	padding: 0 0 1px 0px;
}

#ya-site-form0 .ya-site-form__form .ya-site-form__input-text{
	width: 190px;
}

#ya-site-form0 .ya-site-form__submit{
	margin: 9px!important;
}


.why-us{
	width: 200px;
	font-size: 0.9em;
	padding: 10px 10px 20px 10px;
	background-color: #dbe8e8;
	color: #000000; 
	border: solid 1px #516f82;
	height: 305px;
	border-top-left-radius: 20px;
	}

.why-us .header{
	font-size:16px;
	margin:0 0 0 5px;
	border-left: 5px solid #a33234;
	padding: 0 0 0 5px;
}

.mt5p{
	margin-top:5px
}

.fa-ul li{
	margin-top: 1em;
}


/*slider*/
.slider-box{
  position:relative;
  width:560px;
  height:337px;
  overflow:hidden;
  border-top-right-radius: 20px;
}
.slider{
  position:relative;
  width:10000px;
  height:337px;
  border-top-right-radius: 20px;
}
.slider img{
  float:left;
  border-top-right-radius: 20px;
}
.slider-box .prev, .slider-box .next{
  position:absolute;
  top:160px;
  display:block;
  width:29px;
  height:29px;
  cursor:pointer;
}
.slider-box .prev{
  left:10px;
  background:url(../files/tech/slider_controls.png) no-repeat 0 0;
}
.slider-box .next{
  right:10px;
  background:url(../files/tech/slider_controls.png) no-repeat -29px 0;
}
.bullets{
  position:absolute;
  bottom:10px;
  left:260px;
  height:11px;
  padding:0;
  margin:0;
  list-style:none;
}
.bullets li{
  width:11px;
  height:11px;
  margin:0 3px 0 0;
  padding:0;
  float:left;
  background:url(../files/tech/slider_controls.png) no-repeat 0 -30px;
}
.bullets li.active{
  background-position:0 -42px;
}
/*slider*/

.quote{
	font-family: 'Courgette', cursive;
	font-size: 0.9em;
	/*
	display: block;
	margin: 0 0 10px 60px;
	*/
}
.ta_logo_1{
	width:40px!important; 
	margin:5px 10px 0 8px!important;
	position: static;
	border: 1px solid #80a363;
	float: left;
}
.col-right .ta_review{
	width: 242px;
    padding: 10px 10px 5px 10px;
    text-align: left;
    margin: 0 0 15px -30px;
    font-size: 0.9em;
    background-color: #f0f0f1;
    border: 1px solid #4CAF50;	
}

.col-right .ta_review .quote{
	font-family: 'Courgette', cursive;
    font-size: 1em;
    display: block;
    width: 170px;
}

.col-right .ta_review_2{
	width: 242px;
    padding: 10px 10px 5px 10px;
    text-align: left;
    margin: 0 0 15px -30px;
    font-size: 0.9em;
    background-color: #6da99b;
    border: 1px solid #acacb0;
	border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.col-right .ta_review_2 b{
	font-size: 1.5em;
	margin: -5px 0 -5px 5px;
	display: block; 
	color: white;
}

.col-right .ta_review_2 .quote{
	font-family: 'Courgette', cursive;
    font-size: 1em;
    display: block;
	margin: 15px 0 10px 5px;
	color: #ffffff;
	letter-spacing: 0.3px;
}

.col-right .ta_review_2 img, .col-right .ta_review img{
	width: 130px; 
	margin: 5px 0;
}

.list1 .ta_review{
/*
	width: 300px; 
	float: right; 
	padding: 0; 
	text-align: left;
*/
	padding: 10px; 
	text-align: left;
}

.list1 .ta_review .quote{
    font-size: 0.9em;
/*    margin: 0 0 10px 60px!important;*/
}

.list1 .ta_review .ta_logo_1{
/*	position: absolute;*/
}

.tbl2add2 .ta_review{
	margin: 0 0 15px 0;
}

.tbl2add2 .ta_review b{
	font-size: 13px;
}

.col-right-2 .ta_review{
	width: 215px;
    padding: 10px 10px 5px 10px;
    text-align: left;
    margin: 5px 0 15px -15px;
    font-size: 0.9em;
    background-color: #6da99b;
    border: 1px solid #acacb0;
	border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.col-right-2 .ta_review .quote {
    font-family: 'Courgette', cursive;
    font-size: 1em;
    display: block;
    margin: 15px 0 10px 5px;
	color: #ffffff;
	width: 200px;
	letter-spacing: 0.3px;
}

.col-right-2 .ta_review b{
	font-size: 1.5em;
	margin: -5px 0 -5px 5px;
	display: block; 
	color: white;
}

.ta_review_author{
	color: #ffffff; 
	text-align: right; 
	margin: -10px 10px 10px 0; 
}

.lang{
	width:20px!important;
}

#menu-left-block{
    padding: 0px 5px 1px 0px;
	background-color: #ffffff;
}

.pic_home{
	margin: 10px 10px 10px 0; 
	float: left;
}

.pic_home i{
	margin: 9px 0 0 20px;
	color: #a33234;
}

.langs{
	margin: -10px -57px 0 0px; 
	padding: inherit;
	float: right;
}

.langs a:nth-child(1) img{
	margin:0px 10px 0 0;
}

.langs a:nth-child(2) img{
	margin: 0px 0 0 0;
}

.langs a:nth-child(3) img{
	margin: 0px 0 0 10px;
}

/***************/
/* header_fix */
/***************/

header.header_fix {
    height: 25px;
    background-color: #dbe8e8;
    border-bottom: 1px solid #c19191;
    position: fixed;
    top: 0;
    z-index: 100;
    width: inherit;
    /*border-top: #a65019 3px solid;*/
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

header.header_fix .pic_home {
    margin: 1px 10px 10px 0;
    float: left;
}

header.header_fix .pic_home i{
	margin: -30px 0 0 20px;
    color: #a33234;
}

header.header_fix nav ul {
    margin-top: -1px;
    float: left;
    list-style: none;
    display: flex;
    width: 75%;
	padding: unset;
}

header.header_fix nav li {
    float: left;
    padding: 0 7px 0 4px;
    font-size: 12px;
}

header.header_fix nav a {
    float: left;
    padding: .8em 1.5em;
    text-decoration: none;
    color: #555;
    font: 10px 'trebuchet MS', Arial, Helvetica;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header.header_fix .langs {
    margin: -26px -57px 0 0px;
    padding: inherit;
    float: right;
}

header.header_fix nav a:hover, nav a:focus {
    outline: 0;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    background: #fac754;
    background: -moz-linear-gradient(#fac754, #f8ac00);
    background: -webkit-gradient(linear, left top, left bottom, from(#fac754), to(#f8ac00));
    background: -webkit-linear-gradient(#fac754, #f8ac00);
    background: -o-linear-gradient(#fac754, #f8ac00);
    background: -ms-linear-gradient(#fac754, #f8ac00);
    background: linear-gradient(#fac754, #f8ac00);
}

header.header_fix nav a {
    float: left;
    padding: .6em 1.3em .7em 1.5em;
    text-decoration: none;
    color: #555;
    font: 10px 'trebuchet MS', Arial, Helvetica;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 1px;
}

header.header_fix .tel-top {
	font-size: 12px;
	margin: -1px 0 0 -120px;
	display: block;
    text-align: right;
    padding: 2px 30px 0 0;
    font-family: 'Roboto Condensed';
    color: #000!important;
    float: right;
    width: 295px;
}

header.header_fix .atel{
	margin: 3px 100px 0 0;
	display: block;
	font-weight: bold;
}

header.header_fix .tel-top .fa-phone{
    vertical-align: -20%;
}

/***************/
/* header_fix */
/***************/


.frm_search{
	float: left;
	margin: 16px 0px 0 -15px;
}

header.header_fix .frm_search{
	position: absolute; 
	right: 240px;
    top: -8px;
    height: 20px;
    padding: 10px;
}

.frm_search fieldset{
	margin: 0; 
	padding: 0; 
	border: 0;
}

.frm_search .search_fld{
	opacity: 0; 
	width: 0;
	border: 1px solid grey;
	margin: 0 -10px 0 -800px;
    border-radius: 4px;
    height: 20px;
	float: right;
/*	transition: 1s;*/
}

header.header_fix .frm_search .search_fld{
	margin: -15px 0 0 -800px;
	height: 17px;
}

.frm_search .btn_search{
    margin: 0 0 0 0;
	color: #000;
	float: right;
	position: relative;
}

header.header_fix .frm_search .btn_search{
    margin: -15px 10px 0 20px;
	position: relative;
}

.pt_d_opt{
	margin: 20px 0;
    border: 1px solid #a2bad5;
    padding: 15px;
	border-radius: 20px;
    background-color: lavender;
}

.pt_d_opt .checkbox{
	width: 30px;
    height: 30px;
    position: relative;
    float: left;
    margin-right: 20px;
}

.pt_d_files div{
	float: left;
}

.pt_d{
	clear: left;
}

#cookie_alert {
    background: rgba(61,61,61,0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    z-index: 999998;
    border: 1px solid #747373;
}

#cookie_alert p {
    margin: 0 auto;
    max-width: 850px;
    text-align: center;
    color: #fff;
}

#cookie_alert p a {
    color: #fff;
    text-decoration: underline;
}

#cookie_alert p button {
    font-size: 15px;
    background-color: rgba(0,0,128,.1);
    color: #FFF;
    margin-top: 10px;
    padding: 5px 20px;
}