/*   
Theme Name: Ansaliya
Theme URI: https://ansaliya-tur.ru
Version: 1.0
Description: 
Author: Ансалия-Тур
Author URI: https://ansaliya-tur.ru
*/



/* reset & 12 columns
 * ============================================================================ */ 
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{padding:0;margin:0;font-size:100%;vertical-align:baseline;border:0}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}body{line-height:1}
ol,ul{list-style:none}a:focus{outline:0}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:''}table{border-collapse:collapse;border-spacing:0}img,object,embed,video{max-width:100%}
object,embed,video{width:100%}img{height:auto;vertical-align:middle;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}
.grid{width:100%;margin-left:auto;margin-right:auto}.grid [class*=col]{width:100%;margin-left:0}
@media screen and (min-width:1024px) {.grid{width:100%}.grid [class*=col]{float:left}.grid:after,.grid:before,.grid .newrow:before{display:table;line-height:0;content:""}.grid:after,.grid .newrow,.grid .newrow:before{clear:both}.grid [class*=col]{margin-left:1.694915254%;margin-right:0}.grid .newrow,.grid [class*=col]:first-of-type{margin-left:0}
.grid .col1{width:6.779661017%}.grid .col2{width:15.25423729%}.grid .col3{width:23.72881356%}.grid .col4{width:32.20338983%}.grid .col5{width:40.6779661%}.grid .col6{width:49.15254237%}.grid .col7{width:57.62711864%}.grid .col8{width:66.10169492%}.grid .col9{width:74.57627119%}.grid .col10{width:83.05084746%}.grid .col11{width:91.52542373%}.grid .col12{width:100%}}
.fl{float:left}.fr{float:right}.b{font-weight:bold}.i{font-style:italic}.tl{text-align:left}
.tc{text-align:center}.tr{text-align:right}.pn{padding:0}.mn{margin:0}.hide{display:none}
/* ============================================================================ */


/* ============================================================================
 *		LAYOUT
 * ============================================================================ */
html { height: 100%; }
body { width: 100%; min-width: 280px; background: #fff; }
.wrapper { margin: 0 auto; }
#header { min-height: 100px; background-repeat: no-repeat; background-position: top center; background-size: cover; }
#main { padding: 0px 0 30px 0; margin: 0 auto; position: relative; }
#content { width: 100%; float: none; }
#sidebar { display: none; }
#sidebar.block{ display: block;}
#footer { width: 100%; padding: 20px 0; margin: 0; background: #936; }
/*.maxwidth { margin: 0 auto; position: relative; width: 90%; max-width: 1080px; }*/
.maxwidth { margin: 0 auto; position: relative; width: 100%; max-width: 1280px; }
/*body.custom-background .wrapper { margin: 0 auto; background: #fff; max-width: 1160px; }*/
body.custom-background .wrapper { margin: 0 auto; background: #fff; max-width: 1160px; }

/* adaptive layout */
@media screen and (min-width: 1024px) {
	#content { width: 65.12962962962963%; float: left; /*margin-left: 2%;*/ }
	#sidebar { width: 25.77777777777778%; margin-top: 0; float: right; display: block; margin-right: 2%;}
	.layout-leftbar #sidebar { float: left; }
	.layout-leftbar #content { float: right; }
	.layout-full #sidebar { display: none; }
	.layout-full #content { float: none; width: 100%; }
	.layout-center #sidebar { display: none; }
	.layout-center #content { float: none; width: 80%; margin-left: auto; margin-right: auto; }
	.wrapper { width: 100%; }
}
/* ============================================================================ */




/* ============================================================================
 *		inline HTML TAGS
 * ============================================================================ */
body { font: 16px/140% 'Open Sans', Tahoma, Verdana, Segoe, sans-serif; font-weight: 500; color: #000; word-wrap: break-word; }

a { color: #222; }
a:hover { color: #936; }

p { padding: 0 0 1em 0; }
p:last-child { padding-bottom: 0; }

h1, h2, h3, h4, h5, h6, .wtitle, .title { 
	margin: 0;
	padding: 0 0 0.5em;
	line-height: 110%;
	font-family: 'PT Serif', TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: bold;
	color: #000;
}
h1 { font-size: 36px;
	text-align: center;
    padding-top: 40px;
}
h2 { font-size: 26px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5, h6 { font-size: 18px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

blockquote, q { 
	position: relative;
	padding: 30px 30px 30px 80px;
	margin: 10px 0 20px 30px;
	color: #444;
	font: normal 1em/120% 'PT Serif', TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	background: #EFEFEF;
	border-left: 3px solid #936;
	border-radius: 3px;
	display: block;
}
blockquote:after {
	content: '”';
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 4em;
	line-height: 100%;
}

table th { background: #ddd; border-right: 1px solid #fff; padding: 10px 20px; }
table tr th:last-child { border-right: 1px solid #ddd; }
table td { padding: 5px 20px; border: 1px solid #ddd; }

pre { background: #f5f5f5; border: 1px solid #ddd; padding: 10px; text-shadow: 1px 1px rgba(255, 255, 255, 0.4); font-size: 12px; line-height: 15px; margin: 0 0 1em 0; overflow:auto }
sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline }
sup { bottom: 1ex }
sub { top: .5ex }
small { font-size: 75% }
big { font-size: 125% }



/* ============================================================================
 *		FORM HTML TAG
 * ============================================================================ */
input, textarea, select, button {
	padding: 10px 10px 10px 0;
	border-color: #ddd;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font: 300 16px/140% 'Open Sans', Tahoma, Verdana, Segoe, sans-serif; 
	color: #222;
}
textarea { 
	min-height: 90px; 
	max-width: 100%; 
	box-sizing: border-box;
}
textarea,
select,
input[type=text], 
input[type=password], 
input[type=email], 
input[type=url], 
input[type=tel], 
input[type=date], 
input[type=datetime], 
input[type=datetime-local], 
input[type=time],
input[type=month], 
input[type=week], 
input[type=number], 
input[type=search] { 
	padding: 9px 10px;
	border-width: 1px; 
	border-style: solid;
	min-height: 20px;
	/*height: 20px; */
}
input[type=search] { 
	height: 40px;
}
input[type=color] { 
	padding: 0; 
	border: 0; 
	background: #fff;
}
input:focus, textarea:focus, select:focus {
	outline: none; 
	border-color: #936; 
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.08); 
	box-shadow: inset 0 0 8px rgba(0,0,0,0.08); 
}
input[type=submit], 
input[type=button],
button, .submit, .button {
	padding: 10px 20px;
	min-height: 20px;
	/*height: 40px;*/
	line-height: 20px;
	border: 0;
	background-color: #936;
	color: #fff;
	cursor: pointer;
}
input[type=submit]:hover, 
input[type=button]:hover,
button:hover,
.submit:hover,
.button:hover {
	opacity: 0.9;
}
/* ============================================================================ */



/* ============================================================================
 *		HEADER
 * ============================================================================ */
/* .sitetitle { text-align: center; } */
.logo { margin: 15px auto 15px; }
#logo { display: block; margin: 0 0 0 5%; padding: 0; font: bold 40px/30px 'PT Serif', Tahoma, Verdana, Segoe, sans-serif; 
	color: #936; text-decoration: none; letter-spacing: -0.02em; text-align: center;}
#logo:hover { opacity: 0.9; }
.sitedescription {text-align: center; padding: 15px 0 0 5%;}
/*body.wp-custom-logo #logo { display: none;}*/
.sitetitle.center .custom-logo { margin-left: auto;margin-right: auto; }
.sitetitle.right .custom-logo { margin-left: auto;margin-right: 0; }
.custom-logo-top { display: block; margin-bottom: 20px;}
.custom-logo-bottom { display: block; margin-top: 20px; }
.sitetitle .custom-logo-left { float: left; margin-right: 20px; }
.sitetitle .custom-logo-right { float: right; margin-left: 20px; }
.sitetitle.right .custom-logo-right, .sitetitle.left .custom-logo-right { margin-left: 20px; margin-right: 0; }
.sitetitle.left .custom-logo-left, .sitetitle.right .custom-logo-left { margin-left: 0; margin-right: 20px; }


/* mobile navigation button */
#mobile-menu { display: block; padding: 15px 0; text-decoration: none; text-transform: uppercase; color: #fff;
	text-align: center; font-weight: 500; cursor: pointer; background: #936;/*#eee;*/ z-index: 999; position: relative; }
#mobile-menu:hover { opacity: 0.8; }


/* header navigation */
.topnav { background: #FFF; }
.topnav nav {display: none;z-index:9999;}
.top-menu { background: #936; position: absolute; z-index: 1000; width: 100%; }
.top-menu li { padding: 0; display: block; }
.top-menu li a, .top-menu li span { display: block; padding: 15px 20px; color: #fff; line-height: 20px; 
	font-weight: 500; text-decoration: none; position: relative; cursor: pointer; }
.top-menu li a:hover,
.top-menu li span:hover,
.top-menu li .sub-menu > li:hover > a, 
.top-menu li .sub-menu > li:hover > span:hover  { 
	background-color: rgba(255,255,255,0.2);
}
.top-menu .current_page_item > a,
.top-menu .current_page_item > span,
.top-menu .current-menu-item > a,
.top-menu .current-menu-item > span {
	background-color: rgba(0, 0, 0, 0.22)
}
.top-menu .current-menu-item > a:hover,
.top-menu .current-menu-item > span:hover { color: #fff; }
.top-menu .sub-menu { margin: 0; }

/* ============================================================================ */




/* ============================================================================
 *		CONTENT
 * ============================================================================ */
.entry-box { margin: 20px auto 0; width: 95%;}
/*.entry-box .entry {	padding-bottom: 30px;}*/

.entry ul { margin: 0.5em 0 1em 30px; }
.entry ol { margin: 0.5em 0 1em 50px; list-style: decimal; }
.entry ul ul, .entry ul ol, .entry ol ol, .entry ol ul { margin-top: 0; margin-bottom: 0; }
.entry li { padding-top: 5px; }
.entry ul li { padding-left: 20px; position: relative; } 
.entry ul li:before, .ftrwidget ul li:before { 
	content: '»';
	position: relative;
	top: -3px;
	left: 0;
	line-height: 100%;
	margin: 0 10px 0 -20px;
}

.comment-body ol, .comment-body ul { margin: 0.2em 0 0.5em 40px }
.comment-body ul {list-style-type: disc;}
.comment-body ol {margin-left: 40px;list-style-type: decimal;}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6,
.comment-body h2, .comment-body h3, .comment-body h4, .comment-body h5, .comment-body h6 {
	/*padding-top: 30px;*/
	padding-bottom: 10px;
}
.sticky{border:5px solid #eee;padding:30px;}

.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden;}
.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);
	clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:0.875rem;font-weight:bold;height:auto;
	left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;
}


 
/* ANONS 
 * ----------------------------------------- */
.anons { margin-bottom: 60px;}
.anons h2 { font-size: 30px; padding-bottom: 0; }
.anons-thumbnail { display: none; }
.anons-thumbnail.show { display: block; }
.anons img { margin-bottom: 15px; margin-top: 5px; max-width: 100%; height: auto; }

.largeimage { margin: 0 0 1em; max-width: 100%; height: auto; }
.medium, .thumbnail { float: left; margin: 5px 1.5em 0.5em 0; }
.medium { max-width: 50%; height: auto; }
.thumbnail { max-width: 30%; height: auto; }

.more-link-box {text-align: right;}
.more-link { display: inline-block; padding: 10px 20px; background: #936; color: #fff; text-decoration: none; /*-webkit-border-radius: 5px; border-radius: 5px;*/ -webkit-transition: opacity 0.2s; transition: opacity 0.2s; position: relative; }
.more-link:after { content: '➤'; float: right; margin-left: 10px; margin-right: -5px; }
.more-link:hover { opacity: 0.8; color: #fff; }

	
/* __________ post __________ */
.meta { margin: 10px 0 0; font-size: 12px; }
.meta span {  padding-right: 20px; }
.meta span.hide { display: none; }
.meta .fa { padding: 0 5px 0 0; }
.meta, .meta a { color: #999999; }
.meta a { text-decoration: none; }
.meta a:hover { text-decoration: underline; }


/* __________ archive __________ */
.inform { margin-bottom: 2em; border-bottom: 1px dotted #e2e2e2; display: none;}
.inform h1 { padding-bottom: 1em; }
.inform .archive-desc { padding: 0 0 2em 4em; }

/* __________ socialshare __________ */
.social_share { margin: 30px 0 0; padding: 30px 0 0; border-top: 1px solid #DDD; }
.social_share li, .social_share ul { margin: 0 !important; padding: 0 10px 0 0 !important; list-style: none; }.social_share li:before { display: none; }
.psb { display: block; float: left; height: 40px; width: 40px; margin: 0 10px 0 0; background: url(img/socialshare.png) 0 0 no-repeat; transition: top 0.3s; position: relative; top: 0; }
.psb, .share42-item { transition: top 0.3s; position: relative; top: 0; }
.psb:hover, .share42-item:hover { position: relative; top: 3px; }
.fb { background-position: 0 0; }
.ok { background-position: -80px 0; }
.tw { background-position: -40px 0; }
.vk { background-position: -120px 0; }
.gp { background-position: -160px 0; }



/* __________ images __________*/
.entry iframe { max-width: 100%; }
.entry img { max-width: 100%; height: auto; margin-bottom: 10px; margin-top: 8px; }
.alignleft img {display: block;margin: 0 auto 0 0;}
.alignright img {display: block;margin: 0 0 0 auto;}
img.alignleft, .alignleft { float: left; margin-right: 20px; margin-left: 0; }
img.alignright, .alignright { float: right; margin-left: 20px; margin-right: 0; }
.aligncenter, div.aligncenter, img.centered { display: block; margin-left: auto; margin-right: auto; }
.entry .attachment, .entry .caption, .entry .gallery-caption { text-align: center; }
.entry .attachment .navigation { height: 150px; }
.wp-caption, .attachment img { text-align: center; max-width: 100%; }
.wp-caption img { margin-top: 0; margin-bottom: 0;}
.wp-caption-text, .wp-caption p.wp-caption-text { font-size: 12px; color: #222; margin: 0 0 15px; }
.entry .wp-smiley { margin: 0; padding: 0; border: 0; }

/* __________ galleries __________*/
/*.gallery { border: 2px solid #eee;padding: 15px 20px;margin: 20px 0 30px; }*/
.gallery:after { content: '';display: table;clear: both;}
.gallery-item img { display: block;margin: 0 auto; }

.gallery-columns-1 .gallery-item { width: 100%; padding: 10px 0; }

.gallery-columns-2 .gallery-item { width: 48%; padding: 10px 1%; float: left; }
.gallery-columns-2 .gallery-item:nth-child(2n+1) { clear: both; }

.gallery-columns-3 .gallery-item { width: 31.33333333333333%; padding: 10px 1%; float: left; }
.gallery-columns-3 .gallery-item:nth-child(3n+1) { clear: both; }

.gallery-columns-4 .gallery-item { width: 23%; padding: 10px 1%; float: left; }
.gallery-columns-4 .gallery-item:nth-child(4n+1) { clear: both; }

.gallery-columns-5 .gallery-item { width: 18%; padding: 10px 1%;float: left; }
.gallery-columns-5 .gallery-item:nth-child(5n+1) { clear: both; }

.gallery-columns-6 .gallery-item { width: 14.66666666666667%;padding: 10px 1%; float: left; }
.gallery-columns-6 .gallery-item:nth-child(6n+1) { clear: both; }

.gallery-columns-7 .gallery-item { width: 12.28571428571429%; padding: 10px 1%; float: left; }
.gallery-columns-7 .gallery-item:nth-child(7n+1) { clear: both; }

.gallery-columns-8 .gallery-item { width: 10.5%; padding: 10px 1%; float: left; }
.gallery-columns-8 .gallery-item:nth-child(8n+1) { clear: both; }

.gallery-columns-9 .gallery-item { width: 10%; padding: 10px 0.5555555555555556%; float: left; }
.gallery-columns-9 .gallery-item:nth-child(9n+1) { clear: both; }




/* __________ paginate __________ */
.nav-links { line-height: 40px; }
.nav-links a { text-decoration: none; }
.nav-links .page-numbers { padding: 4px 12px 6px; margin-right: 5px; background: #ddd; color: #444; -webkit-border-radius: 4px; border-radius: 4px; -webkit-transition: background, color 0.3s; transition: background, color 0.3s; }
.nav-links a:hover, .nav-links .current { background: #936; color: #fff; }
.nav-links .total { margin-right: 5px; }


/* ============================================================================
 *		COMMENTS
 * ============================================================================ */
#comments, #respond { margin: 60px 0 0; }
.comments-title, #reply-title { font-size: 30px; padding: 20px 0 5px 0; margin-bottom: 20px; border-bottom: 1px solid #ddd; }
.comments-title .cnt { float: right; font-size: 0.7em; }
.comment-list { margin: 10px 0 0 0; }
.comment-body { margin: 0 0 20px 0; padding: 20px 20px 20px 100px; background: #F9F9F9; -webkit-border-radius: 4px; border-radius: 4px; position: relative; }
.comment-body a { text-decoration: none; }
.comment-body a:hover { text-decoration: underline; }
.comment .avatar { position: absolute; top: 20px; left: 20px; -webkit-border-radius: 4px; border-radius: 4px; }
.comment-author { float: left; margin-right: 10px; line-height: 20px; }
.comment-metadata { font-size: 0.7em; line-height: 17px; padding-top: 3px; }
.says { display: none; }
.comment-content { margin: 10px 0; font-size: 14px; line-height: 130%; clear: both; }
.comment-reply-link { font-size: 10px; text-transform: uppercase; font-weight: 500; color: #C5C5C5; position: absolute; bottom: 5px; right: 10px; }
.bypostauthor .comment-body { background: #EFEFEF; }


/* _____ REPLY to comment  */
.rinput,.rcomment { margin-bottom: 10px; }
.rinput input { width: 92%; padding-left: 4%; padding-right: 4%; }
.rcomment textarea { width: 100%; }
#cancel-comment-reply-link { font-size: 14px; float: right; }
.comment #respond { margin: -20px 0 60px 0; }


/* ============================================================================
 *		SIDEBAR
 * ============================================================================ */
#widgetlist { margin: 0; padding: 0; list-style: none; }
#widgetlist > li:last-child { margin-bottom: 0; }
.widget, .categories, #widgetlist > li { margin-bottom: 60px; padding: 0; }
.wtitle { padding: 10px 0 10px 0; margin-bottom: 15px; /*border-bottom: 2px solid #555; color: #555;*/ color: #fff; font-size: 20px; text-align: center; text-transform: uppercase; background: #1e73be; }
.widget ul { margin: 0; }
.widget li { padding: 5px 0 5px 20px; position: relative; }
.widget ul li:before { content: '»'; position: absolute; top: 7px; left: 0; line-height: 100%; }
.widget .children { margin-left: 20px; }
.widget_calendar td, .widget_calendar th {padding: 10px}
.widget a {	text-decoration: none; }
.widget a:hover {	text-decoration: underline; }


/* ============================================================================
 *		OTHER
 * ============================================================================ */
 
/* _____ Search & Results */
.search-results .inform { margin-bottom: 4em; }
.searchform { width: 100%; max-width: 400px; margin: 0; padding: 0; position: relative; }
#header .searchform { display: none; margin: 30px auto; max-width: 300px; }
#content .searchform { margin: 30px 0; }
input.s { width: 90%; }
input.search_submit { position: absolute; top: 0; right: 0; width: 40px; padding-left: 12px; padding-right: 12px; -webkit-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; }
.serp { margin-bottom: 40px; margin-left: 20px; position: relative; }
.serp:before { content: ''; position: absolute; left: -20px; top: 8px; border: 3px solid black; border-radius: 50%; }
.serp h2 { font-size: 20px; }
.serp .meta { margin: 5px 0 0 0; font-size: 10px; line-height: 100%; }
.serp .entry { margin-top: 10px; }
.serp .entry p { font-size: 14px; line-height: 130%; }


/* _____ Woocommerce */
.product_meta { font-size: 0.9em;  }
.product_meta > span { display: block;  }
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: #936;
	line-height: 22px;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}


.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background: #936;
	opacity: 0.8;
}

/* ________ BB Press _________ */
form#bbp-search-form {
	margin-bottom: 20px;
}

form#bbp-search-form input[type=text] {
	padding: 5px 10px;
}

form#bbp-search-form input[type=submit] {
	padding: 7px 15px;
	margin-left: -10px;
}
#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
	margin-bottom: 0;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
}
#wp-bbp_reply_content-editor-container {
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#qt_bbp_reply_content_toolbar{
	border-radius: 6px 6px 0 0;
}
/*.bbp-body .bbp-topic-title,*/
.bbp-topic-permalink,
.bbp-forum-title {
	text-decoration: none;
	font: bold 18px/125% 'PT Serif', sans-serif;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content {
	margin: 0;
	color: #818181;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
	padding: 20px;
}


.bbp-header .bbp-topic-title .bbp-topic-title,
.bbp-header .bbp-forum-info {
	padding-left: 10px;
	box-sizing: border-box;
}
li.bbp-topic-title {
	width: 47%;
}
li.bbp-forum-topic-count {
	text-align: left;
}
li.bbp-forum-reply-count,
li.bbp-topic-voice-count,
li.bbp-topic-reply-count {
	text-align: left;
	width: 13%;
}
li.bbp-forum-freshness,
li.bbp-topic-freshness {
	text-align: left;
	width: 19%;
}

.block-zakaz-tura {
	display: none;
}


/* ============================================================================ */



/* ============================================================================
 *		FOOTER
 * ============================================================================ */
#footer { color: #fff; font-size: 14px; line-height: 125%; text-decoration: none; }
#footer a {color: #fff; transition: opacity 0.3s;}
#footer a:hover { color: #999999; text-decoration: underline; }
#footer .maxwidth { position: relative; }

.footer-menu { border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin-bottom: 30px; display: none;}
.footmenu { padding: 0 0 20px 0; margin: 0; text-align: center; display: none;}
.footer-menu li { display: inline-block; padding: 5px 10px; }
#footer .footer-menu a:hover { color: #fff; opacity: 0.7; }

#copy, #privacy_policy, #agreement, #oferta { text-align: center; /*font-size: 12px;*/ }
#designedby { text-align: center; /*opacity: 0.8;*/ }
#toTop { position: fixed; z-index: 1000; bottom: 20px; right: 20px; margin: 0; padding: 14px 12px; display: none; cursor: pointer;
	background: rgba(34, 34, 34, 0.5); color: #fff !important; border-radius: 3px; transform: rotate(-90deg); font-size: 24px; text-align: center; }
#toTop:hover { background: #000; text-decoration: none !important; border-radius: 3px; }

	.wrap-logo {
	flex-wrap: nowrap;
	justify-content: center;
	display: flex;
	flex-basis: 100%;
	order: 1;

	}
	.wrap-cont {
		flex-wrap: wrap;
		display: flex;
		justify-content: space-around;
		align-items: flex-start;
		display: flex;
		flex-basis: 100%;
		order: 1;
		margin: 10px;
	}			 
.item-adres {
	order: 1;
	float: left;
	width: 200px;
	padding-bottom: 15px;
}

.item-adres .item-adres__font strong {
	size: 16px;
	font-weight: normal;
}


.item-tel {
	order: 1;
	float: left;
	width: 170px;
	padding-bottom: 15px;
}

.item-batton-tel{
	order: 1;
	float: left;
	width: 200px;
}

.item-adres__ico {
	float: left;
	color: #1e73be;
	overflow: hidden;
	padding-left: 2px;
	padding-right: 5px;

}


.item-tel__ico {
	float: left;
	color: #1e73be;
	overflow: hidden;
	padding-left: 2px;
	padding-right: 5px;

}



/* ============================================================================
 *		ADAPTIVE
 * ============================================================================ */

/* ___ Laptop/Tablet ( > 768px )  --------------------------------------------- */
@media only screen and (min-width: 768px)  {

	/* .sitetitle { text-align: left; } */
	.sitetitle.center { text-align: center; }
	.sitetitle.right { text-align: right; }
	#header {background-size: auto;}
	#header .searchform { display: block; float: right; margin: 35px 0 0; }
	body.custom-background #header {background-size: contain;}

	.anons-thumbnail { display: block; }

	.rinput { display: inline-block; width: 30%; margin-right: 4%; }
	.rurl { margin-right: 0; }

	#copy, #privacy_policy, #agreement, #oferta {margin: 0 0 0 5%; text-align: left; padding-bottom: 0; text-decoration: none; }
	#designedby {margin-right: 5%; text-align: right; }


	.su-carousel-centered {	height: 140px; }


	.wrap-logo {
	flex-wrap: nowrap;
	justify-content: center;
	display: flex;
	flex-basis: 100%;
	order: 1;

	}
	.wrap-cont {
		flex-wrap: nowrap;
		display: flex;
		justify-content: space-around;
		align-items: flex-start;
		display: flex;
		flex-basis: 100%;
		order: 1;
						
	}

			#logo {
    display: block;
    margin: 0 0 0 5%;
    padding: 0;
    font: bold 60px/50px 'PT Serif', Tahoma, Verdana, Segoe, sans-serif;
    color: #936;
    text-decoration: none;
    letter-spacing: -0.02em;
	}
	
}

/* ___ Desktop ( > 1024px ) ------------------------------------------------ */
@media only screen and (min-width: 1024px) {

	body.custom-background #header .menu{width:100%;margin:0;padding:0 40px;border-radius:0}
	body.custom-background .wrapper {margin: 40px auto;}
	body.custom-background .wrapper {border-radius:10px;}
	body.custom-background #footer {border-radius: 0 0 10px 10px;}
	
	#mobile-menu { display: none; }
    .top-menu { clear: both; }
	.topnav nav {display: block;}
	.topnav {background: transparent;}
	.top-menu { position: static; text-align: center; }
	.top-menu li { display: inline-block; position: relative; }
	.top-menu li a { border-bottom: 0; font-weight: normal; color: #fff; -webkit-transition: background 0.3s; transition: background 0.3s; }
	.top-menu > li:hover > a { background: rgba(255,255,255,0.3);  }
	.top-menu .sub-menu, .top-menu .children { display: none; margin: 0; position: absolute; top: 100%; left: 0; background: #936; width: 300px; z-index: 1000;  box-shadow: 3px 3px 0 rgba(0,0,0,0.1); }
	.top-menu .sub-menu li, .top-menu .children li { display: block; text-align: left;}
	.top-menu .sub-menu li a, .top-menu .children li a { color: #fff; border-top: 1px solid rgba(255,255,255,0.2); }
	.top-menu li:hover > .sub-menu,
	.top-menu li:hover > .children { display: block; }
	.top-menu .sub-menu .sub-menu,
	.top-menu .children .children { display: none; top: 0; left: 100%; padding: 0; border-top: 0; border-left: 3px solid #fff; }
	.top-menu .sub-menu li:hover > .sub-menu,
	.top-menu .children li:hover > .children { display: block; }
	.top-menu .menu-item-has-children > a:after, .top-menu .menu-item-has-children > span:after,
	.top-menu .page_item_has_children > a:after, .top-menu .page_item_has_children > span:after{
		content: '»'; position: absolute; right: 20px; margin: 1px 0 0 15px; transform: rotate(90deg);
	}
	.top-menu .sub-menu > .menu-item-has-children > a:after, .top-menu .sub-menu > .menu-item-has-children > span:after,
	.top-menu .children > .page_item_has_children > a:after, .top-menu .children > .page_item_has_children > span:after {
		content: '»'; margin: 0 25px 0 25px; transform: none;
	}
	.top-menu .menu-item-has-children> a, .top-menu .menu-item-has-children> span,
	.top-menu .page_item_has_children> a, .top-menu .page_item_has_children> span {
		padding-right: 40px;
	}
    
    
	.maxwidth__ { position: relative; width: 50%; max-width: 1280px; float: left; }
	.footmenu { display: block;}
	.footer-menu {display: block;}
	.footer-menu li {display: inline-block; padding: 5px 8px;}
	.su-carousel-centered {	height: 190px; }

	.wrap-logo {
	flex-wrap: nowrap;
	display: flex;
	flex-basis: 400px;
	order: 1;

	}
	.wrap-cont {
		flex-wrap: nowrap;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		align-content: space-around;
		display: flex;
		flex-basis: 55%;
		order: 1;
		margin: 20px 20px 0 0;
	}

			#logo {
    display: block;
    margin: 0 0 0 5%;
    padding: 0;
    font: bold 60px/50px 'PT Serif', Tahoma, Verdana, Segoe, sans-serif;
    color: #936;
    text-align: left;
    text-decoration: none;
    letter-spacing: -0.02em;
	}

		.sitedescription {
		text-align: left;
	} 

	.block-zakaz-tura {
	display: block;
	-webkit-transform: rotate(-90deg);  /*Поворот блока с текстом кнопки  на 30 градусов*/
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position:fixed; /*фиксированная позиция кнопки при прокрутке*/
    z-index:999;
    right: 0px; /*отступ с права*/
    top: 360px; /*отступ сверху*/
    margin-right:-50px; /*отрицательный отступ справа (чем длиннее название кнопки тем больше должно быть значение данного отступа )*/
	}

}

/* ___ Desktop ( > 1200px ) ------------------------------------------------ */
@media only screen and (min-width: 1280px) {
	body.custom-background #header {border-radius: 10px 10px 0 0;}
/*	.top-menu { border-radius: 5px; }*/
    .top-menu { clear: both; }
	#navpages li { padding-left: 10px; }
	#navpages .sub-menu { margin-left: 10px; }
	#navpages .sub-menu .sub-menu { left: 190px; }
	#navpages li a { font-size: 16px; padding: 10px; }
	
	.comment-list ul.children {margin: 0 0 50px 30px;}
    
    
	.maxwidth__ { position: relative; width: 50%; max-width: 1280px; float: left; }
	.footmenu { display: block;}
	.footer-menu {display: block;}
	.su-carousel-centered {	height: 240px; }
	.wrap-logo {
	flex-wrap: nowrap;
	display: flex;
	flex-basis: 440px;
	order: 1;

	}
	.wrap-cont {
		flex-wrap: nowrap;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		display: flex;
		flex-basis: 55%;
		order: 1;
		margin: 20px 20px 0 0;
	}
		#logo {
    display: block;
    margin: 0 0 0 5%;
    padding: 0;
    font: bold 60px/50px 'PT Serif', Tahoma, Verdana, Segoe, sans-serif;
    color: #936;
    text-align: left;
    text-decoration: none;
    letter-spacing: -0.02em;
	}
	.sitedescription {
		text-align: left;
	} 

	.block-zakaz-tura {
	display: block;
	-webkit-transform: rotate(-90deg);  /*Поворот блока с текстом кнопки  на 30 градусов*/
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position:fixed; /*фиксированная позиция кнопки при прокрутке*/
    z-index:999;
    right: 0px; /*отступ с права*/
    top: 360px; /*отступ сверху*/
    margin-right:-50px; /*отрицательный отступ справа (чем длиннее название кнопки тем больше должно быть значение данного отступа )*/
	}

}

/* -------------------------------------------------------------------------- */

#footer {
    background-color: #1e73be;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.slider_1 {
    margin: 3px auto!important;
}

.my-servises {
    display: block;
    width: 23%;
    float: left;
    margin: 1%;
    overflow: hidden;
}

.my-servises img {
    margin-bottom: 0px;
	margin-top: 0px;
	transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.my-servises img:hover{
	transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }

.my-servises h2 {
    padding-top: 0px;
    font-size: 18px;
    text-align: center;
    color: #1e73be
}

.my-servises a {
    display: block;
    text-decoration: none;
    color: #1e73be;
}


/*h1 {
    clear: both;    
}*/

.su-carousel-slide-title {
    text-align: center;
	font-size: 0.7em;
    line-height: 2;
}


.block2-l {
    margin: 30px 0 0 0;
    
}

.block2-r {
    margin: 30px;
    
}

.block2-r span {
    margin: 10px 10% 0 0;
    padding: 10px 0 10px 0;
    font-size: 22px;
/*    font-weight: bold;*/
    
}


.sitedescription {
    color: #074479;

}


/* ------------------------------------------------------------------------- */

#zvonok {
    margin: 10px auto 0;
    font-size: 16px;
    font-weight: bold;
}


.zayavka {
	width: 100%;
}
.zayavka-l {
    width: 30%;
    float: left;
    margin: 0 auto;
    padding: 1.5%;
    border: 1px solid #1e73be;
    background: #eee;
}

#hed-form {
    padding: 0 0 20px 0;
    color: #1e73be;
    text-align: center;
}

.zayavka-l p{
  	padding: 0 0 0.6em 0;
}

.zayavka-r {
    width: 62%;
    margin: 0 0 0 4%;
    float: left;

}

#contact-hed {
	padding: 0 0 30px 0;
	text-align: center;
}

.zayavka-c-1 {
	width: 60%;
	float: left;

}   

.zayavka-c-2 {
	width: 40%;
	float: left;
}

.zayavka-map {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.zayavka-l .wpcf7-textarea {
	height: 100px;
}


.zayavka-l .wpcf7 {
	width:100%; 
  	overflow: hidden;
}


#hed-form-1 {
    padding: 0 0 20px 0;
    color: #1e73be;
    text-align: center;
}
	








/*******Стили для Contact form 7 вариант1********/

#contact_form_pop .wpcf7 {
background:#f1f1f1;  /*цвет границы*/
padding:20px 20px 20px 20px!important;
text-align:center;
border:1px solid #ccc;
font-size:17px;
}

#contact_form_pop .wpcf7 h2{
text-transform:uppercase;
font-size:20px;
color:#cf561f;
margin-bottom:15px;
}

#contact_form_pop .wpcf7-text{
 margin-bottom:10px;
 padding:5px;
 border:1px solid #6e6e6e;
}

#contact_form_pop .wpcf7-text:focus{
-moz-box-shadow: 0 0 6px #004080!important;
-webkit-box-shadow: 0 0 6px #004080!important;
box-shadow:0 0 6px #004080!important; 
}

#contact_form_pop .wpcf7-submit{
background: #cf561f!important;
color:#fff!important;
text-shadow:none!important;
text-transform:uppercase;
border-radius:0px!important;
/*-moz-box-shadow: 0 0 6px #000!important;
-webkit-box-shadow: 0 0 6px #000!important;
box-shadow:0 0 6px #000!important; */  
margin-top:20px;

}

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

#contact_form_pop .wpcf7-response-output{
background:#fff;
border-radius:10px!important;
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
box-shadow:0 0 6px #000;   
}


.table-service {border-collapse: collapse;}
.table-service tr {background-color:#ffffff;}
.table-service td {font-size:22px; border-color: #fff; border-bottom-color: #1e73be; border-top-color: #1e73be; padding: 8px; text-align: center; vertical-align: middle;}




.my-serv-ef {
  border: 10px solid #fff;  
  float: left;
  width: 370px;
  overflow: hidden;
   
  -webkit-box-shadow: 5px 5px 5px #111;
          box-shadow: 5px 5px 5px #111;  
}

.my-serv-ef {
	filter: brightness(95%);
  -webkit-filter: brightness(95%);
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.my-serv-ef:hover {
	filter: brightness(115%);
  -webkit-filter: brightness(115%);
}

.tab-page .su-tabs {
    background: #fff;
    
}


.su-tabs.my--tabs { background-color: #fff; }
.su-tabs.my--tabs .su-tabs-nav span { font-size: 1.3em; color: #fff; background: #1e73be; }
.su-tabs.my--tabs .su-tabs-nav span.su-tabs-current { background-color: #1e73be; opacity: 0.8; }
.su-tabs.my--tabs .su-tabs-nav span:hover { background: #1e73be; color: #fff; opacity: 0.8;}
.su-tabs.my--tabs .su-tabs-pane { padding: 1em; font-size: 16px; background-color: #fff; color: #000}
.su-tabs.my--tabs .su-tabs-nav { text-align: center; }


.maip_p {
	margin-left: 0;
}


.table-contact td {
    padding: 5px 20px 40px 20px;
    border: 1px solid #fff;
}


.usloviya-tura {font-size:16px;width:100%;border-width: 1px;border-color: #1e73be;border-collapse: collapse;}
.usloviya-tura th {font-size:16px;background-color:#61b5ed;border-width: 1px;padding: 8px;border-style: solid;border-color: #1e73be;text-align:center;}
.usloviya-tura tr {background-color:#ffffff;}
.usloviya-tura td {font-size:16px;border-width: 1px;padding: 8px;border-style: solid;border-color: #1e73be;}
.usloviya-tura tr:hover {background-color:#ffff99;}


.flex-container-top {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;

}

.spisok-1 ul li { padding-left: 20px; position: relative; }
.spisok-1 ul li:before, .ftrwidget ul li:before {
	content: '\27A4';
	color: #dd3333;
	position: relative;
	top: -3px;
	left: 0;
	line-height: 100%;
	margin: 0 10px 0 -20px;
}



/******************************************/
/***  Стили для параграфов и заголовков  **/
/******************************************/

.box1 h2, .box2 h2, .box3 h2, .box4 h2, .box5 h2, .box6 h2, .box7 h2, .box9 h2, .box10 h2, .box11 h2, .box12 h2, .box13 h2, .box14 h2, .box15 h2, .box16 h2{
	margin: 30px;
	text-align:center;
}

.box1 p, .box2 p, .box3 p, .box4 p, .box5 p, .box6 p, .box7 p, .box9 p, .box10 p, .box11 p, .box12 p, .box13 p, .box14 p, .box15 p, .box16 p{
	margin: 30px;
	color: #aaa;
	outline: none;
}

/***************/
/*** box Six ***/
/***************/

.box6{
	margin: 10px;
	width: 500px;
	min-height: 150px;
	padding: 0 0 1px 0;
	position:relative;
	background:#fff;
	background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#fff), to(#f3f3f3), color-stop(.1,#fff));
	background: -moz-linear-gradient(0 0 270deg, #fff, #fff 10%, #f3f3f3);
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-border-top-left-radius: 60px 5px;
	-webkit-border-top-right-radius: 60px 5px;
	-webkit-border-bottom-right-radius: 60px 60px;
	-moz-border-radius-topleft: 60px 5px;
	-moz-border-radius-topright: 60px 5px;
	-moz-border-radius-bottomright: 60px 60px;
	border-top-left-radius: 60px 5px;
	border-top-right-radius: 60px 5px;
	border-bottom-right-radius: 60px 60px;
	-webkit-box-shadow: 0px 0px 12px rgba(30, 115, 190, 0.3) ;
	-moz-box-shadow: 0px 0px 12px rgba(30, 115, 190, 0.3) ;
	box-shadow: 0px 0px 12px rgba(30, 115, 190, 0.3) ;
}

.box6:before{
	content:'';	
	width: 25px;
	height: 20px;
	position: absolute;
	bottom:0;
	right:0;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
	-webkit-box-shadow: -2px -2px 5px rgba(30, 115, 190, 0.3);
	-moz-box-shadow: -2px -2px 5px rgba(30, 115, 190, 0.3);
	box-shadow: -2px -2px 5px rgba(30, 115, 190, 0.3);
	-webkit-transform:	rotate(-20deg)
						skew(-40deg,-3deg)
						translate(-13px,-13px);
	-moz-transform:	rotate(-20deg)
						skew(-40deg,-3deg)
						translate(-13px,-13px);	
	-o-transform:	rotate(-20deg)
						skew(-40deg,-3deg)
						translate(-13px,-13px);	
	transform:	rotate(-20deg)
						skew(-40deg,-3deg)
						translate(-13px,-13px);						
}

.box6:after{
	content: '';
	z-index: -10;
	width: 100px;
	height: 100px;
	position:absolute;
	bottom:0;
	right:0;
	background: rgba(0, 0, 0, 0.2);
	display: inline-block;
	-webkit-box-shadow: 20px 20px 8px rgba(30, 115, 190, 0.2);
	-moz-box-shadow: 20px 20px 8px rgba(30, 115, 190, 0.2);
	box-shadow: 20px 20px 8px rgba(30, 115, 190, 0.2);
	-webkit-transform: rotate(0deg)
						translate(-45px,-20px)
					   	skew(20deg);
	-moz-transform: rotate(0deg)
						translate(-45px,-20px)
					   	skew(20deg);
	-o-transform: rotate(0deg)
						translate(-45px,-20px)
					   	skew(20deg);
	transform: rotate(0deg)
						translate(-45px,-20px)
					   	skew(20deg);						
}
.box6_corner_lf{
	width: 100px;
	height: 100px;
	top:0; left:0;
	position:absolute;
	z-index:-6;
	display: inline-block;
	-webkit-box-shadow: -10px -10px 10px rgba(30, 115, 190, 0.2);
	-moz-box-shadow: -10px -10px 10px rgba(30, 115, 190, 0.2);
	box-shadow: -10px -10px 20px rgba(30, 115, 190, 0.2);
	-webkit-transform: rotate(2deg)
						translate(20px,25px)
					   	skew(20deg);
	-moz-transform: rotate(2deg)
						translate(20px,20px)
					   	skew(20deg);
	-o-transform: rotate(2deg)
						translate(20px,20px)
					   	skew(20deg);
	transform: rotate(2deg)
						translate(20px,20px)
					   	skew(20deg);						
}

.box6_corner_rt{
	content: '';
	width: 50px;
	height: 50px;
	top:0; right:0;
	position:absolute;
	display: inline-block;
	z-index:-6;
	-webkit-box-shadow: 10px -10px 8px rgba(30, 115, 190, 0.2);
	-moz-box-shadow: 10px -10px 18px rgba(30, 115, 190, 0.2);
	box-shadow: 10px -10px 8px rgba(30, 115, 190, 0.2);
	-webkit-transform: rotate(2deg)
						translate(-14px,20px)
					   	skew(-20deg);
	-moz-transform: rotate(2deg)
						translate(-14px,15px)
					   	skew(-20deg);
	-o-transform: rotate(2deg)
						translate(-14px,15px)
					   	skew(-20deg);
	transform: rotate(2deg)
						translate(-14px,15px)
					   	skew(-20deg);						
}
/****************/
/*** /box ten ***/
/****************/

.tur-zayavka {
	max-width: 1280px;
	height: 680px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(https://ansaliya-tur.ru/wp-content/uploads/2017/04/bg-form.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;

}


.tur-zayavka-form {
	margin: 20px;
	width: 500px;
/*	height: 500px;*/
	background: #fff;
	opacity: 0.7;
}

	/***Стили для CF7 tur-zayavka***/

.tur-zayavka .wpcf7-textarea {
	height: 100px;
}

.tur-zayavka .wpcf7 {
background: #1e73be;  
padding: 1.5%;
text-align:center;
border:2px solid #fff;
font-size:17px;
}

.tur-zayavka .wpcf7 h2{
margin: 10px 0 0 0; 
text-transform:uppercase;
font-size:20px;
color:#fff;
margin-bottom:10px;
}

.tur-zayavka .wpcf7 label {
color:#fff;
}

.tur-zayavka .wpcf7 p {
padding: 0 0 0.5em 0;
}

.tur-zayavka .wpcf7-text{
 margin-bottom:10px;
 padding:5px;
 border:1px solid #6e6e6e;
}

.tur-zayavka .wpcf7-text:focus{
-moz-box-shadow: 0 0 6px #004080!important;
-webkit-box-shadow: 0 0 6px #004080!important;
box-shadow:0 0 6px #004080!important; 
}

.tur-zayavka .wpcf7-submit{
background: linear-gradient(#f20000, #750000)!important;
color:#fff!important;
text-shadow:none!important;
text-transform:uppercase;
border-radius:10px!important;
-moz-box-shadow: 0 0 6px #000!important;
-webkit-box-shadow: 0 0 6px #000!important;
box-shadow:0 0 6px #000!important;   
margin-top:20px;

}

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

.tur-zayavka .wpcf7-not-valid-tip {
color: yellow;
}

.tur-zayavka .wpcf7-response-output{
background:#fff;
border-radius:10px!important;
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
box-shadow:0 0 6px #000;   
}



/*******Стили для Contact form 7  боковая ********/

#contact_form_pop-tur .wpcf7 {
background:#f1f1f1;  /*цвет границы*/
padding:20px 20px 20px 20px!important;
text-align:center;
border:1px solid #ccc;
font-size:17px;
}

#contact_form_pop-tur .wpcf7 h2{
text-transform:uppercase;
font-size:20px;
color:#cf561f;
margin-bottom:15px;
}

#contact_form_pop-tur .wpcf7-text{
 margin-bottom:10px;
 padding:5px;
 border:1px solid #6e6e6e;

}

textarea {
    min-height: 90px;
    max-width: 550px;
    box-sizing: border-box;
}

#contact_form_pop-tur .wpcf7-text:focus{
-moz-box-shadow: 0 0 6px #004080!important;
-webkit-box-shadow: 0 0 6px #004080!important;
box-shadow:0 0 6px #004080!important; 
}

#contact_form_pop-tur .wpcf7-submit{
background: #df6128!important;
color:#fff!important;
text-shadow:none!important;
text-transform:uppercase;
border-radius:0px!important;
/*-moz-box-shadow: 0 0 6px #000!important;
-webkit-box-shadow: 0 0 6px #000!important;
box-shadow:0 0 6px #000!important; */  
margin-top:20px;

}

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

#contact_form_pop-tur .wpcf7-response-output{
background:#fff;
border-radius:10px!important;
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
box-shadow:0 0 6px #000;   
}


.wrap-head-main {
	max-width: 1280px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	align-content: space-around;
}


.item-adres {
	order: 1;
	float: left;
	width: 200px;
	padding-left: 10px;
}

.item-tel {
	order: 1;
	float: left;
	width: 170px;
}

.item-batton-tel{
	order: 1;
	float: left;
	width: 200px;
}

.item-adres__ico {
	float: left;
	color: #1e73be;
	overflow: hidden;
	padding-left: 2px;
	padding-right: 5px;

}


.item-tel__ico {
	float: left;
	color: #1e73be;
	overflow: hidden;
	padding-left: 2px;
	padding-right: 5px;

}

.soc-links {margin: 5px 0 0 0; text-align: center;}
.soc {display: inline-block; width: 26px; height: 26px; margin-left: 2px; transition: none}
.vk {background: url(https://ansaliya-tur.ru/wp-content/uploads/2017/05/icons.png) 0 0 no-repeat}
.vk:hover {background: url(https://ansaliya-tur.ru/wp-content/uploads/2017/05/icons.png) -30px 0 no-repeat}
/*.fb {background: url(https://ansaliya-tur.ru/wp-content/uploads/2017/05/icons.png) 0 -30px no-repeat}
.fb:hover {background: url(https://ansaliya-tur.ru/wp-content/uploads/2017/05/icons.png) -30px -30px no-repeat}*/
.ok {background: url(https://ansaliya-tur.ru/wp-content/uploads/2017/05/icons.png) 0 -60px no-repeat}
.ok:hover {background: url(https://ansaliya-tur.ru/wp-content/uploads/2017/05/icons.png) -30px -60px no-repeat}
.tw {background: url(https://ansaliya-tur.ru/wp-content/uploads/2017/05/icons.png) 0 -90px no-repeat}
.tw:hover {background: url(https://ansaliya-tur.ru/wp-content/uploads/2017/05/icons.png) -30px -90px no-repeat}
.inst {background: url(https://ansaliya-tur.ru/wp-content/uploads/2017/05/icons.png) 0 -120px no-repeat}
.inst:hover {background: url(https://ansaliya-tur.ru/wp-content/uploads/2017/05/icons.png) -30px -120px no-repeat}

.wrap-calendar {
	max-width: 1280px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	align-content: space-around;
}

.item-calendar {
	padding: 20px;
}


.wrap-ad-main {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #1e73be;
	padding: 20px;
}

.wrap-ad-main strong {
	font-size: 15px;
	font-weight: 100;
}

#copy a, #privacy_policy a, #agreement a, #oferta a {
	text-decoration: none;
}

#copy a:hover {
	text-decoration: none;
	color: #ffff99;
}

#privacy_policy a:hover {
	text-decoration: none;
	color: #ffff99;
	font-size: 16px;
}

#agreement a:hover {
	text-decoration: none;
	color: #ffff99;
	font-size: 16px;
}

#oferta a:hover {
	text-decoration: none;
	color: #ffff99;
	font-size: 16px;
}

.copytext {
	display: block;

}

.copytext {
	text-decoration: none;
	
}

.ob-za-text {
	max-width: 500px;
	margin: 0 auto;
	text-align: justify;
	font-size: 13px;

}

.ob-za-text-link {
	color: #fff;
}

.ob-za-text-link a {
	color: #fff;
}

.ob-za-text-link a:hover {
	color: #ff0;
}

#district_pop {
	max-width: 1000px;
	min-width: 550px;
	min-height: 350px;
	padding: 20px;
	border: 1px solid #1e73be;
}

#district_pop h3 {
	color: #1e73be;
	font-size: 22px;
	text-align: center;
}

#district_pop ul {
	list-style: disc;
}

#district_pop li{
	font-size: 18px !important;
}

.district-flex {
	display:flex;
	justify-content: space-around;
	margin-top: 20px;
}

.item-raion strong {
	font-size: 16px;
	font-weight: 100;
}

/*.spisok-action ul {
	list-style-type: none;
	list-style-type: square;
}*/


/*.spisok-action ul li:before {
	content: '-';
	position: relative;
	top: -3px;
	left: 0;
	line-height: 100%;
	margin: 0 10px 0 -20px;
}*/

.box6-city {
	padding-left: 150px;
}

.box6-city-ao {
	padding-left: 110px;
}

.box6-city-s {
	padding-left: 120px;
}

.captcha {
	width: 20px;
	font-size: 17px;
}

/*----------------------------------------*/

.reserve {
    max-width: 500px;

}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.your-name {
    width: 95%;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.menu-tur {
    width: 100%;
    margin-bottom: 10px;

}

input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel.tel-zayavka {
    width: 90%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.your-email {
    width: 90%;
}

textarea.wpcf7-form-control.wpcf7-textarea.textarea-comment {
    width: 100%;
    height: 90px!important;
    
}

@media only screen and (min-width: 451px) {
	.reserve-flex {
		width: 100%;
		display: flex;
		flex-direction: row;
		  justify-content: space-between;
	}

}






/*-------Capcha------*/
.agre_e {display:none}
