/*============ WRAPPER ============*/
.block {
  max-width: 640px;
  margin: 0 auto;
}

.wrap {
  max-width: 640px;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .wrap {
    padding: 0 10px !important;
  }
}
.wrap:after,
.wrap:before {
  content: " ";
  display: table;
  clear: both;
}

ul {
  list-style-type: none;
}

.button {
  display: block;
  margin: 0 auto;
  max-width: 480px;
  height: 85px;
  line-height: 85px;
  border-radius: 8px;
  background-color: #1d81c2;
  border-bottom: 3px solid #0d5565;
  font-family: "Open Sans", sans-serif !important;
  font-size: 25px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.link {
  border-bottom: 1px solid;
}

/*============ TIMERS ============*/
.link-dock {
  margin-top: 10px;
}

.link-dock a {
  display: inline-block;
  margin-right: 3px;
}

.clock-wrap {
  border: 2px dashed #000;
  position: relative;
  background: #fff000;
  color: #ff0000;
  font-size: 0;
  text-align: center;
  -webkit-box-shadow: 0 25px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 25px 30px rgba(0, 0, 0, 0.07);
  margin-bottom: 52px;
}

.clock-wrap::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 5px;
  display: block;
  width: 40px;
  height: 30px;
  background-image: url("../images/scissors.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.clock {
  padding: 5px 0 0px;
  font-family: "RobotoRegular", sans-serif;
}

.time__title {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "RobotoLight", sans-serif;
  padding: 10px 5px 0px;
}

.timer_name {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -10px;
  margin-bottom: 10px;
}

.timer_name span {
  font-size: 16px;
  margin-right: 20px;
  margin-top: 5px;
}

.timer_name span:last-child {
  margin-right: 6px;
}

.countdown-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
}

.timer__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}

/*============ BLOCK'S ============*/
.form-container {
  max-width: 530px;
  margin: 20px auto;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  border-radius: 8px;
  border: 3px solid #40d6e9;
}

.form-container .px40 {
  padding: 26px 0;
}

.form-top {
  display: flex;
  justify-content: space-between;
}
.form-price {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form-price-old {
  text-decoration: line-through;
  font-size: 25px;
}
.form-price-new {
  font-size: 35px;
  font-weight: 600;
}
.action-valid {
  width: 100%;
  line-height: 180%;
  background-color: #231f20;
  color: #ffffff;
  text-align: center;
  font-family: "SFUIDisplay-Bold", sans-serif;
  border-radius: 8px;
}
@media (max-width: 640px) {
  .form-container {
    padding: 25px 10px;
  }
  .form-top-text p {
    font-size: 30px;
  }
  .form-top-text .px40 {
    font-size: 30px;
  }
}
.price,
.action-price {
  margin: 12px 0 12px 0;
}

.price {
  width: 220px;
}

.action-price {
  width: calc(100% - 226px);
}

.price p,
.action-price p {
  padding: 3px 0;
}

.price-lt:after {
  content: url("../images/lt.png");
  position: absolute;
  top: 6px;
  right: 18px;
}

.lp-text {
  padding: 18px 0 0;
}

.left-pack {
  background: #ef1650;
  display: inline-block;
  width: 78px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
  margin: 0 8px;
}

.buy-pack {
  background: #231f20;
  display: inline-block;
  width: 90px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
  margin: 0 8px;
}

.form-container .warranty {
  margin: 25px 0 10px;
}

.form-container .warranty * {
  vertical-align: middle;
}

.form-container .warranty img {
  margin-right: 16px;
}

.form-container .warranty p {
  width: 88%;
}

.form-container .decimal {
  font-size: 23px;
  position: relative;
  bottom: 13px;
  left: -10px;
}

.form-container .decimal .wv_currency {
  margin-left: 1px;
}

.header {
  /* height: 1000px; */
  /* background: url("../images/prod12.jpg") no-repeat center bottom; */
}
.header-product {
  max-width: 600px;
  position: relative;
}
.header-product img {
  width: 100%;
}
.header .wrap {
  height: 100%;
  padding: 0 54px;
}

.header .blue-background {
  position: relative;
  background-color: #1d81c2;
  padding: 25px;
  border-radius: 8px;
  margin-top: 25px;
}

.header .blue-background:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;

  width: 100px;
  height: 100px;

  background-image: url("../images/product.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 400px) {
  .header .blue-background:after {
    height: 65px;
    width: 65px;
    top: 12px;
  }
}
.header .header-icons {
  margin: 35px 0 20px;
}

.header .header-icons div,
.header .header-icons img,
.header .header-icons p {
  display: inline-block;
  vertical-align: middle;
}

.header .header-icons img {
  margin-right: 20px;
}

.header .header-icons .icon1 {
  margin-right: 38px;
}

.header .mint-bg {
  background-color: #49cec4;
  padding: 4px 10px;
  border-radius: 10px;
  margin-top: 20px;
}

.header .label {
  bottom: 10px;
  right: 10px;
}
@media (max-width: 640px) {
  .header .label_item {
    width: 100px;
    height: 100px;
    padding-top: 10px;
    font-size: 12px;
  }
}
.header .abs.px12 {
  bottom: 30px;
}

.block1 .wrap {
  padding: 0 54px;
}

.steps {
  margin: 40px 0;
}

.step {
  height: 85px;
  padding: 16px 16px 16px 80px;
  border-radius: 10px;
  margin: 16px 0;
}

.step.one {
  background: #f1faf9 url("../images/1.png") no-repeat top left;
}

.step.two {
  background: #f1faf9 url("../images/2.png") no-repeat top left;
}

.step.three {
  background: #f1faf9 url("../images/3.png") no-repeat top left;
}

.block2 {
  /* height: 1000px; */
  /* background: url("../images/bg2.jpg") no-repeat center 150px; */
  margin-top: -330px;
  position: relative;
  z-index: -1;
}

.block2 .wrap {
  padding: 0;
}

.block2 .px28 {
  padding: 350px 0 40px;
}
.block2-product-img {
  max-width: 600px;
  margin: 0 auto;
}
.block2-product-img img {
  width: 100%;
}
.block2 .inline-container {
  /* background: #000; */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.block2 .inline-b {
  width: 200px;
  margin: 0 3px;
  vertical-align: top;
  margin-bottom: 20px;
}

.block2 .inline-b:first-child {
  margin-left: 0;
}

.block2 .inline-b:last-child {
  margin-right: 0;
}

.block2 .inline-b p:last-child {
  font-size: 16px;
}

.block2 .inline-b img {
  margin-bottom: 24px;
  display: none;
}

.block2 .inline-b > div {
  background: url("../images/rl.jpg") no-repeat top left;
  padding-left: 14px;
  margin-left: 10px;
}

.block2 .inline-b .red2 {
  padding-top: 0;
}

.block2 .inline-b p {
  text-align: left;
}

.block3 .wrap {
  padding: 0 54px;
}

.block3 .px50 {
  padding: 35px 0;
}

.block3 ul li {
  padding: 30px 0 30px 130px;
  font-family: "SFUIDisplay-Light", sans-serif;
  font-size: 22px;
}

.block3 ul li span {
  font-family: "SFUIDisplay-Bold", sans-serif;
}

.block3 ul li:nth-child(1) {
  background: url("../images/ico1.png") no-repeat 0 50%;
}

.block3 ul li:nth-child(2) {
  background: url("../images/ico2.png") no-repeat 0 50%;
}

.block3 ul li:nth-child(3) {
  background: url("../images/ico3.png") no-repeat 0 50%;
}

.block3 ul li:nth-child(4) {
  background: url("../images/ico4.png") no-repeat 0 50%;
}
.img-wrapper {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.block3 .product-img {
  margin: 40px 0 30px 0px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.block3 .button-container {
  padding: 20px 0 46px;
}

.block4 {
  background: #eff3f2 url("../images/caps.jpg") no-repeat center top;
}
@media (max-width: 500px) {
  .block4 {
    background: #eff3f2 url("../images/caps.jpg") no-repeat center 150px;
  }
}
.block4 .wrap {
  padding: 0 36px;
}

.block4 .px40 {
  padding: 35px 0;
}

.block4 .green-background {
  position: relative;
  background-color: #49cec4;
  padding: 16px 30px;
  border-radius: 8px;
}

.block4 .green-background:after {
  content: url("../images/qg.png");
  position: absolute;
  left: 160px;
  top: 100%;
}

.block4 .inline-container {
  margin: 340px 0 20px 0;
}

.block4 .inline-b {
  width: 264px;
  margin: 0 0px 0 17px;
  vertical-align: top;
}

.block4 .inline-b:nth-child(3) {
  margin-right: 0;
}

.block4 .inline-b img {
  margin: 16px 0 20px;
}

.block4 .inline-b p {
  text-align: left;
}

.block5 {
  background: #eff3f2 url("../images/gradbg.jpg") no-repeat center 200px;
}

.block5 .wrap {
  padding: 0 35px;
}
@media (max-width: 640px) {
  .block5 .wrap .px60 {
    font-size: 40px;
  }
}

.block5 .doc-list {
  height: 630px;
  background: #ffffff;
  padding: 30px;
  margin: 30px 0;
  -webkit-box-shadow: -1px 16px 8px -6px rgba(0, 0, 0, 0.42);
  box-shadow: -1px 16px 8px -6px rgba(0, 0, 0, 0.42);
  margin: 30px 0;
}

.block5 .doc-list .doc {
  margin: 0 25px 30px 0;
}

.block5 .doc-list p {
  color: #152838;
  font-size: 18px;
  line-height: 160%;
  padding: 0 0 30px 0;
}

.block5 .doc-list .docname {
  bottom: 15px;
}
@media (max-width: 640px) {
  .block5 .doc-list {
    height: auto;
  }
  .block5 .doc-list p {
    font-size: 16px;
  }
  .block5 .doc-list .docname {
    bottom: 15px;
  }
}
.block5 .doc-list.one .docname:after {
  content: "";
  position: absolute;
  top: -70%;
  left: 114%;
  width: 300px;
  height: 150px;
  background-image: url("../images/doc2p.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.block5 .doc-list.two .docname:after {
  content: "";
  position: absolute;
  top: -70%;
  left: 114%;
  width: 300px;
  height: 150px;
  background-image: url("../images/doc2p.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 650px) {
  .block5 .doc-list.one .docname:after,
  .block5 .doc-list.two .docname:after {
    width: 100px;
    top: 0%;
    height: 50px;
  }
}
.block6 .wrap {
  padding: 0 40px;
}

.block6 .cir3 {
  margin: 40px 0 40px -40px;
}

.block7 .wrap {
  padding: 0;
}
.block7 .img-wrapper {
  width: 100%;
}
.block7 .img-wrapper img {
  max-width: 600px;
  width: 100%;
}
.block7-product-img {
  width: 100%;
  text-align: right;
}
.block7-product-img img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
  padding-right: 10px;
}
.block7 .px50 {
  padding: 40px 0 30px;
}
@media (max-width: 640px) {
  .block7-product-img img {
    width: 130px;
  }
  .block7 .px50 {
    font-size: 30px;
  }
}
.block7 .product {
  margin: 30px 0;
  max-width: 400px;
  width: 100%;
}

.block7 .button-container {
  padding: 20px 0 46px;
}

.block7 .result {
  padding-top: 120px;
  background: url("../images/result.jpg") no-repeat 0px 0px;
  background-size: contain;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block7 .result span {
  display: block;
}

.result_item {
  -webkit-box-flex: 42%;
  -ms-flex: 42%;
  flex: 42%;
  color: #256277;
  font-size: 17px;
  padding-left: 43px;
  padding-top: 73px;
  font-weight: 900;
}

.result_item span {
  margin-bottom: 33px;
  margin-top: 7px;
}

.result_item span:nth-child(3) {
  margin-bottom: 25px;
}

.result_item span:nth-child(4) {
  margin-bottom: 16px;
}
.compare {
  max-width: 700px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.compare__header {
  display: grid;
  grid-template-columns: 1fr 120px 180px;
  background: linear-gradient(90deg, #19b6c9, #2e7bdc);
  color: #fff;
  font-weight: bold;
  padding: 12px;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  align-items: center;
}

.compare__row {
  display: grid;
  grid-template-columns: 1fr 120px 180px;
  align-items: center;
  padding: 12px;
}

.compare__row.alt {
  background: #d9eef4;
  border-radius: 10px;
}

.compare__text {
  font-size: 14px;
  line-height: 1.3;
}

/* Кружки */
.circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto;
}

.green-circle {
  background: #00d47f;
}
.green-circle97 {
  background: #00d32a;
}
.green-circle98 {
  background: #00d32a;
}
.green-circle89 {
  background: #50d610;
}

.yellow {
  background: #e6c21f;
}

.red {
  background: #ff3b30;
}

.orange {
  background: #f28c28;
}
@media (max-width: 650px) {
  .compare__header,
  .compare__row {
    grid-template-columns: 1fr 70px 70px;
    padding: 10px 6px;
  }

  .compare__text {
    font-size: 13px;
  }

  .circle {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  /* уменьшаем заголовок */
  .compare__header {
    font-size: 13px;
    padding: 10px 6px;
  }
}
.prostolife {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  color: #fff;
}

.prostolife span {
  margin-bottom: 54px;
  padding-left: 38px;
  font-size: 16px;
}

.prostolife span:nth-child(2) {
  padding-left: 46px;
}

.prostolife span:first-child {
  font-size: 17px;
  font-weight: 900;
  padding-top: 17px;
  padding-left: 2px;
}

.other {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  color: #fff;
}

.other span {
  margin-bottom: 54px;
  padding-left: 35px;
  font-size: 16px;
}

.other span:nth-child(2) {
  padding-left: 34px;
}

.other span:nth-child(5) {
  padding-left: 35px;
}

.other span:first-child {
  font-size: 17px;
  font-weight: 900;
  padding-top: 0px;
  padding-left: 13px;
  margin-bottom: 33px;
}

.block8 {
  padding: 0 0 40px;
}

.block8 .px40 {
  padding: 30px 0;
}

.block8 .reviews-block {
  margin-bottom: 20px;
  display: flex;
}

.block8 .ava {
  margin-bottom: 20px;
}

.block8 .text {
  padding: 12px 25px;
  border-radius: 8px;
  position: relative;
  max-width: 380px;
  margin-left: 40px;
}

.block8 .text.one {
  background-color: #ecfbfd;
}

.block8 .text.one:after {
  content: url("../images/qr1.png");
  position: absolute;
  right: 100%;
  top: 30px;
}

.block8 .text.two {
  background-color: #fdfbec;
}

.block8 .text.two:after {
  content: url("../images/qr2.png");
  position: absolute;
  right: 100%;
  top: 30px;
}

.block8 .text.three {
  background-color: #e9f0fa;
}

.block8 .text.three:after {
  content: url("../images/qr3.png");
  position: absolute;
  right: 100%;
  top: 30px;
}

.block8 .text p {
  padding: 0;
  line-height: 140%;
  text-indent: 20px;
}

.block8 .text p:before {
  content: url("../images/qt.png");
  position: relative;
  right: 10px;
  top: 4px;
}

.block8 .text p:after {
  content: url("../images/qb.png");
  position: relative;
  left: 10px;
  top: 4px;
}

.block8 .px14 {
  padding: 6px 0;
}

.block8 .stars5 {
  float: left;
  margin: 25px;
}

.block8 .hashtags {
  margin: 13px 0 0 60px;
}
@media (max-width: 640px) {
  .block8 .user img {
    width: 70px;
  }
  .block8 .px18 {
    font-size: 14px;
  }
}
.block9 {
  background: #eff3f2;
  padding: 30px 0 60px 0;
}

.block9 .title {
  padding: 0 0 45px;
}

.block9 .wrap {
  position: relative;
}

.block9 .logo {
  width: 100%;
}

.block9 .guaranty {
  position: absolute;
  top: 30px;
  right: 10px;
}

.block9 .zavod-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.block9 .zavod {
  width: 100%;
  max-width: 810px;
}
.block9 .zavod-container .inline-b {
  margin-top: 20px;
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: 157px;
}

.block9 .zavod-container .inline-b p {
  padding-top: 20px;
  text-align: center;
}

.block10 .px40 {
  padding: 40px 0;
}

.block10 .inline-container .inline-b {
  width: 252px;
  vertical-align: top;
  margin: 0 20px;
}

.block10 .inline-container .inline-b img {
  margin-bottom: 35px;
}

.block10 .inline-container .inline-b .rel:after {
  content: url("../images/gal.png");
  position: absolute;
  right: -16px;
  bottom: 30px;
}

.block10 .inline-container .inline-b .grl {
  background: url("../images/gradl.png") no-repeat top left;
  padding-left: 25px;
}

.block10 .inline-container .inline-b p {
  text-align: left;
}

.fake {
  height: 600px;
  background: url("../images/product-bg.webp") no-repeat top center;
  background-size: cover;
  padding-right: 10px;
}

.fake .text {
  /* padding: 110px 20px 0 280px; */
  /* background: #00000032; */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  height: 100%;
}
.fake .text p:last-of-type {
  max-width: 280px;
}
.fake .text .button {
  max-width: 280px;
}
@media (max-width: 600px) {
  .fake {
    padding-right: 0;
    background: url("../images/bgMob2.jpeg") no-repeat center;
  }
  .fake .text {
    background: #0000007b;
    align-items: center;
  }
  .fake {
    height: 370px;
    background-size: cover;
  }
}
.fake .button {
  width: 320px;
  height: 56px;
  line-height: 56px;
  margin: 10px 0 !important;
}

.fake .px12 {
  padding-left: 60px;
}

.fake .decimal {
  font-size: 15px;
  position: relative;
  bottom: 7px;
}

.block11 {
  /* height: 2120px; */
  /* background: url("../images/prod12.jpg") no-repeat center 270px; */
}
.block11 .block11-product {
  position: relative;
}
.block11 .block11-product img {
  max-width: 600px;
  width: 100%;
}

.block11 .wrap {
  height: 100%;
  padding: 0 54px;
}

.block11 .blue-background {
  position: relative;
  background-color: #1d81c2;
  padding: 25px;
  border-radius: 8px;
  margin-top: 25px;
}

.block11 .blue-background:after {
  content: url("../images/cert.png");
  position: absolute;
  right: -30px;
  top: -14px;
}

.block11 .header-icons {
  margin: 35px 0 20px;
}

.block11 .header-icons div,
.block11 .header-icons img,
.block11 .header-icons p {
  display: inline-block;
  vertical-align: middle;
}

.block11 .header-icons img {
  margin-right: 20px;
}

.block11 .header-icons .icon1 {
  margin-right: 38px;
}

.block11 .mint-bg {
  background-color: #49cec4;
  padding: 6px 10px;
  border-radius: 10px;
  margin: 20px 0 0px;
}

.block11 .label {
  top: 200px;
  right: 10px;
}
@media (max-width: 640px) {
  .block11 .label {
    top: 120px;
  }
  .block11 .label_item {
    width: 100px;
    height: 100px;
    padding-top: 10px;
    font-size: 12px;
  }
}
.label_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 164px;
  width: 164px;
  text-align: center;
  color: #fff;
  margin: 0px;
  padding: 0px;
  border-radius: 100px;
}

.label_item1 {
  background: -webkit-gradient(linear, left top, right bottom, from(#8491f2), to(#00daeb));
  background: linear-gradient(to bottom right, #8491f2, #00daeb);
  padding-top: 40px;
}

.label_item1 b {
  font-size: 34px;
  text-transform: uppercase;
  margin-top: 10px;
}

.label_item b {
  display: block;
}

.label_item2 {
  background: #fff000;
  padding-top: 8px;
  position: absolute;
  top: 95px;
  left: -100px;
  color: #ff0000;
}

.label_item2 .decimal {
  font-size: 25px;
  position: relative;
  bottom: 12px;
  left: -10px;
}

.label_item2 .decimal .wv_currency {
  margin-left: 1px;
}

.label_item2 b {
  font-size: 37px;
  text-transform: uppercase;
  /*    margin-top: 10px;*/
  font-weight: 400;
}

.block11 .abs.px12 {
  top: 830px;
}

.old-price {
  font-size: 26px;
}

.block3 .decimal,
.block7 .decimal {
  font-size: 20px;
  position: relative;
  bottom: 20px;
}

.old-price {
  line-height: 30px;
  position: relative;
}

.new-price {
  /*    line-height: 45px;*/
  line-height: 32px;
}

.mr {
  margin-right: 10px;
}

/*.old-price::before { content: ''; height: 2px; width: 60px; background-color: #ff0000; display: block; position: absolute; top: 17px; left: -3px; transform: rotate(21deg);}*/
.old-price::after {
  content: "";
  height: 2px;
  width: 60px;
  background-color: #ff0000;
  display: block;
  position: absolute;
  top: 17px;
  left: -3px;
  -webkit-transform: rotate(-21deg);
  transform: rotate(-21deg);
}

/*============ FOOTER ============*/
.footer {
  background: #0c283a;
  color: #fff;
}

.footer .wrap {
  padding: 30px 54px;
  margin-top: 50px;
}

.footer ul.list {
  padding-bottom: 30px;
}

.footer ul.list li {
  display: block;
  padding: 18px 0 18px 80px;
}

.footer ul.list li:nth-child(1) {
  background: url("../images/footer_ico1.png") no-repeat 0 50%;
}

.footer ul.list li:nth-child(2) {
  background: url("../images/footer_ico2.png") no-repeat 0 50%;
}

.footer ul.list li:nth-child(3) {
  background: url("../images/footer_ico3.png") no-repeat 0 50%;
}

.footer2 {
  background: #03111c;
  color: #fff;
}

.footer2 .wrap {
  padding: 18px 50px;
}

.footer .title {
  padding-bottom: 25px;
}

.footer .mag {
  padding: 10px 0;
}

.footer .line {
  padding: 22px 0;
}

.footer2 .adr {
  padding: 3px 0 16px;
}

.footer2 .vam {
  position: relative;
  top: 4px;
}

.logo_green span {
  color: #72b100;
  font-size: 26px;
  font-weight: 900;
  position: relative;
  top: -20px;
}

.logo_green img {
  margin-right: 10px;
}

.logo_gray span {
  color: #b6b7b8;
  font-size: 24px;
  font-weight: 900;
  position: relative;
  top: -20px;
}

.logo_gray img {
  margin-right: 10px;
}

.wv_currency {
  margin-left: -3px;
}

.label_item .wv_currency {
  margin-left: -13px;
}

.country_select {
  font-size: 30px;
}

button {
  z-index: 100;
}
