html {
  width: 100% !important;
  height: 100% !important; 
  scroll-behavior: smooth;
}

body {
  width: 100% !important;
  height: 100% !important;
  font: normal 15px/1.8 'Roboto', sans-serif;
  color: #444;
  background-color: white;
  -webkit-font-smoothing: antialiased; 
  overflow-x: hidden;
}



h1 {
    font-size: 42px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 35px;
  line-height: 1.7;
  font-weight: 600; }

h4, h5, h6 {
  font-weight: 700; }

.no-transform {
  text-transform: none; }

p {
  font-size: 18px;
  margin: 0 0 35px; 
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
  a img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }


a, img, :focus, input {
  outline: none !important; }

a:hover, a:focus {
  color: #666;
  text-decoration: none; }
a img:hover {
  opacity: .85; }

.white {
    color: #fff !important;
}

.main-color {
    color: #2d86e9;
}



.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}



.mb-10 {
    margin-bottom:10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}








.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}




.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}




.navbar-toggle .icon-bar:nth-of-type(2) { top: -1px; }
.navbar-toggle .icon-bar:nth-of-type(3) { top: 0px; }
.navbar-toggle .icon-bar:nth-of-type(4) { top: 1px; }
.navbar-toggle .icon-bar { position: relative; transition: all 300ms ease-in-out; }
.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) { top: 6px; transform: rotate(45deg); }
.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) { background-color: transparent; }
.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(4) { top: -6px; transform: rotate(-45deg); }






.no-pad {
  padding: 0 !important;
  margin: 0 !important; }

.no-pad-btm {
  padding-bottom: 0 !important; }

.no-pad-top {
  padding-top: 0 !important; }

.overlay {
  background: rgba(7, 9, 21, 0.7); }

.overlay-gray {
  background: rgba(0, 0, 0, 0.7); }

.overlay-white {
  background: rgba(255, 255, 255, 0.8); }

.overlay, .overlay-gray, .overlay-white {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0; }

.image-overlay {
  padding: 0;
  margin-top: -200px;
  position: relative; }

@media (max-height: 770px) {
  .image-overlay {
    margin-top: -120px; } }
.big {
  font-size: 300px;
  line-height: 1;
  text-shadow: none; }

.breadcrumb {
  background-color: transparent;
  padding: 15px 15px; }

section, .section {
  position: relative;
  z-index: 992;
  padding-top: 90px;
  padding-bottom: 90px;
}


strong {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.hero {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
  width: 100wh;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



.center-content h1 {
  position: relative;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  font-size: 6.4rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #fff;
  z-index: 2;
}


.center-content strong {
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    font-weight: bold;
}


.after-text-header {
  font-size: 21px;
  color: white;
  line-height: 1.5;
  margin-bottom: 40px;
}


.img-home {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  top: -50px;
  width: 530px;
  -webkit-animation: animBounce 3s ease-in-out 0s infinite alternate;
  animation: animBounce 3s ease-in-out 0s infinite alternate;
  z-index: 1;
}




/* Ð¡Ð¾Ñ† Ð±Ð»Ð¾Ðº (Ð¿Ð»Ð°Ð²Ð°ÑŽÑ‰Ð¸Ð¹) */


.soc-block {
  position: fixed;
  display: inline-grid;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 9999;
}

.soc-icon {
  transition: 0.3s;
}

.soc-icon:hover {
  opacity: 0.6;
}


.vertical-hr-soc-top {
  height: 100px;
  border-left: 1px solid #C4C4C4;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}


.vertical-hr-soc-bottom {
  height: 100px;
  border-left: 1px solid #C4C4C4;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}





.btn-auth-head {
    color: #000;
    background: #fff;
    border: 1px solid #f3f3f3;
    padding: 15px;
    border-radius: 6px;
    margin-right: 8px;
-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.09);
-moz-box-shadow: 0 10px 20px rgba(0,0,0,.09);
box-shadow: 0 10px 20px rgba(0,0,0,.09);
}

.btn-auth-head:active,
.btn-auth-head:focus {
    color: #333;
}


.btn-reg-head {
    color: #fff;
    background: #2d86e9 !important;
    border: 1px solid #2d86e9 !important;
    padding: 15px;
    border-radius: 6px;
    margin-right: 8px;
-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.09);
-moz-box-shadow: 0 10px 20px rgba(0,0,0,.09);
box-shadow: 0 10px 20px rgba(0,0,0,.09);
}


.btn-reg-head:hover {
    color: #fff;
    background: #499af5 !important;
    border: 1px solid #516ae6 !important;
}

.btn-reg-head:active,
.btn-reg-head:focus {
    color: #fff;
}



.logo-header {
    width: 380px;
    margin-bottom: 30px;
}


.call-block {
    margin-top: 8px;
    margin-left: 20px;
}


.btn-call {
  margin-top: 2px !important;
  color: #ffffff !important;
  padding: 16px 15px !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  transition: .3s;
}


.btn-call:hover,
.btn-call:focus {
    color: #ffffff;
    opacity: 0.7;
}

.btn-call:active {
    color: #ffffff;
    opacity: 1;
}




.navbar-custom.top-nav-collapse .btn-call {
    margin-top: 7px !important;
    color: #fff !important;
    border: none !important;
    font-weight: 700 !important;
    padding: 10px 15px !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.navbar-custom.top-nav-collapse .btn-call:hover {
    opacity: 0.7;
}

.navbar-custom.top-nav-collapse .btn-call li.active a {
    color: #fff !important;
}


.modal-dialog {
    z-index: 99999 !important;
}

.modal-content {
    z-index: 99999 !important;
}



.btn-submit {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.03em;
  background: #fff!important;
  border-radius: 6px;
  color: #181818!important;
  margin-top: 0px;
  width: 100%;
  border: none;
  font-weight: 700;
  padding: 15px 35px;
  transition: .3s;
  opacity: 1!important;
}


.btn-submit:hover {
    opacity: 0.7;
}





.btn-subscr {
    background: #2d86e9 !important;
    border-radius: 3px !important;
    color: #fff !important;
    width: 100%;
    text-align: center;
    padding: 11px 18px 10px 18px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.btn-subscr:hover {
    background: #499af5 !important;
}



.section-small {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px; }

.list-inline > li {
  padding-bottom: 10px;
  vertical-align: bottom; }

.label, input, .btn, textarea, .dropdown-menu, .panel, .progress, .list-group-item, select {
  border-radius: 5px !important; }

.label {
  padding: 0.2em 0.7em 0.3em 0.7em; }

.nav .label {
  padding: 0.4em 0.7em 0.3em 0.7em; }

.label-danger {
  background-color: #c00; }

.badge {
  line-height: inherit;
  border-radius: 2px !important; }



.btn:hover {
  opacity: 0.65; }

.btn-border:focus, .btn-dark-border:focus, .btn-gray:focus, .btn-border:focus, .btn-white:focus, .btn-universal:focus, .btn-violet:focus {
  opacity: 1; }

a .fa, a .icon {
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.iconsmall {
  font-size: 46px;
  float: left;
  line-height: 54px;
  padding-right: 10px; }

.icon-big {
  font-size: 80px;
  line-height: 120px;
  display: block; }

#services-construction .icon-big {
  color: #d4c787; }

#time .icon-big {
  color: #ff4081; }

header .icon-big {
  line-height: 140px; }

.classic,
.classic2 {
  font-family: 'Caveat';
  font-weight: normal !important;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0 0 15px;
  transform: rotate(-3deg) !important;
  -moz-transform: rotate(-3deg) !important;
  -webkit-transform: rotate(-3deg) !important;
  opacity: .8; }

.classic2 {
  font-family: 'Great Vibes'; }

.thin {
  font-weight: 100 !important; }

::-moz-selection, ::selection {
  color: #fff;
  background: #000; }

ul, ol {
  margin-bottom: 1.5em; }



.float-left {
  float: left; }

.float-right {
  float: right; }



.nav .fa {
  font-size: 16px;
  line-height: 1px; }
.nav .fa-angle-down {
  font-size: 13px; }
.nav .fa, .nav a .fa {
  opacity: 1 !important; }
.nav .fa-plus {
  font-size: 12px; }

@media (min-width: 991px) {

  .navbar-custom {
    padding: 30px;
    border-bottom: 0;
    letter-spacing: 0px;
    background: 0 0;
    background: transparent; }
    .navbar-custom.top-nav-collapse {
      padding: 8px 30px;
      background-color: rgb(12 12 12 / 94%); }

  .navbar-custom .nav .dropdown-menu li a:hover {
    background-color: rgb(12 12 12 / 94%); }

  @-webkit-keyframes fadeInUniversal {
    0% {
      opacity: 0;
      transform: translate(0, -40px); }
    100% {
      opacity: 1;
      transform: translate(0, 0); } }
  @keyframes fadeInUniversal {
    0% {
      opacity: 0;
      transform: translate(0, -40px); }
    100% {
      opacity: 1;
      transform: translate(0, 0); } }
  li:hover ul.dropdown-menu {
    opacity: 1;
    -webkit-animation: fadeInUniversal 0.7s;
    animation: fadeInUniversal 0.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block; }

  .navbar-left {
    float: right !important; }

  ul.dropdown-menu.columns-2 {
    left: 0 !important;
    padding: 20px 22px 25px; }
  ul.dropdown-menu.columns-3 {
    left: 0 !important;
    padding: 20px 22px 25px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    min-width: 760px !important; }
  ul.dropdown-menu.columns-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    min-width: 380px !important; }

  .columns2 .btn-white, .columns3 .btn-white {
    margin-top: 12px;
    display: inline-block; }

  .navbar-fixed-top .caret, .navbar-fixed-top .open > .dropdown-menu {
    display: none; }

  .angle-right:after {
    float: right;
    font-family: 'fontawesome';
    content: "\f105";
    color: inherit;
    position: absolute;
    right: 20px; } }
@media (max-width: 991px) {
  .dropdown-menu {
    padding: 0; } }
@media (max-width: 990px) {
  p.empty {
    display: none; }

  .search-button {
    margin-top: 0; }

  .nav .badge {
    margin: 2px 4px; }


  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    background-color: #fff !important;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
    .navbar-collapse.collapse {
      display: none !important; }

  .navbar-nav {
    text-align: center;
    margin-top: 7px; }
    .navbar-nav > li {
      float: none; }
      .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px; }

  .collapse.in {
    display: block !important; }

  .navbar-collapse.in {
    overflow-y: auto !important; }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 10px 15px 10px 25px; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff;
      background-color: transparent;
      background-image: none; } }
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 400px; }






.nav-pills.nav > li > a:focus, .nav-pills.nav > li > a:hover {
  background-color: transparent; }
.nav-pills.nav > li > a {
  padding: 0;
  padding-top: 10px;
    padding-bottom: 10px;
}

.scroll-btn {
  width: 57px;
  display: block;
  text-align: center;
  margin: 60px auto -60px; }
  .scroll-btn .weel {
    position: relative;
    display: inline-block;
    height: 22px;
    margin: 10px auto 5px; }
  .scroll-btn .mouse {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 50px;
    border: 2px solid #eee;
    border-radius: 24px;
    opacity: .5; }
  .scroll-btn .weel span {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -14px 0 0 -4px;
    background: #fff;
    border-radius: 20px;
    -webkit-animation: scroll 3s linear infinite;
    -moz-animation: scroll 3s linear infinite;
    animation: scroll 3s linear infinite; }

@-webkit-keyframes scroll {
  1% {
    opacity: 1;
    top: 30%; }
  20% {
    opacity: 1;
    top: 80%; }
  60% {
    opacity: 0;
    top: 80%; }
  100% {
    opacity: 0;
    top: 30%; } }
@-moz-keyframes scroll {
  1% {
    opacity: 1;
    top: 30%; }
  20% {
    opacity: 1;
    top: 80%; }
  60% {
    opacity: 0;
    top: 80%; }
  100% {
    opacity: 0;
    top: 30%; } }
@keyframes scroll {
  1% {
    opacity: 1;
    top: 30%; }
  20% {
    opacity: 1;
    top: 80%; }
  60% {
    opacity: 0;
    top: 80%; }
  100% {
    opacity: 0;
    top: 30%; } }
@media (max-height: 690px) {
  .scroll-btn {
    display: none; } }
/* Text rotator */
.rotating {
  display: inline-block; }

.numscroller {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 50px;
  line-height: 90px;
  letter-spacing: 10px; }

.nav-tabs {
  margin-bottom: 30px; }

.pager li > a, .pager li > span {
  padding: 30px 0;
  border: 0; }
.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: transparent; }

.pagination > li > a, .pagination > li > span {
  padding: 8px;
  margin-left: 8px;
  border-radius: 50%;
  color: #000;
  width: 40px;
  height: 40px;
  background: #eee;
  border-color: #fff; }
.pagination > .active > a {
  background-color: #333;
  border-color: #333; }
  .pagination > .active > a:focus, .pagination > .active > a:hover {
    background-color: #333;
    border-color: #333; }
.pagination > .active > span {
  background-color: #333;
  border-color: #333; }
  .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #333;
    border-color: #333; }
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 50% !important; }
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 50% !important; }

@media (max-width: 768px) {
  body {
    letter-spacing: 0; }

    .block-xs-center {
    text-align: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

  .h4, h4 {
    font-size: 16px; }

  .h2, h2 {
    font-size: 24px; }

  .h3, h3 {
    font-size: 20px; }

  .intro h1 {
    font-size: 48px;
    line-height: 48px; }
    .intro h1.classic {
      font-size: 60px;
      line-height: 60px;
      margin: 50px 0 50px; }
    .intro h1.classic2 {
      font-size: 65px;
      line-height: 65px;
      margin: 50px 0 50px; }

  section, .section {
    padding-top: 60px;
    padding-bottom: 60px; }

  .section-small {
    padding-top: 60px;
    padding-bottom: 60px; }

  .portfolio-sorting li a {
    margin: 0;
    letter-spacing: 0; }

  .shop-item img {
    width: 100%; } }
@media (max-width: 991px) {

    .block-xs-center {
    text-align: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

  .action {
    text-align: center; }
    .action .btn {
      float: none;
      margin-top: 30px;
      text-align: center; }
    .action .text-right {
      text-align: center; }

  .footer .text-right {
    text-align: left; }
  .footer .footer-menu {
    padding-bottom: 20px; }

  section {
    background-attachment: scroll !important;
    background-position: 50% 50% !important; }

  .search-button {
    margin-top: 5px; }

  .dropdown-menu .search-button .fa {
    opacity: 1 !important; }

  .nav li a {
    -webkit-transition: all .0s ease-in-out !important;
    -moz-transition: all .0s ease-in-out !important;
    transition: all .0s ease-in-out !important; } }
@media (max-width: 480px) {
  .intro h1 {
    font-size: 31px;
    line-height: 32px;
    margin: 0 0 16px;} }


@media (max-width: 320px) {
.intro h1 {
    font-size: 27px;
    line-height: 33px;
    margin: 0 0 16px;
}

}

.magic, .magic2 {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0; }



.footer {
    color: #888888;
    font-size: 14px;
    background: #141414;
    padding-top: 17px;
    padding-bottom: 17px;
    margin: 0px;
}
  .footer .footer-menu a {
    line-height: 24px; }
  .footer .counter {
    line-height: 44px; }
  .footer h4, .footer h5, .footer h6 {
    font-weight: 500;
    margin: 0px;
    opacity: 0.7; }
  .footer a {
    text-decoration: none;
    opacity: 1; }
    .footer a:hover {
      text-decoration: none; }

.footer-small {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 999; }

@media (max-width: 767px) {
  .footer {
    text-align: center; }
    .footer .text-right {
      text-align: center !important; } }

@media (max-width: 800px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important; } }

.scroll-background {
  -webkit-animation: scroll-background 2000s linear infinite;
  animation: scroll-background 2000s linear infinite;
  background-repeat: repeat-x !important;
  margin-top: 58px;
  top: 0 !important; }

@-webkit-keyframes scroll-background {
  from {
    background-position: 0 0; }
  to {
    background-position: -40000px 0; } }
@keyframes scroll-background {
  from {
    background-position: 0 0; }
  to {
    background-position: -40000px 0; } }











.contact input[type="text"], select, textarea {
    padding: 11px 4px;
    width: 100%;
    max-width: 100%;
    border: 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #555;
    width: 100%;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: none;
    box-shadow: none;
    outline: 0 none;
    background-color: rgba(245, 245, 245, 0.71);
    transition: all .35s;
}
textarea {
    height: 100px;
}
::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.contact input.submit {
    width: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 10px 16px 9px 16px;
    border: none;
}
.contact input.submit:hover {
    color: #fff;
}

input[type="submit"][disabled] { background:#888; }
#message-info {
    margin: 10px 0;
    padding: 0;
    text-align: center;
    padding: 0 7px;
}
#success_page {
    text-align: center;
}


.contact.box-style {
    margin-top: 60px;
    text-align: center;
}
.contact.box-style .col-sm-6,
.contact.box-style .col-sm-12,
form .col-sm-6,
form .col-sm-12 {
    padding: 0 7px;
}
.contact.box-style input,
.contact.box-style select,
.contact.box-style textarea,
select,
input[type="text"],
textarea {
  padding: 11px 18px;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: white;
  width: 100%;
  margin-bottom: 10px;
  background: #161616;
  outline: none;
  border: 1px solid #282828;
  border-radius: 6px;
  height: 55px;
}

textarea {
  height: 120px !important;
}

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: url(../images/arrow-down.svg) 97% / 3% no-repeat !important;
}

select::-ms-expand { 
    display: none; 
}

@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    } 
}











.contact.box-style input.submit,
input.submit {
    width: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    border: none !important;
    font-size: 11px;
    padding: 15px 43px 15px 43px;
    line-height: 22px;
    border-radius: 100px;
}
.contact.box-style input.submit:hover,
input.submit:hover {
    color: #fff;
}

.contact .loader {
    display: inline-block;
    position: absolute;
    top: 13px;
    margin-left: 14px;
}

.help-block ul li {

    color: #ff0e0e;
}

.error_form {
    background-color: #ec5552 !important;
    color: #fff;
    padding: 10px 9px;
    border-radius: 7px;
    font-size: 14px;
    margin-bottom: -10px;
}

.success_form {
    background-color: #17c573 !important;
    color: #fff;
    padding: 10px 9px;
    border-radius: 7px;
    font-size: 14px;
    margin-bottom: -10px;
}


.pad-head-form {
    margin-bottom: -10px;
}

.form-group {
    margin-bottom: 1px !important;
}



select.round {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px);
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}

select.round:focus {
  background-image:
    linear-gradient(45deg, #333 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #333 50%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}








/* Ð¤Ð¾Ð½Ñ‹ */


.bg-grays {
    background-color: #f9fbfd;
}



/* Ð›Ð¾Ð°Ð´ÐµÑ€ ÑÐ°Ð¹Ñ‚Ð° */



#loader-overlay {
  opacity: 0;
  top: 0px;
  left: 0px;
  position: fixed;
  background-color: #000000;
  height: 100%;
  width: 100%;
  z-index: 99999999;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#loader-overlay.visible {
  opacity: 1;
}

#loader-overlay.hidden {
  opacity: 0;
  height: 0px;
  width: 0px;
  z-index: -10000;
}

#loader-overlay .loader-wrapper-outer {
  background-color: transparent;
  z-index: 999999999;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: table;
  text-align: center;
  vertical-align: middle;
}

#loader-overlay .loader-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}

#loader-overlay .loader-img {
  width: 170px;
}

#loader-overlay .loader {
  margin: auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 8px solid rgba(255, 255, 255, 0.5);
  border-right: 8px solid rgba(255, 255, 255, 0.5);
  border-bottom: 8px solid rgba(255, 255, 255, 0.5);
  border-left: 8px solid #AAA;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: fakeloader 1.1s infinite linear;
  animation: fakeloader 1.1s infinite linear;
}

#loader-overlay .loader, #loader-overlay .loader:after {

  border-radius: 50%;
  width: 50px;
  height: 50px;
}

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

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

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

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





/* Ð›Ð¸Ð½Ð¸Ñ Ð¿Ð¾Ð´ Ñ‚Ð°Ð¹Ñ‚Ð»Ð¾Ð¼ */

.divider {
    display: block;
    margin: 20px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 2px;
    background-color: #e8e8e8;
    margin-bottom: 80px;
}

.divider.divider-alt {
    width: 37px;
    height: 2px;
    background-color: #e8e8e8;
}

.animate-divider:hover .divider.divider-alt {
    width: 54px;
}

.divider.divider-alt.divider-left {
    margin-left: 0;
    margin-right: 0;
}

.divider.divider-alt.divider-center {
    margin-left: auto;
    margin-right: auto;
}

.divider.divider-alt.divider-right {
    margin: 0;
    left: auto;
    float: right;
}

.divider.divider-alt.divider-dark {
    background-color: #2d86e9;
}















/* ÐšÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð½Ñ‹ */



/* ÐÐ½Ð¸Ð¼Ð°Ñ†Ð¸Ð¸  */

@-webkit-keyframes animBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes animBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@-webkit-keyframes animbubble {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes animbubble {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}



/* ÐšÐ½Ð¾Ð¿ÐºÐ° Ñ…ÐµÐ´ÐµÑ€ */

.btn-border-white {
    color: #fff;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 12px 23px;
    transition: .3s;
}


.btn-border-white:hover,
.btn-border-white:focus {
    color: #fff;
    opacity: 0.7;
}


.btn-border-white:active {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 12px 23px;
    transition: .3s;
}



.btn-colored-shadow {
  position: relative;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 18px 35px;
  z-index: 2;
  transition: .3s;
}


.btn-colored-shadow:hover {
    opacity: 0.7;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #ffffff;
    transition: .3s;
}

.btn-colored-shadow:active,
.btn-colored-shadow:focus {
  opacity: 1;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #ffffff;
  transition: .3s;
}


.btn-colored-shadow img {
  width: 13px;
  margin-left: 4px;
  margin-top: -2px;
}






.btn-border-colored {
    color: #2d86e9;
    font-weight: 700;
    border: 2px solid #2d86e9;
    border-radius: 50px;
    padding: 12px 23px;
    transition: .3s;
}


.btn-border-colored:hover,
.btn-border-colored:focus {
    color: #2d86e9;
    opacity: 0.7;
}


.btn-border-colored:active {
    color: #2d86e9;
    border: 2px solid #2d86e9;
    border-radius: 50px;
    padding: 12px 23px;
    transition: .3s;
}








.btn-colored {
    color: #fff;
    background: #2d86e9;
    font-weight: 700;
    border: 2px solid #2d86e9;
    border-radius: 50px;
    padding: 12px 23px;
    transition: .3s;
}


.btn-colored:hover,
.btn-colored:focus {
    background: none;
    color: #2d86e9;
    border: 2px solid #2d86e9;
}


.btn-colored:active {
    color: #fff;
    background: #2d86e9;
    font-weight: 700;
    border: 2px solid #2d86e9;
    border-radius: 50px;
    padding: 12px 23px;
    transition: .3s;
}



.hi-label-header {
  position: relative;
  color: #ababab;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 3px;
  margin-bottom: 5px;
  z-index: 2;
}

.hi-label-header span {
  color: #ffffff;
}











/* 7 - ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ð° ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ñ‹ */

.title-contact {
    font-size: 24px;
    line-height: 1.2;
}


.contact-box {
    margin-top: 57px;
}

.email-contact {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF !important;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px dashed #323232;
  padding: 20px;
  border-radius: 5px !important;
}

.adress-contact {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF !important;
  margin-bottom: 16px;
}

.email-contact a {
  color: #FFFFFF !important;
}

.email-contact i {
  font-size: 50px;
  margin-bottom: 10px;
}


.phone-contact {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF !important;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px dashed #323232;
  padding: 20px;
  border-radius: 5px !important;
}

.phone-contact a {
  color: #FFFFFF !important;
}

.phone-contact i {
  font-size: 50px;
  margin-bottom: 10px;
}

.soc-footer {
    margin-right: 4px;
    transition: 1s;
}


.title-contact-one {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 53px;
  color: #FFFFFF;
}

.title-contact-one {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 53px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.title-contact-two {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 0px;
}




.remember-checkbox {
   margin-top: 15px;
}

.remember-checkbox a { color: #707277; }
.remember-checkbox label { 
  padding-left: 30px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  color: #707277;
  font-weight: 400;
}
.remember-checkbox label:before, label:after { position: absolute; top: -1px; left: 0; padding-left: 2px; font-family: FontAwesome; font-size: 16px; color: #707277; }
.remember-checkbox label:before { border: 2px solid #707277; content: ""; height: 20px; margin-top: 4px; width: 20px; }
.remember-checkbox label:after { font-family: "Font Awesome 5 Pro"; content: '\f00c'; max-width: 0; opacity: 0.5; overflow: hidden; transition: all 0.35s; -webkit-transition: all 0.35s; -ms-transition: all 0.35s; -ms-transition: all 0.35s; -o-transition: all 0.35s; }
.remember-checkbox input[type="checkbox"] { display: none; }
.remember-checkbox input[type="checkbox"]:checked + label:after { max-width: 25px; opacity: 1; }




.pre-title {
    margin-bottom: 0px;
}
















/* ÐšÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ñ‹ */


.big-title-contact {
  font-weight: 900;
  font-size: 65px;
  line-height: 82px;
  text-align: left;
  color: #fff;  
  margin-top: 30px;
}

.big-title-contact-back {
  position: absolute;
  font-weight: 900;
  font-size: 100px;
  line-height: 118px;
  text-align: left;
  left: 13px;
  right: 0;
  color: #2E323A;  
  z-index: -1;
}






#f_us:focus {
  color: #a5a5a5;
}

/* ÐžÑÐ½Ð¾Ð²Ð½Ñ‹Ðµ ÑÑ‚Ð¸Ð»Ð¸ */

.title {
  line-height: 1.2;
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  margin-bottom: 15px;
  color: white;
}

.before-title {
  letter-spacing: 3px;
  color: #6a6a6a;
  font-weight: 500;
  margin-bottom: 5px;
}

.text-block {
  color: white;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.icon-block-one {
  width: 65px;
  margin-bottom: 30px;
}





/* 1 Ð±Ð»Ð¾Ðº */

.one-section {
  background-image: url(../images/bg-1.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}


.img-block-1 {
  width: 253px;
  height: 403px;
  perspective: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.img-block-1 span {
  cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/card-1.png");
	background-size: cover;
	transform-style: preserve-3d;
	transform: rotateX(60deg);
	transition: all 0.8s;	
}
.img-block-1:hover span {
	transform: rotateX(0deg); 	
}	


.one-block-text {
  margin-top: 65px;
}









/* 2 Ð±Ð»Ð¾Ðº */

.two-section {
  background-color: #181818;
}


.img-block-2 {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}

.two-block-text {
  margin-top: 65px;
}








/* 3 Ð±Ð»Ð¾Ðº */

.three-section {
  background-image: url(../images/bg-3.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}


.img-block-3 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 30px;
}



.three-block-text {
  margin-top: 10px;
  margin-bottom: 10px;
}




/* 4 Ð±Ð»Ð¾Ðº */

.four-section {
  background-size: cover;
  background-position: center;
}


.img-block-4 {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}

.four-block-text {
  margin-top: 25px;
  margin-bottom: 25px;
  z-index: 3;
}

.four-block-text .before-title {
  color: white;
  opacity: 0.7;
}

.videoContainer .overlays-video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: rgb(28 28 28);
  opacity: 0.8;
}

#myVideoBlock4 {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
}

.four-block-text .text-block {
  margin-bottom: 35px;
}



/* 5 Ð±Ð»Ð¾Ðº */

.five-section {
  background-image: url(../images/bg-5.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}


.img-block-5 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 30px;
}



.five-block-text {
  margin-top: 60px;
  margin-bottom: 0px;
}

.five-block-text .text-block {
  margin-bottom: 35px;
}






/* 6 Ð±Ð»Ð¾Ðº */

.six-section {
  background-color: #181818;
}


.img-block-6 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.six-block-text {
  margin-top: 65px;
}






/* 7 Ð±Ð»Ð¾Ðº */

.seven-section {
  background-image: url(../images/bg-1.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}


.img-block-7 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 30px;
}



.seven-block-text {
  margin-top: 20px;
  margin-bottom: 0px;
}

.seven-block-text .text-block {
  margin-bottom: 35px;
}

.title-midle {
  line-height: 1.2;
  margin-top: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 15px;
  color: white;
}

.seven-block-cerf {
  margin-top: 20px;
}

.cerf-card {
  border: 1px solid #ffffff2e;
  padding: 15px;
  min-height: 90px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.cerf-card .media-object {
  width: 40px;
}

.cerf-card .media {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 10px;
}
.cerf-card .media-body {
  width: auto;
}

.cerf-card p {
  color: #cdcdcd;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0px;
}





/* 8 Ð±Ð»Ð¾Ðº */

.eight-section {
  background-color: #181818;
}


.img-block-8 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.eight-block-text {
  margin-top: 65px;
}






/* 9 Ð±Ð»Ð¾Ðº */

.nine-section {
  background-image: url(../images/bg-9.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}


.img-block-9 {
  width: 470px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 42px;
  margin-bottom: 30px;
}



.nine-block-text {
  margin-top: 30px;
  margin-bottom: 50px
}

.nine-block-text .text-block {
  margin-bottom: 35px;
}

/* ÐšÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ñ‹ Ñ„Ð¾Ñ€Ð¼Ð° */

.contact-section {
  background-color: #181818;
}

.text-footer-left {
  text-align: center;
}


.text-footer-right {
  text-align: right;
}


.text-footer-right a {
  color: #858585;
  font-size: 12px;
  font-weight: 400;
  margin-right: 12px;
}

.title-modal {
  font-size: 24px;
  font-weight: 800;
}

.title-modal-medium {
  font-size: 19px;
}

.modal-text-block p {
  font-size: 13px;
  margin-bottom: 0px;
}


#block-10 img{
	max-width:100%;
}
#block-1-1 video{
	height: 600px;
}
#promoModal #name:focus,#promoModal #phone:focus{
	color:#000 !important;
}
.btn-submit-popup {
    background: #35BF8D !important;
    border-radius: 0px !important;
    color: #fff !important;
    width: 100%;
    border: none;
    padding: 15px 20px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.title-form-modal {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    margin-bottom: -10px;
}
#promoModal button.close{
	position: absolute;
	right: 10px;
	top: 10px;
	color: red;
}
#promoModal .modal-dialog {
    width: 400px;
}

#promoModal .modal-header {
    padding: 15px;
    border-bottom: 1px solid #181818;
}

div#promoModal .modal-content {
    background-color: #181818;
}
div#promoModal .error_form,div#promoModal .success_form{
	margin-bottom: 10px;
}
div#promoModal .title-form-modal{
	color:#fff;
}
.description{
	text-align:left;
	font-size: 14px;
	line-height: 25px;
	padding-top: 10px;
}
.description p,
.three-block-text p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
  text-align: left;
}
.description ul {
  padding: 5px;
}
.title_card{
	font-weight:bold;
	font-size:18px;
}
.price_old{
	text-decoration: line-through;
	display:none;
}
.price{
	font-weight:bold;
	color:#f53c3c;
	font-size: 25px;
}
.wc-block-grid__product-price {
  color: #fff !important;
}
.card_buy{
	clear: both;
    margin-top: 35px;
}

#block-10 .container > .row {
  display: flex;
  flex-wrap: wrap;
}

.main-screen__wrap {
  display: flex;
  gap: 20px;
}

.social-icons .telegram a{
	display: block;
}

.social-icons .telegram i{
	font-size: 40px;
	color: #0088cc; 
}

.max-header i{
	font-size: 40px;
	color: #0088cc;
	transition: all .3s ease 0s
}

.max-header:hover i{
	color: #fff
}

.email-contact.telegram i,
.email-contact.telegram a{
	color: #0088cc !important;
}

.email-contact.telegram{
  border: 1px dashed #0088cc;
 }

.custom-telegram-wrapper{
	max-width: 270px;	
}

.btn-colored-shadow.telegram i {
  font-size: 23px;
  font-weight: 500;
  margin-left: 10px;
  color: #0088cc;
}

.btn-colored-shadow.telegram{
	border: 1px solid #0088cc;
  	color: #0088cc;
	display: flex;
    gap: 10px;
    align-items: center;
	justify-content: center;
}

.btn-colored-shadow.yellow {
  border-color: #cb9400;
  color: #cb9400;
}

.btn-colored-shadow.flare {
  position: relative;
  overflow: hidden;
}

.btn-colored-shadow.flare:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  animation: flareAnimation 8s infinite linear;
}

@keyframes flareAnimation {
  0% {
    left: -150%;
  }

  50% {
    left: 150%;
  }

  100% {
    left: 150%;
  }
}

@media(min-width:483px){
  
	.description{
		min-height: 380px;
	}

  #block-10 .three-block-text:nth-child(1) .description,
  #block-10 .three-block-text:nth-child(2) .description,
  #block-10 .three-block-text:nth-child(3) .description {
    min-height: 620px;
  }
  #block-10 .three-block-text:nth-child(7) .description {
    min-height: 516px;
  }
  #block-10 .three-block-text:nth-child(10) .description,
  #block-10 .three-block-text:nth-child(11) .description,
  #block-10 .three-block-text:nth-child(12) .description {
    min-height: 620px;
  }
  #block-10 .three-block-text:nth-child(14) .description {
    min-height: 660px;
  }
  #block-10 .three-block-text:nth-child(4) .title_card,
  #block-10 .three-block-text:nth-child(5) .title_card,
  #block-10 .three-block-text:nth-child(6) .title_card,
  #block-10 .three-block-text:nth-child(10) .title_card,
  #block-10 .three-block-text:nth-child(11) .title_card,
  #block-10 .three-block-text:nth-child(12) .title_card,
  #block-10 .three-block-text:nth-child(13) .title_card,
  #block-10 .three-block-text:nth-child(14) .title_card {
    min-height: 54px
  }
}

@media(max-width:414px){
	#block-1-1 video{
		height: 300px;
	}
  .main-screen__wrap {
    flex-direction: column;
  }
}
.h5vp_player_temp {
    display: flex;
    justify-content: center;
}

nav#nav ul li > a, nav#st-nav ul li > a {
  font-size: 16px!important;
}

.whatsapp.btn-cart {
  position: absolute;
  right: 45px;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 400;
}

.whatsapp.btn-cart i {
  font-size: 18px;
  margin-left: 5px;
}

@media screen and (max-width:767.99px) {
  .whatsapp.btn-cart {
    left: 20px;
    right: 20px;
    top: 90px;
    display: flex;
    justify-content: center;
  }
  .woocommerce div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce-page #content div.product form.cart {
    padding: 20px 20px 70px;
    position: relative;
  }
  .woocommerce div.product form.cart .single_add_to_cart_button, .woocommerce-page div.product form.cart .single_add_to_cart_button {
    margin-bottom: 20px;
    width: calc(100% - 110px);
  }
  #archive-categories .list_shop_categories li a {
    text-align: center;
  }
}

.home-catalog-link .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.home-catalog-link .btn-colored-shadow {
  display: inline-block;
}

@media (max-height: 780px) {
  .vc_custom_1703576065673 {
    min-height: 566px !important;
  }
}

.wc-block-components-totals-shipping .wc-block-components-totals-item__value {
  display: none;
}

.wc-block-components-totals-shipping .wc-block-components-totals-item__description div {
  display: none;
}

.wc-block-components-totals-shipping .wc-block-components-totals-item__description:before {
  content: 'Стоимость доставки в зависимости от тарифов СДЭК/Почты России';
  display: block;
  font-size: .875em;
}

.wc-block-components-checkout-step__container .wc-block-components-shipping-rates-control .wc-block-components-shipping-rates-control__package {
  display: none;
}

.wc-block-components-checkout-step__container .wc-block-components-shipping-rates-control:before {
  content: 'Стоимость доставки в зависимости от тарифов СДЭК/Почты России';
  display: block;
  font-size: .875em;
}

.wc-block-components-totals-shipping__fieldset {
  display: none;
}

.site-content.col-3 {
  max-width: 75.982rem;
  padding: 0 1.875rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 50px 20px;
}

.site-content.col-3 .row {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.site-content.col-3 .post_header_date {
  margin-bottom: 10px;
}

.site-content.col-3 .entry-title {
  text-align: left;
}

.site-content.col-3 .entry-thumbnail {
  margin-bottom: 20px;
}

.site-content.col-3 .post_header_date p {
  display: none;
}

.site-content.col-3 .wpb_content_element {
  display: none;
}

.site-content.col-3 p:not(:last-child) {
  margin-bottom: 15px;
}

.site-content.col-3 article {
  max-width: 75.982rem;
  width: 100%;
}

@media (max-width: 450px) {
  .site-content.col-3 {
    padding: 0;
  }
}

.product-status {
  position: absolute;
  z-index: 2;
  top: 6px;
  left: 6px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.product-status__item {
  font-family: Roboto;
  border-radius: 5px;
  background: gray;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 800;
  font-size: 11.3px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 11px;
}

.product-status__item.red {
  background: #F53C3C;
}

.product-status__item.yellow {
  background: #CB9400;
}

.product-status__item.green {
  background: #2AAB2A;
}

@media (max-width: 575px) {
  .product-status__item {
    font-size: 10px;
  }
}

.wc-block-components-product-metadata__description {
  display: none;
}

.wc-block-components-totals-shipping .wc-block-components-shipping-address,
.wc-block-components-totals-shipping__change-address__link {
  display: none !important;
}