/* FONTS */
@font-face {
  font-family: "RobotoRegular";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Helvetica Neue Regular"), url("../fonts/Roboto-Regular.woff");
}

@font-face {
  font-family: "RobotoBold";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Helvetica Neue Regular"), url("../fonts/Roboto-Bold.woff");
}

/* FONTS END */


/* NULLING STYLES */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

body {
  font-family: "RobotoRegular", sans-serif;
  color: #111;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

ul,
ol {
  list-style: none;
}

/* NULLING STYLES END */


/* CLASSES */
.wrapper {
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.main {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}

.relative {
  position: relative;
}

.modal-lock {
  overflow: hidden;
}

/* CLASSES END */


/* PRELOADER */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1001;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.preloader h6 {
  color: #bbb;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}

.preloader__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader__loader span {
  display: inline-block;
  vertical-align: middle;
  width: 0.6em;
  height: 0.6em;
  margin: 0.19em;
  background: #007DB6;
  border-radius: 0.6em;
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.preloader__loader span:nth-of-type(2) {
  background: #008FB2;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader__loader span:nth-of-type(3) {
  background: #009B9E;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader__loader span:nth-of-type(4) {
  background: #00A77D;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader__loader span:nth-of-type(5) {
  background: #00B247;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.preloader__loader span:nth-of-type(6) {
  background: #5AB027;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.preloader__loader span:nth-of-type(7) {
  background: #A0B61E;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.preloader--hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

/* PRELOADER END */


/* HEADER */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
}

.header__body,
.header__body-inner,
.header__actions,
.header__logo,
.header__body-group {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  margin-right: 20px;
  font-size: 0px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 950px) {
  .header__logo {
    height: 50px;
    margin-right: 5px;
  }
}

.header__logo a {
  display: inline-block;
  width: 100px;
  height: inherit;
  position: relative;
  white-space: nowrap;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 530px) {
  .header__logo a {
    width: 70px;
  }
}

.header__logo a img,
.header__logo a source {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.header__list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 800px) {
  .header__list {
    margin: 0px 0px 10px 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.header__list a {
  font-size: 15px;
  line-height: 1.2;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: relative;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header__item {
  border-bottom: 1px solid #bbb;
  margin: 0px 0px 5px 0px;
}

.header__link {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  color: #111;
  white-space: nowrap;
  padding: 15px 15px;
  position: relative;
}

.header__link-wrapper {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__list-icons {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.header__list-icons svg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  fill: #000000;
  -webkit-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

.header__title {
  font-size: 20px;
  line-height: 1.4;
  padding: 5px 0px;
  text-transform: capitalize;
  position: relative;
  margin: 0 0 10px 0;
}

.header__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(94, 94, 94);
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.header__title a {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}

.header__body-group {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 580px) {
  .header__body-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 5px 0px 20px 10px;
  }
}

.header__actions div:not(:last-child) {
  margin-right: 15px;
}

/* HEADER TOP */
.top-header {
  width: 100%;
}

.top-header__inner,
.top-header .contacts-header {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 550px) {
  .top-header__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.top-header__row {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
  white-space: nowrap;
  padding: 0px 10px 0px 10px;
}

@media (max-width: 530px) {
  .top-header__row {
    margin-right: 0px;
    padding: 0px 8px 0px 8px;
  }
}

.top-header__row--location {
  font-size: 12px;
}

@media (max-width: 800px) {
  .top-header__row--location {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media (max-width: 530px) {
  .top-header__row--location {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 0 0 0;
  }
}

.top-header__row--email a:hover {
  text-decoration: underline;
}

.top-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.top-menu__inner,
.top-menu__list,
.top-menu li {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 800px) {
  .top-menu__inner {
    display: block;
  }
}

@media (max-width: 800px) {
  .top-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0px 0px 10px 0px;
  }

  .top-menu__list li {
    margin: 0px 0px 5px 0px;
  }
}

@media (max-width: 800px) {
  .top-menu li {
    width: 100%;
  }
}

.top-menu a {
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  font-family: "RobotoRegular", sans-serif;
  font-size: 12px;
  color: #111;
}

@media (max-width: 800px) {
  .top-menu a {
    width: 100%;
    font-size: 15px;
    padding: 10px 15px;
    margin-right: 0;
  }
}

.contacts-header {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 1000px) {
  .contacts-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (max-width: 800px) {
  .contacts-header {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.contacts-header a {
  font-family: "RobotoBold", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.contacts-header__icon {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0px 5px 0px 0px;
}

.contacts-header__icon svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

@media (max-width: 1000px) {

  .contacts-header__number,
  .contacts-header__email {
    display: none;
  }
}

.top-social__list,
.top-social__item,
.top-social__list li {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-social__link {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}

@media (min-width: 1024px) {
  .top-social__link--facebook:hover {
    background: #3b5998;
  }

  .top-social__link--instagram:hover {
    background: #f09433;
    background: -o-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
  }

  .top-social__link--twitter:hover {
    background: #00acee;
  }

  .top-social__link--google:hover {
    background: #dd4b39;
  }

  .top-social__link--youtube:hover {
    background: #FF0000;
  }

  .top-social__link:hover svg {
    fill: #ffffff;
  }
}

.top-social__link svg {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* HEADER TOP END */


/* HEADER_BODY */
.search {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  margin: 0px 20px 0px 0px;
}

@media (max-width: 580px) {
  .search {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.search__item {
  max-width: 700px;
  width: 100%;
  position: relative;
}

.search__item input {
  width: 100%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid rgba(34, 34, 34, 0.452);
  padding: 0 40px 0 15px;
}

.search__item input::-webkit-input-placeholder {
  text-transform: capitalize;
}

.search__item input::-moz-placeholder {
  text-transform: capitalize;
}

.search__item input:-ms-input-placeholder {
  text-transform: capitalize;
}

.search__item input::-ms-input-placeholder {
  text-transform: capitalize;
}

.search__item input::placeholder {
  text-transform: capitalize;
}

.search button {
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 1px;
  left: calc(100% - 29px);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.295);
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.search button svg {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #111;
  -webkit-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

.language {
  margin: 0px 15px 0px 0;
}

.language__list {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.language li {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.language li:not(:last-child) {
  margin-right: 1px;
}

.language li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 1;
  -webkit-transform: translate(0, -55%);
  -ms-transform: translate(0, -55%);
  transform: translate(0, -55%);
}

.language a {
  min-height: 2em;
  min-width: 2em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 14px;
  font-family: "RobotoBold", sans-serif;
  text-transform: uppercase;
}

/* HEADER_BODY END */


/* NAV */
.nav {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: -310px;
  width: 300px;
  height: 100%;
  overflow: auto;
  background: #ffffff;
  z-index: 100;
  padding: 20px 15px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-x: hidden;
}

.nav h6 {
  font-family: "RobotoRegular", sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  margin: 0px 0px 20px 0px;
}

.nav__footer {
  padding: 10px;
}

.nav__footer span {
  padding: 10px 0;
}

.nav .copyright {
  font-size: 13px;
}

.nav.active {
  left: 0;
}

.close-nav {
  position: absolute;
  top: 15px;
  left: calc(100% - 48px);
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.close-nav:hover .close-nav__first::after {
  left: 105%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.close-nav:hover .close-nav__second::after {
  left: 105%;
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}

.close-nav__first,
.close-nav__second {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #000;
  position: relative;
  overflow: hidden;
}

.close-nav__first::after,
.close-nav__second::after {
  content: "";
  display: block;
  width: 40%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -45%;
  z-index: 1;
}

.close-nav__first {
  top: 7px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-nav__second {
  top: -7px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* NAV END */


/* HEADER_ACTIONS */
.header__actions {
  margin-left: auto;
  padding: 0px 5px 0px 0px;
}

.header__actions a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  height: inherit;
  font-size: 13px;
  text-transform: capitalize;
}

.header__actions svg {
  display: block;
  height: 19px;
  width: 19px;
}

@media (max-width: 550px) {
  .header__actions svg {
    height: 25px;
    width: 25px;
  }
}

/* HEADER_ACTIONS END */


/* SUB MENU */
.sub-menu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  will-change: max-height;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.sub-menu>li {
  min-width: 200px;
  position: relative;
}

.sub-menu li {
  min-width: 200px;
}

.sub-menu__item {
  background-color: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0.3s;
  transition: -webkit-box-shadow 0.3s ease 0.3s;
  -o-transition: box-shadow 0.3s ease 0.3s;
  transition: box-shadow 0.3s ease 0.3s;
  transition: box-shadow 0.3s ease 0.3s, -webkit-box-shadow 0.3s ease 0.3s;
}

.sub-menu__link {
  padding: 5px 10px;
  color: #000000;
  padding: 15px 30px 15px 20px;
  width: 100%;
}

.menu-active.sub-menu {
  opacity: 1;
  -webkit-animation: delay-overflow 0.1s 0.3s both;
  animation: delay-overflow 0.1s 0.3s both;
}

.menu-active.sub-menu .sub-menu__item {
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.397);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.397);
}

/* SUB MENU END */


/* SUB SUB MENU */
.sub-sub-menu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  will-change: max-height;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding: 0px 5px;
}

.sub-sub-menu__item {
  background-color: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.2s ease 0.2s;
  transition: -webkit-box-shadow 0.2s ease 0.2s;
  -o-transition: box-shadow 0.2s ease 0.2s;
  transition: box-shadow 0.2s ease 0.2s;
  transition: box-shadow 0.2s ease 0.2s, -webkit-box-shadow 0.2s ease 0.2s;
}

.sub-sub-menu__link {
  padding: 5px 10px;
  color: #000000;
  padding: 15px 20px;
  width: 100%;
}

.menu-active.sub-sub-menu {
  opacity: 1;
  -webkit-animation: delay-overflow 0.1s 0.3s both;
  animation: delay-overflow 0.1s 0.3s both;
}

.menu-active.sub-sub-menu .sub-sub-menu__item {
  position: relative;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.397);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.397);
}

/* SUB SUB MENU END */


/* BIG MENU */
.big-menu {
  width: 100%;
  max-height: 0;
  opacity: 0;
  will-change: max-height;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  padding: 0px 10px 0 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.big-menu__inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.big-menu__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0 10px;
}

.big-menu__item--slider {
  display: block;
  max-width: 350px;
  width: 100%;
}

.big-menu__list {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0px 0px 10px 0px;
}

.big-menu__link {
  color: #222;
  padding: 5px 10px;
  width: 100%;
}

.menu-active.big-menu {
  opacity: 1;
  padding: 10px 0;
  -webkit-animation: delay-overflow 0.1s 0.3s both;
  animation: delay-overflow 0.1s 0.3s both;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.397);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.397);
}

/* SLIDER */
.slider {
  border: 1px solid black;
  max-width: 85%;
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
}

.slider-line {
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: orange;
  position: relative;
  left: 0;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.slider__item {
  position: relative;
}

.slider__item img,
.slider__item source {
  max-width: 100%;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent;
  font-size: 0px;
  width: 20px;
  height: 20px;
}

.slider-prev {
  left: 40px;
}

.slider-prev::before,
.slider-prev::after {
  content: "";
  display: block;
  width: 10px;
  height: 4px;
  background: rgb(153, 153, 153);
  border-radius: 4px;
  position: absolute;
  left: 0;
  z-index: 1;
}

.slider-prev::before {
  top: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slider-prev::after {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slider-next {
  left: calc(100% - 40px);
}

.slider-next::before,
.slider-next::after {
  content: "";
  display: block;
  width: 10px;
  height: 4px;
  background: rgb(153, 153, 153);
  border-radius: 4px;
  position: absolute;
  left: calc(100% - 10px);
  z-index: 1;
}

.slider-next::before {
  top: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slider-next::after {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* SLIDER END */

/* BIG MENU END */


/* GALLERY */
.gallery {
  width: 100%;
  max-height: 0;
  opacity: 0;
  will-change: max-height;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  padding: 0px 10px 0 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.gallery__inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 10px 10px;
}

.gallery__text {
  font-size: 14px;
  line-height: 1.3;
  margin: 0px 0px 20px 0px;
}

.gallery__image {
  display: block;
  width: 100%;
  height: 150px;
  position: relative;
  border: 1px solid #222;
}

.gallery__image img,
.gallery__image source {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu-active.gallery {
  opacity: 1;
  padding: 10px 0;
  -webkit-animation: delay-overflow 0.1s 0.3s both;
  animation: delay-overflow 0.1s 0.3s both;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.397);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.397);
}

.menu-active.gallery__inner {
  margin: 15px 0px 0px 0px;
}

/* GALLERY END */


/* SMALL_MENU */
.small-menu {
  width: 100%;
  max-height: 0;
  opacity: 0;
  will-change: max-height;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  padding: 0px 10px 0 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.small-menu__inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-menu__list>li {
  min-width: 200px;
  width: 100%;
  position: relative;
}

.small-menu__item {
  padding: 3px 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.small-menu__link {
  width: 100%;
  padding: 5px 10px 5px 0;
  color: #000000;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: -15px;
}

.small-menu__icon {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.small-menu__icon svg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  fill: rgb(58, 58, 58);
}

.menu-active.small-menu {
  opacity: 1;
}

@media (min-width: 1024px) {
  .small-menu a:hover {
    left: 0px;
  }

  .small-menu a:hover .small-menu__icon {
    position: relative;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: right__shift 1s ease-in-out infinite both;
    animation: right__shift 1s ease-in-out infinite both;
  }
}

.menu-active.small-menu {
  opacity: 1;
  padding: 10px 0;
  -webkit-animation: delay-overflow 0.1s 0.3s both;
  animation: delay-overflow 0.1s 0.3s both;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.397);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.397);
}

/* SMALL_MENU END */


/* TEXT MENU */
.text-menu {
  width: 100%;
  max-height: 0;
  opacity: 0;
  will-change: max-height;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  padding: 0px 10px 0 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.text-menu__inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-menu__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 20px;
}

.text-menu__links {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  padding: 0 20px;
}

.text-menu__text {
  padding: 5px 0px;
}

.text-menu__text p {
  line-height: 1.3;
}

.text-menu__image {
  width: 100px;
  height: 100px;
  float: left;
  margin: 0px 15px 10px 0px;
  position: relative;
}

.text-menu__image img,
.text-menu__image source {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-menu__list li {
  width: 100%;
}

.text-menu__list li:not(:last-child) {
  margin: 0px 0px 5px 0px;
}

.text-menu__link {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  padding: 5px 10px 5px 0px;
  color: #000000;
}

.text-menu__icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  margin-right: 5px;
  border-radius: 3px;
  overflow: hidden;
}

.text-menu__icon svg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  fill: rgb(58, 58, 58);
}

.menu-active.text-menu {
  opacity: 1;
  padding: 10px 0;
  -webkit-animation: delay-overflow 0.1s 0.3s both;
  animation: delay-overflow 0.1s 0.3s both;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.397);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.397);
}

/* TEXT MENU END */


/* ARROW */
.arrow {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: calc(100% - 33px);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}

.arrow::before,
.arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #222;
  position: absolute;
  top: 50%;
  z-index: 1;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.arrow::before {
  left: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow::after {
  left: 14px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrow.active::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sub-menu__arrow.arrow {
  left: calc(100% - 45px);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.sub-menu__arrow.arrow.active::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sub-menu__arrow.arrow.active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__list a.parent {
  margin: 0px 40px 0px 0px;
}

.sub-menu__arrow {
  display: block;
  top: 50%;
}

.sub-menu__arrow::before,
.sub-menu__arrow::after {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background: #222;
  position: absolute;
  top: 50%;
  z-index: 1;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sub-menu__arrow::before {
  left: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sub-menu__arrow::after {
  left: 13px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2;
}

/* ARROW END */


/* BURGER */
.burger-header {
  width: 20px;
  height: 14px;
  position: relative;
  cursor: pointer;
  margin: 0px 20px 0px 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

@media (max-width: 950px) {
  .burger-header {
    margin: 0px 5px 0px 0px;
  }
}

@media (max-width: 530px) {
  .burger-header {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.burger-header__line {
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-x: hidden;
  background: #000;
}

.burger-header__line::before {
  content: "";
  display: block;
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -45%;
  z-index: 1;
  background: #ffffff;
}

.burger-header .bhlt {
  top: 0;
  left: 0;
}

.burger-header .bhlc {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.burger-header .bhlb {
  top: 100%;
  left: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

body.lock {
  height: 100%;
  width: 100%;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  position: relative;
}

body.lock::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.header__burger:hover .burger-header__line::before {
  left: 150%;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.header__burger:hover .burger-header__line:nth-child(1),
.header__burger:hover .burger-header__line:nth-child(3) {
  width: 80%;
  left: 10%;
}

.header__burger:hover .burger-header__line:nth-child(1)::before {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__burger:hover .burger-header__line:nth-child(2)::before {
  -webkit-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}

.header__burger:hover .burger-header__line:nth-child(3)::before {
  -webkit-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}

.header__burger.active .burger-header__line:hover::before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-animation: show__header 1s;
  animation: show__header 1s;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.342);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.342);
}

.hide-top-header .top-header {
  display: none;
}

/* BURGER END */


/* BUTTON */
.btn {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.btn::after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

.btn:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.btn::after {
  content: " ";
  display: block;
  position: absolute;
  height: 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: calc(100% - 2px) 0px 0px 0px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.btn.active::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.pulse {
  border-radius: 50%;
  -webkit-animation: pulse 0.7s ease-out;
  animation: pulse 0.7s ease-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
}

/* BUTTON END */


/* MODAL */
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 1001;
}

.modal__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 10px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.modal__content {
  max-width: 400px;
  width: 100%;
  padding: 30px;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  border-radius: 5px;
  -webkit-transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
  transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
}

.modal__title {
  font-size: 40px;
  margin: 0px 0px 1em 0px;
  text-align: center;
  text-transform: capitalize;
}

.modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  width: 20px;
  height: 20px;
  text-decoration: none;
}

.modal__close::before,
.modal__close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal__close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal.open {
  opacity: 1;
  visibility: visible;
}

.modal.open .modal__content {
  -webkit-transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
  transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
  opacity: 1;
}

.form-modal {
  width: 100%;
}

.form-modal form {
  margin: 0px 0px 20px 0px;
}

.form-modal__item {
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.form-modal label {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 5px;
  cursor: pointer;
}

.form-modal input {
  width: 100%;
  padding: 10px 15px;
  border-radius: 10px;
}

.form-modal input::-webkit-input-placeholder {
  text-transform: capitalize;
}

.form-modal input::-moz-placeholder {
  text-transform: capitalize;
}

.form-modal input:-ms-input-placeholder {
  text-transform: capitalize;
}

.form-modal input::-ms-input-placeholder {
  text-transform: capitalize;
}

.form-modal input::placeholder {
  text-transform: capitalize;
}

.form-modal button {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  font-family: "RobotoBold", sans-serif;
  font-size: 20px;
  text-transform: capitalize;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-modal__social {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.form-modal__social a {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  padding: 10px 15px;
  color: #ffffff;
  border-radius: 10px;
}

.form-modal__social svg {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  fill: #ffffff;
}

.form-modal__social span {
  display: inline-block;
}

.form-modal__social .go {
  background: #dd4b39;
}

.form-modal__social .fa {
  background: #3b5998;
}

.form-modal__footer a {
  color: #1565C0;
}

._email {
  text-transform: lowercase;
}

.form-modal__item._error input {
  -webkit-box-shadow: 0px 0px 10px -1px rgb(252, 11, 11);
  box-shadow: 0px 0px 10px -1px rgb(252, 11, 11);
  border-color: rgb(252, 11, 11);
}

/* MODAL END */


/* @KEYFRAMES */
@-webkit-keyframes show__header {
  0% {
    opacity: 0;
    top: -200px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes show__header {
  0% {
    opacity: 0;
    top: -200px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes pulse {
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    background-color: #ffffff;
    opacity: 0;
  }
}

@keyframes pulse {
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    background-color: #ffffff;
    opacity: 0;
  }
}

@-webkit-keyframes right__shift {
  0% {
    left: 0px;
  }

  50% {
    left: 4px;
  }

  100% {
    left: -1px;
  }
}

@keyframes right__shift {
  0% {
    left: 0px;
  }

  50% {
    left: 4px;
  }

  100% {
    left: -1px;
  }
}

@-webkit-keyframes left__roll {
  0% {
    -webkit-transform: translate(-20%, -90%) rotate(0deg);
    transform: translate(-20%, -90%) rotate(0deg);
  }

  50% {
    -webkit-transform: translate(-20%, -90%) rotate(-180deg);
    transform: translate(-20%, -90%) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(-20%, -90%) rotate(-360deg);
    transform: translate(-20%, -90%) rotate(-360deg);
  }
}

@keyframes left__roll {
  0% {
    -webkit-transform: translate(-20%, -90%) rotate(0deg);
    transform: translate(-20%, -90%) rotate(0deg);
  }

  50% {
    -webkit-transform: translate(-20%, -90%) rotate(-180deg);
    transform: translate(-20%, -90%) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(-20%, -90%) rotate(-360deg);
    transform: translate(-20%, -90%) rotate(-360deg);
  }
}

@-webkit-keyframes right__roll {
  0% {
    -webkit-transform: translate(0, -40%) rotate(0deg);
    transform: translate(0, -40%) rotate(0deg);
  }

  50% {
    -webkit-transform: translate(0, -40%) rotate(180deg);
    transform: translate(0, -40%) rotate(180deg);
  }

  100% {
    -webkit-transform: translate(0, -40%) rotate(360deg);
    transform: translate(0, -40%) rotate(360deg);
  }
}

@keyframes right__roll {
  0% {
    -webkit-transform: translate(0, -40%) rotate(0deg);
    transform: translate(0, -40%) rotate(0deg);
  }

  50% {
    -webkit-transform: translate(0, -40%) rotate(180deg);
    transform: translate(0, -40%) rotate(180deg);
  }

  100% {
    -webkit-transform: translate(0, -40%) rotate(360deg);
    transform: translate(0, -40%) rotate(360deg);
  }
}

@-webkit-keyframes delay-overflow {
  to {
    overflow: visible;
  }
}

@keyframes delay-overflow {
  to {
    overflow: visible;
  }
}

@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* @KEYFRAMES END */


/* HEADER-STYLES */

/* Select the desired style, delete or comment out the rest */

/* GRAY_WHITE_RED */
body.gray-white-red .header {
  background: #ffffff;
}

body.gray-white-red .header .top-header {
  background-color: #e9e9e9;
}

body.gray-white-red .header .top-header__row {
  border-right: 1px solid #56595c;
}

@media (max-width: 530px) {
  body.gray-white-red .header .top-header__row {
    border: none;
  }
}

body.gray-white-red .header .top-header__row--location {
  color: #222;
}

body.gray-white-red .header .burger-header__line::before {
  background: rgb(252, 11, 11);
}

body.gray-white-red .header .top-menu a {
  color: #111;
}

body.gray-white-red .header .top-menu a:hover {
  color: rgb(252, 11, 11);
}

body.gray-white-red .header .contacts-header a {
  color: #111;
}

body.gray-white-red .header .contacts-header a:hover {
  color: rgb(252, 11, 11);
}

body.gray-white-red .header .contacts-header a:hover svg {
  fill: rgb(252, 11, 11);
}

body.gray-white-red .header .contacts-header__icon svg {
  fill: #111;
}

body.gray-white-red .header .top-social__link svg {
  fill: #222;
}

body.gray-white-red .header .top-social__link:hover svg {
  fill: #ffffff;
}

body.gray-white-red .header .sub-menu a:hover {
  color: rgb(252, 11, 11);
}

body.gray-white-red .header .arrow:hover::before,
body.gray-white-red .header .arrow:hover::after {
  background: rgb(252, 11, 11);
}

body.gray-white-red .header .arrow.active::before,
body.gray-white-red .header .arrow.active::after {
  background: rgb(252, 11, 11);
}

body.gray-white-red .header .big-menu a:hover {
  background: rgb(252, 11, 11);
  color: #ffffff;
}

body.gray-white-red .header .slider-button:hover.slider-button::before,
body.gray-white-red .header .slider-button:hover.slider-button::after {
  background-color: rgb(252, 11, 11);
}

body.gray-white-red .header .text-menu a:hover {
  color: rgb(252, 11, 11);
}

body.gray-white-red .header .text-menu a:hover svg {
  fill: rgb(252, 11, 11);
}

body.gray-white-red .header .search__item input:focus {
  -webkit-box-shadow: 0px 3px 6px 1px rgba(252, 11, 11, 0.5);
  box-shadow: 0px 3px 6px 1px rgba(252, 11, 11, 0.5);
}

body.gray-white-red .header .search__item button:hover svg {
  fill: rgb(252, 11, 11);
}

body.gray-white-red .header .search__item button:active {
  background: rgb(252, 11, 11);
}

body.gray-white-red .header .search__item button:active svg {
  fill: #ffffff;
}

body.gray-white-red .header .header__link::after {
  background: rgb(252, 11, 11);
}

body.gray-white-red .header .language li::after {
  background: #111;
}

body.gray-white-red .header .language a {
  color: #111;
}

body.gray-white-red .header .language a:hover {
  color: rgb(252, 11, 11);
}

body.gray-white-red .header__actions a {
  color: #343A40;
}

body.gray-white-red .header__actions a:hover {
  color: rgb(252, 11, 11);
}

body.gray-white-red .header__actions a:hover svg {
  fill: rgb(252, 11, 11);
}

body.gray-white-red .header__actions svg {
  fill: #343A40;
}

body.gray-white-red .pulse {
  background-color: rgb(252, 11, 11);
}

body.gray-white-red .modal {
  background-color: rgba(0, 0, 0, 0.9);
}

body.gray-white-red .modal__content {
  background: #ffffff;
  color: #000000;
}

body.gray-white-red .modal__title {
  color: #343A40;
}

body.gray-white-red .modal__close {
  color: #343A40;
}

body.gray-white-red .modal__close::before,
body.gray-white-red .modal__close::after {
  background: #343A40;
}

body.gray-white-red .form-modal input {
  border: 1px solid #bbb;
}

body.gray-white-red .form-modal input:focus {
  border-color: #30b161;
}

body.gray-white-red .form-modal button {
  background: #04aa7b;
  color: #ffffff;
}

body.gray-white-red .form-modal button:hover {
  background: #30b161;
}

body.gray-white-red::-webkit-scrollbar {
  width: 12px;
}

body.gray-white-red::-webkit-scrollbar-track {
  background: #bbb;
}

body.gray-white-red::-webkit-scrollbar-thumb {
  background: rgb(252, 11, 11);
  border-radius: 8px;
  border: 2px solid #adadad;
}

body.gray-white-red::-webkit-scrollbar-thumb:hover {
  background: rgb(221, 2, 2);
}

/* GRAY_WHITE_RED END */


/* RED_WHITE_RED */
body.red-white-red .header {
  background: #ffffff;
}

body.red-white-red .header .top-header {
  background-color: rgb(252, 11, 11);
}

body.red-white-red .header .top-header__row {
  border-right: 1px solid #ffffff;
}

@media (max-width: 530px) {
  body.red-white-red .header .top-header__row {
    border: none;
  }
}

body.red-white-red .header .top-header__row--location {
  color: #ffffff;
}

body.red-white-red .header .burger-header__line::before {
  background: rgb(252, 11, 11);
}

body.red-white-red .header .top-menu a {
  color: #ffffff;
}

body.red-white-red .header .top-menu a:hover {
  color: #111;
}

body.red-white-red .header .contacts-header a {
  color: #ffffff;
}

body.red-white-red .header .contacts-header a:hover {
  color: rgb(252, 11, 11);
}

body.red-white-red .header .contacts-header a:hover svg {
  fill: rgb(252, 11, 11);
}

body.red-white-red .header .contacts-header__icon svg {
  fill: #ffffff;
}

body.red-white-red .header .top-social__link svg {
  fill: #ffffff;
}

body.red-white-red .header .sub-menu a:hover {
  color: rgb(252, 11, 11);
}

body.red-white-red .header .arrow:hover::before,
body.red-white-red .header .arrow:hover::after {
  background: rgb(252, 11, 11);
}

body.red-white-red .header .arrow.active::before,
body.red-white-red .header .arrow.active::after {
  background: rgb(252, 11, 11);
}

body.red-white-red .header .big-menu a:hover {
  background: rgb(252, 11, 11);
  color: #ffffff;
}

body.red-white-red .header .slider-button:hover.slider-button::before,
body.red-white-red .header .slider-button:hover.slider-button::after {
  background-color: rgb(252, 11, 11);
}

body.red-white-red .header .text-menu a:hover {
  color: rgb(252, 11, 11);
}

body.red-white-red .header .text-menu a:hover svg {
  fill: rgb(252, 11, 11);
}

body.red-white-red .header .search__item input:focus {
  -webkit-box-shadow: 0px 3px 6px 1px rgba(252, 11, 11, 0.5);
  box-shadow: 0px 3px 6px 1px rgba(252, 11, 11, 0.5);
}

body.red-white-red .header .search__item button:hover svg {
  fill: rgb(252, 11, 11);
}

body.red-white-red .header .search__item button:active {
  background: rgb(252, 11, 11);
}

body.red-white-red .header .search__item button:active svg {
  fill: #ffffff;
}

body.red-white-red .header .header__link::after {
  background: rgb(252, 11, 11);
}

body.red-white-red .header .language li::after {
  background: #111;
}

body.red-white-red .header .language a {
  color: #111;
}

body.red-white-red .header .language a:hover {
  color: rgb(252, 11, 11);
}

body.red-white-red .header__actions a {
  color: #343A40;
}

body.red-white-red .header__actions a:hover {
  color: rgb(252, 11, 11);
}

body.red-white-red .header__actions a:hover svg {
  fill: rgb(252, 11, 11);
}

body.red-white-red .header__actions svg {
  fill: #343A40;
}

body.red-white-red .pulse {
  background-color: rgb(252, 11, 11);
}

body.red-white-red .modal {
  background-color: rgba(0, 0, 0, 0.9);
}

body.red-white-red .modal__content {
  background: #ffffff;
  color: #000000;
}

body.red-white-red .modal__title {
  color: #343A40;
}

body.red-white-red .modal__close {
  color: #343A40;
}

body.red-white-red .modal__close::before,
body.red-white-red .modal__close::after {
  background: #343A40;
}

body.red-white-red .form-modal input {
  border: 1px solid #bbb;
}

body.red-white-red .form-modal input:focus {
  border-color: #30b161;
}

body.red-white-red .form-modal button {
  background: #04aa7b;
  color: #ffffff;
}

body.red-white-red .form-modal button:hover {
  background: #30b161;
}

body.red-white-red::-webkit-scrollbar {
  width: 12px;
}

body.red-white-red::-webkit-scrollbar-track {
  background: #D3CCE3;
}

body.red-white-red::-webkit-scrollbar-thumb {
  background: rgb(252, 11, 11);
  border-radius: 8px;
  border: 2px solid #adadad;
}

body.red-white-red::-webkit-scrollbar-thumb:hover {
  background: rgb(221, 2, 2);
}

/* RED_WHITE_RED END */


/* WHITE_GREEN */
body.white-green .header {
  background: #ffffff;
}

body.white-green .header .top-header {
  background-color: #04aa7b;
}

body.white-green .header .top-header__row {
  border-right: 1px solid #56595c;
}

@media (max-width: 530px) {
  body.white-green .header .top-header__row {
    border: none;
  }
}

body.white-green .header .top-header__row--location {
  color: #222;
}

body.white-green .header .burger-header__line::before {
  background: #04aa7b;
}

body.white-green .header .top-menu a {
  color: #111;
}

body.white-green .header .top-menu a:hover {
  color: #ffffff;
}

body.white-green .header .contacts-header a {
  color: #111;
}

body.white-green .header .contacts-header a:hover {
  color: #ffffff;
}

body.white-green .header .contacts-header a:hover svg {
  fill: #ffffff;
}

body.white-green .header .contacts-header__icon svg {
  fill: #111;
}

body.white-green .header .top-social__link svg {
  fill: #222;
}

body.white-green .header .top-social__link:hover svg {
  fill: #ffffff;
}

body.white-green .header .sub-menu a:hover {
  color: #04aa7b;
}

body.white-green .header .arrow:hover::before,
body.white-green .header .arrow:hover::after {
  background: #04aa7b;
}

body.white-green .header .arrow.active::before,
body.white-green .header .arrow.active::after {
  background: #04aa7b;
}

body.white-green .header .big-menu a:hover {
  background: #04aa7b;
  color: #ffffff;
}

body.white-green .header .slider-button:hover.slider-button::before,
body.white-green .header .slider-button:hover.slider-button::after {
  background-color: #04aa7b;
}

body.white-green .header .text-menu a:hover {
  color: #04aa7b;
}

body.white-green .header .text-menu a:hover svg {
  fill: #04aa7b;
}

body.white-green .header .search__item input:focus {
  -webkit-box-shadow: 0px 3px 6px 1px #62daa2;
  box-shadow: 0px 3px 6px 1px #62daa2;
}

body.white-green .header .search__item button:hover svg {
  fill: #04aa7b;
}

body.white-green .header .search__item button:active {
  background: #04aa7b;
}

body.white-green .header .search__item button:active svg {
  fill: #ffffff;
}

body.white-green .header .header__link::after {
  background: #04aa7b;
}

body.white-green .header .language li::after {
  background: #111;
}

body.white-green .header .language a {
  color: #111;
}

body.white-green .header .language a:hover {
  color: #04aa7b;
}

body.white-green .header__actions a {
  color: #343A40;
}

body.white-green .header__actions a:hover {
  color: #04aa7b;
}

body.white-green .header__actions a:hover svg {
  fill: #04aa7b;
}

body.white-green .header__actions svg {
  fill: #343A40;
}

body.white-green .pulse {
  background-color: #04aa7b;
}

body.white-green .modal {
  background-color: rgba(0, 0, 0, 0.9);
}

body.white-green .modal__content {
  background: #ffffff;
  color: #000000;
}

body.white-green .modal__title {
  color: #343A40;
}

body.white-green .modal__close {
  color: #343A40;
}

body.white-green .modal__close::before,
body.white-green .modal__close::after {
  background: #343A40;
}

body.white-green .form-modal input {
  border: 1px solid #bbb;
}

body.white-green .form-modal input:focus {
  border-color: #30b161;
}

body.white-green .form-modal button {
  background: #04aa7b;
  color: #ffffff;
}

body.white-green .form-modal button:hover {
  background: #30b161;
}

body.white-green::-webkit-scrollbar {
  width: 12px;
}

body.white-green::-webkit-scrollbar-track {
  background: #D3CCE3;
}

body.white-green::-webkit-scrollbar-thumb {
  background: #04aa7b;
  border-radius: 8px;
  border: 2px solid #adadad;
}

body.white-green::-webkit-scrollbar-thumb:hover {
  background: #11998e;
}

/* WHITE_GREEN END */


/* GREEN_WHITE_GREEN */
body.green-white-green .header {
  background: #ffffff;
}

body.green-white-green .header .top-header {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.82%, #04aa7b), color-stop(92.74%, #38ef7d));
  background: -o-linear-gradient(bottom, #04aa7b 3.82%, #38ef7d 92.74%);
  background: linear-gradient(0deg, #04aa7b 3.82%, #38ef7d 92.74%);
}

body.green-white-green .header .top-header__row {
  border-right: 1px solid #ffffff;
}

@media (max-width: 530px) {
  body.green-white-green .header .top-header__row {
    border: none;
  }
}

body.green-white-green .header .top-header__row--location {
  color: #ffffff;
}

body.green-white-green .header .burger-header__line::before {
  background: #38ef7d;
}

body.green-white-green .header .top-menu a {
  color: #ffffff;
}

body.green-white-green .header .top-menu a:hover {
  color: #d3d3d3;
}

body.green-white-green .header .contacts-header a {
  color: #ffffff;
}

body.green-white-green .header .contacts-header a:hover {
  color: #d3d3d3;
}

body.green-white-green .header .contacts-header a:hover svg {
  fill: #d3d3d3;
}

body.green-white-green .header .contacts-header__icon svg {
  fill: #ffffff;
}

body.green-white-green .header .header__title a:hover {
  color: #38ef7d;
}

body.green-white-green .header .top-social__link svg {
  fill: #ffffff;
}

body.green-white-green .header .sub-menu a:hover {
  color: #04aa7b;
}

body.green-white-green .header .arrow:hover::before,
body.green-white-green .header .arrow:hover::after {
  background: #38ef7d;
}

body.green-white-green .header .arrow.active::before,
body.green-white-green .header .arrow.active::after {
  background: #38ef7d;
}

body.green-white-green .header .big-menu a:hover {
  background: #38ef7d;
  color: #ffffff;
}

body.green-white-green .header .slider-button:hover.slider-button::before,
body.green-white-green .header .slider-button:hover.slider-button::after {
  background-color: #38ef7d;
}

body.green-white-green .header .text-menu a:hover {
  color: #38ef7d;
}

body.green-white-green .header .text-menu a:hover svg {
  fill: #38ef7d;
}

body.green-white-green .header .search__item input:focus {
  -webkit-box-shadow: 0px 3px 6px 1px #62daa2;
  box-shadow: 0px 3px 6px 1px #62daa2;
}

body.green-white-green .header .search__item button:hover svg {
  fill: #38ef7d;
}

body.green-white-green .header .search__item button:active {
  background: #38ef7d;
}

body.green-white-green .header .search__item button:active svg {
  fill: #ffffff;
}

body.green-white-green .header .header__link::after {
  background: #38ef7d;
}

body.green-white-green .header .language li::after {
  background: #111;
}

body.green-white-green .header .language a {
  color: #111;
}

body.green-white-green .header .language a:hover {
  color: #38ef7d;
}

body.green-white-green .header__actions a {
  color: #343A40;
}

body.green-white-green .header__actions a:hover {
  color: #38ef7d;
}

body.green-white-green .header__actions a:hover svg {
  fill: #38ef7d;
}

body.green-white-green .header__actions svg {
  fill: #343A40;
}

body.green-white-green .pulse {
  background-color: #38ef7d;
}

body.green-white-green .modal {
  background-color: rgba(0, 0, 0, 0.9);
}

body.green-white-green .modal__content {
  background: #ffffff;
  color: #000000;
}

body.green-white-green .modal__title {
  color: #343A40;
}

body.green-white-green .modal__close {
  color: #343A40;
}

body.green-white-green .modal__close::before,
body.green-white-green .modal__close::after {
  background: #343A40;
}

body.green-white-green .form-modal input {
  border: 1px solid #bbb;
}

body.green-white-green .form-modal input:focus {
  border-color: #30b161;
}

body.green-white-green .form-modal button {
  background: #04aa7b;
  color: #ffffff;
}

body.green-white-green .form-modal button:hover {
  background: #38ef7d;
}

body.green-white-green::-webkit-scrollbar {
  width: 12px;
}

body.green-white-green::-webkit-scrollbar-track {
  background: #D3CCE3;
}

body.green-white-green::-webkit-scrollbar-thumb {
  background: #38ef7d;
  border-radius: 8px;
  border: 2px solid #adadad;
}

body.green-white-green::-webkit-scrollbar-thumb:hover {
  background: #62daa2;
}

/* GREEN_WHITE_GREEN END */


/* WHITE_BLUE */
body.white-blue .header {
  background: #ffffff;
}

body.white-blue .header .top-header {
  background: #4b88d8;
}

body.white-blue .header .top-header__row {
  border-right: 1px solid #111;
}

@media (max-width: 530px) {
  body.white-blue .header .top-header__row {
    border: none;
  }
}

body.white-blue .header .top-header__row--location {
  color: #111;
}

body.white-blue .header .burger-header__line::before {
  background: #4b88d8;
}

body.white-blue .header .top-menu a {
  color: #111;
}

body.white-blue .header .top-menu a:hover {
  color: #ffffff;
}

body.white-blue .header .contacts-header a {
  color: #111;
}

body.white-blue .header .contacts-header a:hover {
  color: #ffffff;
}

body.white-blue .header .contacts-header a:hover svg {
  fill: #ffffff;
}

body.white-blue .header .contacts-header__icon svg {
  fill: #111;
}

body.white-blue .header .header__title a:hover {
  color: #4b88d8;
}

body.white-blue .header .top-social__link:hover svg {
  fill: #ffffff;
}

body.white-blue .header .top-social__link svg {
  fill: #111;
}

body.white-blue .header .sub-menu a:hover {
  color: #4b88d8;
}

body.white-blue .header.arrow:hover::before,
body.white-blue .header.arrow:hover::after {
  background: #4b88d8;
}

body.white-blue .header.arrow .active::before,
body.white-blue .header.arrow .active::after {
  background: #4b88d8;
}

body.white-blue .header .big-menu a:hover {
  background: #4b88d8;
  color: #ffffff;
}

body.white-blue .header .slider-button:hover.slider-button::before,
body.white-blue .header .slider-button:hover.slider-button::after {
  background-color: #4b88d8;
}

body.white-blue .header .text-menu a:hover {
  color: #4b88d8;
}

body.white-blue .header .text-menu a:hover svg {
  fill: #4b88d8;
}

body.white-blue .header .search__item input:focus {
  -webkit-box-shadow: 0px 3px 6px 1px #4b88d8;
  box-shadow: 0px 3px 6px 1px #4b88d8;
}

body.white-blue .header .search__item button:hover svg {
  fill: #4b88d8;
}

body.white-blue .header .search__item button:active {
  background: #4b88d8;
}

body.white-blue .header .search__item button:active svg {
  fill: #ffffff;
}

body.white-blue .header .header__link::after {
  background: #4b88d8;
}

body.white-blue .header .language li::after {
  background: #111;
}

body.white-blue .header .language a {
  color: #111;
}

body.white-blue .header .language a:hover {
  color: #4b88d8;
}

body.white-blue .header__actions a {
  color: #343A40;
}

body.white-blue .header__actions a:hover {
  color: #4b88d8;
}

body.white-blue .header__actions a:hover svg {
  fill: #4b88d8;
}

body.white-blue .header__actions svg {
  fill: #343A40;
}

body.white-blue .pulse {
  background-color: #4b88d8;
}

body.white-blue .modal {
  background-color: rgba(0, 0, 0, 0.9);
}

body.white-blue .modal__content {
  background: #ffffff;
  color: #000000;
}

body.white-blue .modal__title {
  color: #343A40;
}

body.white-blue .modal__close {
  color: #343A40;
}

body.white-blue .modal__close::before,
body.white-blue .modal__close::after {
  background: #343A40;
}

body.white-blue .form-modal input {
  border: 1px solid #bbb;
}

body.white-blue .form-modal input:focus {
  border-color: #4b88d8;
}

body.white-blue .form-modal button {
  background: #4b88d8;
  color: #ffffff;
}

body.white-blue .form-modal button:hover {
  background: #00B4DB;
}

body.white-blue::-webkit-scrollbar {
  width: 12px;
}

body.white-blue::-webkit-scrollbar-track {
  background: #D3CCE3;
}

body.white-blue::-webkit-scrollbar-thumb {
  background: #4b88d8;
  border-radius: 8px;
  border: 2px solid #adadad;
}

/* WHITE_BLUE END */


/* BLUE_WHITE_BLUE */
body.blue-white-blue .header {
  background: #ffffff;
}

body.blue-white-blue .header .top-header {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.82%, #016688), color-stop(92.74%, #00B4DB));
  background: -o-linear-gradient(bottom, #016688 3.82%, #00B4DB 92.74%);
  background: linear-gradient(0deg, #016688 3.82%, #00B4DB 92.74%);
}

body.blue-white-blue .header .top-header__row {
  border-right: 1px solid #ffffff;
}

@media (max-width: 530px) {
  body.blue-white-blue .header .top-header__row {
    border: none;
  }
}

body.blue-white-blue .header .top-header__row--location {
  color: #ffffff;
}

body.blue-white-blue .header .burger-header__line::before {
  background: #00B4DB;
}

body.blue-white-blue .header .top-menu a {
  color: #ffffff;
}

body.blue-white-blue .header .top-menu a:hover {
  color: #d3d3d3;
}

body.blue-white-blue .header .contacts-header a {
  color: #ffffff;
}

body.blue-white-blue .header .contacts-header a:hover {
  color: #d3d3d3;
}

body.blue-white-blue .header .contacts-header a:hover svg {
  fill: #d3d3d3;
}

body.blue-white-blue .header .contacts-header__icon svg {
  fill: #ffffff;
}

body.blue-white-blue .header .header__title a:hover {
  color: #00B4DB;
}

body.blue-white-blue .header .top-social__link svg {
  fill: #ffffff;
}

body.blue-white-blue .header .sub-menu a:hover {
  color: #00B4DB;
}

body.blue-white-blue .header .arrow:hover::before,
body.blue-white-blue .header .arrow:hover::after {
  background: #00B4DB;
}

body.blue-white-blue .header .arrow.active::before,
body.blue-white-blue .header .arrow.active::after {
  background: #00B4DB;
}

body.blue-white-blue .header .big-menu a:hover {
  background: #00B4DB;
  color: #ffffff;
}

body.blue-white-blue .header .slider-button:hover.slider-button::before,
body.blue-white-blue .header .slider-button:hover.slider-button::after {
  background-color: #00B4DB;
}

body.blue-white-blue .header .text-menu a:hover {
  color: #00B4DB;
}

body.blue-white-blue .header .text-menu a:hover svg {
  fill: #00B4DB;
}

body.blue-white-blue .header .search__item input:focus {
  -webkit-box-shadow: 0px 3px 6px 1px #00B4DB;
  box-shadow: 0px 3px 6px 1px #00B4DB;
}

body.blue-white-blue .header .search__item button:hover svg {
  fill: #00B4DB;
}

body.blue-white-blue .header .search__item button:active {
  background: #00B4DB;
}

body.blue-white-blue .header .search__item button:active svg {
  fill: #ffffff;
}

body.blue-white-blue .header .header__link::after {
  background: #00B4DB;
}

body.blue-white-blue .header .language li::after {
  background: #111;
}

body.blue-white-blue .header .language a {
  color: #111;
}

body.blue-white-blue .header .language a:hover {
  color: #00B4DB;
}

body.blue-white-blue .header__actions a {
  color: #343A40;
}

body.blue-white-blue .header__actions a:hover {
  color: #00B4DB;
}

body.blue-white-blue .header__actions a:hover svg {
  fill: #00B4DB;
}

body.blue-white-blue .header__actions svg {
  fill: #343A40;
}

body.blue-white-blue .pulse {
  background-color: #00B4DB;
}

body.blue-white-blue .modal {
  background-color: rgba(0, 0, 0, 0.9);
}

body.blue-white-blue .modal__content {
  background: #ffffff;
  color: #000000;
}

body.blue-white-blue .modal__title {
  color: #343A40;
}

body.blue-white-blue .modal__close {
  color: #343A40;
}

body.blue-white-blue .modal__close::before,
body.blue-white-blue .modal__close::after {
  background: #343A40;
}

body.blue-white-blue .form-modal input {
  border: 1px solid #bbb;
}

body.blue-white-blue .form-modal input:focus {
  border-color: #4babd8;
}

body.blue-white-blue .form-modal button {
  background: #4babd8;
  color: #ffffff;
}

body.blue-white-blue .form-modal button:hover {
  background: #00B4DB;
}

body.blue-white-blue::-webkit-scrollbar {
  width: 12px;
}

body.blue-white-blue::-webkit-scrollbar-track {
  background: #D3CCE3;
}

body.blue-white-blue::-webkit-scrollbar-thumb {
  background: #00B4DB;
  border-radius: 8px;
  border: 2px solid #adadad;
}

body.blue-white-blue::-webkit-scrollbar-thumb:hover {
  background: #016688;
}

/* BLUE_WHITE_BLUE END */


/* WHITE_GRAY */
body.white-gray .header {
  background: #ffffff;
}

body.white-gray .header .top-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#adadad));
  background: -o-linear-gradient(top, #e9e9e9, #adadad);
  background: linear-gradient(to bottom, #e9e9e9, #adadad);
}

body.white-gray .header .top-header__row {
  border-right: 1px solid #56595c;
}

@media (max-width: 530px) {
  body.white-gray .header .top-header__row {
    border: none;
  }
}

body.white-gray .header .top-header__row--location {
  color: #222;
}

body.white-gray .header .burger-header__line::before {
  background: #bbb;
}

body.white-gray .header .top-menu a {
  color: #111;
}

body.white-gray .header .top-menu a:hover {
  color: #ffffff;
}

body.white-gray .header .contacts-header a {
  color: #111;
}

body.white-gray .header .contacts-header a:hover {
  color: #ffffff;
}

body.white-gray .header .contacts-header a:hover svg {
  fill: #ffffff;
}

body.white-gray .header .contacts-header__icon svg {
  fill: #111;
}

body.white-gray .header .top-social__link svg {
  fill: #222;
}

body.white-gray .header .top-social__link:hover svg {
  fill: #ffffff;
}

body.white-gray .header .sub-menu a:hover {
  color: #bbb;
}

body.white-gray .header .arrow:hover::before,
body.white-gray .header .arrow:hover::after {
  background: #bbb;
}

body.white-gray .header .arrow .active::before,
body.white-gray .header .arrow .active::after {
  background: #bbb;
}

body.white-gray .header .big-menu a:hover {
  background: #bbb;
  color: #ffffff;
}

body.white-gray .header .slider-button:hover.slider-button::before,
body.white-gray .header .slider-button:hover.slider-button::after {
  background-color: #bbb;
}

body.white-gray .header .text-menu a:hover {
  color: #bbb;
}

body.white-gray .header .text-menu a:hover svg {
  fill: #bbb;
}

body.white-gray .header .search__item input:focus {
  -webkit-box-shadow: 0px 3px 6px 1px #bbb;
  box-shadow: 0px 3px 6px 1px #bbb;
}

body.white-gray .header .search__item button:hover svg {
  fill: #bbb;
}

body.white-gray .header .search__item button:active {
  background: #bbb;
}

body.white-gray .header .search__item button:active svg {
  fill: #ffffff;
}

body.white-gray .header .header__link::after {
  background: #bbb;
}

body.white-gray .header .language li::after {
  background: #111;
}

body.white-gray .header .language a {
  color: #111;
}

body.white-gray .header .language a:hover {
  color: #bbb;
}

body.white-gray .header__actions a {
  color: #343A40;
}

body.white-gray .header__actions a:hover {
  color: #bbb;
}

body.white-gray .header__actions a:hover svg {
  fill: #bbb;
}

body.white-gray .header__actions svg {
  fill: #343A40;
}

body.white-gray .pulse {
  background-color: #D8D8D8;
}

body.white-gray .modal {
  background-color: rgba(0, 0, 0, 0.9);
}

body.white-gray .modal__content {
  background: #ffffff;
  color: #000000;
}

body.white-gray .modal__title {
  color: #343A40;
}

body.white-gray .modal__close {
  color: #343A40;
}

body.white-gray .modal__close::before,
body.white-gray .modal__close::after {
  background: #343A40;
}

body.white-gray .form-modal input {
  border: 1px solid #bbb;
}

body.white-gray .form-modal input:focus {
  border-color: #04aa7b;
}

body.white-gray .form-modal button {
  background: #bbb;
  color: #ffffff;
}

body.white-gray .form-modal button:hover {
  background: #adadad;
}

body.white-gray::-webkit-scrollbar {
  width: 12px;
}

body.white-gray::-webkit-scrollbar-track {
  background: #ffffff;
}

body.white-gray::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 8px;
  border: 2px solid #ffffff;
}

body.white-gray::-webkit-scrollbar-thumb:hover {
  background: #56595c;
}

/* WHITE_GRAY END */


/* WHITE_DARK_GRAY */
body.white-dark-gray .header {
  background: #ffffff;
}

body.white-dark-gray .header .top-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#56595c), to(#2d2f30));
  background: -o-linear-gradient(top, #56595c, #2d2f30);
  background: linear-gradient(to bottom, #56595c, #2d2f30);
}

body.white-dark-gray .header .top-header__row {
  border-right: 1px solid #ffffff;
}

@media (max-width: 530px) {
  body.white-dark-gray .header .top-header__row {
    border: none;
  }
}

body.white-dark-gray .header .top-header__row--location {
  color: #ffffff;
}

body.white-dark-gray .header .burger-header__line::before {
  background: #ffffff;
}

body.white-dark-gray .header .top-menu a {
  color: #ffffff;
}

body.white-dark-gray .header .top-menu a:hover {
  color: #d3d3d3;
}

body.white-dark-gray .header .contacts-header a {
  color: #ffffff;
}

body.white-dark-gray .header .contacts-header a:hover {
  color: #d3d3d3;
}

body.white-dark-gray .header .contacts-header a:hover svg {
  fill: #d3d3d3;
}

body.white-dark-gray .header .contacts-header__icon svg {
  fill: #ffffff;
}

body.white-dark-gray .header .header__title a:hover {
  color: #56595c;
}

body.white-dark-gray .header .top-social__link svg {
  fill: #ffffff;
}

body.white-dark-gray .header .sub-menu a:hover {
  color: #56595c;
}

body.white-dark-gray .header .arrow:hover::before,
body.white-dark-gray .header .arrow:hover::after {
  background: #56595c;
}

body.white-dark-gray .header .arrow.active::before,
body.white-dark-gray .header .arrow.active::after {
  background: #56595c;
}

body.white-dark-gray .header .big-menu a:hover {
  background: #56595c;
  color: #ffffff;
}

body.white-dark-gray .header .slider-button:hover.slider-button::before,
body.white-dark-gray .header .slider-button:hover.slider-button::after {
  background-color: #56595c;
}

body.white-dark-gray .header .text-menu a:hover {
  color: #56595c;
}

body.white-dark-gray .header .text-menu a:hover svg {
  fill: #56595c;
}

body.white-dark-gray .header .search__item input:focus {
  -webkit-box-shadow: 0px 3px 6px 1px #56595c;
  box-shadow: 0px 3px 6px 1px #56595c;
}

body.white-dark-gray .header .search__item button:hover svg {
  fill: #56595c;
}

body.white-dark-gray .header .search__item button:active {
  background: #56595c;
}

body.white-dark-gray .header .search__item button:active svg {
  fill: #ffffff;
}

body.white-dark-gray .header .header__link::after {
  background: #56595c;
}

body.white-dark-gray .header .language li::after {
  background: #111;
}

body.white-dark-gray .header .language a {
  color: #111;
}

body.white-dark-gray .header .language a:hover {
  color: #56595c;
}

body.white-dark-gray .header__actions a {
  color: #343A40;
}

body.white-dark-gray .header__actions a:hover {
  color: #56595c;
}

body.white-dark-gray .header__actions a:hover svg {
  fill: #56595c;
}

body.white-dark-gray .header__actions svg {
  fill: #343A40;
}

body.white-dark-gray .pulse {
  background-color: #56595c;
}

body.white-dark-gray .modal {
  background-color: rgba(0, 0, 0, 0.9);
}

body.white-dark-gray .modal__content {
  background: #ffffff;
  color: #000000;
}

body.white-dark-gray .modal__title {
  color: #343A40;
}

body.white-dark-gray .modal__close {
  color: #343A40;
}

body.white-dark-gray .modal__close::before,
body.white-dark-gray .modal__close::after {
  background: #343A40;
}

body.white-dark-gray .form-modal input {
  border: 1px solid #bbb;
}

body.white-dark-gray .form-modal input:focus {
  border-color: #30b161;
}

body.white-dark-gray .form-modal button {
  background: #04aa7b;
  color: #ffffff;
}

body.white-dark-gray .form-modal button:hover {
  background: #38ef7d;
}

body.white-dark-gray::-webkit-scrollbar {
  width: 12px;
}

body.white-dark-gray::-webkit-scrollbar-track {
  background: #ffffff;
}

body.white-dark-gray::-webkit-scrollbar-thumb {
  background: #56595c;
  border-radius: 8px;
  border: 2px solid #ffffff;
}

body.white-dark-gray::-webkit-scrollbar-thumb:hover {
  background: #434343;
}

/* WHITE_DARK_GRAY END */


/* BLACK_RED */
body.black-red .header {
  background: #ffffff;
}

body.black-red .header .top-header {
  background: -webkit-gradient(linear, left bottom, left top, from(#434343), to(#000000));
  background: -o-linear-gradient(bottom, #434343, #000000);
  background: linear-gradient(to top, #434343, #000000);
}

body.black-red .header .top-header__row {
  border-right: 1px solid #ffffff;
}

@media (max-width: 530px) {
  body.black-red .header .top-header__row {
    border: none;
  }
}

body.black-red .header .top-header__row--location {
  color: #ffffff;
}

body.black-red .header .burger-header__line::before {
  background: rgb(252, 11, 11);
}

body.black-red .header .top-menu a {
  color: #ffffff;
}

body.black-red .header .top-menu a:hover {
  color: rgb(252, 11, 11);
}

body.black-red .header .contacts-header a {
  color: #ffffff;
}

body.black-red .header .contacts-header a:hover {
  color: rgb(252, 11, 11);
}

body.black-red .header .contacts-header a:hover svg {
  fill: rgb(252, 11, 11);
}

body.black-red .header .contacts-header__icon svg {
  fill: #ffffff;
}

body.black-red .header .header__title a:hover {
  color: rgb(252, 11, 11);
}

body.black-red .header .top-social__link svg {
  fill: #ffffff;
}

body.black-red .header .sub-menu a:hover {
  color: rgb(252, 11, 11);
}

body.black-red .header .arrow:hover::before,
body.black-red .header .arrow:hover::after {
  background: rgb(252, 11, 11);
}

body.black-red .header .arrow.active::before,
body.black-red .header .arrow.active::after {
  background: rgb(252, 11, 11);
}

body.black-red .header .big-menu a:hover {
  background: rgb(252, 11, 11);
  color: #ffffff;
}

body.black-red .header .slider-button:hover.slider-button::before,
body.black-red .header .slider-button:hover.slider-button::after {
  background-color: rgb(252, 11, 11);
}

body.black-red .header .text-menu a:hover {
  color: rgb(252, 11, 11);
}

body.black-red .header .text-menu a:hover svg {
  fill: rgb(252, 11, 11);
}

body.black-red .header .search__item input:focus {
  -webkit-box-shadow: 0px 3px 6px 1px rgba(252, 11, 11, 0.5);
  box-shadow: 0px 3px 6px 1px rgba(252, 11, 11, 0.5);
}

body.black-red .header .search__item button:hover svg {
  fill: rgb(252, 11, 11);
}

body.black-red .header .search__item button:active {
  background: rgb(252, 11, 11);
}

body.black-red .header .search__item button:active svg {
  fill: #ffffff;
}

body.black-red .header .header__link::after {
  background: rgb(252, 11, 11);
}

body.black-red .header .language li::after {
  background: #111;
}

body.black-red .header .language a {
  color: #111;
}

body.black-red .header .language a:hover {
  color: rgb(252, 11, 11);
}

body.black-red .header__actions a {
  color: #343A40;
}

body.black-red .header__actions a:hover {
  color: rgb(252, 11, 11);
}

body.black-red .header__actions a:hover svg {
  fill: rgb(252, 11, 11);
}

body.black-red .header__actions svg {
  fill: #343A40;
}

body.black-red .pulse {
  background-color: rgb(252, 11, 11);
}

body.black-red .modal {
  background-color: rgba(0, 0, 0, 0.9);
}

body.black-red .modal__content {
  background: #ffffff;
  color: #000000;
}

body.black-red .modal__title {
  color: #343A40;
}

body.black-red .modal__close {
  color: #343A40;
}

body.black-red .modal__close::before,
body.black-red .modal__close::after {
  background: #343A40;
}

body.black-red .form-modal input {
  border: 1px solid #bbb;
}

body.black-red .form-modal input:focus {
  border-color: #30b161;
}

body.black-red .form-modal button {
  background: #04aa7b;
  color: #ffffff;
}

body.black-red .form-modal button:hover {
  background: #38ef7d;
}

body.black-red::-webkit-scrollbar {
  width: 12px;
}

body.black-red::-webkit-scrollbar-track {
  background: #D3CCE3;
}

body.black-red::-webkit-scrollbar-thumb {
  background: #222;
  border-radius: 8px;
  border: 2px solid #adadad;
}

body.black-red::-webkit-scrollbar-thumb:hover {
  background: rgb(252, 11, 11);
}

/* BLACK_RED END */


/* FULL_BLACK */
body.full-black .header {
  background: #333;
}

body.full-black .header__inner {
  max-height: 30px;
  height: 100%;
}

body.full-black .header .nav {
  background: #333;
  color: rgb(141, 141, 141);
}

body.full-black .header .burger-header__line {
  background: rgb(141, 141, 141);
}

body.full-black .header .burger-header__line::before {
  background: rgb(187, 187, 187);
}

body.full-black .header .top-header {
  background: #333;
  position: relative;
}

body.full-black .header .top-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #555;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  z-index: 1;
  border-radius: 0 0 0 2px;
}

body.full-black .header .top-header__row {
  border-right: 2px solid rgb(141, 141, 141);
}

body.full-black .header .top-header__row--location {
  color: rgb(141, 141, 141);
}

body.full-black .header .top-menu a:hover {
  color: rgb(187, 187, 187);
}

body.full-black .header .contacts-header {
  padding: 7.5px 0;
}

body.full-black .header .contacts-header a {
  color: rgb(141, 141, 141);
}

body.full-black .header .contacts-header a:hover {
  color: rgb(187, 187, 187);
}

body.full-black .header .contacts-header a:hover svg {
  fill: rgb(187, 187, 187);
}

body.full-black .header .contacts-header__icon svg {
  fill: rgb(141, 141, 141);
}

body.full-black .header a {
  color: rgb(141, 141, 141);
}

body.full-black .header .header__item {
  border-color: rgb(141, 141, 141);
}

body.full-black .header .sub-menu li {
  background: #333;
}

body.full-black .header .sub-menu li a {
  color: rgb(141, 141, 141);
}

body.full-black .header .sub-menu li a:hover {
  color: rgb(187, 187, 187);
}

body.full-black .header .big-menu,
body.full-black .header .gallery,
body.full-black .header .small-menu,
body.full-black .header .text-menu {
  background: #333;
  color: rgb(141, 141, 141);
}

body.full-black .header svg {
  fill: rgb(141, 141, 141);
}

body.full-black .header .header__title a:hover {
  color: rgb(187, 187, 187);
}

body.full-black .header .arrow::before,
body.full-black .header .arrow::after {
  background: rgb(141, 141, 141);
}

body.full-black .header .arrow.active::before,
body.full-black .header .arrow.active::after {
  background: rgb(187, 187, 187);
}

body.full-black .header .big-menu a:hover {
  background-color: rgb(70, 70, 70);
  color: rgb(187, 187, 187);
}

body.full-black .header .slider-button:hover.slider-button::before,
body.full-black .header .slider-button:hover.slider-button::after {
  background-color: rgb(141, 141, 141);
}

body.full-black .header .text-menu a:hover {
  color: rgb(187, 187, 187);
}

body.full-black .header .text-menu a:hover svg {
  fill: rgb(187, 187, 187);
}

body.full-black .header .top-social__link:hover {
  background: transparent;
}

body.full-black .header .top-social__link svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.full-black .header .top-social__link svg:hover {
  fill: rgb(187, 187, 187);
}

body.full-black .header .search__item input {
  background: transparent;
  border: 1px solid rgb(187, 187, 187);
  color: #d3d3d3;
}

body.full-black .header .search__item input:focus {
  -webkit-box-shadow: 0px 3px 6px 1px #555;
  box-shadow: 0px 3px 6px 1px #555;
}

body.full-black .header .search__item button {
  background: #333;
}

body.full-black .header .search__item button:hover svg {
  fill: #d3d3d3;
}

body.full-black .header .search__item button:active {
  background: rgb(187, 187, 187);
}

body.full-black .header .search__item button:active svg {
  fill: #ffffff;
}

body.full-black .header .header__link::after {
  background: rgb(187, 187, 187);
}

body.full-black .header .language li::after {
  background: rgb(141, 141, 141);
}

body.full-black .header .language a {
  color: rgb(141, 141, 141);
}

body.full-black .header .language a:hover {
  color: rgb(187, 187, 187);
}

body.full-black .header__actions a {
  color: rgb(141, 141, 141);
}

body.full-black .header__actions a:hover {
  color: rgb(187, 187, 187);
}

body.full-black .header__actions a:hover svg {
  fill: rgb(187, 187, 187);
}

body.full-black .header__actions svg {
  fill: rgb(141, 141, 141);
}

body.full-black .header .nav__close span {
  background: rgb(141, 141, 141);
}

body.full-black .pulse {
  background-color: rgb(141, 141, 141);
}

body.full-black .modal {
  background-color: rgba(0, 0, 0, 0.9);
}

body.full-black .modal__content {
  background: #333;
  color: rgb(187, 187, 187);
}

body.full-black .modal__title {
  color: rgb(187, 187, 187);
}

body.full-black .modal__close {
  color: rgb(187, 187, 187);
}

body.full-black .modal__close::before,
body.full-black .modal__close::after {
  background: rgb(187, 187, 187);
}

body.full-black .modal__link {
  color: #00B4DB !important;
}

body.full-black .form-modal input {
  border: 1px solid #bbb;
  background: #333;
  color: #ffffff;
}

body.full-black .form-modal input:focus {
  border-color: #30b161;
}

body.full-black .form-modal button {
  background: #04aa7b;
  color: #ffffff;
}

body.full-black .form-modal button:hover {
  background: #38ef7d;
}

body.full-black .form-modal__social a:hover {
  color: #ffffff;
}

body.full-black .form-modal__social a:hover svg {
  fill: #ffffff;
}

body.full-black::-webkit-scrollbar {
  width: 12px;
}

body.full-black::-webkit-scrollbar-track {
  background: #bbb;
}

body.full-black::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 8px;
  border: 2px solid #555;
}

body.full-black::-webkit-scrollbar-thumb:hover {
  background: rgb(70, 70, 70);
}

/* FULL_BLACK END */


/* YELLOW_BLUE-WHITE */
body.yellow_blue-white .header {
  background: #ffffff;
}

body.yellow_blue-white .header .top-header {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.82%, #ffe601), color-stop(92.74%, #00B4DB));
  background: -o-linear-gradient(bottom, #ffe601 3.82%, #00B4DB 92.74%);
  background: linear-gradient(0deg, #ffe601 3.82%, #00B4DB 92.74%);
}

body.yellow_blue-white .header .top-header__row {
  border-right: 1px solid #ffffff;
}

@media (max-width: 530px) {
  body.yellow_blue-white .header .top-header__row {
    border: none;
  }
}

body.yellow_blue-white .header .top-header__row--location {
  color: #ffffff;
}

body.yellow_blue-white .header .burger-header__line::before {
  background: #ffe601;
}

body.yellow_blue-white .header .top-menu a {
  color: #ffffff;
}

body.yellow_blue-white .header .top-menu a:hover {
  color: #d3d3d3;
}

body.yellow_blue-white .header .contacts-header a {
  color: #ffffff;
}

body.yellow_blue-white .header .contacts-header a:hover {
  color: #d3d3d3;
}

body.yellow_blue-white .header .contacts-header a:hover svg {
  fill: #d3d3d3;
}

body.yellow_blue-white .header .contacts-header__icon svg {
  fill: #ffffff;
}

body.yellow_blue-white .header .header__title a:hover {
  color: #ffe601;
}

body.yellow_blue-white .header .top-social__link svg {
  fill: #ffffff;
}

body.yellow_blue-white .header .sub-menu a:hover {
  color: #ffe601;
}

body.yellow_blue-white .header .arrow:hover::before,
body.yellow_blue-white .header .arrow:hover::after {
  background: #ffe601;
}

body.yellow_blue-white .header .arrow.active::before,
body.yellow_blue-white .header .arrow.active::after {
  background: #ffe601;
}

body.yellow_blue-white .header .arrow.active::before,
body.yellow_blue-white .header .arrow.active::after {
  background: #ffe601;
}

body.yellow_blue-white .header .big-menu a:hover {
  background: #ffe601;
  color: #ffffff;
}

body.yellow_blue-white .header .slider-button:hover.slider-button::before,
body.yellow_blue-white .header .slider-button:hover.slider-button::after {
  background-color: #ffe601;
}

body.yellow_blue-white .header .text-menu a:hover {
  color: #ffe601;
}

body.yellow_blue-white .header .text-menu a:hover svg {
  fill: #ffe601;
}

body.yellow_blue-white .header .search__item input:focus {
  -webkit-box-shadow: 0px 3px 6px 1px #00B4DB;
  box-shadow: 0px 3px 6px 1px #00B4DB;
}

body.yellow_blue-white .header .search__item button:hover svg {
  fill: #ffe601;
}

body.yellow_blue-white .header .search__item button:active {
  background: #ffe601;
}

body.yellow_blue-white .header .search__item button:active svg {
  fill: #ffffff;
}

body.yellow_blue-white .header .header__link::after {
  background: #ffe601;
}

body.yellow_blue-white .header .language li::after {
  background: #111;
}

body.yellow_blue-white .header .language a {
  color: #111;
}

body.yellow_blue-white .header .language a:hover {
  color: #ffe601;
}

body.yellow_blue-white .header__actions a {
  color: #343A40;
}

body.yellow_blue-white .header__actions a:hover {
  color: #ffe601;
}

body.yellow_blue-white .header__actions a:hover svg {
  fill: #ffe601;
}

body.yellow_blue-white .header__actions svg {
  fill: #343A40;
}

body.yellow_blue-white .pulse {
  background-color: #ffa501;
}

body.yellow_blue-white .modal {
  background-color: rgba(0, 0, 0, 0.9);
}

body.yellow_blue-white .modal__content {
  background: #ffffff;
  color: #000000;
}

body.yellow_blue-white .modal__title {
  color: #343A40;
}

body.yellow_blue-white .modal__close {
  color: #343A40;
}

body.yellow_blue-white .modal__close::before,
body.yellow_blue-white .modal__close::after {
  background: #343A40;
}

body.yellow_blue-white .form-modal input {
  border: 1px solid #bbb;
}

body.yellow_blue-white .form-modal input:focus {
  border-color: #ffe601;
}

body.yellow_blue-white .form-modal button {
  background: #ffe601;
  color: #ffffff;
}

body.yellow_blue-white .form-modal button:hover {
  background: #00B4DB;
}

body.yellow_blue-white::-webkit-scrollbar {
  width: 12px;
}

body.yellow_blue-white::-webkit-scrollbar-track {
  background: #bbb;
}

body.yellow_blue-white::-webkit-scrollbar-thumb {
  background: #ffe601;
  border-radius: 8px;
  border: 2px solid #adadad;
}

body.yellow_blue-white::-webkit-scrollbar-thumb:hover {
  background: #ffa501;
}

/* YELLOW_BLUE-WHITE END */


/* GREEN_BLUE-WHITE */
body.green_blue-white .header {
  background: #ffffff;
}

body.green_blue-white .header .top-header {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.82%, #38ef7d), color-stop(92.74%, #00B4DB));
  background: -o-linear-gradient(bottom, #38ef7d 3.82%, #00B4DB 92.74%);
  background: linear-gradient(0deg, #38ef7d 3.82%, #00B4DB 92.74%);
}

body.green_blue-white .header .top-header__row {
  border-right: 1px solid #ffffff;
}

@media (max-width: 530px) {
  body.green_blue-white .header .top-header__row {
    border: none;
  }
}

body.green_blue-white .header .top-header__row--location {
  color: #ffffff;
}

body.green_blue-white .header .burger-header__line::before {
  background: #38ef7d;
}

body.green_blue-white .header .top-menu a {
  color: #ffffff;
}

body.green_blue-white .header .top-menu a:hover {
  color: #d3d3d3;
}

body.green_blue-white .header .contacts-header a {
  color: #ffffff;
}

body.green_blue-white .header .contacts-header a:hover {
  color: #d3d3d3;
}

body.green_blue-white .header .contacts-header a:hover svg {
  fill: #d3d3d3;
}

body.green_blue-white .header .contacts-header__icon svg {
  fill: #ffffff;
}

body.green_blue-white .header .header__title a:hover {
  color: #38ef7d;
}

body.green_blue-white .header .top-social__link svg {
  fill: #ffffff;
}

body.green_blue-white .header .sub-menu a:hover {
  color: #38ef7d;
}

body.green_blue-white .header .arrow:hover::before,
body.green_blue-white .header .arrow:hover::after {
  background: #38ef7d;
}

body.green_blue-white .header .arrow.active::before,
body.green_blue-white .header .arrow.active::after {
  background: #38ef7d;
}

body.green_blue-white .header .big-menu a:hover {
  background: #38ef7d;
  color: #ffffff;
}

body.green_blue-white .header .slider-button:hover.slider-button::before,
body.green_blue-white .header .slider-button:hover.slider-button::after {
  background-color: #38ef7d;
}

body.green_blue-white .header .text-menu a:hover {
  color: #38ef7d;
}

body.green_blue-white .header .text-menu a:hover svg {
  fill: #38ef7d;
}

body.green_blue-white .header .search__item input:focus {
  -webkit-box-shadow: 0px 3px 6px 1px #38ef7d;
  box-shadow: 0px 3px 6px 1px #38ef7d;
}

body.green_blue-white .header .search__item button:hover svg {
  fill: #38ef7d;
}

body.green_blue-white .header .search__item button:active {
  background: #38ef7d;
}

body.green_blue-white .header .search__item button:active svg {
  fill: #ffffff;
}

body.green_blue-white .header .header__link::after {
  background: #38ef7d;
}

body.green_blue-white .header .language li::after {
  background: #111;
}

body.green_blue-white .header .language a {
  color: #111;
}

body.green_blue-white .header .language a:hover {
  color: #38ef7d;
}

body.green_blue-white .header__actions a {
  color: #343A40;
}

body.green_blue-white .header__actions a:hover {
  color: #38ef7d;
}

body.green_blue-white .header__actions a:hover svg {
  fill: #38ef7d;
}

body.green_blue-white .header__actions svg {
  fill: #343A40;
}

body.green_blue-white .pulse {
  background-color: #38ef7d;
}

body.green_blue-white .modal {
  background-color: rgba(0, 0, 0, 0.9);
}

body.green_blue-white .modal__content {
  background: #ffffff;
  color: #000000;
}

body.green_blue-white .modal__title {
  color: #343A40;
}

body.green_blue-white .modal__close {
  color: #343A40;
}

body.green_blue-white .modal__close::before,
body.green_blue-white .modal__close::after {
  background: #343A40;
}

body.green_blue-white .form-modal input {
  border: 1px solid #bbb;
}

body.green_blue-white .form-modal input:focus {
  border-color: #30b161;
}

body.green_blue-white .form-modal button {
  background: #38ef7d;
  color: #ffffff;
}

body.green_blue-white .form-modal button:hover {
  background: #00B4DB;
}

body.green_blue-white::-webkit-scrollbar {
  width: 12px;
}

body.green_blue-white::-webkit-scrollbar-track {
  background: #D3CCE3;
}

body.green_blue-white::-webkit-scrollbar-thumb {
  background: #00B4DB;
  border-radius: 8px;
  border: 2px solid #adadad;
}

body.green_blue-white::-webkit-scrollbar-thumb:hover {
  background: #38ef7d;
}

/* GREEN_BLUE-WHITE END */


/* YELLOW-WHITE */
body.yellow-white .header {
  background: #ffffff;
}

body.yellow-white .header .top-header {
  background: #ffa501;
}

body.yellow-white .header .top-header__row {
  border-right: 1px solid #ffffff;
}

@media (max-width: 530px) {
  body.yellow-white .header .top-header__row {
    border: none;
  }
}

body.yellow-white .header .top-header__row--location {
  color: #ffffff;
}

body.yellow-white .header .burger-header__line::before {
  background: #ffa501;
}

body.yellow-white .header .top-menu a {
  color: #ffffff;
}

body.yellow-white .header .top-menu a:hover {
  color: #343A40;
}

body.yellow-white .header .contacts-header a {
  color: #ffffff;
}

body.yellow-white .header .contacts-header a:hover {
  color: #343A40;
}

body.yellow-white .header .contacts-header a:hover svg {
  fill: #343A40;
}

body.yellow-white .header .contacts-header__icon svg {
  fill: #ffffff;
}

body.yellow-white .header .header__title a:hover {
  color: #ffa501;
}

body.yellow-white .header .top-social__link svg {
  fill: #ffffff;
}

body.yellow-white .header .sub-menu a:hover {
  color: #ffa501;
}

body.yellow-white .header .arrow:hover::before,
body.yellow-white .header .arrow:hover::after {
  background: #ffa501;
}

body.yellow-white .header .arrow.active::before,
body.yellow-white .header .arrow.active::after {
  background: #ffa501;
}

body.yellow-white .header .big-menu a:hover {
  background: #ffa501;
  color: #ffffff;
}

body.yellow-white .header .slider-button:hover.slider-button::before,
body.yellow-white .header .slider-button:hover.slider-button::after {
  background-color: #ffa501;
}

body.yellow-white .header .text-menu a:hover {
  color: #ffa501;
}

body.yellow-white .header .text-menu a:hover svg {
  fill: #ffa501;
}

body.yellow-white .header .search__item input:focus {
  -webkit-box-shadow: 0px 3px 6px 1px #ffa501;
  box-shadow: 0px 3px 6px 1px #ffa501;
}

body.yellow-white .header .search__item button:hover svg {
  fill: #ffa501;
}

body.yellow-white .header .search__item button:active {
  background: #ffa501;
}

body.yellow-white .header .search__item button:active svg {
  fill: #ffffff;
}

body.yellow-white .header .header__link::after {
  background: #ffa501;
}

body.yellow-white .header .language li::after {
  background: #111;
}

body.yellow-white .header .language a {
  color: #111;
}

body.yellow-white .header .language a:hover {
  color: #ffa501;
}

body.yellow-white .header__actions a {
  color: #343A40;
}

body.yellow-white .header__actions a:hover {
  color: #ffa501;
}

body.yellow-white .header__actions a:hover svg {
  fill: #ffa501;
}

body.yellow-white .header__actions svg {
  fill: #343A40;
}

body.yellow-white .pulse {
  background-color: #ffa501;
}

body.yellow-white .modal {
  background-color: rgba(0, 0, 0, 0.9);
}

body.yellow-white .modal__content {
  background: #ffffff;
  color: #000000;
}

body.yellow-white .modal__title {
  color: #343A40;
}

body.yellow-white .modal__close {
  color: #343A40;
}

body.yellow-white .modal__close::before,
body.yellow-white .modal__close::after {
  background: #343A40;
}

body.yellow-white .form-modal input {
  border: 1px solid #bbb;
}

body.yellow-white .form-modal input:focus {
  border-color: #ffa501;
}

body.yellow-white .form-modal button {
  background: #04aa7b;
  color: #ffffff;
}

body.yellow-white .form-modal button:hover {
  background: #ffa501;
}

body.yellow-white::-webkit-scrollbar {
  width: 12px;
}

body.yellow-white::-webkit-scrollbar-track {
  background: #D3CCE3;
}

body.yellow-white::-webkit-scrollbar-thumb {
  background: #ffa501;
  border-radius: 8px;
  border: 2px solid #adadad;
}

body.yellow-white::-webkit-scrollbar-thumb:hover {
  background: #fd7e15;
}

/* YELLOW-WHITE END */


/* YELLOW-BLACK */
body.yellow-black .header {
  background: #343A40;
}

body.yellow-black .header .top-header {
  background: #ffa501;
}

body.yellow-black .header .top-header__row {
  border-right: 1px solid #ffffff;
}

@media (max-width: 530px) {
  body.yellow-black .header .top-header__row {
    border: none;
  }
}

body.yellow-black .header .top-header__row--location {
  color: #ffffff;
}

body.yellow-black .header .nav {
  background: #343A40;
  color: #ffffff;
}

body.yellow-black .header .nav a {
  color: #ffffff;
}

body.yellow-black .header .navsvg {
  fill: #ffffff;
}

body.yellow-black .header .burger-header__line {
  background: #ffffff;
}

body.yellow-black .header .burger-header__line::before {
  background: #ffa501;
}

body.yellow-black .header .top-menu a {
  color: #ffffff;
}

body.yellow-black .header .top-menu a:hover {
  color: #343A40;
}

body.yellow-black .header .contacts-header a {
  color: #ffffff;
}

body.yellow-black .header .contacts-header a:hover {
  color: #343A40;
}

body.yellow-black .header .contacts-header a:hover svg {
  fill: #343A40;
}

body.yellow-black .header .contacts-header__icon svg {
  fill: #ffffff;
}

body.yellow-black .header .header__title a:hover {
  color: #ffa501;
}

body.yellow-black .header .top-social__link svg {
  fill: #ffffff;
}

body.yellow-black .header .sub-menu li {
  background: #343A40;
}

body.yellow-black .header .sub-menu a:hover {
  color: #ffa501;
}

body.yellow-black .header .arrow::before,
body.yellow-black .header .arrow::after {
  background: #ffffff;
}

body.yellow-black .header .arrow:hover::before,
body.yellow-black .header .arrow:hover::after {
  background: #ffa501;
}

body.yellow-black .header .arrow.active::before,
body.yellow-black .header .arrow.active::after {
  background: #ffa501;
}

body.yellow-black .header .header__link svg,
body.yellow-black .header .small-menu svg,
body.yellow-black .header .text-menu svg {
  fill: #ffffff;
}

body.yellow-black .header .big-menu a:hover {
  background: #ffa501;
  color: #343A40;
}

body.yellow-black .header .slider-button:hover.slider-button::before,
body.yellow-black .header .slider-button:hover.slider-button::after {
  background-color: #ffa501;
}

body.yellow-black .header .text-menu a:hover {
  color: #ffa501;
}

body.yellow-black .header .text-menu a:hover svg {
  fill: #ffa501;
}

body.yellow-black .header .search__item input:focus {
  -webkit-box-shadow: 0px 3px 6px 1px #ffa501;
  box-shadow: 0px 3px 6px 1px #ffa501;
}

body.yellow-black .header .search__item button:hover svg {
  fill: #ffa501;
}

body.yellow-black .header .search__item button:active {
  background: #ffa501;
}

body.yellow-black .header .search__item button:active svg {
  fill: #ffffff;
}

body.yellow-black .header .header__link::after {
  background: #ffa501;
}

body.yellow-black .header .language li::after {
  background: #ffffff;
}

body.yellow-black .header .language a {
  color: #ffffff;
}

body.yellow-black .header .language a:hover {
  color: #ffa501;
}

body.yellow-black .header__actions a {
  color: #ffffff;
}

body.yellow-black .header__actions a:hover {
  color: #ffa501;
}

body.yellow-black .header__actions a:hover svg {
  fill: #ffa501;
}

body.yellow-black .header__actions svg {
  fill: #ffffff;
}

body.yellow-black .header .nav__close span {
  background: #ffffff;
}

body.yellow-black .header .nav__close span::before,
body.yellow-black .header .nav__close span::after {
  background: #ffa501;
}

body.yellow-black .pulse {
  background-color: #ffa501;
}

body.yellow-black .modal {
  background-color: rgba(0, 0, 0, 0.9);
}

body.yellow-black .modal__content {
  background: #333;
  color: rgb(187, 187, 187);
}

body.yellow-black .modal__title {
  color: rgb(187, 187, 187);
}

body.yellow-black .modal__close {
  color: rgb(187, 187, 187);
}

body.yellow-black .modal__close::before,
body.yellow-black .modal__close::after {
  background: rgb(187, 187, 187);
}

body.yellow-black .modal__link {
  color: #ffa501 !important;
}

body.yellow-black .form-modal input {
  border: 1px solid #bbb;
  background: #333;
  color: #ffffff;
}

body.yellow-black .form-modal input:focus {
  border-color: #ffa501;
}

body.yellow-black .form-modal button {
  background: #ffa501;
  color: #ffffff;
}

body.yellow-black .form-modal button:hover {
  background: #fd7e15;
}

body.yellow-black .form-modal__social a:hover {
  color: #ffffff;
}

body.yellow-black .form-modal__social a:hover svg {
  fill: #ffffff;
}

body.yellow-black::-webkit-scrollbar {
  width: 12px;
}

body.yellow-black::-webkit-scrollbar-track {
  background: #343A40;
}

body.yellow-black::-webkit-scrollbar-thumb {
  background: #ffa501;
  border-radius: 8px;
  border: 2px solid #adadad;
}

body.yellow-black::-webkit-scrollbar-thumb:hover {
  background: #fd7e15;
}

/* YELLOW-BLACK END */


/* GREEN-BLACK */
body.green-black .header {
  background: #343A40;
}

body.green-black .header .top-header {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.82%, #38ef7d), color-stop(92.74%, #343A40));
  background: -o-linear-gradient(bottom, #38ef7d 3.82%, #343A40 92.74%);
  background: linear-gradient(0deg, #38ef7d 3.82%, #343A40 92.74%);
}

body.green-black .header .top-header__row {
  border-right: 1px solid #ffffff;
}

@media (max-width: 530px) {
  body.green-black .header .top-header__row {
    border: none;
  }
}

body.green-black .header .top-header__row--location {
  color: #ffffff;
}

body.green-black .header .nav {
  background: #343A40;
  color: #ffffff;
}

body.green-black .header .nav a {
  color: #ffffff;
}

body.green-black .header .navsvg {
  fill: #ffffff;
}

body.green-black .header .burger-header__line {
  background: #ffffff;
}

body.green-black .header .burger-header__line::before {
  background: #38ef7d;
}

body.green-black .header .top-menu a {
  color: #ffffff;
}

body.green-black .header .top-menu a:hover {
  color: #343A40;
}

body.green-black .header .contacts-header a {
  color: #ffffff;
}

body.green-black .header .contacts-header a:hover {
  color: #343A40;
}

body.green-black .header .contacts-header a:hover svg {
  fill: #343A40;
}

body.green-black .header .contacts-header__icon svg {
  fill: #ffffff;
}

body.green-black .header .header__title a:hover {
  color: #38ef7d;
}

body.green-black .header .top-social__link svg {
  fill: #ffffff;
}

body.green-black .header .sub-menu li {
  background: #343A40;
}

body.green-black .header .sub-menu a:hover {
  color: #38ef7d;
}

body.green-black .header .arrow::before,
body.green-black .header .arrow::after {
  background: #ffffff;
}

body.green-black .header .arrow:hover::before,
body.green-black .header .arrow:hover::after {
  background: #38ef7d;
}

body.green-black .header .arrow.active::before,
body.green-black .header .arrow.active::after {
  background: #38ef7d;
}

body.green-black .header .header__link svg,
body.green-black .header .small-menu svg,
body.green-black .header .text-menu svg {
  fill: #ffffff;
}

body.green-black .header .big-menu a:hover {
  background: #38ef7d;
  color: #343A40;
}

body.green-black .header .slider-button:hover.slider-button::before,
body.green-black .header .slider-button:hover.slider-button::after {
  background-color: #38ef7d;
}

body.green-black .header .text-menu a:hover {
  color: #38ef7d;
}

body.green-black .header .text-menu a:hover svg {
  fill: #38ef7d;
}

body.green-black .header .search__item input:focus {
  -webkit-box-shadow: 0px 3px 6px 1px #38ef7d;
  box-shadow: 0px 3px 6px 1px #38ef7d;
}

body.green-black .header .search__item button:hover svg {
  fill: #38ef7d;
}

body.green-black .header .search__item button:active {
  background: #38ef7d;
}

body.green-black .header .search__item button:active svg {
  fill: #ffffff;
}

body.green-black .header .header__link::after {
  background: #38ef7d;
}

body.green-black .header .language li::after {
  background: #ffffff;
}

body.green-black .header .language a {
  color: #ffffff;
}

body.green-black .header .language a:hover {
  color: #38ef7d;
}

body.green-black .header__actions a {
  color: #ffffff;
}

body.green-black .header__actions a:hover {
  color: #38ef7d;
}

body.green-black .header__actions a:hover svg {
  fill: #38ef7d;
}

body.green-black .header__actions svg {
  fill: #ffffff;
}

body.green-black .header .nav__close span {
  background: #ffffff;
}

body.green-black .header .nav__close span::before,
body.green-black .header .nav__close span::after {
  background: #38ef7d;
}

body.green-black .pulse {
  background-color: #38ef7d;
}

body.green-black .modal {
  background-color: rgba(0, 0, 0, 0.9);
}

body.green-black .modal__content {
  background: #333;
  color: rgb(187, 187, 187);
}

body.green-black .modal__title {
  color: rgb(187, 187, 187);
}

body.green-black .modal__close {
  color: rgb(187, 187, 187);
}

body.green-black .modal__close::before,
body.green-black .modal__close::after {
  background: rgb(187, 187, 187);
}

body.green-black .modal__link {
  color: #38ef7d !important;
}

body.green-black .form-modal input {
  border: 1px solid #bbb;
  background: #333;
  color: #ffffff;
}

body.green-black .form-modal input:focus {
  border-color: #38ef7d;
}

body.green-black .form-modal button {
  background: #04aa7b;
  color: #ffffff;
}

body.green-black .form-modal button:hover {
  background: #38ef7d;
}

body.green-black .form-modal__social a:hover {
  color: #ffffff;
}

body.green-black .form-modal__social a:hover svg {
  fill: #ffffff;
}

body.green-black::-webkit-scrollbar {
  width: 12px;
}

body.green-black::-webkit-scrollbar-track {
  background: #343A40;
}

body.green-black::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.82%, #38ef7d), color-stop(92.74%, #343A40));
  background: linear-gradient(0deg, #38ef7d 3.82%, #343A40 92.74%);
  border-radius: 8px;
  border: 2px solid #adadad;
}

/* GREEN-BLACK END */


/* EVENING-SUNSHINE */
body.evening-sunshine .header {
  background: #343A40;
}

body.evening-sunshine .header .top-header {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.82%, #1565C0), color-stop(92.74%, #b92b27));
  background: -o-linear-gradient(bottom, #1565C0 3.82%, #b92b27 92.74%);
  background: linear-gradient(0deg, #1565C0 3.82%, #b92b27 92.74%);
}

body.evening-sunshine .header .top-header__row {
  border-right: 1px solid #ffffff;
}

@media (max-width: 530px) {
  body.evening-sunshine .header .top-header__row {
    border: none;
  }
}

body.evening-sunshine .header .top-header__row--location {
  color: #ffffff;
}

body.evening-sunshine .header .nav {
  background: #343A40;
  color: #d3d3d3;
}

body.evening-sunshine .header .nav a {
  color: #d3d3d3;
}

body.evening-sunshine .header .navsvg {
  fill: #d3d3d3;
}

body.evening-sunshine .header .burger-header__line {
  background: #d3d3d3;
}

body.evening-sunshine .header .burger-header__line::before {
  background: #1565C0;
}

body.evening-sunshine .header .top-menu a {
  color: #ffffff;
}

body.evening-sunshine .header .top-menu a:hover {
  color: #d3d3d3;
}

body.evening-sunshine .header .contacts-header a {
  color: #ffffff;
}

body.evening-sunshine .header .contacts-header a:hover {
  color: #d3d3d3;
}

body.evening-sunshine .header .contacts-header a:hover svg {
  fill: #d3d3d3;
}

body.evening-sunshine .header .contacts-header__icon svg {
  fill: #ffffff;
}

body.evening-sunshine .header .header__title a:hover {
  color: #1565C0;
}

body.evening-sunshine .header .top-social__link svg {
  fill: #ffffff;
}

body.evening-sunshine .header .sub-menu li {
  background: #343A40;
}

body.evening-sunshine .header .sub-menu a:hover {
  color: #1565C0;
}

body.evening-sunshine .header .arrow::before,
body.evening-sunshine .header .arrow::after {
  background: #d3d3d3;
}

body.evening-sunshine .header .arrow:hover::before,
body.evening-sunshine .header .arrow:hover::after {
  background: #1565C0;
}

body.evening-sunshine .header .arrow.active::before,
body.evening-sunshine .header .arrow.active::after {
  background: #1565C0;
}

body.evening-sunshine .header .header__link svg,
body.evening-sunshine .header .small-menu svg,
body.evening-sunshine .header .text-menu svg {
  fill: #d3d3d3;
}

body.evening-sunshine .header .big-menu a:hover {
  background: #1565C0;
  color: #ffffff;
}

body.evening-sunshine .header .slider-button:hover.slider-button::before,
body.evening-sunshine .header .slider-button:hover.slider-button::after {
  background-color: #1565C0;
}

body.evening-sunshine .header .text-menu a:hover {
  color: #1565C0;
}

body.evening-sunshine .header .text-menu a:hover svg {
  fill: #1565C0;
}

body.evening-sunshine .header .search__item input:focus {
  -webkit-box-shadow: 0px 3px 6px 1px #1565C0;
  box-shadow: 0px 3px 6px 1px #1565C0;
}

body.evening-sunshine .header .search__item button:hover svg {
  fill: #1565C0;
}

body.evening-sunshine .header .search__item button:active {
  background: #1565C0;
}

body.evening-sunshine .header .search__item button:active svg {
  fill: #ffffff;
}

body.evening-sunshine .header .header__link::after {
  background: #1565C0;
}

body.evening-sunshine .header .language li::after {
  background: #ffffff;
}

body.evening-sunshine .header .language a {
  color: #d3d3d3;
}

body.evening-sunshine .header .language a:hover {
  color: #1565C0;
}

body.evening-sunshine .header__actions a {
  color: #d3d3d3;
}

body.evening-sunshine .header__actions a:hover {
  color: #1565C0;
}

body.evening-sunshine .header__actions a:hover svg {
  fill: #1565C0;
}

body.evening-sunshine .header__actions svg {
  fill: #ffffff;
}

body.evening-sunshine .header .nav__close span {
  background: #d3d3d3;
}

body.evening-sunshine .header .nav__close span::before,
body.evening-sunshine .header .nav__close span::after {
  background: #1565C0;
}

body.evening-sunshine .header .header__item {
  border-color: #555;
}

body.evening-sunshine .pulse {
  background-color: #1565C0;
}

body.evening-sunshine .modal {
  background-color: rgba(0, 0, 0, 0.9);
}

body.evening-sunshine .modal__content {
  background: #333;
  color: rgb(187, 187, 187);
}

body.evening-sunshine .modal__title {
  color: rgb(187, 187, 187);
}

body.evening-sunshine .modal__close {
  color: rgb(187, 187, 187);
}

body.evening-sunshine .modal__close::before,
body.evening-sunshine .modal__close::after {
  background: rgb(187, 187, 187);
}

body.evening-sunshine .modal__link {
  color: #1565C0 !important;
}

body.evening-sunshine .form-modal input {
  border: 1px solid #bbb;
  background: #333;
  color: #ffffff;
}

body.evening-sunshine .form-modal input:focus {
  border-color: #1565C0;
}

body.evening-sunshine .form-modal button {
  background: #1565C0;
  color: #ffffff;
}

body.evening-sunshine .form-modal button:hover {
  background: #004e92;
}

body.evening-sunshine .form-modal__social a:hover {
  color: #ffffff;
}

body.evening-sunshine .form-modal__social a:hover svg {
  fill: #ffffff;
}

body.evening-sunshine::-webkit-scrollbar {
  width: 12px;
}

body.evening-sunshine::-webkit-scrollbar-track {
  background: #343A40;
}

body.evening-sunshine::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.82%, #1565C0), color-stop(92.74%, #b92b27));
  background: linear-gradient(0deg, #1565C0 3.82%, #b92b27 92.74%);
  border-radius: 8px;
  border: 2px solid #adadad;
}

/* EVENING-SUNSHINE END */


/* ARGON */
body.argon .header {
  background: #fdeff9;
}

body.argon .header .top-header {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-11%, #fdeff9), color-stop(#ec38bc), color-stop(#7303c0), to(#03001e));
  background: -o-linear-gradient(top, #fdeff9 -11%, #ec38bc, #7303c0, #03001e);
  background: linear-gradient(to bottom, #fdeff9 -11%, #ec38bc, #7303c0, #03001e);
}

body.argon .header .top-header__row {
  border-right: 1px solid #ffffff;
}

@media (max-width: 530px) {
  body.argon .header .top-header__row {
    border: none;
  }
}

body.argon .header .top-header__row--location {
  color: #ffffff;
}

body.argon .header .burger-header__line::before {
  background: #fdeff9;
}

body.argon .header .top-menu a {
  color: #ffffff;
}

body.argon .header .top-menu a:hover {
  color: #d3d3d3;
}

body.argon .header .contacts-header a {
  color: #ffffff;
}

body.argon .header .contacts-header a:hover {
  color: #d3d3d3;
}

body.argon .header .contacts-header a:hover svg {
  fill: #d3d3d3;
}

body.argon .header .contacts-header__icon svg {
  fill: #ffffff;
}

body.argon .header .header__title a:hover {
  color: #7303c0;
}

body.argon .header .top-social__link svg {
  fill: #ffffff;
}

body.argon .header .sub-menu a:hover {
  color: #7303c0;
}

body.argon .header .arrow:hover::before,
body.argon .header .arrow:hover::after {
  background: #7303c0;
}

body.argon .header .arrow.active::before,
body.argon .header .arrow.active::after {
  background: #7303c0;
}

body.argon .header .big-menu a:hover {
  background: #7303c0;
  color: #ffffff;
}

body.argon .header .slider-button:hover.slider-button::before,
body.argon .header .slider-button:hover.slider-button::after {
  background-color: #7303c0;
}

body.argon .header .text-menu a:hover {
  color: #7303c0;
}

body.argon .header .text-menu a:hover svg {
  fill: #7303c0;
}

body.argon .header .search__item input:focus {
  -webkit-box-shadow: 0px 3px 6px 1px #7303c0;
  box-shadow: 0px 3px 6px 1px #7303c0;
}

body.argon .header .search__item button:hover svg {
  fill: #7303c0;
}

body.argon .header .search__item button:active {
  background: #7303c0;
}

body.argon .header .search__item button:active svg {
  fill: #ffffff;
}

body.argon .header .header__link::after {
  background: #7303c0;
}

body.argon .header .language li::after {
  background: #111;
}

body.argon .header .language a {
  color: #111;
}

body.argon .header .language a:hover {
  color: #7303c0;
}

body.argon .header__actions a {
  color: #343A40;
}

body.argon .header__actions a:hover {
  color: #7303c0;
}

body.argon .header__actions a:hover svg {
  fill: #7303c0;
}

body.argon .header__actions svg {
  fill: #343A40;
}

body.argon .pulse {
  background-color: #7303c0;
}

body.argon .modal {
  background-color: rgba(0, 0, 0, 0.9);
}

body.argon .modal__content {
  background: #ffffff;
  color: #000000;
}

body.argon .modal__title {
  color: #343A40;
}

body.argon .modal__close {
  color: #343A40;
}

body.argon .modal__close::before,
body.argon .modal__close::after {
  background: #343A40;
}

body.argon .form-modal input {
  border: 1px solid #bbb;
}

body.argon .form-modal input:focus {
  border-color: #7303c0;
}

body.argon .form-modal button {
  background: #7303c0;
  color: #ffffff;
}

body.argon::-webkit-scrollbar {
  width: 12px;
}

body.argon::-webkit-scrollbar-track {
  background: #D3CCE3;
}

body.argon::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#fdeff9), color-stop(#ec38bc), color-stop(#7303c0), to(#03001e));
  background: linear-gradient(to bottom, #fdeff9, #ec38bc, #7303c0, #03001e);
  border-radius: 8px;
  border: 2px solid #adadad;
}

/* ARGON END */


/* FLICKR */
body.flickr .header {
  background: #343A40;
}

body.flickr .header .top-header {
  background: -webkit-gradient(linear, left bottom, left top, from(#ff0084), to(#33001b));
  background: -o-linear-gradient(bottom, #ff0084, #33001b);
  background: linear-gradient(0deg, #ff0084, #33001b);
}

body.flickr .header .top-header__row {
  border-right: 1px solid #ffffff;
}

@media (max-width: 530px) {
  body.flickr .header .top-header__row {
    border: none;
  }
}

body.flickr .header .top-header__row--location {
  color: #ffffff;
}

body.flickr .header .nav {
  background: #343A40;
  color: #d3d3d3;
}

body.flickr .header .nav a {
  color: #d3d3d3;
}

body.flickr .header .nav svg {
  fill: #d3d3d3;
}

body.flickr .header .burger-header__line {
  background: #d3d3d3;
}

body.flickr .header .burger-header__line::before {
  background: #ff0084;
}

body.flickr .header .top-menu a {
  color: #ffffff;
}

body.flickr .header .top-menu a:hover {
  color: #d3d3d3;
}

body.flickr .header .contacts-header a {
  color: #ffffff;
}

body.flickr .header .contacts-header a:hover {
  color: #d3d3d3;
}

body.flickr .header .contacts-header a:hover svg {
  fill: #d3d3d3;
}

body.flickr .header .contacts-header__icon svg {
  fill: #ffffff;
}

body.flickr .header .header__title a:hover {
  color: #ff0084;
}

body.flickr .header .top-social__link svg {
  fill: #ffffff;
}

body.flickr .header .sub-menu li {
  background: #343A40;
}

body.flickr .header .sub-menu a:hover {
  color: #ff0084;
}

body.flickr .header .arrow::before,
body.flickr .header .arrow::after {
  background: #d3d3d3;
}

body.flickr .header .arrow:hover::before,
body.flickr .header .arrow:hover::after {
  background: #ff0084;
}

body.flickr .header .arrow.active::before,
body.flickr .header .arrow.active::after {
  background: #ff0084;
}

body.flickr .header .header__link svg,
body.flickr .header .small-menu svg,
body.flickr .header .text-menu svg {
  fill: #d3d3d3;
}

body.flickr .header .big-menu a:hover {
  background: #ff0084;
  color: #ffffff;
}

body.flickr .header .slider-button:hover.slider-button::before,
body.flickr .header .slider-button:hover.slider-button::after {
  background-color: #ff0084;
}

body.flickr .header .text-menu a:hover {
  color: #ff0084;
}

body.flickr .header .text-menu a:hover svg {
  fill: #ff0084;
}

body.flickr .header .search__item input:focus {
  -webkit-box-shadow: 0px 3px 6px 1px #ff0084;
  box-shadow: 0px 3px 6px 1px #ff0084;
}

body.flickr .header .search__item button:hover svg {
  fill: #ff0084;
}

body.flickr .header .search__item button:active {
  background: #ff0084;
}

body.flickr .header .search__item button:active svg {
  fill: #ffffff;
}

body.flickr .header .header__link::after {
  background: #ff0084;
}

body.flickr .header .language li::after {
  background: #ffffff;
}

body.flickr .header .language a {
  color: #d3d3d3;
}

body.flickr .header .language a:hover {
  color: #ff0084;
}

body.flickr .header__actions a {
  color: #d3d3d3;
}

body.flickr .header__actions a:hover {
  color: #ff0084;
}

body.flickr .header__actions a:hover svg {
  fill: #ff0084;
}

body.flickr .header__actions svg {
  fill: #ffffff;
}

body.flickr .header .nav__close span {
  background: #d3d3d3;
}

body.flickr .header .nav__close span::before,
body.flickr .header .nav__close span::after {
  background: #ff0084;
}

body.flickr .header .header__item {
  border-color: #555;
}

body.flickr .pulse {
  background-color: #ff0084;
}

body.flickr .modal {
  background-color: rgba(0, 0, 0, 0.9);
}

body.flickr .modal__content {
  background: #333;
  color: rgb(187, 187, 187);
}

body.flickr .modal__title {
  color: rgb(187, 187, 187);
}

body.flickr .modal__close {
  color: rgb(187, 187, 187);
}

body.flickr .modal__close::before,
body.flickr .modal__close::after {
  background: rgb(187, 187, 187);
}

body.flickr .modal__link {
  color: #ff0084 !important;
}

body.flickr .form-modal input {
  border: 1px solid #bbb;
  background: #333;
  color: #ffffff;
}

body.flickr .form-modal input:focus {
  border-color: #ff0084;
}

body.flickr .form-modal button {
  background: #ec38bc;
  color: #ffffff;
}

body.flickr .form-modal button:hover {
  background: #ff0084;
}

body.flickr .form-modal__social a:hover {
  color: #ffffff;
}

body.flickr .form-modal__social a:hover svg {
  fill: #ffffff;
}

body.flickr::-webkit-scrollbar {
  width: 12px;
}

body.flickr::-webkit-scrollbar-track {
  background: #343A40;
}

body.flickr::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left bottom, left top, from(#ff0084), to(#33001b));
  background: linear-gradient(0deg, #ff0084, #33001b);
  border-radius: 8px;
  border: 2px solid #adadad;
}

/* FLICKR END */


/* FROST */
body.frost .header {
  background: #343A40;
}

body.frost .header .top-header {
  background: -webkit-gradient(linear, left bottom, left top, from(#004e92), to(#000428));
  background: -o-linear-gradient(bottom, #004e92, #000428);
  background: linear-gradient(to top, #004e92, #000428);
}

body.frost .header .top-header__row {
  border-right: 1px solid #ffffff;
}

@media (max-width: 530px) {
  body.frost .header .top-header__row {
    border: none;
  }
}

body.frost .header .top-header__row--location {
  color: #ffffff;
}

body.frost .header .nav {
  background: #343A40;
  color: #d3d3d3;
}

body.frost .header .nav a {
  color: #d3d3d3;
}

body.frost .header .navsvg {
  fill: #d3d3d3;
}

body.frost .header .burger-header__line {
  background: #d3d3d3;
}

body.frost .header .burger-header__line::before {
  background: #004e92;
}

body.frost .header .top-menu a {
  color: #ffffff;
}

body.frost .header .top-menu a:hover {
  color: #d3d3d3;
}

body.frost .header .contacts-header a {
  color: #ffffff;
}

body.frost .header .contacts-header a:hover {
  color: #d3d3d3;
}

body.frost .header .contacts-header a:hover svg {
  fill: #d3d3d3;
}

body.frost .header .contacts-header__icon svg {
  fill: #ffffff;
}

body.frost .header .header__title a:hover {
  color: #004e92;
}

body.frost .header .top-social__link svg {
  fill: #ffffff;
}

body.frost .header .sub-menu li {
  background: #343A40;
}

body.frost .header .sub-menu a:hover {
  color: #004e92;
}

body.frost .header .arrow::before,
body.frost .header .arrow::after {
  background: #d3d3d3;
}

body.frost .header .arrow:hover::before,
body.frost .header .arrow:hover::after {
  background: #004e92;
}

body.frost .header .arrow.active::before,
body.frost .header .arrow.active::after {
  background: #004e92;
}

body.frost .header .header__link svg,
body.frost .header .small-menu svg,
body.frost .header .text-menu svg {
  fill: #d3d3d3;
}

body.frost .header .big-menu a:hover {
  background: #004e92;
  color: #ffffff;
}

body.frost .header .slider-button:hover.slider-button::before,
body.frost .header .slider-button:hover.slider-button::after {
  background-color: #004e92;
}

body.frost .header .text-menu a:hover {
  color: #004e92;
}

body.frost .header .text-menu a:hover svg {
  fill: #004e92;
}

body.frost .header .search__item input:focus {
  -webkit-box-shadow: 0px 3px 6px 1px #004e92;
  box-shadow: 0px 3px 6px 1px #004e92;
}

body.frost .header .search__item button:hover svg {
  fill: #004e92;
}

body.frost .header .search__item button:active {
  background: #004e92;
}

body.frost .header .search__item button:active svg {
  fill: #ffffff;
}

body.frost .header .header__link::after {
  background: #004e92;
}

body.frost .header .language li::after {
  background: #ffffff;
}

body.frost .header .language a {
  color: #d3d3d3;
}

body.frost .header .language a:hover {
  color: #004e92;
}

body.frost .header__actions a {
  color: #d3d3d3;
}

body.frost .header__actions a:hover {
  color: #004e92;
}

body.frost .header__actions a:hover svg {
  fill: #004e92;
}

body.frost .header__actions svg {
  fill: #ffffff;
}

body.frost .header .nav__close span {
  background: #d3d3d3;
}

body.frost .header .nav__close span::before,
body.frost .header .nav__close span::after {
  background: #004e92;
}

body.frost .header .header__item {
  border-color: #555;
}

body.frost .pulse {
  background-color: #004e92;
}

body.frost .modal {
  background-color: rgba(0, 0, 0, 0.9);
}

body.frost .modal__content {
  background: #333;
  color: rgb(187, 187, 187);
}

body.frost .modal__title {
  color: rgb(187, 187, 187);
}

body.frost .modal__close {
  color: rgb(187, 187, 187);
}

body.frost .modal__close::before,
body.frost .modal__close::after {
  background: rgb(187, 187, 187);
}

body.frost .modal__link {
  color: #4babd8 !important;
}

body.frost .form-modal input {
  border: 1px solid #bbb;
  background: #333;
  color: #ffffff;
}

body.frost .form-modal input:focus {
  border-color: #004e92;
}

body.frost .form-modal button {
  background: #1565C0;
  color: #ffffff;
}

body.frost .form-modal button:hover {
  background: #004e92;
}

body.frost .form-modal__social a:hover {
  color: #ffffff;
}

body.frost .form-modal__social a:hover svg {
  fill: #ffffff;
}

body.frost::-webkit-scrollbar {
  width: 12px;
}

body.frost::-webkit-scrollbar-track {
  background: #343A40;
}

body.frost::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left bottom, left top, from(#004e92), color-stop(99%, #000428));
  background: linear-gradient(0deg, #004e92, #000428 99%);
  border-radius: 8px;
  border: 2px solid #adadad;
}

/* FROST END */


/* ZINC */
body.zinc .header {
  background: #343A40;
}

body.zinc .header .top-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#ada996), color-stop(#f2f2f2), color-stop(#dbdbdb), to(#eaeaea));
  background: -o-linear-gradient(top, #ada996, #f2f2f2, #dbdbdb, #eaeaea);
  background: linear-gradient(to bottom, #ada996, #f2f2f2, #dbdbdb, #eaeaea);
}

body.zinc .header .top-header__row {
  border-right: 1px solid #343A40;
}

@media (max-width: 530px) {
  body.zinc .header .top-header__row {
    border: none;
  }
}

body.zinc .header .top-header__row--location {
  color: #343A40;
}

body.zinc .header .nav {
  background: #343A40;
  color: #d3d3d3;
}

body.zinc .header .nav a {
  color: #d3d3d3;
}

body.zinc .header .navsvg {
  fill: #d3d3d3;
}

body.zinc .header .burger-header__line {
  background: #d3d3d3;
}

body.zinc .header .burger-header__line::before {
  background: #343A40;
}

body.zinc .header .top-menu a {
  color: #343A40;
}

body.zinc .header .contacts-header a {
  color: #343A40;
}

body.zinc .header .contacts-header__icon svg {
  fill: #343A40;
}

body.zinc .header .header__title a:hover {
  color: #eaeaea;
}

body.zinc .header .top-social__link:hover svg {
  fill: #ffffff;
}

body.zinc .header .top-social__link svg {
  fill: #343A40;
}

body.zinc .header .sub-menu li {
  background: #343A40;
}

body.zinc .header .sub-menu a:hover {
  color: #eaeaea;
}

body.zinc .header .arrow::before,
body.zinc .header .arrow::after {
  background: #d3d3d3;
}

body.zinc .header .arrow:hover::before,
body.zinc .header .arrow:hover::after {
  background: #eaeaea;
}

body.zinc .header .arrow.active::before,
body.zinc .header .arrow.active::after {
  background: #eaeaea;
}

body.zinc .header .header__link svg,
body.zinc .header .small-menu svg,
body.zinc .header .text-menu svg {
  fill: #d3d3d3;
}

body.zinc .header .big-menu a:hover {
  background: #eaeaea;
  color: #343A40;
}

body.zinc .header .slider-button:hover.slider-button::before,
body.zinc .header .slider-button:hover.slider-button::after {
  background-color: #eaeaea;
}

body.zinc .header .text-menu a:hover {
  color: #eaeaea;
}

body.zinc .header .text-menu a:hover svg {
  fill: #eaeaea;
}

body.zinc .header .search__item input:focus {
  -webkit-box-shadow: 0px 3px 6px 1px #eaeaea;
  box-shadow: 0px 3px 6px 1px #eaeaea;
}

body.zinc .header .search__item button:hover svg {
  fill: #eaeaea;
}

body.zinc .header .search__item button:active {
  background: #eaeaea;
}

body.zinc .header .search__item button:active svg {
  fill: #ffffff;
}

body.zinc .header .header__link::after {
  background: #eaeaea;
}

body.zinc .header .language li::after {
  background: #ffffff;
}

body.zinc .header .language a {
  color: #d3d3d3;
}

body.zinc .header .language a:hover {
  color: #eaeaea;
}

body.zinc .header__actions a {
  color: #d3d3d3;
}

body.zinc .header__actions a:hover {
  color: #eaeaea;
}

body.zinc .header__actions a:hover svg {
  fill: #eaeaea;
}

body.zinc .header__actions svg {
  fill: #ffffff;
}

body.zinc .header .nav__close span {
  background: #d3d3d3;
}

body.zinc .header .nav__close span::before,
body.zinc .header .nav__close span::after {
  background: #343A40;
}

body.zinc .header .header__item {
  border-color: #555;
}

body.zinc .pulse {
  background-color: #eaeaea;
}

body.zinc .modal {
  background-color: rgba(0, 0, 0, 0.9);
}

body.zinc .modal__content {
  background: #333;
  color: rgb(187, 187, 187);
}

body.zinc .modal__title {
  color: rgb(187, 187, 187);
}

body.zinc .modal__close {
  color: rgb(187, 187, 187);
}

body.zinc .modal__close::before,
body.zinc .modal__close::after {
  background: rgb(187, 187, 187);
}

body.zinc .modal__link {
  color: #4babd8 !important;
}

body.zinc .form-modal input {
  border: 1px solid #bbb;
  background: #333;
  color: #ffffff;
}

body.zinc .form-modal input:focus {
  border-color: #38ef7d;
}

body.zinc .form-modal button {
  background: #eaeaea;
  color: #343A40;
}

body.zinc .form-modal button:hover {
  background: #D3CCE3;
}

body.zinc .form-modal__social a:hover {
  color: #ffffff;
}

body.zinc .form-modal__social a:hover svg {
  fill: #ffffff;
}

body.zinc::-webkit-scrollbar {
  width: 12px;
}

body.zinc::-webkit-scrollbar-track {
  background: #343A40;
}

body.zinc::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#ada996), color-stop(#f2f2f2), color-stop(#dbdbdb), to(#eaeaea));
  background: linear-gradient(to bottom, #ada996, #f2f2f2, #dbdbdb, #eaeaea);
  border-radius: 8px;
  border: 2px solid #adadad;
}

/* ZINC END */

/* HEADER-STYLES END */

/* HEADER END */




/* PRESNTATION CONTENT */

/* INTRO */
.intro {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 90px;
  z-index: 2;
  color: #ffffff;
}

.intro::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.308);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.intro img,
.intro source {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.intro__inner {
  position: relative;
  z-index: 2;
}

.colors {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  height: 102px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 100%;
  z-index: 2;
  -webkit-transform: translate(-50px, 50%);
  -ms-transform: translate(-50px, 50%);
  transform: translate(-50px, 50%);
  border: 1px solid #000000;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(161, 161, 161, 0.548);
  box-shadow: 0px 0px 5px 1px rgba(161, 161, 161, 0.548);
  border-radius: 10px 0px 0px 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

@media (max-width: 768px) {
  .colors {
    height: 62px;
  }
}

.colors__coll {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.colors__icon {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px;
  height: 100%;
  position: relative;
  background: #ffffff;
  cursor: pointer;
  border-right: 1px solid #000000;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.colors__list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.colors__list:not(:last-child) {
  border-bottom: 2px solid #ffffff;
}

.colors__list li {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

@media (max-width: 768px) {
  .colors__list li {
    width: 30px;
    height: 30px;
  }
}

.icon-colors__big,
.icon-colors__small {
  display: inline-block;
  position: absolute;
}

.icon-colors__big svg,
.icon-colors__small svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  fill: #000000;
}

.icon-colors__big {
  width: 30px;
  height: 30px;
  top: 50%;
  left: 8%;
  -webkit-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  transform: translate(0, -40%);
  -webkit-animation: right__roll linear 3s infinite both;
  animation: right__roll linear 3s infinite both;
}

.icon-colors__small {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 46%;
  left: 64%;
  -webkit-animation: left__roll linear 3s infinite both;
  animation: left__roll linear 3s infinite both;
}

.colors-active {
  left: 100%;
  -webkit-transform: translate(-100%, 50%);
  -ms-transform: translate(-100%, 50%);
  transform: translate(-100%, 50%);
}

.colors-active .icon-colors {
  background: #333;
}

.colors-active .icon-colors svg {
  fill: #ffffff;
}

.colors-active .icon-colors__big {
  -webkit-animation: right__roll linear 10s infinite both;
  animation: right__roll linear 10s infinite both;
}

.colors-active .icon-colors__small {
  -webkit-animation: left__roll linear 10s infinite both;
  animation: left__roll linear 10s infinite both;
}

/* DATA_ATTRIBUTES */
[data-color=gray-white-red] {
  background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(#d3d3d3));
  background: -o-linear-gradient(bottom, #f3f3f3, #d3d3d3);
  background: linear-gradient(to top, #f3f3f3, #d3d3d3);
}

[data-color=red-white-red] {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(252, 11, 11)), to(rgb(180, 1, 1)));
  background: -o-linear-gradient(bottom, rgb(252, 11, 11), rgb(180, 1, 1));
  background: linear-gradient(to top, rgb(252, 11, 11), rgb(180, 1, 1));
}

[data-color=white-green] {
  background-color: #04aa7b;
}

[data-color=green-white-green] {
  background: -webkit-gradient(linear, left top, left bottom, from(#38ef7d), to(#11998e));
  background: -o-linear-gradient(top, #38ef7d, #11998e);
  background: linear-gradient(to bottom, #38ef7d, #11998e);
}

[data-color=white-blue] {
  background-color: #4b88d8;
}

[data-color=blue-white-blue] {
  background: -webkit-gradient(linear, left bottom, left top, from(#016688), to(#00B4DB));
  background: -o-linear-gradient(bottom, #016688, #00B4DB);
  background: linear-gradient(to top, #016688, #00B4DB);
}

[data-color=white-gray] {
  background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#adadad));
  background: -o-linear-gradient(top, #e9e9e9, #adadad);
  background: linear-gradient(to bottom, #e9e9e9, #adadad);
}

[data-color=white-dark-gray] {
  background: -webkit-gradient(linear, left top, left bottom, from(#56595c), to(#2d2f30));
  background: -o-linear-gradient(top, #56595c, #2d2f30);
  background: linear-gradient(to bottom, #56595c, #2d2f30);
}

[data-color=black-red] {
  background: -webkit-gradient(linear, left bottom, left top, from(#434343), to(#000000));
  background: -o-linear-gradient(bottom, #434343, #000000);
  background: linear-gradient(to top, #434343, #000000);
}

[data-color=full-black] {
  background-color: #333;
}

[data-color=yellow_blue-white] {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.82%, #ffe601), color-stop(92.74%, #00B4DB));
  background: -o-linear-gradient(bottom, #ffe601 3.82%, #00B4DB 92.74%);
  background: linear-gradient(0deg, #ffe601 3.82%, #00B4DB 92.74%);
}

[data-color=green_blue-white] {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.82%, #38ef7d), color-stop(92.74%, #00B4DB));
  background: -o-linear-gradient(bottom, #38ef7d 3.82%, #00B4DB 92.74%);
  background: linear-gradient(0deg, #38ef7d 3.82%, #00B4DB 92.74%);
}

[data-color=yellow-white] {
  background: #ffa501;
}

[data-color=yellow-black] {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.82%, #343A40), color-stop(92.74%, #ffe601));
  background: -o-linear-gradient(bottom, #343A40 3.82%, #ffe601 92.74%);
  background: linear-gradient(0deg, #343A40 3.82%, #ffe601 92.74%);
}

[data-color=green-black] {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.82%, #38ef7d), color-stop(92.74%, #343A40));
  background: -o-linear-gradient(bottom, #38ef7d 3.82%, #343A40 92.74%);
  background: linear-gradient(0deg, #38ef7d 3.82%, #343A40 92.74%);
}

[data-color=evening-sunshine] {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.82%, #1565C0), color-stop(92.74%, #b92b27));
  background: -o-linear-gradient(bottom, #1565C0 3.82%, #b92b27 92.74%);
  background: linear-gradient(0deg, #1565C0 3.82%, #b92b27 92.74%);
}

[data-color=argon] {
  background: -webkit-gradient(linear, left top, left bottom, from(#fdeff9), color-stop(#ec38bc), color-stop(#7303c0), to(#03001e));
  background: -o-linear-gradient(top, #fdeff9, #ec38bc, #7303c0, #03001e);
  background: linear-gradient(to bottom, #fdeff9, #ec38bc, #7303c0, #03001e);
}

[data-color=flickr] {
  background: -webkit-gradient(linear, left bottom, left top, from(#ff0084), to(#33001b));
  background: -o-linear-gradient(bottom, #ff0084, #33001b);
  background: linear-gradient(0deg, #ff0084, #33001b);
}

[data-color=frost] {
  background: -webkit-gradient(linear, left bottom, left top, from(#004e92), to(#000428));
  background: -o-linear-gradient(bottom, #004e92, #000428);
  background: linear-gradient(to top, #004e92, #000428);
}

[data-color=zinc] {
  background: -webkit-gradient(linear, left bottom, left top, from(#274046), to(#E6DADA));
  background: -o-linear-gradient(bottom, #274046, #E6DADA);
  background: linear-gradient(to top, #274046, #E6DADA);
}

/* DATA_ATTRIBUTES END */

/* INTRO END */

/* FOOTER */
.footer {
  min-height: 300px;
  text-align: center;
  background-color: yellowgreen;
}

/* FOOTER END */

/* PRESENTATION CONTENT END */