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

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  color: #171926; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

*:focus {
  outline: none; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  color: inherit;
  text-decoration: none; }

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

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

small {
  font-size: 80%; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal;
  border-radius: 0; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

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

.clearfix::after {
  content: '';
  display: block;
  clear: both; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

footer {
  flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto; }

.wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
  width: 100%; }

::-moz-selection {
  color: #000;
  background: #b3e5fc;
  /* Safari */ }

::selection {
  color: #000;
  background: #b3e5fc;
  /* Safari */ }

::-moz-selection {
  color: #000;
  background: #b3e5fc;
  /* Firefox */ }

.open_popup {
  cursor: pointer; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  letter-spacing: .5px;
  -webkit-transition-duration: .2s;
          transition-duration: .2s; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  letter-spacing: .5px;
  transition-duration: .2s; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  letter-spacing: .5px;
  transition-duration: .2s; }

input::placeholder, textarea::placeholder {
  opacity: 1;
  letter-spacing: .5px;
  -webkit-transition-duration: .2s;
          transition-duration: .2s; }
input:focus::-webkit-input-placeholder, input:active::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, textarea:active::-webkit-input-placeholder {
  opacity: 0;
  letter-spacing: 5px; }
input:focus:-ms-input-placeholder, input:active:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, textarea:active:-ms-input-placeholder {
  opacity: 0;
  letter-spacing: 5px; }
input:focus::-ms-input-placeholder, input:active::-ms-input-placeholder, textarea:focus::-ms-input-placeholder, textarea:active::-ms-input-placeholder {
  opacity: 0;
  letter-spacing: 5px; }
input:focus::placeholder, input:active::placeholder, textarea:focus::placeholder, textarea:active::placeholder {
  opacity: 0;
  letter-spacing: 5px; }

.slick-list {
  height: 100%; }

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.slick-list {
  width: 100%; }

/*Grid*/
/*Colors*/
/*Elements*/
/*Fonts*/
.text-center {
  text-align: center; }

h1 {
  font-family: 'Philosopher', sans-serif;
  text-align: center;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 40px;
      line-height: 44px;
      margin-bottom: 30px; } }

body:not(.home) h1, h2 {
  font-family: 'Philosopher', sans-serif;
  text-align: center;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 40px;
  text-shadow: 2px 2px 2px rgba(43, 43, 43, 0.5);
  position: relative; }
  body:not(.home) h1:before, body:not(.home) h1:after, h2:before, h2:after {
    content: '';
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 2px;
    background-color: #2b2b2b;
    -webkit-box-shadow: 2px 2px 2px rgba(43, 43, 43, 0.5);
            box-shadow: 2px 2px 2px rgba(43, 43, 43, 0.5);
    opacity: 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  body:not(.home) h1:before, h2:before {
    bottom: -5px;
    width: 75px;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
    left: 40%; }
  body:not(.home) h1:after, h2:after {
    bottom: -15px;
    width: 35px;
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
    left: 60%; }
  @media (min-width: 768px) {
    body:not(.home) h1, h2 {
      font-size: 46px;
      line-height: 56px;
      margin-bottom: 60px; } }

@media (max-width: 1023px) {
  .visible h2:before, .visible h2:after {
    left: 50%;
    opacity: 1; } }
@media (min-width: 1024px) {
  .full-visible h2:before, .full-visible h2:after {
    left: 50%;
    opacity: 1; } }
body:not(.home) h1.visible:before, body:not(.home) h1.visible:after {
  left: 50%;
  opacity: 1; }

h3 {
  font-family: 'Philosopher', sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 30px;
      line-height: 40px; } }

.container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto; }

.container-fluid {
  padding-left: 20px;
  padding-right: 20px; }

.section {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .section {
      padding-top: 100px;
      padding-bottom: 0; } }

.row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.hidden {
  overflow: hidden; }

/*flex styles*/
ul.flex {
  list-style: none; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%; }

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.w-25 {
  width: 25%; }

.w-30 {
  width: 30%; }

.w-33 {
  width: 33%; }

.w-50 {
  width: 50%; }

.w-70 {
  width: 70%; }

.home .header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }
  .home .header .logo .logo-light {
    opacity: 1; }
  .home .header .logo .logo-dark {
    opacity: 0; }
  .home .header .header__nav a {
    color: #fff; }
.home.hidden .header .logo .logo-light {
  opacity: 0; }
.home.hidden .header .logo .logo-dark {
  opacity: 1; }
.home.hidden .header .header__nav a {
  color: #2b2b2b; }

.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9;
  position: fixed;
  left: 0;
  right: 0;
  font-weight: 500; }
  .header .logo {
    text-align: center;
    position: relative;
    z-index: 11;
    width: 270px; }
    .header .logo img {
      width: 100%;
      max-width: 300px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s; }
    .header .logo .logo-light {
      opacity: 0; }
    .header .logo .logo-dark {
      opacity: 1; }
    @media (min-width: 1024px) {
      .header .logo {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 325px; } }
  .header .header__nav {
    position: fixed;
    height: calc(100vh - 100px);
    width: 100vw;
    left: -100vw;
    top: 100px;
    background-color: #f6f6f6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 20px;
    z-index: 10; }
    .header .header__nav.open {
      left: 0; }
    @media (max-width: 1023px) {
      .header .header__nav:before {
        content: '';
        position: absolute;
        height: 100px;
        top: -100px;
        width: 100%;
        background-color: #f6f6f6;
        left: 0; } }
    @media (min-width: 1024px) {
      .header .header__nav {
        white-space: nowrap;
        position: static;
        background: transparent;
        height: auto;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    @media (max-width: 1023px) {
      .header .header__nav .item {
        margin-bottom: 10px; } }
    @media (min-width: 1024px) {
      .header .header__nav .item {
        margin-left: 20px; } }
    .header .header__nav .nav {
      list-style: none; }
      @media (max-width: 1023px) {
        .header .header__nav .nav {
          font-size: 18px; } }
      @media (min-width: 1024px) {
        .header .header__nav .nav {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    .header .header__nav a {
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s; }
      @media (min-width: 1024px) {
        .header .header__nav a {
          color: #2b2b2b; } }
      .header .header__nav a:hover {
        color: #ffbc35 !important; }
    .header .header__nav .current_page_item a {
      color: #ffbc35 !important; }
  @media (min-width: 1024px) {
    .header .header__contacts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .header .calc-open p {
      display: none; } }
  .header.minify {
    height: 60px;
    -webkit-box-shadow: 0 1px 5px rgba(43, 43, 43, 0.2);
            box-shadow: 0 1px 5px rgba(43, 43, 43, 0.2);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-color: #fff; }
    .header.minify .logo .logo-light {
      opacity: 1; }
    .header.minify .logo .logo-dark {
      opacity: 0; }

.hidden .logo .logo-light, .header.minify .logo .logo-light {
  opacity: 0; }
.hidden .logo .logo-dark, .header.minify .logo .logo-dark {
  opacity: 1; }
.hidden .header__nav a, .header.minify .header__nav a {
  color: #2b2b2b; }

body:not(.home) .header {
  background-color: #fff; }

.footer {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 110px; }
  @media (min-width: 768px) {
    .footer {
      text-align: left; } }
  .footer .logo {
    height: 100%;
    width: 200px; }
    .footer .logo svg {
      fill: transparent;
      stroke: #2b2b2b;
      width: 100%;
      height: 100%; }
      .footer .logo svg .logo-text {
        fill: #2b2b2b; }
  .footer .contacts li {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .footer .contacts li:not(:last-of-type) {
        margin-bottom: 15px; } }
  .footer .contacts a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer .contacts a svg {
      width: 20px;
      margin-right: 5px;
      fill: #2b2b2b;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s; }
    .footer .contacts a:hover svg {
      fill: #d58e00; }

@media (max-width: 767px) {
  .footer-item {
    margin: 10px 0; } }

.ham {
  cursor: pointer;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 60px;
  margin-right: -20px;
  position: relative;
  z-index: 11; }

.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 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round; }

.hidden .line, .minify .line, body:not(.home) .line {
  stroke: #2b2b2b; }

.ham6 .top {
  stroke-dasharray: 40 172; }

.ham6 .middle {
  stroke-dasharray: 40 111; }

.ham6 .bottom {
  stroke-dasharray: 40 172; }

.ham6.active .top {
  stroke-dashoffset: -132px; }

.ham6.active .middle {
  stroke-dashoffset: -71px; }

.ham6.active .bottom {
  stroke-dashoffset: -132px; }

.btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background-color: #d58e00;
  overflow: hidden;
  position: relative;
  z-index: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(43, 43, 43, 0.5);
  padding: 15px 40px;
  font-size: 18px;
  border: none;
  border-radius: 10px; }
  .btn:before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border: 1px solid rgba(255, 188, 53, 0.5);
    border-radius: 10px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  .btn:after {
    content: '';
    position: absolute;
    height: calc(100% + 150px);
    top: 50%;
    width: 120px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    left: -100%;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  .btn:hover:before {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px; }
  .btn:hover:after {
    left: calc(100% + 80px); }

.circle {
  overflow: hidden;
  border-radius: 50%; }

.call-button {
  position: fixed;
  bottom: 26px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #ffbc35;
  border: 1px solid #ffbc35;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0 0 10px 5px #d58e00;
          box-shadow: inset 0 0 10px 5px #d58e00;
  z-index: 10; }
  .call-button svg {
    fill: #fff;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    width: 20px;
    -webkit-animation: ring 2s infinite;
            animation: ring 2s infinite; }
  .call-button:hover {
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 10px 20px #d58e00;
            box-shadow: inset 0 0 10px 20px #d58e00; }

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg); }
  20% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg); }
  30% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg); }
  40% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg); }
  20% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg); }
  30% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg); }
  40% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
.desktop {
  display: none; }

@media (min-width: 1024px) {
  .desktop {
    display: block; }

  .mobile {
    display: none; } }
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  height: 35px; }
  .slick-dots button {
    margin: 0 5px;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom: 12px solid #ffbc35;
    position: relative;
    background-color: transparent;
    text-indent: -9999px;
    padding: 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .slick-dots button:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: -9px;
      top: 12px;
      border: 9px solid transparent;
      border-top: 12px solid #ffbc35;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s; }
  .slick-dots li.slick-active button {
    border-bottom-color: #d58e00; }
    .slick-dots li.slick-active button:after {
      border-top-color: #d58e00; }

.slick-arrow {
  background-color: transparent;
  border: none;
  position: absolute;
  top: calc(50% - 30px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  opacity: .3;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 55px; }
  .slick-arrow.slick-prev {
    left: -45px; }
  .slick-arrow.slick-next {
    right: -75px; }
  .slick-arrow svg {
    fill: #2b2b2b;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  .slick-arrow:hover svg {
    fill: #d58e00; }

.slick-slider:hover .slick-arrow {
  opacity: 1; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 20px auto 0;
  font-size: 18px;
  font-weight: 500; }
  .pagination a svg {
    width: 15px;
    fill: #2b2b2b;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  .pagination a:hover svg {
    fill: #d58e00; }
  .pagination .page-numbers {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 25px;
    height: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #2b2b2b;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .pagination .page-numbers.current, .pagination .page-numbers:hover {
      color: #d58e00; }
    .pagination .page-numbers.dots:hover {
      color: #2b2b2b; }
    .pagination .page-numbers.next {
      width: auto; }

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(43, 43, 43, 0.8);
  z-index: 10;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0;
  visibility: hidden; }
  .overlay.open {
    opacity: 1;
    visibility: visible; }

.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background-color: #fff;
  z-index: 11;
  padding: 20px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: calc(100% - 50px);
  font-size: 14px; }
  @media (min-width: 768px) {
    .modal {
      width: 450px;
      padding: 30px;
      font-size: 16px; } }
  .modal.open {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }
  .modal .close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    position: absolute;
    right: -20px;
    top: -20px;
    fill: rgba(255, 255, 255, 0.4); }
    .modal .close:hover {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      fill: white; }
  .modal textarea {
    height: 120px; }
    @media (max-width: 1023px) {
      .modal textarea {
        height: 80px; } }
  @media (max-width: 1023px) {
    .modal .contacts__form .label {
      margin-bottom: 5px; } }

.form-row {
  margin-bottom: 20px; }
  .form-row input, .form-row select {
    padding: 5px 10px; }
  .form-row select:invalid {
    color: red; }
  .form-row .label {
    margin-bottom: 5px;
    font-weight: 500; }

.socials li {
  margin-right: 10px; }
  .socials li svg {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  .socials li:hover svg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.category__card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 768px) {
    .category__card-wrapper {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
.category__card {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 285px; }
  @media (min-width: 768px) {
    .category__card {
      width: calc(100% / 2 - 10px); } }
  @media (min-width: 1280px) {
    .category__card {
      width: calc(100% / 3 - 10px); } }
  .category__card .img {
    width: 100%;
    height: 100%; }
  .category__card img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .category__card .text {
    position: absolute;
    top: calc(100% - 60px);
    width: 100%;
    height: 100%;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 43, 0)), color-stop(10%, rgba(43, 43, 43, 0.2)), color-stop(90%, rgba(43, 43, 43, 0.8)));
    background-image: linear-gradient(to bottom, rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 0.2) 10%, rgba(43, 43, 43, 0.8) 90%);
    padding: 10px 20px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  .category__card h2 {
    margin-bottom: 10px;
    color: #fff;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    font-size: 24px; }
    @media (min-width: 768px) {
      .category__card h2 {
        font-size: 30px;
		line-height: 42px;} }
  .category__card p {
    opacity: 0;
    color: #fff; }
  .category__card:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .category__card:hover .text {
    top: 0;
    background-color: rgba(43, 43, 43, 0.6); }
  .category__card:hover p {
    opacity: 1; }

@media (min-width: 1024px) {
  .product__card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
@media (min-width: 1024px) {
  .product__card-wrapper .item {
    width: calc(50% - 40px); } }
.product__card-wrapper .slick-arrow {
  top: 50%; }
  .product__card-wrapper .slick-arrow.slick-prev {
    left: -50px; }
  .product__card-wrapper .slick-arrow.slick-next {
    right: -50px; }
.product__card-wrapper .img {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .product__card-wrapper .img {
      margin-bottom: 0; } }
  .product__card-wrapper .img img {
/*     height: 100%; */
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.product__card-wrapper .text {
  line-height: 1.5; }
  .product__card-wrapper .text ul {
    padding-left: 20px; }
.product__card-wrapper .description {
  padding-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 20px; }

.product-gallery-slide {
  height: auto;
  margin-bottom: 20px;
  overflow: hidden; }

.product-gallery-nav {
  display: none;
  height: 150px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .product-gallery-nav {
      display: block; } }
  .product-gallery-nav .slick-list {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .product-gallery-nav .slick-slide {
    margin: 0 5px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .product-gallery-nav .slick-slide.slick-current {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      z-index: 2; }

.product__card {
  margin-bottom: 50px; }

.hits.product__same .slick-arrow.slick-prev {
  left: 20px; }
.hits.product__same .slick-arrow.slick-next {
  right: 0; }

.about {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .about {
      margin-bottom: 100px; } }
  @media (min-width: 1024px) {
    .about {
      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; } }
  .about .img {
    margin-bottom: 20px; }
    .about .img img {
      width: 100%;
      display: block; }
    @media (min-width: 1024px) {
      .about .img {
        margin-bottom: 0; } }
  .about .text {
    line-height: 1.5; }
  @media (min-width: 1024px) {
    .about .item {
      width: calc(50% - 20px); } }

.statistic .section {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .statistic .section {
      padding-top: 100px;
      padding-bottom: 100px; } }
.statistic h2 {
  color: #fff; }
  .statistic h2:before, .statistic h2:after {
    background-color: #fff; }
.statistic .num {
  font-size: 90px;
  font-weight: bold; }
  @media (min-width: 768px) {
    .statistic .num {
      font-size: 90px; } }
.statistic .title {
  font-size: 16px;
  font-weight: bold; }
.statistic .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center; }
  @media (min-width: 768px) {
    .statistic .list {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .statistic .list .item {
    width: 140px;
    margin-bottom: 20px;
    text-shadow: 0 0 25px #2b2b2b; }

.benefits__number {
  opacity: 0; }

.contacts__form {
  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 (min-width: 768px) {
  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 768px; } }
.contacts .item {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .contacts .item {
      margin-bottom: 40px; } }
.contacts .phones li a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .contacts .phones li a:hover {
    color: #d58e00; }
.contacts .phones li:not(:last-of-type) {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .contacts__item {
    width: 50%; } }

.contacts__form textarea {
  resize: none; }
.contacts__form > p {
  width: 100%; }
.contacts__form .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 20px; }
  .contacts__form .label span {
    margin-bottom: 5px;
    font-weight: 500; }
  .contacts__form .label .form-input {
    border: 1px solid #d7d7d7;
    width: 100%;
    padding: 10px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .contacts__form .label .form-input option {
      padding: 10px; }
    .contacts__form .label .form-input:focus {
      border-color: #d58e00; }
.contacts__form .w-50 {
  width: 100%; }
  @media (min-width: 768px) {
    .contacts__form .w-50 {
      width: calc(50% - 10px); } }
.contacts__form .row {
  width: 100%; }
.contacts__form .calc-modal__price {
  display: none; }

.wpcf7 .contacts__form {
  width: 100%; }

body {
  background: #fff;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif; }

.wrapper {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .wrapper {
      padding-bottom: 100px; } }

.section {
  -webkit-transition: all .2s linear .2s;
  transition: all .2s linear .2s;
  opacity: 0;
  position: relative;
  top: 70px; }
  .section.visible {
    opacity: 1;
    top: 0; }

body:not(.home) .main {
  padding-top: 100px; }
  @media (min-width: 1024px) {
    body:not(.home) .main {
      padding-top: 150px; } }

.calc-open {
  border: none;
  background-color: transparent;
  padding: 5px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: relative;
  z-index: 1; }
  .calc-open:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: 1px solid #ffbc35;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 0; }
  .calc-open svg {
    width: 28px;
    fill: #ffbc35;
    margin-right: 5px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  .calc-open p {
    color: #ffbc35;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    font-weight: 500; }
  .calc-open:hover:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; }

.minify .calc-open:before {
  border-color: #d58e00; }
.minify .calc-open svg {
  fill: #d58e00; }
.minify .calc-open p {
  color: #d58e00; }
.minify .calc-open:hover svg {
  fill: #d58e00; }
.minify .calc-open:hover p {
  color: #d58e00; }

.hero {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }
  .hero .text {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    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; }
  .hero .img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .hero h1 {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(43, 43, 43, 0.5); }
    @media (min-width: 1280px) {
      .hero h1 {
        font-size: 100px;
        line-height: 1.5; } }
  .hero .slogan {
    margin-bottom: 50px; }
  .hero .item {
    position: relative;
    z-index: 1; }
  @media (max-width: 767px) {
    .hero .btn {
      max-width: 300px;
      padding: 10px; } }

.what-we-do {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition-duration: .3s;
          transition-duration: .3s; }
  .what-we-do .item {
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Philosopher', sans-serif;
    width: calc(100% / 2 - 20px);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1024px) {
      .what-we-do .item {
        text-align: left;
        margin-bottom: 0;
        width: calc(100% / 4);
        -webkit-box-shadow: 0 0 0 rgba(43, 43, 43, 0.2);
                box-shadow: 0 0 0 rgba(43, 43, 43, 0.2);
        padding: 5px 10px;
        -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
        overflow: hidden;
        position: relative;
        color: #2b2b2b; }
        .what-we-do .item:before {
          content: '';
          position: absolute;
          border: 1px solid rgba(215, 215, 215, 0.5);
          -webkit-transition-duration: 0.3s;
                  transition-duration: 0.3s;
          opacity: 0;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0; }
        .what-we-do .item:hover {
          -webkit-box-shadow: 0 0 15px rgba(43, 43, 43, 0.2);
                  box-shadow: 0 0 15px rgba(43, 43, 43, 0.2);
          color: #d58e00; }
          .what-we-do .item:hover:before {
            opacity: 1; }
          .what-we-do .item:hover .content-wrapper {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); } }
    .what-we-do .item .content-wrapper {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s; }
    .what-we-do .item .img {
      width: 80px; }
      @media (max-width: 767px) {
        .what-we-do .item .img {
          margin-bottom: 10px; } }
      @media (min-width: 768px) {
        .what-we-do .item .img {
          margin-right: 20px; } }
    .what-we-do .item h3 {
      margin-bottom: 0; }

.hits {
  height: 370px;
  margin-left: -20px;
  padding: 0 20px 60px;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .hits {
      margin-bottom: 50px;
      padding: 0 60px 60px; } }
  .hits .slide {
    position: relative;
    display: block;
    height: 100%;
    margin: 0 0 0 20px;
    overflow: hidden; }
    .hits .slide img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s; }
    .hits .slide .text {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      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;
      padding: 10px;
      opacity: 0;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      background-color: rgba(246, 246, 246, 0.8);
      color: #2b2b2b;
      font-size: 24px;
      font-weight: 500; }
    .hits .slide h3 {
      position: relative;
      padding-bottom: 5px;
      top: -30px;
      opacity: 0;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s; }
      .hits .slide h3:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        background-color: #d58e00;
        -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
        -webkit-transition-delay: .6s;
                transition-delay: .6s;
        -webkit-transform: scaleX(0);
                transform: scaleX(0); }
    .hits .slide:hover .text {
      opacity: 1; }
    .hits .slide:hover h3 {
      -webkit-transition-delay: .3s;
              transition-delay: .3s;
      top: 0;
      opacity: 1; }
      .hits .slide:hover h3:after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }
    .hits .slide:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .hits .slick-dots {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 20px;
    margin-top: 25px; }
  .hits .slick-arrow.slick-prev {
    left: -10px; }
    @media (min-width: 1024px) {
      .hits .slick-arrow.slick-prev {
        left: 0; } }
  .hits .slick-arrow.slick-next {
    right: -30px; }
    @media (min-width: 1024px) {
      .hits .slick-arrow.slick-next {
        right: -20px; } }

@media (max-width: 767px) {
  .about-short .item {
    margin-bottom: 20px; } }
@media (min-width: 768px) {
  .about-short .item {
    width: 50%; } }
.about-short img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
.about-short .img-item {
  overflow: hidden; }
  @media (min-width: 768px) {
    .about-short .img-item {
      margin-bottom: 20px;
      height: 180px; } }
  @media (min-width: 1280px) {
    .about-short .img-item {
      height: 250px; } }
@media (min-width: 768px) {
  .about-short .img-1 {
    width: calc(60% - 10px); }
  .about-short .img-2 {
    width: calc(40% - 10px); } }
.about-short .btn {
  margin-top: 40px; }
@media (min-width: 768px) {
  .about-short .text {
    padding-left: 40px; } }

.why-we {
  position: relative;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px; }
  .why-we .container-fluid {
    position: relative;
    z-index: 1; }
  @media (min-width: 768px) {
    .why-we .section-wrapper {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 1280px) {
    .why-we .section-wrapper {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .why-we h2:before, .why-we h2:after {
    background-color: #fff; }
  @media (min-width: 768px) {
    .why-we {
      margin-top: 100px; } }
  .why-we .item {
    background-color: rgba(43, 43, 43, 0.8);
    position: relative;
    z-index: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px; }
    .why-we .item p {
      color: rgba(255, 255, 255, 0.8); }
    .why-we .item:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 5px;
      right: 5px;
      bottom: 5px;
      left: 5px;
      border: 1px solid rgba(246, 246, 246, 0.5); }
    @media (min-width: 768px) {
      .why-we .item {
        width: 280px;
        text-align: center;
        padding: 20px;
        margin: 0 5px 10px; } }
    @media (min-width: 1280px) {
      .why-we .item {
        width: calc(100% / 5 - 20px); } }
  .why-we h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.2; }
  .why-we .icon svg {
    width: 40px;
    margin-bottom: 10px;
    fill: #fff; }
  @media (max-width: 1023px) {
    .why-we.visible .item {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
      .why-we.visible .item:nth-child(1) {
        -webkit-transition-delay: .3s;
                transition-delay: .3s; }
      .why-we.visible .item:nth-child(2) {
        -webkit-transition-delay: .6s;
                transition-delay: .6s; }
      .why-we.visible .item:nth-child(3) {
        -webkit-transition-delay: .9s;
                transition-delay: .9s; }
      .why-we.visible .item:nth-child(4) {
        -webkit-transition-delay: 1.2s;
                transition-delay: 1.2s; }
      .why-we.visible .item:nth-child(5) {
        -webkit-transition-delay: 1.5s;
                transition-delay: 1.5s; } }
  @media (min-width: 1024px) {
    .why-we.full-visible .item {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
      .why-we.full-visible .item:nth-child(1) {
        -webkit-transition-delay: .3s;
                transition-delay: .3s; }
      .why-we.full-visible .item:nth-child(2) {
        -webkit-transition-delay: .6s;
                transition-delay: .6s; }
      .why-we.full-visible .item:nth-child(3) {
        -webkit-transition-delay: .9s;
                transition-delay: .9s; }
      .why-we.full-visible .item:nth-child(4) {
        -webkit-transition-delay: 1.2s;
                transition-delay: 1.2s; }
      .why-we.full-visible .item:nth-child(5) {
        -webkit-transition-delay: 1.5s;
                transition-delay: 1.5s; } }

@media (min-width: 768px) {
  .testimonials .slider {
    margin-left: -20px; } }
@media (min-width: 1024px) {
  .testimonials .slider {
    margin-left: -40px; } }
.testimonials .slide {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #d7d7d7;
  height: auto;
  margin-left: 20px; }
  .testimonials .slide .user {
    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; }
  .testimonials .slide .img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 10px; }
    .testimonials .slide .img img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .testimonials .slide h4 {
    margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .testimonials .slide {
      margin-left: 40px; } }
  .testimonials .slide:after {
    content: '';
    position: absolute;
    background-image: url(../img/quote-left.png);
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: .05;
    width: 90px;
    height: 90px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
    top: 5%;
    right: -3%; }
.testimonials .slick-dots {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .testimonials .slick-dots {
      padding-left: 20px; } }
  @media (min-width: 1024px) {
    .testimonials .slick-dots {
      padding-left: 40px; } }
.testimonials .slick-arrow.slick-next {
  right: -85px; }

.filter {
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .filter label {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media (min-width: 768px) {
    .filter label span {
      margin-right: 10px; } }
  .filter select {
    padding: 5px 10px; }

@media (min-width: 768px) {
  .how-to-order .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
.how-to-order .list .flex {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .how-to-order .list .flex {
      width: calc(100% / 3 - 10px); } }
.how-to-order .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .how-to-order .list .item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
.how-to-order .list h3 {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .how-to-order .list h3 {
      font-size: 24px; } }
  @media (min-width: 1024px) {
    .how-to-order .list h3 {
      font-size: 30px; } }
.how-to-order .list svg {
  width: 40px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #d7d7d7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  @media (min-width: 992px) {
    .how-to-order .list svg {
      width: 50px;
      margin-right: 15px; } }
.how-to-order .sub-list {
  padding-left: 50px;
  line-height: 1.4;
  -webkit-transition-duration: .3s;
          transition-duration: .3s; }
  .how-to-order .sub-list li {
    margin-bottom: 10px; }
  @media (min-width: 992px) {
    .how-to-order .sub-list {
      padding-left: 65px; } }
.how-to-order .modal-open {
  cursor: pointer;
  color: #d58e00;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .how-to-order .modal-open:hover {
    color: #ffbc35; }

.full-visible.how-to-order .flex:nth-child(1) svg {
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }
.full-visible.how-to-order .flex:nth-child(2) svg {
  -webkit-transition-delay: .8s;
          transition-delay: .8s; }
.full-visible.how-to-order .flex:nth-child(3) svg {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s; }
.full-visible.how-to-order .flex svg {
  fill: #ffbc35; }

/*# sourceMappingURL=styles.css.map */