/*
 * Theme Name: Basic
 * Description: Basic is fully responsive, clean and minimal WordPress theme. It has various options in WordPress Customizer to change look of the theme - primary design color, background and header, page layout (left or right sidebar, full or centered content). Clean valid code, semantic markup, markup by Schema.org, full adaptation to mobile devices. Basic is ready to use with child themes and gives for developers simple design change with custom hooks and action. Translation Ready (English, Russian, Ukrainian, French, German, Polish, Turkish). Fully compatible with WPML, WooCommerce, bbPress.
 * Theme URI: http://wp-puzzle.com/basic/
 * Tested up to: 5.5
 * Requires PHP: 7.0
 * Author: WP Puzzle
 * Author URI: http://wp-puzzle.com/
 * Version: 1.3.12
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: two-columns, one-column, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, microformats
 * Text Domain: basic
 */



/* 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:90%;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: 60px; background-repeat: no-repeat; background-position: top center; background-size: cover; }
#main { padding: 0px 0; margin: 0 auto; position: relative; }
#content { width: 100%; float: none; }
#sidebar { display: none; }
#sidebar.block{ display: block;}
#footer { width: 100%}
.maxwidth { margin: 0 auto; position: relative; width: 90%; max-width: 1080px; z-index: 998;}
body.custom-background .wrapper { margin: 0 auto; background: #fff; max-width: 1160px; }

/* adaptive layout */
@media screen and (min-width: 1024px) {
	.header-image {margin: 0 auto; position: relative; width: 90%; max-width: 1080px;}
	#content { width: 67.12962962962963%; float: left; }
	#sidebar { width: 27.77777777777778%; margin-top: 0; float: right; display: block; }
	.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: 70%; margin-left: auto; margin-right: auto; }
	.wrapper { width: 100%; }
}
/* ============================================================================ */




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

a { color: #222; }

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: 1.1;
	font-family: 'Century Gothic', TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: bold;
}
h1 { font-size: 36px; padding: 0; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5, h6 { font-size: 18px; }
@media screen and (min-width: 768px){
	h1 { font-size: 36px; padding: 0; }
	h2 { font-size: 30px; }
	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; }

p, span, a{
	font-family: 'Century Gothic', TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}

blockquote, q { 
	position: relative;
	padding: 30px 30px 30px 80px;
	margin: 10px 0 20px 30px;
	color: #444;
	font: normal 1em/1.2 'Century Gothic', 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: 1;
}

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: 1.25; 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/1.25 'Century Gothic', 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] { 
    background: #FFFFFF;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    font-size: 14px;
	padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 14px;
}
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 {
	background: #004B5B;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
	border: 3px solid #004b5b;
}
input[type=submit]:hover, 
input[type=button]:hover,
button:hover,
.submit:hover,
.button:hover {
	opacity: 0.9;
}
/* ============================================================================ */



/* ============================================================================
 *		HEADER
 * ============================================================================ */
.sitetitle { text-align: center; }
.logo { margin: 0 auto; padding: 13px 0; }
#logo {
	display: block; margin: 0; padding: 0; color: #936; text-decoration: none;
	font: bold 26px/0.83 'PT Serif', Tahoma, Verdana, Segoe, sans-serif; letter-spacing: -0.02em;
}
#logo:hover { opacity: 0.9; }
.sitedescription {/*text-align: center;*/padding-top: 10px;}
.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; }

@media screen and (min-width: 768px){
	#logo {font-size:60px;}
}

/* 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 nav {display: none;z-index:9999;}
.top-menu { background: #936; position: absolute; z-index: 1000; width: 90%; left: 5%; }
.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 > a:hover,
.top-menu li .sub-menu > li > 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; }

@media screen and (min-width: 1024px) {
	.top-menu .open-submenu:after, .top-menu .open-submenu { display: none; }
}
/* ============================================================================
@media screen and (max-width: 1023px) {
	.topnav { background: #936; }
	.top-menu { margin-top: 1px; box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.25); }
	.top-menu .sub-menu li a { padding: 10px 20px; }
	.top-menu .sub-menu { margin: 0 0 0 20px; font-size: 14px; }
	.top-menu li.menu-item-has-children { position: relative; }
	.top-menu li.menu-item-has-children > .open-submenu {
		width: 50px; height: 50px; position: absolute; top: 0; right: 0;
		background: rgba(255,255,255,0.3); box-sizing: border-box; font-size: 24px;
		line-height: 50px; padding: 0; text-align: center;
	}
	.top-menu a { border-bottom: 1px solid #ffffff1a; }
	.top-menu .sub-menu li.menu-item-has-children > .open-submenu { height: 40px; line-height: 40px; }
	.top-menu .sub-menu.closed { display: none; }
	.top-menu .submenu-opened .sub-menu.closed { display: none; }
	.top-menu .open-submenu:before { content: '+'; position: absolute; width: 100%; top: 0; left: 0; }
	.top-menu .submenu-opened > .open-submenu:before { content: '–'; }
}

 */



/* ============================================================================
 *		CONTENT
 * ============================================================================ */

.entry-box ul,
.entry-box ol { margin: 0.5em 0 1em 50px; }
.entry-box ul { list-style: outside url("img/li.svg"); }
.entry-box ol { list-style: decimal; }
.entry-box ul ul,
.entry-box ul ol,
.entry-box ol ol,
.entry-box ol ul { margin-top: 0; margin-bottom: 0; }
.entry-box li { padding-top: 5px; }
.entry-box ul li { padding-left: 5px; position: relative; }
.ftrwidget ul { list-style: outside url("img/li.svg"); }

.video-responsive { overflow: hidden; padding-bottom: 56.25%; position: relative; height: 0; margin-bottom: 1em;  }
.video-responsive iframe { left: 0; top: 0; height: 100%; width: 100%; position: absolute;  }

.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;
}

.blog-home-header {margin-bottom: 50px;}

 
/* 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; }
.inform h1 { padding-bottom: 1em; }
.inform .archive-desc { padding: 0 0 2em 4em; }



/* __________ 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: 1.3; 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: 0px; padding: 0; }
.wtitle { padding: 0 0 5px 0; margin-bottom: 15px; border-bottom: 2px solid #555; color: #555; font-size: 20px; text-align: center; text-transform: uppercase; }
.widget ul { margin: 0 0 0 15px; list-style: outside url("img/li.svg");}
.widget li { padding: 5px 0 5px 5px; }
.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: 1; }
.serp .entry { margin-top: 10px; }
.serp .entry p { font-size: 14px; line-height: 1.3; }


/* _____ 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-page .page-description {margin: 1em 0 2em;}
.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%;
}




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



/* ============================================================================
 *		FOOTER
 * ============================================================================ */
#footer { color: #fff; font-size: 14px; line-height: 1.25; text-decoration: none; }
#footer .maxwidth { position: relative; }

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

#copy { 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: #222; color: #fff !important; border-radius: 3px; transform: rotate(-90deg); font-size: 24px; text-align: center; }
#toTop:hover { background: #999; text-decoration: none !important; border-radius: 3px; }



/* ============================================================================
 *		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 .searchform { display: block; float: right; margin: 35px 0 0; }

	.anons-thumbnail { display: block; }

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

	#copy {text-align: left; padding-bottom: 0;}
	#designedby {text-align: right;}
	
}

/* ___ 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; }
	.topnav nav {display: block;}
	.top-menu { border-radius: 5px; 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; 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;
	}
	
}

/* ___ Desktop ( > 1200px ) ------------------------------------------------ */
@media only screen and (min-width: 1280px) {
	#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;}

}

/* ------------------------MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK--------------------------------------------------- */
/* ------------------------MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK--------------------------------------------------- */
/* ------------------------MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK--------------------------------------------------- */
/* ------------------------MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK--------------------------------------------------- */
/* ------------------------MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK-MARK--------------------------------------------------- */
a{
	text-decoration: none!important;
}
#block-2{
	display: none;
}
.header-image{
	display: none;
}
.logo{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
	color: #004B5B;
}
.logo_inf{
	display: flex;
    flex-direction: row-reverse;
	align-items: center;
}
.logo_name_company{
	display: flex;
    flex-direction: column;
	margin-left: 40px;
}
#block-3{
    margin-bottom: 0;
}
.head_block_inforamation{
	display: flex;
}
.head_block {
	display: flex;
    align-items: center;
}
.logo_name_company_first{
	font-style: normal;
    font-weight: bold;
    font-size: 18px;
}
.logo_name_company_second{
	font-size: 14px;
}
.head_block_inforamation{
	font-size: 14px;
}
.head_block img {
    margin-right: 15px;
}
.head_block:first-of-type,
.head_block:nth-of-type(2){
	margin-right: 70px;
}
.logo_inf img{
	height: 36px!important;
    width: 93px!important;
}
/* ------------------------banner----------------------------------------------- */
.main_banner_at{
	background: url(/wp-content/themes/basic/img/prew_slider.png) no-repeat top center;
	background-size: cover;
	padding-bottom: 210px;
}
.menu_and_contacts_at{
	display: flex;
    justify-content: space-between;
}
.menu_head{
	display: flex;
	margin-top: 10px;
}
.contacts_block_head_at{
	display: flex;
	margin-top: 7px;
}
.menu_head p{
	font-weight: bold;
	font-size: 20px;
	color: #4AD9CA;
	padding-bottom: 0;
}
.menu_head p a{
	color: #4AD9CA;
}
.menu_head p:first-of-type,
.menu_head p:nth-of-type(2){
	padding-right: 45px;
}
.numb_icon_at a,
.only_numb a{
	font-weight: bold;
    font-size: 18px;
	color: #fff;
}
.numb_icon_at img {
    width: 26px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.numb_icon_at span{
	font-weight: bold;
	color: #fff;
}
.line_fff{
	width: 2px;
    background: #fff;
    height: 22px;
}
.numb_icon_at div:last-of-type{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.numb_icon_at{
	margin-right: 30px;
}
.only_numb p{
	padding-bottom: 0px;
}
.text_head_at p:last-of-type{
	font-weight: normal;
    font-size: 20px;
    color: #FFFFFF;
	padding-bottom: 0px;
}
.img_our_adv {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text_head_at p:first-of-type{
	font-weight: bold;
    font-size: 43px;
	color: #FFFFFF;
	padding-bottom: 0px;
}
.text_head_at{
	margin-top: 60px;
    line-height: 1.3;
}
.block_info_head{
	display: flex;
	position: relative;
}
.arrow-1{
	width: 18px;
    height: 25px;
    transform: skew(45deg) rotate(0deg);
    background: #25BDAD;
}
.arrow-2{
	width: 18px;
    height: 25px;
    transform: skew(135deg) rotate(0deg);
    background: #25BDAD;
}
.first_arrow{
	margin-right: 10px;
}
.arrow-11{
    width: 180px;
    height: 25px;
    transform: skew(45deg) rotate(0deg);
    background: #FFE68F;
}
.arrow-22{
    width: 180px;
    height: 25px;
    transform: skew(135deg) rotate(0deg);
    background: #FFE68F;
}
.block_info_head{
	padding-left: 15px;
}
.row_block_head_at{
	margin-top: 75px;
	display: flex;
}
.third_arrow{
	position: relative;
}
.text_arrow{
	font-family: Cormorant SC;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
}
.block_info_head:first-of-type{
	margin-right: 40px;
}
.our_adv_block_at{
	background: linear-gradient(180deg, #85E7DD 2.29%, #3B9AAF 100%);
	position: relative;
	z-index: 2;
	padding-top: 90px;
	padding-bottom: 80px;
}
.img_our_adv_block_at{
	display: flex;
    justify-content: space-between;
}
.wpcf7-form-control-wrap.text-894 input{
    margin-bottom: 6px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit{
    margin-top: 17px;
}
.img_our_adv img {
    width: 186px;
    height: 186px;
	margin-bottom: 0;
}
.img_our_adv p{
	font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
	text-align: center;
}
.confirmation{
    width: 85%;
    background: #D3F1F5;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
    border-radius: 10px;
    display: flex;
	justify-content: flex-start;
	position: relative;
}
.h2_img{
	display: flex;
	align-items: center;
}
.h2_img h2{
    font-weight: bold;
    font-size: 30px;
    color: #004B5B;
	padding: 0px;
}
.h2_img p{
	font-weight: bold;
    font-size: 16px;
    color: #3B95A8;
}
.h2_img img{
	margin-right: 30px;
	margin-bottom: 0;
	margin-top: 0;
}
.confirmation_text_block{
	padding-top: 40px;
    padding-left: 50px;
	padding-bottom: 60px;
	position: relative;
	padding-right: 20px;
	width: 100%;
}
.confirm_left.right {
    margin-top: 0;
    justify-content: flex-start;
    padding-bottom: 80px;
}
.confirm_text{
    font-weight: normal;
    font-size: 14px;
    color: #004B5B;
    margin-top: 30px;
}
.button_confirmation{
	display: flex;
	align-items: center;
}
.button_confirmation {
    display: flex;
    align-items: center;
}
.button a{
	color: #fff;
}
.button_confirmation a{
	padding: 10px 130px;
    text-align: center;
}
.button{
	display: flex;
    justify-content: center;
    align-items: center;
}
.button:hover{
	background: transparent;
    transition: .3s;
}
.button:hover a{
	color: #004B5B;
	transition: .3s;
}
.button_confirmation p{
	font-weight: bold;
    font-size: 12px;
    color: #004B5B;
	padding-left: 40px;
}
.confirm_left{
	display: flex;
	justify-content: flex-end;
	margin-top: 75px;
	padding-bottom: 40px;
}
.text_input_form_at{
    display: flex;
	justify-content: flex-end;
    background: #C8EEF5;
    box-shadow: 5px 5px 4px rgb(0 75 91 / 15%);
    border-radius: 5px;
    position: absolute;
	width: 66%;
    top: -150px;
	padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
}
.text_form p:first-of-type,
.text_form p:nth-of-type(2){
	font-family: Cormorant SC;
    font-weight: bold;
    font-size: 20px;
    color: #004B5B;
	line-height: 1.1;
}
.text_form p:nth-of-type(3){
	font-weight: normal;
	font-size: 16px;
	color: #004B5B;
	margin-top: 15px;
    margin-bottom: 7px;
}
.text_form p:last-of-type{
	font-weight: bold;
	font-size: 30px;
	color: #20A698;
	line-height: 1.1;
}
.text_form p{
	padding: 0;
}
.forma_block_head_at{
	z-index: 3;
    position: relative;
}
#wpcf7-f67-p9-o1 .text-894 input{
	margin-bottom: 6px;
}
#wpcf7-f67-p9-o1 .mask-317 input{
	margin-bottom: 17px;
}
.wpcf7-spinner{
	display: none;
}
.wpcf7-submit{
	width: 100%;
}
input[type=submit]:hover{
	background: transparent;
	color: #004B5B;
    transition: .3s;
}
.text_form{
	margin-right: 65px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#wpcf7-f67-p9-o1 p:first-of-type{
	padding-bottom: 0;
}
.img_confirmation{
	position: absolute;
	bottom: 0;
	right: 0;
}
.img_confirmation img{
	margin-right: 20px;
}
[data-status="sent"] .wpcf7-response-output{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0!important;
    background: #C8EEF5;
    box-shadow: 5px 5px 4px rgb(0 75 91 / 15%);
    border-radius: 5px;
    border-color: #C8EEF5!important;
}
.wpcf7-form-control option{
	font-weight: bold;
	background: #3d9cb1;
}
.our_services_at h2{
	font-family: Cormorant SC;
    font-weight: bold;
    font-size: 35px;
    color: #004B5B;
    text-align: center;
	padding: 0;
}
.our_services_at{
	padding-top: 55px;
	padding-bottom: 37px;
}
.fondaition{
	display: flex;
	flex-direction: column;
}
.child-tabs{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.child-tabcontents{
    width: 100%;
}
.our_services_block{
	margin-top: 35px;
}
.child-tablink h5{
	font-weight: bold;
    font-size: 16px;
    color: #C4C4C4;
    padding-top: 35px;
    padding-bottom: 34px;
	text-align: center;
}
.child-tablink{
    width: 100%
}
.child-tablink{
    background: #FFFFFF;
    box-shadow: 0px 6px 7px rgb(0 0 0 / 10%);
    border-radius: 5px;
    border: 5px solid #fff;
    margin-bottom: 9px;
    margin-left: 17px;
}

.discription-fondaition img {
    max-height: 300px;
    margin: 0;
    max-width: 793px;
}
.child-tablink.active{
	border: 5px solid #25BDAD;
    box-sizing: border-box;
    border-radius: 5px;
	position: relative;
}

.child-tablink.active h5{
	color: #25BDAD;
}
.work_with_us_table ul{
	margin: auto;
    padding-top: 25px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 0px;
}
.work_with_us_table{
	background: #FFE68F;
    box-shadow: 0px 6px 7px rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.work_with_us_table ul li {
	list-style: none;
    margin: 0px 0px 26px 14px;
    background: url(/wp-content/themes/basic/img/v_small.svg) left 7px no-repeat;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    color: #004B5B;
    padding-left: 30px;
}
.italic_li{
	background: none;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    color: #004B5B;
}
#lentochniy .discription-fondaition{
	background: url(/wp-content/themes/basic/img/our_services1.png) no-repeat top center;
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 33px;
}
.discription-fondaition{
	padding-left: 46px;
}
#svainiy .discription-fondaition{
	background: url(/wp-content/themes/basic/img/our_services2.png) no-repeat top center;
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 33px;
}
#plitniy .discription-fondaition{
	background: url(/wp-content/themes/basic/img/our_services3.png) no-repeat top center;
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 33px;
}
.discription-fondaition h3{
	font-family: Cormorant SC;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
	padding: 0;
}
.discription-fondaition p:first-of-type{
	font-family: Cormorant SC;
	font-weight: bold;
	font-size: 50px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.discription-fondaition p:last-of-type{
	font-family: Century Gothic;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
}
.discription-fondaition p{
	padding: 0;
}
.work_with_us_p{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-style: italic;
    font-weight: bold;
    font-size: 35px;
    line-height: 43px;
    letter-spacing: 0.255em;
    color: #FFE68F;
    padding: 0;
    white-space: nowrap;
}
.work_with_us{
    display: flex;
    align-items: center;
}
.discription-fondaition p:nth-of-type(2){
	padding: 8px 0;
}
.discription-fondaition button{
	padding: 11px 35px;
}
.child-tablink:last-of-type{
    margin-bottom: 0px;
}
.our_job_all_block_at{
	display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.our_job_all_block_at .part_ob_table ul li{
    list-style: none;
    padding-left: 23px;
    padding-top: 0;
    padding-bottom: 10px;
    font-style: normal;
    font-size: 16px;
    line-height: 17px;
    color: #004B5B;
}
.our_job_all_block_at.marker .part_ob_table ul li{
    background: url(/wp-content/themes/basic/img/point.svg) left 7px no-repeat;
}
.name_part_ob_table{
	display: flex;
	align-items: center;
}
.name_part_ob_table p{
	font-family: Cormorant SC;
    font-weight: bold;
    font-size: 22px;
    line-height: 21px;
    color: #20A698;
    padding-left: 25px;
}
.part_ob_table ul{
	margin-left: 70px;
}
.part_ob_table{
	margin-bottom: 35px;
}
.part_ob_table:last-of-type{
	margin-bottom: 0px;
}
.p_part_ob_table{
	padding-top: 20px;
    padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #004B5B;
	margin-left: 68px;
}
.information_first_at{
    background: linear-gradient(246.05deg, #85E7DD -5.27%, #3B9AAF 68.99%);
    border-radius: 5px;
    padding-top: 35px;
    padding-bottom: 65px;
    padding-right: 60px;
    width: 80%;
    margin-top: 37px;
    display: flex;
    justify-content: flex-end;
}
.information_first_at div{
    padding-left: 50px;
}
.information_first_at ul li{
	font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.information_first_at ul {
	margin-left: 0px;
}
.information_first_at div p{
	color: #fff;
}
.information_first_at div p:first-of-type{
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;	
	color: #FFFFFF;
	padding-bottom: 1em;
}
.information_first_at div p span{
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    background: linear-gradient(to right, rgba(100, 200, 200, 1), rgb(50 205 205)), linear-gradient(to right, rgb(35 149 136), rgb(26 195 171), rgb(18 231 211));
    background-size: 100% 0.1em, 0 0.1em;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}
.information_first_at div p:hover span{
	background-size: 0 0.1em, 100% 0.1em;
}
.information_second_arrow_p_at{
	display: flex;
	align-items: center;
	width: 80%;
}
.information_second_arrow_at{
	display: flex;
}
.information_second_at>*{
    width: 70%;
    display: flex;
    box-shadow: 0px 6px 7px rgb(0 0 0 / 10%);
    border-radius: 5px;
    background: #fff;
    flex-direction: column;
	padding: 30px 50px 15px 35px;
	margin-top: -40px;
}
.ul_information_second_at{
	display: flex;
}
.information_second_at{
    background: #C8EEF5;
    display: flex;
    justify-content: flex-end;
}
.information_second_arrow_at .arrow-1,
.information_second_arrow_at .arrow-2{
    width: 13px;
    height: 15px;
}
.information_second_arrow_at .arrow-1{
	background: linear-gradient(
		180deg, #4AD9CA 0%, #A1EBE3 100%);
}
.information_second_arrow_at .arrow-2{
	background: linear-gradient(
		0deg, #4AD9CA 0%, #A1EBE3 100%);
}
.nformation_second_p p{
    font-weight: bold;
    font-size: 16px;
    line-height: 112.61%;
    color: #20A698;
	padding-left: 25px;
}
.ul_information_second_at li{
	font-weight: bold;
    font-size: 12px;
    color: #20A698;
}
.slider_proofs{
	background: #C8EEF5;
	padding-bottom: 73px;
	padding-top: 80px;
}
.all_slider{
	display: flex;
	align-items: flex-end;
	width: 100%;
}
.right_slider_p{
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 5px;
	padding: 50px;
    position: relative;
}
.right_slider_all{
	min-width: 0;
	width: 58%;
}
.swiper-container .swiper-slide-active img{
	border: 4px solid #20A698;
}
.right_slider_p p{
	font-family: Cormorant SC;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #004B5B;
}
.swiper-button-next:after{
	content: url('https://xn-----6kcbbbzk8bzajyddzgl3a1j.xn--90ais/wp-content/themes/basic/img/next.svg')!important;
}
.swiper-button-prev:after{
	content: url('https://xn-----6kcbbbzk8bzajyddzgl3a1j.xn--90ais/wp-content/themes/basic/img/prev.svg')!important;
}
.right_slider{
	overflow: hidden!important;
	background: #A9E0EA;
	border-radius: 5px;
	position: relative;
	padding: 0px 25px;
	margin-top: 25px;
}
.left_slider{
    margin-right: 65px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	width: 36%;
}
.right_slider_p img:first-of-type{
	margin-right: 28px;
}
.right_slider_p img:last-of-type{
	position: absolute;
    right: -12%;
	bottom: 30px;
	margin: 0;
}
.left_slider img{
	width: 540px;
	margin: 0;
}
.left_slider{
	overflow: hidden!important;
    min-width: 0;
}
.h2_category_block{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 65px;
}
.button_category{
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #C4C4C4;
    border: 5px solid #fff;
    padding: 21px 0px;
    width: 45%;
    max-width: 400px;
    display: flex;
    justify-content: center;
	text-align: center;
	align-items: center;
}
.category_block{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	width: 70%;
}
.button_category:first-of-type,
.button_category:nth-of-type(3){
	margin-right: 10px;
}
.button_category:first-of-type,
.button_category:nth-of-type(2){
	margin-bottom: 8px;
}	
.h2_category h2{
	font-family: Cormorant SC;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 42px;
    color: #004B5B;
}
.h2_category span{
	font-family: Cormorant SC;
	font-size: 50px;
}
.h2_category{
	width: 30%;
    display: flex;
    align-items: center;
}
.hidden {
	display: none!important;
}
.child-tablink,
.button_category{
	cursor: pointer;
}
.accordion_block .panel {
    display: none;
	padding: 30px 100px 30px 35px;
}
.popular_question_at{
	padding-top: 70px;
    padding-bottom: 80px;
}
.accordion_block{
	display: flex;
    flex-direction: column;
}
.accordion_block button{
	background: #FFEB99;
    border-radius: 0;
    border: none;
    font-family: Cormorant SC;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: #004B5B;
    text-align: left;
    padding: 15px 0px 15px 37px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accordion_block_content{
	box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 5px;
    margin-bottom: 15px;
}
.accordion_block button img{
	margin: 0 14px 0 0;
}
.accordion_block .accordion.active img{
	transform: rotate(225deg);
	transition: .3s;
}
.accordion_block .accordion img{
	transform: rotate(0deg);
	transition: .3s;
}
.accordion ~ .panel{
	height: 0;
	transition: .4s;
}
.accordion.active ~ .panel{
 height: 100%;
 transition: .4s;
}
.accordion ~ .panel p{
	display: none;
}
.accordion.active ~ .panel p{
	display: block;
}
.forma_block_at{
	background: url(/wp-content/themes/basic/img/forma_background.png) no-repeat top center;
	padding-top: 60px;
    padding-bottom: 64px;
}
.forma_block_at .maxwidth{
	text-align: center;
}
.forma_block_at .maxwidth p:first-of-type{
	font-weight: bold;
    font-size: 35px;
    color: #FFFFFF;
    padding-bottom: 5px;
}
.forma_block_at .maxwidth p:last-of-type{
	font-style: normal;
    font-weight: bold;
    font-size: 35px;
    color: #FFFFFF;
}
.forma_two_block{
	display: flex;
    justify-content: center;
}
.forma_first{
	margin-right: 20px;
}
.forma_first .wpcf7-select{
	border: 4px solid #FFFFFF;
    background: transparent;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
	margin-top: 15px;
	max-width: 411px;
	width: 100%;
}
.forma_second .file-187 input{
	border: 4px solid #fff;
    font-size: 16px;
    color: #fff;
	margin-top: 15px;
	max-width: 374px;
	width: 100%;
}
.forma_two_block br{
	display: none;
}
.forma_first span input{
	margin-bottom: 6px;
	width: 100%;
    max-width: 390px;
}
.forma_second textarea{
	width: 100%;
    max-width: 390px;
    height: 100%;
    max-height: 144px;
    resize: none;
}
.forma_second .file-187 input::-webkit-file-upload-button {
	display: none;
}
.forma_second .file-187 input::before {
	content: 'Прикрепить файл';
	display: inline-block;
	border: none;
	border-radius: 0;
	padding: 5px 8px;
	outline: none;
	white-space: nowrap;
	cursor: pointer;
	font-weight: 700;
	font-size: 10pt;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}
.forma{
	width: 100%;
}
.forma_first,
.forma_second{
	width: 50%;
}
.forma input[type=submit]{
	width: 100%;
    max-width: 314px;
    margin-top: 30px;
}
.our_clients_slider-first,
.our_clients_slider-second{
	overflow: hidden!important;
}
.swiper-container_our_clients .swiper-slide.swiper-slide-next img{
	max-width: 347px!important;
}
.swiper-container_our_clients .swiper-wrapper{
	display: flex;
	align-items: center;
}
.swiper-container_our_clients .swiper-button-next{
    left: auto;
    right: -45px;
    top: 57%;
}
.swiper-container_our_clients .swiper-button-prev{
    left: -63px;
    right: auto;
    top: 57%;
}
.our_clients h2,
.blog h2,
.rekvizity_at h2{
	font-family: Cormorant SC;
    font-weight: bold;
    font-size: 35px;
    color: #004B5B;
    text-align: center;
    padding: 0;
}
.our_clients{
	padding-top: 45px;
	position: relative;
}
.our_clients_slider-first{
	margin-top: 45px;
}
.swiper-container_our_clients .swiper-slide p{
    font-weight: bold;
    font-size: 22px;
    color: #004B5B;
    text-align: center;
    padding-top: 35px;
}
.information_second_arrow_our_clients{
    position: absolute;
    top: 19%;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 998;
    width: 100%;
	overflow: hidden!important;
	transform: rotate(180deg);
}
.information_second_arrow_our_clients .arrow-2{
	width: 88px;
    height: 95px;
    transform: skew(135deg) rotate(0deg);
    background: rgba(200, 238, 245, 0.4);
}
.information_second_arrow_our_clients .arrow-1{
	width: 88px;
    height: 95px;
    transform: skew(45deg) rotate(0deg);
    background: rgba(200, 238, 245, 0.4);
}
.swiper-container_our_clients .swiper-wrapper,
.swiper-container_our_clients .swiper-button-prev,
.swiper-container_our_clients .swiper-button-next{
	z-index: 999;
}
.information_second_arrow_our_clients .first_arrow {
    margin-right: 22px;
}
.swiper-container_our_clients_second .swiper-button-prev:after {
    content: url(https://xn-----6kcbbbzk8bzajyddzgl3a1j.xn--90ais/wp-content/themes/basic/img/left.svg)!important;
}
.swiper-container_our_clients_second .swiper-button-next:after {
    content: url(https://xn-----6kcbbbzk8bzajyddzgl3a1j.xn--90ais/wp-content/themes/basic/img/right.svg)!important;
}
.swiper-container_our_clients_second .swiper-button-prev{
	left: -68px;
}
.swiper-container_our_clients_second .swiper-button-next{
	right: -68px;
}
.blog{
	background: #C8EEF5;
	padding-top: 40px;
    padding-bottom: 150px;
}
.category_blog {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
    font-weight: bold;
    font-size: 20px;
    color: #C4C4C4;
    padding: 7px 0 7px 7px;
    width: 23%;
	display: flex;
    align-items: center;
	cursor: pointer;
	border: 5px solid #fff;
	margin-right: 10px;
}
.category_blog:last-of-type{
	margin-right: 0;
}
.category_blog_block{
	display: flex;
    justify-content: space-between;
	width: 100%;
	margin-top: 30px;
}
.statii_blog_block{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	margin: 50px 0;
}
.statii_blog {
    width: 49%;
	background: #FFFFFF;
	box-shadow: 0px 6px 7px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.statii_blog img{
	max-width: 285px;
    margin: 0;
}
.statii_blog a{
	display: flex;
    align-items: center;
}
.statii_blog h5{
	font-family: Cormorant SC;
	font-weight: bold;
	font-size: 18px;
	color: #25BDAD;
	padding: 7px 0 0 0;
}
.statii_blog p:first-of-type{
	font-weight: bold;
	font-size: 12px;
	color: #9B9B9B;
	padding-top: 10px;
	padding-bottom: 0px;
}
.statii_blog p:last-of-type{
	font-weight: bold;
	font-size: 12px;
	color: #25BDAD;
	padding: 0 0 7px 0;
}
.statii_blog_text {
    padding: 0px 10px 0px 10px;
}
.statii_blog:first-of-type,
.statii_blog:nth-of-type(3){
	margin-right: 20px;
}
.statii_blog:nth-of-type(3),
.statii_blog:last-of-type{
	margin-top: 11px;
}
.blog button{
    margin: auto;
    padding: 11px 92px;
}
.our_clients_second{
	margin-top: 80px;
    margin-bottom: 80px;
}
.footer_block{
	background: linear-gradient(180deg, #00919A 0%, #004B5B 100%);
	padding: 60px 0;
	position: relative;
}
.rekvizity_at table{
	margin: auto;
    width: 100%;
	margin-top: 15px;
}
.rekvizity_at table a {
    color: #004B5B!important;
}
.rekvizity_at table tr td div {
    display: flex;
}
.rekvizity_at table tr:hover {
    background: #ddd;
    transition: .3s;
	box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
}
.rekvizity_at table tr:hover td{
	color: #004B5B;
	transition: .3s;
}
.rekvizity_at table span:first-of-type, .rekvizity_at_page table span:nth-of-type(2) {
    padding-right: 20px;
}
.rekvizity_at table td {
    color: #666;
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}
.rekvizity_at{
	margin-bottom: 80px;
}
.rekvizity_at span img {
    padding-right: 5px;
    margin: 0;
}
.socshare-title{
	display: none;
}
.footer_content{
	position: relative;
}
.footer_block .maxwidth{
	display: flex;
    justify-content: space-between;
}
.first_footer_block p:first-of-type{
	font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}
.first_footer_block p:nth-of-type(2){
	font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.first_footer_block div:nth-of-type(2) p a{
	font-weight: bold;
    font-size: 22px;
    color: #25BDAD;
}
.first_footer_block div:nth-of-type(1) p:first-of-type{
	padding-bottom: 0px;
    padding-top: 5px;
}
.first_footer_block div:nth-of-type(1){
	margin-bottom: 20px;
}
.yamap img{
	width: 191px;
}
.first_footer_block,
.second_footer_block,
.third_footer_block,
.fourth_footer_block{
	margin-right: 25px;
}
.second_footer_block span{
	font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}
.second_footer_block img{
	margin-right: 10px;
}
.second_footer_block > *{
	display: flex;
	align-items: center;
}
.second_footer_block p a{
	font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}
.second_footer_block p img{
	margin: 0px;
}
.second_footer_block div:last-of-type img{
	width: 35px;
}
.second_footer_block p img:nth-of-type(2),
.second_footer_block p img:last-of-type{
	margin-left: 5px;
}
.second_footer_block div img:nth-of-type(2){
	margin-left: 10px;
}
.third_footer_block div,
.third_footer_block div p{
	display: flex;
	align-items: center;
}
.third_footer_block div img{
	margin-right: 25px;
}
.third_footer_block div p a{
	font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}
.third_footer_block div p{
	padding-bottom: 30px;
}
.third_footer_block div p span{
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.second_footer_block div:nth-of-type(2) a:nth-of-type(2) img{
	margin-left: 10px;
}
.third_footer_block div p:last-of-type{
	font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}
.mb-28{
	margin-bottom: 28px;
}
.ml-0{
	margin-left: 0px!important;
}
.fourth_footer_block p:first-of-type{
	font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
}
.fourth_footer_block p:nth-of-type(2){
	font-family: Montserrat;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #25BDAD;
}
.fourth_footer_block p label:first-of-type input{
	margin-bottom: 8px;
}
.fourth_footer_block p label:last-of-type input{
	margin-bottom: 17px;
}
#footer .maxwidth {
    z-index: 997;
}.footer_block svg{
	position: absolute;
    top: -312px;
    z-index: 996;
}
#block-4{
	position: relative;
}
.footer_block{
	z-index: 998;
}
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] { 
	color: #3c383a;
}
textarea::placeholder,
select::placeholder,
input[type=text]::placeholder, 
input[type=password]::placeholder, 
input[type=email]::placeholder, 
input[type=url]::placeholder, 
input[type=tel]::placeholder, 
input[type=date]::placeholder, 
input[type=datetime]::placeholder, 
input[type=datetime-local]::placeholder, 
input[type=time]::placeholder,
input[type=month]::placeholder, 
input[type=week]::placeholder, 
input[type=number]::placeholder, 
input[type=search]::placeholder{
	color: #c4c4c4;
}
.wpcf7-response-output{
	font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    color: #004B5B;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fourth_footer_block #wpcf7-f67-o2 form{
    position: relative;
}
.fourth_footer_block{
	position: relative;
}
.button_category.active,
.category_blog.active{
    border: 5px solid #25BDAD;
    color: #25BDAD;
	transition: .3s;
}
html{
	scroll-behavior: smooth;
}
.head_block span a {
    color: #004B5B;
}
.tg_footer{
	margin-left: 10px;
}
#toTop{
	background: transparent;
    transform: inherit;
    width: 40px;
    cursor: pointer;
}
#mobile-menu{
	display: none;
}
@media screen and (min-width: 1800px) {
	#footer svg{
		display: none;
	}
}
@media screen and (max-width: 1300px) {
	.img_confirmation {
		position: relative;
	}
}
@media screen and (max-width: 1230px) {
	.swiper-container_our_clients .swiper-button-prev {
		left: -40px;
	}
	.swiper-container_our_clients .swiper-button-next {
		right: -19px;
	}
	.swiper-container_our_clients_second .swiper-button-prev {
		left: -35px;
	}
	.swiper-container_our_clients_second .swiper-button-next {
		right: -35px;
	}
	.text_input_form_at{
		padding-left: 15px;
	}
}
@media screen and (max-width: 1160px) {
	.statii_blog {
		width: 100%;
		margin-bottom: 15px;
	}
	.statii_blog:first-of-type, .statii_blog:nth-of-type(3) {
		margin-right: 0;
	}
	.statii_blog:nth-of-type(3), .statii_blog:last-of-type {
		margin-top: 0;
	}
	.category_blog_block{
		flex-wrap: wrap;
	}
	.category_blog{
		width: 47%;
		margin-right: 0;
	}
	.category_blog:nth-of-type(1),
	.category_blog:nth-of-type(2){
		margin-bottom: 10px;
	}
	.category_blog:nth-of-type(1),
	.category_blog:nth-of-type(3){
		margin-right: 15px;
	}
	.swiper-container_our_clients .swiper-button-prev {
		left: -15px;
	}
	.swiper-container_our_clients .swiper-button-next {
		right: -15px;
	}
	.right_slider_p img:last-of-type {
    	position: inherit;
		right: 0;
		bottom: 0;
		margin: 0;
		width: 30%;
	}
	.right_slider_p {
		padding: 25px;
	}
	.confirmation_text_block {
		padding-right: 40px;
		width: 100%;
	}
	.img_confirmation img{
		display: none;
	}
}
@media screen and (max-width: 1055px) {
	.information_second_at,
	.information_first_at{
		display: none;
	}
	.our_job_at{
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 1028px) {
	.head_block_inforamation {
		font-size: 12px;
	}
	.logo_name_company_first {
		font-size: 16px;
	}
	.logo_name_company_second {
		font-size: 12px;
	}
	.our_adv_block_at {
		padding-top: 120px;
	}
}
@media screen and (max-width: 1000px) {
	.footer_block .maxwidth {
		flex-wrap: wrap;
	}
	.fourth_footer_block{
		margin-right: 0px;
	}
	.first_footer_block{
		display: flex;
		margin-right: 0;
		width: 100%;
	}
	.first_footer_block div:first-of-type{
		width: 30%;
	}
	.first_footer_block div:last-of-type{
		display: flex;
		width: 70%;
		justify-content: space-around;
		align-items: center;
	}
	.first_footer_block div:last-of-type p{
		padding-bottom: 0;
	}
}
@media screen and (max-width: 950px) {
	.child-tabcontents {
		width: 100%;
	}
	.child-tabs {
		width: 100%;
	}
	.head_block:first-of-type, .head_block:nth-of-type(2) {
		margin-right: 25px;
	}
	.text_input_form_at {
		flex-direction: column;
		align-items: center;
	}
	.our_adv_block_at {
		padding-top: 260px;
	}
	.text_form p:last-of-type {
		padding-bottom: 7px;
	}
}
@media screen and (max-width: 907px) {
	.category_blog {
		width: 46%;
	}
	.forma_first, .forma_second {
		width: 47%;
	}
	.forma_two_block {
		justify-content: space-between;
	}
	.forma_first span input {
		width: auto;
	}
	.forma_second textarea {
		width: auto;
	}
	.forma_first .wpcf7-select{
		width: calc(100% - 10px);
	}
	.forma_second .file-187 input {
		width: calc(100% - 27px);
	}
	.right_slider_p img:last-of-type {
		display: none;
	}
	.right_slider_p p {
		padding: 0;
	}
	.rekvizity_at table tr td div {
		flex-direction: column;
	}
}
@media screen and (max-width: 891px) {
	.fourth_footer_block{
		width: 100%;
		margin-right: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 35px;
	}
	.third_footer_block{
		margin-right: 0;
	}
	.fourth_footer_block p:nth-of-type(2) br{
		display: none;
	}
	.first_footer_block div:last-of-type {
		display: block;
		width: 100%;
	}
	.first_footer_block div:first-of-type {
		width: 100%;
	}
	.first_footer_block {
		display: block;
	}
	.second_footer_block,
	.third_footer_block,
	.first_footer_block {
		width: 30%;
	}
	.fourth_footer_block p:nth-of-type(2) {
		text-align: center;
	}
	.right_slider_p p {
		font-size: 28px;
	}
}
@media screen and (max-width: 839px) {
	#header {
		min-height: 75px;
	}
	.logo_name_company_first {
		font-size: 14px;
	}
	.our_adv_block_at svg{
		display: none;
	}
	.right_slider_p p {
		font-size: 24px;
	}
}
@media screen and (max-width: 871px){
	.forma_first .wpcf7-select {
		width: 100%;
	}
	.forma_second .file-187 input {
		width: 100%;
	}

}
@media screen and (max-width: 800px){
	.logo_name_company{
		display: none;
	}
	#header {
		min-height: 60px;
	}
	.child-tablink h5 {
		font-size: 14px;
	}
	.forma_second textarea {
		max-width: 100%;
	}
	.forma_first span input {
		max-width: 100%;
	}
	.statii_blog_block {
		margin-top: 30px;
	}
}
@media screen and (max-width: 793px){
	.forma_second .file-187 input {
		width: calc(100% - 18px);
	}
	.forma_first .wpcf7-select {
		width: calc(100% + 25px);
		padding-top: 14px;
		padding-bottom: 14px;
		margin-top: 17px;
	}
}
@media screen and (max-width: 750px){
	.discription-fondaition p br{
		display: none;
	}
}
@media screen and (max-width: 703px){
	#block-8 svg{
		top: -249px!important;
	}
	.h2_category_block {
		flex-direction: column;
	}
	.h2_category {
		width: 100%;
	}
	.category_block {
		width: 100%;
		justify-content: space-between;
	}
	.h2_category_block {
		margin-bottom: 30px;
	}
	.menu_head p {
		font-size: 16px;
	}
	.numb_icon_at a, .only_numb a {
		font-size: 14px;
	}
}
@media screen and (max-width: 680px){
	.swiper-container_our_clients_second .swiper-button-next {
		right: -22px;
	}
	.swiper-container_our_clients_second .swiper-button-prev {
		left: -20px;
	}
	.category_blog {
		font-size: 16px;
	}
	.category_blog {
		width: 45%;
	}
	.discription-fondaition p:first-of-type {
		font-size: 35px;
	}
	.confirmation_text_block{
		padding: 20px;
	}
	.forma_block_at .maxwidth p:last-of-type {
		font-size: 25px;
	}
	.forma_block_at .maxwidth p:first-of-type {
		font-size: 25px;
	}
	.confirmation {
		width: 90%;
	}
	.menu_head p:first-of-type, .menu_head p:nth-of-type(2) {
		padding-right: 35px;
	}
	.img_our_adv {
		width: 47%;
		text-align: center;
	}
	.img_our_adv_block_at {
		flex-wrap: wrap;
	}
	.information_second_arrow_our_clients .arrow-2,
	.information_second_arrow_our_clients .arrow-1 {
		height: 45px;
	}
}
@media screen and (max-width: 603px){
	.fondaition {
		flex-direction: column;
	}
	.child-tabs {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.child-tabcontents {
		width: 100%;
	}
	.child-tablink:first-of-type{
		margin-left: 0px;
	}
	.child-tablink.active::before,
	.child-tablink.active::after,
	.child-tablink:first-of-type.active::before,
	.child-tablink:first-of-type.active::after{
		display: none;
	}
	.child-tablink:nth-of-type(5){
		margin-bottom: 9px;
	}
	.child-tablink h5 {
		padding-top: 15px;
		padding-bottom: 14px;
	}
	.child-tablink {
		width: 33%;
		align-items: center;
		display: flex;
		justify-content: center;
	}
	.our_services_block_at{
		margin-top: 15px;
	}
	.our_job_all_block_at{
		flex-direction: column;
	}
	.work_with_us {
		flex-direction: column;
	}
	.work_with_us_p {
		font-size: 28px;
		margin-top: 20px;
		letter-spacing: 0.15em;
		writing-mode: horizontal-tb;
		transform: rotate(0deg);
	}
	.all_slider{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.left_slider {
		margin-right: 0;
	}
	.right_slider_p {
		background: transparent;
	}
	.slider_proofs {
		padding-top: 40px;
	}
	.right_slider_all {
		width: 100%;
	}
	.left_slider {
		width: 100%;
	}
	.right_slider_p p br{
		display: none;
	}
	.right_slider_p p{
		padding: 0;
	}
	.swiper-fade .swiper-slide{
		text-align: center;
	}
}	
@media screen and (max-width: 581px){
	.menu_and_contacts_at {
		flex-direction: column-reverse;
	}
	.contacts_block_head_at {
		flex-direction: column-reverse;
	}
	.only_numb{
		display: flex;
		justify-content: space-between;
	}
	.only_numb a{
		color: #004B5B;
	}
	.only_numb{
		background: #FFF;
	}
	.icon_social a:nth-of-type(1),
	.icon_social a:nth-of-type(2),
	.icon_social a:nth-of-type(3),
	.icon_social a:nth-of-type(4),
	.icon_social a:nth-of-type(5),
	.icon_social .line_fff,
	.contacts_block_head_at{
		display: none;
	}
	.icon_social p a{
		display: block!important;
	}
	.icon_social{
		margin: 0 auto;
		position: relative;
		width: 90%;
		max-width: 1080px;
		z-index: 998;
		display: flex;
		justify-content: space-between;
	}
	.menu_head {
		justify-content: space-around;
	}
	.arrow-11 {
		width: 155px;
	}
	.arrow-22 {
		width: 155px;
	}
	h2 {
		font-size: 28px!important;
	}
	.button_confirmation p {
		font-size: 10px;
		padding-left: 10px;
	}
}
@media screen and (max-width: 565px){
	.head_block:first-of-type, .head_block:nth-of-type(2) {
		margin-right: 10px;
	}
	.second_footer_block, .third_footer_block{
		width: 45%;
	}
	.first_footer_block {
		width: 100%;
		display: flex;
		align-items: center;
	}
	.first_footer_block div:nth-of-type(1) {
		margin-bottom: 0px;
	}
	.first_footer_block div:last-of-type {
		display: flex;
		width: 65%;
		justify-content: space-around;
		align-items: center;
	}
	.first_footer_block div:first-of-type {
		width: 35%;
	}
	.first_footer_block p:first-of-type {
		font-weight: bold;
		font-size: 14px;
	}
	.first_footer_block p:nth-of-type(2) {
		font-size: 12px;
	}
	.text_input_form_at {
		width: 80%;
	}
	.text_form p:last-of-type {
		font-weight: bold;
		font-size: 26px;

	}
	.statii_blog a {
		flex-direction: column;
	}
}
@media screen and (max-width: 544px){
	.category_blog {
		width: 44%;
	}
}
@media screen and (max-width: 532px){
	.arrow-11 {
		width: 135px;
	}
	.arrow-22 {
		width: 135px;
	}
	.text_arrow {
		font-size: 14px;
	}
	.button_confirmation {
		flex-direction: column-reverse;
	}
	.button_confirmation p {
		padding-bottom: 9px;
	}
	.head_block img {
		margin-right: 7px;
	}
	.button_category {
		font-size: 14px;
	}
	.category_blog {
		font-size: 14px;
	}
	.work_with_us_p {
		font-size: 24px;
	}
	.first_footer_block div:last-of-type {
		width: 50%;
		flex-direction: column;
	}
	.first_footer_block div:first-of-type {
		width: 50%;
	}
	.first_footer_block div:last-of-type p {
		padding-bottom: 10px;
	}
	.first_footer_block {
		width: 100%;
		display: flex;
		align-items: center;
		margin-top: 15px;
	}
	.forma_first {
		margin-right: 35px;
	}
}
@media screen and (max-width: 505px){
	#header {
		min-height: 100px;
	}
	.head_block_inforamation {
		display: flex;
		justify-content: space-between;
		margin: 10px 0;
	}
	#block-5{
		width: 100%;
	}
	.logo{
		display: flex;
		flex-direction: column;
	}
	.arrow-11,
	.arrow-22 {
		width: 120px;
	}
	.text_arrow{
		padding-left: 13px;
	}
}	
@media screen and (max-width: 476px){
	#block-8 svg {
		top: -239px!important;
	}
}
@media screen and (max-width: 453px){
	.category_blog {
		width: 43%;
	}
	.row_block_head_at {
		flex-direction: column;
	}
	.block_info_head:first-of-type{
		margin-bottom: 20px;
		margin-right: 0;
	}
	.work_with_us_p {
		font-size: 21px;
	}
	h2 {
		font-size: 24px!important;
	}
	.confirmation_text_block{
		padding-right: 10px;
	}
	.confirmation {
		width: 93%;
	}
	.text_input_form_at {
		width: 86%;
	}
}
@media screen and (max-width: 402px){
	#header {
		min-height: 120px;
	}
	.confirm_text {
		font-size: 12px;
	}
	.right_slider_p p {
		font-size: 22px;
		line-height: 1.2;
	}
	.confirmation {
		width: 95%;
	}.button_confirmation a {
		padding: 10px 110px;
	}
	.text_input_form_at input{
		width: 90%;
	}
	.right_slider_p img:first-of-type {
		margin-right: 10px;
	}
	.forma_first {
		margin-right: 30px;
	}	
	.our_clients_slider-first .swiper-slide img{
		display: flex;
		margin: auto;
	}
	.our_clients_second .our_clients_slider-first .swiper-slide img{
		width: 70%!important;
	}
}
@media screen and (max-width: 402px){
	.category_blog {
		width: 42%;
	}
	.text_head_at p:last-of-type {
		font-size: 36px;
	}
}