*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
}

.b-all-conteiner {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.b-conteiner {
  max-width: 320px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  direction: ltr;
}

.b-conteiner > * {
  direction: rtl;
}

.b-blue {
  color: #0006dc;
}

.b-header {
  background: #05122c url('../img/header_bg.jpg');
  overflow: hidden;
}

.b-header .b-bg {
  position: absolute;
  top: 0;
  left: -170px;
}

.b-header .b-circle-1 {
  position: absolute;
  width: 500px;
  height: 500px;
  left: -164px;
  top: 16px;
  background: radial-gradient(circle, rgba(32, 112, 198, 0.3) 0%, rgba(32, 112, 198, 0) 70%);
  z-index: 8;
}

.b-header .b-conteiner {
  padding-bottom: 70px;
}

.b-header .b-circle-wap {
  width: 74px;
  height: 74px;
  transform: rotate(-90deg);
  margin-bottom: 6px;
  position: relative;
  z-index: 10;

  /*clear: left;
  float: left;*/
}

.b-header .b-circle-wap img {
  position: absolute;
  transform: rotate(90deg);
  width: 74px;
  height: 74px;
  left: 0;
  top: 0;
}

.b-header .b-circle-wap textPath {
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}

.b-header .b-circle-web {
  display: none;
  position: relative;
  z-index: 10;
}

.b-header .b-h1 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 10;
  padding-top: 20px;
  margin-left: -5px;
  margin-bottom: 139px;
}

.b-header .b-h1 .b-lt {
  font-weight: 300;
}

.b-header .b-h1 span {
  display: inline-block;
  margin-left: -1.2px;
}

.b-header .b-h3 {
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.154;
  position: relative;
  z-index: 10;
  margin-bottom: 93px;
}

.b-header .b-men {
  position: absolute;
  z-index: 7;
  left: -1px;
  top: 40px;
}

.b-header-right {
  position: relative;
  z-index: 10;
}

.b-header-right .b-box-product {
  position: absolute;
  top: -310px;
  left: 0;
}

.b-header-right .b-product-1 {
  position: absolute;
  z-index: 12;
  top: 24px;
  left: 0px; /*60*/
}

.b-header-right .b-product-2 {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 50px; /*110*/
}

.b-header .b-price {
  position: relative;
  z-index: 10;
  margin-top: 40px;
  margin-bottom: 28px;
}

.b-header .b-price-old {
  color: #fff;
  font-size: 27px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
}

.b-header .b-price-old::after {
  content: '';
  width: 60px;
  height: 1px;
  background: #fff;
  position: absolute;
  transform: rotate(35deg);
  top: 15px;
  left: calc(50% - 30px);
}

.b-header .b-price-old::before {
  content: '';
  width: 60px;
  height: 1px;
  background: #fff;
  position: absolute;
  transform: rotate(-35deg);
  top: 15px;
  right: calc(50% - 30px);
}

.b-header .b-price-old .b-currency {
  font-size: 16px;
}

.b-header .b-price-new {
  color: #0006dc;
  font-size: 53px;
  line-height: 1;
  font-weight: 900;
}

.b-header .b-price-new .b-currency {
  font-size: 31px;
}

.b-header .b-line-1 {
  position: absolute;
  z-index: 15;
  top: 0;
  left: -10px;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 6, 220, 0.6);
}

.b-header .b-line-2 {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 8px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
}

.b-header .b-line-3 {
  position: absolute;
  z-index: 15;
  top: 0;
  right: 0;
  width: 1px;
  height: calc(100% - 70px);
  background: rgba(255, 255, 255, 0.25);
}

.b-header .b-line-4 {
  position: absolute;
  z-index: 15;
  bottom: 69px;
  left: 8px;
  width: 646px;
  height: 1px;
  background-color: rgba(0, 6, 220, 0.6);
}

.b-header .b-line-5 {
  position: absolute;
  z-index: 15;
  top: 517px;
  left: -336px;
  width: 344px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.b-header .b-line-6 {
  display: none;
}

.b-header .b-flash-1 {
  position: absolute;
  width: 3px;
  height: 57px;
  top: 0;
  left: -1px;
  background: url('../img/glare_1.png') no-repeat;
  animation: flash-1 4s infinite both;
}

@keyframes flash-1 {
  0% {
    top: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: calc(100% - 70px);
    opacity: 0;
  }
}

.b-header .b-flash-11 {
  position: absolute;
  width: 3px;
  height: 57px;
  top: 0;
  left: -1px;
  background: url('../img/glare_1.png') no-repeat;
  animation: flash-11 3s infinite both 2s;
}

@keyframes flash-11 {
  0% {
    top: calc(100% - 70px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}

.b-header .b-flash-2 {
  position: absolute;
  width: 57px;
  height: 3px;
  top: -1px;
  left: 0;
  background: url('../img/glare_2.png') no-repeat;
  animation: flash-2 4s infinite both;
}

@keyframes flash-2 {
  0% {
    left: 0;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    left: calc(100% - 57px);
    opacity: 0;
  }
}

.b-header .b-flash-22 {
  position: absolute;
  width: 57px;
  height: 3px;
  top: -1px;
  left: 0;
  background: url('../img/glare_2.png') no-repeat;
  animation: flash-2 3s infinite both 1s;
}

.b-button {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  padding: 20px;
  min-width: 255px;
  text-align: center;
  background: #0006dc;
  border-radius: 34px;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.8s;
  background: linear-gradient(90deg, #0006dc 0%, #0006dc 40%, #0005cf 50%, #0005b0 60%, #0005b0 100%);
  background-size: 400% 100%;
  background-position: 0 0;
  outline: none;
  border: none;
  cursor: pointer;
}

.b-button-box {
  text-align: center;
  position: relative;
  z-index: 20;
}

.b-button:hover, .b-button:active {
  background-position: 100% 0;
  transform: scale(1.05);
  outline: none;
  border: none;
}

.b-block2 {
  background: #d6d8d2 url('../img/b2_bg_wap.jpg') no-repeat center bottom;
  background-size: 991px 1010px;
  padding: 53px 0 81px;
  overflow: hidden;
}

.b-block2 .b-h2 {
  font-size: 48px; /*36*/
  color: #000;
  width: 260px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  margin-left: 16px;
}

.b-block2 .b-h2 span {
  font-weight: 900;
}

.b-block2 .b-li {
  margin-bottom: 20px;
  position: relative;
  direction: ltr;
}

.b-block2 .b-li::after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: calc(50% - 14px + 20px);
  background: #0006dc;
  left: 18px;
  top: calc(50% + 14px);
}

.b-block2 .b-li::before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: calc(50% - 14px + 20px);
  background: #0006dc;
  left: 18px;
  bottom: calc(50% + 14px);
}

.b-block2 .b-li-end::after {
  height: 341px;
  z-index: 15;
}

.b-block2 .b-li .b-p {
  color: #000;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 77px);
  direction: rtl;
  text-align: end;
}

.b-block2 .b-li .b-numb {
  font-size: 14px;
  font-weight: 900;
  color: #0006dc;
  width: 45px;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.b-block2 .b-left {
  border: 1px solid #fff;
  padding: 20px 15px 0;
  margin: 0 -10px;
}

.b-block2 .b-img {
  margin: -5px 0 -8px -104px;
}

.b-block2 .b-right {
  background: rgba(255, 255, 255, 0.74);
  padding: 25px 0 20px;
  margin: 0 -10px;
  position: relative;
}

.b-block2 .b-line-1 {
  position: absolute;
  width: 1px;
  height: 512px;
  background: #0006dc;
  top: -53px;
  left: 18px;
  z-index: 15;
}

.b-block2 .b-line-2 {
  position: absolute;
  width: 1px;
  height: calc(100% + 134px);
  background: #fff;
  /*position: absolute;*/
  top: -53px;
  left: -20px;
}

.b-block2 .b-line-3 {
  position: absolute;
  width: 991px;
  height: 1px;
  background: #fff;
  left: -336px;
  z-index: 10;
  top: -61px;
}

.b-block2 .b-line-4 {
  position: absolute;
  width: 654px;
  height: 1px;
  background: #fff;
  left: 0;
  z-index: 10;
  bottom: 0;
}

.b-block2 .b-line-5 {
  display: none;
}

.b-block2 .b-line-6 {
  display: none;
}

.b-block3 {
  background: #668692 url('../img/b3_bg.jpg');
  padding: 67px 0 61px;
  overflow: hidden;
}

.b-block3 .b-circle-1 {
  position: absolute;
  width: 1000px;
  height: 1000px;
  left: -350px;
  top: 200px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 0;
}

.b-block3 .b-circle-2 {
  position: absolute;
  width: 800px;
  height: 800px;
  left: -700px;
  top: -200px;
  background: radial-gradient(circle, rgba(71, 99, 123, 0.8) 0%, rgba(71, 99, 123, 0) 70%);
  z-index: 0;
}

.b-block3 .b-bg-1, .b-block3 .b-bg-2 {
  display: none;
}

.b-block3 .b-h2 {
  line-height: 1;
  font-size: 36px;
  color: #000;
  margin-bottom: 15px;
  padding-left: 5px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}

.b-block3 .b-h2 span {
  font-weight: 900;
}

.b-block3 .b-p {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  padding-left: 5px;
  position: relative;
  z-index: 15;
}

.b-block3 .b-img {
  position: absolute;
  top: -10px;
  left: -42px;
}

.b-block3 .b-img-box {
  position: relative;
  height: 320px;
  direction: ltr;
}

.b-block3 .b-ul {
  background-color: rgba(0, 6, 220, 0.078);
  padding: 20px 10px 5px;
  position: relative;
}

.b-block3 .b-li {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.22;
  position: relative;
  font-weight: bold;
  direction: rtl;
}

.b-block3 .b-li::before {
  content: '';
  position: absolute;
  display: block;
  height: calc(100% - 7px);
  width: 4px;
  background: #000;
  right: -12px; /*left*/
  top: 3px;
  z-index: 15;
}

.b-block3 .b-line-1 {
  position: absolute;
  width: 1px;
  height: calc(100% + 128px);
  background-color: rgba(0, 0, 0, 0.29);
  top: -67px;
  left: 9px;
}

.b-block3 .b-line-2 {
  position: absolute;
  width: 645px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.34);
  top: 0;
  left: 10px;
}

.b-block3 .b-line-3 {
  position: absolute;
  width: 991px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.34);
  bottom: 0;
  left: -336px;
}

.b-block3 .b-line-4 {
  position: absolute;
  width: 991px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.34);
  top: -12px;
  left: -346px;
}

.b-block3 .b-line-5 {
  position: absolute;
  width: 649px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.34);
  top: -1px;
  left: -348px;
}

.b-block3 .b-line-6 {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.34);
  top: 0;
  right: -1px;
}

.b-block3 .b-line-7, .b-block3 .b-line-8, .b-block3 .b-line-9 {
  display: none;
}


@media screen and (min-width: 992px) {
  p {
    font-size: 20px;
  }
  .b-conteiner {
    max-width: 1001px;
    padding: 0;
  }
  .b-header .b-bg {
    top: -30px;
    left: -218px;
  }
  .b-header .b-circle-1 {
    width: 1000px;
    height: 1000px;
    left: -134px;
    top: 95px;
  }
  .b-header .b-conteiner {
    padding: 0 5px 122px;
  }
  .b-header .b-circle-wap {
    display: none;
  }
  .b-header .b-circle-web {
    display: block;
    width: 104px;
    height: 104px;
    transform: rotate(-90deg);
    position: relative;
    display: inline-block;
    margin-right: 21px;
  }
  .b-header .b-circle-web img {
    position: absolute;
    transform: rotate(90deg);
    width: 104px;
    height: 104px;
    left: 0;
    top: 0;
  }
  .b-header .b-circle-web textPath {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
  }
  .b-header .b-h1 {
    font-size: 100px; /*160*/
    padding-top: 30px;
    margin-left: -18px;
    margin-bottom: 0;
  }
  .b-header .b-h3 {
    font-size: 39px;
    line-height: 1.231;
    width: 450px;
    margin-top: 176px;
    margin-bottom: 25px;
  }
  .b-header .b-men {
    left: 73px;
    top: -15px;
  }
  .b-header-box {
    display: flex;
  }
  .b-header-left {
    width: 50%;
  }
  .b-header-right {
    width: 50%;

  }
  .b-header .b-box-product {
    top: 105px;
  }
  .b-header .b-product-1 {
    top: 32px;
    left: 0; /*160px*/
  }
  .b-header .b-product-2 {
    left: 75px; /*235*/
  }
  .b-header .b-price {
    text-align: end; /*right*/
    margin: 0;
  }
  .b-header .b-price-old {
    opacity: 0.34;
    font-size: 36px;
    line-height: 1;
  }
  .b-header .b-price-old .b-currency {
    font-size: 21px;
  }
  .b-header .b-price-old::before {
    width: 80px;
    right: calc(50% - 40px);
    top: 20px;
  }
  .b-header .b-price-old::after {
    width: 80px;
    left: calc(50% - 40px);
    top: 20px;
  }
  .b-header .b-price-new {
    font-size: 72px;
  }
  .b-header .b-price-new .b-currency {
    font-size: 42px;
  }
  .b-header .b-button {
    font-size: 27px;
    border-radius: 53px;
    min-width: 284px;
    padding: 36px;
  }
  .b-header .b-button-box {
    margin-top: -43px;
  }
  .b-header .b-line-1 {
    left: -14px;
  }
  .b-header .b-line-2 {
    left: 5px;
  }
  .b-header .b-line-3 {
    right: -115px;
    height: 100%;
  }
  .b-header .b-line-4 {
    width: 1489px;
    bottom: 121px;
  }
  .b-header .b-line-5 {
    width: 809px;
    left: -501px;
    top: 535px;
  }
  .b-header .b-line-6 {
    display: block;
    position: absolute;
    z-index: 15;
    top: 0;
    left: 308px;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
  }
  .b-block2 {
    background: #d6d8d2 url('../img/b2_bg_web.jpg') no-repeat center bottom;
    background-size: 2000px 979px;
    padding: 74px 0 84px;
  }
  .b-block2 .b-conteiner {
    display: flex;
  }
  .b-block2 .b-h2 {
    font-size: 58px;
    width: 415px;
    margin-left: 0;
  }
  .b-block2 .b-left {
    width: 581px;
    padding-top: 45px;
    padding-left: 40px;
    height: max-content;
  }
  .b-block2 .b-img {
    position: relative;
    z-index: 8;
    margin: -20px 0 -34px -230px;
  }
  .b-block2 .b-right {
    width: 475px;
    margin: 145px -10px 0 -36px;
    padding: 80px 0 55px 122px;
    height: max-content;
  }
  .b-block2 .b-li {
    margin-bottom: 25px;
    z-index: 15;
  }
  .b-block2 .b-li .b-p {
    width: calc(100% - 110px);
  }
  .b-block2 .b-line-1 {
    top: -74px;
    left: 665px;
    z-index: 8;
    height: 292px;
  }
  .b-block2 .b-line-2 {
    left: 34px;
    top: -74px;
    height: calc(100% + 158px);
    z-index: 9;
  }
  .b-block2 .b-line-3 {
    top: 0;
    width: 974px;
    left: 0;
  }
  .b-block2 .b-line-4 {
    display: none;
  }
  .b-block2 .b-line-5 {
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% + 158px);
    background: #000;
    right: 40px;
    z-index: 15;
    top: -74px;
  }
  .b-block2 .b-line-6 {
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% + 158px);
    background: #fff;
    right: 0;
    z-index: 15;
    top: -74px;
  }
  .b-block2 .b-line-7 {
    position: absolute;
    width: 1501px;
    height: 1px;
    background: #fff;
    left: -1026px;
    z-index: 10;
    bottom: 0;
  }
  .b-block3 {
    padding: 127px 0 105px;
  }
  .b-block3 .b-circle-1 {
    left: -20px;
    top: 0px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 70%);
  }
  .b-block3 .b-circle-2 {
    left: -600px;
    top: -400px;
  }
  .b-block3 .b-h2 {
    font-size: 58px;
    width: 750px;
    padding-top: 5px;
  }
  .b-block3 .b-p {
    font-size: 24px;
    line-height: 1.17;
  }
  .b-block3 .b-img {
    top: -24px;
    left: 52px;
  }
  .b-block3 .b-img-box {
    height: 0;
  }
  .b-block3 .b-ul {
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
    background: none;
    padding-bottom: 60px;
    direction: ltr;
  }
  .b-block3 .b-li {
    margin-bottom: 35px;
    font-size: 20px;
  }
  .b-block3 .b-left {
    width: 253px;
  }
  .b-block3 .b-left .b-li {
    text-align: start; /*right*/
    direction: rtl;
  }
  .b-block3 .b-left .b-li::before {
    left: auto;
    right: -12px;
  }
  .b-block3 .b-right {
    width: 269px;
  }
  .b-block3 .b-right .b-li {
    text-align: end;
    direction: rtl;
  }
  .b-block3 .b-bg-1 {
    display: block;
    position: absolute;
    width: 312px;
    height: calc(100% + 127px);
    top: -127px;
    left: -40px;
    background-color: rgba(0, 6, 220, 0.078);
    border-left: 1px solid rgba(255, 255, 255, 0.34);
    z-index: 5;
  }
  .b-block3 .b-li::before {
    left: -12px;
    right: unset;
  }
  .b-block3 .b-bg-2 {
    display: block;
    position: absolute;
    width: 288px;
    height: calc(100% + 105px);
    top: 0;
    right: 0;
    background-color: rgba(0, 6, 220, 0.078);
    z-index: 5;
  }
  .b-block3 .b-line-1 {
    height: calc(100% + 232px);
    top: -127px;
    left: 272px;
    z-index: 5;
  }
  .b-block3 .b-line-2 {
    width: 2000px;
    left: -500px;
  }
  .b-block3 .b-line-3 {
    width: 2000px;
    left: -500px;
    z-index: 10;
  }
  .b-block3 .b-line-4 {
    width: 1495px;
    left: 5px;
    top: auto;
    bottom: 40px;
  }
  .b-block3 .b-line-5, .b-block3 .b-line-6 {
    display: none;
  }
  .b-block3 .b-line-7 {
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% + 232px);
    background-color: rgba(0, 0, 0, 0.29);
    top: -127px;
    right: 288px;
  }
  .b-block3 .b-line-8 {
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% + 232px);
    background-color: rgba(255, 255, 255, 0.34);
    top: -127px;
    right: 0;
  }
  .b-block3 .b-line-9 {
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% + 232px);
    background-color: rgba(255, 255, 255, 0.34);
    top: -127px;
    left: 6px;
  }
}

@media screen and (max-width: 991px) {
  .a-rotat-g1, .a-rotat-g2, .a-rotat-g3 {
    animation-delay: 0s;
  }

  .b-lt {
    width: 100%;
  }
}
