

/*
Using

.input {
    @include placeholder {
        color: green;
    }
}

*/

.s-14plus_icon {
  background-image: url(../images/new_footer/sprite/sprite.png);
  background-position: -136px -74px;
  width: 28px;
  height: 36px;
}

.s-globe_icon {
  background-image: url(../images/new_footer/sprite/sprite.png);
  background-position: -111px -87px;
  width: 20px;
  height: 20px;
}

.s-paypal_logo {
  background-image: url(../images/new_footer/sprite/sprite.png);
  background-position: 0px -46px;
  width: 82px;
  height: 41px;
}

.s-securion_pay_logo {
  background-image: url(../images/new_footer/sprite/sprite.png);
  background-position: 0px 0px;
  width: 136px;
  height: 46px;
}

.s-social_fb {
  background-image: url(../images/new_footer/sprite/sprite.png);
  background-position: 0px -87px;
  width: 37px;
  height: 37px;
}

.s-social_ig {
  background-image: url(../images/new_footer/sprite/sprite.png);
  background-position: -82px -46px;
  width: 37px;
  height: 37px;
}

.s-social_in {
  background-image: url(../images/new_footer/sprite/sprite.png);
  background-position: -74px -87px;
  width: 37px;
  height: 37px;
}

.s-social_pn {
  background-image: url(../images/new_footer/sprite/sprite.png);
  background-position: -136px 0px;
  width: 37px;
  height: 37px;
}

.s-social_tg {
  background-image: url(../images/new_footer/sprite/sprite.png);
  background-position: -136px -37px;
  width: 37px;
  height: 37px;
}

.s-social_tw {
  background-image: url(../images/new_footer/sprite/sprite.png);
  background-position: -37px -87px;
  width: 37px;
  height: 37px;
}

.s-social_yt {
  background-image: url(../images/new_footer/sprite/sprite.png);
  background-position: 0px -124px;
  width: 37px;
  height: 27px;
}

.footer.ver2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer.ver2 .inner {
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  max-width: 1220px;
}

.footer.ver2 .row_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 290px;
  border-bottom: 2px solid #e5e5e5;
  background: #fff;
}

.footer.ver2 .row_1 .inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.footer.ver2 .row_1 .nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 60%;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.footer.ver2 .row_1 .nav ul {
  -webkit-flex-basis: 400px;
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
}

.footer.ver2 .row_1 .nav ul li {
  margin-bottom: 6px;
}

.footer.ver2 .row_1 .nav ul li.title {
  font: 700 16px/22px "Open Sans", sans-serif;
  color: #333;
  text-transform: uppercase;
}

.footer.ver2 .row_1 .nav ul li a {
  font: 400 15px/21px "Open Sans", sans-serif;
  color: #7f7f7f;
}

.footer.ver2 .row_1 .nav ul li a:hover {
  color: #666666;
  text-decoration: underline;
}

.footer.ver2 .row_1 .subscribe_block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 40%;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
}

.footer.ver2 .row_1 .subscribe_block .subscribe_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  width: 100%;
  max-width: 380px;
  min-width: 300px;
  height: auto;
  min-height: 136px;
  background: #fffbef;
  border: 1px solid #f7e6b2;
  border-radius: 15px;
}

.footer.ver2 .row_1 .subscribe_block .subscribe_form label {
  margin-top: 6px;
  margin-bottom: 15px;
  font: 700 16px/22px "Open Sans", sans-serif;
  color: #333;
  text-transform: uppercase;
}

.footer.ver2 .row_1 .subscribe_block .subscribe_form input {
  width: 262px;
  height: 42px;
  font: 400 15px/21px "Open Sans", sans-serif;
  color: #333;
  text-align: center;
  background: white;
  border: 1px solid #f1ebd9;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.04);
  outline: none;
}

.footer.ver2 .row_1 .subscribe_block .subscribe_form input::-webkit-input-placeholder {
  color: #7f7f7f;
}

.footer.ver2 .row_1 .subscribe_block .subscribe_form input:-moz-placeholder {
  color: #7f7f7f;
}

.footer.ver2 .row_1 .subscribe_block .subscribe_form input::-moz-placeholder {
  color: #7f7f7f;
}

.footer.ver2 .row_1 .subscribe_block .subscribe_form input:-ms-input-placeholder {
  color: #7f7f7f;
}

.footer.ver2 .row_1 .subscribe_block .subscribe_form input:focus {
  border: 1px solid #e3d7b4;
}

.footer.ver2 .row_1 .subscribe_block .subscribe_form button {
  position: relative;
  margin-top: -9px;
  width: 40px;
  height: 40px;
  background: #6db26f;
  border: none;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.footer.ver2 .row_1 .subscribe_block .subscribe_form button:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 15px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 13px solid #fff;
}

.footer.ver2 .row_1 .subscribe_block .subscribe_form button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: #519b54;
}

.footer.ver2 .row_1 .subscribe_block .social_networks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 380px;
}

.footer.ver2 .row_1 .subscribe_block .social_networks > span {
  padding: 12px 0 12px 0;
  font: 400 15px/16px "Open Sans", sans-serif;
  color: #333;
}

.footer.ver2 .row_1 .subscribe_block .social_networks ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: 100%;
}

.footer.ver2 .row_1 .subscribe_block .social_networks ul li {
  display: inline-block;
}

.footer.ver2 .row_1 .subscribe_block .social_networks ul li a {
  display: inline-block;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  image-rendering: -webkit-optimize-contrast;
}

.footer.ver2 .row_1 .subscribe_block .social_networks ul li a:hover {
  opacity: 0.6;
}

.footer.ver2 .row_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 114px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.footer.ver2 .row_2 .lang_switcher {
  position: absolute;
  top: 8px;
  left: 34px;
  z-index: 9;
}

.footer.ver2 .row_2 .lang_switcher:hover > ul {
  display: block;
}

.footer.ver2 .row_2 .lang_switcher .current_lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px 8px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer.ver2 .row_2 .lang_switcher .current_lang i {
  display: inline-block;
  margin-right: 10px;
}

.footer.ver2 .row_2 .lang_switcher .current_lang > span {
  position: relative;
  font: 400 13px/22px "Open Sans", sans-serif;
  color: #010101;
  text-transform: uppercase;
}

.footer.ver2 .row_2 .lang_switcher .current_lang > span:before {
  content: '';
  position: absolute;
  top: 9px;
  right: -11px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 6px solid #808080;
}

.footer.ver2 .row_2 .lang_switcher ul {
  display: none;
  position: absolute;
  top: 25px;
  left: 15px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.footer.ver2 .row_2 .lang_switcher ul li {
  padding: 5px 15px;
  border-bottom: 1px solid #e5e5e5;
}

.footer.ver2 .row_2 .lang_switcher ul li:last-child {
  border-bottom: none;
}

.footer.ver2 .row_2 .lang_switcher ul li a {
  font: 400 13px/19px "Open Sans", sans-serif;
  color: #010101;
  text-transform: uppercase;
}

.footer.ver2 .row_2 .copy {
  position: relative;
  margin-top: 10px;
  margin-bottom: 5px;
  z-index: 2;
}

.footer.ver2 .row_2 .copy p {
  font: 400 15px/16px "Open Sans", sans-serif;
  color: #333;
  text-align: center;
}

.footer.ver2 .row_2 .copy p a {
  text-decoration: underline;
}

.footer.ver2 .row_2 .copy p a:hover {
  text-decoration: none;
}

.footer.ver2 .row_2 .pay_icons ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer.ver2 .row_2 .pay_icons ul li {
  margin-right: 24px;
}

.footer.ver2 .row_2 .pay_icons ul li a {
  display: inline-block;
}

.footer.ver2 .row_2 .pay_icons ul li a.s-securion_pay_logo {
  position: relative;
  top: -5px;
}

.footer.ver2 .row_2 .pay_icons ul li:last-child {
  margin: 0;
}

.footer.ver2 .row_3 {
  background: linear-gradient(0deg, #f8f8f8 0%, #fefefe 95%);
}

.footer.ver2 .row_3 .copy_text {
  padding: 15px 0;
  font: 400 14px/18px "Open Sans", sans-serif;
  color: #858585;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .footer.ver2 .inner {
    padding: 50px 15px 0 15px;
  }

  .footer.ver2 .row_1 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
  }

  .footer.ver2 .row_1 .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer.ver2 .row_1 .nav ul {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-bottom: 20px;
  }

  .footer.ver2 .row_1 .nav ul li {
    text-align: center;
  }

  .footer.ver2 .row_1 .subscribe_block {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .footer.ver2 .row_1 .subscribe_block .subscribe_form {
    min-width: 0;
  }

  .footer.ver2 .row_1 .subscribe_block .social_networks {
    margin-bottom: 20px;
  }

  .footer.ver2 .row_2 .lang_switcher {
    /* position: relative;
    top: auto;
    left: auto;
    margin: 20px auto 0 auto;
    width: 60px; */
    top: 18px;
    left: 19px;
  }

  .footer.ver2 .row_2 .copy {
    margin-bottom: 20px;
  }

  .footer.ver2 .row_2 .pay_icons ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer.ver2 .row_2 .pay_icons ul li {
    margin: 0;
  }
}


.logo_14_plus {
  position: absolute;
  top: 2px;
  right: 35px;
  width: 32px;
  height: 32px;
  background: url(../images/new_footer/14_plus@0,5x.png) 0 0/contain no-repeat;
}

.paypal_logo {
  width: 91px;
  height: 23px;
  background: url(../images/new_footer/paypal_logo@0,5x.png) 0 0/contain no-repeat;
}

.securion_pay_logo {
  width: 148px;
  height: 38px;
  background: url(../images/new_footer/securion_pay_logo@0,5x.png) 0 0/contain no-repeat;
}

.visa_icon {
  position: relative;
  top: 4px;
  width: 58px;
  height: 20px;
  background: url(../images/new_footer/visa@0.5.png) 0 0/contain no-repeat;
}

.mastercard_icon {
  position: relative;
  top: 4px;
  width: 40px;
  height: 24px;
  background: url(../images/new_footer/mastercard@0.5.png) 0 0/contain no-repeat;
}

.globe_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/iconfinder_10_2135789.png) 0 0/contain no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .logo_14_plus {
    background: url(../images/new_footer/14_plus.png) 0 0/contain no-repeat;
  }
  
  .paypal_logo {
    background: url(../images/new_footer/paypal_logo.png) 0 0/contain no-repeat;
  }
  
  .securion_pay_logo {
    background: url(../images/new_footer/securion_pay_logo.png) 0 0/contain no-repeat;
  }

  .visa_icon {
    background: url(../images/new_footer/visa@1.png) 0 0/contain no-repeat;
  }

  .mastercard_icon {
    background: url(../images/new_footer/mastercard@1.png) 0 0/contain no-repeat;
  }
}

@media screen and (max-width: 991px) {
  .logo_14_plus {
    /* position: static;
    margin: 0 auto; */
    top: 12px;
    right: 19px;
  }

  .paypal_logo {
    margin-bottom: 5px !important;
  }

  .securion_pay_logo {
    margin-bottom: 5px !important;
  }

  .visa_icon {
    margin-bottom: 15px !important;
  }

  .mastercard_icon {
    margin-bottom: 22px !important;
  }
}

.social_fb {
  width: 26px;
  height: 26px;
  background: url(../images/new_footer/social/social_fb.png) 0 0/contain no-repeat ;
}
.social_ig {
  width: 26px;
  height: 26px;
  background: url(../images/new_footer/social/social_ig.png) 0 0/contain no-repeat ;
}
.social_in {
  width: 26px;
  height: 26px;
  background: url(../images/new_footer/social/social_in.png) 0 0/contain no-repeat ;
}
.social_pn {
  width: 26px;
  height: 26px;
  background: url(../images/new_footer/social/social_pn.png) 0 0/contain no-repeat ;
}
.social_tg {
  width: 26px;
  height: 26px;
  background: url(../images/new_footer/social/social_tg.png) 0 0/contain no-repeat ;
}
.social_tw {
  width: 26px;
  height: 26px;
  background: url(../images/new_footer/social/social_tw.png) 0 0/contain no-repeat ;
}
.social_yt {
  width: 26px;
  height: 19px;
  background: url(../images/new_footer/social/social_yt.png) 0 0/contain no-repeat ;
}
.social_tiktok {
  width: 26px;
  height: 26px;
  background: url(../images/new_footer/social/social_tiktok.png) 0 0/contain no-repeat ;
}
#top-bar .social ul {
	margin-top: -2px;
	padding:0;
}
#top-bar .social ul li {
    display: inline-block;
	margin-left: 12px
}
#top-bar .social ul li a {
	display: block !important;
	image-rendering: -webkit-optimize-contrast;
}
#top-bar .social ul li a.social_yt {
	margin-top: -23px;
}