

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0
}

footer,
header,
main,
nav,
section {
  display: block
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

img {
  border: 0
}

button,
input {
  margin: 0;
  font: inherit;
  color: inherit
}

button {
  overflow: visible;
  text-transform: none
}

button,
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

input {
  line-height: normal
}

@media print {

  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " ("attr(href) ")"
  }

  a[href^="#"]:after {
    content: ""
  }

  img {
    page-break-inside: avoid;
    max-width: 100% !important
  }

  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h3 {
    page-break-after: avoid
  }

  .navbar {
    display: none
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff
}

button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #337ab7;
  text-decoration: none
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

img {
  vertical-align: middle
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

h3,
h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px
}

h3 {
  font-size: 24px
}

h4 {
  font-size: 18px
}

p {
  margin: 0 0 10px
}

.text-center {
  text-align: center
}

ul {
  margin-top: 0;
  margin-bottom: 10px
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

.col-lg-1,
.col-lg-10,
.col-lg-12,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-8,
.col-md-9,
.col-sm-12,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-xs-12,
.col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-12,
.col-xs-6 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-6 {
  width: 50%
}

@media (min-width:768px) {

  .col-sm-12,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-12,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width:1200px) {

  .col-lg-1,
  .col-lg-10,
  .col-lg-12,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-group {
  margin-bottom: 15px
}

.collapse {
  display: none
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a,
.nav>li>span {
  position: relative;
  display: block;
  padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px
  }
}

@media (min-width:768px) {
  .navbar-header {
    float: left
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }

  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0
  }
}

.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:768px) {

  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}

@media (min-width:768px) {
  .navbar-static-top {
    border-radius: 0
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none
  }
}

.navbar-nav {
  margin: 0
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px
}

@media (min-width:768px) {
  .navbar-nav {
    float: left;
    margin: 0
  }

  .navbar-nav>li {
    float: left
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  display: table;
  content: " "
}

.clearfix:after,
.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
  clear: both
}

body {
  width: 100%;
  min-width: 320px !important;
  overflow-x: hidden;
  text-align: left;
  background: #fff;
  min-height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  font-family: Montserrat
}

a,
button:focus,
input:focus {
  outline: 0
}

ul {
  margin: 0;
  padding: 0;
  list-style: none
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.clearfix {
  display: inline-block;
  display: block
}

header {
  background: #246f91
}

.top-order {
  background: #fff;
  border-radius: 20px;
  padding: 0 30px;
  text-transform: uppercase;
  color: #216686;
  font-size: 18px;
  margin: 0;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  height: 40px;
  text-decoration: none;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  margin-bottom: 20px;
  margin: 0 auto 13px
}

.top-order:hover {
  color: #216686;
  text-decoration: none;
  cursor: pointer
}

.bg-header {
  width: 100%;
  background: url(../img/header-bg.jpg) no-repeat top center;
  background-size: cover;
  min-height: 730px
}

.navbar-nav li a,
.navbar-nav li span {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  text-transform: uppercase
}

.navbar-nav li span:hover {
  cursor: pointer
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #fff
}

.navbar-toggle {
  border: 1px solid#fff
}

.title-header {
  font-size: 102px;
  color: #246f91;
  text-align: center;
  font-family: 'Roboto Condensed';
  font-weight: 700
}

.title-p {
  font-size: 30px;
  color: #07283f;
  text-align: center;
  font-family: 'Roboto Condensed';
  font-weight: 700
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav>li>span:focus,
.nav>li>span:hover {
  background-color: #86d6ea
}

.clock-top {
  margin-top: 20px
}

.form {
  max-width: 345px;
  border-radius: 10px;
  background: #fff;
  padding: 8px;
  width: 100%;
  margin: 40px auto 0;
  position: relative;
  z-index: 2
}

.form-inner {
  border: 3px solid #1e949d;
  border-radius: 10px;
  width: 100%;
  padding: 25px 10px 0;
  text-align: center
}

.new-price {
  color: #1e949d;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 10px;
  margin-top: 0
}

.old-price {
  font-size: 22px;
  color: #232323;
  margin: 0;
  line-height: 30px;
  margin-bottom: 5px;
  font-family: 'Roboto Condensed';
  font-weight: 700
}

.old-price span {
  text-decoration: line-through;
  font-family: 'Roboto Condensed';
  font-weight: 700
}

.form-group {
  margin-bottom: 15px
}

.form-control {
  border: 1px solid #dadada;
  border-radius: 20px;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
  width: 100%;
  color: #212121;
  font-size: 14px;
  line-height: 30px;
  height: 43px;
  padding: 6px 18px 7px
}

.order-btn {
  background: #ff9523;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 0 0 #e68900;
  box-shadow: 0 3px 0 0 #e68900;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  color: #fff;
  border: none;
  display: inline-block;
  width: 100%;
  line-height: 30px;
  font-size: 17px;
  text-align: center;
  padding: 15px 0;
  height: 60px;
  text-transform: uppercase;
  text-decoration: none
}

.tovar-header {
  width: 333px;
  min-height: 290px;
  top: 36px;
  left: -52px;
  position: relative;
  z-index: 5;
  margin: 28px 0
}

.tovar-header {
  background: url(../img/tovar-header.webp) no-repeat;
  background-position-x: 30px;
  background-size: contain
}

.guarantee {
  width: 100%;
  background: #216686
}

.guarantee-inner {
  padding: 60px 0;
  overflow: hidden
}

.guarantee__item {
  padding-left: 100px;
  min-height: 62px;
  margin-top: 40px
}

.guarantee__item.gi1 {
  background: url(../img/preim-1.png) no-repeat left top
}

.guarantee__item.gi2 {
  background: url(../img/preim-2.png) no-repeat left top
}

.guarantee__item.gi3 {
  background: url(../img/preim-3.png) no-repeat left top
}

.guarantee-text {
  color: #fff;
  letter-spacing: .02em;
  font-size: 16px;
  line-height: 30px;
  margin: 0
}

.guarantee-title {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 22px;
  color: #fff
}

.sale-lable {
  background: url(../img/sale.png) no-repeat;
  width: 119px;
  min-height: 119px;
  text-align: center;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 40px;
  line-height: 23px;
  position: absolute;
  margin-top: -40px;
  margin-left: 213px;
  color: #fff;
  padding-top: 36px;
  z-index: 5
}

.zak-box .sale-lable {
  margin-top: -40px
}

.bg-footer .sale-lable {
  margin-top: -15px
}

.sale-lable span {
  display: block;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 20px
}

.sale-lable.sale-hd:before {
  content: '';
  background: url(../img/arrow-header.png) no-repeat;
  position: absolute;
  top: 3px;
  left: -70px;
  width: 63px;
  min-height: 64px
}

.bg-polzaizl {
  background: url(../img/bg-bol.jpg) no-repeat;
  width: 100%;
  min-height: 850px
}

.danger__item {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 50px
}

.order-box {
  width: 176px;
  height: 176px;
  display: inline-block;
  margin-bottom: 10px
}

.bol-ico {
  width: 100%;
  height: 100%
}

.bol-ico.oi1 {
  background: url(../img/bol-1.webp) no-repeat center
}

.bol-ico.oi2 {
  background: url(../img/bol-2.webp) no-repeat center
}

.bol-ico.oi3 {
  background: url(../img/bol-3.webp) no-repeat center
}

.bol-ico.oi4 {
  background: url(../img/bol-4.webp) no-repeat center
}

.bol-ico.oi5 {
  background: url(../img/bol-5.webp) no-repeat center
}

.bol-ico.oi6 {
  background: url(../img/bol-6.webp) no-repeat center
}

.bol-ico.oi7 {
  background: url(../img/bol-7.webp) no-repeat center
}

.bol-ico.oi8 {
  background: url(../img/bol-8.webp) no-repeat center
}

.bol-ico.oi9 {
  background: url(../img/bol-9.webp) no-repeat center
}

.bol-ico.oi10 {
  background: url(../img/bol-10.webp) no-repeat center
}

.danger-text1 {
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  font-family: Montserrat;
  margin: 0;
  margin-bottom: 5px;
  text-align: center
}

.title-polzaizl {
  margin-top: 70px;
  margin-bottom: 20px;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 48px;
  color: #232323;
  line-height: 45px;
  text-align: center
}

.title-polzaizl span {
  color: #1e949d
}

.pos-rel {
  position: relative
}

.button-down {
  background: url(../img/arrow-down.png) no-repeat;
  width: 60px;
  min-height: 60px;
  position: absolute;
  right: 50%;
  margin-right: -30px;
  margin-bottom: -30px;
  bottom: 0;
  z-index: 10
}

.unisr-bg {
  background: url(../img/blue-bg.jpg) no-repeat;
  width: 100%
}

.title-unisr {
  margin-top: 70px;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-family: 'Roboto Condensed';
  font-weight: 700
}

.title-unisr span {
  color: #3ae2ef
}

.about {
  background: #fff;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 476px
}

.pen-bg {
  background: url(../img/pen.jpg) no-repeat;
  width: 100%;
  min-height: 460px
}

.unisr_ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 30px;
  padding-top: 30px
}

.unisr_ul__item {
  color: #232323;
  font-size: 17px;
  line-height: 30px
}

.unisr_ul li:before {
  content: '';
  background: url(../img/circle-li.webp) no-repeat;
  position: absolute;
  min-height: 10px;
  top: 10px;
  left: -20px;
  width: 10px
}

.unisr_ul li {
  position: relative
}

.kr-rght {
  background: url(../img/point.webp) repeat-y;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  min-height: 395px
}

.bg-sostav {
  width: 100%;
  background: url(../img/sostav-bg.jpg) no-repeat top center;
  background-size: cover
}


.title-sost {
  line-height: 50px;
  color: #232323;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 45px;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 42px
}

.and-ul_item {
  vertical-align: top;
  margin-bottom: 20px
}

.no-webp .di-1 {
  background: url(../img/sost-1.webp) no-repeat bottom center;
  float: left
}

.no-webp .di-2 {
  background: url(../img/sost-2.webp) no-repeat bottom center;
  float: left
}

.no-webp .di-3 {
  background: url(../img/sost-3.webp) no-repeat bottom center;
  float: left
}

.no-webp .di-4 {
  background: url(../img/sost-4.webp) no-repeat bottom center;
  float: left
}

 .di-1 {
  background: url(../img/sost-1.webp) no-repeat bottom center;
  float: left
}

 .di-2 {
  background: url(../img/sost-2.webp) no-repeat bottom center;
  float: left
}

 .di-3 {
  background: url(../img/sost-3.webp) no-repeat bottom center;
  float: left
}

 .di-4 {
  background: url(../img/sost-4.webp) no-repeat bottom center;
  float: left
}

.deger_item {
  width: 176px;
  height: 176px;
  margin-right: 20px;
  margin-bottom: 40px
}

.and_text {
  width: 53%;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 24px;
  color: #1e949d;
  line-height: 30px;
  vertical-align: top;
  float: left;
  text-align: left
}

.and_text-2 {
  width: 58%;
  font-family: Montserrat;
  margin: 0;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 24px;
  vertical-align: top;
  float: left;
  text-align: left;
  margin-bottom: 40px
}

.zakazur-bg {
  width: 100%;
  padding-bottom: 20px;
  background: url(../img/zakaz-bg.jpg) no-repeat top center;
  min-height: 480px;
  background-size: auto 100%
}

.title-ft-zakaz {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 46px;
  color: #fff;
  text-align: center;
  margin: 50px 0 20px;
  padding: 0 20px;
  line-height: 50px
}

.zak-box {
  max-width: 345px;
  min-height: 300px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px
}

.zak-box-1 {
  float: left;
  width: 55%;
  min-height: 300px
}

.txt-block-ft {
  width: 100%;
  min-height: 65px;
  position: relative
}

.box-txt-salenew {
  margin: 30px 10px 20px;
  color: #1e949d;
  font-size: 30px;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  line-height: 30px;
  text-align: center
}

.box-txt-saleold {
  color: #232323;
  font-size: 24px;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  line-height: 33px;
  text-align: center
}

.box-txt-saleold span {
  text-decoration: line-through
}

.tovar-header_1 {
  width: 422px;
  min-height: 286px;
  margin: 0 auto
}

.tovar-header_1 {
  background: url(../img/tovar-header.webp) no-repeat;
  background-size: contain
}

.zak-box-2 {
  width: 45%;
  padding-bottom: 28px;
  display: inline-block;
  text-align: center
}

.order-btn-1 {
  background: #ff9523;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 0 0 #e68900;
  box-shadow: 0 3px 0 0 #e68900;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  color: #fff;
  border: none;
  display: inline-block;
  width: 85%;
  line-height: 20px;
  font-size: 19px;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 26px
}

.order-btn-1:hover {
  color: #fff;
  text-decoration: none
}

.bg-doc {
  width: 100%;
  background: url(../img/bg-doc.png) repeat;
  margin-top: 0
}

.specialist {
  border-radius: 10px;
  background: #fff;
  padding: 35px;
  -webkit-box-shadow: 0 1px 18px 0 rgba(50, 50, 50, .75);
  box-shadow: 0 1px 18px 0 rgba(50, 50, 50, .75);
  margin-top: 40px;
  position: relative
}

.specialist:before {
  content: '';
  position: absolute;
  right: -64px;
  top: 35%;
  width: 87px;
  height: 76px;
  background: url(../img/arrow-doc.png) no-repeat center;
  margin-top: -53px
}

.specialist-title {
  color: #232323;
  font-size: 48px;
  line-height: 50px;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  margin: 0;
  margin-bottom: 30px
}

.specialist-text {
  line-height: 30px;
  font-size: 16px;
  color: #232323;
  margin: 0;
  margin-bottom: 40px;
  font-family: Montserrat
}

.specialist-name {
  font-size: 22px;
  color: #1e949d;
  line-height: 30px;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  text-transform: uppercase
}

.specialist-name span {
  color: #c5c5c5;
  font-size: 16px;
  font-family: Montserrat;
  text-transform: none;
  display: block;
  width: calc(100% - 110px)
}

.autograph {
  max-width: 100%;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 35px
}

.img-doc {
  background: url(../img/doc.png) no-repeat center;
  background-size: 100% auto;
  width: 428px;
  min-height: 703px;
  margin-top: 40px;
  margin-left: -60px;
  margin-top: 70px
}

.bg-instr {
  width: 100%;
  background: url(../img/bg-man.jpg) no-repeat top center;
  background-size: cover;
  min-height: 505px
}

.title-instr {
  text-align: center;
  color: #232323;
  font-size: 48px;
  line-height: 50px;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  margin-top: 70px;
  margin-bottom: 40px
}

.title-instr span {
  color: #1e949d;
  font-size: 48px;
  line-height: 50px;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  margin-top: 70px;
  margin-bottom: 40px;
  text-align: center
}

.instr__item {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px
}

.instr-box {
  width: 100%;
  height: 176px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative
}

.instr-ico.in1 {
  background: url(../img/preim-1.png) no-repeat center
}

.instr-ico.in2 {
  background: url(../img/preim-2.png) no-repeat center
}

.instr-ico.in3 {
  background: url(../img/preim-3.png) no-repeat center
}

.instr-ico {
  width: 100%;
  height: 100%
}

.instr-text1 {
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  font-family: Montserrat;
  margin: 0;
  margin-bottom: 5px;
  text-align: center;
  margin-top: 10px
}

.instr-box.arrow-instr:after {
  content: '';
  background: url(../img/arrow-prem.webp) no-repeat;
  position: absolute;
  top: 33%;
  right: -20px;
  width: 31px;
  min-height: 47px
}

.issl-1 {
  width: 100%;
  max-width: 455px;
  margin: 0 auto 35px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative
}

.rezissl-bg {
  background: url(../img/blue-bg.jpg) no-repeat;
  width: 100%;
  min-height: 635px
}

.title-rezissl {
  color: #fff;
  font-size: 48px;
  line-height: 50px;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  margin-top: 70px;
  margin-bottom: 40px;
  text-align: center
}

.graph img {
  display: inline-block;
  max-width: 480px;
  width: 100%
}

.tabl-grapf {
  width: 290px;
  min-height: 50px;
  float: right;
  text-align: left;
  background: #1e949d;
  position: absolute;
  right: 0;
  bottom: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 5px
}

.tabl-grapf-2 {
  width: 270px
}

.title-com {
  margin: 60px 0 40px;
  text-align: center;
  font-size: 48px;
  color: #232323;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  line-height: 50px
}

.com-block {
  width: 100%;
  min-height: 240px;
  margin-bottom: 45px;
  border-bottom: 2px solid #e8e8e8;
  float: left
}

.com-img-bl {
  width: 170px;
  height: 170px;
  margin-right: 20px;
  margin-left: 25px;
  margin-bottom: 40px;
  border-radius: 100px
}

.com-img-1 {
  background: url(../img/ava-1.webp) no-repeat top center;
  float: left
}

.com-img-2 {
  background: url(../img/ava-1.webp) no-repeat top center;
  float: left
}

.com-img-3 {
  background: url(../img/ava-3.webp) no-repeat top center;
  float: left
}

.com-img-4 {
  background: url(../img/ava-1.webp) no-repeat top center;
  float: left
}

.com-txt {
  width: 76%;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 22px;
  color: #1e949d;
  line-height: 30px;
  vertical-align: top;
  float: left;
  text-align: left;
  text-transform: uppercase
}

.com-p {
  width: 71%;
  font-family: Montserrat;
  margin: 0;
  font-size: 16px;
  color: #232323;
  line-height: 30px;
  vertical-align: top;
  float: left;
  text-align: left;
  margin-bottom: 20px
}

.com-right {
  text-align: right;
  float: right
}

.bord-n {
  border-bottom: none
}

.best__item {
  text-align: center;
  margin-bottom: 30px
}

.best-box {
  width: 100%;
  height: 70px;
  display: inline-block;
  margin-bottom: 20px
}

.best-ico.bs1 {
  background: url(../img/ft-preim-1.png) no-repeat center
}

.best-ico.bs2 {
  background: url(../img/ft-preim-2.png) no-repeat center
}

.best-ico.bs3 {
  background: url(../img/ft-preim-3.png) no-repeat center
}

.best-ico.bs4 {
  background: url(../img/ft-preim-4.png) no-repeat center
}

.best-ico {
  width: 100%;
  height: 100%
}

.best-text {
  font-size: 16px;
  line-height: 30px;
  color: #232323;
  font-family: Montserrat;
  margin: 0;
  margin-bottom: 5px;
  text-align: center
}

.bg-best {
  background: #f3f6f8;
  background-size: cover;
  min-height: 275px
}

.bg-footer {
  background: url(../img/bg-footer.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 670px
}

.title-footer {
  margin: 60px 0 20px;
  text-align: center;
  font-size: 48px;
  color: #fff;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  line-height: 50px
}

.sale-lable.sale-ft:before {
  content: '';
  background: url(../img/arrow-footer.webp) no-repeat;
  position: absolute;
  top: -70px;
  left: 54px;
  width: 46px;
  min-height: 61px
}

.sale-ft {
  margin-left: 306px
}

.tovar-ft {
  top: 69px;
  left: -50px
}

.rek-footer {
  font-family: Montserrat;
  text-align: center;
  color: #232323;
  font-size: 16px;
  line-height: 24px;
  margin: 35px auto;
  position: relative
}

.adress::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../img/everad_logo.webp) center center no-repeat;
  background-size: cover
}

.rek-footer p {
  text-align: left;
  margin: 0
}

.adress {
  display: inline-block;
  padding-left: 60px;
  position: relative
}

.req {
  float: right
}

.footer-a {
  width: 100%;
  color: #246f91;
  font-family: Montserrat;
  text-align: left !important;
  line-height: 30px;
  display: inline-block;
  text-decoration: underline;
  font-size: 16px
}

.footer-a:hover {
  text-decoration: none
}

.navbar-topper {
  position: fixed;
  top: 0;
  display: none;
  right: 0;
  left: 0
}

a,
input {
  outline: 0 !important
}

.popup-prod {
  display: block;
  width: 100%
}

@media all and (max-width:768px) {
  .wrap-popup {
    width: 320px
  }

  .popup-prod {
    display: none
  }

  .wrap-popup .form-inner {
    flex-direction: column
  }

  .wrap-popup .left-popup {
    width: 100%
  }

  .wrap-popup .order_all2 {
    width: 100% !important
  }

  .wrap-popup .form-group:nth-child(4) {
    margin-bottom: 0
  }
}

.timer {
  text-align: center;
  display: block;
  margin: 0 auto 10px
}

.sale-end-text {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-family: Montserrat;
  text-align: center
}

.timer .block {
  display: inline-block;
  width: 55px;
  height: 55px;
  text-align: center;
  vertical-align: top;
  border-radius: 5px;
  background: #1e949d;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
  margin: 0 3px;
  margin-bottom: 5px
}

.timer .block .rect {
  font-size: 30px;
  text-align: center;
  color: #fff;
  line-height: 58px;
  width: 55px;
  font-family: Montserrat
}

.timer .block label {
  font-size: 11px;
  text-align: center;
  margin: 0;
  color: #232323;
  font-family: Montserrat
}

.rect.seconds {
  color: #fff
}

.bl-clock-ft-p {
  margin-top: 10px
}

.clock-ft-pa {
  margin-top: 50px
}

.ft-clk {
  text-align: left;
  color: #fff
}

.fr-clk {
  float: left
}

.timer .block-1 label {
  font-size: 11px;
  text-align: center;
  margin: 0;
  color: #fff;
  font-family: Montserrat
}

.timer .block-1 {
  background: #fff
}

.timer .block .rect-1 {
  color: #1e949d
}

.timer .block .rect-2 {
  color: #f44336
}

@media (max-width:1199px) {
  .navbar-nav li a {
    margin-right: 0
  }

  .sale-lable {
    margin-left: 235px;
    margin-top: -97px
  }

  .zak-box .sale-lable {
    margin-left: 258px;
    margin-top: -68px
  }

  .bg-header .title-p {
    padding-left: 315px
  }

  .kr-rght {
    margin-bottom: 40px;
    min-height: 377px
  }

  .pen-bg {
    min-height: 425px
  }

  .unisr_ul {
    padding-bottom: 0;
    padding-top: 40px;
    margin-left: 20px
  }

  .unisr_ul__item {
    line-height: 25px
  }

  .tovar-header_1 {
    position: relative;
    z-index: 20
  }

  .bg-doc {
    position: relative;
    z-index: 1
  }

  .specialist {
    margin-bottom: 40px
  }

  .tabl-grapf {
    width: 170px
  }

  .tabl-grapf-2 {
    width: 140px
  }

  .tovar-ft {
    left: 0
  }

  .sale-lable.sale-ft:before {
    display: none
  }

  .bg-instr {
    background: #fff
  }

  .clock-ft-pa {
    margin-top: 96px
  }

  .img-doc {
    width: 370px;
    margin-top: 149px;
    -ms-background-position-y: bottom;
    background-position-y: bottom
  }

  .specialist:before {
    right: -45px;
    margin-top: 64px
  }

  .about {
    min-height: 426px
  }

  .zak-box {
    width: 730px;
    display: table;
    margin-left: auto;
    margin-right: auto
  }
}

@media (max-width:991px) {
  .bg-header .title-p {
    padding-left: 250px
  }

  .navbar-nav li a {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .danger__item {
    margin-top: 20px
  }

  .kr-rght {
    display: none
  }

  .pen-bg {
    background-size: contain
  }

  .unisr_ul__item {
    font-size: 13px;
    line-height: 20px
  }

  .unisr_ul {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .img-doc {
    display: none
  }

  .specialist:before {
    display: none
  }

  .specialist {
    margin-bottom: 40px
  }

  .tabl-grapf {
    width: 270px
  }

  .tabl-grapf-2 {
    width: 240px
  }

  .tabl-grapf {
    bottom: 80px
  }

  .issl-1 {
    margin-bottom: 35px
  }

  .rezissl-bg {
    background-size: cover
  }

  .com-p {
    width: 100%
  }

  .clock-ft-pa {
    margin-top: 67px
  }

  .com-img-bl {
    margin-left: 0;
    margin-right: 15px;
    margin-top: 15px
  }

  .com-img-bl.com-right {
    margin-right: 0;
    margin-left: 15px
  }

  .com-p,
  .com-txt {
    width: calc(100% - 190px)
  }

  .about .col-sm-7 {
    display: none
  }

  .about .col-sm-5 {
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important
  }

  .about {
    min-height: 375px
  }

  .unisr_ul li:before {
    top: 5px
  }

  .unisr_ul__item {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 11px
  }

  .zak-box {
    width: 100%
  }
}

@media (max-width:767px) {
  .bg-header .title-p {
    padding-left: 0
  }

  .rek-footer {
    display: table;
    margin: 25px auto
  }

  .adress {
    padding-top: 60px
  }

  .adress::before {
    left: 50%;
    margin-left: -25px
  }

  .adress,
  .req {
    float: none;
    font-size: 14px;
    padding-left: 0
  }

  .footer-a {
    font-size: 14px;
    text-align: center !important
  }

  .adress p,
  .req p {
    text-align: center
  }

  .req {
    display: none
  }

  .about {
    min-height: 481px
  }

  .ab_bl {
    display: none
  }

  .title-header {
    font-size: 70px
  }

  .tovar-header {
    left: 50%;
    margin-left: -211px
  }

  .form {
    margin-bottom: 20px
  }

  .zak-box .sale-lable {
    margin-left: 285px;
    margin-top: -80px
  }

  .sale-lable {
    margin-left: 175px;
    margin-top: -80px
  }

  .guarantee-inner {
    padding: 10px 0 50px
  }

  .instr-box.arrow-instr:after {
    display: none
  }

  .title-instr {
    margin-bottom: 0
  }

  .bg-header {
    overflow: hidden;
    -ms-background-position-x: -1281px;
    background-position-x: -1281px
  }

  .bg-polzaizl {
    background-size: cover
  }

  .pen-bg {
    display: none
  }

  .unisr-bg {
    background-size: cover
  }

  .box-txt-salenew {
    margin: 29px 10px 5px
  }

  .unisr_ul__item {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 19px
  }

  .unisr_ul li:before {
    top: 5px
  }

  .unisr_ul {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 35px
  }

  .title-unisr {
    font-size: 38px;
    line-height: 40px
  }

  .deger_item {
    width: 100%
  }

  .and_text {
    width: 100%;
    text-align: center
  }

  .and_text-2 {
    width: 100%;
    text-align: center
  }

  .title-ft-zakaz {
    font-size: 26px;
    line-height: 35px
  }

  .zak-box-1 {
    float: left;
    width: 100%;
    min-height: 0
  }

  .zak-box-2 {
    width: 100%;
    float: none
  }

  .zakazur-bg {
    overflow: hidden
  }

  .bg-doc {
    margin-top: 0
  }

  .specialist-name {
    line-height: 23px
  }

  .specialist-text {
    line-height: 24px
  }

  .rezissl-bg {
    background-size: cover
  }

  .title-footer {
    line-height: 40px;
    font-size: 35px
  }

  .bg-footer {
    background-size: cover
  }

  .sale-ft {
    margin-left: 265px;
    margin-top: -55px
  }

  .bg-footer .sale-lable {
    margin-top: 0
  }

  .sale-lable.sale-hd:before {
    display: none
  }

  .clock-ft-pa {
    width: auto;
    display: table;
    margin: 0 auto;
    float: none
  }

  .com-block .com-img-bl {
    float: none;
    display: table;
    margin: 0 auto 15px
  }

  .com-p,
  .com-txt {
    width: 100%;
    text-align: center
  }

  .issl-1 {
    padding-bottom: 0
  }

  .graph img {
    margin-bottom: 70px
  }

  .tabl-grapf {
    bottom: 20px
  }
}

@media (max-width:640px) {
  .zak-box .sale-lable {
    display: none
  }

  .box-txt-salenew {
    text-align: center
  }
}

@media (max-width:479px) {

  .rezissl-bg,
  .unisr-bg {
    background: #006788
  }

  .zakazur-bg {
    background: url(../img/zakaz-bg_mob.jpg) no-repeat top left;
    background-size: cover
  }

  .bg-footer {
    background: url(../img/bg-footer_mob.jpg) no-repeat;
    background-size: cover
  }

  .bg-sostav {
    background: #fafafa
  }

  .bg-polzaizl {
    background: #f8f8f8
  }

  .bg-header {
    background: url(../img/header-bg_mob.jpg) no-repeat top center;
    background-size: cover
  }

  .rek-footer p {
    font-size: 14px
  }

  .specialist-name span {
    width: calc(100% - 76px);
    font-size: 14px
  }

  .autograph {
    width: 76px;
    height: auto;
    right: 10px;
    bottom: 20px
  }

  .specialist {
    padding: 25px 15px
  }

  .title-header {
    font-size: 62px
  }

  .tovar-header {
    width: 272px;
    min-height: 252px;
    margin-left: -169px
  }

  .form-inner {
    padding-top: 10px
  }

  .unisr_ul__item {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 12px
  }

  .tovar-header {
    top: 70px;
    left: 66%;
  }

  .title-footer {
    margin-bottom: 0
  }

  .bg-footer .sale-ft {
    display: none
  }

  .clock-ft-pa {
    margin-top: 30px
  }

  .title-footer {
    line-height: 30px;
    font-size: 28px
  }

  .new-price {
    font-size: 34px
  }
}

.col15-lg-15,
.col15-lg-3,
.col15-md-15,
.col15-md-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:992px) {

  .col15-md-15,
  .col15-md-3 {
    float: left
  }

  .col15-md-15 {
    width: 100%
  }

  .col15-md-3 {
    width: 20%
  }
}

@media (min-width:1200px) {

  .col15-lg-15,
  .col15-lg-3 {
    float: left
  }

  .col15-lg-15 {
    width: 100%
  }

  .col15-lg-3 {
    width: 20%
  }

  .col15-lg-offset-0 {
    margin-left: 0
  }
}

.youtube {
  background-color: #000;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  cursor: hand;
  cursor: pointer;
  display: inline-block
}

.youtube .thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: auto
}

.youtube .play {
  opacity: .8;
  height: 77px;
  left: 50%;
  margin-left: -38px;
  margin-top: -38px;
  position: absolute;
  top: 50%;
  width: 77px;
  background: url(../img/playy.webp);
  background: url(../img/playy.webp)
}

#video-wrap {
  font-size: 0;
  margin: 30px 0
}

.video-wrap {
  display: inline-block;
  min-height: 290px;
  vertical-align: top;
  text-align: center
}

.video-wrap-3 {
  margin: 10px 1%;
  width: 31%
}

.video_subtitle {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px
}

@media screen and (max-width:769px) {
  #video-wrap {
    text-align: center
  }

  .video-wrap {
    width: 100% !important;
    margin: 0 !important
  }
}

.flex-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around
}

.flex-block div {
  max-width: 206px
}

.unisr-bg {
  padding-bottom: 30px
}

.about {
  min-height: auto
}

.unisr_ul__item:last-child {
  margin-bottom: 0
}

.bg-best .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.best__item {
  width: 260px
}

.wrap-popup .form {
  margin-top: 0
}

.popup-prod {
  position: relative;
  left: 0
}

.adress::before {
  top: -5px
}
*{
  font-family: sans-serif !important;
}

select {
  width: 100%;
  height: 43px;
  border-radius: 20px;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
  color: #212121;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #dadada;
  outline: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/select-triang.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 10px;
  padding: 6px 18px 7px
}

select:hover {
  background-size: 10px 10px;
  background-position: right 10px center
}

select:focus {
  outline: 0 !important;
  outline-color: transparent;
  outline-width: 0;
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

select::-ms-expand {
  display: none !important;
  background: 0 0 !important;
  position: fixed;
  border: none !important;
  outline: 0 !important
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
  border: none
}

:not(#fake) {
  outline: 0
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

.navbar-nav li span {
  padding-top: 7px;
  padding-bottom: 7px
}

.ever-popup__inner {
  padding-top: 55px !important
}

.ever-popup__close {
  top: 18px !important
}

.left-popup {
  width: 50%
}

.wrap-popup .order_all2 {
  width: 50%
}

.wrap-popup .form {
  max-width: none !important
}

.wrap-popup .form-inner {
  padding: 20px;
  display: flex !important;
  align-items: center
}

.ever-popup__inner {
  max-width: 620px !important
}

@media (min-width:320px) {
  .sale-lable {
    margin-left: 148px;
    margin-top: -70px
  }

  .guarantee-inner {
    padding: 10px 0 50px
  }

  .tovar-header_1 {
    max-width: 290px
  }

  .no-webp .tovar-header_1,
    .tovar-header_1 {
    background-size: contain;
    background-position: center center;
  }

  .best__item:first-child {
    margin-top: 50px
  }

  .best__item:last-child {
    margin-bottom: 50px
  }

  .box-txt-salenew {
    margin-top: 0
  }

  .box-txt-saleold {
    margin-top: 20px;
    margin-bottom: 5px
  }
}

@media (min-width:480px) {
  .tovar-header {
    margin-bottom: 0
  }

  .no-webp .tovar-header,
    .tovar-header {
    background-position-x: 40px
  }

  .sale-lable {
    margin-left: 252px;
    margin-top: -40px
  }

  .tovar-ft {
    margin-bottom: 30px
  }
}

@media (min-width:520px) {
  .best__item {
    margin-top: 50px
  }

  .best__item:first-child {
    margin-top: 50px
  }

  .best__item:last-child {
    margin-bottom: 80px
  }
}

@media (min-width:768px) {
  .navbar-nav>li {
    float: none;
    display: inline-block
  }

  .bg-header {
    background-position-x: 92%
  }

  .bg-header .title-p {
    padding-left: 0
  }

  .form {
    margin-top: 70px
  }

  .zak-box {
    max-width: none;
    display: flex;
    align-items: center
  }

  .zak-box .sale-lable {
    margin-left: 300px;
    margin-top: -28px;
    z-index: 25
  }

  .graph img {
    margin-bottom: 20px
  }

  .tabl-grapf {
    bottom: 10px
  }

  .tovar-ft {
    top: 10px;
    left: -40px
  }

  .timer.fr-clk {
    float: none
  }

  .sale-end-text.ft-clk {
    text-align: center
  }

  .bg-footer .form {
    margin-top: 70px
  }

  .clock-ft-pa {
    margin-top: 20px
  }
}

@media (min-width:992px) {
  .bg-header {
    background-position-x: 68%
  }

  .bg-header .title-p {
    padding-left: 250px
  }

  .guarantee-inner {
    padding: 10px 0 40px
  }

  .unisr_ul__item {
    margin-bottom: 3px
  }

  .tabl-grapf {
    width: auto;
    max-width: 230px
  }

  .best__item {
    width: 25%
  }

  .bg-best {
    min-height: auto
  }
}

@media (min-width:1200px) {
  .bg-header .title-p {
    padding-left: 0
  }

  .unisr_ul__item {
    margin-bottom: 0
  }

  .and-ul_item {
    min-height: 265px
  }

  .issl-1 {
    max-width: none
  }

  .sale-lable.sale-ft:before {
    display: none
  }
}

.inL_634571 {
  margin-bottom: 0
}

.inL_660013 {
  padding: 0
}

.flexos {
  float: none !important;
  display: flex !important;
  width: 100% !important;
  justify-content: center !important;
  align-items: center !important
}

.flexos-min {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important
}

.flxy {
  display: flex;
  align-items: center
}

@media(max-width:1200px) {
  .mauto {
    margin-left: 200px
  }

  .mauto2 {
    margin-left: 80px
  }
}

@media(max-width:991.5px) {

  .navbar-nav li a,
  .navbar-nav li span {
    font-size: 12px
  }

  .navbar-nav li a {
    padding: 5px
  }

  .mauto,
  .mauto2 {
    margin: 0 auto
  }
}

@media(max-width:376px) {
  .tovar-header_1 {
    width: 240px
  }

  .zak-box {
    padding: 10px
  }

  .timer .block .rect {
    font-size: 18px;
    width: 50px
  }

  .timer .block {
    width: 50px
  }

  .tabl-grapf {
    width: 235px
  }

  .order-btn {
    font-size: 14px
  }
}

.x_country_select {
  display: none !important;
}
























                                .elementor-blockquote--align-center .elementor-blockquote {
                                    text-align: center
                                }

                                .elementor-blockquote--align-center .elementor-blockquote__author,
                                .elementor-blockquote--align-center .elementor-blockquote footer {
                                    display: block
                                }

                                .elementor-blockquote--align-center .elementor-blockquote__tweet-button {
                                    margin-right: auto;
                                    margin-left: auto
                                }

                                .elementor-headline {
                                    font-size: 43px;
                                    line-height: 1.2;
                                    display: block
                                }

                                .elementor-headline--style-rotate .elementor-headline-dynamic-wrapper {
                                    text-align: left;
                                    overflow: hidden
                                }

                                .elementor-headline--style-highlight .elementor-headline-dynamic-wrapper {
                                    overflow: visible;
                                    text-align: inherit
                                }

                                .elementor-headline--style-highlight .elementor-headline-dynamic-text {
                                    z-index: 1
                                }

                                .elementor-headline--style-highlight .elementor-headline-plain-text {
                                    z-index: 1;
                                    position: relative
                                }

                                .elementor-headline--style-highlight svg {
                                    position: absolute;
                                    top: 50%;
                                    left: 50%;
                                    width: calc(100% + 20px);
                                    height: calc(100% + 20px);
                                    -webkit-transform: translate(-50%, -50%);
                                    -ms-transform: translate(-50%, -50%);
                                    transform: translate(-50%, -50%);
                                    overflow: visible
                                }

                                .elementor-headline--style-highlight svg path {
                                    stroke: red;
                                    stroke-width: 9;
                                    fill: none;
                                    stroke-dasharray: 1500;
                                    -webkit-animation: elementor-headline-dash 10s infinite;
                                    animation: elementor-headline-dash 10s infinite
                                }

                                .elementor-headline--style-highlight svg path:nth-of-type(2) {
                                    -webkit-animation-delay: .6s;
                                    animation-delay: .6s
                                }

                                @-webkit-keyframes elementor-headline-dash {
                                    0% {
                                        stroke-dasharray: 0 1500
                                    }

                                    15% {
                                        stroke-dasharray: 1500 1500
                                    }

                                    85% {
                                        opacity: 1
                                    }

                                    90% {
                                        stroke-dasharray: 1500 1500;
                                        opacity: 0
                                    }

                                    to {
                                        stroke-dasharray: 0 1500;
                                        opacity: 0
                                    }
                                }

                                @keyframes elementor-headline-dash {
                                    0% {
                                        stroke-dasharray: 0 1500
                                    }

                                    15% {
                                        stroke-dasharray: 1500 1500
                                    }

                                    85% {
                                        opacity: 1
                                    }

                                    90% {
                                        stroke-dasharray: 1500 1500;
                                        opacity: 0
                                    }

                                    to {
                                        stroke-dasharray: 0 1500;
                                        opacity: 0
                                    }
                                }

                                .elementor-headline-text-wrapper {
                                    vertical-align: bottom
                                }

                                .elementor-headline-dynamic-wrapper {
                                    display: inline-block;
                                    position: relative
                                }

                                .elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
                                    display: inline-block;
                                    position: absolute;
                                    top: 0;
                                    left: 0
                                }

                                .elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active {
                                    position: relative
                                }

                                .elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper {
                                    -webkit-perspective: 300px;
                                    perspective: 300px
                                }

                                .elementor-headline-animation-type-flip .elementor-headline-dynamic-text {
                                    opacity: 0;
                                    -webkit-transform-origin: 50% 100%;
                                    -ms-transform-origin: 50% 100%;
                                    transform-origin: 50% 100%;
                                    -webkit-transform: rotateX(180deg);
                                    transform: rotateX(180deg)
                                }

                                .elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active {
                                    opacity: 1;
                                    -webkit-transform: rotateX(0deg);
                                    transform: rotateX(0deg);
                                    -webkit-animation: elementor-headline-flip-in 1.2s;
                                    animation: elementor-headline-flip-in 1.2s
                                }

                                .elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive {
                                    -webkit-transform: rotateX(180deg);
                                    transform: rotateX(180deg);
                                    -webkit-animation: elementor-headline-flip-out 1.2s;
                                    animation: elementor-headline-flip-out 1.2s
                                }

                                @-webkit-keyframes elementor-headline-flip-in {
                                    0% {
                                        -webkit-transform: rotateX(180deg);
                                        transform: rotateX(180deg);
                                        opacity: 0
                                    }

                                    35% {
                                        -webkit-transform: rotateX(120deg);
                                        transform: rotateX(120deg);
                                        opacity: 0
                                    }

                                    65% {
                                        opacity: 0
                                    }

                                    to {
                                        -webkit-transform: rotateX(1turn);
                                        transform: rotateX(1turn);
                                        opacity: 1
                                    }
                                }

                                @keyframes elementor-headline-flip-in {
                                    0% {
                                        -webkit-transform: rotateX(180deg);
                                        transform: rotateX(180deg);
                                        opacity: 0
                                    }

                                    35% {
                                        -webkit-transform: rotateX(120deg);
                                        transform: rotateX(120deg);
                                        opacity: 0
                                    }

                                    65% {
                                        opacity: 0
                                    }

                                    to {
                                        -webkit-transform: rotateX(1turn);
                                        transform: rotateX(1turn);
                                        opacity: 1
                                    }
                                }

                                @-webkit-keyframes elementor-headline-flip-out {
                                    0% {
                                        -webkit-transform: rotateX(0deg);
                                        transform: rotateX(0deg);
                                        opacity: 1
                                    }

                                    35% {
                                        -webkit-transform: rotateX(-40deg);
                                        transform: rotateX(-40deg);
                                        opacity: 1
                                    }

                                    65% {
                                        opacity: 0
                                    }

                                    to {
                                        -webkit-transform: rotateX(180deg);
                                        transform: rotateX(180deg);
                                        opacity: 0
                                    }
                                }

                                @keyframes elementor-headline-flip-out {
                                    0% {
                                        -webkit-transform: rotateX(0deg);
                                        transform: rotateX(0deg);
                                        opacity: 1
                                    }

                                    35% {
                                        -webkit-transform: rotateX(-40deg);
                                        transform: rotateX(-40deg);
                                        opacity: 1
                                    }

                                    65% {
                                        opacity: 0
                                    }

                                    to {
                                        -webkit-transform: rotateX(180deg);
                                        transform: rotateX(180deg);
                                        opacity: 0
                                    }
                                }

                                .elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper {
                                    vertical-align: top;
                                    overflow: hidden
                                }

                                .elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after {
                                    content: "";
                                    position: absolute;
                                    left: auto;
                                    right: 0;
                                    top: 50%;
                                    -webkit-transform: translateY(-50%);
                                    -ms-transform: translateY(-50%);
                                    transform: translateY(-50%);
                                    height: 90%;
                                    width: 1px;
                                    background-color: #0d0d0d
                                }

                                .elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:not(.elementor-headline-typing-selected):after {
                                    -webkit-animation: elementor-headline-pulse 1s infinite;
                                    animation: elementor-headline-pulse 1s infinite
                                }

                                .elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected {
                                    background-color: #0d0d0d
                                }

                                .elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected:after {
                                    visibility: hidden
                                }

                                .elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected .elementor-headline-dynamic-text {
                                    color: #aebcb9
                                }

                                .elementor-headline-animation-type-typing .elementor-headline-dynamic-text:not(.elementor-headline-text-active) {
                                    visibility: hidden
                                }

                                .elementor-headline-animation-type-typing .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
                                    position: absolute;
                                    visibility: hidden
                                }

                                @-webkit-keyframes elementor-headline-pulse {
                                    0% {
                                        -webkit-transform: translateY(-50%) scale(1);
                                        transform: translateY(-50%) scale(1);
                                        opacity: 1
                                    }

                                    40% {
                                        -webkit-transform: translateY(-50%) scale(.9);
                                        transform: translateY(-50%) scale(.9);
                                        opacity: 0
                                    }

                                    to {
                                        -webkit-transform: translateY(-50%) scale(0);
                                        transform: translateY(-50%) scale(0);
                                        opacity: 0
                                    }
                                }

                                @keyframes elementor-headline-pulse {
                                    0% {
                                        -webkit-transform: translateY(-50%) scale(1);
                                        transform: translateY(-50%) scale(1);
                                        opacity: 1
                                    }

                                    40% {
                                        -webkit-transform: translateY(-50%) scale(.9);
                                        transform: translateY(-50%) scale(.9);
                                        opacity: 0
                                    }

                                    to {
                                        -webkit-transform: translateY(-50%) scale(0);
                                        transform: translateY(-50%) scale(0);
                                        opacity: 0
                                    }
                                }

                                .elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper {
                                    -webkit-perspective: 300px;
                                    perspective: 300px
                                }

                                .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
                                    display: inline-block;
                                    -webkit-backface-visibility: hidden;
                                    backface-visibility: hidden
                                }

                                .elementor-headline-animation-type-swirl .elementor-headline-dynamic-text {
                                    -webkit-transform: scaleX(1.0005);
                                    -ms-transform: scaleX(1.0005);
                                    transform: scaleX(1.0005);
                                    opacity: 0
                                }

                                .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
                                    -webkit-transform-style: preserve-3d;
                                    transform-style: preserve-3d;
                                    -webkit-transform: translateZ(-20px) rotateX(90deg);
                                    transform: translateZ(-20px) rotateX(90deg);
                                    opacity: 0
                                }

                                .elementor-headline-text-active .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
                                    opacity: 1
                                }

                                .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter.elementor-headline-animation-in {
                                    -webkit-animation: elementor-headline-swirl-in .4s forwards;
                                    animation: elementor-headline-swirl-in .4s forwards
                                }

                                .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
                                    -webkit-animation: elementor-headline-swirl-out .4s forwards;
                                    animation: elementor-headline-swirl-out .4s forwards
                                }

                                @-webkit-keyframes elementor-headline-swirl-in {
                                    0% {
                                        opacity: 0;
                                        -webkit-transform: translateZ(-20px) rotateX(90deg);
                                        transform: translateZ(-20px) rotateX(90deg)
                                    }

                                    60% {
                                        opacity: 1;
                                        -webkit-transform: translateZ(-20px) rotateX(-10deg);
                                        transform: translateZ(-20px) rotateX(-10deg)
                                    }

                                    to {
                                        opacity: 1;
                                        -webkit-transform: translateZ(-20px) rotateX(0deg);
                                        transform: translateZ(-20px) rotateX(0deg)
                                    }
                                }

                                @keyframes elementor-headline-swirl-in {
                                    0% {
                                        opacity: 0;
                                        -webkit-transform: translateZ(-20px) rotateX(90deg);
                                        transform: translateZ(-20px) rotateX(90deg)
                                    }

                                    60% {
                                        opacity: 1;
                                        -webkit-transform: translateZ(-20px) rotateX(-10deg);
                                        transform: translateZ(-20px) rotateX(-10deg)
                                    }

                                    to {
                                        opacity: 1;
                                        -webkit-transform: translateZ(-20px) rotateX(0deg);
                                        transform: translateZ(-20px) rotateX(0deg)
                                    }
                                }

                                @-webkit-keyframes elementor-headline-swirl-out {
                                    0% {
                                        opacity: 1;
                                        -webkit-transform: translateZ(-20px) rotateX(0);
                                        transform: translateZ(-20px) rotateX(0)
                                    }

                                    60% {
                                        opacity: 0;
                                        -webkit-transform: translateZ(-20px) rotateX(-100deg);
                                        transform: translateZ(-20px) rotateX(-100deg)
                                    }

                                    to {
                                        opacity: 0;
                                        -webkit-transform: translateZ(-20px) rotateX(-90deg);
                                        transform: translateZ(-20px) rotateX(-90deg)
                                    }
                                }

                                @keyframes elementor-headline-swirl-out {
                                    0% {
                                        opacity: 1;
                                        -webkit-transform: translateZ(-20px) rotateX(0);
                                        transform: translateZ(-20px) rotateX(0)
                                    }

                                    60% {
                                        opacity: 0;
                                        -webkit-transform: translateZ(-20px) rotateX(-100deg);
                                        transform: translateZ(-20px) rotateX(-100deg)
                                    }

                                    to {
                                        opacity: 0;
                                        -webkit-transform: translateZ(-20px) rotateX(-90deg);
                                        transform: translateZ(-20px) rotateX(-90deg)
                                    }
                                }

                                .elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper {
                                    display: inline-block;
                                    padding: .2em 0
                                }

                                .elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper {
                                    overflow: hidden;
                                    vertical-align: top
                                }

                                .elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text {
                                    opacity: 0;
                                    top: .2em
                                }

                                .elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-active {
                                    top: 0;
                                    opacity: 1;
                                    -webkit-animation: elementor-headline-slide-down-in .6s;
                                    animation: elementor-headline-slide-down-in .6s
                                }

                                .elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive {
                                    -webkit-animation: elementor-headline-slide-down-out .6s;
                                    animation: elementor-headline-slide-down-out .6s
                                }

                                @-webkit-keyframes elementor-headline-slide-down-in {
                                    0% {
                                        opacity: 0;
                                        -webkit-transform: translateY(-100%);
                                        transform: translateY(-100%)
                                    }

                                    60% {
                                        opacity: 1;
                                        -webkit-transform: translateY(20%);
                                        transform: translateY(20%)
                                    }

                                    to {
                                        opacity: 1;
                                        -webkit-transform: translateY(0);
                                        transform: translateY(0)
                                    }
                                }

                                @keyframes elementor-headline-slide-down-in {
                                    0% {
                                        opacity: 0;
                                        -webkit-transform: translateY(-100%);
                                        transform: translateY(-100%)
                                    }

                                    60% {
                                        opacity: 1;
                                        -webkit-transform: translateY(20%);
                                        transform: translateY(20%)
                                    }

                                    to {
                                        opacity: 1;
                                        -webkit-transform: translateY(0);
                                        transform: translateY(0)
                                    }
                                }

                                @-webkit-keyframes elementor-headline-slide-down-out {
                                    0% {
                                        opacity: 1;
                                        -webkit-transform: translateY(0);
                                        transform: translateY(0)
                                    }

                                    60% {
                                        opacity: 0;
                                        -webkit-transform: translateY(120%);
                                        transform: translateY(120%)
                                    }

                                    to {
                                        opacity: 0;
                                        -webkit-transform: translateY(100%);
                                        transform: translateY(100%)
                                    }
                                }

                                @keyframes elementor-headline-slide-down-out {
                                    0% {
                                        opacity: 1;
                                        -webkit-transform: translateY(0);
                                        transform: translateY(0)
                                    }

                                    60% {
                                        opacity: 0;
                                        -webkit-transform: translateY(120%);
                                        transform: translateY(120%)
                                    }

                                    to {
                                        opacity: 0;
                                        -webkit-transform: translateY(100%);
                                        transform: translateY(100%)
                                    }
                                }

                                .elementor-headline-animation-type-clip .elementor-headline-text-wrapper {
                                    display: inline-block;
                                    padding: .2em 0
                                }

                                .elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper {
                                    overflow: hidden;
                                    vertical-align: top
                                }

                                .elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after {
                                    content: "";
                                    position: absolute;
                                    top: 0;
                                    left: auto;
                                    right: 0;
                                    width: 2px;
                                    height: 100%;
                                    background-color: #0d0d0d
                                }

                                .elementor-headline-animation-type-clip .elementor-headline-dynamic-text {
                                    opacity: 0
                                }

                                .elementor-headline-animation-type-clip .elementor-headline-dynamic-text.elementor-headline-text-active {
                                    opacity: 1
                                }

                                .elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper {
                                    -webkit-perspective: 300px;
                                    perspective: 300px
                                }
                            



                                
                                .elementor-blockquote--align-center .elementor-blockquote {
                                    text-align: center
                                }

                                .elementor-blockquote--align-center .elementor-blockquote__author,
                                .elementor-blockquote--align-center .elementor-blockquote footer {
                                    display: block
                                }

                                .elementor-blockquote--align-center .elementor-blockquote__tweet-button {
                                    margin-right: auto;
                                    margin-left: auto
                                }

                                .elementor-headline {
                                    font-size: 43px;
                                    line-height: 1.2;
                                    display: block
                                }

                                .elementor-headline--style-rotate .elementor-headline-dynamic-wrapper {
                                    text-align: left;
                                    overflow: hidden
                                }

                                .elementor-headline--style-highlight .elementor-headline-dynamic-wrapper {
                                    overflow: visible;
                                    text-align: inherit
                                }

                                .elementor-headline--style-highlight .elementor-headline-dynamic-text {
                                    z-index: 1
                                }

                                .elementor-headline--style-highlight .elementor-headline-plain-text {
                                    z-index: 1;
                                    position: relative
                                }

                                .elementor-headline--style-highlight svg {
                                    position: absolute;
                                    top: 50%;
                                    left: 50%;
                                    width: calc(100% + 20px);
                                    height: calc(100% + 20px);
                                    -webkit-transform: translate(-50%, -50%);
                                    -ms-transform: translate(-50%, -50%);
                                    transform: translate(-50%, -50%);
                                    overflow: visible
                                }

                                .elementor-headline--style-highlight svg path {
                                    stroke: red;
                                    stroke-width: 9;
                                    fill: none;
                                    stroke-dasharray: 1500;
                                    -webkit-animation: elementor-headline-dash 10s infinite;
                                    animation: elementor-headline-dash 10s infinite
                                }

                                .elementor-headline--style-highlight svg path:nth-of-type(2) {
                                    -webkit-animation-delay: .6s;
                                    animation-delay: .6s
                                }

                                @-webkit-keyframes elementor-headline-dash {
                                    0% {
                                        stroke-dasharray: 0 1500
                                    }

                                    15% {
                                        stroke-dasharray: 1500 1500
                                    }

                                    85% {
                                        opacity: 1
                                    }

                                    90% {
                                        stroke-dasharray: 1500 1500;
                                        opacity: 0
                                    }

                                    to {
                                        stroke-dasharray: 0 1500;
                                        opacity: 0
                                    }
                                }

                                @keyframes elementor-headline-dash {
                                    0% {
                                        stroke-dasharray: 0 1500
                                    }

                                    15% {
                                        stroke-dasharray: 1500 1500
                                    }

                                    85% {
                                        opacity: 1
                                    }

                                    90% {
                                        stroke-dasharray: 1500 1500;
                                        opacity: 0
                                    }

                                    to {
                                        stroke-dasharray: 0 1500;
                                        opacity: 0
                                    }
                                }

                                .elementor-headline-text-wrapper {
                                    vertical-align: bottom
                                }

                                .elementor-headline-dynamic-wrapper {
                                    display: inline-block;
                                    position: relative
                                }

                                .elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
                                    display: inline-block;
                                    position: absolute;
                                    top: 0;
                                    left: 0
                                }

                                .elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active {
                                    position: relative
                                }

                                .elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper {
                                    -webkit-perspective: 300px;
                                    perspective: 300px
                                }

                                .elementor-headline-animation-type-flip .elementor-headline-dynamic-text {
                                    opacity: 0;
                                    -webkit-transform-origin: 50% 100%;
                                    -ms-transform-origin: 50% 100%;
                                    transform-origin: 50% 100%;
                                    -webkit-transform: rotateX(180deg);
                                    transform: rotateX(180deg)
                                }

                                .elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active {
                                    opacity: 1;
                                    -webkit-transform: rotateX(0deg);
                                    transform: rotateX(0deg);
                                    -webkit-animation: elementor-headline-flip-in 1.2s;
                                    animation: elementor-headline-flip-in 1.2s
                                }

                                .elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive {
                                    -webkit-transform: rotateX(180deg);
                                    transform: rotateX(180deg);
                                    -webkit-animation: elementor-headline-flip-out 1.2s;
                                    animation: elementor-headline-flip-out 1.2s
                                }

                                @-webkit-keyframes elementor-headline-flip-in {
                                    0% {
                                        -webkit-transform: rotateX(180deg);
                                        transform: rotateX(180deg);
                                        opacity: 0
                                    }

                                    35% {
                                        -webkit-transform: rotateX(120deg);
                                        transform: rotateX(120deg);
                                        opacity: 0
                                    }

                                    65% {
                                        opacity: 0
                                    }

                                    to {
                                        -webkit-transform: rotateX(1turn);
                                        transform: rotateX(1turn);
                                        opacity: 1
                                    }
                                }

                                @keyframes elementor-headline-flip-in {
                                    0% {
                                        -webkit-transform: rotateX(180deg);
                                        transform: rotateX(180deg);
                                        opacity: 0
                                    }

                                    35% {
                                        -webkit-transform: rotateX(120deg);
                                        transform: rotateX(120deg);
                                        opacity: 0
                                    }

                                    65% {
                                        opacity: 0
                                    }

                                    to {
                                        -webkit-transform: rotateX(1turn);
                                        transform: rotateX(1turn);
                                        opacity: 1
                                    }
                                }

                                @-webkit-keyframes elementor-headline-flip-out {
                                    0% {
                                        -webkit-transform: rotateX(0deg);
                                        transform: rotateX(0deg);
                                        opacity: 1
                                    }

                                    35% {
                                        -webkit-transform: rotateX(-40deg);
                                        transform: rotateX(-40deg);
                                        opacity: 1
                                    }

                                    65% {
                                        opacity: 0
                                    }

                                    to {
                                        -webkit-transform: rotateX(180deg);
                                        transform: rotateX(180deg);
                                        opacity: 0
                                    }
                                }

                                @keyframes elementor-headline-flip-out {
                                    0% {
                                        -webkit-transform: rotateX(0deg);
                                        transform: rotateX(0deg);
                                        opacity: 1
                                    }

                                    35% {
                                        -webkit-transform: rotateX(-40deg);
                                        transform: rotateX(-40deg);
                                        opacity: 1
                                    }

                                    65% {
                                        opacity: 0
                                    }

                                    to {
                                        -webkit-transform: rotateX(180deg);
                                        transform: rotateX(180deg);
                                        opacity: 0
                                    }
                                }

                                .elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper {
                                    vertical-align: top;
                                    overflow: hidden
                                }

                                .elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after {
                                    content: "";
                                    position: absolute;
                                    left: auto;
                                    right: 0;
                                    top: 50%;
                                    -webkit-transform: translateY(-50%);
                                    -ms-transform: translateY(-50%);
                                    transform: translateY(-50%);
                                    height: 90%;
                                    width: 1px;
                                    background-color: #0d0d0d
                                }

                                .elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:not(.elementor-headline-typing-selected):after {
                                    -webkit-animation: elementor-headline-pulse 1s infinite;
                                    animation: elementor-headline-pulse 1s infinite
                                }

                                .elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected {
                                    background-color: #0d0d0d
                                }

                                .elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected:after {
                                    visibility: hidden
                                }

                                .elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected .elementor-headline-dynamic-text {
                                    color: #aebcb9
                                }

                                .elementor-headline-animation-type-typing .elementor-headline-dynamic-text:not(.elementor-headline-text-active) {
                                    visibility: hidden
                                }

                                .elementor-headline-animation-type-typing .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
                                    position: absolute;
                                    visibility: hidden
                                }

                                @-webkit-keyframes elementor-headline-pulse {
                                    0% {
                                        -webkit-transform: translateY(-50%) scale(1);
                                        transform: translateY(-50%) scale(1);
                                        opacity: 1
                                    }

                                    40% {
                                        -webkit-transform: translateY(-50%) scale(.9);
                                        transform: translateY(-50%) scale(.9);
                                        opacity: 0
                                    }

                                    to {
                                        -webkit-transform: translateY(-50%) scale(0);
                                        transform: translateY(-50%) scale(0);
                                        opacity: 0
                                    }
                                }

                                @keyframes elementor-headline-pulse {
                                    0% {
                                        -webkit-transform: translateY(-50%) scale(1);
                                        transform: translateY(-50%) scale(1);
                                        opacity: 1
                                    }

                                    40% {
                                        -webkit-transform: translateY(-50%) scale(.9);
                                        transform: translateY(-50%) scale(.9);
                                        opacity: 0
                                    }

                                    to {
                                        -webkit-transform: translateY(-50%) scale(0);
                                        transform: translateY(-50%) scale(0);
                                        opacity: 0
                                    }
                                }

                                .elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper {
                                    -webkit-perspective: 300px;
                                    perspective: 300px
                                }

                                .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
                                    display: inline-block;
                                    -webkit-backface-visibility: hidden;
                                    backface-visibility: hidden
                                }

                                .elementor-headline-animation-type-swirl .elementor-headline-dynamic-text {
                                    -webkit-transform: scaleX(1.0005);
                                    -ms-transform: scaleX(1.0005);
                                    transform: scaleX(1.0005);
                                    opacity: 0
                                }

                                .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
                                    -webkit-transform-style: preserve-3d;
                                    transform-style: preserve-3d;
                                    -webkit-transform: translateZ(-20px) rotateX(90deg);
                                    transform: translateZ(-20px) rotateX(90deg);
                                    opacity: 0
                                }

                                .elementor-headline-text-active .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
                                    opacity: 1
                                }

                                .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter.elementor-headline-animation-in {
                                    -webkit-animation: elementor-headline-swirl-in .4s forwards;
                                    animation: elementor-headline-swirl-in .4s forwards
                                }

                                .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
                                    -webkit-animation: elementor-headline-swirl-out .4s forwards;
                                    animation: elementor-headline-swirl-out .4s forwards
                                }

                                @-webkit-keyframes elementor-headline-swirl-in {
                                    0% {
                                        opacity: 0;
                                        -webkit-transform: translateZ(-20px) rotateX(90deg);
                                        transform: translateZ(-20px) rotateX(90deg)
                                    }

                                    60% {
                                        opacity: 1;
                                        -webkit-transform: translateZ(-20px) rotateX(-10deg);
                                        transform: translateZ(-20px) rotateX(-10deg)
                                    }

                                    to {
                                        opacity: 1;
                                        -webkit-transform: translateZ(-20px) rotateX(0deg);
                                        transform: translateZ(-20px) rotateX(0deg)
                                    }
                                }

                                @keyframes elementor-headline-swirl-in {
                                    0% {
                                        opacity: 0;
                                        -webkit-transform: translateZ(-20px) rotateX(90deg);
                                        transform: translateZ(-20px) rotateX(90deg)
                                    }

                                    60% {
                                        opacity: 1;
                                        -webkit-transform: translateZ(-20px) rotateX(-10deg);
                                        transform: translateZ(-20px) rotateX(-10deg)
                                    }

                                    to {
                                        opacity: 1;
                                        -webkit-transform: translateZ(-20px) rotateX(0deg);
                                        transform: translateZ(-20px) rotateX(0deg)
                                    }
                                }

                                @-webkit-keyframes elementor-headline-swirl-out {
                                    0% {
                                        opacity: 1;
                                        -webkit-transform: translateZ(-20px) rotateX(0);
                                        transform: translateZ(-20px) rotateX(0)
                                    }

                                    60% {
                                        opacity: 0;
                                        -webkit-transform: translateZ(-20px) rotateX(-100deg);
                                        transform: translateZ(-20px) rotateX(-100deg)
                                    }

                                    to {
                                        opacity: 0;
                                        -webkit-transform: translateZ(-20px) rotateX(-90deg);
                                        transform: translateZ(-20px) rotateX(-90deg)
                                    }
                                }

                                @keyframes elementor-headline-swirl-out {
                                    0% {
                                        opacity: 1;
                                        -webkit-transform: translateZ(-20px) rotateX(0);
                                        transform: translateZ(-20px) rotateX(0)
                                    }

                                    60% {
                                        opacity: 0;
                                        -webkit-transform: translateZ(-20px) rotateX(-100deg);
                                        transform: translateZ(-20px) rotateX(-100deg)
                                    }

                                    to {
                                        opacity: 0;
                                        -webkit-transform: translateZ(-20px) rotateX(-90deg);
                                        transform: translateZ(-20px) rotateX(-90deg)
                                    }
                                }

                                .elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper {
                                    display: inline-block;
                                    padding: .2em 0
                                }

                                .elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper {
                                    overflow: hidden;
                                    vertical-align: top
                                }

                                .elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text {
                                    opacity: 0;
                                    top: .2em
                                }

                                .elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-active {
                                    top: 0;
                                    opacity: 1;
                                    -webkit-animation: elementor-headline-slide-down-in .6s;
                                    animation: elementor-headline-slide-down-in .6s
                                }

                                .elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive {
                                    -webkit-animation: elementor-headline-slide-down-out .6s;
                                    animation: elementor-headline-slide-down-out .6s
                                }

                                @-webkit-keyframes elementor-headline-slide-down-in {
                                    0% {
                                        opacity: 0;
                                        -webkit-transform: translateY(-100%);
                                        transform: translateY(-100%)
                                    }

                                    60% {
                                        opacity: 1;
                                        -webkit-transform: translateY(20%);
                                        transform: translateY(20%)
                                    }

                                    to {
                                        opacity: 1;
                                        -webkit-transform: translateY(0);
                                        transform: translateY(0)
                                    }
                                }

                                @keyframes elementor-headline-slide-down-in {
                                    0% {
                                        opacity: 0;
                                        -webkit-transform: translateY(-100%);
                                        transform: translateY(-100%)
                                    }

                                    60% {
                                        opacity: 1;
                                        -webkit-transform: translateY(20%);
                                        transform: translateY(20%)
                                    }

                                    to {
                                        opacity: 1;
                                        -webkit-transform: translateY(0);
                                        transform: translateY(0)
                                    }
                                }

                                @-webkit-keyframes elementor-headline-slide-down-out {
                                    0% {
                                        opacity: 1;
                                        -webkit-transform: translateY(0);
                                        transform: translateY(0)
                                    }

                                    60% {
                                        opacity: 0;
                                        -webkit-transform: translateY(120%);
                                        transform: translateY(120%)
                                    }

                                    to {
                                        opacity: 0;
                                        -webkit-transform: translateY(100%);
                                        transform: translateY(100%)
                                    }
                                }

                                @keyframes elementor-headline-slide-down-out {
                                    0% {
                                        opacity: 1;
                                        -webkit-transform: translateY(0);
                                        transform: translateY(0)
                                    }

                                    60% {
                                        opacity: 0;
                                        -webkit-transform: translateY(120%);
                                        transform: translateY(120%)
                                    }

                                    to {
                                        opacity: 0;
                                        -webkit-transform: translateY(100%);
                                        transform: translateY(100%)
                                    }
                                }

                                .elementor-headline-animation-type-clip .elementor-headline-text-wrapper {
                                    display: inline-block;
                                    padding: .2em 0
                                }

                                .elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper {
                                    overflow: hidden;
                                    vertical-align: top
                                }

                                .elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after {
                                    content: "";
                                    position: absolute;
                                    top: 0;
                                    left: auto;
                                    right: 0;
                                    width: 2px;
                                    height: 100%;
                                    background-color: #0d0d0d
                                }

                                .elementor-headline-animation-type-clip .elementor-headline-dynamic-text {
                                    opacity: 0
                                }

                                .elementor-headline-animation-type-clip .elementor-headline-dynamic-text.elementor-headline-text-active {
                                    opacity: 1
                                }

                                .elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper {
                                    -webkit-perspective: 300px;
                                    perspective: 300px
                                }
                            



                            
    
    @media screen and (max-width: 500px) {
        .title-header {
            font-size: 3.8rem !important
        }
    }

    .tovar-header,
    .tovar-header_1 {
        background: url(../img/prod.png) no-repeat !important;
        background-size: contain !important;
        background-position: center center !important;
    }






@media screen and (max-width: 990px) {



    .instr-text1 {
        font-size: 15px !important;
    }

    .bg-instr {
        min-height: 605px !important;
    }
}


@media screen and (max-width: 500px) {

    .bg-instr {
        min-height: 1065px !important;
    }

}

    @media screen and (max-width: 767px) {
    .bg-instr {
        min-height: 935px !important
    }
    }



@media screen and (max-width: 767px) {
    .zakazur-bg {
        background: url(../img/order.png) no-repeat top center !important;
        background-size: cover !important;

    }
}


h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
}

.quotes{
  display: grid;
  /* gap: 30px; */
  margin-top: 40px;
  
}

.quotes-text{
  padding: 10px 20px;
    border: 2px solid #E5E5E5;
    border-radius: 8px;
    font-size: 1.9rem;
}


.quotes-top{
  display: grid;
  grid-template-columns: 3fr 2fr;
}

.quotes-bottom{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.quotes-quote{
  display: flex;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 10px;
}

.quotes-sign{
  display: flex;
}

.quotes-sign img{
  max-width: 130px;
  object-fit: contain;
  width: 100%;
}

.quotes-name{
  font-weight: 700;
  font-size: 2.2rem;
  font-style: italic;
}

.quotes-bottom{
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
}

.quotes-bottom .quotes-text{
  margin-bottom: 20px;
}

.quotes img{
  width: 100%;
  vertical-align: middle;
}


@media screen and (max-width: 990px) {
  .quotes-top{
    grid-template-columns: 1fr;
  }
  .quotes-top__media{
    grid-row: 1
  }
  .quotes-top__media img{
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .quotes-bottom{
    grid-template-columns: 1fr;
    gap: 0;
  }
  .quotes-bottom__media img{
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  .title-sost h2{
    font-size: 5rem;
  }
  
}





.faq{
  margin-top: 50px;
}
.faq__media img{
  max-width: 20%;
  margin: 0 auto;
  display: block;
}

.faq__media{
  margin-bottom: 40px;
}

.faq__list{
  list-style-type: disc;
}

.faq__list-item div{
  margin-top: 10px;
}

.faq__list{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.faq__list-item{
  font-size: 2rem;
  font-weight: bold;
}

.faq__list-text{
  font-size: 16px;
  font-weight: normal;
}


@media screen and (max-width: 990px){
  .faq{
    padding-inline: 15px;
  }
  .faq__media img{
    max-width: 60%;
  }
} 