@keyframes onclick-class {
  0% {
    top: 0;
    font-size: 16px; }
  100% {
    top: -16px;
    font-size: 12px; } }

@keyframes onclick-class-blur {
  0% {
    top: -16px;
    font-size: 12px; }
  100% {
    top: 0;
    font-size: 16px; } }

@keyframes success-send {
  0% {
    z-index: -2;
    visibility: hidden;
    opacity: 0; }
  1% {
    z-index: 5;
    visibility: visible;
    opacity: 0; }
  100% {
    z-index: 5;
    opacity: 1;
    visibility: initial; } }

@keyframes out-slider-header {
  0% {
    transform: translateY(0px);
    opacity: 1; }
  100% {
    transform: translateY(-20px);
    opacity: 0; } }

@keyframes in-slider-header {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }

@keyframes out-slider-text {
  0% {
    transform: translateX(0px);
    opacity: 1; }
  100% {
    transform: translateX(-100px);
    opacity: 0; } }

@keyframes in-slider-text {
  0% {
    transform: translateX(100px);
    opacity: 0; }
  100% {
    transform: translateX(0px);
    opacity: 1; } }

@keyframes out-slider-img {
  0% {
    transform: translateY(0px);
    opacity: 1; }
  100% {
    transform: translateY(20px);
    opacity: 0; } }

@keyframes in-slider-img {
  0% {
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }

@keyframes wrapper-press-latter-slide-right {
  0% {
    transform: translateX(0vw);
    opacity: 1; }
  100% {
    transform: translateX(45vw);
    opacity: 0; } }

@keyframes wrapper-now-latter-slide-right {
  0% {
    transform: translateX(0vw);
    opacity: 1; }
  100% {
    transform: translateX(-45vw);
    opacity: 0; } }

@keyframes press-latter-slide-right {
  0% {
    transform: translateY(5vw);
    opacity: 0; }
  40% {
    transform: translateX(0vw);
    transform: translateY(0vw);
    opacity: 1; }
  100% {
    transform: translateX(30vw);
    opacity: 0; } }

@keyframes now-latter-slide-right {
  0% {
    transform: translateY(-5vw);
    opacity: 0; }
  40% {
    transform: translateX(0vw);
    transform: translateY(0vw);
    opacity: 1; }
  100% {
    transform: translateX(-30vw);
    opacity: 0; } }

@keyframes hidden-preloader {
  0% {
    height: 100%; }
  99% {
    height: 100%; }
  100% {
    height: 0;
    overflow: hidden; } }

/*@keyframes menu-section-in{
	0%{
		visibility: visible;
	}
	100%{
		visibility: visible;
	}
}*/
@keyframes menu-mask-anim {
  0% {
    visibility: visible; }
  99% {
    visibility: visible; }
  100% {
    visibility: hidden; } }

@keyframes menu-section-in-left {
  0% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }

@keyframes menu-section-in-right {
  0% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }

@keyframes menu-header-in {
  0% {
    transform: translateY(-40px);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }

@keyframes menu-header-item-in {
  0% {
    transform: translateY(40px);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }

@keyframes menu-section-out {
  0% {
    visibility: visible; }
  99% {
    visibility: visible; }
  100% {
    visibility: hidden; } }

@keyframes menu-section-out-left {
  0% {
    transform: translateX(0%);
    opacity: 1; }
  100% {
    transform: translateX(-100%);
    opacity: 0; } }

@keyframes menu-section-out-right {
  0% {
    transform: translateX(0%);
    opacity: 1; }
  100% {
    transform: translateX(100%);
    opacity: 0; } }

@keyframes menu-header-out {
  0% {
    transform: translateY(0px);
    opacity: 1; }
  100% {
    transform: translateY(-40px);
    opacity: 0; } }

@keyframes menu-header-item-out {
  0% {
    transform: translateY(0px);
    opacity: 1; }
  100% {
    transform: translateY(40px);
    opacity: 0; } }

body.main-page header .wrapper-header-contacts-items a {
  color: #fff; }

.wrapper-header-contacts img {
  height: 72px;
  margin-right: 10px; }

.wrapper-header-contacts-items {
  display: flex;
  width: 100%;
  padding-top: 10px; }
  .wrapper-header-contacts-items a {
    display: flex;
    flex-direction: row-reverse;
    margin-right: 8px; }
    .wrapper-header-contacts-items a img {
      height: 20px;
      width: 15px;
      margin-right: 5px; }

.preloader {
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  animation: .1s hidden-preloader 4.3s forwards ease-in-out; }
  .preloader .loader {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    align-items: center; }
    .preloader .loader .wrapper-loader-press {
      height: 100%;
      width: 50%;
      background: #202020;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      animation: 2s wrapper-press-latter-slide-right 1.6s forwards ease-in-out;
      z-index: 99; }
      .preloader .loader .wrapper-loader-press svg {
        width: 100px;
        margin-top: 50px;
        height: 50px;
        transform: translateY(5vw);
        opacity: 0;
        animation: 2.5s press-latter-slide-right .5s forwards ease-in-out;
        z-index: 101;
        fill: #1eb731; }
        .preloader .loader .wrapper-loader-press svg path {
          fill: #1eb731; }
    .preloader .loader .wrapper-loader-now {
      height: 100%;
      width: 50%;
      background: #202020;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      animation: 2s wrapper-now-latter-slide-right 1.6s forwards ease-in-out;
      z-index: 100; }
      .preloader .loader .wrapper-loader-now svg {
        width: 100px;
        margin-bottom: 50px;
        height: 50px;
        transform: translateY(-5vw);
        opacity: 0;
        animation: 2.5s now-latter-slide-right .5s forwards ease-in-out;
        z-index: 101;
        fill: #1eb731; }
        .preloader .loader .wrapper-loader-now svg path {
          fill: #1eb731; }

body {
  background: #f1f1f1; }
  body.is-not-main-page footer {
    margin-top: 50px; }

header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 50px;
  width: 100%;
  max-width: 1170px;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2; }
  header .wrapper-header-contacts {
    display: flex;
    height: 100%;
    align-items: center; }
    header .wrapper-header-contacts a {
      color: #f5f5f5;
      font-size: 16px;
      margin-right: 40px; }
  header .wrapper-header-button a {
    height: 210px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: #1eb731;
    padding-bottom: 12.5px; }
    header .wrapper-header-button a svg {
      width: 25px;
      height: 25px;
      fill: #f1f1f1; }
  header.is-not-main-page .wrapper-header-contacts a {
    color: #343434; }

section.menu-section {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 150;
  padding: 160px 0px;
  min-height: 400px;
  visibility: hidden; }
  section.menu-section:before {
    content: " ";
    display: flex;
    position: absolute;
    width: 50%;
    height: 100%;
    background: #202020;
    top: 0;
    left: 0; }
  section.menu-section:after {
    content: " ";
    display: flex;
    position: absolute;
    width: 50%;
    height: 100%;
    background: #202020;
    top: 0;
    right: 0;
    z-index: -1; }
  section.menu-section .menu-mask {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background: transparent;
    top: 0;
    left: 0;
    z-index: 1000; }
  section.menu-section.menu-section-in {
    visibility: visible; }
  section.menu-section.menu-section-in .menu-mask {
    animation: menu-mask-anim 3.3s ease-in-out forwards; }
  section.menu-section.menu-section-in:before {
    animation: menu-section-in-left 1s ease-in-out forwards; }
  section.menu-section.menu-section-in:after {
    animation: menu-section-in-right 1s ease-in-out forwards; }
  section.menu-section.menu-section-in .row header {
    animation: 1s menu-header-in 1s ease-in-out forwards; }
  section.menu-section.menu-section-in .wrapper-menu-items a.menu-item-in-0 {
    animation: 1.5s menu-header-item-in .5s ease-in-out forwards; }
  section.menu-section.menu-section-in .wrapper-menu-items a.menu-item-in-1 {
    animation: 2s menu-header-item-in .5s ease-in-out forwards; }
  section.menu-section.menu-section-in .wrapper-menu-items a.menu-item-in-2 {
    animation: 2.5s menu-header-item-in .5s ease-in-out forwards; }
  section.menu-section.menu-section-in-freeze .container-fluid .row header {
    transform: translateY(0px);
    opacity: 1; }
  section.menu-section.menu-section-in-freeze .container-fluid .menu-section-row .wrapper-menu-items a {
    transform: translateY(0px);
    opacity: 1; }
  section.menu-section.menu-section-out {
    animation: 6s menu-section-out 1s ease-in-out forwards; }
  section.menu-section.menu-section-out:before {
    animation: 2.5s menu-section-out-left 1s ease-in-out forwards; }
  section.menu-section.menu-section-out:after {
    animation: 2.5s menu-section-out-right 1s ease-in-out forwards; }
  section.menu-section.menu-section-out .row header {
    animation: 1s menu-header-out 1s ease-in-out forwards; }
  section.menu-section.menu-section-out .wrapper-menu-items a.menu-item-out-0 {
    animation: 1s menu-header-item-out .5s ease-in-out forwards; }
  section.menu-section.menu-section-out .wrapper-menu-items a.menu-item-out-1 {
    animation: .5s menu-header-item-out .5s ease-in-out forwards; }
  section.menu-section.menu-section-out .wrapper-menu-items a.menu-item-out-2 {
    animation: 0s menu-header-item-out .5s ease-in-out forwards; }
  section.menu-section .container-fluid {
    height: 100%; }
    section.menu-section .container-fluid .row header {
      transform: translateY(-40px);
      opacity: 0; }
    section.menu-section .container-fluid .menu-section-row {
      height: 100%; }
      section.menu-section .container-fluid .menu-section-row .wrapper-menu-items {
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column; }
        section.menu-section .container-fluid .menu-section-row .wrapper-menu-items a {
          transform: translateY(40px);
          opacity: 0;
          font-size: 48px;
          color: #f5f5f5;
          line-height: 63px;
          display: block;
          transition: all .3s ease-in-out; }
          section.menu-section .container-fluid .menu-section-row .wrapper-menu-items a:focus {
            color: #f5f5f5; }
          section.menu-section .container-fluid .menu-section-row .wrapper-menu-items a:hover {
            color: #1eb731;
            transition: all .3s ease-in-out; }

footer {
  min-height: 500px;
  background: #202020;
  padding: calc(8vw + 10px) 0px; }
  footer .container-fluid .row .wrapper-footer-item-info h4 {
    font-size: 24px;
    color: #f5f5f5;
    margin-bottom: 45px;
    padding: 20px 0px;
    position: relative; }
    footer .container-fluid .row .wrapper-footer-item-info h4:after {
      content: " ";
      display: block;
      position: absolute;
      width: 100px;
      height: 2px;
      bottom: 0;
      left: 0;
      background: #1eb731; }
  footer .container-fluid .row .wrapper-footer-item-info a {
    display: block;
    margin-bottom: 5px;
    color: #f5f5f5; }
  footer .container-fluid .row .wrapper-footer-item-info .wrapper-columns-tags {
    display: flex; }
    footer .container-fluid .row .wrapper-footer-item-info .wrapper-columns-tags .wrapper-footer-tags {
      display: flex;
      flex-direction: column;
      margin-right: calc(15px + 2vw); }

h1, h2, h3, h4, h5, h6, p, a {
  color: #343434; }

.wrapper-main-header h1 {
  font-size: 24px !important;
  line-height: 1.3; }

.akc-link {
  margin-left: auto; }

.wrapper-small-info {
  width: 300px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f5f5f5;
  background: rgba(32, 32, 32, 0.4);
  flex-direction: column;
  padding: 20px;
  float: right;
  margin-left: auto; }
  .wrapper-small-info img {
    width: 100%; }
  .wrapper-small-info p {
    color: #fff;
    font-size: 12px; }

section.main-section {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  section.main-section .container-fluid {
    max-width: initial;
    height: 100%; }
    section.main-section .container-fluid .row {
      height: 100%; }
      section.main-section .container-fluid .row .col-md-6 {
        display: flex;
        align-items: flex-end; }
        section.main-section .container-fluid .row .col-md-6 .wrapper-main-section-text {
          max-width: 600px;
          min-height: 315px;
          padding: calc(4vw + 10px) calc(6vw + 10px);
          display: flex;
          justify-content: center;
          align-items: flex-start;
          flex-direction: column;
          color: #f5f5f5;
          background: rgba(32, 32, 32, 0.4);
          position: relative; }
          section.main-section .container-fluid .row .col-md-6 .wrapper-main-section-text h1 {
            color: #f5f5f5;
            margin-bottom: 10px; }
          section.main-section .container-fluid .row .col-md-6 .wrapper-main-section-text p {
            font-size: 16px;
            color: #f5f5f5;
            letter-spacing: .4px; }
          section.main-section .container-fluid .row .col-md-6 .wrapper-main-section-text a {
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 70px;
            height: 70px;
            background: #1eb731;
            right: -35px;
            bottom: 0; }
            section.main-section .container-fluid .row .col-md-6 .wrapper-main-section-text a svg {
              width: 40px;
              height: 40px;
              margin: 0 auto; }

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 80px; }

.swiper-slide {
  /* Center slide text vertically */
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-slide .row {
  width: 100%; }

.wrapper-slider-buttons {
  width: 130px;
  height: 60px;
  position: absolute;
  bottom: 50px;
  z-index: 1;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translate3d(20vw, 0px, 0px); }

.swiper-button-next, .swiper-button-prev {
  width: 60px;
  height: 60px;
  border: 2px solid #1eb731;
  background: #1eb731;
  transition: all .5s ease-in-out;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

.swiper-button-next, .swiper-button-prev:focus {
  outline: none; }

.swiper-button-next svg, .swiper-button-prev svg {
  width: 25px;
  height: 45px; }

.swiper-button-next svg {
  margin-left: 3px; }
  .swiper-button-next svg path {
    fill: #f1f1f1; }

.swiper-button-prev svg {
  margin-left: -3px;
  transform: rotate(180deg); }
  .swiper-button-prev svg path {
    fill: #f1f1f1; }

.swiper-button-disabled {
  background: #f1f1f1;
  transition: all .5s ease-in-out;
  cursor: default; }
  .swiper-button-disabled svg path {
    fill: #1eb731; }

.swiper-slide.swiper-slide-prev h2 {
  animation: out-slider-header 0.7s ease-in-out forwards; }

.swiper-slide.swiper-slide-prev p {
  animation: out-slider-text 0.7s ease-in-out forwards; }

.swiper-slide.swiper-slide-prev img {
  animation: out-slider-img 0.7s ease-in-out forwards; }

.swiper-slide.swiper-slide-next h2 {
  animation: out-slider-header 0.7s ease-in-out forwards; }

.swiper-slide.swiper-slide-next p {
  animation: out-slider-text 0.7s ease-in-out forwards; }

.swiper-slide.swiper-slide-next img {
  animation: out-slider-img 0.7s ease-in-out forwards; }

.swiper-slide.swiper-slide-active h2 {
  animation: in-slider-header 0.7s ease-in-out forwards; }

.swiper-slide.swiper-slide-active p {
  animation: in-slider-text 0.7s ease-in-out forwards; }

.swiper-slide.swiper-slide-active img {
  animation: in-slider-img 0.7s ease-in-out forwards; }

section.slider-section {
  background: #f1f1f1;
  padding: 80px 20px;
  padding-bottom: 40px; }
  section.slider-section .container-fluid {
    position: relative; }
    section.slider-section .container-fluid:after {
      content: " ";
      display: block;
      position: absolute;
      width: 150px;
      height: 150px;
      border: 2px solid #1eb731;
      top: -35px;
      right: -35px; }
    section.slider-section .container-fluid .row .swiper-container .swiper-wrapper .swiper-slide h2 {
      font-size: 30px;
      padding-top: 30px;
      padding-bottom: 30px; }
      section.slider-section .container-fluid .row .swiper-container .swiper-wrapper .swiper-slide h2:after {
        content: " ";
        display: block;
        position: absolute;
        width: 50px;
        height: 2px;
        background: #1eb731;
        top: 18px;
        left: -15px; }
    section.slider-section .container-fluid .row .swiper-container .swiper-wrapper .swiper-slide p {
      font-size: 18px;
      line-height: 24px;
      padding-bottom: 30px;
      max-width: 360px; }
    section.slider-section .container-fluid .row .swiper-container .swiper-wrapper .swiper-slide .wrapper-slide-img {
      max-width: 600px;
      max-height: 350px;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      margin-right: 0;
      margin-left: auto; }
      section.slider-section .container-fluid .row .swiper-container .swiper-wrapper .swiper-slide .wrapper-slide-img img {
        width: 100%; }

section.catalog-items-section {
  padding-bottom: 50px; }
  section.catalog-items-section .container-fluid {
    overflow: hidden;
    padding: 25px 0px; }
    section.catalog-items-section .container-fluid .row .col-md-6 {
      padding: 15px; }
      section.catalog-items-section .container-fluid .row .col-md-6 .wrapper-catalog-item {
        min-height: 300px;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative; }
        section.catalog-items-section .container-fluid .row .col-md-6 .wrapper-catalog-item.wrapper-catalog-item-1 {
          background-image: url(../images/main-page-miniatures-images/miniature-vizitki.jpg); }
        section.catalog-items-section .container-fluid .row .col-md-6 .wrapper-catalog-item.wrapper-catalog-item-2 {
          background-image: url(../images/main-page-miniatures-images/miniature-listovki.jpg); }
        section.catalog-items-section .container-fluid .row .col-md-6 .wrapper-catalog-item.wrapper-catalog-item-3 {
          background-image: url(../images/main-page-miniatures-images/miniature-priglasheniya.jpg); }
        section.catalog-items-section .container-fluid .row .col-md-6 .wrapper-catalog-item.wrapper-catalog-item-4 {
          background-image: url(../images/main-page-miniatures-images/miniature-bukleti.jpg); }
        section.catalog-items-section .container-fluid .row .col-md-6 .wrapper-catalog-item.wrapper-catalog-item-5 {
          background-image: url(../images/main-page-miniatures-images/miniature-nakleyki.jpg); }
        section.catalog-items-section .container-fluid .row .col-md-6 .wrapper-catalog-item.wrapper-catalog-item-6 {
          background-image: url(../images/main-page-miniatures-images/miniature-calendari.jpg); }
        section.catalog-items-section .container-fluid .row .col-md-6 .wrapper-catalog-item:after {
          content: " ";
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.5);
          z-index: 0;
          transition: all .5s ease-in-out; }
        section.catalog-items-section .container-fluid .row .col-md-6 .wrapper-catalog-item:hover:after {
          opacity: .6;
          transition: all .5s ease-in-out; }
        section.catalog-items-section .container-fluid .row .col-md-6 .wrapper-catalog-item .wrapper-catalog-info {
          padding: calc(2.5vw + 25px);
          padding-right: calc(4vw + 5px + 45px);
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          z-index: 1;
          position: relative; }
          section.catalog-items-section .container-fluid .row .col-md-6 .wrapper-catalog-item .wrapper-catalog-info:after {
            content: " ";
            width: 35px;
            height: 35px;
            top: calc(2.5vw + 25px);
            right: calc(2.5vw + 25px);
            display: block;
            position: absolute;
            border-top: 2px solid #1eb731;
            border-right: 2px solid #1eb731; }
          section.catalog-items-section .container-fluid .row .col-md-6 .wrapper-catalog-item .wrapper-catalog-info:before {
            content: " ";
            width: 35px;
            height: 35px;
            bottom: calc(2.5vw + 25px);
            right: calc(2.5vw + 25px);
            display: block;
            position: absolute;
            background-color: #1eb731;
            background-image: url(../images/icons/plus.svg);
            background-position: center;
            background-size: 70%;
            background-repeat: no-repeat; }
          section.catalog-items-section .container-fluid .row .col-md-6 .wrapper-catalog-item .wrapper-catalog-info h3 {
            font-size: 24px;
            color: #f5f5f5; }
          section.catalog-items-section .container-fluid .row .col-md-6 .wrapper-catalog-item .wrapper-catalog-info p {
            color: #f5f5f5;
            max-width: 380px;
            min-height: 96px; }
          section.catalog-items-section .container-fluid .row .col-md-6 .wrapper-catalog-item .wrapper-catalog-info a {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0; }

section.product-section {
  padding-top: 160px; }
  section.product-section p {
    font-family: "SegoeUIRegular"; }
  section.product-section h1, section.product-section h2, section.product-section h3, section.product-section h4, section.product-section h5, section.product-section h6 {
    font-family: "SegoeUIRegular"; }
  section.product-section .wrapper-img-product-section {
    height: 350px;
    display: flex;
    justify-content: center;
    overflow: hidden; }
    section.product-section .wrapper-img-product-section img {
      height: 100%;
      width: auto; }
  section.product-section .wrapper-text-product-section {
    padding-left: 50px;
    max-height: 350px;
    overflow-y: auto;
    margin-bottom: 40px; }
    section.product-section .wrapper-text-product-section p {
      padding-top: 25px;
      font-size: 18px; }
    section.product-section .wrapper-text-product-section h3 {
      padding: 20px 0px; }
  section.product-section .wrapper-second-text-product-section {
    padding-top: 50px; }
    section.product-section .wrapper-second-text-product-section p {
      padding-top: 25px;
      font-size: 18px; }
  section.product-section .wrapper-button-product-section a {
    padding: 20px 35px;
    margin: 20px 0px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    font-family: "SegoeUIRegular";
    transition: all .5s ease-in-out; }
    section.product-section .wrapper-button-product-section a:before {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 35px;
      height: 20px;
      border-top: 2px solid #1eb731;
      border-left: 2px solid #1eb731;
      transition: all .5s ease-in-out; }
    section.product-section .wrapper-button-product-section a:after {
      content: " ";
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 35px;
      height: 20px;
      border-bottom: 2px solid #1eb731;
      border-right: 2px solid #1eb731;
      transition: all .5s ease-in-out; }
    section.product-section .wrapper-button-product-section a:hover:before {
      width: 100%;
      height: 100%;
      transition: all .5s ease-in-out; }
    section.product-section .wrapper-button-product-section a:hover:after {
      width: 100%;
      height: 100%;
      transition: all .5s ease-in-out; }
  section.product-section .wrapper-second-img-product-section {
    overflow: hidden;
    padding: 25px;
    padding-top: 0;
    padding-right: 0; }
    section.product-section .wrapper-second-img-product-section img {
      max-width: 100%; }
  section.product-section .wrapper-img-works {
    padding: 25px;
    padding-left: 0px; }
    section.product-section .wrapper-img-works img {
      width: 100%; }

.wrapper-item-contacts-section {
  padding-right: 25px; }

section.contacts-section {
  padding-top: 160px;
  background: #202020; }
  section.contacts-section .container-fluid {
    padding-bottom: calc(8vw + 10px);
    border-bottom: 1px solid rgba(241, 241, 241, 0.5); }
    section.contacts-section .container-fluid .wrapper-item-contacts-section {
      height: 100%; }
      section.contacts-section .container-fluid .wrapper-item-contacts-section h2 {
        color: #f5f5f5;
        margin-bottom: 50px; }
      section.contacts-section .container-fluid .wrapper-item-contacts-section iframe {
        height: 100%; }
      section.contacts-section .container-fluid .wrapper-item-contacts-section .wrapper-sub-item-contacts-section {
        margin-bottom: 35px; }
        section.contacts-section .container-fluid .wrapper-item-contacts-section .wrapper-sub-item-contacts-section span {
          color: #1eb731;
          font-size: 12px; }
        section.contacts-section .container-fluid .wrapper-item-contacts-section .wrapper-sub-item-contacts-section h3 {
          color: #f5f5f5;
          margin-bottom: 5px; }
        section.contacts-section .container-fluid .wrapper-item-contacts-section .wrapper-sub-item-contacts-section a {
          display: block;
          font-size: 16px;
          color: #f5f5f5;
          transition: all .3s ease-in-out; }
          section.contacts-section .container-fluid .wrapper-item-contacts-section .wrapper-sub-item-contacts-section a:hover {
            color: #1eb731;
            transition: all .3s ease-in-out; }
      section.contacts-section .container-fluid .wrapper-item-contacts-section form.form-main-section {
        max-width: 300px;
        min-width: 300px;
        max-height: 300px;
        min-height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        position: relative; }
        section.contacts-section .container-fluid .wrapper-item-contacts-section form.form-main-section .wrapper-form-fields {
          min-width: 100%; }
          section.contacts-section .container-fluid .wrapper-item-contacts-section form.form-main-section .wrapper-form-fields .wrapper-field {
            position: relative;
            width: 100%;
            margin-bottom: 30px;
            z-index: 2; }
            section.contacts-section .container-fluid .wrapper-item-contacts-section form.form-main-section .wrapper-form-fields .wrapper-field:nth-child(3) {
              margin-bottom: 40px !important; }
            section.contacts-section .container-fluid .wrapper-item-contacts-section form.form-main-section .wrapper-form-fields .wrapper-field .placeholder {
              position: absolute;
              top: 0;
              left: 0;
              font-size: 16px;
              font-family: "SegoeUILight";
              color: #f5f5f5;
              z-index: -1; }
              section.contacts-section .container-fluid .wrapper-item-contacts-section form.form-main-section .wrapper-form-fields .wrapper-field .placeholder.onclick-class {
                animation: onclick-class .2s linear forwards; }
              section.contacts-section .container-fluid .wrapper-item-contacts-section form.form-main-section .wrapper-form-fields .wrapper-field .placeholder.onclick-class-blur {
                animation: onclick-class-blur .2s linear forwards; }
            section.contacts-section .container-fluid .wrapper-item-contacts-section form.form-main-section .wrapper-form-fields .wrapper-field input.form-field {
              border: none;
              border-bottom: 1px solid #1eb731;
              font-size: 16px;
              font-family: "SegoeUILight";
              color: #f5f5f5;
              padding-bottom: 0px;
              background: transparent;
              z-index: 1;
              width: 100%; }
              section.contacts-section .container-fluid .wrapper-item-contacts-section form.form-main-section .wrapper-form-fields .wrapper-field input.form-field:focus {
                outline: 0; }
          section.contacts-section .container-fluid .wrapper-item-contacts-section form.form-main-section .wrapper-form-fields .wrapper-button-form {
            width: 200px;
            height: 50px; }
            section.contacts-section .container-fluid .wrapper-item-contacts-section form.form-main-section .wrapper-form-fields .wrapper-button-form button {
              padding: 20px 35px;
              margin: 20px 0px;
              display: inline-block;
              font-size: 14px;
              text-transform: uppercase;
              position: relative;
              background: transparent;
              border: none;
              color: #f5f5f5;
              font-family: "SegoeUIRegular";
              transition: all .5s ease-in-out;
              cursor: pointer; }
              section.contacts-section .container-fluid .wrapper-item-contacts-section form.form-main-section .wrapper-form-fields .wrapper-button-form button:before {
                content: " ";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 35px;
                height: 20px;
                border-top: 2px solid #1eb731;
                border-left: 2px solid #1eb731;
                transition: all .5s ease-in-out; }
              section.contacts-section .container-fluid .wrapper-item-contacts-section form.form-main-section .wrapper-form-fields .wrapper-button-form button:after {
                content: " ";
                display: block;
                position: absolute;
                bottom: 0;
                right: 0;
                width: 35px;
                height: 20px;
                border-bottom: 2px solid #1eb731;
                border-right: 2px solid #1eb731;
                transition: all .5s ease-in-out; }
              section.contacts-section .container-fluid .wrapper-item-contacts-section form.form-main-section .wrapper-form-fields .wrapper-button-form button:hover:before {
                width: 100%;
                height: 100%;
                transition: all .5s ease-in-out; }
              section.contacts-section .container-fluid .wrapper-item-contacts-section form.form-main-section .wrapper-form-fields .wrapper-button-form button:hover:after {
                width: 100%;
                height: 100%;
                transition: all .5s ease-in-out; }
              section.contacts-section .container-fluid .wrapper-item-contacts-section form.form-main-section .wrapper-form-fields .wrapper-button-form button:focus {
                outline: none; }
        section.contacts-section .container-fluid .wrapper-item-contacts-section form.form-main-section .wrapper-success-text {
          z-index: -2;
          visibility: hidden;
          width: 100%;
          height: calc(100% + 4px);
          position: absolute;
          top: 0;
          left: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 50px;
          text-align: left;
          background: #1eb731; }
          section.contacts-section .container-fluid .wrapper-item-contacts-section form.form-main-section .wrapper-success-text.success-send {
            animation: success-send .5s linear forwards; }
          section.contacts-section .container-fluid .wrapper-item-contacts-section form.form-main-section .wrapper-success-text p {
            color: #f5f5f5; }

/**************     WEB site styles    ****************/
@media (max-width: 1024px) {
  section.slider-section .container-fluid:after {
    display: none; } }

.wrapper-game-text-section-text {
  padding-bottom: 50px; }
  .wrapper-game-text-section-text h2 {
    margin-bottom: 20px; }

@media (max-width: 768px) {
  .hidden-md-down {
    display: none !important; }
  .wrapper-item-contacts-section {
    padding-top: 50px; }
    .wrapper-item-contacts-section iframe {
      height: auto !important; }
    .wrapper-item-contacts-section h2 {
      margin-bottom: 10px; }
  section.main-section {
    height: calc(100vh - 57px); }
    section.main-section .container-fluid .row .col-md-6 .wrapper-main-section-text h1 {
      color: #f5f5f5; }
    section.main-section .container-fluid .row .col-md-6 .wrapper-main-section-text p {
      color: #f5f5f5; }
    section.main-section .container-fluid .row .col-md-6 .wrapper-main-section-text a {
      right: 20px; }
  header {
    top: 0;
    padding: 25px;
    height: initial; }
    header .wrapper-header-contacts {
      height: 36px; }
      header .wrapper-header-contacts a {
        display: block;
        font-size: 14px;
        margin-right: 0; }
    header .wrapper-header-button a {
      height: 50px;
      padding-bottom: 0px;
      align-items: center;
      justify-content: center; }
  section.menu-section .container-fluid .menu-section-row .wrapper-menu-items {
    padding: 25px; }
  footer {
    padding-left: 25px;
    padding-right: 25px; }
    footer .container-fluid .row .wrapper-footer-item-info {
      margin-bottom: 25px; }
      footer .container-fluid .row .wrapper-footer-item-info h4 {
        margin-bottom: 15px; }
  section.slider-section {
    padding: 80px 20px;
    padding-bottom: 40px; }
    section.slider-section .container-fluid .row .swiper-container .swiper-wrapper .swiper-slide .ord-md-down-0 {
      order: 0; }
    section.slider-section .container-fluid .row .swiper-container .swiper-wrapper .swiper-slide .ord-md-down-1 {
      order: 1; }
  .wrapper-slider-buttons {
    bottom: 20px; }
  section.catalog-items-section .container-fluid {
    padding: 0;
    padding-bottom: 40px; }
    section.catalog-items-section .container-fluid .row .col-md-6 {
      padding: 20px;
      padding-top: 0; }
  section.product-section {
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 25px; }
    section.product-section .wrapper-img-product-section {
      height: 250px; }
    section.product-section .wrapper-text-product-section {
      padding-top: 25px;
      padding-left: 0px; }
      section.product-section .wrapper-text-product-section p {
        padding-top: 15px;
        font-size: 18px;
        padding-bottom: 50px; }
    section.product-section .wrapper-second-text-product-section {
      padding-top: 25px; }
      section.product-section .wrapper-second-text-product-section h2 {
        margin-top: -25px; }
      section.product-section .wrapper-second-text-product-section p {
        padding-top: 15px;
        font-size: 18px;
        padding-bottom: 0px; }
    section.product-section .wrapper-button-product-section a {
      margin-bottom: 50px; }
    section.product-section .wrapper-second-img-product-section {
      overflow: hidden;
      padding: 0;
      padding-bottom: 25px; }
    section.product-section .wrapper-header-works h2 {
      margin-bottom: 25px; }
    section.product-section .wrapper-img-works {
      padding: 0px;
      padding-bottom: 25px; }
  section.contacts-section {
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 25px; } }

@media (max-width: 460px) {
  header {
    align-items: center; } }
