@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic');
html {
  overflow-x: hidden;
}
body {
  font-family: 'Merriweather', serif;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  background-color: #001930;
}
a {
  text-decoration: underline;
}
nav {
  background-color: rgba(0,25,48,.8);
  position: absolute;
  width: 100%;
  font-family: 'PT Sans', sans-serif;
}
nav .container {
  position: relative;
}
nav a {
  text-decoration: none;
}

#top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius:10px;
    border-radius: 10px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}
#top img{
    color: #fff;
    margin: 0;
    position: relative;
    left: 10px;
    top: 7px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#top:hover{
    background: rgba(0, 0, 0, 0.9);
}
#top:active img{
    color: #fff;
    margin: 0;
    position: relative;
    left: 10px;
    top: 7px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.hamburger {
  display: block;
  position: relative;
  owerflow: hidden;
  padding: 0;
  width: 45px;
  height: 55px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background-color: transparent;
}
.hamburger:focus {
  outline: none;
}
.hamburger span {
  display: block;
  position: absolute;
  left: 10%;
  right: 10%;
  top: 48%;
  height: 3px;
  background: #fff;
  border-radius: 10px;
}
.hamburger span::before,
.hamburger span::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
  border-radius: 10px;
}
.hamburger span::before {
  top: -10px;
}
.hamburger span::after {
  bottom: -10px;
}
/*Rotate*/
.hamburger__rotate span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
/* состояние active при открытом меню  */
.hamburger__rotate.is-active span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.relation {
  position: relative;
  margin: 0 auto;
}
.max-width {
  max-width: 800px;
}
.relation__ratio {
  height: 0;
}
.relation__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*Cosmetics*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.relation__ratio-16x9 {
  /* Formula: 100/16*9 = 56.25 */
  padding-top: 56.25%;
}
.navbar {
  padding-bottom: 0!important;
  margin: 5px 0 0px;
  display: block;
  z-index: 100;
}
.navbar .container {
  display: block;
}
.navbar ul,
.navbar li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: underline;
  color: #ffffff;
}
a:hover {
  text-decoration: underline;
  color: #ffffff !important;
}
a:hover span {
  text-decoration: none;
}
a:active {
  color: #c7c7c7 !important;
}
.link {
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #00e4f9;
}
.link:hover {
  text-decoration: none;
  color: #ffffff !important;
  border-bottom-color: #ffffff;
}
.link:active {
  border-bottom-color: #c7c7c7;
}
.navbar__toggle {
  cursor: pointer;
  display: none;
  color: #000;
  padding: 10px 15px;
}
.navbar__item {
  display: inline-block;
}
.navbar__item span {
  color: #c7c7c7;
  font-size: 9px;
  display: block;
  text-align: left;
}
.navbar__item a {
  display: inline-block;
  margin-right: 30px;
}
.navbar__item a::after {
  margin-top: 25px!important;
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #ffffff;
  -webkit-transition: width .3s;
  transition: width .3s;
}
.navbar__item a:hover::after {
  width: 50%;
}
.phone {
  font-size: 24px;
  font-weight: 400;
  color: white;
  z-index: 10;
  float: right;
  margin-top: 20px;
}
header {
  position: relative;
}
.header-canvas {
  background-color: rgba(13,32,57,.5);
  z-index: -1;
  height: 100%;
  padding-bottom: 30px;
}
h1 {
  font-size: 42px;
  font-weight: 400;
  margin: 20px auto;
}
h2 {
  color: #00e4f9;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}
.header-container {
  padding-top: 80px;
  text-align: center;
}
.header-title {
  display: block;
  margin: auto;
}
.header-to-action {
  /*margin-top: 125px;*/
  margin-top: 20%;
}
.header-icon {
  margin: 120px auto 10px auto;
  display: block;
}
.header-span {
  display: block;
  margin: 5px;
}
.text-black {
  color: #ffffff;
}
.btn {
  border-radius: 10px;
  padding: 10px 65px;
  margin: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
}
.btn:focus {
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
  border: none!important;
  outline: none!important;
}
.btn:focus-within {
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
  border: none!important;
  outline: none!important;
}
.btn:active {
  color: #c7c7c7 !important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
  border: none!important;
  outline: none!important;
}
.btn-danger:hover {
  background-color: #00e4f9;
}
.gallery {
  background: -webkit-gradient(linear, left top, left bottom, from(#00e4f9), to(#001930));
  background: linear-gradient(#00e4f9 0%, #001930 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 35px 0;
}
.images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.images-container img,
.images-container iframe {
  width: 100%;
}
.images-container .image {
  margin: 15px;
  /*width: 455px;*/
  max-height: 460px;
}
ul,
li {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
p,
li {
  font-family: 'PT Sans', sans-serif;
  color: #ffffff;
  text-align: center;
  max-width: 406px;
  margin: auto;
}
li {
  margin-top: 5px;
}
#p02 {
  background: #001930;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #00e4f9), color-stop(65%, #001930));
  background: linear-gradient(to bottom, #00e4f9 25%, #001930 65%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*z-index: -1;*/
}
#p02 p {
  max-width: 400px;
}
.circle-section {
    z-index: 0;
}
.circle-section p {
  z-index: 100;
}
.circle-section {
  position: relative;
  padding-top: 30px;
}
.circle-section h2 {
  padding-bottom: 10px;
}
.circle-section p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  max-width: 410px;
  /*margin: 20px auto;*/
}
/*.circle-video {
  margin: auto;
  width: 60vw;
  height: calc(60vw);
  padding-top: calc(5vw);
  max-width: 775px;
  max-height: 775px;
}*/
.video-container {
    position: absolute;
    z-index: -1;
    top: 20%;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden!important;
    width: 55vw;
    height: calc(55vw);
    margin: auto;
    max-width: 780px;
    max-height: 780px;
}

.circle-video div {
  border-radius: 50%;
}

.circle {
    padding: 10px 0 0;
    border-radius: 50%;
    background-color: #001930;
    width: 45vw;
    height: calc(44vw);
    margin: 8% auto;
    max-width: 577px;
    max-height: 577px;
}

.pagination {
  font-family: 'PT Sans', sans-serif;
  color: #1b3554;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 20px auto;
  display: block;
}
.pagination .active {
  color: #ffffff;
}
.features-section p {
  margin: 20px auto;
}
.features-section .features {
  margin-bottom: 100px;
}
.flex-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.where-to-use-section {
  padding: 20px 0;
/*  background: url('../img/fire-bg.png') top no-repeat;
  background-size: 100%;*/
}
.where-to-use div {
    margin: 10px 0;
}
.where-to-use-section .header-1 {
  padding: 40px 0;
}
.where-to-use-section .where-to-use {
  margin-bottom: 60px;
}
.where-to-use-section .header-2 {
  padding: 60px 0 20px;
}
.where-to-use-section .which-content p {
  margin-top: 20px;
}
.where-to-use-section .eye {
  margin-top: 20px;
}
.video-section {
  background: #00e4f9;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #00e4f9), color-stop(65%, #001930));
  background: linear-gradient(to bottom, #00e4f9 25%, #001930 65%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.dots-border {
  display: inline-block;
  margin: 0 auto;
  padding: 20px;
  border-top: 3px dotted #00e4f9;
  border-bottom: 3px dotted #00e4f9;
}
.slide {
  outline: none;
}
.slide a:focus {
  outline: none;
}
.slide .slide-image {
  display: block;
  margin: 0 auto;
  height: 270px;
}
.slide .slide-cube {
  display: block;
  margin: -25px auto 0 auto;
  height: 50px;
}
.slick-prev {
  left: 0%;
}
.slick-next {
  right: 0%;
}
.slick-prev:before {
  content: url('../img/slider/arrow-left.png');
}
.slick-next:before {
  content: url('../img/slider/arrow-right.png');
}
.slick-prev,
.slick-next {
  top: 40%;
  z-index: 999;
  width: 30px;
  height: 25px;
}
.slick-prev:hover,
.slick-next:hover {
  z-index: 999;
}
.btn-secondary {
  background-color: #17163a;
  padding: 10px 45px;
}
.btn-secondary:hover {
  background-color: #17163a;
}
.btn-secondary:active {
  background-color: #17163a!important;
}
.btn-secondary:focus {
  background-color: #17163a;
}
.tech-data {
  background: url('../img/png/shadow.png.jpg') right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.tech-data img {

}
.tech-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer {
  margin: 30px;
}
footer p {
  max-width: 100%;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #001930;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  outline: 0;
  padding: 30px 40px;
  -webkit-box-shadow: 5px 5px 0px 0px #00e4f9;
  box-shadow: 5px 5px 0px 0px #00e4f9;
}
.modal-content h2 {
  margin-bottom: 20px;
}
.modal-content h2,
.modal-content p,
.modal-content ul,
.modal-content li {
  text-align: center!important;
  max-width: 100%!important;
}
.modal-content p {
  margin: 20px 0 0;
}
.modal-content li {
  margin-top: 30px;
}
body {
  padding-right: 0!important;
}
.modal-buy h2 {
  text-align: center;
  margin: 0 auto;
}
.modal-buy .close {
  position: absolute;
  right: 20px;
  top: 20px;
}


.close-modal {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background: #001930;
    border: #001930;
}



/*.gradient-for-circle {
  height: 200px;
  width: 100%;
  z-index: -1;
  position: absolute;
  bottom: 0;
  border-radius: 0!important;

  background: -moz-linear-gradient(top, rgba(0,24,48,0) 0%, rgba(0,24,48,1) 21%, rgba(0,24,48,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,24,48,0) 0%,rgba(0,24,48,1) 21%,rgba(0,24,48,1) 100%);
  background: linear-gradient(to bottom, rgba(0,24,48,0) 0%,rgba(0,24,48,1) 21%,rgba(0,24,48,1) 100%);
}*/
.gradient-for-circle {
    height: 300px;
    width: 100%;
/*    width: 65%;*/
    z-index: -1;
    position: absolute;
    margin: auto;
    bottom: -200px;
    border-radius: 0!important;
    background: -moz-linear-gradient(top, #001930 0%,  #001930 21%, #001930 100%);
    background: -webkit-linear-gradient(top, #001930 0%, #001930 21%, #001930 100%);
    background: linear-gradient(to bottom, #001930 0%, #001930 21%,  100%);
}
form p,
form button {
  margin: auto;
  text-align: center;
}
.form-control {
  font-family: 'PT Sans', sans-serif;
  background-color: inherit;
  color: #c2c2c2;
  border-color: #c2c2c2;
  margin: 10px 0;
  padding: 20px 10px;
  border-radius: 8px;
}
.form-control:focus {
  background-color: inherit;
  color: #ffffff;
  border-color: #ffffff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.text-normal {
  text-align: left;
}
.text-normal p,
.text-normal ul,
.text-normal li {
  text-align: left;
  max-width: 100%;
}
.text-normal p {
  margin: 10px 0;
}
.text-normal .header-canvas {
  padding-bottom: 75px;
}
#privacy-policy .text-normal p,
#privacy-policy .text-normal ul,
#privacy-policy .text-normal li {
  margin: 10px 0;
}
#privacy-policy .text-normal p {
  margin: 20px 0;
}
h3 {
  text-align: center;
  margin: 20px 0;
}
.smoke {
  position: absolute;
  top: -50%;
  left: 0;
  z-index: -1;
}
.article .main-img {
  margin-bottom: 20px;
  width: 100%;
  max-width: 300px;
}
.article .width-100 {
  width: 100%;
}


/*article fix*/
.article h1 {
    margin-bottom: 20px;
    margin-top: 0px;
    color: #00e4f9;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
}

.article ul li {
  list-style-type: decimal;
  list-style-position: inside;
  margin-left: 15px;
}

#p04 {
/*  background: url('../img/png/shadow.png');
  background-repeat: no-repeat;
  background-position: 100% 70%;*/
}
.myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-height: 440px;
  min-width: 100%;
  z-index: -1;
}

.classic-ul li {
    list-style-type: disc;
    margin: 30px;
    text-align: left!important;
}

.product-list {
  max-width: 765px;
  margin: auto;
}

.product-link {
  color: #00e4f9;
  text-transform: uppercase;
  /*font-weight: 700;*/
  font-family: 'PT sans';
  font-size: 14px;
}
.product-link:hover {
  color: #00e4f9!important;
  text-decoration: none;
}
.product-link:active {
  color: #00e4f9!important;
  text-decoration: underline;
}

.product-list .item-desc li{
  list-style-type: disc!important;
  list-style-position: inside;
   text-align: left!important;
}

/*.product-list .item-title{
  margin-left: 30px!important;
}*/

/*.product-item {
  text-align: center;
  padding: 20px 0;
  margin: 0 5px;
  border-radius: 0%!important;
  border-bottom: 1px solid #013f69;
}*/

/*.product-prev > .product-item {
  border-bottom: none;
}*/

/*.item-desc li {
  color: #013f69;
  font-size: 14px;
}*/

.product-prev .item-desc li{
  display: inline-block;
}

.product-prev .item-desc li{
  display: inline-block;
}

.product-list .item-title {
  text-align: left!important;
}

.item-title {
  margin: 1px auto;
}

.product-item:last-child {
  border-bottom: none;
}

.item-price li {
  text-align: left;
}

.product-prev > .product-item > .item-price li {
  text-align: cener!important;
}

/*  .product-prev .product-item:first-child {
    display: none;
  }*/

.circle-video {
  background: -moz-linear-gradient(to bottom,rgba(0,25,48,0) 0%,rgba(0,25,48,.3) 43%,rgba(0,25,48,1) 65%);
  background: -webkit-linear-gradient(to bottom, rgba(0,25,48,0) 0%,rgba(0,25,48,.3) 43%,rgba(0,25,48,1) 65%);
  background: linear-gradient(to bottom, rgba(0,25,48,0) 0%,rgba(0,25,48,.3) 43%,rgba(0,25,48,1) 65%);
}

#load-more-products {
  margin: 10px auto;
  display: none;
}

.max-width-80 {
  max-width: 80%;
}

.primary-color {
  color: #00e4f9;
  font-family: 'Merriweather', serif;
  font-weight: 700;
}

.small-text {
  color: #00bccd!important;
  font-size: 14px!important;
}

.width-100 img {
  width: 100%!important;
}

.btn-danger {
  background-color: #00e4f9;
}
.btn-danger:hover {
  background-color: #00bccd;
}
.btn-danger:focus {
  background-color: #00e4f9;
}
.btn-danger:active {
  background-color: #00bccd!important;
}
.btn-danger:focus-within {
  background-color: #00e4f9;
}

.primary-border {
  border-top: 3px dotted #00e4f9;
  border-bottom: 3px dotted #00e4f9;
  padding: 10px 0;
  /*max-width: 240px!important;*/
  border-radius: 0!important;
} 

.fix {
  position: absolute;
  width: 100%;
  bottom:0;
  height: 30%;
  background-color: #001930;
}

.fix-margin {
  margin-top: 400px;
}

.text-left-li  li{
  text-align: left;
}

.text-right-li  li{
  text-align: right!important;
}

.nowrap {
  white-space: nowrap;
}

.bottom-text-m {
  margin-top: 50px;
}
@media (min-width: 769px) {
  .bottom-text-m {
  
  }
}

.margin-add {
  margin-top: -280px;
}
@media (max-width: 1300px) {
  .margin-add {
    margin-top: -180px;
  }
}
@media (max-width: 1120px) {
  .margin-add {
    margin-top: -100px;
  }
}
@media (max-width: 1000px) {
  .margin-add {
    margin-top: 0;
  }
}
a.btn{
    text-decoration: none;
}
.g-recaptcha-policy {
    color: black;
}

.g-recaptcha-policy a {
    color: black;
}
.oko-message {
    color: black;
}
