/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Comfortaa';
  src: url("../fonts/Comfortaa-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Comfortaa';
  src: url("../fonts/Comfortaa-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Comfortaa';
  src: url("../fonts/Comfortaa-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
.header {
  padding: 15px 0; }
  @media screen and (max-width: 1024px) {
    .header {
      height: 55px; } }
  .header .container {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.header-shadow {
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0px 2px 30px 5px #e8e8e8;
  box-shadow: 0px 2px 30px 5px #e8e8e8; }
  @media screen and (max-width: 1200px) {
    .header-shadow_widescreen {
      -webkit-box-shadow: none;
              box-shadow: none; } }
  .header-shadow_desktop {
    position: relative;
    z-index: 100;
    -webkit-box-shadow: none;
            box-shadow: none; }
    @media screen and (max-width: 1200px) {
      .header-shadow_desktop {
        -webkit-box-shadow: 0px 2px 30px 5px #e8e8e8;
        box-shadow: 0px 2px 30px 5px #e8e8e8; } }
  @media screen and (max-width: 768px) {
    .header-shadow_tablet {
      -webkit-box-shadow: none;
              box-shadow: none; } }

.logo img {
  width: 75px;
  height: 55px; }
@media screen and (max-width: 1024px) {
  .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .logo img {
      width: 45px;
      height: 35px; } }

.nav {
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .nav {
      width: 350px;
      padding: 45px 37px 25px;
      position: absolute;
      top: -1850%;
      left: 40px;
      background-color: #fff;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      z-index: 1500; } }
  @media screen and (max-width: 768px) {
    .nav {
      left: 0; } }
  @media screen and (max-width: 480px) {
    .nav {
      width: 100%;
      padding: 45px 24px 25px; } }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .nav__item {
    position: relative;
    margin: 0 25px; }
    @media screen and (max-width: 1024px) {
      .nav__item {
        margin: 0;
        border-bottom: 1px solid #e8e8e8; }
        .nav__item:last-child {
          border-bottom: none; } }
  .nav__link {
    display: block;
    color: #343434;
    font-size: 18px;
    font-weight: 500; }
    .nav__link_active {
      color: #92bd38; }
    .nav__link:hover {
      color: #92bd38; }
    @media screen and (max-width: 1024px) {
      .nav__link {
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 400;
        padding: 25px 0; } }
    @media screen and (max-width: 768px) {
      .nav__link {
        font-size: 16px;
        padding: 18px 0; } }
  .nav__main-sub {
    position: relative;
    background-color: #f6f6f6;
    display: none; }
    .nav__main-sub_open {
      display: block; }
    .nav__main-sub:before {
      position: absolute;
      content: '';
      width: 170%;
      height: 100%;
      background: #f6f6f6;
      top: 0;
      left: -80px;
      z-index: -1; }
  .nav__item-sub {
    position: relative;
    background-color: #f6f6f6;
    padding: 15px 0 15px 15px; }
  .nav__link-sub {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    color: #343434; }
    .nav__link-sub.active {
      color: #4274ae; }
  .nav__sub {
    width: 100%;
    display: none; }
    .nav__sub_open {
      display: block; }
    .nav__sub li {
      width: 100%; }
      .nav__sub li a {
        color: #3f4048;
        padding: 20px 0 5px 20px; }
      .nav__sub li:hover a {
        color: #4274ae; }
  .nav .arrow {
    position: absolute;
    content: '';
    top: 20px;
    right: 5px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #3f4048;
    border-left: 1px solid #3f4048;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: .5s;
    transition: .5s;
    display: none; }
    .nav .arrow_main {
      top: 32px; }
      @media screen and (max-width: 768px) {
        .nav .arrow_main {
          top: 25px; } }
    @media screen and (max-width: 1024px) {
      .nav .arrow {
        display: block; } }
  .nav .arrow.active {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.nav.show {
  top: -15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.contacts {
  font-family: 'Comfortaa';
  color: #343434;
  font-size: 16px; }
  @media screen and (max-width: 1024px) {
    .contacts {
      display: none; } }
  .contacts__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px; }
  .contacts__number {
    position: relative;
    color: #343434; }
    .contacts__number_first {
      margin-right: 50px; }
    .contacts__number:before {
      position: absolute;
      content: url("../img/tel.png");
      top: 50%;
      left: -25px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .contacts__number:hover {
      color: #92bd38; }
  .contacts__address {
    position: relative; }
    .contacts__address:before {
      position: absolute;
      content: url("../img/home.png");
      top: 50%;
      left: -25px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.contact-btn {
  display: none;
  color: #f46036;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  margin: 0 30px 0 auto;
  border-radius: 30px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(250, 185, 166, 0.72);
  box-shadow: 0px 0px 5px 3px rgba(250, 185, 166, 0.72); }
  .contact-btn:hover {
    color: #fff;
    background-color: #f46036;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 1024px) {
    .contact-btn {
      display: block; } }
  @media screen and (max-width: 768px) {
    .contact-btn {
      margin: 0 5px 0 auto; } }
  @media screen and (max-width: 480px) {
    .contact-btn {
      font-size: 12px;
      font-weight: 400;
      padding: 6px 10px; } }

.burger-opener {
  position: absolute;
  z-index: 2000;
  top: 50%;
  left: 55px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none; }
  @media screen and (max-width: 1024px) {
    .burger-opener {
      display: block; } }
  @media screen and (max-width: 768px) {
    .burger-opener {
      left: 15px; } }
  @media screen and (max-width: 480px) {
    .burger-opener {
      left: 0px; } }

.burger-mask {
  display: none; }
  .burger-mask__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.23);
    z-index: 80; }

.burger-mask.show {
  display: block; }

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.hamRotate.active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.hamRotate180.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.line {
  fill: none;
  -webkit-transition: stroke-dasharray 600ms, stroke-dashoffset 600ms;
  transition: stroke-dasharray 600ms, stroke-dashoffset 600ms;
  stroke: #92bd38;
  stroke-width: 3.5;
  stroke-linecap: round; }

.ham4 .top {
  stroke-dasharray: 40 121; }

.ham4 .bottom {
  stroke-dasharray: 40 121; }

.ham4.active .top {
  stroke-dashoffset: -68px; }

.ham4.active .bottom {
  stroke-dashoffset: -68px; }

.intro-section {
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px; }
  .intro-section_services {
    background-image: url("../img/services-bg.png"); }
    @media screen and (max-width: 1200px) {
      .intro-section_services {
        background-image: none;
        height: auto; } }
  .intro-section_main-services {
    background-image: url("../img/serv-main-img.jpg"); }
    @media screen and (max-width: 1200px) {
      .intro-section_main-services {
        background-image: none;
        height: auto; } }
  .intro-section_home {
    background-image: url("../img/home-bg.jpg");
    height: 540px; }
    @media screen and (max-width: 1024px) {
      .intro-section_home {
        height: 430px; } }
    @media screen and (max-width: 650px) {
      .intro-section_home {
        background-image: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: auto; } }
    .intro-section_home img {
      width: 100%; }
  .intro-section_about {
    background-image: url("../img/about-bg.jpg");
    background-position: center center; }
    @media screen and (max-width: 1024px) {
      .intro-section_about {
        height: 300px; } }
    @media screen and (max-width: 768px) {
      .intro-section_about {
        background-image: none;
        height: 0; } }
  .intro-section .home-img {
    display: none; }
    @media screen and (max-width: 650px) {
      .intro-section .home-img {
        display: block; } }
  .intro-section .intro-box {
    max-width: 550px;
    height: 100%;
    background-color: #fbfbfb;
    padding: 80px 40px;
    margin-left: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 1024px) {
      .intro-section .intro-box {
        max-width: 450px;
        padding: 50px 30px;
        margin-left: 50px; } }
    @media screen and (max-width: 650px) {
      .intro-section .intro-box {
        max-width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0; } }
    @media screen and (max-width: 480px) {
      .intro-section .intro-box {
        padding: 25px 15px 45px; } }
    .intro-section .intro-box__title {
      font-family: 'Comfortaa';
      color: #4274ae;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 40px; }
      @media screen and (max-width: 1024px) {
        .intro-section .intro-box__title {
          font-size: 22px;
          margin-bottom: 30px; } }
      @media screen and (max-width: 650px) {
        .intro-section .intro-box__title {
          text-align: center; } }
    .intro-section .intro-box__info {
      color: #343434;
      font-size: 18px;
      margin-bottom: 40px; }
      @media screen and (max-width: 1024px) {
        .intro-section .intro-box__info {
          margin-bottom: 30px; } }
      @media screen and (max-width: 650px) {
        .intro-section .intro-box__info {
          text-align: center; } }
    .intro-section .intro-box__btn {
      color: #fff;
      background-color: #f46036;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      padding: 16px 45px;
      margin-bottom: 40px;
      border-radius: 35px;
      cursor: pointer;
      -webkit-box-shadow: -5px 5px 10px 0px #cccccc;
      box-shadow: -5px 5px 10px 0px #cccccc; }
      .intro-section .intro-box__btn:hover {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #ff3800; }
      @media screen and (max-width: 1024px) {
        .intro-section .intro-box__btn {
          margin-bottom: 30px; } }
    .intro-section .intro-box__video {
      position: relative;
      color: #92bd38;
      font-size: 18px;
      padding: 20px 0 0 0;
      margin-left: 65px;
      border-bottom: 2px solid transparent; }
      .intro-section .intro-box__video:before {
        position: absolute;
        content: url("../img/video-play.png");
        top: 8px;
        left: -65px; }
      .intro-section .intro-box__video:hover {
        border-bottom: 2px solid #92bd38; }
      @media screen and (max-width: 480px) {
        .intro-section .intro-box__video {
          font-size: 16px; } }

.main-services-section,
.services-section {
  padding-bottom: 80px; }
  @media screen and (max-width: 1200px) {
    .main-services-section,
    .services-section {
      padding-bottom: 60px; } }
  @media screen and (max-width: 1024px) {
    .main-services-section,
    .services-section {
      padding-bottom: 40px; } }
  @media screen and (max-width: 768px) {
    .main-services-section,
    .services-section {
      padding-bottom: 0; } }
  .main-services-section .service-top,
  .services-section .service-top {
    padding-top: 45px;
    margin-top: -180px;
    background-color: #fff;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 1200px) {
      .main-services-section .service-top,
      .services-section .service-top {
        margin-top: 0; } }
  .main-services-section .service-title,
  .services-section .service-title {
    text-align: center; }
  .main-services-section .second-title,
  .services-section .second-title {
    margin-bottom: 0; }
  .main-services-section .services-wrap,
  .services-section .services-wrap {
    background-color: #fff;
    padding-top: 50px;
    -webkit-box-shadow: 0px 5px 20px 5px #e8e8e8;
    box-shadow: 0px 5px 20px 5px #e8e8e8; }
    @media screen and (max-width: 768px) {
      .main-services-section .services-wrap,
      .services-section .services-wrap {
        padding-top: 20px; } }
  .main-services-section .services-list,
  .services-section .services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .main-services-section .services-list,
      .services-section .services-list {
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .main-services-section .services-link,
  .services-section .services-link {
    width: 30%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 3px #cccccc;
    box-shadow: 0px 0px 15px 3px #cccccc; }
    .main-services-section .services-link img,
    .services-section .services-link img {
      width: 100%;
      display: block; }
    @media screen and (max-width: 768px) {
      .main-services-section .services-link,
      .services-section .services-link {
        width: 60%;
        margin-bottom: 20px; } }
    @media screen and (max-width: 480px) {
      .main-services-section .services-link,
      .services-section .services-link {
        width: 90%; } }
  .main-services-section .services-name,
  .services-section .services-name {
    position: absolute;
    top: 40px;
    left: 40px;
    font-family: 'Comfortaa';
    font-size: 30px;
    font-weight: bold;
    color: #fff; }
    @media screen and (max-width: 1024px) {
      .main-services-section .services-name,
      .services-section .services-name {
        top: 30px;
        left: 30px;
        font-size: 25px; } }
    @media screen and (max-width: 768px) {
      .main-services-section .services-name,
      .services-section .services-name {
        top: 15px;
        left: 15px;
        font-size: 18px; } }
  .main-services-section .slider-name,
  .services-section .slider-name {
    font-family: 'Comfortaa';
    color: #4274ae;
    font-size: 20px;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 40px; }
    @media screen and (max-width: 1100px) {
      .main-services-section .slider-name,
      .services-section .slider-name {
        text-align: center; } }
    @media screen and (max-width: 480px) {
      .main-services-section .slider-name,
      .services-section .slider-name {
        margin-bottom: 20px; } }
  .main-services-section .slider-wrap,
  .services-section .slider-wrap {
    margin: 0 -40px; }
  .main-services-section .service-slider,
  .services-section .service-slider {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #c2c2c2; }
    .main-services-section .service-slider:last-child,
    .services-section .service-slider:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    @media screen and (max-width: 1300px) {
      .main-services-section .service-slider,
      .services-section .service-slider {
        padding-bottom: 60px; } }
    @media screen and (max-width: 1100px) {
      .main-services-section .service-slider,
      .services-section .service-slider {
        width: 95%;
        margin: 0 auto 40px; } }
    @media screen and (max-width: 480px) {
      .main-services-section .service-slider,
      .services-section .service-slider {
        padding: 0 10px 40px;
        margin: 0 auto 20px; } }

.portfolio-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .portfolio-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .portfolio-section_home {
    position: relative; }
    .portfolio-section_home:before {
      position: absolute;
      content: '';
      background: #e8e8e8;
      top: -73px;
      left: 0;
      width: 100%;
      height: 120px;
      z-index: -1; }
      @media screen and (max-width: 1024px) {
        .portfolio-section_home:before {
          top: -43px; } }
      @media screen and (max-width: 768px) {
        .portfolio-section_home:before {
          display: none; } }
  .portfolio-section .portfolio-info {
    width: 50%;
    background-color: #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 364px; }
    .portfolio-section .portfolio-info_home {
      background-color: #fff;
      -webkit-box-shadow: inset 0px -5px 20px 0px #cccccc;
      box-shadow: inset 0px -5px 20px 0px #cccccc; }
    @media screen and (max-width: 768px) {
      .portfolio-section .portfolio-info {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 30px 0 45px;
        height: auto; } }
    @media screen and (max-width: 480px) {
      .portfolio-section .portfolio-info {
        padding: 20px 0 30px; } }
  .portfolio-section .info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 390px;
    margin: 0 160px 0 auto; }
    @media screen and (max-width: 1170px) {
      .portfolio-section .info-wrap {
        margin: 0 0 0 40px; } }
    @media screen and (max-width: 768px) {
      .portfolio-section .info-wrap {
        width: 100%;
        margin: 0; } }
  .portfolio-section .portfolio-text {
    font-family: 'Comfortaa';
    color: #343434;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 35px; }
    @media screen and (max-width: 1024px) {
      .portfolio-section .portfolio-text {
        font-size: 20px;
        margin-bottom: 25px; } }
    @media screen and (max-width: 768px) {
      .portfolio-section .portfolio-text {
        font-size: 18px;
        text-align: center; } }
  .portfolio-section .portfolio-description {
    color: #343434;
    font-size: 20px;
    display: block;
    margin-bottom: 30px; }
    @media screen and (max-width: 1024px) {
      .portfolio-section .portfolio-description {
        font-size: 18px;
        margin-bottom: 25px; } }
    @media screen and (max-width: 768px) {
      .portfolio-section .portfolio-description {
        text-align: center; } }
  .portfolio-section .portfolio-btn {
    width: 300px;
    color: #fff;
    background-color: #f46036;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 20px 25px;
    border-radius: 35px;
    cursor: pointer;
    -webkit-box-shadow: -5px 5px 10px 0px #cccccc;
    box-shadow: -5px 5px 10px 0px #cccccc; }
    @media screen and (max-width: 1024px) {
      .portfolio-section .portfolio-btn {
        width: 260px;
        font-size: 18px;
        padding: 15px 20px; } }
    @media screen and (max-width: 768px) {
      .portfolio-section .portfolio-btn {
        width: 200px;
        font-size: 15px;
        padding: 12px;
        margin: 0 auto; } }
    .portfolio-section .portfolio-btn:hover {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #ff3800; }
  .portfolio-section .portfolio-img {
    width: 50%;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .portfolio-section .portfolio-img {
        height: 200px;
        width: 100%; } }

.test-section .test-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .test-section .test-wrap {
      padding: 0 !important;
      -webkit-box-shadow: none;
              box-shadow: none; } }
.test-section .test-text {
  margin-bottom: 45px; }
  .test-section .test-text:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    .test-section .test-text {
      margin-bottom: 30px; } }
  @media screen and (max-width: 768px) {
    .test-section .test-text {
      margin-bottom: 20px; } }

.article-section {
  background-color: #fdfdfd;
  padding-top: 45px; }
  @media screen and (max-width: 1024px) {
    .article-section {
      padding-top: 30px; } }
  @media screen and (max-width: 768px) {
    .article-section {
      padding-top: 0; } }
  .article-section .article-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .article-section .main-title {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 3px solid #92bd38; }
    .article-section .main-title:hover {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border-bottom: 3px solid transparent; }
  .article-section .main-img {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto; }
    .article-section .main-img img {
      width: 100%; }
    @media screen and (max-width: 768px) {
      .article-section .main-img {
        -webkit-box-shadow: none;
                box-shadow: none; } }
  .article-section .img-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 45px; }
    @media screen and (max-width: 1024px) {
      .article-section .img-wrap {
        margin-bottom: 35px; } }
    @media screen and (max-width: 768px) {
      .article-section .img-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 20px; } }
  .article-section .img-box {
    width: 48%; }
    .article-section .img-box img {
      width: 100%; }
    @media screen and (max-width: 768px) {
      .article-section .img-box {
        width: 100%;
        margin-bottom: 20px; }
        .article-section .img-box:last-child {
          margin-bottom: 0; } }
  .article-section .img-content {
    width: 100%; }
    .article-section .img-content img {
      width: 100%; }

.similar-section {
  background-color: #e8e8e8; }
  @media screen and (max-width: 480px) {
    .similar-section {
      padding-bottom: 50px !important; } }
  .similar-section .similar-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .similar-section .second-title {
    margin-bottom: 10px; }
  .similar-section .blog-link {
    font-family: 'Comfortaa';
    color: #92bd38;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 45px;
    text-align: center;
    border-bottom: 2px solid #92bd38; }
    .similar-section .blog-link:hover {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border-bottom: 2px solid transparent; }
    @media screen and (max-width: 768px) {
      .similar-section .blog-link {
        margin-bottom: 30px; } }

.contact-section .contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0; }
  .contact-section .contacts-wrap_home {
    padding: 0 !important; }
    @media screen and (max-width: 768px) {
      .contact-section .contacts-wrap_home {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important; } }
  @media screen and (max-width: 768px) {
    .contact-section .contacts-wrap {
      padding: 0 0 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media screen and (max-width: 480px) {
    .contact-section .contacts-wrap {
      padding: 0 0 20px; } }
.contact-section .contacts-images {
  width: 50%;
  background-image: url("../img/tel-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  @media screen and (max-width: 768px) {
    .contact-section .contacts-images {
      width: 100%;
      height: 220px; } }
  @media screen and (max-width: 480px) {
    .contact-section .contacts-images {
      height: 160px; } }
.contact-section .map {
  width: 50%; }
  @media screen and (max-width: 768px) {
    .contact-section .map {
      width: 100%;
      height: 400px; } }
.contact-section .portfolio-btn {
  width: 230px; }
  @media screen and (max-width: 768px) {
    .contact-section .portfolio-btn {
      width: 180px; } }

.home-services-section {
  position: relative;
  padding: 80px 0 0 0; }
  @media screen and (max-width: 1024px) {
    .home-services-section {
      padding: 40px 0 0 0; } }
  @media screen and (max-width: 768px) {
    .home-services-section {
      background-color: #e8e8e8; } }
  .home-services-section:before {
    position: absolute;
    content: '';
    background: #e8e8e8;
    top: 0;
    left: 0;
    width: 100%;
    height: 224px;
    z-index: -1; }
    @media screen and (max-width: 1024px) {
      .home-services-section:before {
        height: 180px; } }
  .home-services-section:after {
    position: absolute;
    content: '';
    background: #e8e8e8;
    top: 49.8%;
    left: 0;
    width: 100%;
    height: 230px;
    z-index: -1; }
  .home-services-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (max-width: 768px) {
      .home-services-section .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .home-services-section .services-wrap {
    width: 46%; }
    @media screen and (max-width: 1024px) {
      .home-services-section .services-wrap {
        width: 48%; } }
    @media screen and (max-width: 768px) {
      .home-services-section .services-wrap {
        width: 90%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .home-services-section .service-home {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 3px #cccccc;
    box-shadow: 0px 0px 15px 3px #cccccc;
    margin-bottom: 70px; }
    .home-services-section .service-home img {
      width: 100%;
      display: block; }
    @media screen and (max-width: 1024px) {
      .home-services-section .service-home {
        margin-bottom: 40px; } }
    @media screen and (max-width: 480px) {
      .home-services-section .service-home {
        margin-bottom: 20px; } }
  .home-services-section .service-name {
    position: absolute;
    top: 40px;
    left: 40px;
    font-family: 'Comfortaa';
    font-size: 30px;
    font-weight: bold;
    color: #fff; }
    @media screen and (max-width: 1024px) {
      .home-services-section .service-name {
        top: 30px;
        left: 30px;
        font-size: 25px; } }
    @media screen and (max-width: 768px) {
      .home-services-section .service-name {
        top: 15px;
        left: 15px;
        font-size: 18px; } }
    @media screen and (max-width: 480px) {
      .home-services-section .service-name {
        top: 10px;
        left: 5px;
        font-size: 12px; } }
  .home-services-section .service-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .home-services-section .main-title {
    font-size: 24px;
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      .home-services-section .main-title {
        margin: 0 auto 30px; } }
  .home-services-section .second-title {
    font-size: 20px;
    text-align: left; }
    @media screen and (max-width: 1100px) {
      .home-services-section .second-title {
        font-size: 18px; } }
    @media screen and (max-width: 940px) {
      .home-services-section .second-title {
        font-size: 16px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 768px) {
      .home-services-section .second-title {
        text-align: center;
        margin: 0 auto 30px; } }
  .home-services-section .service-btn {
    width: 280px; }
    @media screen and (max-width: 768px) {
      .home-services-section .service-btn_desktop {
        display: none; } }
    .home-services-section .service-btn_tablet {
      display: none; }
      @media screen and (max-width: 768px) {
        .home-services-section .service-btn_tablet {
          display: block;
          margin-bottom: 30px;
          width: 250px; } }

.about-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .about-section {
      padding-top: 0 !important; } }
  .about-section .first-img {
    width: 35%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .about-section .first-img img {
      width: 100%;
      display: block; }
    @media screen and (max-width: 1024px) {
      .about-section .first-img {
        width: 50%;
        margin-bottom: 30px; } }
    @media screen and (max-width: 650px) {
      .about-section .first-img {
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .about-section .second-img {
    width: 30%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .about-section .second-img img {
      width: 100%;
      display: block; }
    @media screen and (max-width: 1024px) {
      .about-section .second-img {
        width: 50%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-left: 30px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media screen and (max-width: 650px) {
      .about-section .second-img {
        width: 100%;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        padding: 0;
        margin-bottom: 20px; } }
  .about-section .info-wrap {
    width: 35%;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 1024px) {
      .about-section .info-wrap {
        width: 50%; } }
    @media screen and (max-width: 650px) {
      .about-section .info-wrap {
        width: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .about-section .main-title {
    margin-bottom: 25px; }
    @media screen and (max-width: 1150px) {
      .about-section .main-title {
        margin-bottom: 20px;
        font-size: 22px; } }
  .about-section .second-title {
    margin-bottom: 25px;
    text-align: left; }
    @media screen and (max-width: 1150px) {
      .about-section .second-title {
        margin-bottom: 20px;
        font-size: 18px; } }
  .about-section .about-text {
    color: #343434;
    font-size: 18px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1150px) {
      .about-section .about-text {
        margin-bottom: 20px;
        font-size: 16px; } }
    @media screen and (max-width: 650px) {
      .about-section .about-text {
        margin-bottom: 30px; } }
  .about-section .main-btn {
    margin: 0; }
    .about-section .main-btn_desktop {
      display: block; }
      @media screen and (max-width: 1024px) {
        .about-section .main-btn_desktop {
          display: none; } }
    .about-section .main-btn_tablet {
      display: none; }
      @media screen and (max-width: 1024px) {
        .about-section .main-btn_tablet {
          display: block; } }
      @media screen and (max-width: 650px) {
        .about-section .main-btn_tablet {
          margin: 0 auto; } }
  .about-section .count-wrap {
    width: 100%;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media screen and (max-width: 1024px) {
      .about-section .count-wrap {
        width: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 0 0 40px; } }
    @media screen and (max-width: 650px) {
      .about-section .count-wrap {
        width: 100%;
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        padding: 10px 0; } }
  .about-section .count-info {
    display: block;
    color: #4274ae;
    font-size: 20px;
    font-weight: 500; }
    @media screen and (max-width: 1024px) {
      .about-section .count-info {
        margin-bottom: 15px; }
        .about-section .count-info br {
          display: none; } }
    @media screen and (max-width: 650px) {
      .about-section .count-info {
        padding: 0 0 0 30px;
        font-size: 18px; } }

.portfolio-slider-section {
  margin-bottom: 130px; }
  @media screen and (max-width: 480px) {
    .portfolio-slider-section {
      margin-bottom: 100px; } }

.portfolio-map-section {
  background-color: #f7f7f7; }
  .portfolio-map-section .portfolio-map {
    width: 100%;
    height: 300px;
    -webkit-box-shadow: 0px 0px 5px 0px #cccccc;
    box-shadow: 0px 0px 5px 0px #cccccc; }
    @media screen and (max-width: 768px) {
      .portfolio-map-section .portfolio-map {
        height: 250px; } }

@media screen and (max-width: 768px) {
  .news-section {
    padding: 0 !important; } }
.news-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    .news-section .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (max-width: 768px) {
    .news-section .container {
      padding: 0; } }
.news-section .news-img {
  width: 48%;
  overflow: hidden; }
  .news-section .news-img img {
    width: 100%;
    display: block; }
  @media screen and (max-width: 1024px) {
    .news-section .news-img {
      width: 100%;
      height: 300px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 768px) {
    .news-section .news-img {
      height: 160px; } }
.news-section .info-box {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 1024px) {
    .news-section .info-box {
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (max-width: 768px) {
    .news-section .info-box {
      padding: 0 15px;
      margin-bottom: 30px; } }
  .news-section .info-box__info {
    text-align: center; }
  .news-section .info-box__description {
    text-align: center; }

.tab-section {
  background-color: #e8e8e8; }
  .tab-section .tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .tab-section .tab-link {
    width: 28%;
    margin: 0 20px 40px; }
    @media screen and (max-width: 1024px) {
      .tab-section .tab-link {
        width: 44%; } }
    @media screen and (max-width: 768px) {
      .tab-section .tab-link {
        width: 70%; } }
    @media screen and (max-width: 480px) {
      .tab-section .tab-link {
        width: 85%;
        margin: 0 0 20px; } }
  .tab-section .tab-hidden-content {
    display: none;
    padding-top: 40px; }

.video-slider-section .video-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 1024px) {
    .video-slider-section .video-info {
      margin-bottom: 40px; } }
  @media screen and (max-width: 768px) {
    .video-slider-section .video-info {
      margin-bottom: 30px; } }
.video-slider-section .video-btn {
  font-family: 'Comfortaa';
  color: #92bd38;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 2px solid #92bd38; }
.video-slider-section .video {
  margin-bottom: 20px; }
.video-slider-section .video-name {
  display: block;
  color: #343434;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px; }
.video-slider-section .views,
.video-slider-section .time {
  display: block;
  color: #626262;
  font-size: 18px;
  font-weight: 300; }

.portfolio-tab-section .container {
  padding: 0 0 40px;
  margin-top: 45px; }
  @media screen and (max-width: 1200px) {
    .portfolio-tab-section .container {
      margin-top: 0;
      padding-bottom: 40px; } }
  @media screen and (max-width: 800px) {
    .portfolio-tab-section .container {
      padding-bottom: 30px; } }
  @media screen and (max-width: 650px) {
    .portfolio-tab-section .container {
      padding-bottom: 20px; } }
@media screen and (max-width: 1170px) {
  .portfolio-tab-section .wrap-shadow {
    -webkit-box-shadow: none;
            box-shadow: none; } }
.portfolio-tab-section .portfolio-img {
  height: 270px;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .portfolio-tab-section .portfolio-img {
      height: 200px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 480px) {
    .portfolio-tab-section .portfolio-img {
      height: 150px;
      margin-bottom: 20px; } }
.portfolio-tab-section .portfolio-link-wrap,
.portfolio-tab-section .portfolio-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -17px; }
  @media screen and (max-width: 1200px) {
    .portfolio-tab-section .portfolio-link-wrap,
    .portfolio-tab-section .portfolio-content {
      padding: 0 15px; } }
  @media screen and (max-width: 800px) {
    .portfolio-tab-section .portfolio-link-wrap,
    .portfolio-tab-section .portfolio-content {
      margin: 0 -10px; } }
  @media screen and (max-width: 650px) {
    .portfolio-tab-section .portfolio-link-wrap,
    .portfolio-tab-section .portfolio-content {
      margin: 0 -5px; } }
  @media screen and (max-width: 400px) {
    .portfolio-tab-section .portfolio-link-wrap,
    .portfolio-tab-section .portfolio-content {
      margin: 0 -2px; } }
.portfolio-tab-section .portfolio-link {
  width: 33%;
  padding: 0 17px;
  margin-bottom: 40px; }
  .portfolio-tab-section .portfolio-link:nth-child(1), .portfolio-tab-section .portfolio-link:nth-child(2), .portfolio-tab-section .portfolio-link:nth-child(6), .portfolio-tab-section .portfolio-link:nth-child(7), .portfolio-tab-section .portfolio-link:nth-child(11), .portfolio-tab-section .portfolio-link:nth-child(12), .portfolio-tab-section .portfolio-link:nth-child(16), .portfolio-tab-section .portfolio-link:nth-child(17) {
    width: 50%; }
    @media screen and (max-width: 600px) {
      .portfolio-tab-section .portfolio-link:nth-child(1), .portfolio-tab-section .portfolio-link:nth-child(2), .portfolio-tab-section .portfolio-link:nth-child(6), .portfolio-tab-section .portfolio-link:nth-child(7), .portfolio-tab-section .portfolio-link:nth-child(11), .portfolio-tab-section .portfolio-link:nth-child(12), .portfolio-tab-section .portfolio-link:nth-child(16), .portfolio-tab-section .portfolio-link:nth-child(17) {
        width: 90%;
        height: auto;
        margin: 0 auto; } }
    @media screen and (max-width: 420px) {
      .portfolio-tab-section .portfolio-link:nth-child(1), .portfolio-tab-section .portfolio-link:nth-child(2), .portfolio-tab-section .portfolio-link:nth-child(6), .portfolio-tab-section .portfolio-link:nth-child(7), .portfolio-tab-section .portfolio-link:nth-child(11), .portfolio-tab-section .portfolio-link:nth-child(12), .portfolio-tab-section .portfolio-link:nth-child(16), .portfolio-tab-section .portfolio-link:nth-child(17) {
        width: 100%; } }
  @media screen and (max-width: 800px) {
    .portfolio-tab-section .portfolio-link {
      padding: 0 10px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 650px) {
    .portfolio-tab-section .portfolio-link {
      padding: 0 5px; } }
  @media screen and (max-width: 600px) {
    .portfolio-tab-section .portfolio-link {
      width: 90%;
      height: auto;
      margin: 0 auto; } }
  @media screen and (max-width: 500px) {
    .portfolio-tab-section .portfolio-link {
      margin-bottom: 10px; } }
  @media screen and (max-width: 420px) {
    .portfolio-tab-section .portfolio-link {
      width: 100%; } }
  @media screen and (max-width: 400px) {
    .portfolio-tab-section .portfolio-link {
      padding: 0 2px;
      margin-bottom: 0; } }
.portfolio-tab-section .img-wrap {
  height: 300px;
  margin-bottom: 25px; }
  @media screen and (max-width: 1024px) {
    .portfolio-tab-section .img-wrap {
      height: 270px; } }
  @media screen and (max-width: 800px) {
    .portfolio-tab-section .img-wrap {
      height: 230px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 500px) {
    .portfolio-tab-section .img-wrap {
      height: 180px;
      margin-bottom: 5px; } }
.portfolio-tab-section .portfilio-name {
  text-align: left; }
  @media screen and (max-width: 1024px) {
    .portfolio-tab-section .portfilio-name {
      font-size: 18px; } }
  @media screen and (max-width: 800px) {
    .portfolio-tab-section .portfilio-name {
      font-size: 16px; } }
  @media screen and (max-width: 500px) {
    .portfolio-tab-section .portfilio-name {
      font-size: 14px; } }
.portfolio-tab-section .portfolio-hidden-content {
  display: none; }
.portfolio-tab-section .more-btn-portfolio {
  margin-bottom: 30px; }
  @media screen and (max-width: 650px) {
    .portfolio-tab-section .more-btn-portfolio {
      width: 150px;
      font-size: 16px;
      text-align: center;
      padding: 10px 15px; } }

.company-section .service-top {
  padding-top: 45px;
  margin-top: -180px;
  background-color: #fff;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 1200px) {
    .company-section .service-top {
      margin-top: 0; } }
.company-section .service-title {
  text-align: center; }
.company-section .second-title {
  margin-bottom: 0; }

.info-section .company-info:nth-child(2n-1) {
  background-color: #e8e8e8; }
.info-section .company-info .container {
  position: relative; }
  .info-section .company-info .container:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    top: 0;
    left: -7px;
    background-color: rgba(204, 204, 204, 0.1); }
  .info-section .company-info .container:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    top: 0;
    right: -7px;
    background-color: rgba(204, 204, 204, 0.1); }
.info-section .container {
  background-color: #fff; }
.info-section .main-text-wrap {
  width: 750px;
  padding-top: 45px;
  margin: 0 auto 50px; }
  .info-section .main-text-wrap_padding {
    padding-top: 0 !important; }
  .info-section .main-text-wrap_mb {
    margin-bottom: 0 !important; }
  @media screen and (max-width: 1024px) {
    .info-section .main-text-wrap {
      margin: 0 auto 40px; } }
  @media screen and (max-width: 820px) {
    .info-section .main-text-wrap {
      width: 100%;
      padding-top: 30px; } }
  @media screen and (max-width: 768px) {
    .info-section .main-text-wrap {
      margin: 0 auto 30px;
      text-align: center; } }
.info-section .main-text {
  color: #343434;
  font-size: 18px;
  line-height: 30px; }
  @media screen and (max-width: 768px) {
    .info-section .main-text {
      line-height: 25px;
      font-size: 16px; } }
  @media screen and (max-width: 480px) {
    .info-section .main-text {
      line-height: 20px; } }
.info-section .intro-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px; }
  @media screen and (max-width: 1024px) {
    .info-section .intro-wrap {
      margin-bottom: 45px; } }
  @media screen and (max-width: 768px) {
    .info-section .intro-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10px; } }
.info-section .intro-text-wrap,
.info-section .intro-img-wrap {
  width: 48%; }
.info-section .intro-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 768px) {
    .info-section .intro-img-wrap {
      width: 80%;
      margin-bottom: 20px; } }
  @media screen and (max-width: 480px) {
    .info-section .intro-img-wrap {
      width: 100%; } }
.info-section .img-wrap {
  width: 100%;
  margin-bottom: 25px; }
  .info-section .img-wrap img {
    width: 100%; }
  @media screen and (max-width: 1024px) {
    .info-section .img-wrap {
      margin-bottom: 15px; } }
  @media screen and (max-width: 768px) {
    .info-section .img-wrap {
      margin-bottom: 10px; } }
  @media screen and (max-width: 480px) {
    .info-section .img-wrap {
      margin-bottom: 5px; } }
.info-section .text-img {
  color: #343434;
  font-size: 16px;
  font-weight: 300; }
  @media screen and (max-width: 768px) {
    .info-section .text-img {
      text-align: center;
      font-size: 14px; } }
.info-section .intro-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 768px) {
    .info-section .intro-text-wrap {
      width: 100%; } }
.info-section .intro-text {
  color: #343434;
  font-size: 18px;
  margin-bottom: 45px; }
  @media screen and (max-width: 768px) {
    .info-section .intro-text {
      font-size: 16px;
      margin-bottom: 30px;
      text-align: center; } }
.info-section .map-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 85px; }
  @media screen and (max-width: 1024px) {
    .info-section .map-info {
      padding-bottom: 55px; } }
  @media screen and (max-width: 768px) {
    .info-section .map-info {
      padding-bottom: 30px; } }
.info-section .map-wrap {
  margin-bottom: 10px; }
  .info-section .map-wrap img {
    width: 100%; }
.info-section .map-long {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    .info-section .map-long {
      margin-bottom: 15px; } }
.info-section .map-info-text {
  font-size: 16px;
  font-weight: 300;
  text-align: center; }
.info-section .architecture-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 85px; }
  @media screen and (max-width: 700px) {
    .info-section .architecture-wrap_reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (max-width: 1024px) {
    .info-section .architecture-wrap {
      padding-bottom: 55px; } }
  @media screen and (max-width: 768px) {
    .info-section .architecture-wrap {
      padding-bottom: 30px; } }
  @media screen and (max-width: 700px) {
    .info-section .architecture-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
.info-section .architecture-left,
.info-section .architecture-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 48%; }
  @media screen and (max-width: 700px) {
    .info-section .architecture-left,
    .info-section .architecture-right {
      width: 80%; } }
  @media screen and (max-width: 480px) {
    .info-section .architecture-left,
    .info-section .architecture-right {
      width: 100%; } }
  .info-section .architecture-left img,
  .info-section .architecture-right img {
    width: 100%; }
  .info-section .architecture-left .intro-img-wrap,
  .info-section .architecture-right .intro-img-wrap {
    width: 100%;
    margin-bottom: 50px; }
    .info-section .architecture-left .intro-img-wrap_mb,
    .info-section .architecture-right .intro-img-wrap_mb {
      margin-bottom: 0 !important; }
      @media screen and (max-width: 700px) {
        .info-section .architecture-left .intro-img-wrap_mb,
        .info-section .architecture-right .intro-img-wrap_mb {
          margin-bottom: 30px !important; } }
    @media screen and (max-width: 700px) {
      .info-section .architecture-left .intro-img-wrap,
      .info-section .architecture-right .intro-img-wrap {
        margin-bottom: 30px; } }
.info-section .architecture-right .intro-img-wrap:last-child {
  margin-bottom: 0; }
  @media screen and (max-width: 700px) {
    .info-section .architecture-right .intro-img-wrap:last-child {
      margin-bottom: 20px; } }
.info-section .architecture-text {
  width: 355px;
  color: #343434;
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 30px; }
  @media screen and (max-width: 820px) {
    .info-section .architecture-text {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .info-section .architecture-text {
      line-height: 25px;
      font-size: 16px; } }
  @media screen and (max-width: 700px) {
    .info-section .architecture-text {
      text-align: center;
      margin-bottom: 15px; } }
  @media screen and (max-width: 480px) {
    .info-section .architecture-text {
      line-height: 20px;
      margin-bottom: 20px; } }
.info-section .container-man {
  padding: 50px 0 0 0 !important; }
  @media screen and (max-width: 1200px) {
    .info-section .container-man {
      padding: 50px 15px 0 !important; } }
  @media screen and (max-width: 1024px) {
    .info-section .container-man {
      padding: 40px 15px 0 !important; } }
  @media screen and (max-width: 768px) {
    .info-section .container-man {
      padding: 30px 15px 0 !important; } }
.info-section .man-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .info-section .man-wrap {
      padding-bottom: 55px; } }
  @media screen and (max-width: 768px) {
    .info-section .man-wrap {
      padding-bottom: 30px; } }
  @media screen and (max-width: 700px) {
    .info-section .man-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
.info-section .man-big,
.info-section .man-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 700px) {
    .info-section .man-big,
    .info-section .man-small {
      margin-bottom: 20px; } }
  .info-section .man-big img,
  .info-section .man-small img {
    width: 100%; }
  .info-section .man-big .text-img,
  .info-section .man-small .text-img {
    text-align: center; }
    @media screen and (max-width: 768px) {
      .info-section .man-big .text-img,
      .info-section .man-small .text-img {
        font-size: 12px; } }
    @media screen and (max-width: 700px) {
      .info-section .man-big .text-img,
      .info-section .man-small .text-img {
        font-size: 16px; } }
.info-section .man-big {
  width: 25%; }
  @media screen and (max-width: 700px) {
    .info-section .man-big {
      width: 100%; } }
.info-section .man-small {
  width: 19%; }
  @media screen and (max-width: 700px) {
    .info-section .man-small {
      width: 100%; } }
.info-section .man-img-wrap {
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .info-section .man-img-wrap {
      margin-bottom: 10px; } }
  @media screen and (max-width: 700px) {
    .info-section .man-img-wrap {
      width: 76%; } }
  @media screen and (max-width: 600px) {
    .info-section .man-img-wrap {
      margin-bottom: 5px; } }
  @media screen and (max-width: 480px) {
    .info-section .man-img-wrap {
      width: 100%; } }
.info-section .pond-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.info-section .pond-img {
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px; }
  .info-section .pond-img img {
    width: 100%; }
  @media screen and (max-width: 1024px) {
    .info-section .pond-img {
      height: 300px; } }
  @media screen and (max-width: 768px) {
    .info-section .pond-img {
      height: 200px; } }
  @media screen and (max-width: 480px) {
    .info-section .pond-img {
      height: 150px; } }
.info-section .portfolio-box {
  background-color: #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px; }
  @media screen and (max-width: 900px) {
    .info-section .portfolio-box {
      padding: 20px; } }
  .info-section .portfolio-box__text {
    font-family: 'Comfortaa';
    color: #4274ae;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 45px; }
  .info-section .portfolio-box__btn {
    width: 280px; }
    @media screen and (max-width: 900px) {
      .info-section .portfolio-box__btn {
        width: 240px; } }

.footer {
  background-color: #343434;
  padding: 80px 0; }
  @media screen and (max-width: 1024px) {
    .footer {
      padding: 40px 0 50px; } }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 30px 0 40px; } }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.logo-footer {
  margin: auto 0; }
  .logo-footer img {
    width: 85px;
    height: 65px; }
  @media screen and (max-width: 1024px) {
    .logo-footer {
      margin: 0; }
      .logo-footer img {
        width: 50px;
        height: 38px; } }

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media screen and (max-width: 768px) {
  .nav-footer {
    margin-bottom: 40px; } }
@media screen and (max-width: 480px) {
  .nav-footer {
    margin-bottom: 30px; } }
.nav-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.nav-footer__item {
  margin: 18px 0; }
  .nav-footer__item:first-child {
    margin-top: 0; }
  .nav-footer__item:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    .nav-footer__item {
      margin: 12px 0; } }
  @media screen and (max-width: 480px) {
    .nav-footer__item {
      margin: 8px 0; } }
.nav-footer__link {
  color: #fff;
  font-size: 16px; }
  .nav-footer__link:hover {
    color: #92bd38; }
  @media screen and (max-width: 480px) {
    .nav-footer__link {
      font-size: 14px; } }
.nav-footer br {
  display: none; }
  @media screen and (max-width: 480px) {
    .nav-footer br {
      display: block; } }

.feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .feedback {
      width: 100%; } }
  .feedback__text {
    color: #fff;
    font-size: 16px;
    display: block;
    margin-bottom: 28px; }
    @media screen and (max-width: 480px) {
      .feedback__text {
        font-size: 14px;
        margin-bottom: 20px; } }
  .feedback__btn {
    color: #f46036;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 30px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 3px #894735;
    box-shadow: 0px 0px 5px 3px #894735;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .feedback__btn:hover {
      color: #fff;
      background-color: #f46036; }
    @media screen and (max-width: 480px) {
      .feedback__btn {
        font-size: 15px; } }

.service {
  position: relative;
  border-bottom: 50px solid #e8e8e8;
  background-color: #e8e8e8;
  z-index: 1; }
  .service_first {
    background-color: #fff; }
  .service .container {
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 12px 5px #e8e8e8;
    box-shadow: 0px 20px 12px 5px #e8e8e8; }
  .service:nth-child(2n) > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .service:nth-child(2n) > .container:after {
      position: absolute;
      content: '';
      width: 50%;
      height: 100%;
      top: 0;
      right: 0;
      background: #fff;
      z-index: -1; }
    @media screen and (max-width: 900px) {
      .service:nth-child(2n) > .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .service:nth-child(2n+1) > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .service:nth-child(2n+1) > .container:after {
      position: absolute;
      content: '';
      width: 50%;
      height: 100%;
      top: 0;
      left: 0;
      background: #fff;
      z-index: -1; }
    @media screen and (max-width: 900px) {
      .service:nth-child(2n+1) > .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media screen and (max-width: 1024px) {
    .service {
      border-bottom: 30px solid #e8e8e8; } }
  @media screen and (max-width: 768px) {
    .service {
      border-bottom: 20px solid #e8e8e8; } }
  .service__img {
    width: 48%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 4px #cccccc;
    box-shadow: 0px 0px 10px 4px #cccccc; }
    @media screen and (max-width: 900px) {
      .service__img {
        margin: 0 auto 20px;
        width: 90%; } }
    .service__img_right {
      margin: 0 0 0 50px; }
      @media screen and (max-width: 900px) {
        .service__img_right {
          margin: 0 0 20px; } }
    .service__img img {
      display: block;
      width: 100%; }
  .service__description {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 900px) {
      .service__description {
        width: 90%;
        margin: 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .service__name {
    font-family: 'Comfortaa';
    color: #4274ae;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 35px;
    text-align: left; }
    @media screen and (max-width: 1170px) {
      .service__name {
        font-size: 22px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 950px) {
      .service__name {
        font-size: 17px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 900px) {
      .service__name {
        text-align: center; } }
  .service__text {
    color: #343434;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px; }
    @media screen and (max-width: 1170px) {
      .service__text {
        font-size: 16px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 950px) {
      .service__text {
        font-size: 15px;
        margin-bottom: 15px;
        line-height: 1.2; } }
    @media screen and (max-width: 900px) {
      .service__text {
        text-align: center; } }
  .service__btn {
    margin: 0 auto 0 0 !important; }
    @media screen and (max-width: 900px) {
      .service__btn {
        margin: 0 auto !important; } }

.contact {
  width: 50%;
  background-color: #5f5f5f;
  padding: 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Comfortaa'; }
  .contact_home {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media screen and (max-width: 1024px) {
    .contact {
      padding: 30px 25px; } }
  @media screen and (max-width: 768px) {
    .contact {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .contact {
      padding: 25px 15px; } }
  .contact__title {
    font-family: 'Ubuntu';
    color: #92bd38;
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 30px; }
    @media screen and (max-width: 1024px) {
      .contact__title {
        font-size: 22px;
        margin-bottom: 20px; } }
  .contact__second-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 30px; }
    @media screen and (max-width: 1024px) {
      .contact__second-title {
        font-size: 18px;
        margin-bottom: 20px; } }
  .contact__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 32px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      .contact__tel {
        margin-bottom: 15px; } }
  .contact__number {
    font-size: 18px;
    position: relative;
    color: #fff; }
    @media screen and (max-width: 1024px) {
      .contact__number {
        font-size: 16px; } }
    .contact__number_first {
      margin-right: 50px; }
    .contact__number:before {
      position: absolute;
      content: url("../img/tel-big.png");
      top: 0;
      left: -30px; }
    .contact__number:hover {
      color: #92bd38; }
  .contact__sub {
    font-family: 'Ubuntu';
    font-size: 18px;
    position: relative;
    color: #fff;
    padding-left: 32px;
    margin-bottom: 30px; }
    .contact__sub:before {
      position: absolute;
      content: url("../img/elipse.png");
      top: 0;
      left: 0; }
    @media screen and (max-width: 480px) {
      .contact__sub {
        font-size: 16px;
        margin-bottom: 20px; } }
  .contact__address {
    font-size: 18px;
    position: relative;
    color: #fff;
    padding-left: 32px;
    margin-bottom: 20px;
    line-height: 1.5; }
    @media screen and (max-width: 1024px) {
      .contact__address {
        font-size: 16px;
        margin-bottom: 15px; } }
    .contact__address:before {
      position: absolute;
      content: url("../img/home-big.png");
      top: 4px;
      left: 0; }
  .contact__time {
    position: relative;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    padding-left: 32px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1024px) {
      .contact__time {
        font-size: 16px;
        margin-bottom: 20px; } }
    .contact__time:before {
      position: absolute;
      content: url("../img/clock.png");
      top: 4px;
      left: 0;
      width: 10px;
      height: 10px; }
  .contact__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .contact__soc {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .contact__link {
    margin-right: 50px; }
    .contact__link:hover {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    @media screen and (max-width: 1024px) {
      .contact__link {
        margin-right: 35px; } }
    @media screen and (max-width: 480px) {
      .contact__link {
        margin-right: 22px; } }

.info-box__title {
  color: #92bd38;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 45px;
  text-align: center; }
  @media screen and (max-width: 1100px) {
    .info-box__title {
      font-size: 20px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 768px) {
    .info-box__title {
      font-size: 20px;
      margin-bottom: 20px; } }
.info-box__info {
  font-family: 'Comfortaa';
  color: #4274ae;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 35px; }
  @media screen and (max-width: 1100px) {
    .info-box__info {
      font-size: 18px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 768px) {
    .info-box__info {
      font-size: 18px;
      margin-bottom: 20px; } }
.info-box__description {
  color: #343434;
  font-size: 18px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .info-box__description {
      font-size: 16px;
      margin-bottom: 20px; } }
.info-box__btn {
  display: block;
  color: #f46036;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 15px 30px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(250, 185, 166, 0.72);
  box-shadow: 0px 0px 5px 3px rgba(250, 185, 166, 0.72);
  position: relative;
  z-index: 10; }
  .info-box__btn:hover {
    color: #fff;
    background-color: #f46036;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 40px; }
  @media screen and (max-width: 600px) {
    .tab-nav {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 20px; } }
  .tab-nav__link {
    background-color: #fff;
    padding: 18px 30px;
    margin: 0 10px;
    color: #343434;
    font-size: 20px;
    text-align: center;
    -webkit-box-shadow: -2px 2px 7px 0px #cccccc;
    box-shadow: -2px 2px 7px 0px #cccccc;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 40px; }
    .tab-nav__link_active {
      color: #fff;
      background-color: #f46036; }
    .tab-nav__link:hover {
      color: #fff;
      background-color: #f46036; }
    @media screen and (max-width: 1024px) {
      .tab-nav__link {
        font-size: 18px;
        padding: 12px 25px; } }
    @media screen and (max-width: 768px) {
      .tab-nav__link {
        padding: 12px 20px;
        margin: 0 5px; } }
    @media screen and (max-width: 600px) {
      .tab-nav__link {
        margin: 0 10px 10px; } }

* {
  text-decoration: none;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: 'Ubuntu'; }

a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }

h1, h2, h3, h4, p {
  margin: 0; }

ul {
  padding: 0;
  margin: 0; }

input {
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none; }

textarea {
  resize: none;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none; }

button {
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  -webkit-appearance: none; }

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px; }
  @media screen and (max-width: 768px) {
    .container {
      padding: 0 30px; } }
  @media screen and (max-width: 480px) {
    .container {
      padding: 0 15px; } }

.padding-section {
  padding: 80px 0; }
  @media screen and (max-width: 1200px) {
    .padding-section {
      padding: 60px 0; } }
  @media screen and (max-width: 1024px) {
    .padding-section {
      padding: 40px 0; } }
  @media screen and (max-width: 768px) {
    .padding-section {
      padding: 30px 0; } }
  @media screen and (max-width: 480px) {
    .padding-section {
      padding: 20px 0; } }

.wrap-shadow {
  -webkit-box-shadow: 0px 0px 10px 10px #f8f8f8;
  box-shadow: 0px 0px 10px 10px #f8f8f8; }

.wrap-padding {
  padding: 30px 60px; }
  @media screen and (max-width: 1024px) {
    .wrap-padding {
      padding: 30px 40px; } }
  @media screen and (max-width: 768px) {
    .wrap-padding {
      padding: 20px; } }
  @media screen and (max-width: 480px) {
    .wrap-padding {
      padding: 20px 5px; } }

.main-title {
  color: #92bd38;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .main-title {
      margin-bottom: 30px; } }

.second-title {
  font-family: 'Comfortaa';
  color: #4274ae;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px; }
  @media screen and (max-width: 768px) {
    .second-title {
      margin-bottom: 20px; } }

.text {
  color: #343434;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 45px; }
  .text:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    .text {
      font-size: 16px;
      margin-bottom: 35px; } }
  @media screen and (max-width: 768px) {
    .text {
      line-height: 25px;
      font-size: 14px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 480px) {
    .text {
      line-height: 20px; } }

.main-btn {
  display: block;
  margin: 0 auto;
  width: 230px;
  color: #f46036;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 15px 30px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(250, 185, 166, 0.72);
  box-shadow: 0px 0px 5px 3px rgba(250, 185, 166, 0.72);
  position: relative;
  z-index: 10; }
  .main-btn:hover {
    color: #fff;
    background-color: #f46036;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 1170px) {
    .main-btn {
      width: 185px;
      font-size: 18px;
      text-align: center;
      padding: 13px 20px; } }

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

.pool-slider {
  position: relative; }
  @media screen and (max-width: 1250px) {
    .pool-slider {
      max-width: 85%;
      margin: 0 auto; } }
  @media screen and (max-width: 480px) {
    .pool-slider {
      max-width: 100%; } }

.service-slider {
  position: relative; }
  .service-slider .slick-prev,
  .service-slider .slick-next {
    top: 35%; }
  @media screen and (max-width: 1300px) {
    .service-slider .slick-prev {
      top: auto;
      bottom: 20px;
      left: 45%; } }
  @media screen and (max-width: 480px) {
    .service-slider .slick-prev {
      left: 43%; } }
  @media screen and (max-width: 1300px) {
    .service-slider .slick-next {
      top: auto;
      bottom: 20px;
      right: 45%; } }
  @media screen and (max-width: 480px) {
    .service-slider .slick-next {
      right: 43%; } }
  .service-slider .slick-slide {
    margin: 0 15px; }
    @media screen and (max-width: 1024px) {
      .service-slider .slick-slide {
        margin: 0 10px; } }
    @media screen and (max-width: 400px) {
      .service-slider .slick-slide {
        margin: 0 5px; } }

.portfolio-slider {
  position: relative;
  background-color: #f8f8f8; }
  @media screen and (max-width: 600px) {
    .portfolio-slider {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 480px) {
    .portfolio-slider {
      width: 90%;
      margin: 0 auto; } }
  .portfolio-slider .slide-text,
  .portfolio-slider .slide-img {
    height: 450px; }
    @media screen and (max-width: 1024px) {
      .portfolio-slider .slide-text,
      .portfolio-slider .slide-img {
        height: 400px; } }
    @media screen and (max-width: 900px) {
      .portfolio-slider .slide-text,
      .portfolio-slider .slide-img {
        height: 380px; } }
    @media screen and (max-width: 800px) {
      .portfolio-slider .slide-text,
      .portfolio-slider .slide-img {
        height: 360px; } }
  .portfolio-slider .slick-slide {
    margin: 0 15px; }
    @media screen and (max-width: 1024px) {
      .portfolio-slider .slick-slide {
        margin: 0 10px; } }
  .portfolio-slider .text-wrap {
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .portfolio-slider .img-wrap {
    height: 50%; }
  .portfolio-slider .second-title {
    text-align: left; }
  .portfolio-slider .slick-prev,
  .portfolio-slider .slick-next {
    position: absolute;
    top: auto;
    bottom: -90px;
    width: 70px;
    height: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px #cccccc;
    box-shadow: 0px 0px 5px 0px #cccccc; }
    @media screen and (max-width: 480px) {
      .portfolio-slider .slick-prev,
      .portfolio-slider .slick-next {
        bottom: -70px; } }
  .portfolio-slider .slick-prev {
    left: 43%; }
    .portfolio-slider .slick-prev:after {
      position: absolute;
      content: '';
      top: 18px;
      left: 31px;
      width: 12px;
      height: 12px;
      border-top: 3px solid #949494;
      border-left: 3px solid #949494;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .portfolio-slider .slick-prev:before {
      display: none; }
    @media screen and (max-width: 1024px) {
      .portfolio-slider .slick-prev {
        left: 42%; } }
    @media screen and (max-width: 900px) {
      .portfolio-slider .slick-prev {
        left: 41%; } }
    @media screen and (max-width: 800px) {
      .portfolio-slider .slick-prev {
        left: 40%; } }
    @media screen and (max-width: 700px) {
      .portfolio-slider .slick-prev {
        left: 38%; } }
    @media screen and (max-width: 600px) {
      .portfolio-slider .slick-prev {
        left: 33%; } }
    @media screen and (max-width: 530px) {
      .portfolio-slider .slick-prev {
        left: 30%; } }
    @media screen and (max-width: 400px) {
      .portfolio-slider .slick-prev {
        left: 25%; } }
  .portfolio-slider .slick-next {
    right: 43%; }
    .portfolio-slider .slick-next:after {
      position: absolute;
      content: '';
      top: 18px;
      right: 31px;
      width: 12px;
      height: 12px;
      border-top: 3px solid #949494;
      border-left: 3px solid #949494;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
    .portfolio-slider .slick-next:before {
      display: none; }
    @media screen and (max-width: 1024px) {
      .portfolio-slider .slick-next {
        right: 42%; } }
    @media screen and (max-width: 900px) {
      .portfolio-slider .slick-next {
        right: 41%; } }
    @media screen and (max-width: 800px) {
      .portfolio-slider .slick-next {
        right: 40%; } }
    @media screen and (max-width: 700px) {
      .portfolio-slider .slick-next {
        right: 38%; } }
    @media screen and (max-width: 600px) {
      .portfolio-slider .slick-next {
        right: 33%; } }
    @media screen and (max-width: 530px) {
      .portfolio-slider .slick-next {
        right: 30%; } }
    @media screen and (max-width: 400px) {
      .portfolio-slider .slick-next {
        right: 25%; } }

.video-slider {
  position: relative; }
  @media screen and (max-width: 580px) {
    .video-slider {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 400px) {
    .video-slider {
      width: 90%; } }
  .video-slider .slick-slide {
    margin: 0 5px; }
  .video-slider .slick-prev,
  .video-slider .slick-next {
    position: absolute;
    top: 19%;
    width: 55px;
    height: 55px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 0px #cccccc;
    box-shadow: 0px 0px 5px 0px #cccccc; }
  .video-slider .slick-prev {
    left: -25px; }
    .video-slider .slick-prev:after {
      position: absolute;
      content: '';
      top: 21px;
      left: 23px;
      width: 12px;
      height: 12px;
      border-top: 3px solid #949494;
      border-left: 3px solid #949494;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .video-slider .slick-prev:before {
      display: none; }
  .video-slider .slick-next {
    right: -25px; }
    .video-slider .slick-next:after {
      position: absolute;
      content: '';
      top: 21px;
      right: 22px;
      width: 12px;
      height: 12px;
      border-top: 3px solid #949494;
      border-left: 3px solid #949494;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
    .video-slider .slick-next:before {
      display: none; }

.slide-holder {
  background-color: #fff;
  padding-bottom: 40px; }
  @media screen and (max-width: 800px) {
    .slide-holder {
      padding-bottom: 25px; } }
  .slide-holder__img img {
    width: 100%; }
  .slide-holder__title {
    display: block;
    font-family: 'Comfortaa';
    color: #4274ae;
    font-size: 20px;
    margin: 30px; }
    @media screen and (max-width: 800px) {
      .slide-holder__title {
        margin: 20px;
        font-size: 16px; } }
  .slide-holder__text {
    color: #343434;
    font-size: 18px;
    margin: 0 30px; }
    @media screen and (max-width: 800px) {
      .slide-holder__text {
        margin: 0 20px;
        font-size: 14px; } }

.service-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 800px) {
    .service-slide {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .service-slide__img {
    width: 120px;
    height: 100px;
    overflow: hidden;
    margin-right: 20px;
    -webkit-box-shadow: 0px 0px 5px 5px #e8e8e8;
    box-shadow: 0px 0px 5px 5px #e8e8e8; }
    .service-slide__img img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      display: block; }
    @media screen and (max-width: 800px) {
      .service-slide__img {
        width: 165px;
        height: 120px;
        margin: 0 0 15px; } }
    @media screen and (max-width: 400px) {
      .service-slide__img {
        width: 130px;
        height: 100px; } }
  .service-slide__text {
    width: 220px;
    height: 80px;
    overflow: hidden;
    font-family: 'Comfortaa';
    font-size: 18px;
    color: #343434; }
    @media screen and (max-width: 800px) {
      .service-slide__text {
        width: 165px;
        height: 120px;
        font-size: 17px; } }
    @media screen and (max-width: 400px) {
      .service-slide__text {
        width: 130px;
        font-size: 14px; } }

.slick-prev {
  position: absolute;
  left: -60px;
  top: 48%;
  z-index: 999999; }
  @media screen and (max-width: 650px) {
    .slick-prev {
      left: -45px; } }
  @media screen and (max-width: 480px) {
    .slick-prev {
      top: auto;
      bottom: -22px;
      left: 34%; } }
  .slick-prev:after {
    position: absolute;
    content: '';
    top: -6px;
    width: 14px;
    height: 14px;
    border-top: 3px solid #92bd38;
    border-left: 3px solid #92bd38;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .slick-prev:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background: #92bd38;
    border-radius: 8px; }

.slick-next {
  position: absolute;
  right: -33px;
  top: 48%;
  z-index: 999999; }
  @media screen and (max-width: 650px) {
    .slick-next {
      right: -15px; } }
  @media screen and (max-width: 480px) {
    .slick-next {
      top: auto;
      bottom: -22px;
      right: 43%; } }
  .slick-next:after {
    position: absolute;
    content: '';
    top: -6px;
    right: -24px;
    width: 14px;
    height: 14px;
    border-top: 3px solid #92bd38;
    border-left: 3px solid #92bd38;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .slick-next:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background: #92bd38;
    border-radius: 8px; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.category-slider .slick-track,
.category-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  margin: 0 15px; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.category-slider .slick-track,
.category-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }
