@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSansLight/OpenSans-Light.woff2) format("woff2"), url(../fonts/OpenSansLight/OpenSans-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSansRegular/OpenSans-Regular.woff2) format("woff2"), url(../fonts/OpenSansRegular/OpenSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSansSemiBold/OpenSans-SemiBold.woff2) format("woff2"), url(../fonts/OpenSansSemiBold/OpenSans-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSansBold/OpenSans-Bold.woff2) format("woff2"), url(../fonts/OpenSansBold/OpenSans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSansExtraBold/OpenSans-ExtraBold.woff2) format("woff2"), url(../fonts/OpenSansExtraBold/OpenSans-ExtraBold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-ExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

svg {
  height: 100%;
  width: 100%;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #F4F4F6;
}

::-webkit-scrollbar-thumb {
  background: #00BC87;
}

a, button, i, input, textarea {
  text-decoration: none;
  outline: 0;
  border: 0;
}

a:focus, button:focus, i:focus, input:focus, textarea:focus {
  outline: 0;
}

i {
  font-style: italic;
}

input, textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  resize: none;
}

button {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 400;
}
button:hover {
  cursor: pointer;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

html {
  height: 100%;
}

body {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  background: #FAFAFA;
  color: #282828;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
}

#page {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  font-style: normal;
  color: #282828;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 36px;
  font-style: normal;
  color: #282828;
}

h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, p::selection, a::selection, strong::selection, img::selection, div::selection, span::selection, button::selection, br::selection, li::selection {
  color: #282828;
  background: #00BC87;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

.hidden {
  display: none;
}

blockquote {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 3px solid #00BC87;
}
blockquote p a {
  color: #007D55;
}

#breadcrumb .crumbs {
  display: flex;
  position: relative;
  top: -15px;
}
#breadcrumb .crumbs.blog-br {
  margin-top: 15px;
  top: 0;
}
#breadcrumb .crumbs .delimiter {
  color: #007D55;
  margin: 0 5px;
  font-weight: 600;
}
#breadcrumb .crumbs li span {
  color: #00A873;
}
#breadcrumb .crumbs li a span {
  color: #007D55;
}

.block-editor p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #282828;
  margin-bottom: 12px;
}
.block-editor img {
  max-width: 100%;
  object-fit: cover;
}
.block-editor h2, .block-editor h3 {
  margin: 10px 0 5px;
}
.block-editor table {
  margin: 35px 0 30px;
  background: #F4F4F6;
  box-shadow: -10px -4px 10px #ffffff, 5px 5px 18px #e0e6f0;
  border-radius: 16px;
  border-collapse: collapse;
}
.block-editor table tr:nth-child(even) {
  background-color: #FFFFFF;
}
.block-editor table tr td {
  padding: 10px 5px 10px 15px;
}
.block-editor table tr td:not(:first-child) {
  border-left: 1px solid #00BC87;
}
.block-editor table tr td p {
  margin: 0;
}
.block-editor ol {
  margin-left: 15px;
  padding-left: 30px;
  list-style: none;
  counter-reset: num;
  /* Задаём имя счетчика */
}
.block-editor ol li {
  position: relative;
  margin-bottom: 10px;
  line-height: 22px;
}
.block-editor ol li:before {
  content: counter(num) ". ";
  /* Выводим число */
  counter-increment: num;
  /* Увеличиваем значение счётчика */
  display: block;
  margin: 0;
  padding: 0;
  color: #00BC87;
  position: absolute;
  left: -30px;
  z-index: 1;
}
.block-editor ul {
  padding-left: 15px;
  margin-left: 15px;
  list-style: none;
}
.block-editor ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 22px;
}
.block-editor ul li:before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: #00BC87;
  position: absolute;
  left: -14px;
  top: 7px;
  z-index: 1;
}

.noscroll {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}

.container {
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 1200px;
}
@media (min-width: 767px) {
  .container {
    padding: 0 30px;
  }
}

.primary-button {
  display: inline-flex;
  margin: 0;
  padding: 5px 20px;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #00BC87;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  font-style: normal;
  transition: all 210ms ease;
  -webkit-transition: all 210ms ease;
  -moz-transition: all 210ms ease;
  border-radius: 6px;
  letter-spacing: 0;
  text-align: center;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: none;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0));
}
@media screen and (min-width: 900px) {
  .primary-button {
    border-radius: 8px;
  }
}
.primary-button:hover {
  background: #00A873;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.primary-button:active {
  background: #008A55;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0));
}

.secondary-button {
  display: inline-flex;
  margin: 0;
  padding: 5px 20px;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  font-style: normal;
  transition: all 210ms ease;
  -webkit-transition: all 210ms ease;
  -moz-transition: all 210ms ease;
  background: -webkit- #ffa800;
  background: -moz- #ffa800;
  background: -ms- #ffa800;
  background: -o- #ffa800;
  background: #ffa800;
  color: #FFFFFF;
  border-radius: 8px;
  letter-spacing: 0;
  text-align: center;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: none;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0));
}
.secondary-button:hover {
  background: #EB9400;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.secondary-button:active {
  background: #D78000;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0));
}

.burger {
  display: inline-flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  transition: all 210ms ease-in-out;
  -webkit-transition: all 210ms ease-in-out;
  -moz-transition: all 210ms ease-in-out;
  position: relative;
  cursor: pointer;
  transform: scale(1);
  background: transparent;
}
.burger__item {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 25px;
  height: 3px;
  transition: all 210ms ease-in-out;
  -webkit-transition: all 210ms ease-in-out;
  -moz-transition: all 210ms ease-in-out;
  background: #000000;
  border-radius: 2px;
  position: absolute;
}
.burger__item:first-child {
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  z-index: 1;
  transform: translateX(0) translateY(3px) rotate(0);
}
.burger__item:nth-child(2) {
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  z-index: 1;
  transform: translateX(0) translateY(-50%) rotate(0) scale(1);
  opacity: 1;
}
.burger__item:last-child {
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  z-index: 1;
  transform: translateX(0) translateY(-3px) rotate(0);
}
.burger.is-open {
  transform: scale(0.9);
}
.burger.is-open .burger__item:first-child {
  transform: translateX(0) translateY(10px) rotate(45deg);
}
.burger.is-open .burger__item:nth-child(2) {
  opacity: 0;
  transform: translateX(-14px) translateY(-50%) rotate(0) scale(1);
}
.burger.is-open .burger__item:last-child {
  transform: translateX(0) translateY(-12px) rotate(-45deg);
}

.acc-button {
  display: inline-flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.acc-button__text {
  display: none;
  margin: 0 0 0 3px;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  font-style: normal;
  transition: all 210ms ease-in-out;
  -webkit-transition: all 210ms ease-in-out;
  -moz-transition: all 210ms ease-in-out;
  color: #00BC87;
}
.acc-button__logo {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: all 210ms ease-in-out;
  -webkit-transition: all 210ms ease-in-out;
  -moz-transition: all 210ms ease-in-out;
  background: transparent;
  border: 2px solid #00BC87;
  position: relative;
}
.acc-button__logo svg {
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: all 210ms ease-in-out;
  -webkit-transition: all 210ms ease-in-out;
  -moz-transition: all 210ms ease-in-out;
  max-width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
}
.acc-button:hover .acc-button__text {
  color: #00A873;
}
.acc-button:hover .acc-button__logo {
  border: 2px solid #00A873;
  transform: scale(1.05);
}
.acc-button:hover .acc-button__logo img {
  transform: translate(-50%, -50%) scale(0.95);
}
.acc-button:active .acc-button__text {
  color: #008A55;
}
.acc-button:active .acc-button__logo {
  border: 2px solid #008A55;
  transform: scale(1);
}
.acc-button:active .acc-button__logo img {
  transform: translate(-50%, -50%) scale(1);
}

.std-title {
  display: block;
  margin: 0 auto 12px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 34px;
  font-style: normal;
  color: #282828;
  text-align: center;
}

.slick-custom-arrows {
  display: flex;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 36px;
  max-width: 270px;
  position: relative;
  z-index: 10;
}
.slick-custom-arrows .slick-prev-custom, .slick-custom-arrows .slick-next-custom {
  display: inline-flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  background: #00BC87;
  border: 1px solid rgba(255, 255, 255, 0.6);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0));
  box-shadow: none;
  outline: none;
}
.slick-custom-arrows .slick-prev-custom:hover, .slick-custom-arrows .slick-next-custom:hover {
  background: #00A873;
  border: 1px solid white;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.slick-custom-arrows .slick-prev-custom:active, .slick-custom-arrows .slick-next-custom:active {
  background: #008A55;
  border: 1px solid white;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0));
}
.slick-custom-arrows .slick-prev-custom img, .slick-custom-arrows .slick-next-custom img {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
}
.slick-custom-arrows .slick-next-custom img {
  transform: scale(-1, 1) translateX(-2px);
}

.slick-custom-arrows-alt {
  display: flex;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 22px;
  max-width: 270px;
  position: relative;
  z-index: 10;
}
.slick-custom-arrows-alt .slick-prev-custom, .slick-custom-arrows-alt .slick-next-custom {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.slick-custom-arrows-alt .slick-prev-custom svg, .slick-custom-arrows-alt .slick-next-custom svg {
  width: 22px;
  height: 22px;
  transition: all 230ms ease-in-out;
  -webkit-transition: all 230ms ease-in-out;
  -moz-transition: all 230ms ease-in-out;
  opacity: 0.5;
}
.slick-custom-arrows-alt .slick-prev-custom:hover svg, .slick-custom-arrows-alt .slick-next-custom:hover svg {
  opacity: 1;
}
.slick-custom-arrows-alt .slick-prev-custom svg {
  transform: scale(-1, 1);
}
#partners-slider ul.slick-dots {
  list-style: none;
  counter-reset: number;
  bottom: -52px;
}
#partners-slider ul.slick-dots li {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: transparent;
  border: none;
  margin: 0;
}
#partners-slider ul.slick-dots li::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  font-style: normal;
  counter-increment: number;
  content: counter(number);
  background: transparent;
  color: #AAAAAA;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#partners-slider ul.slick-dots li button {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: none;
}
#partners-slider ul.slick-dots li button::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: transparent;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
#partners-slider ul.slick-dots li.slick-active {
  background: transparent;
  margin: 0;
}
#partners-slider ul.slick-dots li.slick-active::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  counter-increment: number;
  content: counter(number);
  background: transparent;
  color: #00BC87;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 1;
}
#partners-slider ul.slick-dots li.slick-active button {
  background: transparent;
}
#partners-slider ul.slick-dots li.slick-active button::before {
  background: transparent;
}

ul.slick-dots {
  bottom: -53px;
}
ul.slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  padding: 0;
  margin: 0 2.5px;
  background: transparent;
}
ul.slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transition: all 230ms ease-in-out;
  -webkit-transition: all 230ms ease-in-out;
  -moz-transition: all 230ms ease-in-out;
  background: rgba(255, 255, 255, 0);
}
ul.slick-dots li button::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  box-sizing: border-box;
  opacity: 1;
}
ul.slick-dots li.slick-active button {
  transition: all 230ms ease-in-out;
  -webkit-transition: all 230ms ease-in-out;
  -moz-transition: all 230ms ease-in-out;
  background: rgba(255, 255, 255, 0.5);
}

/*  --- Media Queries --- 900px --- */
@media screen and (min-width: 900px) {
  .std-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    font-style: normal;
    margin-bottom: 29px;
  }

  .acc-button__text {
    display: inline-block;
  }
  .acc-button__logo {
    width: 14px;
    height: 14px;
    transform: scale(1);
  }
  .acc-button__logo img {
    transform: translate(-50%, -50%) scale(1);
    max-width: 90%;
  }
  .acc-button:hover .acc-button__logo {
    transform: scale(1);
  }
  .acc-button:hover .acc-button__logo img {
    transform: translate(-50%, -50%) scale(1);
  }
  .acc-button:active .acc-button__logo {
    border: 2px solid #008A55;
    transform: scale(1);
  }
  .acc-button:active .acc-button__logo img {
    transform: translate(-50%, -50%) scale(1);
  }
}
.lds-default {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0.35) translateX(52px) translateY(-55px);
  transition: all 190ms ease-in-out;
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #00BC87;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
/*  --- Media Queries --- 1200px --- */
@media screen and (min-width: 1199px) {
  ul.slick-dots {
    bottom: -40px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: 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;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
[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-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.header-padding {
  padding-top: 74px;
}

.container-contacts {
  transition: all 220ms ease-in-out;
  -webkit-transition: all 220ms ease-in-out;
  -moz-transition: all 220ms ease-in-out;
  background: #FAFAFA;
  display: none;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .container-contacts {
    display: flex;
  }
}
.container-contacts.is-open {
  display: flex;
  flex-direction: column;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  box-shadow: 2px -6px 12px rgba(179, 179, 179, 0.2);
  border-radius: 10px 10px 0px 0px;
  position: absolute;
  top: calc(100vh - 55px);
  z-index: 999;
}
.container-contacts.is-open .emails {
  display: block;
}
.container-contacts .phones {
  display: flex;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.container-contacts .phones .phone {
  display: inline-flex;
  margin: 0 16px 0 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 28px;
  font-style: normal;
  color: #BDBDBD;
}
.container-contacts .phones .phone__icon {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 9px;
  max-height: 10px;
}
.container-contacts .phones .phone__label {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 28px;
  font-style: normal;
  transition: all 210ms ease-in-out;
  -webkit-transition: all 210ms ease-in-out;
  -moz-transition: all 210ms ease-in-out;
  text-transform: uppercase;
}
.container-contacts .phones .phone__number {
  transition: all 210ms ease-in-out;
  -webkit-transition: all 210ms ease-in-out;
  -moz-transition: all 210ms ease-in-out;
  color: #BDBDBD;
  font: inherit;
}
.container-contacts .phones .phone:last-child {
  margin-right: 0;
}
.container-contacts .phones .phone:hover .phone__number {
  color: #000000;
}
.container-contacts .phones .phone:hover .phone__label {
  color: #000000;
}
.container-contacts .phones .phone:active .phone__number {
  color: #008A55;
}
.container-contacts .phones .phone:active .phone__label {
  color: #008A55;
}
.container-contacts .emails {
  display: none;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.container-contacts .emails .email {
  display: inline-flex;
  margin: 0 16px 0 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 28px;
  font-style: normal;
  color: #BDBDBD;
}
.container-contacts .emails .email__icon {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 9px;
  max-height: 9px;
}
.container-contacts .emails .email__text {
  transition: all 210ms ease-in-out;
  -webkit-transition: all 210ms ease-in-out;
  -moz-transition: all 210ms ease-in-out;
  color: #BDBDBD;
  font: inherit;
}
.container-contacts .emails .email:hover .email__text {
  color: #000000;
}
.container-contacts .emails .email:hover .email__label {
  color: #000000;
}
.container-contacts .emails .email:active .email__text {
  color: #008A55;
}
.container-contacts .emails .email:active .email__label {
  color: #008A55;
}

.container-head {
  padding: 8px 15px 8px;
  transition: all 220ms ease-in-out;
  -webkit-transition: all 220ms ease-in-out;
  -moz-transition: all 220ms ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header {
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  transition: all 220ms ease-in-out;
  -webkit-transition: all 220ms ease-in-out;
  -moz-transition: all 220ms ease-in-out;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 500;
  background: #FFFFFF;
  filter: drop-shadow(0 4px 4px transparent);
  transform: translateY(0);
  /*  --- Media Queries --- 900px --- */
  /*  --- Media Queries --- 900px --- */
  /*  --- Media Queries --- 900px --- */
}
.header .logo {
  display: inline-flex;
  margin: 0 6px 0 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: auto;
}
.header .logo__img {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .header .logo {
    width: 82px;
    height: 38px;
    max-width: 82px;
  }
  .header .logo__img {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
  }
}
.header .login {
  display: inline-flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header .login__burger {
  margin-left: 20px;
}
.header .login__order {
  max-height: 29px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 900px) {
  .header .login__order {
    max-height: 38px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header .login__account {
  display: none;
  margin-right: 10px;
}
@media screen and (min-width: 900px) {
  .header .login__account {
    display: inline-flex;
    margin-right: 20px;
  }
}
@media screen and (min-width: 900px) {
  .header .login__burger {
    display: none;
  }
}
.header .navigation {
  display: block;
  margin: 0 auto;
  padding: 12px 15px 120px;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  transition: all 240ms ease-in-out;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  overflow-x: scroll;
  transform-origin: top;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  bottom: auto;
  z-index: 500;
  transform: scaleY(0) translateY(0);
}
@media screen and (min-width: 900px) {
  .header .navigation {
    overflow: inherit;
    background: transparent;
  }
}
.header .navigation-list__item {
  padding: 3px 15px;
  border-bottom: 0.5px solid #D7D7D7;
}
.header .navigation-list__item a {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 38px;
  font-style: normal;
  transition: all 210ms ease-in-out;
  -webkit-transition: all 210ms ease-in-out;
  -moz-transition: all 210ms ease-in-out;
  color: #282828;
  text-decoration: none;
}
.header .navigation-list__item a:hover {
  color: #00A873;
  text-decoration: none;
}
.header .navigation-list__item a:active {
  color: #008A55;
  text-decoration: none;
}
.header .navigation-list__item a.current-link {
  color: #00BC87 !important;
}
@media screen and (min-width: 900px) {
  .header .navigation-list__item {
    padding: 0;
    border: none;
  }
}
.header .navigation.is-open {
  transform: scaleY(1) translateY(0);
}
.header .navigation .login__account {
  display: flex;
  justify-content: start;
  margin: 15px 0 0 15px;
}
.header .navigation .login__account .acc-button__logo {
  width: 30px;
  height: 30px;
}
.header .navigation .login__account .acc-button__text {
  display: block;
  font-weight: 800;
  font-size: 20px;
}
@media screen and (min-width: 900px) {
  .header .navigation .login__account {
    display: none;
  }
}
.header .submenu-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 38px;
  font-style: normal;
  transition: all 210ms ease-in-out;
  -webkit-transition: all 210ms ease-in-out;
  -moz-transition: all 210ms ease-in-out;
  color: #282828;
  text-decoration: none;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.header .submenu-title:hover {
  color: #00A873;
  text-decoration: none;
}
.header .submenu-title:hover::before, .header .submenu-title:hover::after {
  background: #00A873;
}
.header .submenu-title:active {
  color: #008A55;
  text-decoration: none;
}
.header .submenu-title:active::before, .header .submenu-title:active::after {
  background: #008A55;
}
.header .submenu-title::before, .header .submenu-title::after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 7px;
  height: 1px;
  transition: all 210ms ease-in-out;
  -webkit-transition: all 210ms ease-in-out;
  -moz-transition: all 210ms ease-in-out;
  background: #000000;
  border-radius: 1px;
  position: absolute;
  left: auto;
  right: -15px;
  top: 50%;
  bottom: auto;
  z-index: 1;
}
.header .submenu-title::before {
  transform: translateY(-50%) translateX(-2.5px) rotate(48deg);
}
.header .submenu-title::after {
  transform: translateY(-50%) translateX(2.5px) rotate(-48deg);
  bottom: 13px;
  right: -10px;
  top: auto;
}
@media screen and (min-width: 900px) {
  .header .submenu-title::after {
    right: -15px;
  }
}
.header .submenu-list {
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .header .submenu-list {
    background: #E6F8F3 !important;
    border-radius: 4px 0px 0px 4px;
    padding-top: 45px !important;
  }
}
.header .submenu-list li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-style: normal;
  text-transform: none;
}
.header .submenu.is-open {
  background: #E6F8F3;
}
.header .submenu.is-open .submenu-title {
  color: #007D55;
}
.header .submenu.is-open .submenu-title::before {
  transform: translateY(-50%) translateX(-2.5px) rotate(-48deg);
  background: #00BC87;
}
.header .submenu.is-open .submenu-title::after {
  transform: translateY(-50%) translateX(2.5px) rotate(48deg);
  background: #00BC87;
  bottom: 18px;
  right: -15px;
}
.header .submenu.is-open .submenu-list {
  height: auto;
  padding: 12px 0px;
}
.header .submenu.is-open .submenu-list li a, .header .submenu.is-open .submenu-list li .category-title {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  padding: 3px 0;
  color: #007D55;
}
.header .category-title {
  display: inline-block;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  font-style: normal;
  transition: all 210ms ease-in-out;
  -webkit-transition: all 210ms ease-in-out;
  -moz-transition: all 210ms ease-in-out;
  color: #171717;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
}
.header .category-title:hover {
  color: #00A873;
  text-decoration: none;
}
.header .category-title:hover::before, .header .category-title:hover::after {
  background: #00A873;
}
.header .category-title:active {
  color: #008A55;
  text-decoration: none;
}
.header .category-title:active::before, .header .category-title:active::after {
  background: #008A55;
}
.header .category-title::before, .header .category-title::after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 7px;
  height: 1px;
  transition: all 210ms ease-in-out;
  -webkit-transition: all 210ms ease-in-out;
  -moz-transition: all 210ms ease-in-out;
  background: #00BC87;
  border-radius: 1px;
  position: absolute;
  left: auto;
  right: 5px;
  top: 50%;
  bottom: auto;
  z-index: 1;
}
.header .category-title::before {
  transform: translateY(-50%) translateX(-2.5px) rotate(48deg);
  top: 10px;
}
.header .category-title::after {
  transform: translateY(-50%) translateX(2.5px) rotate(-48deg);
  right: 10px;
  top: 15px;
}
.header .category-list {
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}
@media screen and (min-width: 900px) {
  .header .category-list {
    transition: none;
  }
}
.header .category-list li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  font-style: normal;
  text-transform: none;
}
.header .category.is-open .category-title {
  color: #00BC87;
}
.header .category.is-open .category-title::before {
  transform: translateY(-50%) translateX(-2.5px) rotate(-48deg);
  background: #00BC87;
}
@media screen and (min-width: 900px) {
  .header .category.is-open .category-title::before {
    top: 5px;
  }
}
.header .category.is-open .category-title::after {
  transform: translateY(-50%) translateX(2.5px) rotate(48deg);
  background: #00BC87;
  right: 5px;
  top: 10px;
}
@media screen and (min-width: 900px) {
  .header .category.is-open .category-title::after {
    right: 10px;
  }
}
.header .category.is-open .category-list {
  max-height: 420px;
  height: 100%;
  padding: 6px 20px;
}
@media screen and (min-width: 900px) {
  .header .category.is-open .category-list {
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    border-radius: 5px 4px 4px 4px;
    padding-top: 45px;
    transition: 0.5s;
  }
  .header .category.is-open .category-list::before {
    content: "CATEGORIES";
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    font-style: normal;
    color: #007D55;
    position: absolute;
    top: 15px;
    left: 15px;
  }
}
@media screen and (min-width: 900px) {
  .header .category.is-open .category-list li {
    width: 50%;
    float: left;
  }
}
.header .category.is-open .category-list li a {
  font-weight: normal;
}
@media screen and (min-width: 900px) {
  .header .navigation, .header-navigation.is-open {
    display: inline-flex;
    flex-direction: row;
    width: auto;
    position: static;
    height: auto;
    transform: translateY(0) translateX(0) scale(1);
    padding: 0 10px;
    margin: 0;
  }
  .header .navigation .navigation-list, .header-navigation.is-open .navigation-list {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 15px;
  }
  .header .navigation .navigation-list__item, .header-navigation.is-open .navigation-list__item {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 20px;
  }
  .header .navigation .navigation-list__item a, .header-navigation.is-open .navigation-list__item a {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    font-style: normal;
    color: #000000;
    text-decoration: none;
    text-transform: none;
  }
  .header .navigation .navigation-list__item:last-child, .header-navigation.is-open .navigation-list__item:last-child {
    margin-right: 0;
  }
  .header .navigation .navigation-list__item.current-menu-item a, .header-navigation.is-open .navigation-list__item.current-menu-item a {
    color: #00A873;
    pointer-events: none;
  }
  .header .submenu, .header-submenu.is-open {
    position: static;
    transition: all 230ms ease-in-out;
    -webkit-transition: all 230ms ease-in-out;
    -moz-transition: all 230ms ease-in-out;
  }
  .header .submenu .submenu-title, .header-submenu.is-open .submenu-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    font-style: normal;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
    text-transform: none;
  }
  .header .submenu .submenu-title::before, .header .submenu .submenu-title::after, .header-submenu.is-open .submenu-title::before, .header-submenu.is-open .submenu-title::after {
    background: #000000;
  }
  .header .submenu .submenu-title::before, .header-submenu.is-open .submenu-title::before {
    transform: translateY(-50%) translateX(-2.5px) rotate(48deg);
  }
  .header .submenu .submenu-title::after, .header-submenu.is-open .submenu-title::after {
    transform: translateY(-50%) translateX(2.5px) rotate(-48deg);
  }
  .header .submenu .submenu-list, .header-submenu.is-open .submenu-list {
    transition: all 240ms ease;
    -webkit-transition: all 240ms ease;
    -moz-transition: all 240ms ease;
    position: absolute;
    left: 0;
    top: 100%;
    height: auto;
    background: #FFFFFF;
    padding: 15px;
    transform-origin: top;
    transform: scaleY(0) translateY(-50px);
    overflow: visible;
    opacity: 0;
  }
  .header .submenu .submenu-list::before, .header-submenu.is-open .submenu-list::before {
    content: "SERVICES";
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    font-style: normal;
    color: #007D55;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .header .submenu .submenu-list::after, .header-submenu.is-open .submenu-list::after {
    content: "";
    width: 100%;
    height: 20px;
    background: #FFFFFF;
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 500;
  }
  .header .submenu:hover, .header-submenu.is-open:hover {
    transition: all 230ms ease-in-out;
    -webkit-transition: all 230ms ease-in-out;
    -moz-transition: all 230ms ease-in-out;
  }
  .header .submenu:hover .submenu-list, .header-submenu.is-open:hover .submenu-list {
    transition: all 240ms ease;
    -webkit-transition: all 240ms ease;
    -moz-transition: all 240ms ease;
    transform: scaleY(1) translateY(0);
    opacity: 1;
  }
}
.header.with-shadow {
  transform: translateY(-28px);
  filter: drop-shadow(0 4px 4px #E0E6F0);
}
.header:hover {
  filter: drop-shadow(0 4px 4px #E0E6F0);
}

/*  --- Media Queries --- 500px --- */
@media screen and (min-width: 500px) {
  .container-contacts .phones {
    display: inline-flex;
    margin: 0;
    padding-right: 10px;
    position: relative;
  }
  .container-contacts .phones::after {
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 1px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #E5E5E5;
  }
  .container-contacts .emails {
    display: inline-flex;
    margin: 0;
    padding-left: 10px;
  }
}
/*  --- Media Queries --- 768px --- */
@media screen and (min-width: 767px) {
  .container-contacts .phones {
    padding-right: 20px;
  }
  .container-contacts .phones .phone {
    margin-right: 27px;
  }
  .container-contacts .emails {
    padding-left: 20px;
  }
}
/*  --- Media Queries --- 900px --- */
@media screen and (min-width: 900px) {
  .header-padding {
    padding-top: 88px;
  }

  .container-head {
    padding: 2px 15px 0;
  }
  .container-head:hover .navigation-list__item a, .container-head:hover .navigation.is-open-list__item a {
    color: #959595;
  }
  .container-head:hover .navigation-list__item a:hover, .container-head:hover .navigation.is-open-list__item a:hover {
    color: #000000;
  }
  .container-head:hover .navigation-list__item a:active, .container-head:hover .navigation.is-open-list__item a:active {
    color: #008A55;
  }
  .container-head:hover .submenu .submenu-title, .container-head:hover .submenu.is-open .submenu-title {
    color: #959595;
  }
  .container-head:hover .submenu .submenu-title::before, .container-head:hover .submenu .submenu-title::after, .container-head:hover .submenu.is-open .submenu-title::before, .container-head:hover .submenu.is-open .submenu-title::after {
    background: #959595;
  }
  .container-head:hover .submenu .submenu-title::before, .container-head:hover .submenu.is-open .submenu-title::before {
    transform: translateY(-50%) translateX(-2.5px) rotate(48deg);
  }
  .container-head:hover .submenu .submenu-title::after, .container-head:hover .submenu.is-open .submenu-title::after {
    transform: translateY(-50%) translateX(2.5px) rotate(-48deg);
  }
  .container-head:hover .submenu .submenu-list li, .container-head:hover .submenu.is-open .submenu-list li {
    color: #000000;
  }
  .container-head:hover .submenu .submenu-list li a, .container-head:hover .submenu.is-open .submenu-list li a {
    color: inherit;
  }
  .container-head:hover .submenu .submenu-list li a:hover, .container-head:hover .submenu.is-open .submenu-list li a:hover {
    color: #00A873;
  }
  .container-head:hover .submenu .submenu-list li a:active, .container-head:hover .submenu.is-open .submenu-list li a:active {
    color: #008A55;
  }
  .container-head:hover .submenu:hover .submenu-title, .container-head:hover .submenu.is-open:hover .submenu-title {
    color: #000000;
  }
  .container-head:hover .submenu:hover .submenu-title::before, .container-head:hover .submenu:hover .submenu-title::after, .container-head:hover .submenu.is-open:hover .submenu-title::before, .container-head:hover .submenu.is-open:hover .submenu-title::after {
    background: #000000;
  }
  .container-head:hover .submenu:hover .submenu-title::before, .container-head:hover .submenu.is-open:hover .submenu-title::before {
    transform: translateY(-50%) translateX(-2.5px) rotate(-48deg);
  }
  .container-head:hover .submenu:hover .submenu-title::after, .container-head:hover .submenu.is-open:hover .submenu-title::after {
    transform: translateY(-50%) translateX(2.5px) rotate(48deg);
  }
  .container-head:hover .category .category-title::before {
    transform: translateY(1.5px) translateX(-2.5px) rotate(48deg);
  }
  .container-head:hover .category .category-title::after {
    transform: translateY(1.5px) translateX(2.5px) rotate(-48deg);
  }
  .container-head:hover .category .category-list li a {
    transition: all 50ms ease-in-out;
    -webkit-transition: all 50ms ease-in-out;
    -moz-transition: all 50ms ease-in-out;
  }
  .container-head:hover .category.is-open .category-title::before {
    transform: translateY(1.5px) translateX(-2.5px) rotate(-48deg);
  }
  .container-head:hover .category.is-open .category-title::after {
    transform: translateY(1.5px) translateX(2.5px) rotate(48deg);
  }
  .container-head:hover .category.is-open .category-list li a {
    transition: all 50ms ease-in-out;
    -webkit-transition: all 50ms ease-in-out;
    -moz-transition: all 50ms ease-in-out;
  }
}
.categories {
  background: #E6F8F3;
  padding: 52px 0 30px;
}
@media (min-width: 1199px) {
  .categories {
    height: 410px;
  }
}
@media (min-width: 1199px) {
  .categories-row {
    display: flex;
  }
}
@media (min-width: 1199px) {
  .categories-row__info {
    flex-grow: 1;
  }
}
.categories-row__info .title {
  color: #204D6D;
  max-width: 535px;
  margin: 0 auto 10px;
}
.categories-row__info .subtitle {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  max-width: 535px;
  margin: 0 auto 0;
}
.categories-row__info .helpbox {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #5CC7A9;
  box-sizing: border-box;
  border-radius: 10px;
  max-width: 465px;
  margin: 25px auto;
  padding: 22px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.categories-row__info .helpbox-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  margin-bottom: 8px;
}
.categories-row__info .helpbox-btn {
  font-weight: bold;
  font-size: 14px;
}
@media (min-width: 900px) {
  .categories-row__info .info-reviews {
    margin: 0 auto;
  }
}
.categories-row__calculator {
  display: none;
}
@media (min-width: 1199px) {
  .categories-row__calculator {
    display: block;
    width: 370px;
  }
}
.categories-row__calculator .calculator {
  margin-left: auto;
}
.categories-row__calculator .calculator .board:after {
  content: "";
  position: absolute;
  bottom: -63px;
  left: 50px;
  display: block;
  width: 245px;
  height: 50px;
  background-image: url(../img/protection.png);
}

.info-reviews {
  display: flex;
  margin: 0 auto;
  padding: 8px 8px 0 8px;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  height: auto;
  max-width: 290px;
  box-shadow: 2px 4px 12px rgba(220, 220, 220, 0.1);
  border-radius: 10px;
  background: #FFFFFF;
  position: relative;
}
.info-reviews .column-line {
  width: 42px;
  height: 1px;
  background: linear-gradient(270deg, rgba(229, 229, 229, 0) 0%, #E5E5E5 46.87%, rgba(229, 229, 229, 0) 100%);
  transform: rotate(90deg);
  position: absolute;
  left: 124px;
  top: 25px;
  z-index: 1;
}
.info-reviews .row-line {
  width: 124px;
  height: 1px;
  background: linear-gradient(270deg, rgba(229, 229, 229, 0) 0%, #E5E5E5 46.87%, rgba(229, 229, 229, 0) 100%);
  position: absolute;
  z-index: 1;
}
.info-reviews .row-line.first {
  left: 17px;
  top: 44px;
}
.info-reviews .row-line.second {
  right: 22px;
  top: 44px;
}
.info-reviews a.review {
  cursor: pointer;
}
.info-reviews a.trustpilot {
  position: relative;
}
.info-reviews a.trustpilot:after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background: linear-gradient(270deg, rgba(229, 229, 229, 0) 0%, #E5E5E5 46.87%, rgba(229, 229, 229, 0) 100%);
  transform: rotate(90deg);
  position: absolute;
  left: -21px;
  top: 15px;
}
.info-reviews .review {
  display: inline-flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 43px;
  cursor: default;
}
.info-reviews .review-logo {
  display: block;
  margin: 6px 5px 0 0;
  padding: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
}
.info-reviews .review-logo__img {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.info-reviews .review-rate {
  display: block;
  margin: 5px 5px 0 0;
  padding: inline-block;
  box-sizing: border-box;
}
.info-reviews .review-rate__text {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 7px;
  line-height: 10px;
  font-style: normal;
  color: #000000;
  margin-bottom: 2px;
}
.info-reviews .review-rate__stars {
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 35px;
  height: 7px;
}
.info-reviews .review-score {
  display: inline-flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  font-style: normal;
  color: #000000;
}
@media screen and (min-width: 767px) {
  .info-reviews {
    margin: 0;
    max-width: none;
    width: 390px;
  }
  .info-reviews .column-line {
    display: none;
  }
  .info-reviews .row-line.first {
    display: none;
  }
  .info-reviews .row-line.second {
    display: none;
  }
  .info-reviews .review:nth-child(odd) {
    position: relative;
  }
  .info-reviews .review:nth-child(odd):after {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: -5px;
    width: 1px;
    height: 42px;
    background: linear-gradient(0deg, rgba(229, 229, 229, 0) 0%, #E5E5E5 46.87%, rgba(229, 229, 229, 0) 100%);
  }
  .info-reviews .review:nth-child(odd):before {
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    top: -5px;
    width: 1px;
    height: 42px;
    background: linear-gradient(0deg, rgba(229, 229, 229, 0) 0%, #E5E5E5 46.87%, rgba(229, 229, 229, 0) 100%);
  }
}
/*  --- Media Queries ---1200px --- */
@media screen and (min-width: 1199px) {
  .info-reviews {
    transform: scale(1.1);
    left: 30px;
  }
}
.hide-calc-field {
  display: block;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: auto;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  max-width: 0.1px;
  max-height: 0.1px;
  width: 0.1px;
  height: 0.1px;
}

.calculator {
  display: block;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 431px;
  max-width: 290px;
  background: #F4F4F6;
  box-shadow: -10px -4px 10px #FFFFFF, 5px 5px 18px #E0E6F0;
  border-radius: 16px;
  position: relative;
}
.calculator.stick {
  background: transparent;
  box-shadow: none;
}
.calculator__img {
  width: 66px;
  height: 52px;
  position: absolute;
  top: -18px;
  right: -2px;
  z-index: 1;
  transform: rotate(-35deg);
}
.calculator-box {
  display: flex;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(87.32deg, #FFFFFF 0%, rgba(55, 83, 111, 0.4) 180%);
  border-radius: 12px;
  overflow: hidden;
  max-width: 270px;
}
.calculator-box .board {
  display: block;
  margin: 0 auto;
  padding: 9px 6px 20px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #F4F4F6;
  max-width: 268px;
  max-height: 409px;
  border-radius: 12px;
}
.calculator-box .board__title {
  font-size: 22px;
  line-height: 50px;
  margin-bottom: 0;
}
.calculator-box .board .calc-tab {
  display: block;
  margin: 0 auto 7px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 255px;
}
.calculator-box .board .calc-tab-label {
  display: block;
  margin: 0 0 0;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 26px;
  font-style: normal;
  color: #5B6573;
  text-transform: uppercase;
}
.calculator-box .board .calc-tab-box {
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: #F4F4F6;
  box-shadow: inset 2px 2px 5px rgba(105, 141, 173, 0.4);
  border-radius: 12px;
  max-width: 255px;
  min-height: 40px;
  position: relative;
}
.calculator-box .board .calc-tab-box .box-title {
  display: flex;
  margin: 0 auto;
  padding: 6px 10px;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 40px;
  background: transparent;
  border-radius: 12px;
  cursor: pointer;
}
.calculator-box .board .calc-tab-box .box-title__text {
  display: inline-flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  font-style: normal;
  transition: all 230ms ease-in-out;
  -webkit-transition: all 230ms ease-in-out;
  -moz-transition: all 230ms ease-in-out;
  color: #697483;
}
.calculator-box .board .calc-tab-box .box-title__arrow {
  display: inline-flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 14px;
  height: 8px;
  transition: all 230ms ease-in-out;
  -webkit-transition: all 230ms ease-in-out;
  -moz-transition: all 230ms ease-in-out;
}
.calculator-box .board .calc-tab-box .box-title.is-open .box-title__text {
  color: #000000;
}
.calculator-box .board .calc-tab-box .box-title.is-open .box-title__arrow {
  transform: rotate(180deg);
}
.calculator-box .board .calc-tab-box .box-title:hover .box-title__text {
  color: #000000;
}
.calculator-box .board .calc-tab-box .box-list-wrap {
  display: block;
  margin: 0;
  padding: 0 1px 0 3px;
  box-sizing: border-box;
  transition: all 230ms ease-in-out;
  -webkit-transition: all 230ms ease-in-out;
  -moz-transition: all 230ms ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: auto;
  z-index: 50;
  background: #F4F4F6;
  box-shadow: inset 2px 2px 5px rgba(105, 141, 173, 0.4);
  border-right: 0.5px solid rgba(105, 141, 173, 0.4);
  border-radius: 12px;
  min-height: 0;
  max-height: 205px;
  height: 205px;
  overflow-x: hidden;
  overflow-y: auto;
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
}
.calculator-box .board .calc-tab-box .box-list-wrap::-webkit-scrollbar-track {
  background: transparent;
}
.calculator-box .board .calc-tab-box .box-list-wrap::-webkit-scrollbar-thumb {
  border-radius: 6px;
}
.calculator-box .board .calc-tab-box .box-list-wrap::-webkit-scrollbar-button {
  height: 12px;
  border-radius: 6px;
  background: transparent;
  width: 4px;
}
.calculator-box .board .calc-tab-box .box-list-wrap.is-open {
  transform: scaleY(1);
  opacity: 1;
}
.calculator-box .board .calc-tab-box .box-list-wrap.is-open .box-list {
  transition: all 230ms ease-in-out;
  -webkit-transition: all 230ms ease-in-out;
  -moz-transition: all 230ms ease-in-out;
}
.calculator-box .board .calc-tab-box .box-list {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 230ms ease-in-out;
  -webkit-transition: all 230ms ease-in-out;
  -moz-transition: all 230ms ease-in-out;
  padding: 0;
}
.calculator-box .board .calc-tab-box .box-list li {
  display: flex;
  margin: 0 0 0;
  padding: 6px 10px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  font-style: normal;
  color: #697483;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.calculator-box .board .calc-tab-box .box-list li:hover {
  background: #E0E6F0;
  color: #000000;
}
.calculator-box .board .calc-tab-box .box-list li:before {
  display: none;
}
.calculator-box .board .calc-tab-box .box-list li:first-child {
  border-radius: 12px 0 0 0;
}
.calculator-box .board .calc-tab-box .box-list li:first-child::before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  background: linear-gradient(270deg, rgba(229, 229, 229, 0) 0%, #E5E5E5 46.87%, rgba(229, 229, 229, 0) 100%);
}
.calculator-box .board .calc-tab-box .box-list li:last-child {
  padding-bottom: 10px;
  border-radius: 0 0 0 12px;
}
.calculator-box .board .calc-settings {
  display: flex;
  margin: 0 auto 15px;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 255px;
}
.calculator-box .board .calc-settings .calc-counter-label {
  display: block;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 26px;
  font-style: normal;
  color: #5B6573;
  text-transform: uppercase;
}
.calculator-box .board .calc-settings .calc-counter-box {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: #F4F4F6;
  box-shadow: inset 2px 2px 5px rgba(105, 141, 173, 0.4);
  border-radius: 12px;
  max-width: 118px;
  min-width: 118px;
  min-height: 40px;
}
.calculator-box .board .calc-settings .calc-counter-box .box-title {
  display: flex;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  transition: all 230ms ease-in-out;
  -webkit-transition: all 230ms ease-in-out;
  -moz-transition: all 230ms ease-in-out;
  min-height: 40px;
  background: transparent;
  border-radius: 12px;
  cursor: default;
}
.calculator-box .board .calc-settings .calc-counter-box .box-title *::selection {
  color: #000000;
  background: transparent;
}
.calculator-box .board .calc-settings .calc-counter-box .box-title__minus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  padding: 6px 6px 6px 15px;
  min-height: 40px;
  border-radius: 12px 0 0 12px;
}
.calculator-box .board .calc-settings .calc-counter-box .box-title__minus img {
  position: relative;
  top: 2px;
}
.calculator-box .board .calc-settings .calc-counter-box .box-title__count {
  cursor: default;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  font-style: normal;
  transition: all 230ms ease-in-out;
  -webkit-transition: all 230ms ease-in-out;
  -moz-transition: all 230ms ease-in-out;
  color: #697483;
  padding: 6px 0;
}
.calculator-box .board .calc-settings .calc-counter-box .box-title__plus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  padding: 6px 15px 6px 6px;
  min-height: 40px;
  border-radius: 0 12px 12px 0;
}
.calculator-box .board .calc-settings .calc-counter-box .box-title__plus img {
  position: relative;
  top: 4px;
}
.calculator-box .board .calc-settings .calc-counter-box .box-title:hover .box-title__count {
  color: #000000;
}
.calculator-box .board .calc-settings .calc-date-label {
  display: block;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 26px;
  font-style: normal;
  color: #5B6573;
  text-transform: uppercase;
}
.calculator-box .board .calc-settings .calc-date-box {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: #F4F4F6;
  box-shadow: inset 2px 2px 5px rgba(105, 141, 173, 0.4);
  border-radius: 12px;
  max-width: 118px;
  min-width: 118px;
  min-height: 40px;
}
.calculator-box .board .calc-settings .calc-date-box .box-title {
  display: flex;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  transition: all 230ms ease-in-out;
  -webkit-transition: all 230ms ease-in-out;
  -moz-transition: all 230ms ease-in-out;
  min-height: 40px;
  background: transparent;
  border-radius: 12px;
  cursor: default;
}
.calculator-box .board .calc-settings .calc-date-box .box-title *::selection {
  color: #000000;
  background: transparent;
}
.calculator-box .board .calc-settings .calc-date-box .box-title__minus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  padding: 6px 6px 6px 15px;
  min-height: 40px;
  border-radius: 12px 0 0 12px;
}
.calculator-box .board .calc-settings .calc-date-box .box-title__minus img {
  position: relative;
  top: 2px;
}
.calculator-box .board .calc-settings .calc-date-box .box-title__list {
  display: block;
  margin: 0;
  padding: 6px 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  font-style: normal;
  color: #697483;
  max-height: 40px;
  overflow: hidden;
}
.calculator-box .board .calc-settings .calc-date-box .box-title__list .list {
  width: 100%;
  height: auto;
  transition: all 230ms ease-in-out;
  -webkit-transition: all 230ms ease-in-out;
  -moz-transition: all 230ms ease-in-out;
  transform: translateY(-224px);
  padding: 0;
  margin: 0;
}
.calculator-box .board .calc-settings .calc-date-box .box-title__list .list li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  font-style: normal;
  color: #697483;
  text-align: center;
  margin-bottom: 0;
}
.calculator-box .board .calc-settings .calc-date-box .box-title__list .list li:before {
  display: none;
}
.calculator-box .board .calc-settings .calc-date-box .box-title__plus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  padding: 6px 15px 6px 6px;
  min-height: 40px;
  border-radius: 0 12px 12px 0;
}
.calculator-box .board .calc-settings .calc-date-box .box-title__plus img {
  position: relative;
  top: 4px;
}
.calculator-box .board .calc-settings .calc-date-box .box-title:hover .box-title__count {
  color: #000000;
}
.calculator-box .board .calc-result {
  display: flex;
  margin: 0 auto 25px;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 255px;
}
.calculator-box .board .calc-result .calc-total-price {
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  font-style: normal;
  max-width: 118px;
  min-width: 118px;
  background: transparent;
  min-height: 38px;
  text-transform: uppercase;
  color: #00BC87;
}
.calculator-box .board .calc-result .calc-total-price__label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 28px;
  font-style: normal;
  margin-right: 8px;
  color: #5B6573;
  text-transform: uppercase;
  position: relative;
  top: 2px;
  letter-spacing: 0.5px;
}
.calculator-box .board .calc-result .calc-continue {
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  max-width: 118px;
  min-width: 118px;
  min-height: 38px;
}
.calculator-box .board .calc-result .calc-continue__link {
  min-width: 112px;
}
.calculator-box .board .calc-discount {
  display: flex;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 255px;
  min-height: 38px;
}
.calculator-box .board .calc-discount__link {
  min-width: 141px;
}

/*  --- Media Queries ---370px --- */
@media screen and (min-width: 370px) {
  .calculator {
    max-width: 335px;
  }
  .calculator-box {
    max-width: 312px;
  }
  .calculator-box .board {
    max-width: 310px;
  }
}
/*  --- Media Queries ---640px --- */
@media screen and (min-width: 640px) {
  .calculator {
    margin: 0;
  }
}
/*  --- Media Queries ---1200px --- */
@media screen and (min-width: 1199px) {
  .calculator__img {
    top: -10px;
    right: 500px;
    transform: rotate(-11deg) scale(1.5) translateX(25px);
    opacity: 0;
    animation: rateDown 0.5s ease-in forwards 1.7s;
  }
  .calculator-box .board__title {
    font-size: 26px;
    line-height: 26px;
    margin-top: 16px;
    margin-bottom: 9px;
  }
}
@keyframes rateDown {
  0% {
    transform: rotate(-11deg) scale(1.5) translateX(25px);
    opacity: 0;
  }
  100% {
    transform: rotate(-11deg) scale(1.5) translateX(0);
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .sticky {
    position: fixed;
    z-index: 101;
  }
}

@media (min-width: 1200px) {
  .stop {
    position: relative;
    z-index: 101;
  }
}

.sitebar-container {
  padding: 20px 0;
}
@media (min-width: 767px) {
  .sitebar-container {
    padding: 30px 0;
  }
}
@media (min-width: 1199px) {
  .sitebar-container {
    padding: 30px 0 0;
    max-width: 745px;
  }
}

@media (min-width: 1199px) {
  .sitebar-container {
    max-width: 745px;
  }
}

@media (min-width: 1200px) {
  .sticky {
    position: fixed;
    z-index: 101;
  }
}

@media (min-width: 1200px) {
  .stop {
    position: relative;
    z-index: 101;
  }
}

.services.advantages .sitebar-container {
  box-shadow: 5px 5px 18px rgba(224, 230, 240, 0.7);
  border-radius: 16px;
  padding: 25px 20px 45px;
  max-width: 745px;
  margin: 0 auto;
}
@media (min-width: 1199px) {
  .services.advantages .sitebar-container {
    margin: 0;
  }
}
@media (min-width: 1199px) {
  .services.advantages .sitebar-container .advantages__list {
    grid-template-columns: repeat(2, 325px);
  }
}

.advantages {
  display: block;
  margin: 0 auto;
  padding: 45px 0 30px;
  box-sizing: border-box;
}
.advantages__title {
  max-width: 620px;
}
.advantages__list {
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.advantages__list li {
  display: block;
  margin: 0 auto 22px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 390px;
}
.advantages__list li .icon {
  margin-bottom: 10px;
}
.advantages__list li .title {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  color: #282828;
  text-align: center;
}
@media (min-width: 1199px) {
  .advantages__list li .title {
    text-align: left;
  }
}
.advantages__list li .description {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  color: #697483;
  text-align: center;
}
@media (min-width: 1199px) {
  .advantages__list li .description {
    text-align: left;
  }
}

/*  --- Media Queries ---600px --- */
@media screen and (min-width: 600px) {
  .advantages__title {
    margin-bottom: 30px;
  }
  .advantages__list {
    display: grid;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    grid-template-columns: 257px 257px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
  }
  .advantages__list li {
    margin-bottom: 0;
  }
  .advantages__list li .icon {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    height: 85px;
  }
  .advantages__list li .description {
    padding-right: 0;
  }
}
/*  --- Media Queries ---1200px --- */
@media screen and (min-width: 1199px) {
  .advantages {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .advantages__title {
    margin-bottom: 44px;
  }
  .advantages__list {
    grid-template-columns: repeat(3, 325px);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
  .advantages__list li {
    display: grid;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    grid-template-columns: 85px 240px;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  .advantages__list li .icon {
    align-items: flex-start;
  }
  .advantages__list li:first-child .icon svg {
    position: relative;
    bottom: 17px;
  }
  .advantages__list li:nth-child(2) .icon svg {
    position: relative;
    left: 10px;
  }
  .advantages__list li:nth-child(3) .icon svg {
    position: relative;
    bottom: 4px;
    left: 4px;
  }
  .advantages__list li:nth-child(4) .icon svg {
    position: relative;
    bottom: 2px;
    left: 8px;
  }
  .advantages__list li:nth-child(5) .icon svg {
    position: relative;
    bottom: 2px;
    right: 1px;
  }
  .advantages__list li:nth-child(6) .icon svg {
    position: relative;
    bottom: 9px;
    left: 6px;
  }
}
.hiw {
  display: block;
  margin: 0 auto;
  padding: 60px 0 12px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.hiw.services {
  padding-top: 0;
}
@media (min-width: 1199px) {
  .hiw.services {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.hiw__title {
  max-width: 230px;
  margin-bottom: 37px;
}
.hiw__slider {
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  max-width: 753px;
}
.hiw__slider .slider-photos {
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 290px;
  max-width: 290px;
  overflow: hidden;
}
.hiw__slider .slider-photos .photos-track {
  display: flex;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 1160px;
  height: 290px;
  transition: all 290ms ease-in-out;
  -webkit-transition: all 290ms ease-in-out;
  -moz-transition: all 290ms ease-in-out;
  flex-wrap: wrap;
}
.hiw__slider .slider-photos__item {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 290px;
  height: 290px;
  position: relative;
}
.hiw__slider .slider-photos__item .counter {
  display: inline-flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 148px;
  line-height: 148px;
  font-style: normal;
  color: #F1F1F1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hiw__slider .slider-photos__item .counter.first {
  left: -4px;
  top: -23px;
}
.hiw__slider .slider-photos__item .counter.second {
  left: -4px;
  top: -22px;
}
.hiw__slider .slider-photos__item .counter.third {
  left: 105px;
  top: 0;
}
.hiw__slider .slider-photos__item .counter.fourth {
  left: 105px;
  top: -20px;
}
.hiw__slider .slider-photos__item .logo {
  max-width: 290px;
  max-height: 290px;
  position: relative;
  z-index: 2;
}
.hiw__slider .slider-infos {
  display: block;
  margin: 0 auto;
  padding: 30px 10px 47px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: #FAFAFA;
  box-shadow: 0px -12px 10px rgba(0, 0, 0, 0.1);
  max-width: 290px;
  position: relative;
}
.hiw__slider .slider-infos::before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: -20px;
  left: -10px;
  z-index: 1;
  background: #FAFAFA;
}
.hiw__slider .slider-infos::after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: -20px;
  right: -10px;
  z-index: 1;
  background: #FAFAFA;
}
.hiw__slider .slider-infos .infos-wrap {
  width: 100%;
  height: 220px;
  max-width: 270px;
  overflow: hidden;
  margin-bottom: 10px;
}
.hiw__slider .slider-infos .infos-track {
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: all 230ms ease-in-out;
  -webkit-transition: all 230ms ease-in-out;
  -moz-transition: all 230ms ease-in-out;
  width: 1080px;
  height: 220px;
  flex-wrap: wrap;
}
.hiw__slider .slider-infos__item {
  display: block;
  margin: 0 auto;
  padding: 0 0 14px;
  box-sizing: border-box;
  width: 270px;
  height: 220px;
}
.hiw__slider .slider-infos__item .step {
  display: block;
  margin: 0 auto 10px;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  color: #282828;
}
.hiw__slider .slider-infos__item .title {
  display: block;
  margin: 0 auto 10px;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  color: #282828;
}
.hiw__slider .slider-infos__item .description {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  color: #5B6573;
}
.hiw__slider .slider-infos__link {
  display: flex;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.hiw__slider .slider-infos__controls {
  display: flex;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.hiw__slider .slider-infos__controls .prev-arrow {
  display: block;
  margin: 0 10px 0 0;
  padding: 0;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.hiw__slider .slider-infos__controls .prev-arrow__icon {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  transition: all 230ms ease-in-out;
  -webkit-transition: all 230ms ease-in-out;
  -moz-transition: all 230ms ease-in-out;
  transform: scale(-1, 1);
  opacity: 0.5;
}
.hiw__slider .slider-infos__controls .prev-arrow:hover .prev-arrow__icon {
  opacity: 1;
}
.hiw__slider .slider-infos__controls .next-arrow {
  display: block;
  margin: 0 0 0 10px;
  padding: 0;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.hiw__slider .slider-infos__controls .next-arrow__icon {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  transition: all 230ms ease-in-out;
  -webkit-transition: all 230ms ease-in-out;
  -moz-transition: all 230ms ease-in-out;
  opacity: 0.5;
}
.hiw__slider .slider-infos__controls .next-arrow:hover .next-arrow__icon {
  opacity: 1;
}
.hiw__slider .slider-infos__controls .pagination-item {
  display: inline-flex;
  margin: 0 10px 0 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  font-style: normal;
  transition: all 230ms ease-in-out;
  -webkit-transition: all 230ms ease-in-out;
  -moz-transition: all 230ms ease-in-out;
  color: #AAAAAA;
  cursor: pointer;
}
.hiw__slider .slider-infos__controls .pagination-item.active {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  color: #00BC87;
}
.hiw__slider .slider-infos__controls .pagination-item:hover {
  color: #00A873;
}
.hiw__slider .slider-infos__controls .pagination-item:active {
  color: #008A55;
}
.hiw__slider .slider-infos__controls .pagination-item:last-child {
  margin-right: 0;
}

/*  --- Media Queries ---768px --- */
@media screen and (min-width: 767px) {
  .hiw__title {
    max-width: 420px;
    margin-bottom: 37px;
  }
  .hiw__slider {
    display: grid;
    grid-template-columns: 365px 380px;
    justify-content: center;
  }
  .hiw__slider .slider-photos {
    max-width: 365px;
    height: 365px;
  }
  .hiw__slider .slider-photos .photos-track {
    width: 1460px;
    height: 365px;
  }
  .hiw__slider .slider-photos .photos-track.photos-track-1 .slider-photos__item {
    opacity: 0;
  }
  .hiw__slider .slider-photos .photos-track.photos-track-1 .slider-photos__item:first-child {
    opacity: 1;
  }
  .hiw__slider .slider-photos .photos-track.photos-track-2 .slider-photos__item {
    opacity: 0;
  }
  .hiw__slider .slider-photos .photos-track.photos-track-2 .slider-photos__item:first-child {
    opacity: 0;
  }
  .hiw__slider .slider-photos .photos-track.photos-track-2 .slider-photos__item:nth-child(2) {
    opacity: 1;
  }
  .hiw__slider .slider-photos .photos-track.photos-track-3 .slider-photos__item {
    opacity: 0;
  }
  .hiw__slider .slider-photos .photos-track.photos-track-3 .slider-photos__item:first-child {
    opacity: 0;
  }
  .hiw__slider .slider-photos .photos-track.photos-track-3 .slider-photos__item:nth-child(2) {
    opacity: 0;
  }
  .hiw__slider .slider-photos .photos-track.photos-track-3 .slider-photos__item:nth-child(3) {
    opacity: 1;
  }
  .hiw__slider .slider-photos .photos-track.photos-track-4 .slider-photos__item {
    opacity: 0;
  }
  .hiw__slider .slider-photos .photos-track.photos-track-4 .slider-photos__item:first-child {
    opacity: 0;
  }
  .hiw__slider .slider-photos .photos-track.photos-track-4 .slider-photos__item:nth-child(2) {
    opacity: 0;
  }
  .hiw__slider .slider-photos .photos-track.photos-track-4 .slider-photos__item:nth-child(2) {
    opacity: 0;
  }
  .hiw__slider .slider-photos .photos-track.photos-track-4 .slider-photos__item:nth-child(4) {
    opacity: 1;
  }
  .hiw__slider .slider-photos__item {
    transition: all 290ms ease-in-out;
    -webkit-transition: all 290ms ease-in-out;
    -moz-transition: all 290ms ease-in-out;
    width: 365px;
    height: 365px;
  }
  .hiw__slider .slider-photos__item .counter.first {
    left: auto;
    right: -23px;
    top: 10px;
  }
  .hiw__slider .slider-photos__item .counter.second {
    left: auto;
    right: -26px;
    top: 10px;
  }
  .hiw__slider .slider-photos__item .counter.third {
    left: auto;
    right: -27px;
    top: 10px;
  }
  .hiw__slider .slider-photos__item .counter.fourth {
    left: auto;
    right: -32px;
    top: 10px;
  }
  .hiw__slider .slider-photos__item .logo {
    max-width: 365px;
    max-height: 365px;
    position: relative;
    z-index: 2;
  }
  .hiw__slider .slider-photos__item .logo.first {
    left: 67px;
    top: 23px;
  }
  .hiw__slider .slider-photos__item .logo.second {
    left: 50px;
    top: 45px;
  }
  .hiw__slider .slider-photos__item .logo.third {
    left: -5px;
    top: -39px;
  }
  .hiw__slider .slider-photos__item .logo.fourth {
    left: 20px;
    top: -10px;
  }
  .hiw__slider .slider-infos {
    padding: 26px 0 15px 40px;
    box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.1);
    max-width: 380px;
    z-index: 3;
  }
  .hiw__slider .slider-infos::before {
    width: 100%;
    height: 20px;
    top: -10px;
    left: 0;
    right: 0;
    bottom: auto;
  }
  .hiw__slider .slider-infos::after {
    width: 100%;
    height: 20px;
    bottom: -10px;
    left: 0;
    right: 0;
    top: auto;
  }
  .hiw__slider .slider-infos .infos-wrap {
    max-width: 100%;
    width: 100%;
  }
  .hiw__slider .slider-infos .infos-track {
    width: 1360px;
    height: 220px;
    transition: all 260ms ease-in-out;
    -webkit-transition: all 260ms ease-in-out;
    -moz-transition: all 260ms ease-in-out;
  }
  .hiw__slider .slider-infos__item {
    width: 340px;
    height: 220px;
  }
  .hiw__slider .slider-infos__item .step {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
  }
  .hiw__slider .slider-infos__item .title {
    text-align: left;
    font-size: 26px;
    line-height: 34px;
  }
  .hiw__slider .slider-infos__item .description {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }
  .hiw__slider .slider-infos__link {
    display: flex;
    margin: 0 0 30px;
    padding: 0;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .hiw__slider .slider-infos__controls {
    justify-content: flex-start;
  }
}
/*  --- Media Queries ---900px --- */
@media screen and (min-width: 900px) {
  .hiw {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.saving-time {
  display: block;
  margin: 0 auto;
  padding: 40px 0 80px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.saving-time__banner {
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.saving-time__banner .banner-img {
  width: 197px;
  height: 206px;
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.saving-time__info {
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 290px;
}
.saving-time__info .info-title {
  display: block;
  margin: 0 0 30px;
  padding: 0 33px 0 12px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 285px;
  position: relative;
}
.saving-time__info .info-title__text {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  font-style: normal;
  color: #282828;
  text-align: left;
}
.saving-time__info .info-title__img {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-width: 240px;
  position: absolute;
  left: 2.5px;
  top: -3.5px;
  z-index: 1;
}
.saving-time__info .info-buttons {
  display: flex;
  margin: 0;
  padding: 0 0 0 12px;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  max-width: 285px;
}
.saving-time__info .info-buttons__img {
  display: none;
}
.saving-time__info .info-buttons__order {
  width: 142px;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 100px;
  max-height: 38px;
}
.saving-time__info .info-buttons__quote {
  display: none !important;
  width: 141px;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 100px;
  max-height: 38px;
}

/*  --- Media Queries ---768px --- */
@media screen and (min-width: 767px) {
  .container-saving {
    max-width: 730px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .saving-time .sitebar-container {
    max-width: 730px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .saving-time {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .saving-time__banner {
    margin: 0;
  }
  .saving-time__banner .banner-img {
    margin: 0;
    width: 361px;
    height: 376px;
  }
  .saving-time__info {
    margin: 0;
    max-width: 328px;
  }
  .saving-time__info .info-title {
    padding: 0;
    max-width: 100%;
  }
  .saving-time__info .info-title__text .br-mob {
    display: none;
  }
  .saving-time__info .info-title__img {
    left: 85px;
    top: -25px;
  }
  .saving-time__info .info-buttons {
    padding: 0;
    max-width: 273px;
    position: relative;
  }
  .saving-time__info .info-buttons__img {
    width: 100px;
    height: 108px;
    display: block;
    position: absolute;
    right: 20px;
    top: -42px;
    z-index: 1;
  }
}
@media screen and (min-width: 1199px) {
  .saving-time .sitebar-container {
    margin: 0;
  }
}

.customer-reviews {
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.customer-reviews .container {
  padding: 0;
}
.customer-reviews.services .customer-reviews__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  font-style: normal;
  text-align: left;
  padding: 0 14px;
  max-width: inherit;
}
@media screen and (min-width: 1199px) {
  .customer-reviews.services .customer-reviews__title {
    padding: 0;
  }
}
.customer-reviews.services .customer-reviews__text {
  padding: 0 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1199px) {
  .customer-reviews.services .customer-reviews__text {
    padding: 0;
  }
}
@media screen and (min-width: 1199px) {
  .customer-reviews.services .customer-reviews-box {
    max-width: 775px;
    margin: 0;
  }
}
.customer-reviews-box {
  display: block;
  margin: 0 auto;
  padding: 30px 0 93px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: transparent;
  position: relative;
}
.customer-reviews-box::before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: auto;
  z-index: 1;
  background: #00BC87;
}
.customer-reviews__title {
  margin-bottom: 22px;
  max-width: 355px;
}
.customer-reviews__slider {
  display: block;
  margin: 0 auto 27px;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 27px !important;
  max-width: 320px;
  position: relative;
  z-index: 2;
}
.customer-reviews__slider .slider-item {
  display: block;
  margin: 0;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
  height: 346px;
  max-width: 320px;
}
.customer-reviews__slider .slider-item .item {
  display: block;
  margin: 0 auto;
  padding: 20px 15px 20px 20px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 16px;
}
.customer-reviews__slider .slider-item .item-info {
  display: flex;
  margin: 0 auto 2px;
  padding: 0 30px 0 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.customer-reviews__slider .slider-item .item-info__id {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 28px;
  font-style: normal;
  margin-right: 5px;
  color: #5B6573;
}
.customer-reviews__slider .slider-item .item-info__id span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 28px;
  font-style: normal;
}
.customer-reviews__slider .slider-item .item-info__order-id {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 28px;
  font-style: normal;
  margin-left: 5px;
  color: #5B6573;
}
.customer-reviews__slider .slider-item .item-info__order-id span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 28px;
  font-style: normal;
}
.customer-reviews__slider .slider-item .item-subject {
  display: block;
  margin: 0 auto 15px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 28px;
  font-style: normal;
  color: #5B6573;
}
.customer-reviews__slider .slider-item .item-subject span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 28px;
  font-style: normal;
}
.customer-reviews__slider .slider-item .item-review {
  display: block;
  margin: 0 auto 17px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 194px;
  overflow-x: hidden;
  overflow-y: auto;
}
.customer-reviews__slider .slider-item .item-review__content {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  color: #282828;
}
.customer-reviews__slider .slider-item .item-bottom {
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.customer-reviews__slider .slider-item .item-bottom__date {
  display: inline-flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 28px;
  font-style: normal;
  color: #5B6573;
}
.customer-reviews__slider .slider-item .item-bottom__rate {
  display: flex;
  margin: 0 5px 0 0;
  padding: 0;
  box-sizing: border-box;
  width: 35.5px;
  height: 7px;
  transform: scale(1.5) translateX(-10px);
}

/*  --- Media Queries ---500px --- */
@media screen and (min-width: 500px) {
  .customer-reviews__slider {
    max-width: 383px;
  }
  .customer-reviews__slider .slider-item {
    max-width: 383px;
  }
}
/*  --- Media Queries ---768px --- */
@media screen and (min-width: 767px) {
  .customer-reviews-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .customer-reviews__slider {
    max-width: 766px;
    padding-left: 0;
    padding-right: 0;
  }
  .customer-reviews__slider .slider-item {
    max-width: 383px;
    padding-left: 0;
    padding-right: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    outline: none;
  }
}
/*  --- Media Queries ---1200px --- */
@media screen and (min-width: 1199px) {
  .customer-reviews.categories-reviews {
    padding-bottom: 100px;
  }
  .customer-reviews-box {
    padding-top: 60px;
    padding-bottom: 16px;
  }
  .customer-reviews-box::before {
    border-radius: 16px;
  }
  .customer-reviews__slider {
    max-width: 1140px;
    margin-bottom: 15px !important;
  }
}
.overlay {
  display: none;
  position: fixed;
  z-index: 999;
  opacity: 0.5;
  filter: alpha(opacity=50);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
}

.popup {
  display: none;
  position: fixed;
  background-color: #FFFFFF;
  width: 290px;
  max-height: 95vh;
  overflow-y: scroll;
  height: auto;
  top: 35px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1000;
  padding: 25px 15px;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(221.97deg, #FFFFFF -4.46%, #FFA800 102.64%);
  box-shadow: -4px -2px 16px #FFFFFF, 4px 2px 16px rgba(136, 165, 191, 0.48);
  border-radius: 16px;
}
@media (min-width: 500px) {
  .popup {
    width: 470px;
    padding: 40px;
  }
}
.popup-close {
  position: absolute;
  right: 20px;
  top: 15px;
  height: 22px;
  width: 22px;
  display: block;
  cursor: pointer;
}
.popup-close:hover:after {
  background: #282828;
}
.popup-close:hover:before {
  background: #282828;
}
.popup-close:after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 20px;
  height: 2px;
  transition: all 210ms ease-in-out;
  -webkit-transition: all 210ms ease-in-out;
  -moz-transition: all 210ms ease-in-out;
  background: #D6D7D8;
  border-radius: 1px;
  position: absolute;
  left: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) translateX(2.5px) rotate(-45deg);
  z-index: 1;
}
.popup-close:before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 20px;
  height: 2px;
  transition: all 210ms ease-in-out;
  -webkit-transition: all 210ms ease-in-out;
  -moz-transition: all 210ms ease-in-out;
  background: #D6D7D8;
  border-radius: 1px;
  position: absolute;
  left: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) translateX(2.5px) rotate(45deg);
  z-index: 1;
}
.popup::-webkit-scrollbar {
  width: 0;
}
.popup-background {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 16px 16px 0px 0px;
}
.popup-img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.popup-text-afterimg {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.popup-advantages {
  margin: 25px -4px 0;
  display: flex;
  flex-wrap: wrap;
}
.popup-advantages__box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #000000;
  background: rgba(230, 248, 243, 0.2);
  border: 0.5px solid #5CC7A9;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 12px 15px;
  margin: 4px;
  width: calc(50% - 8px);
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}
.popup-advantages__box:hover {
  color: #00A873;
}
@media (min-width: 500px) {
  .popup-advantages__box {
    padding: 15px 8px;
    width: auto;
  }
}
.popup-advantages__box br {
  display: none;
}
@media (min-width: 500px) {
  .popup-advantages__box br {
    display: block;
  }
}
.popup-bottomlink {
  font-size: 10px;
  line-height: 10px;
  text-decoration-line: underline;
  color: #099ECD;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#popup-finish .popup-background {
  background: linear-gradient(180deg, #FAEDEC 0%, rgba(234, 246, 244, 0) 100%);
}
#popup-finish .popup-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  text-align: center;
  color: #E94A47;
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  #popup-finish .popup-title {
    font-size: 24px;
  }
}
#popup-finish .popup-subtitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #111111;
}
@media (min-width: 500px) {
  #popup-finish .popup-subtitle {
    font-size: 18px;
  }
}
#popup-finish .secondary-button {
  display: block;
  margin: 0 auto;
  width: 240px;
  margin-top: 10px;
}

#popup-opportunity {
  max-height: 90vh;
}
#popup-opportunity .popup-background {
  background: linear-gradient(180deg, #EAF6F4 0%, rgba(234, 246, 244, 0) 100%);
}
#popup-opportunity .popup-subtitle {
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  color: #8CB7AD;
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  #popup-opportunity .popup-subtitle {
    font-size: 14px;
  }
}
#popup-opportunity .popup-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  margin-bottom: -65px;
}
@media (min-width: 500px) {
  #popup-opportunity {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: -95px;
  }
}
#popup-opportunity .popup-img {
  z-index: -1;
  position: relative;
}
@media (min-width: 500px) {
  #popup-opportunity .popup-img {
    max-width: 335px;
  }
}
#popup-opportunity .popup-text-afterimg {
  margin-top: -55px;
  margin-bottom: 15px;
}
#popup-opportunity #discount-form .email {
  display: flex;
  flex-direction: column;
  margin-bottom: 19px;
}
#popup-opportunity #discount-form .email label {
  font-size: 10px;
  line-height: 10px;
  color: #5E676B;
  margin-bottom: 7px;
}
#popup-opportunity #discount-form .email input {
  background: #FFFFFF;
  border: 0.5px solid #282828;
  border-radius: 6px;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  padding: 0 10px;
  width: 100%;
  height: 42px;
}
#popup-opportunity #discount-form .email input:focus {
  background: #F4F4F6;
  border: 1px solid #B3B3B3;
}
#popup-opportunity #discount-form .email input:valid, #popup-opportunity #discount-form .email input .ok {
  border: 0.5px solid #5CC874 !important;
  background-color: #FFFFFF !important;
}
#popup-opportunity #discount-form .email input.error {
  background: #FBE9EA;
  border: 0.5px solid #DC4E41;
}
#popup-opportunity #discount-form .additionally {
  margin-bottom: 30px;
}
#popup-opportunity #discount-form .additionally-terms {
  position: relative;
}
#popup-opportunity #discount-form .additionally-terms input {
  width: 14px;
  height: 14px;
  margin: 0;
}
#popup-opportunity #discount-form .additionally-terms label {
  position: absolute;
  top: 0;
  padding: 0 0 0 10px;
  font-size: 12px;
  color: #000000;
}
#popup-opportunity #discount-form .additionally-offer {
  background: transparent;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #ffa800;
  margin: 25px auto -20px;
  display: block;
  width: 170px;
  text-align: center;
}
#popup-opportunity #discount-form #submit {
  margin: 22px auto 0;
  display: block;
  width: 204px;
  height: 50px;
  font-size: 18px;
}

.custom-cookie-banner {
  display: grid;
  grid-template-columns: 55px 165px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  box-shadow: 0 3px 10px rgba(3, 13, 88, 0.25);
  background: #ffffff;
  max-width: 220px;
  min-height: 52px;
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 999;
  border-radius: 5px;
  outline: none;
  transition: all 290ms ease-in-out;
  border: 0.5px solid rgba(3, 13, 80, 0.21);
  transform: translateY(370px);
}

.custom-cookie-banner:hover {
  border: 0.5px solid rgba(3, 13, 80, 0.41);
}

.custom-cookie-banner.active {
  transform: translateY(0);
}

.custom-cookie-banner .custom-cookie-banner__button {
  display: none;
}

.custom-cookie-banner__close {
  display: flex;
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: 1;
  width: 18px;
  height: 18px;
  background: #030d50;
  border-radius: 50%;
  box-sizing: border-box;
  border: 0.5px solid #fff;
}

.custom-cookie-banner__close:hover {
  opacity: 0.9;
}

.custom-cookie-banner__close:active {
  opacity: 0.7;
}

.custom-cookie-banner__close::before {
  content: "";
  width: 11px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(3px, 7.5px) rotate(45deg);
}

.custom-cookie-banner__close::after {
  content: "";
  width: 11px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(3px, -7.5px) rotate(-45deg);
}

/* Logo */
.custom-cookie-banner .custom-cookie-banner__logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0;
  padding: 12px;
  width: 100%;
  height: auto;
  user-select: none;
}

.custom-cookie-banner .custom-cookie-banner__logo img {
  display: block;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  max-width: 26px;
  user-select: none;
}

/* Content */
.custom-cookie-banner .custom-cookie-banner__content {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 13px 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  color: #121212;
}

.custom-cookie-banner .custom-cookie-banner__content a {
  color: #030d50;
  font: inherit;
  transition: all 190ms ease;
}

.custom-cookie-banner .custom-cookie-banner__content a:hover {
  color: #00BC87;
  font: inherit;
}

.custom-cookie-banner .custom-cookie-banner__content a:active {
  color: #00BC87;
  font: inherit;
  opacity: 0.7;
  transition: all 50ms ease;
}

@media screen and (min-width: 560px) {
  .custom-cookie-banner {
    display: grid;
    grid-template-columns: 55px 220px 100px;
    max-width: 405px;
    left: 65px;
    bottom: 20px;
  }

  /* Button */
  .custom-cookie-banner__close {
    display: none;
  }

  .custom-cookie-banner .custom-cookie-banner__button {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 12px 0 0;
    padding: 0;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    max-height: 30px;
    width: 100%;
    height: 30px;
    border: 1px solid #00BC87;
    background: #ffffff;
    color: #00BC87;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
  }

  .custom-cookie-banner .custom-cookie-banner__button span {
    position: relative;
    z-index: 2;
    transition: all 120ms ease;
    color: #00BC87;
  }

  .custom-cookie-banner .custom-cookie-banner__button::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #00BC87;
    opacity: 0;
    transform: translateY(105%) scale(1.1);
    transition: all 190ms ease;
    border-radius: 50%;
  }

  .custom-cookie-banner .custom-cookie-banner__button:hover span {
    color: #ffffff;
  }

  .custom-cookie-banner .custom-cookie-banner__button:hover::before {
    opacity: 1;
    transition: all 190ms ease;
    width: 100%;
    transform: translateY(2%) scale(1.1);
    border-radius: 0;
  }

  .custom-cookie-banner .custom-cookie-banner__button:active::before {
    transform: scale(1);
    opacity: 0.7;
  }
}
.footer {
  display: block;
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: #171717;
  /*  --- Media Queries ---600px --- */
  /*  --- Media Queries ---1200px --- */
  /*  --- Media Queries ---600px --- */
  /*  --- Media Queries ---768px --- */
  /*  --- Media Queries ---1024px --- */
  /*  --- Media Queries ---1200px --- */
  /*  --- Media Queries ---600px --- */
  /*  --- Media Queries ---768px --- */
  /*  --- Media Queries ---600px --- */
  /*  --- Media Queries ---640px --- */
  /*  --- Media Queries ---667px --- */
  /*  --- Media Queries ---736px --- */
  /*  --- Media Queries ---768px --- */
  /*  --- Media Queries ---900px --- */
  /*  --- Media Queries ---1200px --- */
  /*  --- Media Queries ---600px --- */
  /*  --- Media Queries ---768px --- */
}
.footer .footer-logo {
  display: block;
  margin: 0 auto 5px;
  padding: 0;
  box-sizing: border-box;
  width: 82px;
  height: 38px;
}
@media screen and (min-width: 600px) {
  .footer .footer-logo {
    margin: 0 0 5px;
  }
}
@media screen and (min-width: 1199px) {
  .footer .footer-logo {
    margin: 0 0 15px;
  }
}
.footer-description {
  display: block;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  font-style: normal;
  color: #929292;
}
.footer .footer-navigation {
  margin-bottom: 22px;
}
.footer .footer-navigation__title {
  display: block;
  margin: 0 auto 10px;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 18px;
  font-style: normal;
  text-transform: uppercase;
  color: #FFFFFF;
}
.footer .footer-navigation__list {
  display: grid;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 6px;
  width: 100%;
  height: auto;
}
.footer .footer-navigation__list li {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.footer .footer-navigation__list li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
  transition: all 180ms ease-in-out;
  -webkit-transition: all 180ms ease-in-out;
  -moz-transition: all 180ms ease-in-out;
  color: #E1E1E1;
  text-decoration: none;
}
.footer .footer-navigation__list li a:hover {
  color: #00A873;
}
.footer .footer-navigation__list li a:active {
  color: #008A55;
}
.footer .footer-navigation .protection {
  display: none;
}
@media screen and (min-width: 600px) {
  .footer .footer-navigation {
    margin: 0;
    position: relative;
    top: 43px;
  }
  .footer .footer-navigation__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 155px;
  }
  .footer .footer-navigation__list li a {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    font-style: normal;
    color: #E1E1E1;
  }
}
@media screen and (min-width: 767px) {
  .footer .footer-navigation {
    top: 0;
  }
  .footer .footer-navigation .protection {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    justify-content: space-between;
    width: calc(100% - 160px);
  }
  .footer .footer-navigation .protection .link-dmca {
    display: block;
    margin: 0 15px 0 0;
    padding: 0;
    box-sizing: border-box;
    width: 68px;
    height: auto;
  }
  .footer .footer-navigation .protection .link-dmca__img {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
  }
  .footer .footer-navigation .protection .link-secured {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 63px;
    height: auto;
  }
  .footer .footer-navigation .protection .link-secured__img {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation .protection {
    width: calc(100% - 190px);
  }
}
@media screen and (min-width: 1199px) {
  .footer .footer-navigation {
    left: 80px;
  }
  .footer .footer-navigation .protection {
    width: calc(100% - 200px);
    right: -5px;
  }
}
.footer .footer-protection {
  margin-bottom: 35px;
}
.footer .footer-protection .link-dmca {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  box-sizing: border-box;
  width: 68px;
  height: 30px;
}
.footer .footer-protection .link-dmca__img {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .footer-protection .link-secured {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  box-sizing: border-box;
  width: 63px;
  height: 30px;
}
.footer .footer-protection .link-secured__img {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 600px) {
  .footer .footer-protection {
    margin: 13px 0 21px;
  }
}
@media screen and (min-width: 767px) {
  .footer .footer-protection {
    display: none;
    margin: 0;
  }
}
.footer .footer-accepts {
  margin-bottom: 30px;
}
.footer .footer-accepts__title {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 18px;
  font-style: normal;
  color: #FFFFFF;
  text-transform: uppercase;
}
.footer .footer-accepts__list li {
  display: inline-block;
  margin: 0 7px 0 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 210ms ease-in-out;
  -webkit-transition: all 210ms ease-in-out;
  -moz-transition: all 210ms ease-in-out;
  background: #929292;
  border-radius: 2px;
  cursor: default;
  overflow: hidden;
  position: relative;
}
.footer .footer-accepts__list li:last-child {
  margin-right: 0;
}
.footer .footer-accepts__list li:hover {
  background: #FFFFFF;
}
.footer .footer-accepts__list li.visa {
  width: 57px;
  height: 29px;
}
.footer .footer-accepts__list li.visa svg {
  display: block;
  width: 47px;
  height: 47px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer .footer-accepts__list li.mastercard {
  width: 53px;
  height: 29px;
}
.footer .footer-accepts__list li.mastercard svg {
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer .footer-accepts__list li.am-express {
  width: 73px;
  height: 29px;
}
.footer .footer-accepts__list li.am-express svg {
  display: block;
  width: 53px;
  height: 53px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer .footer-accepts__list li.discover {
  width: 75px;
  height: 29px;
}
.footer .footer-accepts__list li.discover svg {
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 600px) {
  .footer .footer-accepts {
    margin: 0 14px 0 0;
  }
}
@media screen and (min-width: 640px) {
  .footer .footer-accepts {
    margin: 0 34px 0 0;
  }
}
@media screen and (min-width: 667px) {
  .footer .footer-accepts {
    margin: 0 46px 0 0;
  }
}
@media screen and (min-width: 736px) {
  .footer .footer-accepts {
    margin: 0 80px 0 0;
  }
}
@media screen and (min-width: 767px) {
  .footer .footer-accepts {
    margin: 0 0 8px;
  }
  .footer .footer-accepts__list li {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 900px) {
  .footer .footer-accepts {
    margin: 0 0 8px;
  }
  .footer .footer-accepts__list {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 1199px) {
  .footer .footer-accepts {
    margin: 0;
  }
  .footer .footer-accepts__title {
    margin: 0 0 14px;
  }
}
.footer .footer-social {
  margin-bottom: 45px;
}
.footer .footer-social__title {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 18px;
  font-style: normal;
  text-transform: uppercase;
  color: #FFFFFF;
}
.footer .footer-social__list li {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
}
.footer .footer-social__list li a {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: all 210ms ease-in-out;
  -webkit-transition: all 210ms ease-in-out;
  -moz-transition: all 210ms ease-in-out;
  background: #929292;
  border-radius: 4px;
  position: relative;
}
.footer .footer-social__list li a:hover {
  background: #FFFFFF;
}
.footer .footer-social__list li a:active {
  background: #008A55;
}
.footer .footer-social__list li a svg {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
}
.footer .footer-social__list li.facebook a svg {
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 0;
  right: 3px;
}
.footer .footer-social__list li.twitter a svg {
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.footer .footer-social__list li.linkedin a svg {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
@media screen and (min-width: 600px) {
  .footer .footer-social {
    margin: 0;
  }
  .footer .footer-social__list li {
    width: 29px;
    height: 29px;
  }
  .footer .footer-social__list li.facebook a svg {
    width: 23px;
    height: 23px;
    bottom: 0;
    right: 2px;
  }
  .footer .footer-social__list li.twitter a svg {
    width: 22px;
    height: 22px;
    bottom: 3px;
    right: 2px;
  }
  .footer .footer-social__list li.linkedin a svg {
    width: 20px;
    height: 20px;
    bottom: 5px;
    right: 4px;
  }
}
@media screen and (min-width: 767px) {
  .footer .footer-social__list li {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .footer .footer-social__list li.facebook a svg {
    width: 16px;
    height: 16px;
    right: 2px;
  }
  .footer .footer-social__list li.twitter a svg {
    width: 14px;
    height: 14px;
    bottom: 2px;
    right: 3px;
  }
  .footer .footer-social__list li.linkedin a svg {
    width: 12px;
    height: 12px;
    bottom: 4px;
    right: 3.5px;
  }
}
.footer-copyright {
  padding-top: 15px;
  border-top: 0.5px solid #E5E5E5;
}
.footer-copyright__title {
  display: inline-block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  font-style: normal;
  color: #929292;
  text-transform: uppercase;
}

/*  --- Media Queries ---600px --- */
@media screen and (min-width: 600px) {
  .footer {
    padding: 40px 0 37px;
  }
  .footer-wrap {
    display: grid;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }
  .footer-media {
    display: flex;
    margin: 0 0 21px;
    padding: 0;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .footer-description {
    margin: 0;
  }
}
/*  --- Media Queries ---768px --- */
@media screen and (min-width: 767px) {
  .footer-main {
    display: flex;
    margin: 0 0 21px;
    padding: 0;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-wrap {
    max-width: 558px;
    margin-right: 20px;
    align-items: flex-start;
  }
  .footer-media {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
}
/*  --- Media Queries ---1024px --- */
@media screen and (min-width: 1024px) {
  .footer-wrap {
    max-width: 674px;
  }
}
/*  --- Media Queries ---1200px --- */
@media screen and (min-width: 1200px) {
  .footer-wrap {
    max-width: 725px;
  }
}

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