/*!
Theme Name: piterstroy
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: piterstroy
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.

piterstroy 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
--------------------------------------------- */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 900;
}

ul, ol {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

td:not([align]), th:not([align]) {
  text-align: left;
}

a {
  text-decoration: none;
}

button {
  border: none;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7 .ajax-loader {
  display: none;
}

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

html, body {
  font-size: 15px;
  height: 100%;
}

section, header, footer .footer-row, .section, .hero .wp-block-coblocks-hero__inner, main#primary-page {
  padding: 0 15px;
}

@media (min-width: 575.98px) {
  html, body {
    font-size: 16px;
  }

  section, header, footer .footer-row, .section, .hero .wp-block-coblocks-hero__inner, main#primary-page {
    padding: 0 calc(50% - 270px);
  }
}
@media (min-width: 767.98px) {
  html, body {
    font-size: 16px;
  }

  section, header, footer .footer-row, .section, .hero .wp-block-coblocks-hero__inner, main#primary-page {
    padding: 0 calc(50% - 360px);
  }
}
@media (min-width: 991.98px) {
  html, body {
    font-size: 14px;
  }

  section, header, footer .footer-row, .section, .hero .wp-block-coblocks-hero__inner, main#primary-page {
    padding: 0 calc(50% - 340px);
  }
}
@media (min-width: 1199.98px) {
  html, body {
    font-size: 15px;
  }

  section, header, footer .footer-row, .section, .hero .wp-block-coblocks-hero__inner, main#primary-page {
    padding: 0 calc(50% - 495px);
  }
}
@media (min-width: 1299.98px) {
  html, body {
    font-size: 16px;
  }

  section, header, footer .footer-row, .section, .hero .wp-block-coblocks-hero__inner, main#primary-page {
    padding: 0 calc(50% - 520px);
  }
}
@media (min-width: 1500.98px) {
  html, body {
    font-size: 18px;
  }

  section, header, footer .footer-row, .section, .hero .wp-block-coblocks-hero__inner, main#primary-page {
    padding: 0 calc(50% - 703px);
  }
}
@media (min-width: 2000px) {
  section, header, footer .footer-row, .section, .hero .wp-block-coblocks-hero__inner, main#primary-page {
    padding: 0 4.5rem;
  }
}
/* 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;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #0B192E;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.25;
}

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

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

.header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 17px;
  height: 13px;
  cursor: pointer;
  position: relative;
  margin-right: 0.8889rem;
  background: none;
  border: none;
  padding: 0;
}

#secondary.active .header__burger .header__burger-item:first-child {
  -webkit-transform: rotate(45deg) translate(2.5px);
          transform: rotate(45deg) translate(2.5px);
}

#secondary.active .header__burger .header__burger-item:nth-child(2) {
  -webkit-transform: rotate(495deg) translate(1px, 1px);
          transform: rotate(495deg) translate(1px, 1px);
}

#secondary.active .header__burger .header__burger-item:last-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

.header__burger-item {
  width: 100%;
  height: 3.0006px;
  background-color: #fff;
  -webkit-transition: all 0.7s cubic-bezier(0.08, 0.81, 0.87, 0.71);
  transition: all 0.7s cubic-bezier(0.08, 0.81, 0.87, 0.71);
}

.header__burger-item:first-child {
  -webkit-transform-origin: 4px 0px;
          transform-origin: 4px 0px;
}

.header__burger-item:last-child {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 57.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

header.entry-header {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

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

/* 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: block;
  width: 100%;
  height: 100%;
}

/* 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: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[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);
  -webkit-clip-path: inset(50%);
  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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  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;
}

/* custom */
.breadcrumbs {
  margin: 1.7778rem 0 1.6667rem;
  font-size: 0.8889rem;
  color: #2babb8;
  padding-left: 30px;
}

.breadcrumbs a, .breadcrumbs__separator {
  color: #0B192E;
}

@media screen and (max-width: 576px) {
  .wp-block-column:nth-child(2n) {
    margin-top: 1rem;
  }
}
.slick-arrow {
  font-size: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.7778rem;
  height: 2.7778rem;
  padding: 0.7222rem;
  background: #F8FAFB;
  -webkit-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 45%;
  right: 1%;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.slick-arrow::before {
  content: "";
  background: url(assets/img/arrow.svg) center center no-repeat;
  -webkit-filter: invert(8%) sepia(53%) saturate(1104%) hue-rotate(182deg) brightness(91%) contrast(98%) opacity(25%);
          filter: invert(8%) sepia(53%) saturate(1104%) hue-rotate(182deg) brightness(91%) contrast(98%) opacity(25%);
  width: 100%;
  height: 100%;
  background-size: contain;
}

.slick-arrow:hover {
  background: #DC4D21;
}

.slick-arrow:hover::before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: auto;
  left: -1%;
}

.page-title {
  font-size: 2.7778rem;
}

.archive-description {
  margin-top: 1.2778rem;
}

.archive-description p {
  font-size: 0.8889rem;
  margin-bottom: 1.1111rem;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 1.9444rem;
}

.title::after {
  content: "";
  width: 11.1111rem;
  height: 0.5556rem;
  background: #2babb8;
  position: absolute;
  top: 100%;
  left: 0;
}

.title a {
  border: 0.0556rem solid #C4C4C4;
  padding: 0.5556rem 1.1667rem;
  color: #C4C4C4;
  font-size: 0.8889rem;
  font-weight: 400;
}

.wp-block-button__link {
  padding: 0.5556rem 1.1667rem;
  border: 0.0556rem solid #222d4d;
  border-radius: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1440px) {
  .slick-arrow {
    right: 0;
  }

  .slick-arrow.slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 576px) {
  .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 2.2em !important;
  }

  .title::after {
    position: initial;
    margin: 1rem 0;
  }

  .title a {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
div#page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

aside#secondary {
  width: 18.4%;
  background-color: #0B192E;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}
aside#secondary section {
	padding-left: 0;
	padding-right: 0;
}
main#primary {
  width: 81.6%;
  margin-left: auto;
}

.footer {
  padding-top: 1.8889rem;
  padding-bottom: 0.6667rem;
  background: #393939;
  width: 81.6%;
  position: relative;
  margin-top: auto;
  margin-left: auto;
  z-index: 2;
}

@media screen and (max-width: 990px) {
  main#primary, .footer {
    width: 100%;
  }

  aside#secondary {
    width: 30%;
    left: -30%;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
  }

  aside#secondary.active {
    left: 0;
  }
}
@media screen and (max-width: 576px) {
  aside#secondary {
    width: 87%;
    left: -87%;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
  }
}
.footer::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  bottom: 2.7778rem;
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-row:first-of-type {
  margin-bottom: 2.5556rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer-row:last-of-type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-menu:first-of-type {
  margin-right: 11%;
}

.footer-menu:last-of-type {
  width: 17%;
  margin-right: 5%;
}

.footer ul strong, .footer-social span, .footer-contact span {
  font-size: 0.8889rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  margin-bottom: 0.5556rem;
}

.footer ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.6667rem;
  line-height: 1.5;
}

.footer-social a {
  width: 1.1111rem;
  height: 1.1111rem;
  margin-right: 1.1111rem;
  display: inline-block;
}

.footer-social a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__link {
  font-size: 0.7778em;
  font-weight: 300;
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
}

.footer-dev {
  width: 13.6111rem;
  height: 1.4444rem;
}

.footer-dev img,
.footer-col .custom-logo-link {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-col {
  width: 61%;
  text-align: right;
  margin-left: auto;
}

.footer-col .custom-logo-link {
  display: block;
  margin-bottom: 2.7778rem;
  width: 4.4444rem;
  height: 3.3333rem;
  margin-left: auto;
}

.footer-col .custom-logo-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-col p {
  font-size: 0.6667rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer__phone {
  font-weight: 400;
  font-size: 1.1667rem;
  display: block;
  margin-bottom: 0.8333rem;
  color: #000;
}

@media screen and (max-width: 1440px) {
  .footer-menu:last-of-type {
    width: 21%;
  }

  .footer::before {
    bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-menu {
    width: 50% !important;
    margin-bottom: 2rem;
    margin-right: 0 !important;
  }

  .footer-col:nth-of-type(2) {
    width: 50%;
  }

  .footer-col p {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .footer::before {
    bottom: 6rem;
  }

  .footer-col .custom-logo-link, .footer-col {
    width: 100%;
  }

  .footer-dev {
    width: 50%;
    height: auto;
    margin: 0 auto;
  }

  .footer__link {
    font-size: 1em;
    margin: 1rem auto;
  }
}
/* footer */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #262626;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal .show {
  height: 100%;
}

.modal__dialog {
  max-width: 22rem;
  margin: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__content {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  max-height: 95vh;
  overflow-y: auto;
  padding: 2.556rem 2rem 3.111rem;
}

.modal__content.form .title {
  text-align: center;
}

.modal__content.form form {
  width: 100%;
}

.modal__close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 3.125em;
  font-weight: 100;
  line-height: 0.6;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: #000;
  z-index: 1;
}

.modal__title {
  font-weight: bold;
  font-size: 1.778rem;
  margin-bottom: 1.556rem;
}

.modal .form form input {
  margin-right: 0;
  width: 100%;
  margin-bottom: 1rem;
}

.modal .form p span {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .modal__dialog {
    max-width: 90%;
  }

  .modal__close {
    top: 0.5%;
    right: 2%;
  }
}
/* modal */
.hide {
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.show {
  -webkit-transform: scale(1);
  transform: scale(1);
  height: auto;
  width: auto;
  margin-bottom: 0;
}

.show.modal {
  width: 100%;
  height: 100%;
}

.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

/* notFound */
.notFound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 6.6667rem;
  padding-bottom: 6.2222rem;
}

.notFound h1 {
  font-size: 200px;
  font-weight: 900;
}

.notFound h2 {
  font-size: 0.6667rem;
  font-weight: 400;
  margin-bottom: 1.6667rem;
}

.notFound a {
  font-size: 0.8889em;
  color: #fff;
  padding: 0.5556rem 1.1667rem;
  background: #DC4D21;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(220, 77, 33, 0.7);
          box-shadow: 0px 5px 20px -10px rgba(220, 77, 33, 0.7);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

#secondary {
  padding: 4.4444rem 3.1667rem 2rem;
  z-index: 100;
  height: 100vh;
  max-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#secondary .widget_media_image, #secondary #nav_menu-2, #secondary #block-3, #secondary #block-4 {
  margin-bottom: 0;
}
#secondary .widget_media_image {
  width: 11.1111rem;
  height: fit-content;
}
#secondary .widget_media_image figure, #secondary .widget_media_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0;
}
@media (max-width: 768px) {
 #secondary .widget_media_image {
  width: 9.1111rem;
 }
}
#secondary .widget_media_image figure {
  margin: unset;
}
#secondary #nav_menu-2 li.current-menu-item a, #secondary #nav_menu-2 li:hover a {
  border-bottom: 0.1111rem solid #2babb8;
}
#secondary #nav_menu-2 a {
  font-size: 0.8889rem;
  line-height: 4;
  color: #fff;
  font-weight: 500;
}
#secondary .sidebar-contact p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8889rem;
  margin: 0.6667rem 0;
}
#secondary .sidebar-contact p a {
  color: #fff;
  margin-left: 0.5rem;
}
#secondary h2 {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
#secondary .wp-block-social-links {
  margin-top: 0.5556rem;
}
#secondary .wp-block-social-links svg {
  display: none;
}
#secondary .wp-block-social-links li {
  background: transparent !important;
  border-radius: 0;
  margin-right: 1.1111rem;
}
#secondary .wp-block-social-links li a {
  padding: 0;
}
#secondary .wp-block-social-links li a::before {
  content: "";
  width: 1.1111rem;
  height: 1.1111rem;
  background-size: 80%;
  background-color: #2babb8;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
#secondary .wp-block-social-links li a[aria-label=vk]::before {
  background-image: url(assets/img/vk.svg);
}
#secondary .wp-block-social-links li a[aria-label=fb]::before {
  background-image: url(assets/img/fb.svg);
}
#secondary .wp-block-social-links li a[aria-label=inst]::before {
  background-image: url(assets/img/inst.svg);
}

.sidebar-arrow {
  position: absolute;
  top: 0%;
  left: 100%;
  background: #0B192E;
  width: 40px;
  height: 40px;
  padding: 10px 6px;
  display: none;
}

@media screen and (max-width: 1440px) {
  aside#secondary {
    padding: 3.4444rem 1.1667rem 2rem;
  }
}
@media screen and (max-width: 990px) {
	.sidebar-arrow {
		display: flex;
	}
  aside#secondary {
    padding: 1.2rem;
    height: 100vh;
    max-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  aside#secondary .widget_media_image, aside#secondary #nav_menu-2, aside#secondary #block-8, aside#secondary #block-9 {
    margin-bottom: 0;
  }
}
.hero {
  position: relative;
}
.hero .wp-block-coblocks-hero__inner {
  min-height: 52.2222rem !important;
}
.hero .wp-block-coblocks-hero__inner .wp-block-coblocks-hero__content {
  position: initial;
}
/* .wp-block-coblocks-hero__content-wrapper {
	margin-left:50px;
} */
@media (min-width: 980px) {
	.wp-block-coblocks-hero__content-wrapper {
	margin-left:50px;
}
}
.hero h1 {
  margin-bottom: 0.8889rem;
}
.hero p {
  margin-bottom: 1.8889rem;
}
.hero .wp-block-button__link {
  -webkit-box-shadow: 0rem 0.2778rem 1.1111rem -0.5556rem rgba(220, 77, 33, 0.7);
          box-shadow: 0rem 0.2778rem 1.1111rem -0.5556rem rgba(220, 77, 33, 0.7);
}
.hero ul {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  bottom: 0;
  right: 20%;
}
.hero ul li {
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 8.3333rem;
  height: 8.3333rem;
  padding: 0.8333rem;
  text-align: center;
  margin-bottom: 2.7778rem;
}
.hero ul li:last-of-type {
  margin-bottom: 0;
}
.hero ul li strong {
  font-size: 2.7778rem;
  font-weight: 900;
}

@media screen and (max-width: 1440px) {
  .hero ul {
    right: 13%;
  }
}
@media screen and (max-width: 768px) {
  .hero ul {
    right: 3%;
  }
}
@media screen and (max-width: 576px) {
  .hero ul {
    margin-top: 2rem;
    position: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
	.hero .wp-block-coblocks-hero__inner {
		background-position-x: calc(100% - 57%);
	}
  .hero ul li {
    margin-bottom: 1rem !important;
  }
}
.cat {
  padding-top: 2.2222rem;
  padding-bottom: 2.2222rem;
}
.cat > p {
  margin-bottom: 1.3889rem;
}
.cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cat ul li {
  width: 28.4%;
  padding: 1.3889rem;
  font-size: 0.8889rem;
  background: #F8FAFB;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 7.4%;
  margin-bottom: 2.7778rem;
}
.cat ul li:nth-of-type(3n) {
  margin-right: 0;
}
.cat ul li img {
  width: 100%;
  height: 19.333rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cat ul li span {
  height: min-content;
  margin: 0.5556rem 0;
}
.cat ul li a {
  color: #222d4d;
  padding: 0.5556rem 1.1667rem;
  border: 0.0556rem solid #222d4d;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1440px) {
  .cat ul li {
    width: 31%;
    margin-right: 3.4%;
  }
}
@media screen and (max-width: 1024px) {
  .cat ul li {
    width: 48%;
    margin: 0 1% 2rem !important;
  }
}
@media screen and (max-width: 576px) {
  .cat ul li {
    width: 100%;
    margin: 0 0 2rem !important;
  }
}
.about {
  padding-left: 0;
}
.about .wp-block-column:first-of-type {
  padding: 3.5rem 4.5rem 4.6111rem 2.1667rem;
}
.about .wp-block-column:first-of-type p {
  line-height: 2;
  margin-bottom: 0.8889rem;
}
.about .wp-block-column:last-of-type img {
  width: 94%;
  height: 25rem;
}
.about .wp-block-coblocks-gallery-carousel .has-carousel.has-carousel-xlrg.has-aligned-cells.flickity-enabled.is-draggable {
  height: 26.3889rem !important;
}
.about .wp-block-coblocks-gallery-carousel .flickity-button {
  width: 2.7778rem;
  height: 2.7778rem;
  margin: 0 !important;
  color: rgba(11, 25, 46, 0.25);
  padding: 0.7222rem !important;
  background: #F8FAFB;
  -webkit-box-shadow: 0rem 0.2778rem 0.5556rem -0.1667rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0.2778rem 0.5556rem -0.1667rem rgba(0, 0, 0, 0.1);
  border-radius: 0;
  top: 95%;
}
.about .wp-block-coblocks-gallery-carousel .flickity-button:active, button.flickity-button.flickity-prev-next-button.next {
  opacity: 1;
  background: #222d4d;
}
.about .wp-block-coblocks-gallery-carousel .flickity-button:active::before, button.flickity-button.flickity-prev-next-button.next::before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.about .wp-block-coblocks-gallery-carousel .flickity-button::after {
  display: none;
}
.about .wp-block-coblocks-gallery-carousel .flickity-button::before {
  content: "";
  background: url(assets/img/arrow.svg) center center no-repeat;
  -webkit-filter: invert(8%) sepia(53%) saturate(1104%) hue-rotate(182deg) brightness(91%) contrast(98%) opacity(25%);
          filter: invert(8%) sepia(53%) saturate(1104%) hue-rotate(182deg) brightness(91%) contrast(98%) opacity(25%);
  width: 1.3333rem;
  height: 1.3333rem;
}
.about .wp-block-coblocks-gallery-carousel .flickity-button.previous {
  left: auto;
  right: 2.7778rem;
}
.about .wp-block-coblocks-gallery-carousel .flickity-button.previous::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .about .wp-block-column:first-of-type {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .about {
    padding-left: 15px;
  }
}
.stages {
  padding-bottom: 2.7778rem;
}
.stages ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: stages;
  counter-reset: stagesBG;
}
.stages ol li {
  background: #F8FAFB;
  width: 28.5%;
  min-height: 15.2778rem;
  padding: 2.7778rem 2.7778rem 2.2222rem;
  position: relative;
  z-index: 2;
}
.stages ol li::before {
  counter-increment: stagesBG;
  content: "0" counter(stagesBG);
  font-weight: 900;
  font-size: 13.8889rem;
  line-height: 1.1;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: -1;
}
.stages ol li br {
  display: none;
}
.stages ol li strong {
  font-size: 0.8889rem;
  font-weight: 500;
  margin-bottom: 1.1111rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stages ol li strong::before {
  counter-increment: stages;
  content: counter(stages) ". ";
  margin-right: 0.2778rem;
}
.stages ol li strong::after {
  content: "";
  background: #2babb8;
  height: 0.1111rem;
  width: 5.5556rem;
  margin-left: auto;
}

@media screen and (max-width: 1440px) {
  .stages ol li {
    width: 32.5%;
    min-height: 17.2778rem;
  }
}
@media screen and (max-width: 768px) {
  .stages ol li {
    width: 100%;
    margin-bottom: 2rem;
    min-height: 15.2778rem;
  }
  .stages ol li:last-of-type {
    margin-bottom: 0;
  }
}
.works {
  padding-bottom: 5.8333rem;
}
.works .blocks-gallery-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.1111rem 1fr 6.1111rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6.1111rem;
	width: 100%;
}
.works .blocks-gallery-grid .blocks-gallery-item {
  margin: 0 !important;
  height: 19.333rem;
  display: block !important;
  width: auto !important;
  -ms-flex-item-align: unset;
      -ms-grid-row-align: unset;
      align-self: unset;
}
.works .blocks-gallery-grid .blocks-gallery-item:hover figure::after {
  opacity: 1;
}
.works .blocks-gallery-grid .blocks-gallery-item:hover figure figcaption {
  border-color: #222d4d;
}
.works .blocks-gallery-grid .blocks-gallery-item:nth-of-type(3n) {
  -ms-grid-row-span: 2;
  grid-row: span 2/auto;
  height: 44.667rem;
}
.works .blocks-gallery-grid .blocks-gallery-item:nth-of-type(4n) {
  -ms-grid-column-span: 2;
  grid-column: span 2/auto;
}
.works .blocks-gallery-grid .blocks-gallery-item figure {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.works .blocks-gallery-grid .blocks-gallery-item figure::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(assets/img/plus.svg), rgb(34 45 77 / 80%);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.works .blocks-gallery-grid .blocks-gallery-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works .blocks-gallery-grid .blocks-gallery-item figure figcaption {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: auto;
  line-height: 2;
  color: #000;
  font-size: 0.8889rem;
  text-align: left;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: 0;
  position: initial;
  background: unset;
  overflow: unset;
  border-bottom: 0.1111rem solid transparent;
}

@media screen and (max-width: 1440px) {
  .works .blocks-gallery-grid {
    grid-gap: 3.1111rem;
  }
.works .blocks-gallery-grid .blocks-gallery-item:nth-of-type(3n) {
  height: 41.767rem;
	}
}
@media screen and (max-width: 1024px) {
  .works .blocks-gallery-grid {
    grid-gap: 4rem;
  }
	.works .blocks-gallery-grid .blocks-gallery-item:nth-of-type(3n) {
		height: 42.767rem;
	}
}
@media screen and (max-width: 576px) {
  .works .blocks-gallery-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
  }
  .works .blocks-gallery-grid .blocks-gallery-item {
    height: 20rem;
  }
  .works .blocks-gallery-grid .blocks-gallery-item:nth-of-type(3n) {
    -ms-grid-row-span: 1;
    grid-row: span 1/auto;
	height: 20rem;
  }
  .works .blocks-gallery-grid .blocks-gallery-item:nth-of-type(4n) {
    -ms-grid-column-span: 1;
    grid-column: span 1/auto;
  }
}
.form {
  padding-top: 1.2778rem;
  padding-bottom: 1.2778rem;
}
.form-white .wp-block-group > .wp-block-group__inner-container {
  padding: 1.2222rem 2.7778rem;
}
.form h2 {
  font-weight: 400;
  border-bottom: 0.1111rem solid #222d4d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.9444rem;
}
.form form {
  margin-top: 1.0556rem;
}
.form form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form form input {
  width: 16.6667rem;
  height: 2.2222rem;
  background: #fff;
  padding: 0.5556rem 0.8333rem;
  font-size: 0.8889rem;
  margin-right: 2.7778rem;
}
.form.form-white form input  {
	width: 14.6667rem;
}
.form form input[type=submit] {
  width: 9.8889rem;
  padding: 0.5556rem 1.1667rem;
  font-size: 0.8889rem;
  margin-right: 0;
  color: #fff;
  background: #2babb8;
  -webkit-box-shadow: 0rem 0.2778rem 1.1111rem -0.5556rem #2babb8;
          box-shadow: 0rem 0.2778rem 1.1111rem -0.5556rem #2babb8;
/* 	margin-top: 15px; */
}
.form form input[type=checkbox] {
  position: absolute;
  left: -555.5rem;
}
.form form input[type=checkbox]:checked + span::before {
  background: #2babb8;
  border-color: #2babb8;
}
span.wpcf7-form-control-wrap.acceptance-342 {
	width: 100%;
}
.form form input[type=checkbox] + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.6667rem;
  color: rgba(11, 25, 46, 0.7);
  cursor: pointer;
  margin-top: 1.1111rem;
}
.form form input[type=checkbox] + span a {
  color: #222d4d;
  text-decoration: underline;
  margin-left: 0.1667rem;
}
.form form input[type=checkbox] + span::before {
  content: "";
  width: 0.6667rem;
  height: 0.6667rem;
  margin-right: 0.1667rem;
  border: 1px solid #000;
  background: #fff;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

@media screen and (max-width: 1440px) {
  .form form input:not(input[type=submit]) {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .form-white .wp-block-group > .wp-block-group__inner-container {
    padding: 1.2222rem 1rem;
  }
  .form form input {
    margin: 0 1.5rem 1.5rem 0 !important;
  }
  .form form input[type=checkbox] + span {
    margin: 0.8rem 0 1.5rem;
  }
}
.reviews ul {
  width: 100%;
  margin-top: 2.7778rem;
}
.reviews ul li {
  margin: 0 2.2222rem 0 0 !important;
}
.reviews ul li figure {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.reviews ul li figure:hover figcaption {
  opacity: 1;
}
.reviews ul li figure figcaption {
  background: rgba(220, 77, 33, 0.8) !important;
  padding: 67% 0 0 !important;
  top: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  font-size: 0.8889rem;
  font-weight: 700;
}

@media screen and (max-width: 1100px) {
  .reviews ul li {
    margin: 0 1rem !important;
  }
}
.clients {
  padding-top: 2.7778rem;
  padding-bottom: 2.7778rem;
}
.clients ul {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.9444rem;
}
.clients ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.career .wp-block-coblocks-row__inner {
  padding: 1.6667rem 2.7778rem;
  margin-bottom: 1.1111rem;
}
.career .wp-block-coblocks-row__inner p {
  border-bottom: 0.1111rem solid #DC4D21;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.career .wp-block-coblocks-row__inner .wp-block-button__link:hover {
  background: #222d4d;
  color: #fff !important;
  -webkit-box-shadow: 0rem 0.2778rem 1.1111rem -0.5556rem rgba(220, 77, 33, 0.7);
          box-shadow: 0rem 0.2778rem 1.1111rem -0.5556rem rgba(220, 77, 33, 0.7);
}

@media screen and (max-width: 576px) {
  .career .wp-block-coblocks-row__inner p {
    text-align: center;
    margin: 0 auto;
  }
  .career .wp-block-coblocks-row__inner .wp-block-buttons.is-content-justification-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact strong {
  font-weight: 400;
}
.contact p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.6667rem 0;
}
.contact p img {
  margin-right: 0.5rem;
}
.contact .wp-block-social-links svg {
  display: none;
}
.contact .wp-block-social-links li {
  background: transparent !important;
  border-radius: 0;
  margin-right: 1.1111rem;
}
.contact .wp-block-social-links li a {
  padding: 0;
}
.contact .wp-block-social-links li a::before {
  content: "";
  width: 1.1111rem;
  height: 1.1111rem;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.contact .wp-block-social-links li a[aria-label=vk]::before {
  background-image: url(assets/img/vk-orange.svg);
}
.contact .wp-block-social-links li a[aria-label=fb]::before {
  background-image: url(assets/img/fb-orange.svg);
}
.contact .wp-block-social-links li a[aria-label=inst]::before {
  background-image: url(assets/img/inst-orange.svg);
}

.single p {
  line-height: 1.5;
}
.single .single-slider ul.blocks-gallery-grid{
	width: 100%;
	height: 25.833rem;
}
.single .single-slider ul.blocks-gallery-grid .slick-arrow {
	top: auto;
	bottom: 0;
	right: 0;
}
.single .single-slider ul.blocks-gallery-grid .slick-arrow.slick-prev {
	right: 2.7778rem;
	left: auto;
}
.single .single-slider .blocks-gallery-item {
	height: 25.833rem;
	margin: 0 !important;
	padding: 0 1.333rem 1.444rem 0;
	opacity: 0;
}
.single .single-slider .blocks-gallery-item .blocks-gallery-item__caption{
	bottom: auto;
	width: fit-content;
	font-size: 0.889rem;
    background: #0B192E;
	padding: 0.278rem 0.722rem;
}
.single .blocks-gallery-item.slick-active {
	opacity: 1;
}
.single .single-slider .blocks-gallery-item img {
  height: 24.4444rem !important;
  object-fit: cover;
}
.single .wp-block-buttons {
  margin: 1.444rem 0 3.333rem;
}
.single .wp-block-buttons .wp-block-button:first-of-type .wp-block-button__link {
  border-color: #c4c4c4;
}
.single .wp-block-buttons .wp-block-button:last-of-type .wp-block-button__link {
  -webkit-box-shadow: 0px 5px 20px -10px rgba(220, 77, 33, 0.7);
          box-shadow: 0px 5px 20px -10px rgba(220, 77, 33, 0.7);
}



section.wp-block-group.stages,
section.wp-block-group.cat,
section.wp-block-group.works,
.reviews,
.clients {
  padding-left: 30px;
}
section.wp-block-group.form, 
div.wp-block-group{
  padding: 0 30px;
}
h3.has-text-align-center {
  margin: 1.75em 0px;
}
.reviews .wp-block-gallery .blocks-gallery-item img {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .wp-block-group.about .wp-block-columns {
    flex-direction: column;
    row-gap: 20px;
  }
}
.wp-block-group.sidebar-contact {
  padding-left: 0;
}
.wp-block-group.sidebar-contact img {
  flex-shrink: 0;
}
.footer-row:first-of-type,
.footer-row:last-of-type {
  padding: 0 20px;
}
header {padding-left:30px}
.footer-row .footer-menu:first-of-type {padding-left:30px}
.footer-social {display:none}
.footer-contact {
	display: flex;
    flex-direction: column;
    width: 35%;
}
.footer-phones, .footer-adres, .footer-name {
	color: #acacb0;
}
.stages {display: none;}