.main_block {
  width: 100%;
  float: left;
}
html,
body {
  width: 100%;
  height: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
}
a,
button,
input {
  color: inherit;
}
a:hover,
button:hover,
input:hover,
a:focus,
button:focus,
input:focus,
a:active,
button:active,
input:active {
  color: inherit;
  outline: none;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
.center {
  position: relative;
  display: block;
  margin: 0 auto;
}
body {
  font-family: 'Arial', sans-serif;
}
#header {
  background-color: #feffff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.numbers {
  /*height: 80px;*/
}
.numbers__block img {
  max-width: 80px;
  /*margin-top: -10px;*/
  margin-top: -5px;
  display: inline-block;
}

.numbers__block img.vodafone{
  max-width: 90px;
  /*margin-top: -5px;*/
}

#header .numbers__block span {
  line-height: 60px;
}

.numbers__block span {
  line-height: 80px;
  font-size: 18px;
  color: #020202;
  margin-left: 10px;
}

.numbers__block--cus span {
    line-height: 30px;
}

#slogan {
  background-color: #070100;
  margin-top: 115px;
}
.slogan {
}
.slogan__center {
  display: flex;
  align-items: center;
  width: 700px;
  margin: 0 auto;
  color: #fbeacf;
  text-align: center;
}
.slogan__center .image {
  width: 200px;
  height: 173px;
  float: left;
}
.slogan__center .image img {
  width: 100%;
}
.slogan__center .text {
  /*margin-top: 25px;*/
  width: 60%;
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
  float: left;
}
.slogan__center .text h1 {
  font-size: 42px;
  letter-spacing: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.slogan__center .text span {
  font-size: 18px;
  display: block;
  font-weight: 100;
}
#how {
  position: relative;
  background-color: #feffff;
  padding: 40px 0;
}
.how__title {
  font-size: 26px;
  text-align: center;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.how__video {
  margin-bottom: 20px;
}
.how__video iframe {
  display: block;
  margin: 0 auto;
}
#gilzy {
  background-color: #0d2d46;
  padding: 20px 0;
}
#tabak {
  background-color: #143853;
  padding: 20px 0;
}
#tool {
  background-color: #1c4463;
  padding: 20px 0;
}
#electric {
  background-color: #244f6f;
  padding: 20px 0;
}
#portsigar {
  background-color: #366080;
  padding: 20px 0;
}
.type__desc h2 {
  font-size: 23px;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
}
.type__desc p {
  font-size: 14px;
  color: white;
}
.type__pic .title-text {
  font-size: 18px;
  color: white;
  text-align: center;
}
.type__pic .images img {
  margin-top: 20px;
  width: 45%;
  float: left;
}
.type__pic .images span {
    display: block;
  width: 50%;
    float: left;
  padding: 0 5px;
    text-align: center;
    font-size: 18px;
    color: white;
}
.type__pic .images img:last-child {
  float: right;
}
.type__pic--three .images img {
  width: 32%;
}
#moneyless {
  background-color: #feffff;
  padding: 30px 0 0;
}
.moneyless {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.moneyless__title {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  margin-bottom: 20px;
}
.moneyless__block {
  text-align: center;
}
.moneyless__block img {
  width: 100%;
}
.moneyless__block p {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
  color: black;
}
.moneyless__block span {
  font-size: 12px;
  color: black;
}
.moneyless__center {
  padding-top: 70px;
}
.moneyless__center span {
  font-size: 64px;
  font-weight: 900;
  color: black;
  display: block;
  text-align: center;
}
#time {
  background-color: #b8d0e1;
  padding: 40px 0;
}
.time {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.time__title {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  margin-bottom: 20px;
}
.time__block {
  text-align: center;
}
.time__block img {
  max-width: 250px;
  margin: 0 auto 5px;
  display: block;
  width: 100%;
}
.time__block span {
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
}
.time__block p {
  font-size: 24px;
  color: black;
}
.time__block:last-child p {
  padding-top: 60px;
}
#economy {
  background-color: #feffff;
  padding: 40px 0;
}
.economy {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.economy__title {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  margin-bottom: 20px;
}
.economy__desc {
  font-size: 22px;
  color: black;
  font-weight: 100;
}
.economy__desc--blue {
  color: #04416d;
  margin-bottom: 10px;
}
.economy__block img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.economy__block p {
  max-width: 150px;
  margin: 25px auto 0;
  font-size: 22px;
  text-align: center;
  color: #04416d;
  line-height: 1.4;
}
.economy__block span {
  display: block;
  margin-top: 20px;
  font-size: 22px;
  text-align: center;
  color: #04416d;
  line-height: 1.4;
}
.free-test {
  width: 100%;
  float: left;
  margin-bottom: -30px;
  margin-top: 30px;
}
.free-test__title {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  margin-bottom: 20px;
}
.free-test__desc {
  font-size: 22px;
  color: black;
  font-weight: 100;
}
.free-test__desc--blue {
  color: #04416d;
  margin-bottom: 10px;
}
.top__block {
  min-height: 60px;
  text-align: center;
  color: white;
  padding: 15px;
  font-weight: 100;
  font-size: 24px;
}
.top__block--red {
  background-color: #b43a3a;
}
.top__block--blue {
  background-color: #417fd3;
}
.top__block:first-child {
  position: relative;
}
.top__block:first-child:after {
  content: '';
  position: absolute;
  bottom: -120px;
  right: -44px;
  width: 203px;
  height: 120px;
  object-fit: contain;
  background: url(../images/free--icon.png) no-repeat;
  background-size: contain;
}
.free {
  padding: 80px 0;
  width: 100%;
  float: left;
}
.free__block .image {
  width: 50%;
  float: left;
}
.free__block .image img {
  max-width: 200px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.free__block .image:nth-child(2) img {
  width: 50px;
}
.free__block:nth-child(2) .image:nth-child(1) img {
  width: 50px;
}
.free__block:nth-child(2) .image:nth-child(2) img {
  width: auto;
}
.free__title {
  margin-top: 70px;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  margin-bottom: 20px;
}
.free__desc p {
  font-size: 22px;
  color: #37a3ef;
  font-weight: 100;
}
.free__desc span {
  display: block;
  font-size: 16px;
  color: black;
  font-weight: 100;
}
.plan {
  width: 100%;
  float: left;
}
.plan__title {
  height: 60px;
  line-height: 60px;
  color: white;
  font-size: 18px;
  font-weight: 900;
}
.plan__title span {
  position: relative;
}
.plan__title span:after {
      content: '';
    position: absolute;
    bottom: -55px;
    right: -165px;
    width: 175px;
    height: 120px;
    background: url(../images/99--price-v-5.png?v=17) no-repeat;
    background-size: contain;
}
.plan__block .title {
  height: 45px;
  line-height: 45px;
  color: white;
  font-size: 18px;
  font-weight: 100;
}
.plan__block .body {
  padding: 20px;
  height: 240px;
}
.plan__block .body111 {
  height: 225px;
}
.plan__block .body > img {
  width: 100%;
  max-width: 250px;
  /*margin: 0 auto;*/
  /*display: block;*/
}
.plan__block .body__block img {
  width: 100%;
  max-width: 200px;
}
.plan__block .body__block:nth-child(1),
.plan__block .body__block:nth-child(3),
.plan__block .body__block:nth-child(5) {
  width: 25%;
  display: inline-block;
  /*float: left;*/
}
.plan__block .body__block:nth-child(2),
.plan__block .body__block:nth-child(4){
  width: 10%;
  display: inline-block;
  /*float: left;*/
}
.plan__block .body__block:nth-child(2) span,.plan__block .body__block:nth-child(4) span {
  display: block;
  font-size: 18px;
  color: white;
  margin-top: 100%;
}
.plan__bottom {
  padding: 10px 0;
  margin-top: 15px;
  font-size: 18px;
  color: white;
  font-weight: 600;
}
.plan--start {
  background-color: #1e3e55;
}
.plan--start .plan__title {
  background-color: #162c3f;
}
.plan--start .plan__block .title {
  background-color: #183247;
}
.plan--start > div:nth-child(2):after,
.plan--start > div:nth-child(3):after {
  content: '+';
  position: absolute;
  top: 78px;
  right: -58px;
  color: white;
  font-size: 100px;
}

.plan--start > div:nth-child(3):after {
  right: -72px;
}

.plan--stabil {
  background-color: #306186;
}
.plan--stabil .plan__title {
  background-color: #244a68;
}
.plan--stabil .plan__block .title {
  background-color: #2a5577;
}
.plan--stabil > div:nth-child(2):after {
  content: '+';
  position: absolute;
  top: 78px;
  right: -110px;
  color: white;
  font-size: 100px;
}
.plan:nth-child(2) {
  margin-top: 40px;
}
.plan:nth-child(2) .plan__title span:after {
  background: url("../images/50--price-v-5.png?v=17") no-repeat !important;
  background-size: contain !important;
}
.payment {
  padding: 50px 0 10px;
  width: 100%;
  float: left;
}
.payment__title {
  color: black;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.payment__block .image {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
.payment__block .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
}
.payment__block .text {
  font-size: 20px;
  color: #000000;
  text-align: center;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
.payment__block .text span {
  font-weight: 600;
  color: #ff0000;
}
.delivery {
  padding: 50px 0;
  width: 100%;
  float: left;
}

.delivery--cus {
    display: block;
    text-align: center;
    padding: 50px 0;
    width: 100%;
}

.delivery__title {
  color: black;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.delivery__block {
  width: 20%;
  float: left;
  padding: 0 15px;
}

.delivery__block--cus {
    display: inline-block;
    width: 19%;
    float: none;
    padding: 0 15px;
}

.delivery__block .image {
  height: 150px;
  position: relative;
}
.delivery__block .image img {
  width: 100%;
  max-height: 150px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  object-fit: contain;
}
#delivery-copy .delivery {
  padding-bottom: 20px;
}

.delivery-copy .delivery {
    padding-bottom: 20px;
}

#delivery-copy .delivery__title {
  margin-bottom: 0;
}
.delivery-copy .delivery__title {
    margin-bottom: 0;
}
.sale {
  background-color: #5993be;
  padding-bottom: 40px;
}
.sale__title {
  background-color: #3b76a2;
  height: 50px;
  padding-top: 15px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.table-price {
  width: 100%;
  float: left;
}
.table-price__titles {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.table-price__titles li {
  float: left;
  list-style: none;
  width: 17.5%;
  padding: 0 5px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #343434;
}
.table-price__titles li:first-child {
  width: 30%;
}
.table-price__values {
  width: 100%;
  float: left;
}
.table-price__values li {
  float: left;
  list-style: none;
  width: 17.5%;
  padding: 0 5px;
  font-size: 16px;
  text-align: center;
  font-weight: 100;
  color: white;
}
.table-price__values li:first-child {
  width: 30%;
  font-size: 18px;
}
.table-price__values li:last-child {
  font-weight: 600;
}
.table-price__values:not(:last-child) {
  margin-bottom: 10px;
}
.footer {
  padding: 30px 0;
  position: relative;
}
.footer__center {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.footer__center img {
  width: 50px;
  float: left;
}
.footer__center span {
  display: block;
  float: left;
  font-size: 32px;
  text-transform: uppercase;
  color: #a4a4a4;
}
.mod {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.mod__body {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #eeeeee;
  width: 600px;
  padding: 30px;
}
.mod__body_close {
  cursor: pointer;
  color: black;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.mod__body_block {
  padding: 10px;
  background-color: white;
  font-size: 16px;
  color: black;
}
.mod__body_block p {
  margin: 0;
}
.mod__body_block ul {
  padding-left: 15px;
}
.mod__body_block ul li {
  color: black;
  font-size: 16px;
}
.mod__body_block ul li:not(:first-child),
.mod__body_block ul li:not(:last-child) {
  width: 70%;
}
.mod__body_footer {
  background-color: #005b94;
  height: 100px;
  position: relative;
}
.mod__body_footer img {
  height: 101%;
  background-size: contain;
  float: left;
  width: auto;
}
.mod__body_footer span {
  padding-top: 10px;
  width: 60%;
  display: block;
  position: absolute;
  left: 55px;
  right: 0;
  color: white;
  font-size: 14px;
  text-align: center;
}
.mod__body_footer .man {
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 180px;
}
.mod__body_footer .man img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mod__body .no-man span {
  width: 80%;
  width: -webkit-calc(100% - 54px);
  width: -moz-calc(100% - 54px);
  width: calc(100% - 54px);
  left: 0;
  margin: 0 auto;
  font-size: 16px;
  padding-top: 15px;
}
.mod__body .no-man img {
  width: 54px;
}
.moddal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.moddal__body {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #eeeeee;
  width: 800px;
}
.moddal__body_close {
  cursor: pointer;
  color: black;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.moddal__body_block {
  width: 50%;
  float: left;
  padding: 25px;
}
.moddal__body_block:last-child {
  border-left: 1px solid #b2b4b3;
}
.moddal .contact__title {
  height: 45px;
  font-size: 20px;
  color: #005b94;
  font-weight: 700;
  text-align: center;
  line-height: 45px;
  background-color: white;
  border: 1px solid #005b94;
  margin-bottom: 10px;
}
.moddal .contact__tel img {
  width: 54px;
  float: left;
  position: relative;
  top: -10px;
}
.moddal .contact__tel p {
  width: 80%;
  width: -webkit-calc(90% - 54px);
  width: -moz-calc(90% - 54px);
  width: calc(90% - 54px);
  float: left;
  background-color: #fcfcfc;
  border: 1px solid #cfd1d0;
  font-size: 16px;
  color: #787a79;
  text-align: center;
  font-weight: 300;
  padding: 10px 10px 15px;
}
.moddal .contact__tel p b {
  font-size: 18px;
}
.moddal .contact__viber span {
  width: 70%;
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  float: left;
  background-color: #fcfcfc;
  border: 1px solid #cfd1d0;
  font-size: 16px;
  color: #787a79;
  font-weight: 300;
  padding: 10px;
  text-align: center;
  margin-top: 20px;
}
.moddal .contact__viber img {
  position: relative;
  top: -15px;
  left: -10px;
  width: 120px;
  float: right;
  object-fit: contain;
}
.moddal .form__title {
  height: 45px;
  font-size: 20px;
  color: #005b94;
  font-weight: 700;
  text-align: center;
  line-height: 45px;
  background-color: white;
  border: 1px solid #005b94;
  margin-bottom: 10px;
}
.moddal .form__items {
  width: 90%;
  margin: 0 auto;
  position: relative;
  border: 1px solid #a8aaa9;
}
.moddal .form__items .lines {
  height: 35px;
  background-color: #fefefe;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #b2b4b3;
  position: relative;
  border-bottom: 1px solid #a8aaa9;
}
.moddal .form__items .lines:hover {
  background-color: #e2f3fd;
  color: #196795;
}
.moddal .form__items .lines:hover:after {
  color: #196795;
}
.moddal .form__items .lines:last-child {
  border-bottom: none;
}
.moddal .form__items .lines:after {
  content: '>';
  position: absolute;
  top: -1px;
  right: 15px;
  color: #b2b4b3;
  font-size: 18px;
  font-weight: 400;
}
.moddal .form__items .lines ul {
  display: none;
  position: absolute;
  right: -200px;
  top: -1px;
  font-size: 16px;
  text-transform: none;
  width: 200px;
  padding: 10px;
  max-height: 150px;
  overflow-y: scroll;
  background-color: #e2f3fd;
  border: 1px solid #a8aaa9;
}
.moddal .form__items .lines ul li {
  list-style: none;
  color: black;
  font-size: 16px;
}
.moddal .form__items .lines ul li input {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 35px;
}
.moddal .form__body input[name=image] {
  background-color: #fefefe;
  color: #b53238;
  font-size: 16px;
  text-transform: uppercase;
  width: 90%;
  padding-top: 5px;
  height: 40px;
  line-height: 25px;
  margin: 10px auto 0;
  border: 1px solid #c2c4c3;
}
.moddal .form__body button {
  background-color: #fefefe;
  color: #b53238;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin: 10px auto 0;
  display: block;
  position: relative;
  border: 1px solid #c2c4c3;
  margin-bottom: 20px;
}
.moddal .form__body button:hover {
  background-color: #f8f8f8;
}
@media screen and (max-width: 992px) {
  .moneyless__center {
    padding-top: 20px;
  }
  .plan--start > div:nth-child(2):after,
  .plan--start > div:nth-child(3):after {
    top: 72px;
    right: -33px;
    color: white;
    font-size: 80px;
  }
  .plan--stabil > div:nth-child(2):after {
    right: -74px;
  }
}
#header button{
  letter-spacing: 3px;
  background-color: #234f72;
  color: #fff;
  border: none;
  border-radius: 10px;
  width: 100%;
  height: 40px;
  font-size: 18px;
  margin: 20px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;

}
#header button:hover{
  background-color: #35658c;
}

#header .numbers button {
  margin: 0 0 15px 0;
}
.links{
  background-color:#fff;
  padding: 15px 30px;
  display: none;
}
.Link_img{
  display: inline-block;
  /*width: 19.5%;*/
  width: 16.3%;

}
.Link_img img{
  max-width: 100%;
  padding: 0px 15px;
  height: 50px;
  object-fit: contain;
}
#btn{
  padding: 0 70px;
}
.type__pic-three_mg img:first-child{
  margin-top: 24px;
}
.type__pic-three_mg img:last-child{
  margin-top: 16px;
}
.type__pic-three_mg img{
  height: 140px;
}
#tubes{
  background: #3f6a8b ;
  padding: 20px 0;
}
#lighter{
  background: #446f8f;
  padding: 20px 0;
}
#gas-lighter{
  background: #4a7494;
  padding: 20px 0;
}
#accessories{
  background: #6a92b1 ;
  padding: 20px 0;
}
#toTop{
  display: none;
  background-color: rgba(0,0,0,.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 70px;
  right: 75px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
#toTop:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, .7);
}
#toTop:after{
  color: #ffffff;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -6px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);


}
#type__pic--three_size{
  margin: 52px 0 0 0;
  height: 155px;
  width: 36%;
}
.type__pic-arrow_down{
  width: 28px;
  height: 20px;
  margin: auto;
  background: url("../images/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.type__pic-drop_btn{
  color: #9bbdfc;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  right: 30px;
}
.type__pic-drop_btn:hover{
  color: white;
}
.type__pic-drop_btn:hover .type__pic-arrow_down{
  background: url("../images/arrow-white.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.type__pic-arrow_up:hover{
  background: url("../images/arrow-white.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.type__pic-up_btn{
  margin-top: -20px;
  color: #9bbdfc;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  right: 48px;
  display: none;
}
.images_drop img{
  width: 95%;
}
.tabak__images_drop img{
  object-fit: contain;
  max-width: 100%;
  transform: scale(0.97);
}
.type__pic .images_size img{
  margin-top: 20px;
  width: 90%;
}
.type__pic .images_size img:last-child{
  float: right;
}
.type__pic-arrow_up{
  width: 30px;
  height: 18px;
  margin: auto;
  background: url("../images/arrow.png");
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content__drop{
  display: none;
  margin-top: 20px;
}
.content__drop-port{
  display: none;
  margin-top: 20px;
}
.content__drop-nab{
  display: none;
  margin-top: 20px;
}

.content__drop-all {
  display: none;
  margin-top: 20px;
}
.content__drop-acces{
  display: none;
  margin-top: 20px;
}
.newyear {
  background: url("../images/new-year.png");
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
  text-align: center;
}
@font-face {
  font-family: Eurofurencelight;
  src: url(../fonts/Eurofurencelight.ttf);
}
.newyear h1{
  font-family: Eurofurencelight;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
  line-height: 95px;
  letter-spacing: 3px;
}
.newyear span{
  font-size: 60px;

}
#roll-over{
  background-color: #2a5678;
  padding: 20px 20px 10px 20px;
}
#cigarette-filters{
  background-color: #325c7d;
  padding: 20px 20px 10px 20px;
}
.type__pic-drop_btn-port{
  color: #9bbdfc;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  right: 30px;
}
.type__pic-drop_btn-port:hover{
  color: white;
}
.type__pic-drop_btn-port:hover .type__pic-arrow_down{
  background: url("../images/arrow-white.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.type__pic-up_btn-port{
  margin-top: 260px;
  color: #9bbdfc;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  right: 48px;
  display: none;
}

.type__pic-up_btn-tubes {
  margin-top: 670px;
}

.type__pic-drop_btn-nab{
  color: #9bbdfc;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  right: 30px;
}
.type__pic-drop_btn-nab:hover{
  color: white;
}
.type__pic-drop_btn-nab:hover .type__pic-arrow_down{
  background: url("../images/arrow-white.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.type__pic-drop_btn-all{
  color: #9bbdfc;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  right: 30px;
}
.type__pic-drop_btn-all:hover{
  color: white;
}
.type__pic-drop_btn-all:hover .type__pic-arrow_down{
  background: url("../images/arrow-white.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.type__pic-up_btn-nab{
  margin-top: 125px;
  color: #9bbdfc;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  right: 48px;
  display: none;
}

.type__pic-up_btn-tool {
  margin-top: 175px;
}

.type__pic-up_btn-all{
  margin-top: 125px;
  color: #9bbdfc;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  right: 48px;
  display: none;
}


.type__pic-up_btn-gilzy {
  margin-top: 205px;
}

.type__pic-up_btn-ashtray {
  margin-top: 2375px;
}

.type__pic-up_btn-lighter {
  margin-top: 220px;
}

.type__pic-up_btn-gas-lighter {
  margin-top: 1120px;
}

.type__pic-up_btn-USBlighter {
  margin-top: 205px;
}

.type__pic-drop_btn-acces{
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  right: 30px;
}
.type__pic-drop_btn-acces:hover{
  color: #9bbdfc;
}
.type__pic-drop_btn-acces:hover .type__pic-arrow_down-acces{
  background: url("../images/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.type__pic-up_btn-acces{
  margin-top: 165px;
  color: #9bbdfc;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  right: 48px;
  display: none;
}
#Silicon-and-wick{
  margin-top: 67px;
  width: 33%;

}
.port__drop-marg{

}
#cool-noRed-float{
 float: none;
}
.type__pic-arrow_down-acces{
  width: 28px;
  height: 20px;
  margin: auto;
  background: url("../images/arrow-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.type__pic-arrow_up-acces{
  width: 30px;
  height: 18px;
  margin: auto;
  background: url("../images/arrow-white.png");
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.type__pic-arrow_up-acces:hover{
  background: url("../images/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#tabak4{
  transform: scale(1);
  max-width: 106%;
}
#tabak5{
  transform: scale(0.9);
  margin-top: -5px;
  max-width: 107%;
}
#tabak6{
  transform: scale(0.88);
  margin-top: -10px;
}
#tabak7{
  transform: scale(0.9);
  margin-top: -3px;
  margin-bottom: 3px;
}
#tabak8{
}
#tabak9{
  margin-top: -1px;
}
#tabak10{
  margin-top: 2px;

}
#tabak11{
  margin-top: 2px;

}
.marginfortop{
  margin: 0px 0px 35px;
}
.ontext{
  margin-top: 30px;
}
.ontext .title-text{
  display: inline-block;
}
#ontext__titleT1{
  margin-left: 26px;
}
#ontext__titleT2{
  margin-left: 144px;
}
#ontext__titleT3{
  margin-left: 130px;
}
#ashtray {
  background: #5b85a5;
  padding: 20px 0;
}
.ashtray__title-text1 {
  font-size: 18px;
  color: white;
  text-align: center;
  display: inline-block;
  margin-left: 35px;
}
.ashtray__title-text2 {
  font-size: 18px;
  color: white;
  text-align: center;
  display: inline-block;
  margin-left: 190px;
}
.ashtray__title-text3 {
  font-size: 18px;
  color: white;
  text-align: center;
  display: inline-block;
  margin-left: 214px;
}
#roll-pepper {
  background: #275375;
  padding: 20px 0;
}

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

.marginInBodyMediaSc87jg {
  padding-right: 100px;
}

.marginBlockleft131 {
  padding-left: 185px !important;
}

.small-cus {
  margin-top:20px;
  margin-right: -156px;
}

.otstuprandom {
  text-align: right;
  padding-right: 10vw;
}

.otstuprandom1 {
  text-align: right;
  padding-right: 3vw;
}

.plan__title-cus:before{
  content: "";
  top: 60px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 45px;
  background: #2a5577;;
}

#USBlighter {
  padding: 20px 0;
  width: 100%;
  background: #5781a2;
}

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

.USBlighter__text-text1 {
  font-size: 18px;
  color: white;
  text-align: center;
  display: inline-block;
  margin-left: 96px;
}

.USBlighter__text-text2 {
  font-size: 18px;
  color: white;
  text-align: center;
  display: inline-block;
  margin-left: 279px;
}


.usb-lighter1 {
  width: 42% !important;
  margin-top: 54px !important;
  margin-left: 50px !important;
}

.type__pic .images .image-wrap img:last-child {
  float: left;
  width: 100%;
}

.type__pic .images .image-wrap {
  float: left;
  width: 45%;
}

.type__pic .images .image-wrap:last-child {
  float: right;
}

.type__pic.type__pic--three .images .image-wrap img:last-child {
  float: left;
  width: 100%;
}

.type__pic.type__pic--three .images .image-wrap {
  float: left;
  width: 32%;
}

.image-wrap {
  position: relative;
  display: inline-block;
}

.cod-product {
  font-size: 12px;
  color: white;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 32px;
  left: 158px;
  white-space: nowrap;
  z-index: 1;
}

.desc-product {
  margin-top: 30px;
  font-size: 18px;
  color: white;
  text-align: center;
  margin-bottom: -20px;
}

.cod-product--electric {
  top: 47%;
  left: 75%;
}

.cod-product--roll-pepper {
  top: 16%;
  left: 64%;
}

.cod-product--roll-over {
  top: 52%;
  left: 62%;
}

.cod-product--cigarette-filters {
  top: 42%;
  left: 56%;
}

.cod-product--case {
  top: 53%;
  left: 56%;
}

.cod-product--case-drop {
  top: 56%;
  left: 66%;
}

.cod-product--tubes {
  top: 32%;
  left: 74%;
}

.cod-product--lighter {
  top: 40%;
  left: 71%;
}

.cod-product--gas-lighter {
  top: 40%;
  left: 64%;
}
.cod-product--USBlighter {
  top: 40%;
  left: 64%;
}
.cod-product--ashtray {
  top: 62%;
  left: 64%;
}

.cod-product--acces {
  top: 44%;
  left: 56%;
}

.d-flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}
.flex-direction-column {
  flex-direction: column;
}

.images.images-flex {
  display: flex;
  flex-wrap: wrap;

}

.images.images-flex .image-wrap {
  width: 19%;
}

.images.images-flex.gas-lighter--margin .image-wrap {
  margin-bottom: 50px;
}

.images.images-flex.w22 .image-wrap {
  width: 22%;
}

.images.images-flex .image-wrap img {
  width: 100%;
  margin-top: 20px;

}

.images.images-flex .image-wrap .desc-product {
  margin-bottom: 0;
}

#tubes .type__pic .images img {
  margin-top: 54px;
}

.USBlighter4 {
  transform: scale(.78);
  margin-top: -20px !important;
}


.stack1 {
  margin-top: 14px;
  margin-left: 70px;
  max-width: 270px !important;
}

.stack2 {
  margin-top: 12px !important;
  max-width: 270px !important;
}

.f089898 {
  padding-right: 114px !important;
}

#ashtray .desc-product {
  margin-bottom: 0;
}

#ashtray .images.images-flex .image-wrap {
  width: 18%;
}

#ashtray  .ashtray-line2 .desc-product{
  /*margin-bottom: -55px;*/
  margin-bottom: -30px;
}

#ashtray  .ashtray-line2 .cod-product--ashtray {
  top: 56%;
  left: 70%;
}

#ashtray .images.images-flex .image-wrap.ashtray-line3{
  width: 16%;
  margin-top: -10px;
}

#ashtray .images.images-flex .image-wrap.ashtray-line3 img {
  transform: scale(.88);
}

#ashtray  .ashtray-line3 .desc-product{
  /*margin-bottom: -55px;*/
}

#ashtray  .ashtray-line3 .cod-product--ashtray {
  top: 62%;
  left: 50%;
}

#ashtray .images.images-flex .image-wrap.ashtray-line4 img {
  transform: scale(1.1);
}
#ashtray .images.images-flex .image-wrap.ashtray-line5 img {
  transform: scale(1.1);
}
#ashtray .images.images-flex .image-wrap.ashtray-line6 img {
  transform: scale(1.1);
}


#ashtray .images.images-flex .image-wrap.ashtray-line7{
  width: 25%;
}

#ashtray  .ashtray-line7 .cod-product--ashtray {
  top: 60%;
  left: 70%;
}

#ashtray .images.images-flex .image-wrap.ashtray-line8{
  width: 25%;
  margin-bottom: 0;
}

#ashtray  .ashtray-line8 .cod-product--ashtray {
  top: 61%;
  left: 71%;
}

#ashtray .ashtray7 {
  transform: scale(1.2);margin-top: 27px;
}

#accessories .images{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

#accessories .images .image-wrap{
  width: 33.333333%;
}

#black-friday {
  margin-top: 1px;
}
#black-friday img {
  width: 100%;
}

.pass-the-survey img {
  position: absolute;
  right: 0;
  top: 92px;
  height: 315px;
  object-fit: contain;
}


/*#lighter h2 {*/
  /*position: relative;*/
  /*display: inline-block;*/
/*}*/

/*#lighter h2:after {*/
  /*content: "";*/
  /*display: block;*/
  /*background: url(../images/new/banner/50.png);*/
  /*position: absolute;*/
  /*width: 300px;*/
  /*height: 80px;*/
  /*top: -22px;*/
  /*right: -288px;*/
  /*background-size: contain;*/
  /*z-index: 1;*/
/*}*/

/*#gas-lighter h2 {*/
  /*position: relative;*/
  /*display: inline-block;*/
/*}*/

/*#gas-lighter h2:after {*/
  /*content: "";*/
  /*display: block;*/
  /*background: url(../images/new/banner/50.png);*/
  /*position: absolute;*/
  /*width: 300px;*/
  /*height: 80px;*/
  /*top: -22px;*/
  /*right: -288px;*/
  /*background-size: contain;*/
  /*z-index: 1;*/
/*}*/

/*#USBlighter h2 {*/
  /*position: relative;*/
  /*display: inline-block;*/
/*}*/

/*#USBlighter h2:after {*/
  /*content: "";*/
  /*display: block;*/
  /*background: url(../images/new/banner/50.png);*/
  /*position: absolute;*/
  /*width: 300px;*/
  /*height: 80px;*/
  /*top: 15px;*/
  /*right: -40px;*/
  /*background-size: contain;*/
  /*z-index: 1;*/
/*}*/

/*#ashtray h2 {*/
  /*position: relative;*/
  /*display: inline-block;*/
/*}*/

/*#ashtray h2:after {*/
  /*content: "";*/
  /*display: block;*/
  /*background: url(../images/new/banner/50.png);*/
  /*position: absolute;*/
  /*width: 300px;*/
  /*height: 80px;*/
  /*top: -22px;*/
  /*right: -288px;;*/
  /*background-size: contain;*/
  /*z-index: 1;*/
/*}*/

/*@media  (max-width: 1199px) and (min-width: 992px) {*/
  /*#USBlighter h2:after {*/
    /*top: 38px;*/
    /*right: -124px;*/
  /*}*/
/*}*/


#gilzy .desc-product{
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 46%;
}

#gilzy .images.images-flex .image-wrap {
  width: 33.3333333%;
}

#gilzy .type__desc .image-wrap {
  width: 69.444%;
}

#gilzy .type__desc .image-wrap img {
  margin-top: 20px;
  width: 100%;
}

#gilzy .type__desc .title-text {
  font-size: 18px;
  color: white;
  text-align: center;
}
#gilzy .type__desc > span {
  color: #fff224;
}

#gilzy .images.images-flex.gas-lighter--margin .image-wrap {
  margin-bottom: 0;
}

#gilzy .content__drop-gilzy {
  display: block;
}
@media  (max-width: 1199px) and (min-width: 992px) {
  #gilzy .type__desc p br {
    display: none;
  }

  #gilzy .type__desc p span{
    display: block;
  }
}

@media only screen and (max-width: 991px) {
    #gilzy .images.images-flex .image-wrap {
         width: 33.3333333%;
         margin: 0;
     }

    #gilzy .type__desc .image-wrap img {
        margin-top: 22px;
    }

    .gilzy__row {
        display: flex;
        flex-direction: column;
    }

    #gilzy .type__desc {
        order: 2;
        margin-top: 20px;
    }

    #gilzy .type__pic {
        order: 1;
    }

    #gilzy .type__desc .image-wrap {
        width: 33.3333333%;
    }

    #gilzy .type__desc .title-text {
        margin-top: 20px;
        margin-right: 0 !important;
    }

    .plan__block .title {
        font-size: 17px;
    }

    #gilzy .type__pic.type__pic--three .images .image-wrap {
        width: 33.3333333%;
    }

    #gilzy .type__pic .title-text {
        margin-top: 20px;
        margin-right: 0 !important;
    }

    #gilzy .desc-product {
        padding-right: 43% !important;

    }
}

.product-gram {
  font-size: 12px;
  color: white;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 52%;
  left: 62%;
  white-space: nowrap;
  z-index: 1;
  transform: rotate(-8deg);
}


