/*
Theme Name: magnitcrop-theme
Version: 1
Description: 
Author: 
Author URI: 
*/


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

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

/*! Шрифт */
@font-face {
    font-family: 'Oswald'; 
    src: url(fonts/Oswald-Light.ttf);
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald'; 
    src: url(fonts/Oswald-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald'; 
    src: url(fonts/Oswald-Medium.ttf);
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald'; 
    src: url(fonts/Oswald-Bold.ttf);
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat'; 
    src: url(fonts/Montserrat-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat'; 
    src: url(fonts/Montserrat-Medium.ttf);
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat'; 
    src: url(fonts/Montserrat-Bold.ttf);
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat'; 
    src: url(fonts/Montserrat-ExtraBold.ttf);
    font-weight: 700;
    font-display: swap;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}


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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;  
}
p {
	margin: 0 0 1em;
}
/**
 * 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  transition: 0.5s;
}
a:hover {
 transition: 0.5s;
}

/**
 * 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}


*, *:before, *:after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    word-break: normal;
    word-wrap: normal;
}

:root {
	--black: #1e1b1a;
	--blue: #9eb0bb;
	--light: #F5F5F5;
	--green: #445c35;
	--brown: #4f2b1d;
	--transparent: rgba(255, 255, 255, 0);
	--link: #0c67c3;
}   

body {
  font-family: 'Oswald';
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}


.btn {
    box-sizing: border-box;
    width: 300px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    outline: none;
    border: none;
    background: var(--green);
    border-radius: 2px;   
    color: #fff;
    font-weight: 400;
	text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    transition: 0.5s;
    cursor: pointer;
}

.btn:hover {
    transition: 0.5s;
    background: var(--brown);
    color: #fff;
}

.btn-border {
    background: transparent;
    color: #6A44D6;
    box-shadow: none;
}

.btn-border:hover {
    color: #fff;
}


.modal-wrapper{
    background: rgb(0 0 0 / 77%);
    display: none;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;

}
.modal-wrapper.open{
    display: flex;
}

.close {
    width: 32px;
    height: 32px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
}

.close::before, .close::after{
  content:'';
  width:32px;
  height:3px;
  display:block;
  background:#222;
}

.close::before{
  margin-top:12px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}

.close::after{
  margin-top:-3px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

a, a:hover {
    transition: 0.5s;
    text-decoration: none;
    outline: none;
}



::-webkit-input-placeholder {opacity:1;color: #C5C5C5;transition: 0.5s;}
::-moz-placeholder          {opacity:1;color: #C5C5C5;transition: 0.5s;}/* Firefox 19+ */
:-moz-placeholder           {opacity:1;color: #C5C5C5;transition: 0.5s;}/* Firefox 18- */
:-ms-input-placeholder      {opacity:1;color: #C5C5C5;transition: 0.5s;}

:focus::-webkit-input-placeholder {
  color: transparent;
  transition: 0.5s;
}
 
:focus::-moz-placeholder {
  color: transparent;
  transition: 0.5s;
}
 
:focus:-moz-placeholder {
  color: transparent;
  transition: 0.5s;
}
 
:focus:-ms-input-placeholder {
  color: transparent;
  transition: 0.5s;
}

section, header, footer {
    display: block;
    width: 100%;
    position: relative;
}

.container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
	padding: 0 30px;	
}
.container-full {
    width: 100%;
    margin: 0 auto;
    position: relative;	
    max-width: 100%;
	padding: 0 30px;
}

.row {
  display: flex;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

.col {
    padding-left: 0;
    padding-right: 0;
    float: left;
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-12 {
  flex: 100%;
}

.col-8 {
  flex: 66.6666%;
}

.col-6 {
  flex: 50%;
}

.col-4 {
  flex: 33.3333%;
}

.navBurger {
  position: relative;
  cursor: pointer;
  background: #271C2D;
  box-sizing: border-box;
  background-clip: content-box;
  width: 30px;
  height: 24px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.navBurger:hover {
    background: #271C2D;
    background-clip: content-box;
}
.navBurger:before, .navBurger:after {
  content: "";
  position: absolute;
  background: #271C2D;
  height: 2px;
  width: 100%;
  right: 0;
  will-change: rotate;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navBurger:hover:before, .navBurger:hover:after {
  background: #271C2D;
}
.navBurger:before {
  top: -10px;
}
.navBurger:after {
  bottom: -10px;
}
.navBurger.active {
  background: transparent;
  background-clip: content-box;
}
.navBurger.active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  background: #271C2D;
  width: 110%;
}
.navBurger.active:after {
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #271C2D;
  width: 110%;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  z-index:11;
  background: #fff;
  padding: 100px 40px;
  max-width: 80%;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hidden {
    display:none;
}

.header {
	padding: 20px 0;
	background-color: var(--blue);
}
.header .container-full {
	max-width: 90%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-right {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu-desktop div, .menu-desktop div ul, .menu-desktop div ul li, .menu-desktop div ul li a {
	height: 100%;
}
.menu-desktop div ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 30px;
}
.menu-desktop div ul li, .menu-desktop div ul li a {
	display: flex;
    justify-content: center;
}
.menu-desktop div ul li a {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

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

	.menu-desktop div ul li a {
		font-size: 17px;
	}	
}

@media screen and (max-width:1500px)  {
	.menu-desktop div ul {
		gap: 25px;
	}	
	.menu-desktop div ul li a {
		font-size: 16px;
	}	
}

@media screen and (max-width:1300px)  {
	.menu-desktop div ul {
		gap: 20px;
	}	
	.menu-desktop div ul li a {
		font-size: 15px;
	}	
}

@media screen and (max-width:1240px)  {
	.header .container-full {
		max-width: none;
	}
}


.menu-desktop div ul li a:hover {
	opacity: 0.76;
}

.lang-item a img {
	height: 32px;
	width: 32px;
}

.header.fixed {
    position: fixed;
    z-index: 11;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.361);
}
.header.fixed {
	padding: 12px 0;
}
.header.fixed .logo img {
    width: 75px;
    height: auto;
}
.header.fixed .menu-desktop div ul li a {
	color: var(--black);
}
.header.fixed .menu-desktop div ul li a:hover {
	color: var(--green);
}

.lang-item {
	margin-left: 30px;
}
#menu-lang {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
	margin-right: 30px;
}

#menu-lang li, #menu-lang li a {
	display: flex;
	align-items: center;
	margin-left: 0;
}

::-webkit-input-placeholder {opacity:1;}
::-moz-placeholder          {opacity:1;}/* Firefox 19+ */
:-moz-placeholder           {opacity:1;}/* Firefox 18- */
:-ms-input-placeholder      {opacity:1;}

:focus::-webkit-input-placeholder {
  color: transparent
}
 
:focus::-moz-placeholder {
  color: transparent
}
 
:focus:-moz-placeholder {
  color: transparent
}
 
:focus:-ms-input-placeholder {
  color: transparent
}

main {
    display: block;
    flex-grow: 1;
    overflow: hidden;
}

.home-slider {
	border-top: 1px solid #fff;
	height: 500px;
	background-color: var(--blue);
}
.swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;	
}
.slide-inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.slide-conent, .slide-image {
	flex: 50%;
	height: 100%;
}

.slide-conent {
	display: flex;
	align-items: center;
	padding: 0 7%;
}
.slide-conent_inner {
	max-width: 90%;
}
.slide-conent .btn {
	width: 200px;
	margin-top: 40px;
}
.slide-image {
	position: relative;
	display: block;
}
.slide-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slide-decor {
    position: absolute;
    right: 0;
    left: 0;
    top: calc(50% - 220px);
    bottom: 0;
    margin: 0 auto;
}

.swiper-slide_title {
    font-family: 'Montserrat';
    font-size: 65px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
	color: #fff;
}

.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -60px!important;
}
.swiper-pagination-bullet {
    width: 25px!important;
    height: 8px!important;
    border-radius: 8px!important;
    background: var(--green)!important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--green)!important;
}


.section-title {
	color: var(--blue);
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 60px;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 40px;
}

.about {
    padding: 120px 0 80px;
}
.about .col-6:first-of-type {
	display: flex;
	align-items: center;
}
.about-text {
	padding-right: 40px;
	font-size: 22px;
}
.about-img {
	display: block;
	height: 600px;
	width: 100%;
	object-fit: cover;
}

.what-we-do {
    padding: 80px 0;
	background-color: var(--light);
}
.what-we-do .col-6:last-of-type {
	display: flex;
	align-items: center;
}
.what-we-do .about-text {
	padding-right: 0px;
	padding-left: 40px;
}

.how {
    padding: 80px 0;
	background-color: var(--blue);
	color: var(--green);
}
.how .section-title {
	color: #fff;
}
.icon-boxes {
	display: flex;
	justify-content: center;
	gap: 50px;
}
.icon-box {
	width: 33.33%;
	background: #fff;
    padding: 30px;
}

.icon-box img {
	margin-bottom: 20px;
}

.icon-box-title {
	font-family: 'Montserrat';
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
}

.icon-box p {
	color: var(--black);
    font-size: 22px;
}

.contacts {
	height: 600px;
}
.contacts .row {
    display: flex;
    align-items: stretch;
    height: 100%;
}
.contacts .row .col-6:first-of-type img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.contacts .row .col-6:last-of-type {
    padding: 50px;
    display: flex;
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.contact-text {
	font-size: 22px;
}

.contact-text a {
	color: var(--black);
	text-decoration: underline;
	text-decoration-thickness: from-font;
}
.contact-text a:hover {
	color: var(--blue);
}

footer {
	flex-shrink: 0;
	background-color: var(--blue);
	color: #fff;
	padding: 50px 0;
	text-align: center;
}


.clients {
    padding: 80px 0 100px;
    background-color: var(--blue);
}

.clients .section-title {
 	color: #fff
}

.our-clients-list {
	display: flex;
	align-items: center;
	/*grid-template-columns: repeat(5, 1fr);*/
	gap: 30px;
	/*flex-wrap: wrap;*/
}

.our-clients-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
}

.our-clients-list a img {
	transition: 0.3s;
	display: block;
	width: 	100%;
	max-height: 90px;
	object-fit: contain;
}

.our-clients-list a:hover img {
	transition: 0.3s;
	transform: scale(0.95);
}

section#content {
	padding: 80px 0;
}

.post-content h2 {
    font-size: 45px;
	font-weight: 600;
}

.post-content h3 {
    font-size: 35px;
	font-weight: 500;
}

.post-content h3 {
    font-size: 30px;
	font-weight: 500;
}

.page-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
	margin: 2.2em 0;
}

.page-gallery a {
	display: flex;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 350px;
}

.page-gallery a img {
	transition: 0.3s;
	display: block;
	width: 	100%;
	height: 100%;
	object-fit: cover;
}

.page-gallery a:hover img {
	transition: 0.3s;
	transform: scale(1.15);
}

.section-title span {
	color: #445c35;
}

.post-content a {
	color: #445c35;
	font-weight: 500;
	text-decoration: underline;
}

@media screen and (min-width:992px)  {
	.no-desktop {display: none;}
}

@media screen and (max-width:1800px)  {
	.swiper-slide_title {
		font-size: 60px;
	}
}
@media screen and (max-width:1600px)  {
	.swiper-slide_title {
		font-size: 55px;
	}
}
@media screen and (max-width:1300px)  {
	.slide-decor {
		top: calc(50% - 150px);
		max-height: 300px;
		width: auto;
	}
	.swiper-slide_title {
		font-size: 48px;
	}
	.btn {
		box-sizing: border-box;
		width: 180px;
		height: 54px;
		font-size: 18px;
	}
}

@media screen and (max-width:1180px)  {
	.menu-desktop div ul {
		gap: 12px;
	}
	.menu-desktop div ul li a {
		font-size: 14px;
	}
	.swiper-slide_title {
		font-size: 40px;
	}
}

@media screen and (max-width:991px)  {
	.no-mobile {display: none;}
	.row {
		flex-direction: column;
	}    
	.col-8, .col-6, .col-4, .col-12 {
		flex: 100%;
	}
	.container {
		padding: 0 20px;	
	}
	.container-full {
		padding: 0 20px;
	}

	.overlay .menu {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.overlay .menu li a {
		font-family: Montserrat;
		line-height: 2.2em;
		font-size: 20px;
		font-weight: 600;
		color: var(--black);
		text-transform: uppercase;
	}
	.overlay .menu li a:hover {
		color: var(--green);
	}

	.overlay .lang-item {
		display: none;
	}
	.slide-decor {
		top: calc(50% - 110px);
		max-height: 220px;
		width: auto;
	}
	.swiper-slide_title {
		font-size: 30px;
	}
	.about-img {
		height: 500px;
	}
	.section-title {
		font-size: 50px;
		margin-bottom: 30px;
	}
	.about-text {
		padding-right: 0px;
		font-size: 18px;
		margin-bottom: 30px;
	}
	.what-we-do .about-text {
		padding-right: 0px;
		padding-left: 0px;
	}
	.what-we-do .col-6:last-of-type {
		order: -1;
	}
	.icon-boxes {
		gap: 20px;
	}
	.icon-box-title {
		font-size: 23px;
		margin-bottom: 15px;
	}
	.icon-box p {
		font-size: 18px;
	}
	.contacts {
		height: auto;
	}
	.contacts .row .col-6:last-of-type {
		padding: 50px 20px;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.page-gallery a {
		height: 300px;
	}
}


@media screen and (max-width:767px)  {
	.slide-inner {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: stretch;
		flex-direction: column;
	}
	.slide-conent, .slide-image {
		flex: 100%;
		height: 250px;
		width: 100%;
	}
	.slide-conent {
		display: flex;
		align-items: center;
		padding: 0 20px;
	}	
	.swiper-slide_title {
		font-size: 40px;
	}
	.slide-conent .btn {
		margin-top: 20px;
	}
	.slide-decor {
		right: 20px;
		left: auto;
		margin: 0;
	}
	.swiper-horizontal>.swiper-pagination-bullets, 
	.swiper-pagination-bullets.swiper-pagination-horizontal, 
	.swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: -30px!important;
	}
	.about {
		padding: 80px 0 50px;
	}
	.about-img {
		height: 374px;
	}
	.section-title {
		font-size: 32px;
	}
	.what-we-do {
		padding: 50px 0;
	}
	.how {
		padding: 50px 0;
	}
	.icon-boxes {
		flex-direction: column;
	}
	.icon-box {
		width: 100%;
		padding: 25px;
	}
	.contact-text {
		font-size: 18px;
	}
	
.clients {
    padding: 50px 0 70px;
}

	.our-clients-list {
		flex-wrap: wrap;
	}
	.our-clients-list a {
		width: 45%;
	}

	section#content {
		padding: 50px 0;
	}

	.post-content h2 {
		font-size: 31px;
	}
	
	.post-content h3 {
		font-size: 28px;
	}
	
	.post-content h3 {
		font-size: 22px;
	}

	.page-gallery a {
		height: 250px;
	}

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

@media screen and (max-width:460px)  {
	.slide-conent_inner {
		max-width: 82%;
	}
	.swiper-slide_title {
		font-size: 32px;
	}
	.slide-conent .btn {
		margin-top: 20px;
		height: 48px;
		font-size: 16px;
	}
}

@media screen and (max-width:390px)  {
	.slide-conent_inner {
		max-width: 80%;
	}
	.swiper-slide_title {
		font-size: 28px;
	}
	.about-img {
		height: 350px;
	}
}
