html {
  height: 100%;
}

body {
  min-height: 100%;
  font-weight: 300;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: 1.15em;
  margin: 0.6em 0;
  color: #010101;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.2em;
}

p {
  line-height: 1.45em;
  margin: 0 0 0.6em 0;
}

ul {
  list-style: none;
}

.section-title h2,
.section-title h1 {
  padding: 0;
  font-size: 2.6em;
  margin: 0;
  font-weight: 700;
  display: inline-block;
}

.section-title h2 a,
.section-title h1 a {
  color: #010101;
  text-decoration: none;
}

.section-title {
  padding-bottom: 20px;
  position: relative;
}

.section-title {
  color: #cccccc;
}

.section-desc {
  position: relative;
  padding: 20px 0 0 0;
  color: #686a63;
  font-size: 1.3em;
  max-width: 640px;
  line-height: 1.45em;
}

.section-desc p {
  margin: 0;
}

.section-title:after,
.separator-pink {
  content: "";
  display: block;
  width: 110px;
  height: 16px;
  background: url(../img/separator-pink.svg) no-repeat;
  background-size: cover;
  margin-top: 20px;
}

.separator-green {
  content: "";
  display: block;
  width: 110px;
  height: 16px;
  background: url(../img/separator-green.svg) no-repeat;
  background-size: cover;
  margin-top: 20px;
}

.section-admin {
  padding-bottom: 20px;
  position: relative;
}

/*-------------------------*/

/***** HEADER *****/

/*-------------------------*/

#header .header-wrapper,
#header .logo-col,
#header .menu-col,
#header.header-sticky .logo-col,
#header .logo {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#header,
.header-sticky {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

#header {
  background: #ffffff;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 82px;
}

#header {
  -webkit-box-shadow: 0px 2px 92px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 92px 0px rgb(0 0 0 / 10%);
}

/*
#header.header-sticky {
  height:72px!important; 
}

#header.header-sticky .logo {
  max-width: 156px;
  max-height: 58px;
}

#header.header-sticky .menu-col .menu ul > li > ul {
  padding-top: 40px;
}

#header.header-sticky .menu-col {
  padding: 10px 0;
}

#header.header-sticky .logo-col {
  width: 200px;
  padding: 10px 0;
}

*/

#header .header-wrapper {
  display: table;
  width: 100%;
  position: relative;
}

#header .logo-col {
  display: table-cell;
  vertical-align: middle;
  width: 170px;
  padding: 20px 0;
}



#header .menu-col {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 20px 0 20px 50px;
}



#header .trigger-col {
  display: none;
  vertical-align: middle;
  padding: 0;
  width: 40px;
}

#header .phone-col {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  width: 232px;
  text-align: right;
}

#header .logo {
  height: auto;
  width: auto;
  display: block;
  max-width: 220px;
  max-height: 71px;
  vertical-align: middle;
}

.btn,
.btn-phone {
  background: #4b531e;
  background: linear-gradient(90deg, #4b531e 0%, #5b6428 100%);
  text-shadow: 1px 1px 2px #4b531e;
  color: #fbf8d9;
  border: 0;
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 1em;
  padding: 14px 26px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn-phone:hover,
.btn-phone:focus,
.btn-phone:active {
  background: #697331;
  background: linear-gradient(90deg, #697331 0%, #4a4f28 100%);
  text-shadow: 1px 1px 2px #4b531e;
  color: #fbf8d9;
  text-decoration: none;
}

.btn-red,
.offer-btn-red {
  background: #de2122;
  background: linear-gradient(90deg, #de2122 0%, #e03031 100%);
  border: 2px solid #de2122;
  text-shadow: 1px 1px 2px #c31516;
  color: #fbf8d9;
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 1em;
  padding: 16px 35px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.2em;
}

.btn-red:hover,
.offer-btn-red:hover {
  background: #df2e2f;
  background: linear-gradient(90deg, #e43233 0%, #dd3b3b 100%);
  text-shadow: 1px 1px 2px #c31516;
  color: #fbf8d9;
  text-decoration: none;
}

.offer-btn-green-line,
.btn-green-line {
  border: 2px solid #bdb76b;
  color: #bdb76b;
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 1em;
  padding: 14px 35px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.2em;
}

.btn i,
.btn-green-line i,
.btn-red i,
.offer-btn-green-line i,
.offer-btn-red i {
  vertical-align: text-bottom;
}

.btn-green-line:hover,
.offer-btn-green-line:hover {
  color: #ffffff;
  border: 2px solid #ffffff;
  text-decoration: none;
}

/*-------------------------*/

/***** MENU *****/

/*-------------------------*/

.menu-col .menu-wrapper {
  max-width: 665px;
  float: right;
  width: 100%;
  font-size: 1.12em;
}

.menu-col .menu-wrapper .menu > ul {
  margin: 0;
  padding: 0;
  float: right;
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 600;
}

.menu-col .menu-wrapper .menu > ul li {
  position: relative;
  display: table-cell;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
  max-height: none;
  vertical-align: middle;
  text-align: left;
}

.menu-col .menu-wrapper .menu > ul li a {
  color: #313139;
  cursor: pointer;
  text-decoration: none;
}

.menu-col .menu-wrapper .menu > ul li a:hover {
  color: #bdb76b;
}

.menu-col .menu-wrapper .menu > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 200px;
  left: -20px;
  padding: 60px 0px 10px 0px;
  background-color: #fff;
  z-index: 100;
  /*visibility: hidden;
    opacity: 0;*/
}

.menu-col .menu-wrapper .menu > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding: 10px 0px 10px 0px;
  background-color: #fff;
  left: 200px;
  width: 200px;
  top: -10px;
  font-size: 1.1em;
}

.menu-col .menu-wrapper .menu ul > li ul li.has-children::before {
  padding-right: 0.25em;
  padding-left: 0.25em;
  color: #d6d7d8;
  font-family: "Seditio" !important;
  content: "\ea61";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 6px;
  top: calc(50% - 7px);
}

.visib {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-col .menu-wrapper .menu > ul > li > ul li {
  display: block;
  text-align: left;
  font-size: 0.9em;
  padding-left: 20px;
  padding-right: 20px;
}

.menu-col .menu-wrapper .menu > ul > li > ul a {
  display: block;
  line-height: 20px;
  padding: 5px 0;
}

/*-------------------------*/

/***** MOBILE TRIGGER *****/

/*-------------------------*/

.nav-trigger {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 30px;
  font-size: 30px;
  float: right;
  white-space: nowrap;
  color: transparent;
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 20px;
  border-radius: 1px;
  background: #313139;
}

.nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 44%;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.nav-trigger span::before,
.nav-trigger span::after {
  /* other 2 lines */
  content: "";
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}

.nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}

.nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}

.nav-trigger.nav-is-visible span::after {
  top: 5px;
}

.nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(255, 255, 255, 0);
}

.nav-trigger.nav-is-visible span::before,
.nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #313139;
}

.nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-1px) rotate(45deg);
  transform: translateX(4px) translateY(-1px) rotate(45deg);
}

.nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}

.mobile-menu {
  display: none;
  position: fixed;
  left: 0;
  margin-top: 0px;
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  background: #ffffff;
  z-index: 8000;
  border-top: 1px solid #e0e0e0;
}

.js-menu {
  flex: 1 0 auto;
}

.js-box {
  display: flex;
  flex-direction: column;
  min-height: calc(100% - 62px);
  margin-bottom: 62px;
}

.js-contacts {
    padding: 24px;
}

.js-contacts .order-contacts {
    padding-top: 0px;
    padding-bottom: 20px;
}

.js-contacts .order-contacts-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 12px;
}

.js-contacts .order-contacts-value {
    font-weight: 600;
    font-size: 1.0em;
    color: #313139;
    line-height: 1.4em;
}

.js-contacts .order-contacts-value a {
    color: #313139;
    text-decoration: none;
}

.js-contacts .order-contacts-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: rgb(155 155 155 / 18%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #de2122;
}

.js-contacts .order-contacts-label {
    font-size: 0.7em;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c76868;
    margin-bottom: 4px;
}

.nav-is-visible {
  display: block;
}

.slinky-menu {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/*-------------------------*/

/***** OFFER + SLIDER *****/

/*-------------------------*/

/*
#offer {
    position: relative;
    height: calc(100vh - 82px);
    height: calc(100dvh - 82px);
    margin-top: 82px;
    max-height: 100%;
    overflow: hidden;
}
*/

#offer {
  position: relative;
  height: calc(100vh);
  height: calc(100dvh);
  margin-top: 0;
  max-height: 100%;
  min-height: 960px;
  overflow: hidden;
}

.offer-body {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  color: #ffffff;
}

.offer-box {
  width: 100%;
  padding-top: 90px;
}

.offer-slider {
  height: 100%;
  min-height: 500px;
  background-color: #8c8c8c;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.offer-slider .slick-list,
.offer-slider .slick-track {
  height: 100%;
}

.offer-slider .slide-item {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height:100%;
}

.offer-slider .slide-item:after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  background: #14150d;
  background: -moz-linear-gradient(45deg, #14150d 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(45deg, #14150d 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(45deg, #14150d 0%, rgba(0, 0, 0, 0) 100%);
}

.offer-slider .slide-item img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 3s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.1);
}

.offer-slider .slide-item.slick-active img {
  transform: scale(1);
  animation: slide_animate 5s 1 ease-in-out;
}

.offer-label {
  display: inline-block;
  background: #ebd8d0;
  border-radius: 30px;
  padding: 9px 15px;
  color: #0a0a0a;
  margin-bottom: 7px;
}

.offer-label i {
  color: #de2122;
}

.offer-title {
  max-width: 730px;
}

.offer-title h1 {
  font-weight: 700;
  margin: 0;
  color: #ffffff;
  font-size: 4em;
  line-height: 1.35em;
}

.offer-title h1 span {
  color: #bdb76b;
}

.offer-desc {
  color: #d4d1a7;
  font-size: 1.35em;
  max-width: 600px;
  padding: 30px 0;
}

.offer-regards-box {
  max-width: 640px;
  border-top: 1px solid #bdb76b40;
  padding-top: 67px;
  margin-top: 60px;
}

.offer-regards {
  display: table;
  width: 100%;
}

.offer-regards-item {
  display: table-cell;
  width: 33.33333%;
}

.offer-regards-title {
  font-size: 2.5em;
  color: #bdb76b;
  font-weight: 600;
}

.offer-regards-desc {
  color: #ffffff;
  font-size: 1.1em;
  padding-top: 3px;
}

.offer-buttons .offer-btn-red {
  margin-right: 18px;
}

.zoom {
  animation: zoom 15s ease 0s normal both infinite;
  -webkit-animation: zoom 15s ease 0s normal both infinite;
  -moz-animation: zoom 15s ease 0s normal both infinite;
  -ms-animation: zoom 15s ease 0s normal both infinite;
  -o-animation: zoom 15s ease 0s normal both infinite;
}

@keyframes slide_animate {
  from {
    transform: scale(1.2) translate(0px);
  }

  to {
    transform: scale(1) translate(0px);
  }
}

@keyframes zoom {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes zoom {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes zoom {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes slideshow {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

/*-------------------------*/

/***** SERVICES *****/

/*-------------------------*/

#services {
  padding: 78px 0 70px 0;
}

.col-services {
  margin-top: 24px;
}

.services-box {
  background: rgb(189, 183, 107);
  background-image: -moz-linear-gradient(
    135deg,
    rgb(189, 183, 107) 0%,
    rgb(239, 240, 235) 0%,
    rgb(239, 240, 235) 100%
  );
  background-image: -webkit-linear-gradient(
    135deg,
    rgb(189, 183, 107) 0%,
    rgb(239, 240, 235) 0%,
    rgb(239, 240, 235) 100%
  );
  background-image: -ms-linear-gradient(
    135deg,
    rgb(189, 183, 107) 0%,
    rgb(239, 240, 235) 0%,
    rgb(239, 240, 235) 100%
  );
  background-image: linear-gradient(
    135deg,
    rgb(189, 183, 107) 0%,
    rgb(239, 240, 235) 0%,
    rgb(239, 240, 235) 100%
  );
  border-radius: 14px;
  padding: 32px 32px 36px 36px;
  height: 100%;
  transition: all 0.25s;
  position: relative;
  display: flex;
  flex-direction: column;
}

.services-box:hover {
  transform: translateY(-2px);
  box-shadow: 0px 14px 45px #ebf4862e;
}

.services-icon {
  position: relative;
  color: #4b531e;
  font-size: 40px;
  height: 55px;
}

.services-icon i {
  line-height: 1;
}

.services-title {
  max-width: 315px;
}

.services-title h3 {
  font-size: 1.22em;
  line-height: 1.35em;
  font-weight: 700;
  margin: 0;
  color: #010101;
}

.services-desc {
  color: #010101;
  padding-top: 23px;
  padding-bottom: 20px;
  font-size: 1em;
  flex: 1 1 auto;
}

.services-desc p {
  margin: 0;
}

.services-desc strong {
  font-weight: 700;
  color: #313139;
}

.services-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 18px;
  margin-top: auto;
}

.services-tags span {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  padding: 5px 10px;
  background: #ffffff;
  color: #4b531e;
  font-weight: 700;
  font-size: 0.8em;
  letter-spacing: 0.01em;
  line-height: 1;
  border: 1px solid #dee0d9;
}

/*-------------------------*/

/***** ABOUT *****/

/*-------------------------*/

#about {
  padding: 78px 0 70px 0;
}

#about .section-title h2 {
  max-width: 400px;
}

.about-grid {
  display: flex;
  gap: 22px;
  max-width: 570px;
}

.about-grid-col {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 50%;
}

.about-grid-col--right {
  margin-top: 58px;
}

.about-media {
  border-radius: 14px;
  overflow: hidden;
  background: #e8e8e8;
  box-shadow: 0px 10px 35px rgb(0 0 0 / 6%);
}

.about-img {
  display: block;
  width: 100%;
  height: auto;
}

.about-stat {
  border-radius: 14px;
  padding: 22px 22px;
  box-shadow: 0px 10px 35px rgb(0 0 0 / 6%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 128px;
}

.about-stat--dark {
  background: #4b531e;
  background: linear-gradient(90deg, #6c7730 0%, #484f1f 100%);
}

.about-stat--light {
  background: #bdb76b;
  background-image: linear-gradient(135deg, #4b531e 0%, #bdb76a26 100%);
}

.about-stat-title {
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
}

.about-stat-desc {
  padding-top: 8px;
  font-size: 1em;
  color: rgb(255 255 255 / 85%);
}

.about-desc {
  color: #686a63;
  font-size: 1.16em;
  max-width: 560px;
  padding-top: 14px;
  line-height: 1.65em;
}

.about-desc p {
  margin: 0;
}

.about-desc strong {
  font-weight: 700;
  color: #010101;
}

.about-features {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 26px;
  padding-top: 30px;
  max-width: 600px;
}

.about-feature {
  display: flex;
  align-items: flex-start;
  flex: 1 1 calc(50% - 13px);
  min-width: 200px;
}

.about-feature-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 9px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bdb76b;
  border: 1px solid rgb(0 0 0 / 6%);
  font-size: 20px;
}

.about-feature-icon i {
  line-height: 1;
}

.about-feature-body {
  flex: 1;
  margin-left: 14px;
  min-width: 0;
}

.about-feature-title {
  margin: 0;
  font-weight: 500;
  color: #010101;
  font-size: 1.2em;
  line-height: 1.2em;
  padding-bottom: 5px;
}

.about-feature-desc {
  margin: 4px 0 0 0;
  color: #686a63;
  font-size: 0.95em;
  line-height: 1.4em;
}

.about-quote {
  margin-top: 30px;
  background: #f5f5f1;
  border-radius: 14px;
  padding: 18px 22px 18px 22px;
  border: 1px solid rgb(0 0 0 / 6%);
  position: relative;
  max-width: 600px;
}

.about-quote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  border-radius: 14px 0 0 14px;
  background: #4b531e;
}

.about-quote-body {
  color: #313139;
  font-style: italic;
  line-height: 1.45em;
  padding-left: 12px;
  font-size: 1.2em;
}

/*-------------------------*/

/***** HOWORKS *****/

/*-------------------------*/

#howorks {
  position: relative;
  padding: 86px 0;
  background: url(../img/howork_bg.jpg) no-repeat center center;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}

#howorks:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(44 52 17 / 24%);
  z-index: 1;
}

#howorks .container {
  position: relative;
  z-index: 2;
}

.howorks-title {
  max-width: 580px;
}

.howorks-title h2 {
  color: #ffffff;
}

.howorks-desc {
  color: #bdb76b;
}

.howorks-title::after {
  content: "";
  display: block;
  width: 110px;
  height: 16px;
  background: url(../img/separator-green.svg) no-repeat;
  background-size: cover;
  margin-top: 18px;
  opacity: 0.85;
}

.howorks-steps {
  padding-top: 38px;
}

.howorks-step {
  position: relative;
  padding-top: 18px;
}

.howorks-num {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3.2em;
  font-weight: 800;
  line-height: 1;
  color: rgb(189 183 107 / 51%);
  letter-spacing: 0.02em;
}

.howorks-num:before {
  content: "";
  position: absolute;
  left: -34px;
  bottom: 2px;
  width: 26px;
  height: 2px;
  background: rgb(189 183 107 / 51%);
}

.howorks-steps > div:first-child .howorks-num:before {
  display: none;
}

.howorks-step-title {
  padding-top: 62px;
  font-weight: 600;
  color: #ffffff;
  font-size: 1.1em;
}

.howorks-step-desc {
  padding-top: 10px;
  color: #bdb76b;
  font-size: 0.95em;
  line-height: 1.5em;
  max-width: 260px;
}

.howorks-step-desc p {
  margin: 0;
}

/*-------------------------*/

/***** LISTING *****/

/*-------------------------*/

#list, #page, #system, #plugins {
    padding: 130px 0 80px 0;
    border-bottom: 1px solid #f2f2f2;
}

.section-desc-oth {
    position: relative;
    padding: 20px 0 0 0;
    color: #686a63;
    font-size: 1.2em;
    max-width: 640px;
    line-height: 1.45em;
}

/*-------------------------*/

/***** PRODUCTIONS *****/

/*-------------------------*/

#productions {
  padding: 78px 0 70px 0;
}

#productions .section-desc {
    max-width: 550px;
}

.productions-col {
  margin-top: 30px;
}

.prod-card {
  display: block;
  text-decoration: none;
  color: #010101;
}

.prod-media {
  border-radius: 14px;
  overflow: hidden;
  background: #cfcfcf;
  box-shadow: 0px 10px 35px rgb(0 0 0 / 6%);
  transition: all 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.prod-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  transform: scale(1);
  transition: transform 0.35s;
}

.prod-title {
  text-align: center;
  padding-top: 16px;
  font-weight: 700;
  font-size: 1.16em;
  color: #010101;
}

.prod-card:hover,
.prod-card:focus {
  text-decoration: none;
  color: #010101;
}

.prod-card:hover .prod-media,
.prod-card:focus .prod-media {
  transform: translateY(-2px);
  box-shadow: 0px 16px 45px rgb(0 0 0 / 9%);
}

.prod-card:hover .prod-img,
.prod-card:focus .prod-img {
  transform: scale(1.03);
}

/*-------------------------*/

/***** GALLERY *****/

/*-------------------------*/

.gallery-col {
	margin-top: 30px;
}

.gallery-card {
	display: block;
	text-decoration: none;
	color: #010101;
}

.gallery-media {
	border-radius: 14px;
	overflow: hidden;
	background: #cfcfcf;
	box-shadow: 0px 10px 35px rgb(0 0 0 / 6%);
	transition: all 0.25s;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 26px;
}

.gallery-img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
	transform: scale(1);
	transition: transform 0.35s;
}

.gallery-title {
	text-align: center;
	padding-top: 16px;
	line-height: 1.4em;
	font-weight: 700;
	font-size: 1.1em;
	color: #010101;
}

.gallery-desc {
    padding-top: 15px;
    font-size: 0.9em;
    line-height: 1.4em;
    text-align: center;
    color: #686a63;
}

.gallery-card:hover,
.gallery-card:focus {
	text-decoration: none;
	color: #010101;
}

.gallery-card:hover .gallery-media,
.gallery-card:focus .gallery-media {
	transform: translateY(-2px);
	box-shadow: 0px 16px 45px rgb(0 0 0 / 9%);
}

.gallery-card:hover .gallery-img,
.gallery-card:focus .gallery-img {
	transform: scale(1.03);
}

/*-------------------------*/

/***** MATERIALS *****/

/*-------------------------*/

#materials {
  padding: 78px 0 70px 0;
  background: #f8f8f8;
}

.materials-row {
  padding-top: 10px;
}

.materials-col {
  margin-top: 30px;
}

.materials-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px;
  height: 100%;
  box-shadow: 0px 10px 35px rgb(0 0 0 / 6%);
  border: 1px solid rgb(0 0 0 / 6%);
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  align-items: start;
}

.materials-card--empty {
  background: transparent;
  box-shadow: none;
  border: 0;
}

.materials-card-img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f5f1;
  border: 1px solid rgb(0 0 0 / 6%);
}

.materials-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.materials-card-title {
  font-weight: 600;
  color: #010101;
  line-height: 1.25em;
  font-size: 1.05em;
  padding-top: 2px;
}

.materials-card-desc {
  color: #686a63;
  font-size: 0.95em;
  line-height: 1.45em;
  padding-top: 6px;
}

/*-------------------------*/

/***** TRUST *****/

/*-------------------------*/

#trust {
  padding: 62px 0;
  background: #ffffff;
}

.trust-title {
  text-align: center;
  color: #8f918c;
  letter-spacing: 0.24em;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
}

.trust-grid {
  margin: 0 auto;
  padding-top: 36px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  align-items: center;
  justify-items: center;
  max-width: 1100px;
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.trust-logo {
  display: block;
  width: 100%;
  max-width: 160px;
  height: 111px;
  object-fit: contain;
  object-position: center;
}

.trust-label {
  padding-top: 10px;
  color: #313139;
  font-weight: 800;
  font-size: 0.72em;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/*-------------------------*/

/***** ORDER *****/

/*-------------------------*/

#order {
  position: relative;
  padding: 78px 0 82px 0;
  background: #4b531e;
  background: linear-gradient(90deg, #4b531e 0%, #5b6428 100%);
  color: #ffffff;
}

#order .container {
  position: relative;
  z-index: 1;
}

.order-row {
  align-items: center;
}

.order-contact-col {
  margin-bottom: 30px;
}

.order-title h2 {
	color: #ffffff;
	max-width: 360px;
}

.order-desc {
  color: #bdb76b;
  max-width: 480px;
}

.order-title::after {
  content: "";
  display: block;
  width: 110px;
  height: 16px;
  background: url(../img/separator-green.svg) no-repeat;
  background-size: cover;
  margin-top: 18px;
  opacity: 0.85;
}

.order-contacts {
  padding-top: 28px;
}

.order-contacts-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 40px;
}

.order-contacts-item:last-child {
  margin-bottom: 0;
}

.order-contacts-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: rgb(255 255 255 / 18%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bdb76b;
}

.order-contacts-icon i {
  font-size: 18px;
  line-height: 1;
}

.order-contacts-label {
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bdb76b;
  margin-bottom: 4px;
}

.order-contacts-value {
  font-weight: 700;
  font-size: 1.05em;
  color: #ffffff;
  line-height: 1.4em;
}

.order-contacts-value a {
  color: #ffffff;
  text-decoration: none;
}

.order-contacts-value a:hover {
  text-decoration: underline;
  color: #ffffff;
}

.order-form-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0px 16px 50px rgb(0 0 0 / 14%);
  padding: 36px 32px 38px 32px;
}

.order-form-row {
  margin-bottom: 18px;
}

.order-form-row--double {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.order-form-field {
  margin-bottom: 18px;
  position: relative;
}

.order-form-row--double .order-form-field {
  margin-bottom: 0;
}

.order-form-label {
  display: block;
  font-size: 0.72em;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8f918c;
  margin-bottom: 8px;
}

input[type="text"].order-form-input,
input[type="tel"].order-form-input,
.order-form-select,
.order-form-textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  background: #f8f8f8;
  font-size: 1em;
  color: #010101;
  font-family: inherit;
  transition:
    border-color 0.2s,
    background 0.2s;
}

input[type="text"].order-form-input:focus,
input[type="tel"].order-form-input:focus,
.order-form-input:focus,
.order-form-select:focus,
.order-form-textarea:focus {
  outline: none;
  border-color: #bdb76b;
  background: #ffffff;
}

.order-form-textarea {
  min-height: 100px;
  resize: vertical;
}

.order-form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23686a63' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.order-form-consent {
  margin-bottom: 24px;
  position: relative;
}

.order-form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 0.88em;
  color: #686a63;
  line-height: 1.45em;
}

.order-form-checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.order-form-checkbox-mark {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.order-form-checkbox input:checked + .order-form-checkbox-mark {
  background: #4b531e;
  border-color: #4b531e;
}

.order-form-checkbox input:checked + .order-form-checkbox-mark::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-top: -2px;
}

.order-form-btn {
  max-width: 340px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/*-------------------------*/

/***** FOOTER *****/

/*-------------------------*/

#footer {
  background: #ffffff;
  padding: 56px 0 0 0;
  color: #313139;
}

.footer-top {
  padding-bottom: 32px;
}

.footer-col {
  margin-bottom: 28px;
}

.footer-logo {
  display: inline-block;
  font-size: 1.8em;
  font-weight: 800;
  color: #de2122;
  text-decoration: none;
  margin-bottom: 12px;
}

.footer-logo:hover {
  color: #de2122;
  text-decoration: none;
}

.footer-desc {
  font-size: 0.95em;
  line-height: 1.5em;
  color: #686a63;
  max-width: 320px;
}

.footer-desc p {
  margin: 0;
}

.footer-title {
  font-size: 0.72em;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8f918c;
  margin-bottom: 16px;
}

.footer-nav ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding:0;
  margin:0;
}

.footer-nav a {
  color: #313139;
  text-decoration: none;
  font-size: 1em;
  transition: color 0.2s;
}

.footer-nav a:hover {
  color: #bdb76b;
  text-decoration: none;
}

.footer-legal {
  margin-top: 18px;
  font-size: 0.9em;
  color: #686a63;
  line-height: 1.6em;
}

.footer-map-placeholder {
  width: 100%;
  min-height: 350px;
  background: #e5e5e5;
  border-radius: 10px;
  overflow:hidden;
}

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}   

#contactsmap {
	width:100%;
	min-height: 350px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding: 22px 0 26px 0;
  margin-top: 32px;
  border-top: 1px solid #e8e8e8;
  font-size: 0.9em;
  color: #8f918c;
}

/* =========================== */

.mfb-component--br {
  box-sizing: border-box;
  margin: 25px;
  position: fixed;
  white-space: nowrap;
  z-index: 300000;
  padding-left: 0;
  list-style: none;
}

.mfb-component--br *,
.mfb-component--br *:before,
.mfb-component--br *:after {
  box-sizing: inherit;
}

.mfb-component--br {
  right: 0;
  bottom: 0;
}

.mfb-component__button--main,
.mfb-component__button--child {
	background: #bdb76b;
	background-image: linear-gradient(135deg, #4b531e 0%, #bdb76a26 100%);
	display: inline-block;
	position: relative;
	border: none;
	border-radius: 50%;
	box-shadow:
	0 0 4px rgba(0, 0, 0, 0.14),
	0 4px 8px rgba(0, 0, 0, 0.28);
	cursor: pointer;
	outline: none;
	padding: 0;
	position: relative;
	-webkit-user-drag: none;
	color: #ffffff;
}

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

.mfb-component__list > li {
  display: block;
  position: absolute;
  top: 0;
  right: 1px;
  padding: 10px 0;
  margin: -10px 0;
}

.mfb-component__icon,
.mfb-component__main-icon--active,
.mfb-component__main-icon--resting,
.mfb-component__child-icon {
  position: absolute;
  font-size: 22px;
  text-align: center;
  line-height: 56px !important;
  width: 100%;
}

.mfb-component__wrap {
  padding: 25px;
  margin: -25px;
}

[data-mfb-toggle='hover']:hover .mfb-component__icon,
[data-mfb-toggle='hover']:hover .mfb-component__main-icon--active,
[data-mfb-toggle='hover']:hover .mfb-component__main-icon--resting,
[data-mfb-toggle='hover']:hover .mfb-component__child-icon,
[data-mfb-state='open'] .mfb-component__icon,
[data-mfb-state='open'] .mfb-component__main-icon--active,
[data-mfb-state='open'] .mfb-component__main-icon--resting,
[data-mfb-state='open'] .mfb-component__child-icon {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

[data-mfb-toggle='hover']:hover .mfb-circlephone,
[data-mfb-state='open'] .mfb-circlephone,
[data-mfb-toggle='hover']:hover .mfb-circle-fill,
[data-mfb-state='open'] .mfb-circle-fill {
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mfb-component__button--main {
  height: 56px;
  width: 56px;
  z-index: 20;
}

.mfb-component__button--child {
  height: 56px;
  width: 56px;
}

.mfb-component__button--child:hover {
  color: #fbf8d9;
}

.mfb-component__main-icon--active,
.mfb-component__main-icon--resting {
  -webkit-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 1, 1);
}

.mfb-component__child-icon,
.mfb-component__child-icon {
  line-height: 56px;
  font-size: 22px;
}

.mfb-component__main-icon--active {
  opacity: 0;
}

[data-mfb-toggle='hover']:hover .mfb-component__main-icon,
[data-mfb-state='open'] .mfb-component__main-icon {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

[data-mfb-toggle='hover']:hover .mfb-component__main-icon--resting,
[data-mfb-state='open'] .mfb-component__main-icon--resting {
  opacity: 0;
  position: absolute !important;
}

[data-mfb-toggle='hover']:hover .mfb-component__main-icon--active,
[data-mfb-state='open'] .mfb-component__main-icon--active {
  opacity: 1;
}

.mfb-component--br.mfb-slidein .mfb-component__list li {
  opacity: 0;
  transition: all 0.5s;
}

.mfb-component--br.mfb-slidein[data-mfb-toggle='hover']:hover .mfb-component__list li,
.mfb-component--br.mfb-slidein[data-mfb-state='open'] .mfb-component__list li {
  opacity: 1;
}

.mfb-component--br.mfb-slidein[data-mfb-toggle='hover']:hover .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-slidein[data-mfb-state='open'] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}

.mfb-component--br.mfb-slidein[data-mfb-toggle='hover']:hover .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-slidein[data-mfb-state='open'] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(-140px);
  transform: translateY(-140px);
}

.mfb-component--br.mfb-slidein[data-mfb-toggle='hover']:hover .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-slidein[data-mfb-state='open'] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-210px);
  transform: translateY(-210px);
}

.mfb-component--br.mfb-slidein[data-mfb-toggle='hover']:hover .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-slidein[data-mfb-state='open'] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-280px);
  transform: translateY(-280px);
}

.mfb-circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #4b531e;
    width: 100px;
    height: 100px;
    bottom: -20px;
    right: -23px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 0.5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mfb-circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #bdb76b;
    width: 76px;
    height: 76px;
    bottom: -9px;
    right: -12px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.st-facebook {
  background: #3b5998;
}

.st-vk {
  background: #507299;
}

.st-max {
  background: linear-gradient(135deg, #007bff 0%, #8e44ad 100%);
}

.st-instagram {
  background: #ff0066;
}

.st-whatsapp {
  background: #5ec758;
}

.st-telegram {
  background: #2ea3e6;
}

.st-phone {
  background: #351c75;
}

.st-ok {
  background: #ff4600;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
}

@keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }

  50% {
    transform: rotate(8deg);
  }

  100% {
    transform: rotate(-8deg);
  }
}

@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
  }

  50% {
    -webkit-transform: rotate(8deg);
  }

  100% {
    -webkit-transform: rotate(-8deg);
  }
}

@-moz-keyframes circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }

  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }

  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}

@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-o-keyframes circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }

  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }

  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}

@keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-moz-keyframes circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-o-keyframes circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}


