/*!
Theme Name: Frotelly
Theme URI: https://dmytrospektoruk.pro
Author: Dmytro Spektoruk
Author URI: http://dmytrospektoruk.pro
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: frotelly
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 with others.

Frotelly is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Vendors
	## Flexslider
	## Magnific Popup
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Pagination
# Accessibility
# Alignments
# Clearings
# Animations
# Widgets
# Content
	## Posts and pages
		### Category
		### Single Post
		### Portfolio
		### Testimonial
		### FAQ
		### Actions
		### About us
		### Home
		### Project Selection
	## Comments
	## Site Elements
		### Header
		### Footer
		### Icons
		### Title
		### Socials
		### Post Meta
		### Share Buttons
		### Order Form
		### Services
		### Testimonials
		### Slider (Images)
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("./assets/dist/fonts/Montserrat-Medium/Montserrat-Medium.woff2") format("woff2"), url("./assets/dist/fonts/Montserrat-Medium/Montserrat-Medium.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("./assets/dist/fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff2") format("woff2"), url("./assets/dist/fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff") format("woff");
}

/* --------------------------------
 * Breakpoints
 * -------------------------------- */
/* --------------------------------
 * Grid styles
 * -------------------------------- */
.container, .container-flex {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  max-width: 47.25rem;
}

@media only screen and (min-width: 64rem) {
  .container, .container-flex {
    max-width: 60.75rem;
  }
}

@media only screen and (min-width: 75rem) {
  .container, .container-flex {
    max-width: 75rem;
  }
}

.grid-columns-2 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.grid-columns-2 > * {
  margin-left: 1rem;
  margin-right: 1rem;
  width: 100%;
  max-width: calc(100% - 2*1rem);
}

@media only screen and (min-width: 48rem) {
  .grid-columns-2 > * {
    max-width: calc(100%/2 - 2*1rem);
  }
}

.grid-columns-3 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.grid-columns-3 > * {
  margin-left: 1rem;
  margin-right: 1rem;
  width: 100%;
  max-width: calc(100% - 2*1rem);
}

@media only screen and (min-width: 48rem) {
  .grid-columns-3 > * {
    max-width: calc(100%/3 - 2*1rem);
  }
}

/* --------------------------------
 * Helpers styles
 * -------------------------------- */
.img-responsive, .img-wrapper img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.wpcf7-checkbox .wpcf7-list-item-label::before, .sandwich__item, .portfolio-info .btn, .portfolio-info .vc_btn3, .footer-banner, .footer-menu a, .icon, .post-thumbnail,
.post-gallery .flexslider {
  display: inline-block;
  vertical-align: middle;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"], .site, .page-id-15328 .nav-tabs, .adw-step-inner, .form-inner .leave-request-inner, .order-form {
  margin-left: auto;
  margin-right: auto;
}


.mobile-menu ul,
.posts-list,
.entry-content ul,
.single-post ul,
.portfolio-description ul,
.portfolio-info,
.single-portfolio .right-block ul,
.footer .menu,
.footer .sub-menu,
.socials,
.share-buttons,
.slider-images .slides {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.container::after, .clearfix {
  content: "";
  display: table;
  table-layout: fixed;
}

.wpcf7-checkbox .wpcf7-list-item-label::before, .adw-step-number::after {
  content: '';
  pointer-events: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"], .btn, .vc_btn3, .wpcf7-checkbox label {
  cursor: pointer;
}

.read-more, .main-navigation > ul > li:not(.current-menu-item):not(.wpml-ls-item) > a, .submit-wrap, .wpcf7-form-control-wrap, .main-navigation > ul > li > a, .main-navigation li, .testi-content, .testi-content > *, .faq-q, .faq-a, .adw-step-number, .img-wrapper, .icon, .testimonials .testimonial, .single-portfolio .post-thumbnail, .single-portfolio .post-gallery .flexslider, .post-video {
  position: relative;
}

.hidden {
  display: none;
}

.read-more, .main-navigation > ul > li:not(.current-menu-item):not(.wpml-ls-item) > a {
  transition-duration: .5s;
}

.no-touchevents .read-more:hover, .no-touchevents .main-navigation > ul > li:not(.current-menu-item):not(.wpml-ls-item) > a:hover {
  color: transparent;
}

.no-touchevents .read-more:hover::before, .no-touchevents .main-navigation > ul > li:not(.current-menu-item):not(.wpml-ls-item) > a:hover::before {
  transform: scale(1) translateX(0) translateY(0) rotate(0deg);
  opacity: 1;
}

.read-more::before, .main-navigation > ul > li:not(.current-menu-item):not(.wpml-ls-item) > a::before {
  content: attr(title);
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s;
  top: 0;
  bottom: 0;
  transform: scale(1.1) translateX(0.625rem) translateY(-0.625rem) rotate(4deg);
}

.text-box-lg {
  max-width: 920px;
}

.text-box-md {
  max-width: 768px;
}

.text-box-sm {
  max-width: 570px;
}

hr {
  margin-top: 1px;
  margin-bottom: 1px;
  border: 0;
  height: 1px;
  background-color: #eae9e9;
}

.btn, .vc_btn3, .bottom-adw-title, .adw-step-number, .adw-step-text, .form-inner .form-col-1, .footer-menu ul:first-child li:first-child > a {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.posts-item__date {
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6, .portfolio-grid__item, .portfolio-info .order, .portfolio-related_grid .category, .vc_align_center, .home .portfolio-grid, .bottom-adw-text, .nav-tabs a, .form-inner .form-col-2, .site-branding, .footer-banner, .service {
  text-align: center;
}

.posts-item__title, .faq-title, .vc_col-sm-6 h4,
.vc_col-sm-6 h5, .page-title {
  text-align: left;
}

.widget:last-child, .posts-item:last-child, .category .post:last-child, .portfolio-info_li:last-child, .faq:last-child, .faq-content p:last-child, .home .advantages .wp-block-column:last-child, .post-meta:last-child {
  margin-bottom: 0;
}

.site-description {
  text-transform: uppercase;
}

blockquote p, .submit-wrap .ajax-loader, .posts-item__title, .vc_col-sm-6 h4:empty,
.vc_col-sm-6 h5:empty {
  margin: 0;
}

p:empty, .wpcf7 p, .main-navigation ul ul li:last-child > a, .portfolio-grid__item .description, .home .entry-content h1, .home .advantages p, .form-inner .wpcf7-form-control-wrap, .site-description, .page-title, .order-form .wpcf7-response-output {
  margin-bottom: 0;
}

.main-navigation > ul > li:not(.current-menu-item):not(.wpml-ls-item) > a, .faq .marker, .page-id-15328 .wpcf7, .service .img-wrapper, .testimonials {
  color: #2d2b2c;
}

p, dl, 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"],
input[type="file"],
textarea, .posts-item__title, .portfolio-grid__block, .footer-banner, .footer-banner:visited, .page-title, .single-portfolio .post-meta .img-wrapper {
  color: #787476;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"], .main-navigation > .sticked > li:not(.current-menu-item):not(.wpml-ls-item) a, .main-navigation ul ul a, .adw-step-number, .nav-tabs .active a, .nav-tabs .active a:focus, .nav-tabs .active a:active,
.no-touchevents .nav-tabs .active a:hover, .socials-link, .no-touchevents .socials-link:hover {
  color: #fff;
}

.read-more::before, .main-navigation > ul > li:not(.current-menu-item):not(.wpml-ls-item) > a::before, .btn, .vc_btn3, .main-navigation > ul > li.current_page_item > a, .main-navigation > ul > li.current-menu-item > a, .main-navigation > ul > li.current_page_ancestor > a, .main-navigation > ul > li.current-menu-ancestor > a, .mobile-menu .current_page_item > a,
.mobile-menu .current-menu-item > a,
.mobile-menu .current_page_ancestor > a,
.mobile-menu .current-menu-ancestor > a, .header-adw-title span,
.bottom-adw-title span,
.leave-request-text span,
.bottom-adw-title-2 span, .adw-step-text span, .post-meta .img-wrapper {
  color: #f15c59;
}

.posts-item__title a, .portfolio-grid__block .portfolio-grid__item, .portfolio-grid__item .category, .page-id-15328 .wpcf7 p, .nav-tabs a:focus, .nav-tabs a:active,
.no-touchevents .nav-tabs a:hover, .site-info__link {
  color: inherit;
}

.btn, .vc_btn3, .site-main, .adw-step-inner, .nav-tabs a, .tab-content, .form-inner, .site-header, .slider-images .flex-control-nav li a {
  background-color: #fff;
}

.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before, .nav-tabs .active a, .socials-icon {
  background-color: #f15c59;
}

.no-touchevents button:hover, .no-touchevents input[type="button"]:hover, .no-touchevents input[type="reset"]:hover, .no-touchevents input[type="submit"]:hover, .main-navigation .sticked, .no-touchevents .socials-link:hover .socials-icon {
  background-color: #2d2b2c;
}

.container-flex, .grid, button,
input[type="button"],
input[type="reset"],
input[type="submit"], .submit-wrap, .wpcf7-form-control-wrap, .wpcf7-not-valid-tip, .nav-links,
.pagination, .page-numbers, .vc_row, .adw-step-inner, .adw-step-number, .nav-tabs a, .form-inner, .form-inner .leave-request-inner, .header-top, .svg-wrapper, .socials, .socials-link, .post-meta, .share-buttons, .services {
  display: flex;
}

.sandwich, .portfolio-grid__item, .adw-step-items, .header-top__contacts, .site-info__wrapper {
  display: flex;
  flex-direction: column;
}

.grid-columns-2, .grid-columns-3, .main-navigation > ul, .portfolio-grid, .portfolio-related_grid, .vc_row, .form-inner, .post-meta, .services {
  flex-wrap: wrap;
}

.sandwich {
  justify-content: space-between;
}


.pagination, .header-top__contacts, .socials {
  justify-content: center;
}

.wpcf7-not-valid-tip, .portfolio-grid__item, .adw-step-inner, .form-inner .leave-request-inner, .share-buttons {
  align-items: center;
}

.page-numbers, .adw-step-number, .nav-tabs a, .svg-wrapper, .socials-link {
  align-items: center;
  justify-content: center;
}

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

*::-moz-selection {
  background-color: #f15c59;
  color: #2d2b2c;
}

*::selection {
  background-color: #f15c59;
  color: #2d2b2c;
}

@-ms-viewport {
  width: device-width;
}

html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  font-size: 100%;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Flexslider
--------------------------------------------------------------*/
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

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

.slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider.no-dots {
  margin-bottom: 2.1875rem;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 492 492'%3E%3Cpath d='M198.608,246.104L382.664,62.04c5.068-5.056,7.856-11.816,7.856-19.024c0-7.212-2.788-13.968-7.856-19.032l-16.128-16.12 C361.476,2.792,354.712,0,347.504,0s-13.964,2.792-19.028,7.864L109.328,227.008c-5.084,5.08-7.868,11.868-7.848,19.084 c-0.02,7.248,2.76,14.028,7.848,19.112l218.944,218.932c5.064,5.072,11.82,7.864,19.032,7.864c7.208,0,13.964-2.792,19.032-7.864 l16.124-16.12c10.492-10.492,10.492-27.572,0-38.06L198.608,246.104z'/%3E%3C/svg%3E");
  color: rgba(0, 0, 0, 0.8);
}

.flex-direction-nav a.flex-next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 492.004 492.004'%3E%3Cpath d='M382.678,226.804L163.73,7.86C158.666,2.792,151.906,0,144.698,0s-13.968,2.792-19.032,7.86l-16.124,16.12 c-10.492,10.504-10.492,27.576,0,38.064L293.398,245.9l-184.06,184.06c-5.064,5.068-7.86,11.824-7.86,19.028 c0,7.212,2.796,13.968,7.86,19.04l16.124,16.116c5.068,5.068,11.824,7.86,19.032,7.86s13.968-2.792,19.032-7.86L382.678,265 c5.076-5.084,7.864-11.872,7.848-19.088C390.542,238.668,387.754,231.884,382.678,226.804z'/%3E%3C/svg%3E%0A");
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 519.479 519.479'%3E%3Cg%3E%3Cpath d='M193.441,0h-75.484c-16.897,0-30.6,13.703-30.6,30.6v458.277c0,16.898,13.703,30.602,30.6,30.602h75.484 c16.897,0,30.6-13.703,30.6-30.602V30.6C224.042,13.703,210.339,0,193.441,0z'/%3E%3Cpath d='M401.521,0h-75.484c-16.896,0-30.6,13.703-30.6,30.6v458.277c0,16.898,13.703,30.602,30.6,30.602h75.484 c16.896,0,30.6-13.703,30.6-30.602V30.6C432.121,13.703,418.418,0,401.521,0z'/%3E%3C/g%3E%3C/svg%3E");
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 320.001 320.001' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m295.84 146.049-256-144c-4.96-2.784-11.008-2.72-15.904.128-4.928 2.88-7.936 8.128-7.936 13.824v288c0 5.696 3.008 10.944 7.936 13.824 2.496 1.44 5.28 2.176 8.064 2.176 2.688 0 5.408-.672 7.84-2.048l256-144c5.024-2.848 8.16-8.16 8.16-13.952s-3.136-11.104-8.16-13.952z'/%3E%3C/svg%3E");
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/*--------------------------------------------------------------
## Magnific Popup
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #787476;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

/* --------------------------------
 * Typography styles
 * -------------------------------- */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

dl,
ol,
pre,
ul {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

address,
dl,
ol,
pre,
ul {
  margin-bottom: 1.6rem;
}

caption,
th {
  text-align: left;
}

dd,
label,
legend {
  margin-bottom: 1rem;
}

address,
legend {
  line-height: inherit;
}

label,
output {
  display: inline-block;
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

address {
  font-style: normal;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0 0 1.6rem;
}

figure {
  margin: 0;
}

pre {
  overflow: auto;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  color: #818a91;
  caption-side: bottom;
}

small {
  font-size: 80%;
  font-weight: 400;
}

mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

[role="button"] {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

[tabindex="-1"]:focus {
  outline: 0 none !important;
}

a {
  color: #2d2b2c;
  transition: all .3s ease 0s;
}

a:focus,
.no-touchevents a:hover {
  color: #f15c59;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):focus,
.no-touchevents a:not([href]):hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1.3em;
}

p:empty {
  height: 0;
}

small,
.font_small {
  font-size: 0.75em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #2d2b2c;
  font-family: Ubuntu, sans-serif;
  line-height: 1.3;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 40px;
  font-size: 2.5rem;
}

@media only screen and (min-width: 48rem) {
  h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

h2,
h3 {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 1.875rem;
}

@media only screen and (min-width: 48rem) {
  h2,
  h3 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

h4,
h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
}

.subtitle {
  margin-top: 0;
  margin-bottom: 3rem;
}

p {
  margin-bottom: 1.5rem;
}

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

blockquote {
  padding-left: 1rem;
  border-left: 0.3125rem solid #eae9e9;
}

address {
  margin: 0 0 1.5rem;
}

pre {
  background: #f4f4f4;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 1.6rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6rem;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #ecede9 url("./assets/dist/img/general/main_bg.png") repeat top center scroll;
  /* Fallback for when there is no custom background color defined. */
}

@media only screen and (min-width: 40rem) {
  body {
    padding-top: 2.375rem;
  }
}

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

.wp-block-separator {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media only screen and (min-width: 40rem) {
  .wp-block-separator {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

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

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: #f15c59;
  padding: 1.25rem 1.875rem 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  outline: none;
  transition: background-color 0.25s;
}

.btn, .vc_btn3 {
  padding: 0.375rem 1.375rem 0.4375rem;
  border: 0.0625rem solid #ddd;
  border-radius: 1.375rem;
  transition: background-color 0.25s;
}

.no-touchevents .btn:hover, .no-touchevents .vc_btn3:hover {
  background-color: #f5f5f5;
}

.read-more {
  font-size: 18px;
  font-size: 1.125rem;
}

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"],
input[type="file"],
textarea {
  border: none;
  background-color: #f4f4f1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 1.0625rem 1.25rem;
  outline: none;
  max-width: 100%;
  width: 100%;
}

select {
  border: 1px solid #ddd;
}

textarea {
  width: 100%;
  resize: none;
  height: 12.125rem;
}

.submit-wrap .ajax-loader {
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  top: calc(100% + 0.3125rem);
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  background-color: #FCF8E3;
  color: #C09853;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
}

.wpcf7-form-control-wrap {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 48rem) {
  .wpcf7-form-control-wrap {
    margin-bottom: 2rem;
  }
}

.wpcf7-not-valid-tip {
  color: #B94A48;
  background-color: #F2DEDE;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 1rem 1.25rem;
  pointer-events: none;
}

.wpcf7-checkbox .wpcf7-list-item-label::before {
  margin-right: 1rem;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #eae9e9;
  border: 0.0625rem solid #eae9e9;
}

.wpcf7-checkbox input[type="checkbox"] {
  display: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #2d2b2c;
  text-decoration: none;
}

a:visited {
  color: #2d2b2c;
}

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

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
}

.main-navigation .sticked {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem 5rem 0;
  z-index: 5;
}

@media only screen and (min-width: 75rem) {
  .main-navigation > .sticked a {
    color: #fff;
  }
}

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

@media only screen and (min-width: 75rem) {
  .main-navigation ul {
    display: block;
  }
}

.main-navigation ul ul {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  float: left;
  position: absolute;
  top: calc(100% + 0.625rem);
  left: -999em;
  z-index: 99999;
  opacity: 0;
  transition: top 0.25s, opacity 0.25s;
}

@media only screen and (min-width: 75rem) {
  .main-navigation ul ul {
    background-color: #f15c59;
    border-radius: 0.8125rem;
    padding: 1rem 0 1.125rem;
  }
}

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

@media only screen and (min-width: 75rem) {
  .main-navigation ul ul li {
    margin-right: -0.3125rem;
    padding-left: 1rem;
    padding-right: 1.3125rem;
  }
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
  top: -1rem;
}

.main-navigation ul ul a {
  width: 9.375rem;
}

@media only screen and (min-width: 75rem) {
  .main-navigation ul ul a {
    line-height: 1;
    margin-bottom: 0.5rem;
  }
}

@media only screen and (min-width: 75rem) {
  .no-touchevents .main-navigation ul ul a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 50%;
  top: 100%;
  opacity: 1;
}

@media only screen and (min-width: 75rem) {
  .main-navigation > ul {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    display: flex;
    margin-bottom: -1rem;
  }
}

.main-navigation > ul > li > a {
  white-space: nowrap;
  transition-duration: .5s;
}

@media only screen and (min-width: 48rem) {
  .main-navigation > ul > li > a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    min-height: 1px;
  }
}

@media only screen and (min-width: 75rem) {
  .main-navigation > ul > li > a {
    padding-bottom: 1rem;
  }
}

.main-navigation > ul > li > ul {
  transform: translateX(-50%);
}

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

/* Small menu. */
.mobile-menu {
  display: none;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 1px;
  margin-left: -1rem;
  margin-right: -1rem;
  background-color: rgba(220, 217, 217, 0.38);
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 48rem) {
  .mobile-menu {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    min-height: 1px;
    margin-left: 0;
    margin-right: 0;
  }
}

.mobile-menu br {
  display: none;
}

.mobile-menu ul ul {
  padding-left: 1rem;
}

.mobile-menu a {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.mobile-menu .menu > .menu-item-language {
  border-top: 0.0625rem solid #eae9e9;
  margin-top: 0.625rem;
  padding-top: 0.5rem;
}

.sandwich {
  width: 2.5rem;
  height: 2.125rem;
  padding: 0.25rem 0.25rem;
  transition: transform 0.3s 0s linear;
  margin-right: auto;
}

@media only screen and (min-width: 75rem) {
  .sandwich {
    display: none;
  }
}

.sandwich__item {
  height: 0.25rem;
  background-color: #787476;
  transition: all 0.3s 0s ease-in-out;
  transform-origin: 0 50%;
  width: 2rem;
}

.menu-opened .sandwich__item:nth-child(1) {
  transform: rotate(90deg) translateX(-0.28125rem) translateY(-0.9375rem);
}

.menu-opened .sandwich__item:nth-child(2) {
  opacity: 0;
}

.menu-opened .sandwich__item:nth-child(3) {
  transform: rotate(0deg) translateY(-0.6875rem);
}

.menu-opened .sandwich {
  transform: rotate(45deg);
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.nav-links {
  margin-bottom: 2.5rem;
}

.page-numbers {
  width: 2.375rem;
  height: 2.375rem;
  border: 0.0625rem solid #ddd;
  border-left: none;
}

.page-numbers:first-child {
  border-left: 0.0625rem solid #ddd;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-numbers:last-child {
  border-left: 0.0625rem solid #ddd;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #2d2b2c;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #f2f2f2;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.delay-03 {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpTransl {
  from {
    opacity: 0;
    transform: translate3d(-50%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
  }
}

@keyframes fadeInUpTransl {
  from {
    opacity: 0;
    transform: translate3d(-50%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
  }
}

.fadeInUpTransl {
  -webkit-animation-name: fadeInUpTransl;
          animation-name: fadeInUpTransl;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 2.5rem;
  /* Make sure select elements fit in widgets. */
}

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

.posts-list .post-thumbnail {
  float: left;
  margin-right: 1.25rem;
  margin-bottom: 0.625rem;
  height: 6.25rem;
  width: 6.25rem;
}

.posts-item {
  margin-bottom: 3.125rem;
}

.posts-item__title {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline;
}

.posts-item__date {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}

.posts-item .excerpt {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.posts-item .read-more {
  clear: both;
}

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

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

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

.entry-content ul {
  margin-bottom: 1.3rem;
}

.entry-content ol {
  margin-left: 0;
}

.page .entry-content {
  margin-top: 0;
}

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

.site {
  width: 100%;
  max-width: 83.125rem;
}

.site-main {
  padding-bottom: 3.125rem;
  padding-top: 1.875rem;
  border-bottom-right-radius: 1.4375rem;
  border-bottom-left-radius: 1.4375rem;
}

@media only screen and (min-width: 64rem) {
  .site-main {
    padding-top: 0;
  }
}

.has-sidebar {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "hd" "main" "sb";
}

@media only screen and (min-width: 48rem) {
  .has-sidebar {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "hd hd hd" "main main sb";
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

@media only screen and (min-width: 64rem) {
  .has-sidebar {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}

.has-sidebar .page-header {
  grid-area: hd;
}

.has-sidebar .site-content {
  grid-area: main;
  overflow: hidden;
}

.has-sidebar .widget-area {
  grid-area: sb;
}

.site-content {
  overflow-x: hidden;
}

/*--------------------------------------------------------------
### Category
--------------------------------------------------------------*/
.category .post {
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 64rem) {
  .category .post {
    margin-bottom: 3.75rem;
  }
}

/*--------------------------------------------------------------
### Single Post
--------------------------------------------------------------*/
.single-post ul {
  margin-bottom: 1.3rem;
}

/*--------------------------------------------------------------
### Portfolio
--------------------------------------------------------------*/
.portfolio-grid {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}

.portfolio-grid > * {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
  width: 100%;
  max-width: calc(100% - 2*1.5625rem);
}

@media only screen and (min-width: 48rem) {
  .portfolio-grid > * {
    max-width: calc(100%/3 - 2*1.5625rem);
  }
}

.portfolio-grid__cards {
  align-items: flex-start;
  justify-content: space-around;
}

.portfolio-grid__item {
  margin-bottom: 3.125rem;
}

.no-touchevents .portfolio-grid__item:hover img {
  opacity: .2;
}

.portfolio-grid__item .img-wrapper {
  width: 100%;
  border-top-right-radius: 0.875rem;
  border-top-left-radius: 0.875rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.portfolio-grid__item img {
  width: 100%;
  height: 14.375rem;
  transition: opacity 0.25s;
}

.portfolio-grid__item .category {
  font-size: 20px;
  font-size: 1.25rem;
}

.portfolio-grid__item .description {
  margin-top: 1rem;
}

.portfolio-tags {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 0.5rem;
}

.portfolio-tag {
  margin: 0.5rem 1rem 0 0;
}

.portfolio-content .portfolio {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "left" "right";
}

@media only screen and (min-width: 48rem) {
  .portfolio-content .portfolio {
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas: "left left left left left left left right right right right right";
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

@media only screen and (min-width: 64rem) {
  .portfolio-content .portfolio {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}

.portfolio-content .left-block {
  grid-area: left;
}

.portfolio-content .right-block {
  grid-area: right;
}

.portfolio-info {
  border-bottom: 0.0625rem solid #eae9e9;
  padding-bottom: 1rem;
}

.portfolio-info_li {
  margin-bottom: 0.5rem;
}

.portfolio-info .order {
  margin-top: 1rem;
}

.portfolio-related_h {
  border-top: 0.0625rem solid #eae9e9;
  padding-top: 2.1875rem;
  margin-bottom: 2.1875rem;
  margin-top: 0;
  font-size: 26px;
  font-size: 1.625rem;
}

.portfolio-related_grid {
  margin-left: -1rem;
  margin-right: -1rem;
}

.portfolio-related_grid > * {
  margin-left: 1rem;
  margin-right: 1rem;
  width: 100%;
  max-width: calc(100%/2 - 2*1rem);
}

@media only screen and (min-width: 48rem) {
  .portfolio-related_grid > * {
    max-width: calc(100%/4 - 2*1rem);
  }
}

.portfolio-related_grid img {
  height: 7.8125rem;
}

@media only screen and (min-width: 40rem) {
  .portfolio-related_grid img {
    height: 12.5rem;
  }
}

@media only screen and (min-width: 48rem) {
  .portfolio-related_grid img {
    height: 5.625rem;
  }
}

@media only screen and (min-width: 75rem) {
  .portfolio-related_grid img {
    height: 6.875rem;
  }
}

.portfolio-related_grid .category {
  font-size: 16px;
  font-size: 1rem;
}

.portfolio-related_grid .portfolio-grid__item {
  margin-bottom: 1.5625rem;
}

/*--------------------------------------------------------------
### Testimonial
--------------------------------------------------------------*/
.testi .entry-content {
  background-color: #f4f4f4;
  padding: 0.9375rem;
  margin-bottom: 2.1875rem;
  margin-top: 0;
}

@media only screen and (min-width: 40rem) {
  .testi .entry-content {
    padding: 1.25rem;
  }
}

@media only screen and (min-width: 64rem) {
  .testi .entry-content {
    padding: 1.875rem;
  }
}

.testi-content {
  font-style: italic;
}

.testi-content .img-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.75rem;
  height: 2.75rem;
  color: #e8e8e8;
}

/*--------------------------------------------------------------
### FAQ
--------------------------------------------------------------*/
.faq {
  margin-bottom: 2.5rem;
}

.faq .marker {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.faq-q, .faq-a {
  padding-left: 1.875rem;
}

.faq-title {
  margin-bottom: 1rem;
  margin-top: 0;
}

.faq-content {
  padding-top: 0.125rem;
}

.faq-content table,
.faq-content th,
.faq-content td {
  border: 0.0625rem solid #ddd;
}

.faq-content th,
.faq-content td {
  padding: 0.3125rem 0.5rem;
}

/*--------------------------------------------------------------
### Actions
--------------------------------------------------------------*/
.vc_row {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}

.vc_row > * {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
  width: 100%;
  max-width: calc(100% - 2*1.5625rem);
}

@media only screen and (min-width: 48rem) {
  .vc_col-sm-4 {
    max-width: calc(100%/3 - 2*1.5625rem);
  }
}

@media only screen and (min-width: 48rem) {
  .vc_col-sm-6 {
    max-width: calc(100%/2 - 2*1.5625rem);
  }
}

.vc_col-sm-6 h4,
.vc_col-sm-6 h5 {
  margin-bottom: 0.5rem;
}

.vc_col-sm-6 h5 + h5 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.vc_col-sm-6 .vc_single_image-img {
  margin-bottom: 2rem;
}

.vc_figure {
  margin-top: 0;
  border-top-right-radius: 0.875rem;
  border-top-left-radius: 0.875rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.vc_figure .vc_single_image-img {
  width: 100%;
  transition: opacity 0.25s;
}

.no-touchevents .wpb_single_image:hover .vc_single_image-img {
  opacity: .2;
}

.vc_custom_heading {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 3.125rem;
}

.entry-content {
  overflow: hidden;
}

.vc_btn3 {
  margin-bottom: 2rem;
}

.no-touchevents .vc_btn3:hover {
  background-color: #f5f5f5 !important;
}

/*--------------------------------------------------------------
### About us
--------------------------------------------------------------*/
.page-id-1797 .wp-block-image {
  margin-bottom: 1.875rem;
}

@media only screen and (min-width: 40rem) {
  .page-id-1797 .wp-block-image {
    margin-bottom: 3.125rem;
  }
}

.page-id-1797 .wp-block-image figure {
  margin-top: 0;
  margin-bottom: 0;
  border-top-right-radius: 1.5rem;
  border-top-left-radius: 1.5rem;
  overflow: hidden;
}

/*--------------------------------------------------------------
### Home
--------------------------------------------------------------*/
.home .entry-content h1 {
  font-size: 25px;
  font-size: 1.5625rem;
}

@media only screen and (min-width: 48rem) {
  .home .entry-content h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

.home .entry-content h1 + p {
  margin-bottom: 2.1875rem;
}

.home .advantages {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 40rem) {
  .home .advantages {
    margin-bottom: -0.625rem;
  }
}

.home .advantages .wp-block-column {
  margin-bottom: 2.5rem;
}

.home .advantages h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 48rem) {
  .home .advantages h3 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
  }
}

/*--------------------------------------------------------------
### Project Selection
--------------------------------------------------------------*/
.page-id-15328 .site-content,
.page-id-15328 .entry-content {
  overflow: unset;
}

.page-id-15328 .nav-tabs {
  width: 100%;
  max-width: 90%;
}

.header-adw-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.bottom-adw-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}

.bottom-adw-text {
  margin-bottom: 1.25rem;
}

.header-adw-text {
  margin-bottom: 1.5rem;
}

.adw-step-items {
  margin-bottom: 1.875rem;
}

@media only screen and (min-width: 64rem) {
  .adw-step-items {
    flex-direction: row;
    justify-content: space-between;
  }
}

.adw-step-inner {
  width: 100%;
  max-width: 18.125rem;
  height: 3rem;
  margin-bottom: 1.25rem;
  border: 0.0625rem solid #fff;
  box-shadow: 0.25rem 0.5rem 2.875rem 0 rgba(235, 235, 235, 0.75);
}

@media only screen and (min-width: 64rem) {
  .adw-step-inner {
    max-width: 31.5%;
    margin: 0;
  }
}

@media only screen and (min-width: 64rem) {
  .adw-step-inner:nth-child(2) {
    margin: 0 auto;
  }
}

.adw-step-number {
  background-color: #efefef;
  height: 100%;
  width: 2.0625rem;
  margin-right: 0.875rem;
  flex-shrink: 0;
}

.adw-step-number::after {
  border: 1.5rem solid transparent;
  border-left: 0.5rem solid #efeff0;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
}

.adw-step-text {
  font-size: 12px;
  font-size: 0.75rem;
}

.nav-tabs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem 0.9375rem;
  font-size: 12px;
  font-size: 0.75rem;
}

@media only screen and (min-width: 64rem) {
  .nav-tabs {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.nav-tabs li {
  width: 100%;
}

.nav-tabs .active a:focus, .nav-tabs .active a:active,
.no-touchevents .nav-tabs .active a:hover {
  cursor: auto;
  border-color: #f15c59;
}

.nav-tabs a {
  box-shadow: 0.25rem 0.5rem 2.875rem 0 rgba(235, 235, 235, 0.75);
  padding: 0.5rem 0.75rem;
  border: 0.0625rem solid #fff;
  height: 100%;
  min-height: 3.4375rem;
  transition: border-color 0.25s, color 0.25s, background-color 0.25s;
}

.nav-tabs a:focus, .nav-tabs a:active,
.no-touchevents .nav-tabs a:hover {
  border-color: #ddd;
}

.tab-content {
  padding: 1.25rem 3.75rem;
  box-shadow: 0.25rem 0.5rem 2.875rem 0 rgba(235, 235, 235, 0.75);
  margin-bottom: 2.5rem;
}

.tab-content .tab-pane {
  display: none;
}

.tab-content .active {
  display: block;
}

.tab-content .wpcf7-checkbox {
  font-size: 14px;
  font-size: 0.875rem;
}

@media only screen and (min-width: 64rem) {
  .tab-content .wpcf7-checkbox {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.tab-content .wpcf7-list-item {
  width: 100%;
}

.tab-content .wpcf7-form-control-wrap {
  margin-bottom: 0.3125rem;
}

.form-inner {
  box-shadow: 0.25rem 0.5rem 2.875rem 0 rgba(235, 235, 235, 0.75);
  margin-bottom: 1.875rem;
}

.form-inner > * {
  width: 100%;
}

@media only screen and (min-width: 40rem) {
  .form-inner > * {
    max-width: 50%;
  }
}

.form-inner .form-col-1 {
  padding: 1.25rem;
}

.form-inner .form-col-2 {
  padding: 1.25rem;
  background: url("https://frotelly.com.ua/wp-content/uploads/2018/03/Sloj-1.png") center center/cover no-repeat;
}

.form-inner .leave-request-inner {
  margin-bottom: 1.875rem;
  max-width: 80%;
}

@media only screen and (min-width: 40rem) {
  .form-inner .leave-request-inner {
    margin-bottom: 3.125rem;
  }
}

.form-inner .leave-request-img {
  width: 1.875rem;
  margin-right: 1.25rem;
}

@media only screen and (min-width: 40rem) {
  .form-inner .leave-request-img {
    margin-right: 1.875rem;
  }
}

.form-inner input:not([type="submit"]) {
  background-color: #fff;
  padding: 0.625rem 0.9375rem;
}

.form-inner input[type="submit"] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}

.form-inner .form-rext {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Site Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Header
--------------------------------------------------------------*/
.site-header {
  padding-top: 1.25rem;
  border-top-right-radius: 1.4375rem;
  border-top-left-radius: 1.4375rem;
}

@media only screen and (min-width: 48rem) {
  .site-header {
    padding-bottom: 1.625rem;
  }
}

.header-top {
  justify-content: flex-end;
}

.header-top__contacts {
  margin-left: 3.75rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 75rem) {
  .header-top__contacts {
    margin-bottom: 0;
  }
}

.header-top__contacts .phone {
  margin-bottom: 0.3125rem;
}

@media only screen and (min-width: 75rem) {
  .site-branding {
    text-align: left;
  }
}

.site-description {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 0.25rem;
}

@media only screen and (min-width: 75rem) {
  .site-description {
    margin-bottom: 2.1875rem;
  }
}

/*--------------------------------------------------------------
### Footer
--------------------------------------------------------------*/
.footer {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.footer-banner {
  border-radius: 0.8125rem;
  margin-bottom: 3.125rem;
  width: 100%;
  background-image: url("./assets/dist/img/general/podbor-bg.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  font-size: 34px;
  font-size: 2.125rem;
}

@media only screen and (min-width: 40rem) {
  .footer-banner {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 1.875rem;
  }
}

.footer-menu {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding-top: 1rem;
  line-height: 1rem;
  margin-bottom: 4.375rem;
}

@media only screen and (min-width: 40rem) {
  .footer-menu {
    display: grid;
  }
}

@media only screen and (min-width: 64rem) {
  .footer-menu {
    grid-template-columns: repeat(6, 1fr);
  }
}

.footer-menu ul:first-child li:first-child > a {
  margin-bottom: 0.375rem;
}

.footer-menu a {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}

.footer-widgets {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 48rem) {
  .footer-widgets {
    flex-direction: row;
    align-items: center;
  }
}

.footer-sitemap {
  margin-top: 1rem;
}

/*--------------------------------------------------------------
### Icons
--------------------------------------------------------------*/
.img-wrapper {
  flex-shrink: 0;
}

.img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}

.img-wrapper img,
.img-wrapper svg {
  max-width: 100%;
  max-height: 100%;
}

.svg-wrapper {
  flex-shrink: 0;
}

.svg-wrapper .icon {
  top: 0;
}

.icon {
  width: 100%;
  height: 100%;
  top: -0.0625em;
  fill: currentColor;
  pointer-events: none;
}

.icon-zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  width: 2.25rem;
  height: 2.25rem;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.25s, transform 0.25s;
}

/*--------------------------------------------------------------
### Title
--------------------------------------------------------------*/
.page-header {
  padding: 1.3125rem 1.1875rem 1.5rem;
  background-color: #f4f4f1;
  border-radius: 0.875rem;
  margin-bottom: 2.3125rem;
  letter-spacing: 0.0625rem;
}

.page-title {
  font-size: 24px;
  font-size: 1.5rem;
}

/*--------------------------------------------------------------
### Socials
--------------------------------------------------------------*/
.socials {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 48rem) {
  .socials {
    justify-content: flex-end;
  }
}

.socials-link {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

@media only screen and (min-width: 40rem) {
  .socials-link {
    width: 2.875rem;
    height: 2.875rem;
  }
}

.no-touchevents .socials-link:hover .socials-icon {
  transform: rotateY(-180deg);
}

.no-touchevents .socials-link:hover .icon {
  transform: rotateY(-180deg);
}

.socials-icon {
  border-radius: 50%;
  transition: background-color 0.5s, transform 0.5s;
  width: 100%;
  height: 100%;
}

.socials .icon {
  width: 40%;
  transition: transform 0.5s;
}

/*--------------------------------------------------------------
### Post Meta
--------------------------------------------------------------*/
.post-meta {
  border-top: 0.0625rem solid #eae9e9;
  border-bottom: 0.0625rem solid #eae9e9;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-bottom: 1rem;
}

.post-meta .img-wrapper {
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: text-bottom;
}

.post-meta .icon {
  width: 1rem;
  height: 1rem;
}

.cat-links,
.posted-on,
.tags-links {
  margin-right: 1rem;
}

.cat-links:last-child,
.posted-on:last-child,
.tags-links:last-child {
  margin-right: 0;
}

/*--------------------------------------------------------------
### Share Buttons
--------------------------------------------------------------*/
.share-buttons {
  margin-bottom: 1.3rem;
}

.share-buttons .twitter {
  margin-bottom: 0.1875rem;
}

.share-buttons .pinterest {
  margin-bottom: 0.5625rem;
}

/*--------------------------------------------------------------
### Order Form
--------------------------------------------------------------*/
.order-form {
  border-radius: 1.5rem;
  width: 100%;
  max-width: 25rem;
  background-color: #ddd;
  padding: 1.5625rem;
}

@media only screen and (min-width: 40rem) {
  .order-form {
    padding: 2.5rem;
  }
}

/*--------------------------------------------------------------
### Services
--------------------------------------------------------------*/
.services {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  margin-bottom: -1.875rem;
}

@media only screen and (min-width: 48rem) {
  .services {
    margin-bottom: -3.125rem;
  }
}

.service {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  width: 100%;
  max-width: calc(100% - 2*1.875rem);
  margin-bottom: 1.875rem;
}

@media only screen and (min-width: 48rem) {
  .service {
    max-width: calc(100%/3 - 2*1.875rem);
    margin-bottom: 3.125rem;
  }
}

.service .img-wrapper {
  height: 3rem;
  margin-bottom: 1.875rem;
}

@media only screen and (min-width: 48rem) {
  .service .img-wrapper {
    margin-bottom: 2.5rem;
  }
}

/*--------------------------------------------------------------
### Testimonials
--------------------------------------------------------------*/
.testimonials {
  margin-bottom: -2.5rem;
}

.testimonials .testimonial {
  padding-left: 2.1875rem;
  margin-bottom: 2.5rem;
}

.testimonials .img-wrapper {
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
}

/*--------------------------------------------------------------
### Slider (Images)
--------------------------------------------------------------*/
.slider-images .flexslider {
  border-radius: 0.875rem;
  overflow: hidden;
  margin-bottom: 1.875rem;
}

.slider-images .flex-control-nav {
  bottom: 0.9375rem;
  z-index: 3;
}

.slider-images .flex-control-nav li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.slider-images .flex-control-nav li a {
  width: 0.8125rem;
  height: 0.8125rem;
  border: 0.125rem solid #fff;
  box-shadow: none;
}

.no-touchevents .slider-images .flex-control-nav li a:hover {
  background-color: transparent;
}

.slider-images .flex-control-nav li a.flex-active {
  background-color: transparent;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

img {
  -webkit-user-drag: none;
}

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

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

.post-thumbnail,
.post-gallery .flexslider {
  border-top-right-radius: 0.875rem;
  border-top-left-radius: 0.875rem;
  overflow: hidden;
  transition: all 0.25s;
}

.post .post-thumbnail, .post
.post-gallery .flexslider {
  margin-bottom: 2.1875rem;
  height: 10.625rem;
  width: 100%;
}

@media only screen and (min-width: 40rem) {
  .post .post-thumbnail, .post
  .post-gallery .flexslider {
    height: 19.6875rem;
  }
}

@media only screen and (min-width: 48rem) {
  .post .post-thumbnail, .post
  .post-gallery .flexslider {
    height: 14.6875rem;
  }
}

@media only screen and (min-width: 64rem) {
  .post .post-thumbnail, .post
  .post-gallery .flexslider {
    height: 19.0625rem;
  }
}

@media only screen and (min-width: 75rem) {
  .post .post-thumbnail, .post
  .post-gallery .flexslider {
    height: 23.75rem;
  }
}

.single-portfolio .post-thumbnail, .single-portfolio
.post-gallery .flexslider {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.no-touchevents .single-portfolio .post-thumbnail:hover .icon-zoom, .no-touchevents .single-portfolio
.post-gallery .flexslider:hover .icon-zoom {
  transform: scale(1);
  opacity: 1;
}

.post-video {
  margin-bottom: 2.1875rem;
  padding-top: 1.875rem;
  padding-bottom: 56.25%;
}

.post-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hentry .post-thumbnail {
  width: 100%;
}

.post-thumbnail img {
  width: 100%;
  height: 100%;
  transition: opacity 0.25s;
}

.no-touchevents a.post-thumbnail:hover img {
  opacity: 0.2;
}

/*--------------------------------------------------------------
## 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.5em 0;
}

.wp-caption-text {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
