/*!
Theme Name: Strageek
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: strageek
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Strageek is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	color:#fff;
	padding:20px 30px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-title{
	color:#fff;
	padding-left:30px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* New styles 08.01.2023 */

@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500&display=swap');

:root {
	--main-bg-color: #042725;
	--seconrady-bg-color: #F5EC8F;
	--main-text-color: #042725;
	--secondary-color: #FFFFFF;
	--third-color: #20413F;
}

body {
	background-color: var(--main-bg-color);
	color: var(--main-text-color);
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Archivo', sans-serif;
}

.container {
	max-width: 1580px;
	margin: 0 auto;
	padding: 0 20px;
}

section.strag_section {
	margin: 0 20px 20px;
	border-radius: 10px;
	padding: 120px 0;
}

.heading2_type1 {
	font-weight: 400;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	margin: 0 0 100px;
}

.heading2_type2 {
	font-weight: 600;
	font-size: 60px;
	line-height: 65px;
	text-transform: uppercase;
	margin: 0 0 100px;
}

.heading2_type3 {
	font-weight: 500;
	font-size: 50px;
	line-height: 1.1;
	margin: 0 0 20px;
}

#burger-icon {
	display: none;
	width: 40px;
	height: 30px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#burger-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: var(--secondary-color);
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#burger-icon span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#burger-icon span:nth-child(2) {
	top: 13px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#burger-icon span:nth-child(3) {
	top: 27px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#burger-icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	left: 6px;
}

#burger-icon.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#burger-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 28px;
	left: 6px;
}

@media screen and (max-width: 768px) {
	section.strag_section {
		margin: 0 15px 15px;
		border-radius: 5px;
		padding: 60px 0;
	}
	.heading2_type1 {
		text-align: center;
		margin: 0 0 20px;
	}
	.heading2_type2 {
		text-align: center;
		font-size: 40px;
		line-height: 45px;
		margin: 0 0 50px;
	}
}

/* Header */

.main_header_wrap {
	padding: 60px 0;
	background-color: var(--main-bg-color);
}

.main_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_header .custom-logo-link img {
	display: block;
}

.main_header .main_header_nav {
	display: flex;
	align-items: center;
}

.main_header .main_header_nav .main_header_button {
	padding: 12px 22px;
	line-height: 1;
	border: 1px solid var(--secondary-color);
	border-radius: 5px;
	color: var(--secondary-color);
	text-decoration: none;
	display: flex;
	align-items: center;
	margin-left: 50px;
	transition: 0.3s;
}

.main_header .main_header_nav .main_header_button svg {
	display: block;
	fill: var(--secondary-color);
	transition: 0.3s;
	margin-left: 10px;
}

.main_header .main_header_nav .main_header_button:hover {
	background-color: var(--secondary-color);
	color: var(--main-text-color);
}

.main_header .main_header_nav .main_header_button:hover svg {
	fill: var(--main-text-color);
}

.main_header .main_header_nav .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.main_header .main_header_nav .menu li + li {
	margin-left: 50px;
}

.main_header .main_header_nav .menu li a {
	color: var(--secondary-color);
	text-decoration: none;
}

.main_header .main_header_nav .menu li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.main_header_wrap {
		padding: 30px 0;
	}
	#burger-icon {
		display: block;
	}
	.main_header {
		position: relative;
	}
	.main_header .main_header_nav {
		background-color: var(--main-bg-color);
		flex-direction: column;
		position: absolute;
		right: 0;
		top: calc(100% + 20px);
		z-index: -2;
		padding: 20px 30px;
		transition: 0.3s;
		opacity: 0;
	}
	.main_header .main_header_nav.open {
		opacity: 1;
		z-index: 2;
	}
	.main_header .main_header_nav .menu {
		flex-direction: column;
		margin-bottom: 15px;
	}
	.main_header .main_header_nav .menu li {
		margin-bottom: 5px;
	}
	.main_header .main_header_nav .main_header_button,
	.main_header .main_header_nav .menu li + li {
		margin-left: 0;
	}
}

/* Hero section */

section.strag_section.hero_section_wrap {
	margin: 0;
	overflow: hidden;
	padding: 60px 0 90px;
}

.hero_section {
	display: flex;
	position: relative;
}

.hero_section > img {
	display: block;
    position: absolute;
    right: -100px;
    top: -52px;
    z-index: -1;
}

.hero_section .hero_section_left {
	flex: 1;
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: flex-start;
}

.hero_section .hero_section_left h1 {
	font-weight: 600;
	font-size: 50px;
	line-height: 1.1;
	text-transform: uppercase;
	color: var(--secondary-color);
	margin: 0 0 30px;
	max-width: 680px;
}

.hero_section .hero_section_left h1 + p {
	font-size: 24px;
	line-height: 1.7;
	color: var(--secondary-color);
	margin: 0 0 50px;
	max-width: 580px;
}

.hero_section .hero_section_left .hero_button {
	padding: 19px 57px;
	line-height: 1;
	border: 1px solid var(--seconrady-bg-color);
	background-color: var(--seconrady-bg-color);
	border-radius: 5px;
	text-decoration: none;
	transition: 0.3s;
	display: inline-block;
	color: var(--main-text-color);
	font-weight: 600;
}

.hero_section .hero_section_left .hero_button:hover {
	background-color: transparent;
	color: var(--seconrady-bg-color);
}

.hero_section .hero_section_right {
	flex: 1;
	margin-left: 40px;
}

.hero_section .hero_section_right img {
	display: block;
	border-radius: 12px;
}

@media screen and (max-width: 768px) {
	section.strag_section.hero_section_wrap {
		padding: 30px 0 45px;
	}
	.hero_section {
		flex-direction: column;
	}
	.hero_section > img {
		top: -25px;
	}
	.hero_section .hero_section_left h1 {
		font-size: 40px;
	}
	.hero_section .hero_section_left h1 + p {
		font-size: 19px;
		line-height: 1.3;
	}
	.hero_section .hero_section_right {
		display: none;
	}
}

/* Services section */

section.strag_section.services_section_wrap {
	background-color: var(--secondary-color);
	padding-bottom: 70px;
}

.services_section_trust {
	margin-bottom: 130px;
}

.services_section_trust .heading2_type1 {
	margin-bottom: 60px;
}

.services_section_trust .services_section_trust_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.services_section_trust .services_section_trust_list li {
	padding: 10px 20px 10px;
}

.services_section_trust .services_section_trust_list li img {
	display: block;
}

.services_section_about {
	margin-bottom: 140px;
}

.services_section_about .services_section_about_block {
	display: flex;
}

.services_section_about .services_section_about_block .services_section_about_left img {
	display: block;
}

.services_section_about .services_section_about_block .services_section_about_right {
	max-width: 785px;
    margin: 0 auto;
    padding: 0 0 0 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.services_section_about .services_section_about_block .services_section_about_right p {
	font-size: 24px;
	margin: 0 0 35px;
}

.services_section_about .services_section_about_block .services_section_about_right .about_button {
	padding: 12px 22px;
	line-height: 1;
	border: 1px solid var(--main-bg-color);
	border-radius: 5px;
	color: var(--main-bg-color);
	text-decoration: none;
	display: flex;
	align-items: center;
	transition: 0.3s;
}

.services_section_about .services_section_about_block .services_section_about_right .about_button svg {
	display: block;
	fill: var(--main-bg-color);
	transition: 0.3s;
	margin-left: 10px;
}

.services_section_about .services_section_about_block .services_section_about_right .about_button:hover {
	background-color: var(--main-text-color);
	color: var(--secondary-color);
}

.services_section_about .services_section_about_block .services_section_about_right .about_button:hover svg {
	fill: var(--secondary-color);
}

.services_section_main .heading2_type2 {
	text-align: center;
}

.services_section_main .services_section_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 8%;
}

.services_section_list .services_section_list_item {
	margin-bottom: 70px;
}

.services_section_list .services_section_list_item_image {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.services_section_list .services_section_list_item .services_section_list_item_image img {
	display: block;
	max-width: 100%;
	border-radius: 50%;
}

.services_section_list .services_section_list_item .services_section_list_item_number {
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 10px;
}

.services_section_list .services_section_list_item h3 {
	font-weight: 600;
	font-size: 40px;
	line-height: 44px;
	margin: 0 0 15px;
}

.services_section_list .services_section_list_item p {
	font-size: 20px;
	margin: 0;
}

.services_section_list .services_section_list_item_call {
	border: 2px solid var(--main-bg-color);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px;
	margin-bottom: 70px;
}

.services_section_list .services_section_list_item_call img {
	display: block;
	margin-bottom: 70px;
}

.services_section_list .services_section_list_item_call p {
	font-weight: 600;
	font-size: 34px;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 70px;
}

.services_section_list .services_section_list_item_call .services_button {
	padding: 19px 47px;
	line-height: 1;
	border: 1px solid var(--main-bg-color);
	background-color: var(--main-bg-color);
	border-radius: 5px;
	text-decoration: none;
	transition: 0.3s;
	display: inline-block;
	color: var(--secondary-color);
	font-weight: 600;
}

.services_section_list .services_section_list_item_call .services_button:hover {
	background-color: transparent;
	color: var(--main-text-color);
}

@media screen and (max-width: 768px) {
	.services_section_trust {
		margin-bottom: 60px;
	}
	.services_section_trust .heading2_type1 {
		margin-bottom: 30px;
	}
	.services_section_trust .services_section_trust_list {
		justify-content: center;
	}
	.services_section_about {
		margin-bottom: 40px;
	}
	.services_section_about .services_section_about_block {
		flex-direction: column;
	}
	.services_section_about_left {
		margin-bottom: 20px;
	}
	.services_section_about .services_section_about_block .services_section_about_right {
		padding: 0;
	}
	.services_section_about .services_section_about_block .services_section_about_right p {
		font-size: 20px;
		margin: 0 0 20px;
	}
	.services_section_main .services_section_list {
		grid-template-columns: repeat(1, 1fr);
    	grid-template-rows: repeat(1, 1fr);
	}
	.services_section_list .services_section_list_item {
		margin-bottom: 50px;
	}
	.services_section_list .services_section_list_item_image {
		margin-bottom: 10px;
	}
	.services_section_list .services_section_list_item h3 {
		font-size: 30px;
		line-height: 35px;
	}
	.services_section_list .services_section_list_item p {
		font-size: 18px;
	}
	.services_section_list .services_section_list_item_call img {
		margin-bottom: 30px;
	}
	.services_section_list .services_section_list_item_call p {
		font-size: 24px;
		margin: 0 0 30px;
	}
	.services_section_list .services_section_list_item_call {
		margin-bottom: 0;
	}
	.services_section_about_left img{
		max-width:140px;
		margin:0 auto;
	}
}

/* Need us section */

section.strag_section.need_us_section_wrap {
	background-color: var(--third-color);
	color: var(--secondary-color);
	overflow: hidden;
}

.need_us_section_heading {
	display: flex;
	margin-bottom: 65px;
}

.need_us_section_heading h2 {
	flex: 1;
}

.need_us_section_heading .need_us_section_heading_list_wrap {
	flex: 1;
}

.need_us_section_heading .need_us_section_heading_list {
	list-style: none;
	margin: 0;
	padding: 0 0 0 60px;
    max-width: 670px;
}

.need_us_section_heading .need_us_section_heading_list li {
	margin-bottom: 35px;
	font-size: 20px;
	position: relative;
}

.need_us_section_heading .need_us_section_heading_list li::before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: var(--seconrady-bg-color);
	border-radius: 2px;
	left: -45px;
    top: 10px;
}

.need_us_section_image {
	position: relative;
	margin-bottom: 200px;
}

.need_us_section_image img {
	display: block;
}

.need_us_section_image img.need_us_section_image_back {
	position: absolute;
    right: -65px;
    bottom: -70px;

}

.need_us_section_image img.need_us_section_image_main {
	border-radius: 12px;
	width: 100%;
}

.need_us_section_result_wrap {
	display: flex;
}

.need_us_section_result_left {
	width: 34%;
}

.need_us_section_result_right {
	width: 66%;
}

.need_us_section_result_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.need_us_section_result_list li {
	background-color: var(--secondary-color);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 45px;
}

.need_us_section_result_list li img {
	margin: auto 0 auto auto;
}

.need_us_section_result_list li p {
	color: var(--main-text-color);
	margin: 50px 0 0 0;
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	.need_us_section_heading {
		margin-bottom: 30px;
		flex-direction: column;
	}
	.need_us_section_heading .need_us_section_heading_list li {
		margin-bottom: 25px;
		font-size: 18px;
	}
	.need_us_section_heading .need_us_section_heading_list li::before {
		top: 7px;
	}
	.need_us_section_image img.need_us_section_image_back {
		right: -45px;
		bottom: -40px;
		width: 100px;
	}
	.need_us_section_image {
		margin-bottom: 100px;
	}
	.need_us_section_result_wrap {
		flex-direction: column;
	}
	.need_us_section_result_left {
		width: 100%;
	}
	.need_us_section_result_right {
		width: 100%;
	}
	.need_us_section_result_list {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(1, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	.need_us_section_result_list li {
		padding: 30px;
	}
	.need_us_section_result_list li p {
		text-align:center;
		margin: 40px 0 0 0;
		font-size: 18px;
		width: 100%;
	}
}

/* Holistic Approach */

section.strag_section.holistic_approach_wrap {
	background-color: var(--secondary-color);
	overflow: hidden;
	position: relative;
}

section.strag_section.holistic_approach_wrap > img {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.holistic_approach .heading2_type2 {
	text-align: center;
	margin: 0 0 40px;
}

.holistic_approach > p {
	text-align: center;
	font-size: 20px;
	margin: 0 auto 15px;
	max-width: 970px;
}

.holistic_approach_list {
	max-width: 1018px;
	list-style: none;
	margin: 85px auto 0;
	padding: 0;
	position: relative;
	z-index: 2;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.holistic_approach_list .holistic_approach_item {
	background-color: var(--main-bg-color);
    color: var(--secondary-color);
	padding: 40px;
	border-radius: 10px;
}

.holistic_approach_list .holistic_approach_item .holistic_approach_number {
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 70px;
}

.holistic_approach_list .holistic_approach_item > svg {
	display: block;
	margin-bottom: 40px;
}

.holistic_approach_list .holistic_approach_item h3 {
	font-size: 40px;
	line-height: 44px;
	margin: 0 0 20px;
}

.holistic_approach_list .holistic_approach_item ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 40px;
}

.holistic_approach_list .holistic_approach_item ul li {
	position: relative;
	font-size: 20px;
}

.holistic_approach_list .holistic_approach_item ul li + li {
	margin-top: 15px;
}

.holistic_approach_list .holistic_approach_item ul li::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: var(--seconrady-bg-color);
    border-radius: 2px;
    left: -40px;
    top: 10px;
}

@media screen and (max-width: 768px) {
	.holistic_approach > p {
		font-size: 18px;
	}
	.holistic_approach_list {
		margin: 35px auto 0;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(1, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	.holistic_approach_list .holistic_approach_item {
		padding: 20px;
	}
	.holistic_approach_list .holistic_approach_item .holistic_approach_number {
		margin-bottom: 30px;
	}
	.holistic_approach_list .holistic_approach_item h3 {
		font-size: 30px;
		line-height: 35px;
	}
	.holistic_approach_list .holistic_approach_item ul {
		padding: 0 0 0 30px;
	}
	.holistic_approach_list .holistic_approach_item ul li {
		font-size: 18px;
	}
	.holistic_approach_list .holistic_approach_item ul li::before {
		top: 8px;
		left: -30px;
	}
	.holistic_approach_list .holistic_approach_item ul li + li {
		margin-top: 10px;
	}
}

/* Featured projects section */

.featured_projects_section_wrap {
	background-color: var(--secondary-color);
}

.featured_projects_section h2 {
	text-align: center;
}

.featured_projects_section .featured_projects_list {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 30px;
}

.featured_projects_section .featured_projects_list li {
	margin-bottom: 70px;
}

.featured_projects_section .featured_projects_list li img {
	display: block;
	border-radius: 12px;
	margin-bottom: 25px;
}

.featured_projects_section .featured_projects_list li .featured_projects_list_meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 17px;
	padding: 15px 0;
	border-top: 1px solid var(--main-bg-color);
}

.featured_projects_section .featured_projects_list li .featured_projects_list_meta .featured_projects_list_tags {
	text-transform: uppercase;
	display: flex;
	align-items: center;
}


.featured_projects_section .featured_projects_list li .featured_projects_list_meta span {
	display: flex;
	align-items: center;
}

.featured_projects_section .featured_projects_list li .featured_projects_list_meta span + span::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 1px;
	background-color: var(--main-bg-color);
	margin: 0 14px;
}

.featured_projects_section .featured_projects_list li h3 {
	font-weight: 600;
	font-size: 40px;
	line-height: 44px;
	margin: 0;
}

.featured_projects_link {
	text-align: center;
}

.featured_projects_link a {
	padding: 19px 57px;
	line-height: 1;
	border: 1px solid var(--seconrady-bg-color);
	background-color: var(--seconrady-bg-color);
	border-radius: 5px;
	text-decoration: none;
	transition: 0.3s;
	display: inline-block;
	color: var(--main-text-color);
	font-weight: 600;
}

.featured_projects_link a:hover {
	background-color: transparent;
	border: 1px solid var(--main-bg-color);
}

/* Testimonials section */

section.strag_section.testimonials_section_wrap {
	background-color: var(--third-color);
	color: var(--secondary-color);
	padding: 120px 0 220px;
	overflow: hidden;
}

.testimonials_section {
	position: relative;
}

.testimonials_section .testimonials_image_back {
	position: absolute;
	right: -75px;
    bottom: -100px;
}

.testimonials_section h2 {
	text-align: center;
}

.testimonials_slider {
	max-width: 1200px;
	margin: 0 auto;
}

.testimonials_slider .testimonial_slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
}

.testimonials_slider .testimonial_slide img {
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin-bottom: 50px;
	border: 4px solid var(--seconrady-bg-color);
}

.testimonials_slider .testimonial_slide p {
	font-weight: 500;
	font-size: 50px;
	line-height: 1.1;
	margin: 0 0 60px;
}

.testimonials_slider .testimonial_slide .testimonial_author_name {
	font-weight: 600;
	font-size: 16px;
	line-height: 17px;
	margin: 0 0 20px;
}

.testimonials_slider .testimonial_slide .testimonial_author_position {
	font-size: 16px;
	line-height: 17px;
	margin: 0 0 100px;
}

.testimonials_slider .testimonial_slide .testimonial_number {
	font-size: 14px;
	line-height: 15px;
}

.testimonials_slider_arrows {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -41px;
	position: relative;
}

.testimonials_slider_arrows .prev,
.testimonials_slider_arrows .next {
	margin: 0 50px;
	padding: 20px;
}






/* Form section */

.form_section_wrap {
	background-color: var(--seconrady-bg-color);
}

.form_section h2 {
	max-width: 980px;
}

.form_section h2 + p {
	font-size: 20px;
	line-height: 1.1;
	margin: 0 0 80px;
}

.form_section .form_row {
	margin-bottom: 60px;
}

.form_section .form_row p {
	margin: 0;
}

.form_section .form_row .form_row_name {
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 5px;
}

.form_section .form_row .form_row_name + .wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}

.form_section .form_row .form_row_name + .wpcf7-form-control-wrap input, .form_section .form_row .form_row_name + .wpcf7-form-control-wrap textarea {
	width: 100%;
	display: block;
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
	padding: 15px 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--main-bg-color);
	color: var(--main-bg-color);
	outline: none !important;
	border-radius: 0;
}

.form_section .form_row .form_row_name + .wpcf7-form-control-wrap textarea {
	max-width: 100%;
	min-width: 100%;
	min-height: 150px;
}

.form_section .form_row .form_row_name + .wpcf7-form-control-wrap ::-webkit-input-placeholder {
  color: rgba(4, 39, 37, 0.4);
}
.form_section .form_row .form_row_name + .wpcf7-form-control-wrap ::-moz-placeholder {
  color: rgba(4, 39, 37, 0.4);
}
.form_section .form_row .form_row_name + .wpcf7-form-control-wrap :-ms-input-placeholder {
  color: rgba(4, 39, 37, 0.4);
}
.form_section .form_row .form_row_name + .wpcf7-form-control-wrap :-moz-placeholder {
  color: rgba(4, 39, 37, 0.4);
}

.form_section .form_row_submit {
	display: flex;
	justify-content: space-between;
	margin: 0;
}

.form_section .form_row_submit p {
	display: flex;
	align-items: center;
}

.form_section .form_row_submit .wpcf7-submit {
	padding: 19px 75px;
	line-height: 1;
	border: 1px solid var(--main-bg-color);
	background-color: var(--main-bg-color);
	border-radius: 5px;
	text-decoration: none;
	transition: 0.3s;
	display: inline-block;
	color: var(--secondary-color);
	font-weight: 600;
	cursor: pointer;
}

.form_section .form_row_submit .wpcf7-submit:hover {
	background-color: transparent;
	color: var(--main-bg-color);
}

.form_section .form_row_submit .wpcf7-submit:disabled {
	background-color: var(--main-bg-color);
	color: var(--secondary-color);
	cursor: not-allowed;
}

.form_section .form_row_submit .wpcf7-submit + .wpcf7-spinner {
	display: none;
}

.form_section .form_row_submit .wpcf7-acceptance .wpcf7-list-item {
	display: block;
	margin: 0;
}
.form_section .form_row_submit .wpcf7-acceptance label {
	position: relative;
	cursor: pointer;
	height: 25px;
}
.form_section .form_row_submit .wpcf7-acceptance label a {
	color: var(--main-bg-color);
}
.form_section .form_row_submit .wpcf7-acceptance input[type=checkbox] {
	position: absolute;
	visibility: hidden;
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
}
.form_section .form_row_submit .wpcf7-acceptance input[type=checkbox] + span:before {
	display: block;
	position: absolute;
	content: '';
	height: 25px;
	width: 25px;
	top: 0px;
	left: 0px;
	border: 1px solid var(--main-bg-color);
	border-radius: 2px;
}
.form_section .form_row_submit .wpcf7-acceptance input[type=checkbox] + span:after {
	display: block;
	position: absolute;
	content: "\2713";
	height: 25px;
	width: 25px;
	top: -2px;
	left: 0;
	visibility: hidden;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
}
.form_section .form_row_submit .wpcf7-acceptance input[type=checkbox]:checked + span:before {
	background: transparent;
}
.form_section .form_row_submit .wpcf7-acceptance input[type=checkbox]:checked + span:after {
	visibility: visible;
}
.form_section .form_row_submit .wpcf7-acceptance .wpcf7-list-item-label {
	margin-left: 50px;
	display: inline-block;
}

.form_section .form_row_submit .wpcf7-acceptance .wpcf7-list-item label {
	display: flex;
	align-items: center;
}

.form_section .form_row_submit .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label,
.form_section .form_row_submit .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a {
	font-size: 12px;
	line-height: 13px;
}

.form_section .form_row_checkboxes {
	margin-bottom: 50px;
}

.form_section .form_row_checkboxes .wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.form_section .form_row_checkboxes .wpcf7-form-control.wpcf7-checkbox {
	margin: 20px -5px 0;
}

.form_section .form_row_checkboxes .wpcf7-list-item, .form_section .form_row_checkboxes .wpcf7-list-item label {
	margin: 0;
	display: block;
}

.form_section .form_row_checkboxes .wpcf7-list-item {
	margin: 0 5px;
}

.form_section .form_row_checkboxes .wpcf7-list-item .wpcf7-list-item-label {
	padding: 8px 30px;
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
	border: 1px solid #042725;
	border-radius: 50px;
	transition: 0.3s;
	cursor: pointer;
	display: block;
	margin-bottom: 10px
}

.form_section .form_row_checkboxes .wpcf7-list-item input {
	display: none !important;
}

.form_section .form_row_checkboxes .wpcf7-list-item input:checked + .wpcf7-list-item-label {
	color: var(--seconrady-bg-color);
	background-color: var(--main-bg-color);
}

@media screen and (max-width: 768px) {
	.heading2_type3 {
		font-size: 35px;
	}
	.form_section h2 + p {
		font-size: 18px;
		line-height: 1.2;
		margin: 0 0 40px;
	}
	.form_section .form_row {
		margin-bottom: 30px;
	}
	.form_section .form_row .form_row_name + .wpcf7-form-control-wrap input, .form_section .form_row .form_row_name + .wpcf7-form-control-wrap textarea {
		font-size: 18px;
		line-height: 20px;
		padding: 10px 0;
	}
	.form_section .form_row_submit {
		flex-direction: column;
		margin-bottom: 0;
	}
	.wpcf7-form-control-wrap {
		display: block;
		margin-bottom: 20px;
	}
}








/* Footer */

.main_footer_wrap {
	padding: 70px 0 50px;
}

.main_footer_wrap .main_footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_footer_wrap .main_footer .custom-logo-link img {
	display: block;
}

.main_footer_wrap .main_footer .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.main_footer_wrap .main_footer .menu li + li {
	margin-left: 55px;
}

.main_footer_wrap .main_footer .menu li a {
	color: var(--secondary-color);
	text-decoration: none;
}

.main_footer_wrap .main_footer .menu li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.main_footer_wrap {
		padding: 30px 0;
	}
	.main_footer_wrap .main_footer {
		flex-direction: column;
	}
	.main_footer_wrap .main_footer .custom-logo-link {
		margin-bottom: 30px;
	}
	.main_footer_wrap .main_footer .menu {
		flex-direction: column;
		text-align: center;
	}
	.main_footer_wrap .main_footer .menu li + li {
		margin: 5px 0 0;
	}
}






















