@charset "UTF-8";
/*!
Theme Name: StrangeBrain theme
Theme URI: https://strangebrain.ru/
Author: Mikhail Voronin
Author URI: http://strangebrain.ru/
Description: Эта тема разработана специально для вашего сайта в дизайн-бюро StrangeBrain
Version: 3.1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: strangebrain

This theme, like WordPress, is licensed under the GPL.

StrangeBrain theme 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/
*/
/*
    VENDORS
*/
/*! 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 */
  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; }

/*
    INCLUDES
*/
/*------------------------------------*\
    Variables
\*------------------------------------*/
/*------------------------------------*\
    #Mixins
\*------------------------------------*/
/*------------------------------------*\
    #Fonts include
\*------------------------------------*/
@font-face {
  font-family: "TTNorms-Light";
  font-style: normal;
  src: url("../fonts/TTNorms-Light.eot?") format("eot"), url("../fonts/TTNorms-Light.woff") format("woff"), url("../fonts/TTNorms-Light.ttf") format("truetype"); }

@font-face {
  font-family: "TTNorms-Regular";
  font-style: normal;
  src: url("../fonts/TTNorms-Regular.eot?") format("eot"), url("../fonts/TTNorms-Regular.woff") format("woff"), url("../fonts/TTNorms-Regular.ttf") format("truetype"); }

/*------------------------------------*\
    Base
\*------------------------------------*/
@viewport {
  width: auto; }

@-ms-viewport {
  width: auto; }

@-o-viewport {
  width: auto; }

* {
  box-sizing: border-box; }

html,
body {
  width: 100%;
  font-size: 20px;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  background-color: #f1f1ec;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

body {
  color: #62798f;
  font-family: "TTNorms-Regular";
  font-size: 20px;
  line-height: 1;
  padding: 0;
  margin: 0; }

.page-content {
  background-color: #ffffff;
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

a {
  color: #62798f;
  text-decoration: none; }
  a:hover, a:focus {
    color: #7e92a6;
    outline: 0;
    text-decoration: none; }

button:focus {
  outline: 0; }

/*------------------------------------*\
    #Header
\*------------------------------------*/
.header {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 100%;
  font-family: "TTNorms-Regular"; }
  .header > nav {
    margin: 0; }

.headnav {
  position: relative;
  z-index: 110;
  height: 75px;
  padding-left: 170px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }
  .headnav__logo {
    height: 50px;
    width: auto;
    margin-right: 75px; }
  .headnav__ico-text-cont {
    margin-right: 55px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .headnav__ico {
    margin-right: 10px; }
  .headnav__desc {
    font-family: "TTNorms-Light";
    font-size: 0.8rem;
    line-height: 1.2rem;
    color: #4d6174; }
  .headnav__btn-cont {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .headnav__btn {
    right: 0;
    top: 20px;
    z-index: 10000; }
  .headnav__menu {
    position: relative;
    display: none;
    height: 75px;
    width: 75px;
    min-width: 75px;
    background-color: #9bb0c5;
    cursor: pointer; }
  .headnav__menu-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }

/*------------------------------------*\
    #Footer
\*------------------------------------*/
.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #cccccc;
  position: relative;
  z-index: 20;
  margin-left: 90px;
  background-color: #e7ecf2;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }
  .footer__cont {
    height: 100%;
    padding-left: 80px;
    padding-right: 80px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .footer__logo {
    height: 63px;
    width: auto;
    opacity: .35; }

/*------------------------------------*\
    #Global content
\*------------------------------------*/
.page-container {
  margin-top: 75px;
  margin-bottom: 60px; }

/*------------------------------------*\
    #Phone on mobile
\*------------------------------------*/
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important; }

.header a[href^=tel] {
  color: #62798f !important;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .header a[href^=tel]:hover {
    opacity: .8; }

.footer a[href^=tel] {
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .footer a[href^=tel]:hover {
    opacity: .8; }

/*------------------------------------*\
    #Selection
\*------------------------------------*/
::-moz-selection {
  background-color: #62798f;
  color: #fff; }

::selection {
  background-color: #62798f;
  color: #fff; }

.strangebrain {
  font-family: "TTNorms-Light";
  white-space: nowrap;
  opacity: .35;
  font-size: 13px;
  line-height: 1.5; }
  .strangebrain__icon {
    margin-right: 12px; }
  .strangebrain:hover {
    opacity: 1; }
  .strangebrain__link {
    color: #62798f;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
    .strangebrain__link:hover, .strangebrain__link:active, .strangebrain__link:focus {
      color: #62798f; }
  .strangebrain path {
    fill: #62798f !important; }

.main-content {
  padding-left: 90px;
  overflow: hidden; }

.d-none {
  display: none !important; }

.mainbtn {
  position: relative;
  cursor: pointer;
  font-family: "TTNorms-Regular";
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 8px;
  text-transform: lowercase;
  text-decoration: none;
  padding-left: 60px;
  padding-right: 40px;
  height: 75px;
  overflow: hidden;
  z-index: 10000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .mainbtn__arrow {
    margin-top: 4px;
    margin-left: 20px; }
  .mainbtn--part-fill::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
    background-color: #ced9e1;
    z-index: -1; }
  .mainbtn--part-fill:hover:before {
    width: 100%; }
  .mainbtn--link {
    padding: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
    .mainbtn--link::before {
      content: none !important; }
  .mainbtn::before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.ctrl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  z-index: 10;
  height: 75px;
  cursor: pointer; }
  .ctrl__slider-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .ctrl__left {
    padding-left: 35px;
    padding-right: 10px;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .ctrl__left:hover {
      opacity: .6; }
  .ctrl__right {
    padding-right: 35px;
    padding-left: 10px;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .ctrl__right:hover {
      opacity: .6; }
  .ctrl::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 65%;
    height: 100%;
    background-color: #ced9e1;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .ctrl:hover::before {
    width: 100%; }
  .ctrl__label {
    margin-left: 10px;
    margin-bottom: 5px;
    letter-spacing: 6px; }
  .ctrl--revers::before {
    left: auto;
    left: unset;
    right: 0; }

.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat; }
  .bg.rellax {
    top: -30px;
    height: 125%; }

/*------------------------------------*\
    #Scrollbar
\*------------------------------------*/
::-webkit-scrollbar {
  width: 6px;
  height: 0; }

::-webkit-scrollbar-track {
  background: transparent; }

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
  transition: background 350ms; }
  ::-webkit-scrollbar-thumb:hover {
    background: #999; }

/*------------------------------------*\
    #Elements
\*------------------------------------*/
.btitle {
  position: relative;
  font-family: "TTNorms-Light";
  font-size: 4rem; }

.bdesc {
  font-family: "TTNorms-Light";
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
  color: #62798f; }

h1, h2, h3, h4, p {
  margin: 0;
  font-weight: normal; }

/*------------------------------------*\
    #Feathers
\*------------------------------------*/
.feathers {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0; }
  .feathers img {
    width: 100%; }

.flickity-viewport {
  width: 100%; }

article {
  position: relative; }

.s-line {
  position: relative;
  height: 70px; }
  .s-line__numbers {
    position: absolute;
    right: 0;
    top: 0;
    color: #819bb3;
    font-family: "TTNorms-Light";
    font-size: 45px;
    line-height: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
  .s-line__slash {
    font-size: 30px; }
  .s-line__sum-num {
    font-size: 25px;
    margin-bottom: 15px; }
  .s-line__line {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #758ea6; }
  .s-line::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #c7d5e2; }

.d-popup {
  position: fixed;
  height: 100%;
  top: 0;
  left: -100%;
  visibility: hidden;
  background-color: white;
  z-index: -100;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out; }
  .d-popup.active {
    z-index: 9999999999999999;
    left: 0;
    visibility: visible; }
    .d-popup.active .d-popup__close-bg {
      position: fixed;
      left: 0;
      top: 0;
      height: 100%;
      width: 100vw;
      z-index: 0; }
  .d-popup__wrap {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%; }
  .d-popup__content {
    width: 100%;
    height: 100%;
    min-height: 800px; }
  .d-popup__close-cont {
    position: absolute;
    top: 45%;
    left: 15px;
    cursor: pointer;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .d-popup__close-ico {
    position: relative;
    width: 20px;
    height: 20px; }
  .d-popup__close-label {
    color: white;
    font-size: 15px;
    line-height: 1.5; }
  .d-popup--menu {
    width: 600px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(184, 200, 214, 0.7); }
    .d-popup--menu::before {
      content: none; }
  .d-popup--feedback, .d-popup--route {
    width: 600px; }
  .d-popup::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 100%;
    background-color: #afc3d6;
    background-image: -webkit-gradient(linear, left top, right top, from(#afc3d6), to(#9bb0c5));
    background-image: -webkit-linear-gradient(left, #afc3d6, #9bb0c5);
    background-image: -moz-linear-gradient(left, #afc3d6, #9bb0c5);
    background-image: -ms-linear-gradient(left, #afc3d6, #9bb0c5);
    background-image: -o-linear-gradient(left, #afc3d6, #9bb0c5); }
  .d-popup--service {
    width: 890px; }

.open-popup {
  margin-right: 6px;
  overflow: hidden; }
  .open-popup::before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 50, 76, 0.2);
    z-index: 1001; }

.f-form__input {
  position: relative;
  border: 1px solid #ced9e1;
  outline: none;
  padding-left: 20px;
  width: 100%;
  font-family: "TTNorms-Light";
  color: #4d6174;
  font-size: 20px;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 60px;
  margin-bottom: 30px;
  box-sizing: border-box; }

.f-form__submit-wrap {
  position: relative;
  height: 75px;
  width: 100%;
  cursor: pointer; }
  .f-form__submit-wrap:hover .f-form__btn::before {
    width: 100%; }

.f-form__submit {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer; }

.f-form__btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  z-index: -1; }
  .f-form__btn br {
    display: none; }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.loadingicon {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  z-index: 100;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .loadingicon svg {
    -webkit-animation: rotating 3s linear infinite;
    -moz-animation: rotating 3s linear infinite;
    -ms-animation: rotating 3s linear infinite;
    -o-animation: rotating 3s linear infinite;
    animation: rotating 3s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }

.wpcf7-not-valid-tip, .wpcf7-response-output {
  display: none !important; }

/*------------------------------------*\
    Site style
\*------------------------------------*/
.site-description {
  font-family: "TTNorms-Light"; }

.aside-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 90px;
  height: 100%;
  z-index: 30;
  background-color: #afc3d6;
  background-image: -webkit-gradient(linear, left top, right top, from(#afc3d6), to(#9bb0c5));
  background-image: -webkit-linear-gradient(left, #afc3d6, #9bb0c5);
  background-image: -moz-linear-gradient(left, #afc3d6, #9bb0c5);
  background-image: -ms-linear-gradient(left, #afc3d6, #9bb0c5);
  background-image: -o-linear-gradient(left, #afc3d6, #9bb0c5);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .aside-menu__btn {
    cursor: pointer;
    margin-bottom: 100px; }
  .aside-menu__whatsapp {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: white;
    font-family: "TTNorms-Regular";
    font-size: 15px; }
    .aside-menu__whatsapp:hover {
      color: white;
      opacity: .7; }
  .aside-menu__whatsapp-text {
    position: absolute;
    left: -20px;
    bottom: 85px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg); }

.headbanner {
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .headbanner__bg-cont {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-position: center;
    width: 100%;
    height: 100vh; }
  .headbanner__content {
    position: relative;
    padding-top: 75px;
    height: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .headbanner__title-gr {
    position: relative;
    text-align: right; }
  .headbanner__title {
    font-size: 178px;
    margin-bottom: 30px; }
  .headbanner__subtitle {
    letter-spacing: 8px;
    margin-bottom: -35px;
    margin-right: 5px; }
  .headbanner__desc {
    font-size: 20px;
    margin-bottom: 35px; }
  .headbanner__feathers {
    margin-left: 80px; }

.about {
  z-index: 5;
  padding-bottom: 50px; }
  .about__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
  .about__title {
    padding-top: 65px;
    padding-bottom: 65px; }
  .about__slider {
    position: relative;
    height: 570px;
    z-index: 5;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%; }
  .about__slider-item {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
  .about__slider-img-cont {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .about__slider-content-cont {
    padding-left: 140px;
    padding-right: 80px;
    box-sizing: border-box;
    padding-bottom: 115px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .about__slider-desc {
    margin-bottom: 70px;
    width: 100%; }
  .about__slider-ctrl {
    position: absolute;
    bottom: 115px;
    right: 0;
    margin-right: -110px; }

.actions {
  height: 1000px; }
  .actions__d-cont {
    position: relative;
    padding-right: 28vw;
    height: 100%; }
  .actions__bg-cont {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    overflow: hidden; }
  .actions__title-cont {
    padding-top: 170px;
    margin-bottom: 70px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .actions__title {
    margin-right: 50px;
    margin-bottom: 15px; }
  .actions__slider {
    width: 72vw; }
  .actions__slider-ctrl-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .actions__slider-ctrl {
    position: relative; }
  .actions__line {
    position: absolute;
    bottom: 0;
    width: 45vw; }

.action {
  width: 51%; }
  .action__cont {
    padding-right: 80px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer; }
  .action__bg-cont {
    position: relative;
    height: 285px;
    margin-bottom: 35px; }
  .action__title {
    font-family: "TTNorms-Light";
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase; }

.services__d-cont {
  position: relative; }

.services__title {
  padding-top: 90px;
  padding-bottom: 50px; }

.services__desc {
  position: absolute;
  left: 45%;
  top: -8px;
  width: 340px; }
  .services__desc--ad {
    display: none; }

.services__slider {
  overflow: hidden;
  margin-left: -50px;
  margin-right: -50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex; }

.services__slider-ctrl-wrap {
  position: absolute;
  left: 43vw;
  bottom: 92px; }

.service {
  margin-bottom: 90px;
  width: 42%;
  height: 670px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  cursor: pointer; }
  .service__cont {
    position: relative;
    height: 100%;
    padding-bottom: 100%;
    padding: 50px 75px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .service__title {
    position: relative;
    font-family: "TTNorms-Light";
    font-size: 40px;
    line-height: 1;
    color: white; }
  .service:nth-child(3n-1) {
    height: 400px;
    width: 33%;
    margin-top: 130px; }
    .service:nth-child(3n-1) .service__title {
      color: #62798f; }
  .service:nth-child(3n) {
    height: 380px;
    width: 25%; }
    .service:nth-child(3n) .service__cont {
      padding: 32px 45px;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }

.products {
  padding-bottom: 110px;
  background-color: #e7ecf2; }
  .products__title-gr {
    padding-top: 120px;
    padding-bottom: 55px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .products__slider {
    position: relative;
    padding-left: 80px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }

.product {
  width: 33.3333%;
  box-sizing: border-box;
  padding-right: 80px;
  font-family: "TTNorms-Light";
  color: #62798f;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }
  .product__cont {
    text-align: center; }
    .product__cont:hover .product__bg {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1); }
  .product__bg-cont {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%; }
    .product__bg-cont::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(155, 155, 155, 0.1);
      z-index: 8; }
  .product__bg {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .product__price {
    position: absolute;
    top: 0;
    right: 0;
    height: 75px;
    width: 160px;
    background-color: white;
    color: #62798f;
    font-family: "TTNorms-Light";
    font-size: 25px;
    line-height: 75px;
    text-align: center;
    z-index: 9; }
  .product__btn {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .product__title {
    font-size: 25px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px; }
  .product__sub-title {
    line-height: 1.5; }

.instawall {
  padding-bottom: 200px; }
  .instawall__title-gr {
    padding-top: 75px;
    padding-bottom: 70px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .instawall__cont {
    position: relative; }
  .instawall__row {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
    .instawall__row--1 {
      margin-bottom: 18px; }
  .instawall__tile {
    margin-right: 18px; }
    .instawall__tile--1 {
      width: 42%; }
    .instawall__tile--2 {
      width: 36%; }
    .instawall__tile--3 {
      width: 29%;
      margin-bottom: -12vw; }
    .instawall__tile--4 {
      width: 42%; }
    .instawall__tile--5 {
      width: 29%; }
    .instawall__tile--ad {
      display: none; }
  .instawall__bg-cont {
    position: relative;
    padding-bottom: 100%; }

.gallery {
  position: relative; }
  .gallery__title-gr {
    text-align: right;
    padding-bottom: 45px; }
  .gallery__sliders {
    height: 620px;
    padding-left: 80px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
  .gallery__left-slider {
    position: relative;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%; }
  .gallery__right-slider {
    position: relative;
    padding-bottom: 65px;
    padding-left: 70px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
  .gallery__slider-ctrl {
    position: absolute;
    right: -100px;
    top: 120px; }
  .gallery__line {
    position: absolute;
    left: 80px;
    right: 80px;
    top: 0; }

.l-gallery__item {
  width: 100%;
  height: 100%; }

.r-gallery {
  position: relative;
  height: 270px;
  width: 100%; }
  .r-gallery__item {
    height: 100%;
    width: 60%;
    margin-right: 35px; }

.masters {
  padding-top: 200px;
  padding-bottom: 150px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex; }
  .masters__d-cont {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
  .masters__static {
    padding-right: 100px;
    -webkit-flex-basis: 500px;
    -moz-flex-basis: 500px;
    -ms-flex-basis: 500px;
    flex-basis: 500px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .masters__title {
    margin-bottom: 40px; }
  .masters__desc {
    margin-bottom: 55px;
    width: 100%; }
  .masters__slider {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
  .masters__slider-ctrl-wrap {
    position: absolute;
    z-index: 1;
    top: 110px;
    width: 36%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .masters__slider-ctrl {
    margin-right: -60px; }
  .masters__btn--ad {
    display: none; }

.master {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex; }
  .master__bg-cont {
    position: relative;
    padding-bottom: 80%;
    overflow: hidden;
    -webkit-flex-basis: 64%;
    -moz-flex-basis: 64%;
    -ms-flex-basis: 64%;
    flex-basis: 64%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
  .master__desc-cont {
    position: relative;
    z-index: 1;
    padding-top: 230px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-basis: 36%;
    -moz-flex-basis: 36%;
    -ms-flex-basis: 36%;
    flex-basis: 36%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .master__desc-wrap {
    box-sizing: border-box;
    width: 100%;
    background-color: #f3f5f8;
    padding-top: 60px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 50px;
    margin-right: -60px; }
  .master__title {
    position: relative;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 22px;
    margin-bottom: 20px; }
    .master__title::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 40px;
      height: 1px;
      background-color: #afc3d6; }

.contacts {
  padding-right: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex; }
  .contacts__map-cont {
    position: relative;
    height: 820px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
  .contacts__desc-cont {
    position: relative;
    padding-top: 70px;
    box-sizing: border-box;
    -webkit-flex-basis: 600px;
    -moz-flex-basis: 600px;
    -ms-flex-basis: 600px;
    flex-basis: 600px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
  .contacts__desc-content {
    margin-left: -80px;
    padding-top: 70px;
    padding-bottom: 80px;
    padding-left: 115px;
    padding-right: 90px;
    background-color: #f3f5f8; }
  .contacts__info-cont {
    margin-top: 65px;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .contacts__info {
    padding-right: 50px; }
    .contacts__info:last-child {
      padding-right: 0; }
  .contacts__sub-title {
    position: relative;
    font-family: "TTNorms-Light";
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .contacts__sub-title::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 55px;
      height: 1px;
      background-color: #c3d2e0; }
  .contacts__phone {
    display: block;
    font-family: "TTNorms-Light";
    font-size: 25px;
    padding-top: 5px;
    white-space: nowrap; }
  .contacts__btn {
    margin-top: 25px;
    z-index: 1; }

.map {
  height: 100%;
  width: 100%; }

.menu {
  padding-left: 160px;
  padding-right: 100px;
  padding-top: 80px;
  padding-bottom: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .menu__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .menu__link {
    position: relative;
    display: block;
    font-family: "TTNorms-Light";
    font-size: 60px;
    line-height: 100px;
    color: white; }
    .menu__link:hover, .menu__link:focus, .menu__link:visited {
      color: white; }
    .menu__link::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 10px;
      width: 0;
      height: 1px;
      background-color: white;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .menu__link:hover::before {
      width: 100%; }

.p-feedback {
  padding-left: 160px;
  padding-right: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .p-feedback__title {
    font-size: 60px;
    margin-bottom: 25px; }
  .p-feedback__desc {
    margin-bottom: 20px; }
  .p-feedback__btn {
    max-width: 200px;
    margin-top: 10px; }
  .p-feedback__form {
    width: 100%; }

.p-action {
  position: relative;
  height: 100%;
  padding-left: 90px; }
  .p-action__bg-cont {
    position: relative;
    height: 355px; }
  .p-action__content {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 70px;
    padding-right: 70px; }
  .p-action__title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
    text-transform: uppercase; }
  .p-action__bdesc {
    font-size: 22px;
    line-height: 32px; }

.p-service {
  position: relative;
  height: 100%;
  padding-left: 90px; }
  .p-service__bg-cont {
    position: relative;
    height: 355px; }
  .p-service__content {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 70px;
    padding-right: 70px; }
  .p-service__title {
    position: absolute;
    left: 80px;
    bottom: 100px;
    right: 120px;
    font-size: 60px;
    color: #62798f; }
  .p-service__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .p-service__item {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #62798f;
    font-family: "TTNorms-Light";
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
    .p-service__item::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 20px;
      width: 100%;
      height: 1px;
      background-color: #e7edf3;
      z-index: 0; }
  .p-service__sub-title {
    font-size: 22px;
    line-height: 30px;
    max-width: 65%;
    background-color: white; }
    .p-service__sub-title mark {
      color: inherit;
      background-color: white;
      position: relative; }
  .p-service__price {
    font-size: 25px;
    line-height: 30px; }
    .p-service__price mark {
      color: inherit;
      background-color: white;
      position: relative; }
  .p-service__line {
    position: relative;
    height: 1px;
    background-color: #e7edf3;
    margin-bottom: 5px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }

.p-route {
  padding-left: 160px;
  padding-right: 75px;
  padding-top: 100px;
  padding-bottom: 80px;
  color: #62798f;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .p-route__title {
    display: block;
    font-size: 70px;
    line-height: 1;
    color: #4d6174;
    margin-bottom: 40px; }
  .p-route__desc-cont {
    margin-bottom: 40px;
    width: 100%; }
    .p-route__desc-cont:last-child {
      margin-bottom: 0; }
  .p-route__sub-title {
    position: relative;
    font-family: "TTNorms-Light";
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 12px;
    margin-bottom: 15px; }
    .p-route__sub-title::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 50px;
      height: 1px;
      background-color: #c3d2e0; }
  .p-route__desc {
    margin-bottom: 20px; }
  .p-route__btn {
    max-width: 200px;
    margin-top: 10px; }

.zoon-widget-comments {
  position: absolute;
  bottom: 0; }

.arnica-btn {
  position: fixed;
  top: 50%;
  right: 0;
  height: 190px;
  margin-top: -95px;
  background-color: #afc3d6;
  background-image: -webkit-gradient(linear, left top, right top, from(#afc3d6), to(#9bb0c5));
  background-image: -webkit-linear-gradient(left, #afc3d6, #9bb0c5);
  background-image: -moz-linear-gradient(left, #afc3d6, #9bb0c5);
  background-image: -ms-linear-gradient(left, #afc3d6, #9bb0c5);
  background-image: -o-linear-gradient(left, #afc3d6, #9bb0c5);
  font-family: "TTNorms-Light";
  color: white;
  z-index: 99999;
  border-radius: 5px;
  cursor: pointer;
  padding-top: 25px;
  padding-left: 8px;
  padding-right: 5px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-rl;
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1); }

a[id^=id] {
  display: none; }

/*------------------------------------*\
    Helpers
\*------------------------------------*/
.line-horizontal {
  border-bottom: 1px dotted #000;
  margin-top: 50px;
  margin-bottom: 50px; }

.defaultcont {
  padding-left: 80px;
  padding-right: 80px;
  margin: 0 auto;
  z-index: 5; }

.container {
  min-width: 1680px;
  max-width: none; }

.wide-page {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.limited-width {
  max-width: 1680px;
  min-width: 1680px;
  padding-left: 80px;
  padding-right: 80px; }

.delimeter {
  border-bottom: 1px solid #f3f3f3; }

.center-block {
  display: table !important;
  margin-left: auto;
  margin-right: auto; }

.inline-block {
  display: inline-block; }

.hasbg {
  background-color: #f1f1ec; }

@media (max-width: 575.98px) {
  html {
    font-size: 17px; }
  .defaultcont {
    padding-left: 20px;
    padding-right: 20px; }
  .bg.rellax {
    height: 120%; }
  .btitle {
    font-size: 42px; }
  .mainbtn {
    padding-left: 25px;
    padding-right: 25px;
    height: 55px;
    letter-spacing: 6px; }
    .mainbtn__arrow {
      margin-left: 15px; }
    .mainbtn--link {
      height: 50px;
      letter-spacing: 6px; }
  .aside-menu {
    display: none; }
    .aside-menu__whatsapp {
      display: none; }
  .main-content {
    padding-left: 0; }
  .ctrl {
    height: 55px; }
    .ctrl__left {
      padding-left: 30px; }
    .ctrl__right {
      padding-right: 30px; }
    .ctrl__label {
      display: none; }
    .ctrl::before {
      width: 100%; }
  .feathers {
    display: none; }
  .headnav {
    padding-left: 20px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    .headnav__btn {
      display: none; }
    .headnav__logo {
      margin-right: 40px; }
    .headnav__desc {
      font-size: 0.9rem; }
    .headnav__menu {
      display: block; }
    .headnav__ico-text-cont {
      display: none; }
  .headbanner__title {
    font-size: 60px;
    margin-bottom: 10px; }
  .headbanner__subtitle {
    display: none; }
  .headbanner__desc {
    font-size: 15px;
    margin-bottom: 35px; }
  .headbanner__bg {
    background-position-x: 48%; }
  .headbanner__bg-cont {
    height: 100vh; }
  .headbanner__feathers {
    margin-left: 120px; }
  .headbanner__content {
    padding-bottom: 50px;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .about {
    padding-bottom: 0; }
    .about__d-cont {
      padding-left: 0;
      padding-right: 0; }
    .about__title {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 20px;
      padding-bottom: 20px; }
    .about__wrap {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .about__slider {
      height: 395px;
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3; }
    .about__slider-item {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .about__slider-content-cont {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 25px;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-flex-basis: unset;
      -moz-flex-basis: unset;
      -ms-flex-basis: unset;
      flex-basis: unset; }
    .about__slider-desc {
      margin-bottom: 0; }
    .about__slider-img-cont {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -webkit-flex-basis: unset;
      -moz-flex-basis: unset;
      -ms-flex-basis: unset;
      flex-basis: unset;
      height: 395px; }
    .about__slider-ctrl {
      bottom: 0;
      left: auto;
      left: unset;
      margin-left: auto;
      margin-right: auto;
      right: 0; }
      .about__slider-ctrl::before {
        width: 100%; }
    .about__slider-btn {
      display: none; }
  .actions {
    height: auto; }
    .actions__title-cont {
      padding-top: 25px;
      margin-bottom: 25px;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
    .actions__title {
      margin-right: 25px; }
    .actions__bg-cont {
      display: none; }
    .actions__slider {
      width: 100%; }
    .actions__line {
      display: none; }
  .action {
    width: 100%; }
    .action__cont {
      padding-right: 0; }
    .action__title {
      font-size: 17px; }
    .action__btn {
      padding: 0; }
    .action__bg-cont {
      margin-bottom: 25px; }
  .services {
    padding-top: 50px; }
    .services__d-cont {
      padding-right: 0; }
    .services__title-gr {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; }
    .services__title {
      padding-top: 0;
      padding-bottom: 25px;
      margin-top: 7px;
      margin-right: 65px; }
    .services__desc {
      display: none; }
    .services__slider-ctrl-wrap {
      position: absolute;
      top: 0;
      left: auto;
      left: unset;
      right: 0;
      bottom: auto;
      bottom: unset; }
    .services__slider {
      margin-left: 0;
      margin-right: 0; }
  .service {
    padding-left: 0;
    padding-right: 20px;
    margin-bottom: 50px;
    height: 440px !important;
    width: 100% !important; }
    .service:nth-child(3n-1) {
      margin-top: 0; }
    .service__cont {
      padding: 35px; }
    .service__title {
      font-size: 30px;
      color: white !important; }
  .products {
    padding-bottom: 50px; }
    .products__title-gr {
      padding-top: 40px;
      padding-bottom: 40px;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .products__title {
      font-size: 40px;
      padding-bottom: 15px; }
      .products__title br {
        display: none; }
    .products__slider-ctrl {
      -webkit-box-ordinal-group: 5;
      -moz-box-ordinal-group: 5;
      -ms-flex-order: 5;
      -webkit-order: 5;
      order: 5; }
    .products__slider {
      padding-left: 20px;
      padding-right: -30px; }
  .product {
    width: 100%;
    padding-right: 20px; }
    .product__title {
      font-size: 20px;
      line-height: 1.25; }
    .product__sub-title {
      font-size: 1rem; }
    .product__price {
      height: 75px;
      width: 155px; }
  .instawall {
    padding-bottom: 25px; }
    .instawall__cont {
      padding-right: 20px; }
    .instawall__title-gr {
      padding-top: 30px;
      padding-bottom: 30px;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
    .instawall__title {
      padding-bottom: 15px; }
    .instawall__btn {
      width: 100%;
      box-sizing: border-box;
      white-space: nowrap; }
      .instawall__btn img {
        display: none; }
    .instawall__tile {
      min-width: 100%;
      width: 100% !important;
      margin-right: 30px; }
      .instawall__tile--ad {
        display: block; }
    .instawall__row {
      margin-bottom: 0;
      overflow-x: scroll; }
      .instawall__row--2 {
        display: none; }
  .gallery__title-gr {
    text-align: left;
    padding-bottom: 15px; }
  .gallery__slider-ctrl {
    top: auto;
    bottom: 0;
    right: 0; }
  .gallery__line {
    display: none; }
  .gallery__sliders {
    height: 330px;
    padding-left: 0;
    padding-right: 0; }
  .gallery__left-slider {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }
  .gallery__right-slider {
    display: none; }
  .s-line {
    height: 35px; }
    .s-line__numbers {
      font-size: 25px; }
    .s-line__slash {
      font-size: 20px; }
    .s-line__sum-num {
      font-size: 17px; }
  .r-gallery {
    height: 195px; }
    .r-gallery__item {
      margin-right: 30px;
      width: 70%; }
  .masters {
    padding-top: 20px;
    padding-bottom: 20px; }
    .masters__d-cont {
      padding-left: 0;
      padding-right: 0;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .masters__static {
      position: relative;
      box-sizing: border-box;
      padding-right: 20px;
      padding-left: 20px;
      -webkit-flex-basis: 400px;
      -moz-flex-basis: 400px;
      -ms-flex-basis: 400px;
      flex-basis: 400px;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0; }
    .masters__slider {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -webkit-flex-basis: 620px;
      -moz-flex-basis: 620px;
      -ms-flex-basis: 620px;
      flex-basis: 620px; }
      .masters__slider .flickity-viewport {
        overflow: visible !important; }
    .masters__slider-ctrl-wrap {
      top: 0;
      width: auto;
      width: unset; }
    .masters__slider-ctrl {
      margin-right: 25px; }
    .masters__title {
      margin-bottom: 15px; }
    .masters__desc {
      margin-bottom: 30px; }
    .masters__btn {
      display: none;
      margin-left: 20px; }
      .masters__btn--ad {
        margin-top: 20px;
        max-width: 285px;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex; }
  .master {
    display: block; }
    .master__desc-cont {
      position: absolute;
      bottom: 0;
      left: 20px;
      right: 20px;
      width: unset; }
    .master__desc-wrap {
      padding: 40px;
      margin-right: 0; }
    .master__bg-cont {
      padding-bottom: 200%; }
    .master__bg {
      width: unset;
      height: unset;
      bottom: 50px;
      right: 0;
      background-position-x: center; }
  .contacts {
    padding-left: 0;
    padding-right: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .contacts__desc-cont {
      padding-top: 0;
      -webkit-flex-basis: unset;
      -moz-flex-basis: unset;
      -ms-flex-basis: unset;
      flex-basis: unset;
      -webkit-box-ordinal-group: -1;
      -moz-box-ordinal-group: -1;
      -ms-flex-order: -1;
      -webkit-order: -1;
      order: -1; }
    .contacts__desc-content {
      padding: 20px;
      margin-left: 0; }
    .contacts__info-cont {
      margin-top: 30px;
      margin-bottom: 25px;
      padding-right: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .contacts__tel-cont {
      margin-bottom: 25px; }
    .contacts__addr br {
      display: none; }
    .contacts__sub-title {
      font-size: 17px;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .contacts__phone {
      font-size: 17px; }
    .contacts__map-cont {
      height: 400px; }
    .contacts__btn {
      width: 100%; }
      .contacts__btn img {
        display: none; }
  .footer {
    margin-left: 0;
    padding-bottom: 0; }
    .footer__cont {
      padding-left: 20px;
      padding-right: 20px;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .footer__logo {
      width: 120px; }
    .footer .TA_rated {
      padding-top: 15px;
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
  .strangebrain__link {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .strangebrain__mobile-br {
    display: inline !important; }
  .strangebrain__descr {
    font-size: 12px; }
  .d-popup {
    left: auto;
    right: -100%;
    width: 100%; }
    .d-popup.active {
      right: 0;
      left: auto; }
    .d-popup__close-cont {
      top: 0;
      left: auto;
      right: 0;
      padding-top: 20px;
      padding-bottom: 10px;
      padding-left: 12px;
      padding-right: 12px;
      background-color: #afc3d6; }
    .d-popup__content {
      min-height: auto; }
    .d-popup::before {
      content: none; }
  .p-route {
    padding: 40px;
    padding-top: 65px;
    padding-right: 30px; }
    .p-route__desc-cont {
      margin-bottom: 10px; }
    .p-route__sub-title {
      font-size: 18px;
      line-height: 23px;
      text-transform: uppercase; }
    .p-route__title {
      font-size: 45px; }
  .p-feedback {
    padding-left: 30px;
    padding-right: 30px; }
    .p-feedback__title {
      font-size: 45px; }
    .p-feedback__desc {
      font-size: 16px; }
      .p-feedback__desc br {
        display: none; }
  .p-action {
    padding-left: 0; }
    .p-action__bg-cont {
      height: 255px; }
    .p-action__bg {
      background-position: center; }
    .p-action__content {
      padding: 30px;
      padding-bottom: 20px; }
    .p-action__title {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 10px; }
  .p-service {
    padding-left: 0; }
    .p-service__bg-cont {
      height: 345px; }
    .p-service__bg {
      background-position-x: right; }
    .p-service__title {
      font-size: 35px;
      left: 30px;
      right: 30px;
      bottom: 35px; }
    .p-service__item {
      padding-top: 0;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #e7edf3;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
      .p-service__item::before {
        content: none; }
    .p-service__sub-title {
      font-size: 17px;
      line-height: 27px;
      max-width: 100%;
      margin-bottom: 5px; }
    .p-service__content {
      padding: 30px;
      padding-bottom: 20px; }
    .p-service__price {
      font-size: 20px; }
  .menu {
    padding-left: 60px;
    padding-right: 50px; }
    .menu__content {
      width: 100%; }
    .menu__link {
      font-size: 45px;
      line-height: 80px; }
      .menu__link::before {
        bottom: 18px; }
  .f-form br {
    display: none; }
  .f-form__input {
    font-size: 17px; }
  .f-form__submit-wrap {
    width: 220px; }
  .f-form__btn {
    padding-left: 0; }
  .zoon-widget-comments {
    display: none; }
  div[id^=hs-wrap] {
    display: none; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  html {
    font-size: 17px; }
  .defaultcont {
    padding-left: 30px;
    padding-right: 30px; }
  .bg.rellax {
    height: 120%; }
  .btitle {
    font-size: 45px; }
  .mainbtn {
    padding-left: 30px;
    padding-right: 25px;
    height: 55px;
    letter-spacing: 6px; }
    .mainbtn__arrow {
      margin-left: 15px; }
    .mainbtn--link {
      height: 50px;
      letter-spacing: 6px; }
  .aside-menu {
    display: none; }
    .aside-menu__whatsapp {
      display: none; }
  .main-content {
    padding-left: 0; }
  .ctrl {
    height: 55px; }
    .ctrl__label {
      display: none; }
  .headnav {
    padding-left: 30px;
    background-color: #ced9e1;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    .headnav__btn {
      top: 0;
      height: 75px; }
      .headnav__btn::before {
        background-color: #e8f0f6;
        width: 100%; }
    .headnav__logo {
      margin-right: 40px; }
    .headnav__desc {
      font-size: 0.9rem; }
    .headnav__menu {
      display: block; }
    .headnav__ico-text-cont {
      display: none; }
  .headbanner {
    height: 500px; }
    .headbanner__title {
      font-size: 60px;
      margin-bottom: 10px; }
    .headbanner__subtitle {
      display: none; }
    .headbanner__desc {
      font-size: 15px;
      margin-bottom: 35px; }
    .headbanner__bg {
      background-position-x: 40%;
      margin-top: 55px;
      top: 0 !important;
      background-size: contain;
      background-size: 145%; }
    .headbanner__bg-cont {
      height: 100%; }
    .headbanner__feathers {
      margin-left: 120px; }
    .headbanner__btn {
      font-size: 20px; }
  .about {
    padding-bottom: 0; }
    .about__title {
      padding-top: 20px;
      padding-bottom: 25px; }
    .about__wrap {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .about__slider {
      height: 395px;
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3; }
    .about__slider-item {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .about__slider-content-cont {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 50px;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-flex-basis: unset;
      -moz-flex-basis: unset;
      -ms-flex-basis: unset;
      flex-basis: unset; }
    .about__slider-desc {
      margin-bottom: 0; }
    .about__slider-img-cont {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -webkit-flex-basis: unset;
      -moz-flex-basis: unset;
      -ms-flex-basis: unset;
      flex-basis: unset;
      height: 395px; }
    .about__slider-ctrl {
      bottom: 0;
      left: auto;
      left: unset;
      margin-left: auto;
      margin-right: auto;
      right: 0; }
      .about__slider-ctrl::before {
        width: 100%; }
    .about__slider-btn {
      display: none; }
  .actions {
    height: auto; }
    .actions__title-cont {
      padding-top: 35px;
      margin-bottom: 35px;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
    .actions__bg-cont {
      display: none; }
    .actions__slider {
      width: 100%; }
    .actions__line {
      display: none; }
  .action {
    width: 65%; }
    .action__cont {
      padding-right: 45px; }
    .action__title {
      font-size: 17px; }
    .action__btn {
      padding: 0; }
  .services {
    padding-top: 50px; }
    .services__d-cont {
      padding-right: 0; }
    .services__title-gr {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; }
    .services__title {
      padding-top: 0;
      padding-bottom: 40px;
      margin-top: 7px;
      margin-right: 65px; }
    .services__desc {
      display: none; }
    .services__slider-ctrl-wrap {
      position: absolute;
      top: 0;
      left: auto;
      left: unset;
      right: 30px;
      bottom: auto;
      bottom: unset; }
    .services__slider {
      margin-left: -25px;
      margin-right: -25px; }
  .service {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
    height: 440px !important;
    width: 65% !important; }
    .service:nth-child(3n-1) {
      margin-top: 0; }
    .service__cont {
      padding: 35px; }
    .service__title {
      font-size: 30px;
      color: white !important; }
  .products {
    padding-bottom: 50px; }
    .products__title-gr {
      padding-top: 40px;
      padding-bottom: 40px;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .products__slider-ctrl {
      -webkit-box-ordinal-group: 5;
      -moz-box-ordinal-group: 5;
      -ms-flex-order: 5;
      -webkit-order: 5;
      order: 5; }
    .products__slider {
      padding-left: 30px;
      padding-right: -20px; }
  .product {
    width: 65%;
    padding-right: 50px; }
    .product__title {
      font-size: 20px;
      line-height: 1.25; }
    .product__sub-title {
      font-size: 1rem; }
    .product__price {
      height: 75px;
      width: 155px; }
  .instawall {
    padding-bottom: 35px; }
    .instawall__cont {
      padding-right: 0; }
    .instawall__title-gr {
      padding-top: 30px;
      padding-bottom: 30px; }
    .instawall__tile {
      min-width: 65%;
      width: 65% !important;
      margin-right: 30px; }
      .instawall__tile--ad {
        display: block; }
    .instawall__row {
      margin-bottom: 0;
      overflow-x: scroll; }
      .instawall__row--2 {
        display: none; }
  .gallery__title-gr {
    text-align: left;
    padding-bottom: 35px; }
  .gallery__slider-ctrl {
    top: auto;
    bottom: 0;
    right: 0; }
    .gallery__slider-ctrl::before {
      width: 100%; }
  .gallery__line {
    display: none; }
  .gallery__sliders {
    height: 400px;
    padding-left: 30px;
    padding-right: 30px; }
  .gallery__left-slider {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }
  .gallery__right-slider {
    display: none; }
  .s-line {
    height: 35px; }
    .s-line__numbers {
      font-size: 25px; }
    .s-line__slash {
      font-size: 20px; }
    .s-line__sum-num {
      font-size: 17px; }
  .r-gallery {
    height: 195px; }
    .r-gallery__item {
      margin-right: 30px;
      width: 70%; }
  .masters {
    padding-top: 20px;
    padding-bottom: 50px; }
    .masters__d-cont {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .masters__static {
      position: relative;
      box-sizing: border-box;
      padding-right: 50px;
      -webkit-flex-basis: 400px;
      -moz-flex-basis: 400px;
      -ms-flex-basis: 400px;
      flex-basis: 400px;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0; }
    .masters__slider {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -webkit-flex-basis: 620px;
      -moz-flex-basis: 620px;
      -ms-flex-basis: 620px;
      flex-basis: 620px; }
      .masters__slider .flickity-viewport {
        overflow: visible !important; }
    .masters__slider-ctrl-wrap {
      top: 0;
      width: auto;
      width: unset; }
    .masters__slider-ctrl {
      margin-right: 25px; }
      .masters__slider-ctrl::before {
        width: 100%; }
    .masters__title {
      margin-bottom: 25px; }
    .masters__desc {
      margin-bottom: 30px; }
    .masters__btn {
      display: none; }
      .masters__btn--ad {
        margin-top: 20px;
        max-width: 285px;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex; }
  .master {
    display: block; }
    .master__desc-cont {
      position: absolute;
      left: -30px;
      bottom: 0;
      width: 315px; }
    .master__desc-wrap {
      padding: 40px; }
    .master__bg-cont {
      padding-bottom: 125%; }
    .master__bg {
      width: unset;
      height: unset;
      bottom: 50px;
      right: 0;
      background-position-x: center; }
  .contacts {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .contacts__desc-cont {
      padding-top: 0;
      -webkit-flex-basis: unset;
      -moz-flex-basis: unset;
      -ms-flex-basis: unset;
      flex-basis: unset;
      -webkit-box-ordinal-group: -1;
      -moz-box-ordinal-group: -1;
      -ms-flex-order: -1;
      -webkit-order: -1;
      order: -1; }
    .contacts__desc-content {
      padding: 35px;
      margin-left: 0; }
    .contacts__info-cont {
      margin-top: 30px;
      margin-bottom: 25px;
      padding-right: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: flex; }
    .contacts__tel-cont {
      margin-bottom: 25px; }
    .contacts__addr br {
      display: none; }
    .contacts__sub-title {
      font-size: 20px;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .contacts__phone {
      font-size: 20px; }
    .contacts__map-cont {
      height: 600px; }
    .contacts__btn {
      width: 320px; }
  .footer {
    margin-left: 0;
    padding-bottom: 0; }
    .footer__cont {
      padding-left: 30px;
      padding-right: 30px;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .footer .TA_rated {
      padding-top: 15px;
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
  .d-popup {
    left: auto;
    right: -100%;
    width: 100%; }
    .d-popup.active {
      right: 0;
      left: auto; }
    .d-popup__close-cont {
      top: 0;
      left: auto;
      right: 0;
      padding-top: 20px;
      padding-bottom: 10px;
      padding-left: 12px;
      padding-right: 12px;
      background-color: #afc3d6; }
    .d-popup__content {
      min-height: auto; }
    .d-popup::before {
      content: none; }
  .p-route {
    padding: 60px;
    padding-top: 85px; }
    .p-route__title {
      font-size: 45px; }
  .p-feedback {
    padding-left: 60px;
    padding-right: 60px; }
    .p-feedback__title {
      font-size: 45px; }
    .p-feedback__desc {
      font-size: 16px; }
      .p-feedback__desc br {
        display: none; }
  .p-action {
    padding-left: 0; }
    .p-action__bg-cont {
      height: 255px; }
    .p-action__bg {
      background-position: center; }
    .p-action__content {
      padding: 50px;
      padding-top: 30px; }
    .p-action__title {
      font-size: 25px;
      line-height: 35px;
      margin-bottom: 10px; }
  .p-service {
    padding-left: 0; }
    .p-service__bg-cont {
      height: 255px; }
    .p-service__title {
      font-size: 45px;
      left: 90px;
      right: 90px;
      bottom: 45px; }
    .p-service__item {
      padding-top: 10px;
      padding-bottom: 10px; }
      .p-service__item::before {
        bottom: 15px; }
    .p-service__sub-title {
      font-size: 17px;
      line-height: 27px;
      max-width: 75%; }
    .p-service__content {
      padding: 50px;
      padding-top: 30px; }
    .p-service__price {
      font-size: 20px; }
  .menu {
    padding-left: 60px;
    padding-right: 50px; }
    .menu__content {
      width: 100%; }
    .menu__link {
      font-size: 45px;
      line-height: 80px; }
      .menu__link::before {
        bottom: 18px; }
  .f-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
    .f-form br {
      display: none; }
    .f-form .wpcf7-form-control-wrap {
      margin-right: 15px; }
      .f-form .wpcf7-form-control-wrap:last-child {
        margin-right: 0; }
    .f-form__input {
      font-size: 17px; }
    .f-form__submit-wrap {
      width: 280px; }
    .f-form__btn {
      padding-left: 0; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  html {
    font-size: 17px; }
  .defaultcont {
    padding-left: 45px;
    padding-right: 45px; }
  .bg.rellax {
    height: 120%; }
  .btitle {
    font-size: 50px; }
  .mainbtn {
    padding-left: 30px;
    padding-right: 25px; }
    .mainbtn__arrow {
      margin-left: 15px; }
    .mainbtn--link {
      height: 50px;
      letter-spacing: 6px; }
  .aside-menu {
    display: none; }
    .aside-menu__whatsapp {
      display: none; }
  .main-content {
    padding-left: 0; }
  .ctrl__label {
    font-size: 1rem; }
  .headnav {
    padding-left: 45px;
    background-color: #ced9e1;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    .headnav__btn {
      top: 0; }
      .headnav__btn::before {
        background-color: #e8f0f6;
        width: 100%; }
    .headnav__logo {
      margin-right: 40px; }
    .headnav__desc {
      font-size: 0.9rem; }
    .headnav__menu {
      display: block; }
    .headnav__ico-text-cont--addr {
      display: none; }
  .headbanner {
    height: 490px; }
    .headbanner__title {
      font-size: 80px;
      margin-bottom: 10px; }
    .headbanner__subtitle {
      margin-bottom: -12px;
      margin-right: 0;
      font-size: 15px;
      letter-spacing: 6px; }
    .headbanner__desc {
      font-size: 15px;
      margin-bottom: 15px; }
    .headbanner__bg {
      background-position-x: center;
      top: 50px !important;
      background-size: contain; }
    .headbanner__feathers {
      margin-left: 120px; }
    .headbanner__btn {
      font-size: 20px; }
  .about {
    padding-bottom: 0; }
    .about__title {
      padding-bottom: 25px; }
    .about__wrap {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .about__slider {
      margin-right: 100px;
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3; }
    .about__slider-item {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .about__slider-content-cont {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 50px;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-flex-basis: unset;
      -moz-flex-basis: unset;
      -ms-flex-basis: unset;
      flex-basis: unset; }
    .about__slider-desc {
      margin-bottom: 0; }
    .about__slider-img-cont {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -webkit-flex-basis: unset;
      -moz-flex-basis: unset;
      -ms-flex-basis: unset;
      flex-basis: unset;
      height: 395px; }
    .about__slider-ctrl {
      bottom: 0;
      left: auto;
      left: unset;
      margin-left: unset;
      margin-right: -135px;
      right: 0; }
    .about__slider-btn {
      display: none; }
  .actions {
    height: auto; }
    .actions__title-cont {
      padding-top: 35px;
      margin-bottom: 35px;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
    .actions__bg-cont {
      display: none; }
    .actions__slider {
      width: 100%; }
    .actions__line {
      display: none; }
  .action__cont {
    padding-right: 20px; }
  .action__title {
    font-size: 17px; }
  .action__btn {
    padding: 0; }
  .services {
    padding-top: 30px; }
    .services__title-gr {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; }
    .services__title {
      padding-top: 0;
      padding-bottom: 60px;
      margin-top: 7px;
      margin-right: 65px; }
    .services__desc {
      display: none; }
    .services__slider-ctrl-wrap {
      position: absolute;
      top: 0;
      left: auto;
      left: unset;
      right: 45px;
      bottom: auto;
      bottom: unset; }
    .services__slider {
      margin-left: -14px;
      margin-right: -14px; }
  .service {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 50px;
    height: 440px !important;
    width: 50% !important; }
    .service:nth-child(3n-1) {
      margin-top: 0; }
    .service__cont {
      padding: 35px; }
    .service__title {
      font-size: 30px;
      color: white !important; }
  .products {
    padding-bottom: 70px; }
    .products__title-gr {
      padding-top: 50px;
      padding-bottom: 50px;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .products__slider-ctrl {
      -webkit-box-ordinal-group: 5;
      -moz-box-ordinal-group: 5;
      -ms-flex-order: 5;
      -webkit-order: 5;
      order: 5; }
    .products__slider {
      padding-left: 45px;
      padding-right: -5px; }
  .product {
    width: 50%;
    padding-right: 50px; }
    .product__title {
      font-size: 20px;
      line-height: 1.25; }
    .product__sub-title {
      font-size: 1rem; }
    .product__price {
      height: 75px;
      width: 155px; }
  .instawall {
    padding-bottom: 35px; }
    .instawall__title-gr {
      padding-top: 30px;
      padding-bottom: 30px; }
    .instawall__tile {
      width: 50% !important;
      margin-right: 30px; }
    .instawall__row {
      margin-bottom: 0; }
      .instawall__row--2 {
        display: none; }
  .gallery__title-gr {
    text-align: left;
    padding-bottom: 35px; }
  .gallery__slider-ctrl {
    top: auto;
    bottom: 0; }
  .gallery__line {
    display: none; }
  .gallery__sliders {
    height: 500px;
    padding-left: 45px;
    padding-right: 120px; }
  .gallery__left-slider {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }
  .gallery__right-slider {
    display: none; }
  .gallery__line {
    left: 30px; }
  .s-line {
    height: 35px; }
    .s-line__numbers {
      font-size: 25px; }
    .s-line__slash {
      font-size: 20px; }
    .s-line__sum-num {
      font-size: 17px; }
  .r-gallery {
    height: 195px; }
    .r-gallery__item {
      margin-right: 30px;
      width: 70%; }
  .masters {
    padding-top: 50px;
    padding-bottom: 50px; }
    .masters__d-cont {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .masters__static {
      position: relative;
      box-sizing: border-box;
      padding-right: 50px;
      -webkit-flex-basis: 400px;
      -moz-flex-basis: 400px;
      -ms-flex-basis: 400px;
      flex-basis: 400px;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0; }
    .masters__slider {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -webkit-flex-basis: 620px;
      -moz-flex-basis: 620px;
      -ms-flex-basis: 620px;
      flex-basis: 620px; }
    .masters__slider-ctrl-wrap {
      width: auto;
      width: unset; }
    .masters__slider-ctrl {
      margin-right: 25px; }
    .masters__btn {
      display: none; }
      .masters__btn--ad {
        margin-top: 20px;
        max-width: 315px;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex; }
  .master {
    display: block; }
    .master__desc-cont {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 315px; }
    .master__desc-wrap {
      padding: 40px; }
    .master__bg-cont {
      padding-bottom: 100%; }
    .master__bg {
      left: 95px;
      width: unset;
      height: unset;
      bottom: 75px;
      right: 0;
      background-position-x: center; }
  .contacts {
    padding-left: 45px;
    padding-right: 45px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .contacts__desc-cont {
      padding-top: 0;
      -webkit-flex-basis: unset;
      -moz-flex-basis: unset;
      -ms-flex-basis: unset;
      flex-basis: unset;
      -webkit-box-ordinal-group: -1;
      -moz-box-ordinal-group: -1;
      -ms-flex-order: -1;
      -webkit-order: -1;
      order: -1; }
    .contacts__desc-content {
      padding: 35px;
      margin-left: 0; }
    .contacts__info-cont {
      margin-top: 30px;
      margin-bottom: 25px;
      padding-right: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: flex; }
    .contacts__tel-cont {
      margin-bottom: 25px; }
    .contacts__addr br {
      display: none; }
    .contacts__sub-title {
      font-size: 20px;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .contacts__phone {
      font-size: 20px; }
    .contacts__map-cont {
      height: 600px; }
    .contacts__btn {
      width: 320px; }
  .footer {
    margin-left: 0; }
    .footer__cont {
      padding-left: 45px;
      padding-right: 45px; }
  .d-popup {
    left: auto;
    right: -100%;
    width: 100%; }
    .d-popup.active {
      right: 0;
      left: auto; }
    .d-popup__close-cont {
      top: 0;
      left: auto;
      right: 0;
      padding-top: 20px;
      padding-bottom: 10px;
      padding-left: 12px;
      padding-right: 12px;
      background-color: #afc3d6; }
    .d-popup::before {
      content: none; }
  .p-route {
    padding: 60px;
    padding-top: 85px; }
    .p-route__title {
      font-size: 45px; }
  .p-feedback {
    padding-left: 60px;
    padding-right: 60px; }
    .p-feedback__title {
      font-size: 45px; }
    .p-feedback__desc {
      font-size: 16px; }
      .p-feedback__desc br {
        display: none; }
  .p-action {
    padding-left: 0; }
    .p-action__bg-cont {
      height: 255px; }
    .p-action__bg {
      background-position: center; }
    .p-action__content {
      padding-top: 50px;
      padding-left: 90px;
      padding-right: 90px; }
    .p-action__title {
      font-size: 25px;
      line-height: 35px;
      margin-bottom: 10px; }
  .p-service {
    padding-left: 0; }
    .p-service__bg-cont {
      height: 255px; }
    .p-service__title {
      font-size: 45px;
      left: 90px;
      right: 90px;
      bottom: 45px; }
    .p-service__item {
      padding-top: 10px;
      padding-bottom: 10px; }
      .p-service__item::before {
        bottom: 15px; }
    .p-service__sub-title {
      font-size: 17px;
      line-height: 27px; }
    .p-service__content {
      padding-top: 30px;
      padding-left: 90px;
      padding-right: 90px;
      padding-bottom: 30px; }
    .p-service__price {
      font-size: 20px; }
  .menu {
    padding-left: 100px;
    padding-right: 80px; }
    .menu__content {
      width: 100%; }
    .menu__link {
      font-size: 45px;
      line-height: 80px; }
      .menu__link::before {
        bottom: 18px; }
  .f-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
    .f-form br {
      display: none; }
    .f-form .wpcf7-form-control-wrap {
      margin-right: 15px; }
      .f-form .wpcf7-form-control-wrap:last-child {
        margin-right: 0; }
    .f-form__input {
      font-size: 17px; }
    .f-form__submit-wrap {
      width: 280px; }
    .f-form__btn {
      padding-left: 0; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  html {
    font-size: 17px; }
  .defaultcont {
    padding-left: 45px;
    padding-right: 45px; }
  .bg.rellax {
    height: 120%; }
  .btitle {
    font-size: 50px; }
  .mainbtn {
    padding-left: 30px;
    padding-right: 25px; }
    .mainbtn__arrow {
      margin-left: 15px; }
    .mainbtn--link {
      height: 50px;
      letter-spacing: 6px; }
  .aside-menu {
    display: none; }
    .aside-menu__whatsapp {
      display: none; }
  .main-content {
    padding-left: 0; }
  .ctrl__label {
    font-size: 1rem; }
  .headnav {
    padding-left: 45px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    .headnav__btn {
      top: 0; }
      .headnav__btn::before {
        width: 100%; }
    .headnav__logo {
      margin-right: 40px; }
    .headnav__desc {
      font-size: 0.9rem; }
    .headnav__menu {
      display: block; }
    .headnav__ico-text-cont {
      margin-right: 35px; }
  .headbanner__title {
    font-size: 100px;
    margin-bottom: 20px; }
  .headbanner__subtitle {
    margin-bottom: -25px;
    margin-right: 0;
    font-size: 1rem;
    letter-spacing: 6px; }
  .headbanner__desc {
    font-size: 1rem; }
  .headbanner__bg {
    background-position-x: center; }
  .headbanner__feathers {
    margin-left: 120px; }
  .headbanner__btn {
    font-size: 20px; }
  .about {
    padding-bottom: 0; }
    .about__title {
      padding-bottom: 25px; }
    .about__slider {
      height: 400px; }
    .about__slider-content-cont {
      padding-left: 50px;
      padding-right: 0;
      padding-bottom: 100px;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-flex-basis: 400px;
      -moz-flex-basis: 400px;
      -ms-flex-basis: 400px;
      flex-basis: 400px;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }
    .about__slider-img-cont {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -webkit-flex-basis: unset;
      -moz-flex-basis: unset;
      -ms-flex-basis: unset;
      flex-basis: unset; }
    .about__slider-ctrl {
      bottom: 0;
      left: auto;
      left: unset;
      margin-left: unset;
      margin-right: -110px;
      right: 0; }
    .about__slider-btn {
      display: none; }
  .actions {
    height: 740px; }
    .actions__title-cont {
      padding-top: 75px; }
    .actions__bg-cont {
      width: 32%; }
    .actions__bg {
      background-position-x: left; }
    .actions__slider {
      width: 70vw; }
    .actions__line {
      width: 50vw; }
  .action__cont {
    padding-right: 20px; }
  .action__title {
    font-size: 17px; }
  .services {
    padding-top: 130px; }
    .services__title-gr {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; }
    .services__title {
      padding-top: 0;
      padding-bottom: 80px;
      margin-right: 65px; }
    .services__desc {
      display: none;
      position: relative;
      left: 0;
      top: 0;
      max-width: 255px; }
      .services__desc--ad {
        display: block; }
    .services__slider-ctrl-wrap {
      position: absolute;
      top: 0;
      left: auto;
      left: unset;
      right: 45px;
      bottom: auto;
      bottom: unset; }
    .services__slider {
      margin-left: -14px;
      margin-right: -14px; }
  .service {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 50px;
    height: 440px !important;
    width: 33% !important; }
    .service:nth-child(3n-1) {
      margin-top: 0; }
    .service__cont {
      padding: 35px; }
    .service__title {
      font-size: 30px; }
  .products {
    padding-bottom: 70px; }
    .products__title-gr {
      padding-top: 60px; }
    .products__slider {
      padding-left: 45px;
      padding-right: -45px; }
  .product {
    width: 50%;
    padding-right: 90px; }
    .product__title {
      font-size: 20px;
      line-height: 1.25; }
    .product__sub-title {
      font-size: 1rem; }
  .instawall {
    padding-bottom: 50px; }
    .instawall__title-gr {
      padding-top: 50px;
      padding-bottom: 50px; }
    .instawall__tile {
      width: 33.3333% !important;
      margin-right: 30px; }
      .instawall__tile--ad {
        display: block;
        margin-right: 0; }
    .instawall__row {
      margin-bottom: 0; }
      .instawall__row--2 {
        display: none; }
  .gallery__title-gr {
    margin-bottom: -90px; }
  .gallery__slider-ctrl {
    top: 200px; }
  .gallery__line {
    top: 80px;
    right: 45px; }
  .gallery__sliders {
    height: 500px;
    padding-left: 45px; }
  .gallery__right-slider {
    padding-left: 30px;
    padding-bottom: 0; }
  .gallery__line {
    left: 30px; }
  .s-line {
    height: 35px; }
    .s-line__numbers {
      font-size: 25px; }
    .s-line__slash {
      font-size: 20px; }
    .s-line__sum-num {
      font-size: 17px; }
  .r-gallery {
    height: 195px; }
    .r-gallery__item {
      margin-right: 30px;
      width: 70%; }
  .masters {
    padding-top: 110px;
    padding-bottom: 80px; }
    .masters__static {
      box-sizing: border-box;
      padding-right: 50px;
      -webkit-flex-basis: 400px;
      -moz-flex-basis: 400px;
      -ms-flex-basis: 400px;
      flex-basis: 400px;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0; }
    .masters__slider {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-basis: 50%;
      flex-basis: 50%; }
    .masters__slider-ctrl-wrap {
      width: auto;
      width: unset; }
    .masters__slider-ctrl {
      margin-right: 25px; }
  .master {
    display: block; }
    .master__desc-cont {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 315px; }
    .master__desc-wrap {
      padding: 40px; }
    .master__bg-cont {
      padding-bottom: 135%; }
    .master__bg {
      left: 95px;
      width: unset;
      height: unset;
      bottom: 75px;
      right: 0;
      background-position-x: center; }
  .contacts {
    padding-right: 45px; }
    .contacts__desc-cont {
      margin-left: -100px;
      -webkit-flex-basis: 375px;
      -moz-flex-basis: 375px;
      -ms-flex-basis: 375px;
      flex-basis: 375px; }
    .contacts__desc-content {
      padding: 35px; }
    .contacts__info-cont {
      margin-top: 30px;
      margin-bottom: 25px;
      padding-right: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .contacts__tel-cont {
      margin-bottom: 25px; }
    .contacts__addr br {
      display: none; }
    .contacts__sub-title {
      font-size: 20px;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .contacts__phone {
      font-size: 20px; }
    .contacts__map-cont {
      height: 670px; }
  .footer {
    margin-left: 0; }
    .footer__cont {
      padding-left: 45px;
      padding-right: 45px; }
  .d-popup {
    left: auto;
    right: -100%; }
    .d-popup.active {
      right: 0;
      left: auto; }
    .d-popup__close-cont {
      top: 0;
      left: auto;
      right: 0;
      padding-top: 20px;
      padding-bottom: 10px;
      padding-left: 12px;
      padding-right: 12px;
      background-color: #afc3d6; }
    .d-popup--route, .d-popup--feedback, .d-popup--menu {
      width: 400px; }
    .d-popup--service {
      width: 560px; }
    .d-popup::before {
      content: none; }
  .p-route {
    padding: 60px;
    padding-top: 85px; }
    .p-route__title {
      font-size: 45px; }
  .p-feedback {
    padding-left: 60px;
    padding-right: 60px; }
    .p-feedback__title {
      font-size: 45px; }
    .p-feedback__desc {
      font-size: 16px; }
  .p-action {
    padding-left: 0; }
    .p-action__bg-cont {
      height: 255px; }
    .p-action__bg {
      background-position: center; }
    .p-action__content {
      padding-top: 30px; }
    .p-action__title {
      font-size: 25px;
      line-height: 35px;
      margin-bottom: 10px; }
  .p-service {
    padding-left: 0; }
    .p-service__bg-cont {
      height: 255px; }
    .p-service__title {
      font-size: 45px;
      left: 40px;
      right: 40px;
      bottom: 45px; }
    .p-service__item {
      padding-top: 10px;
      padding-bottom: 10px; }
      .p-service__item::before {
        bottom: 15px; }
    .p-service__sub-title {
      font-size: 17px;
      line-height: 27px; }
    .p-service__content {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 40px;
      padding-right: 40px; }
    .p-service__price {
      font-size: 20px; }
  .menu {
    padding-left: 50px;
    padding-right: 80px; }
    .menu__content {
      width: 100%;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end; }
    .menu__link {
      font-size: 45px;
      line-height: 80px; }
      .menu__link::before {
        bottom: 18px; } }

@media (min-width: 1200px) and (max-width: 1679px) {
  html {
    font-size: 17px; }
  .defaultcont {
    padding-left: 55px;
    padding-right: 55px; }
  .bg.rellax {
    height: 120%; }
  .btitle {
    font-size: 60px; }
  .mainbtn__arrow {
    margin-left: 15px; }
  .mainbtn--link {
    height: 50px;
    letter-spacing: 6px; }
  .headnav {
    padding-left: 145px; }
    .headnav__desc {
      font-size: 0.9rem; }
    .headnav__btn {
      font-size: 20px; }
  .headbanner__title {
    font-size: 120px; }
  .headbanner__subtitle {
    margin-bottom: -28px;
    margin-right: 0; }
  .headbanner__bg {
    background-position-x: -10vw; }
  .headbanner__feathers {
    margin-left: 160px; }
  .headbanner__btn {
    font-size: 20px; }
  .about__title {
    padding-bottom: 25px; }
  .about__slider {
    height: 400px; }
  .about__slider-content-cont {
    padding-left: 70px;
    padding-right: 0;
    padding-bottom: 45px; }
  .about__slider-ctrl {
    bottom: 45px; }
  .about__slider-btn {
    margin-left: 60px; }
  .actions {
    height: 800px; }
    .actions__title-cont {
      padding-top: 75px; }
    .actions__bg-cont {
      width: 32%; }
    .actions__bg {
      background-position-x: left; }
    .actions__slider {
      width: 68vw; }
    .actions__line {
      width: 50vw; }
  .action__cont {
    padding-right: 25px; }
  .action__title {
    font-size: 17px; }
  .services {
    padding-top: 130px; }
    .services__title {
      padding-top: 0;
      padding-bottom: 80px; }
    .services__slider-ctrl-wrap {
      position: absolute;
      top: 0;
      left: auto;
      left: unset;
      right: 55px;
      bottom: auto;
      bottom: unset; }
    .services__slider {
      margin-left: -55px;
      margin-right: -55px; }
  .service {
    padding-left: 27.5px;
    padding-right: 27.5px;
    height: 440px; }
    .service:nth-child(3n-1) {
      margin-top: 115px; }
    .service__cont {
      padding: 35px; }
    .service__title {
      font-size: 30px; }
  .products {
    padding-bottom: 70px; }
    .products__title-gr {
      padding-top: 60px; }
    .products__slider {
      padding-left: 55px;
      padding-right: 40px; }
  .product {
    padding-right: 15px; }
    .product__title {
      font-size: 20px;
      line-height: 1.25; }
    .product__sub-title {
      font-size: 1rem; }
  .instawall {
    padding-bottom: 20vw; }
    .instawall__title-gr {
      padding-top: 30px;
      padding-bottom: 50px; }
    .instawall__tile {
      margin-right: 12px; }
    .instawall__row {
      margin-bottom: 12px; }
  .gallery__title-gr {
    padding-bottom: 0;
    margin-bottom: -60px; }
  .gallery__slider-ctrl {
    top: 200px; }
  .gallery__line {
    top: 80px;
    right: 55px; }
  .gallery__sliders {
    height: 500px;
    padding-left: 55px; }
  .gallery__right-slider {
    padding-left: 30px;
    padding-bottom: 0; }
  .gallery__line {
    left: 30px; }
  .s-line {
    height: 60px; }
  .r-gallery {
    height: 195px; }
    .r-gallery__item {
      margin-right: 30px;
      width: 70%; }
  .masters {
    padding-top: 110px;
    padding-bottom: 120px; }
    .masters__static {
      box-sizing: border-box;
      padding-right: 80px;
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-basis: 50%;
      flex-basis: 50%;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0; }
    .masters__slider {
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-basis: 50%;
      flex-basis: 50%; }
    .masters__slider-ctrl-wrap {
      width: auto;
      width: unset; }
    .masters__slider-ctrl {
      margin-right: 25px; }
  .master {
    display: block; }
    .master__desc-cont {
      position: absolute;
      left: 0;
      bottom: 55px;
      width: 315px; }
    .master__desc-wrap {
      padding: 40px; }
    .master__bg-cont {
      padding-bottom: 120%; }
    .master__bg {
      left: 95px; }
  .contacts {
    padding-right: 55px; }
    .contacts__desc-cont {
      margin-left: -100px;
      -webkit-flex-basis: 375px;
      -moz-flex-basis: 375px;
      -ms-flex-basis: 375px;
      flex-basis: 375px; }
    .contacts__desc-content {
      padding: 35px; }
    .contacts__info-cont {
      margin-top: 55px; }
    .contacts__sub-title {
      font-size: 20px;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .contacts__phone {
      font-size: 20px; }
    .contacts__map-cont {
      height: 670px; }
  .p-route {
    padding-top: 60px;
    padding-bottom: 60px; }
    .p-route__title {
      font-size: 50px; }
  .p-feedback__title {
    font-size: 50px; }
  .p-action__content {
    padding-top: 40px; }
  .p-action__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px; }
  .p-service__sub-title {
    font-size: 18px;
    line-height: 28px; }
  .p-service__price {
    font-size: 20px; }
  .menu__link {
    font-size: 50px;
    line-height: 100px; }
    .menu__link::before {
      bottom: 18px; } }
