.page {
  background-color: #f5f5f5;
}

.page__wrapper {
  overflow: hidden;
}

.header__wrapper {
  width: 100%;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
}

.header__container {
  padding: 35px 0;
}

.header__inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header__waves-img {
  top: 0;
  left: 0;
}

.header__waves {
  position: absolute;
     top: -193px;
    left: -138px;
  z-index: -2;
}

.header__link {
  color: white;
  font-family: "product_sansbold";
  font-size: 12px;
  text-transform: uppercase;
  transition: .3s all;
  padding: 10px 5px !important;
}

.header__link:hover {
  color: #dd092e !important;
  background-color: transparent !important;
  transition: .3s all;
}

.header__link:focus {
  color: white;
  background-color: transparent !important;
  transition: .3s all;
}

.header__link-bg {
  font-family: "product_sansbold";
  text-transform: uppercase;
  background-color: white;
  color: #535353;
  padding: 12px 52px !important;
  border-radius: 25px;
  border: 2px solid white;
  margin: 10px 0;
  cursor: pointer;
  transition: .3s all;
  box-shadow: 0px 5px 19px 1px rgba(133, 133, 132, 0.25);
}

.header__link-bg:hover{
  background-color: #dadada !important;
  border: 2px solid #dadada;
  transition: .3s all;
  box-shadow: none;
}

.header__nav {
  padding-top: 10px !important;
}

.header__login {
  margin: -15px 0 0px 20px;

}

.header__link-visible {
  font-family: "product_sansbold";
  text-transform: uppercase;
  background-color: white;
  color: #535353;
  padding: 12px 52px !important;
  border-radius: 25px;
  border: 2px solid white;
  margin: 10px 0;
  cursor: pointer;
}

.header__center-bar {
  width: 15px !important;
  height: 3px !important;
}

.navbar-nav {
  float: right;
}

.navbar-collapse {
  padding: 0;
}

ul {
  padding: 0;
}

.header__nav .dropdown-menu {
   border: none;
                      text-align: end;
                      padding: 5px;
                      border-radius: 20px;
    margin-top: 13px !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.header__inner.affix .header__logo {
  display: block;
  width: auto;
  height: 60px;
}

.navbar-toggle .icon-bar {
  border-radius: 2px;
  background-color: #535353;
  height: 3px !important;
}

.affix {
  padding: 10px 65px;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  transition: .3s all;
}

.affix .header__link:hover {
  color: white !important;
  text-decoration: underline;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-toggle {
  padding: 9px 12px;
  background-color: white;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  margin: 0;
  float: none;
}

.affix .header__waves {
  display: none;
}

.header__link-visible {
  position: relative;
}

.header__link-bg {
  position: relative;
}

.header__login-drop {
  position: absolute;
  top: 48px;
  left: 0;
  background-color: white;
  width: 100%;
  border-radius: 10px;
  transition: .3s all;
  display: none;
  opacity: 0;
}

.header__login-drop-2 {
  position: absolute;
  top: 48px;
  left: 0;
  background-color: white;
  width: 100%;
  border-radius: 10px;
  transition: .3s all;
  display: none;
  opacity: 0;
}

.header__link-drop {
  padding: 5px 5px 5px 20px;
  display: block;
  margin: 0 auto;
  font-family: "product_sansbold";
  text-transform: none !important;
  color: #959595;
  cursor: pointer;
}

.header__link-drop:hover {
  transition: .3s all;
  color: #535353;
}

.active-login {
  display: block !important;
  opacity: 1 !important;
  transition: .3s all !important;
}

.start__wrapper {
  position: relative;
  width: 100%;
  height: 667px;
  background-image: url(../img/start/bg_home_1400.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.start__wrapper:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  background-image: url(../img/shadow_bottom_1400.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
}

.start__container {
  height: 100%;
}

.start__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.start__text-block {
  transform: translateY(-50px);
  text-align: center;
  margin: 0 100px;
  position: relative;
}

.start__caption {
  padding: 0 20px;
  margin: 0;
  font-size: 36px;
  color: white;
  font-family: "product_sansbold";
}

.start__btn {
  margin: 50px 15px 15px 15px;
  color: white;
  text-transform: uppercase;
  font-family: "product_sansbold";
  border: 2px solid #dd092e;
  background-color: #dd092e;
  border-radius: 25px;
  padding: 12px 80px;
  transition: .3s all;
}

.start__btn:focus {
  outline: none;
}

.start__btn:hover {
  border: 2px solid white;
  background-color: white;
  color: #535353;
  transition: .3s all;
}

.start__btn-activate {
  margin: 50px 15px 15px 15px;
  color: #535353;
  text-transform: uppercase;
  font-family: "product_sansbold";
  border: 2px solid white;
  background-color: white;
  border-radius: 25px;
  padding: 12px 35px;
  transition: .3s all;
  box-shadow: 0px 5px 19px 1px rgba(133, 133, 132, 0.25);
}

.start__btn-activate:focus {
  outline: none;
}

.start__btn-activate:hover {
  box-shadow: none;
  border: 2px solid #dadada;
  background-color: #dadada;
  /*color: white;*/
  transition: .3s all;
}

.start__inner-fees {
  position: relative;
}

.start__fees {
  background-image: url(../img/start/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 235px;
  width: 350px;
}

.start__fees-desc {
  padding: 0 20px 0 0;
  color: white;
  font-family: "product_sansbold";
  font-size: 30px;
  text-align: right;
  line-height: 1;
}

.start__top {
  padding-top: 90px;
}

.help__wrapper {
  background-image: url(../img/help/bg_benefits_1400.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.help__wrapper:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  background-image: url(../img/shadow_bottom_1400.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
  z-index: -1;
}

.help__wrapper:after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  background-image: url(../img/shadow_top_1400.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
  z-index: -1;
}

.help__container {
  padding: 0 0 100px 0;
}

.help__top-block {
  padding: 65px 0 60px 0;
}

.help__caption {
  margin: 0 auto;
  font-size: 30px;
  font-family: "product_sansbold";
  color: white;
  display: block;
  padding: 0 20px;
  width: 365px;
  position: relative;
}

.help__caption:before {
  position: absolute;
  content: '';
  height: 70%;
  background-color: #dd092e;
  width: 3px;
  left: 0;
  top: 13%;
}

.help__caption:after {
  position: absolute;
  content: '';
  height: 70%;
  background-color: #dd092e;
  width: 3px;
  right: 0;
  top: 13%;
}

.help__item {
  text-align: center;
}

.help__img {
  height: 50px;
  width: 50px;
}

.help__line {
  width: 35px;
  height: 3px;
  background-color: #dd092e;
  margin: 15px auto 15px auto;
}

.help__icon-desc {
  font-family: "product_sansbold";
  font-size: 24px;
  color: white;
}

.app__container {
  padding: 0 0 85px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.app__top-block {
  padding: 99px 0 0 0;
  text-align: center;
}

.app__caption {
  margin: 0 auto;
  font-size: 30px;
  font-family: "product_sansbold";
  color: #535353;
  display: block;
  width: 300px;
  position: relative;
}

.app__caption:before {
  position: absolute;
  content: '';
  height: 70%;
  background-color: #dd092e;
  width: 3px;
  left: 0;
  top: 13%;
}

.app__caption:after {
  position: absolute;
  content: '';
  height: 70%;
  background-color: #dd092e;
  width: 3px;
  right: 0;
  top: 13%;
}

.app__desc {
  padding: 20px 0 0 0;
  color: #959595;
  font-family: "product_sansregular";
  font-size: 16px;
}

.app__left-block {
  padding-top: 90px;
}

.app__right-block {
  padding-top: 90px;
}

.app__caption-left {
  font-family: "product_sansbold";
  color: #535353;
  font-size: 24px;
  text-align: right;
  margin: 100px 0px 25px 150px;
  padding: 0 30px 0 0;
  position: relative;
}

.app__caption-left::after {
  position: absolute;
  content: '';
  height: 90%;
  width: 3px;
  background-color: #dd092e;
  top: 5%;
  right: 0;
}

.app__caption-left:nth-child(1) {
  margin: 38px 0 25px 150px;
}

.app__caption-right {
  font-family: "product_sansbold";
  color: #535353;
  font-size: 24px;
  text-align: left;
  margin: 0px 150px 25px 0;
  padding: 0 0 0 30px;
  position: relative;
}

.app__caption-right::after {
  position: absolute;
  content: '';
  height: 90%;
  width: 3px;
  background-color: #dd092e;
  top: 5%;
  left: 0;
}

.app__caption-right:nth-child(1) {
  margin: 38px 150px 25px 0;
}

.app__desc-left {
  font-family: "product_sansregular";
  color: #959595;
  font-size: 16px;
  text-align: right;
  padding: 0 0 0 60px;
}

.app__desc-right {
  font-family: "product_sansregular";
  color: #959595;
  font-size: 16px;
  text-align: left;
  padding: 0 110px 0 0px;
}

.app__item-img {
  text-align: center;
}

.app__img {
  margin: 0 auto;
  padding: 20px 0 0 0;
}

.mobile__wrapper {
  background-image: url(../img/mobile/bg_app_1400.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

 



.mobile__wrapper:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  background-image: url(../img/shadow_bottom_1400.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
  z-index: -1;
}

.mobile__wrapper:after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  background-image: url(../img/shadow_top_1400.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
  z-index: -1;
}

.mobile__top-block {
  padding: 90px 0 0 0;
  text-align: center;
}

.mobile__caption {
  margin: 0 auto;
  font-size: 30px;
  font-family: "product_sansbold";
  color: white;
  display: block;
  padding: 0 25px;
  width: 206px;
  position: relative;
}

.mobile__caption:before {
  position: absolute;
  content: '';
  height: 70%;
  background-color: #dd092e;
  width: 3px;
  left: 0;
  top: 13%;
}

.mobile__caption:after {
  position: absolute;
  content: '';
  height: 70%;
  background-color: #dd092e;
  width: 3px;
  right: 0;
  top: 13%;
}

.mobile__desc {
  padding: 20px 250px 0 250px;
  font-family: "product_sansregular";
  font-size: 16px;
  color: #959595;
}

.mobile__container {
  padding: 0 0 106px 0;
}

.mobile__btn-block {
  padding: 40px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.mobile__google {
  margin: 0 40px;
}

.mobile__ios {
  margin: 0 40px;
}

.mobile__img-ios {
  border-radius: 10px;
  box-shadow: 0px 5px 19px 1px rgba(133, 133, 132, 0.25);
}

.mobile__img-google {
  border-radius: 10px;
  box-shadow: 0px 5px 19px 1px rgba(133, 133, 132, 0.25);
}

.feature__container {
  padding: 60px 0;
}

.feature__caption {
  margin: 0 auto;
  font-size: 30px;
  font-family: "product_sansbold";
  color: #535353;
  display: block;
  padding: 0 20px;
  width: 318px;
  position: relative;
}

.feature__caption:before {
  position: absolute;
  content: '';
  height: 70%;
  background-color: #dd092e;
  width: 3px;
  left: 0;
  top: 13%;
}

.feature__caption:after {
  position: absolute;
  content: '';
  height: 70%;
  background-color: #dd092e;
  width: 3px;
  right: 0;
  top: 13%;
}

.feature__top-block {
  padding: 80px 0 0 0;
}

.contact__title-block-icon {
  text-align: center;
}

.contact__caption-title-icon {
  margin: 80px auto 60px auto;
  font-size: 30px;
  font-family: "product_sansbold";
  color: #535353;
  display: block;
  padding: 0 18px;
  width: 300px;
  position: relative;
}

.contact__caption-title-icon:before {
  position: absolute;
  content: '';
  height: 70%;
  background-color: #dd092e;
  width: 3px;
  left: 0;
  top: 13%;
}

.contact__caption-title-icon:after {
  position: absolute;
  content: '';
  height: 70%;
  background-color: #dd092e;
  width: 3px;
  right: 0;
  top: 13%;
}

.contact__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 15px 300px 15px;
}

.contact__inner {
  background-color: white;
  box-shadow: 0px 5px 19px 1px rgba(133, 133, 132, 0.25);
  border-radius: 10px;
  margin-top: -240px;
  margin-bottom: 40px;
}

.contact__img-icon {
  height: 48px !important;
  text-align: center !important;
  margin: 0 auto;
  display: block;
}

.contact__line-block-icon {
  background-color: #dd092e;
  margin: 20px auto;
  width: 40px;
  height: 4px;
}

.contact__li {
  color: #959595;
  font-size: 16px;
  font-family: "product_sansregular";
  list-style: none;
  padding: 0 30px 0 30px;
  line-height: 32px;
  position: relative;
}

.contact__caption-icon {
  color: #535353;
  font-family: "product_sansbold";
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.contact__top-block {
  padding: 100px 0 0 0;
}

.contact__caption {
  margin: 0 auto;
  font-size: 30px;
  font-family: "product_sansbold";
  color: #535353;
  display: block;
  padding: 0 18px;
  width: 195px;
  position: relative;
}

.contact__caption:before {
  position: absolute;
  content: '';
  height: 70%;
  background-color: #dd092e;
  width: 3px;
  left: 0;
  top: 13%;
}

.contact__caption:after {
  position: absolute;
  content: '';
  height: 70%;
  background-color: #dd092e;
  width: 3px;
  right: 0;
  top: 13%;
}

.contact__desc {
  text-align: center;
  padding: 25px 0 0 0;
  color: #959595;
  font-family: "product_sansregular";
  font-size: 16px;
  padding: 20px 200px;
}

.contact__form {
  padding: 20px 50px;
}

.contact__form-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact__item {
  width: 49%;
}

.contact__btn-block {
  text-align: center;
  padding: 40px 0 70px 0;
}

.contact__btn-send {
  margin: 0 auto;
}

.contact__send {
  position: relative;
  padding: 15px 57px;
  background-color: #dd092e;
  border: 2px solid #dd092e;
  border-radius: 40px;
  transition: .3s all;
  box-shadow: 0px 5px 19px 1px rgba(133, 133, 132, 0.25);
}

.contact__send:hover {
  background-color: #cc0a2c;
  border: 2px solid #cc0a2c;
  transition: .3s all;
  box-shadow: none;
  color: white!important;
}

.contact__send:focus {
  outline: none;
}

.contact__form-group {
  width: 100%;
}

.contact__form-control {
  border-radius: 10px;
  font-family: "product_sansregular";
  background-color: #fdfdfd;
  height: 50px;
}

.contact__textarea {
  resize: none;
  height: 100%;
}

.contact__doc-icon {
  background-color: #dd092e;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 2px;
}

textarea.form-control {
  height: 180px;
}

.vis_hidden {
  visibility: hidden;
}

.preloader {
  position: absolute;
  top: 10px;
  left: 84px;
}

.contact__send:hover .submit_text {
/*  color: #dd092e;*/
}

.submit_text {
  font-family: "product_sansbold";
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: white;
}

.form-control {
  padding: 6px 40px;
}

.with-error {
  color: #dd092e;
}

.success {
  color: green;
}

textarea[placeholder] {
  padding: 17px 40px;
}

.footer__wrapper {
  background-image: url(../img/footer/bg_footer_1400.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.footer__wrapper:after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  background-image: url(../img/shadow_top_1400.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
  z-index: -1;
}

.footer__line {
  width: 100%;
  height: 2px;
  background-color: #959595;
  margin-top: 0px;
  margin-bottom: 40px;
}

.footer__inner-block {
  height: 100%;
}

.footer__menu-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer__link {
  text-decoration: none;
  color: white;
  font-family: "product_sansbold";
  font-size: 14px;
  text-transform: uppercase;
  transition: .3s all;
  padding: 10px 5px !important;
}

.footer__link:hover {
  text-decoration: underline;
  color: white !important;
  background-color: transparent !important;
  transition: .3s all;
}

.footer__link:focus {
  text-decoration: none;
  color: white;
  background-color: transparent !important;
  transition: .3s all;
}

.footer__copy {
  color: #959595;
  text-align: right;
}

.footer__login-visible {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "product_sansbold";
  background-color: white;
  color: #535353;
  padding: 12px 52px !important;
  border-radius: 25px;
  border: 2px solid white;
  margin: 10px 0;
  cursor: pointer;
}

.footer__login {
  font-family: "product_sansbold";
  text-transform: uppercase;
  background-color: white;
  color: #535353;
  padding: 12px 52px !important;
  border-radius: 25px;
  border: 2px solid white;
  margin: 10px 0;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 5px 19px 1px rgba(133, 133, 132, 0.25);
}

.footer__login:hover{
  transition: .3s all;
  background-color: #dadada;
  box-shadow: none;
  border: 2px solid #dadada;
}

.footer__login-visible {
  position: relative;
}

.footer__login-drop-3 {
  position: absolute;
  top: -125px;
  left: 0;
  background-color: white;
  width: 100%;
  border-radius: 10px;
  transition: .3s all;
  display: none;
  z-index: 100;
}

.footer__login-drop-4 {
  position: absolute;
  top: -125px;
  left: 0;
  background-color: white;
  width: 100%;
  border-radius: 10px;
  transition: .3s all;
  display: none;
  z-index: 100;
}

.footer__link-drop {
  padding: 5px 5px 5px 20px;
  display: block;
  margin: 0 auto;
  font-family: "product_sansbold";
  text-transform: none !important;
  color: #959595;
  cursor: pointer;
}

.footer__link-drop:hover {
  transition: .3s all;
  color: #535353;
}

body {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  background: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.js-transitions-disabled {
  transition: none !important;
}

.carousel {
  position: relative;
  height: 100%;
  overflow: hidden;
  perspective: 50vw;
  perspective-origin: 50% 50%;
}

.carousel__control {
  position: absolute;
  height: 160px;
  width: 40px;
  background: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.carousel__control a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75%;
  box-sizing: border-box;
}

.carousel__control a:hover:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.carousel__control a.active:hover:before {
  background-color: rgba(0, 0, 0, 0.6);
}

.carousel__control a:first-child {
  margin-top: 15px;
}

.carousel__control a:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  padding-top: 25%;
  width: 25%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  display: block;
  margin-top: -12.5%;
}

.carousel__stage {
  position: absolute;
  margin: auto;
  transform-style: preserve-3d;
}

.spinner {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  transform-style: preserve-3d;
  transition: transform 1s;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  transform: rotateX(0);
}

.js-spin-fwd .spinner {
  transform: rotateX(-90deg);
}

.js-spin-bwd .spinner {
  transform: rotateX(90deg);
}

.js-spin-fwd .spinner--right {
  transform: rotateX(90deg);
}

.js-spin-bwd .spinner--right {
  transform: rotateX(-90deg);
}

.spinner--right {
  right: 0;
  left: auto;
}

.spinner__face {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.spinner__face.js-next {
  display: block;
  transform: rotateX(90deg);
}

.spinner--right .spinner__face.js-next {
  transform: rotateX(270deg);
}

.js-spin-bwd .spinner__face.js-next {
  transform: rotateX(-90deg);
}

.js-spin-bwd .spinner--right .spinner__face.js-next {
  transform: rotateX(-270deg);
}

.js-active {
  display: block;
}

.content {
  position: absolute;
  width: 200%;
  height: 100%;
  left: 0;
}

.spinner--right .content {
  left: -100%;
}

.content__right {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.content__right {
  right: 0;
  left: auto;
}

.content__left {
  background-repeat: no-repeat;
  background-size: cover;
}

.content__left:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.content__left h1 {
  position: absolute;
  top: 50%;
  margin-top: -3vw;
  text-align: center;
  font-family: oswald;
  font-size: 5vw;
  height: 10vw;
  opacity: 1;
  color: #fff;
  width: 100%;
  letter-spacing: 0.15em;
  line-height: 0.6;
}

.content__left span {
  font-size: 1vw;
  font-weight: 300;
  letter-spacing: 0.2em;
  opacity: 0.9;
}

.content__right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content__right .content__main {
  position: absolute;
  text-align: left;
  color: #fff;
  font-size: 1.3vw;
  padding: 0 8vw;
  line-height: 1.65;
  font-weight: 300;
  margin: 0;
  opacity: 0.8;
}

.content__right .content__main p:last-child {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.85em;
}

.content__right .content__index {
  font-size: 30vh;
  position: absolute;
  right: -1vh;
  top: 35vh;
  opacity: 0.04;
  color: #fff;
}

[data-type="iceland"] .content__left {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/215059/iceland.jpg");
}

.spinner--right [data-type="iceland"] .content__left {
  background-image: none;
}

[data-type="china"] .content__left {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/215059/china.jpg");
}

.spinner--right [data-type="china"] .content__left {
  background-image: none;
}

[data-type="usa"] .content__left {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/215059/usa.jpg");
}

.spinner--right [data-type="usa"] .content__left {
  background-image: none;
}

[data-type="peru"] .content__left {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/215059/peru.jpg");
}

.spinner--right [data-type="peru"] .content__left {
  background-image: none;
}

#p_prldr {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #3b3f49;
  z-index: 1000000000000000000;
}

.contpresmall {
  font-size: 25px;
}

.contpre {
  width: 250px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 48%;
  margin-left: -125px;
  margin-top: -75px;
  color: #fff;
  font-size: 40px;
  letter-spacing: -2px;
  text-align: center;
  line-height: 35px;
}

#p_prldr .svg_anm {
  display: block !important;
  position: absolute;
  width: 41px;
  height: 41px;
  background: url(../img/three-dots.svg) center center no-repeat;
  background-size: 41px;
  margin: -16px 0 0 -16px;
  left: 50%;
  top: 50%;
}

.modal {
  opacity: 1;
}

.modal-dialog {
  width: 880px;
}

.form-control {
  box-shadow: none;
}

.modal-body {
  padding: 80px;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
}

.buy__quantity-block-btn {
  width: 23%;
  border: 1px solid #dcdcdc;
  text-align: center;
  border-radius: 25px;
  background-color: #eee;
}

.buy__quantity-block-btn .quantity-this {
  display: block;
  padding-top: 14px;
  font-family: "product_sansbold";
}

.all_device_cards li {
  list-style: none;
}

.buy__device {
  display: flex;
  justify-content: space-between;
}

.buy__plan {
  width: 49%;
}

.buy__quantity {
  width: 23%;
  text-align: center;
  border-radius: 25px !important;
}

.buy__title-block {
  position: relative;
}

.buy__caption {
  margin: 0 auto;
  font-size: 30px;
  font-family: "product_sansbold";
  color: #535353;
  display: block;
  padding: 0 18px;
  width: 160px;
  position: relative;
}

.buy__caption:before {
  position: absolute;
  content: '';
  height: 70%;
  background-color: #dd092e;
  width: 3px;
  left: 0;
  top: 13%;
}

.buy__caption:after {
  position: absolute;
  content: '';
  height: 70%;
  background-color: #dd092e;
  width: 3px;
  right: 0;
  top: 13%;
}

.buy__desc {
  text-align: center;
  padding: 25px 0 0 0;
  color: #959595;
  font-family: "product_sansregular";
  font-size: 16px;
  padding: 20px;
}

.buy__form-group-two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.buy__form-control-two {
  height: 50px;
  width: 49%;
  background-color: #fdfdfd;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  font-family: "product_sansregular";
}

.buy__line-block {
  background-color: #dcdcdc;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
}

.buy__form-control {
  height: 50px;
  background-color: #fdfdfd;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  font-family: "product_sansregular";
}

.buy__plan-type {
  width: 49%;
  height: 46px;
  background-color: #fdfdfd;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  font-family: "product_sansregular";
}

.buy__quantity-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  background-color: #fdfdfd;
  width: 156px;
  border-radius: 25px;
  border: 1px solid #dcdcdc;
}

.buy__plus-btn {
  font-size: 18px;
  width: 60px;
  text-align: center;
  cursor: pointer;
  color: #dd092e;
  font-family: "product_sansbold";
  padding: 10px 0;
}

.buy__result-btn {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  padding: 10px 30px;
  font-family: "product_sansbold";
}

.buy__minus-btn {
  font-size: 18px;
  font-family: "product_sansbold";
  width: 60px;
  text-align: center;
  cursor: pointer;
  color: #dd092e;
  padding: 10px 0;
}

.buy__add-btn {
  background-color: #00ad5d;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "product_sansbold";
  padding: 12px 39px;
  border-radius: 25px;
  cursor: pointer;
  border: 2px solid #00ad5d;
  transition: .3s all;
  box-shadow: 0px 5px 19px 1px rgba(133, 133, 132, 0.25);
}

.buy__add-btn:hover {
  background-color: transparent;
  border: 2px solid #00ad5d;
  color: #00ad5d;
  transition: .3s all;
}

.buy__delete-btn {
  background-color: #383838;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "product_sansbold";
  padding: 12px 54px;
  border-radius: 25px;
  border: 2px solid #383838;
  cursor: pointer;
  transition: .3s all;
  box-shadow: 0px 5px 19px 1px rgba(133, 133, 132, 0.25);
}

.buy__delete-btn:hover {
  background-color: transparent;
  border: 2px solid #383838;
  color: #383838;
  transition: .3s all;
}

.buy__total {
  font-family: "product_sansbold";
  text-transform: uppercase;
  font-size: 16px;
  color: #dd092e;
  text-align: center;
  margin: 0;
  padding: 40px 0;
}

.buy__total-price {
  font-family: "product_sansbold";
  text-transform: uppercase;
  font-size: 16px;
  color: #dd092e;
}

.buy__btn-block {
  text-align: center;
}

.buy__btn-send {
  background-color: #dd092e;
  border: 2px solid #dd092e;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "product_sansbold";
  padding: 12px 80px;
  border-radius: 25px;
  cursor: pointer;
  transition: .3s all;
  box-shadow: 0px 5px 19px 1px rgba(133, 133, 132, 0.25);
}

.buy__btn-send:hover {
  background-color: transparent;
  border: 2px solid #dd092e;
  color: #dd092e;
  transition: .3s all;
}

.buy__btn-send:focus {
  outline: none;
}

.buy__btn-send:hover .submit_text {
  color: #dd092e;
}

#PaymentType-block-cart {
  margin-top: 20px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.page__wrapper {
  width: 100%;
  height: 100%;
}

.newCustomer__container {
  padding: 250px 0 0 0;
}

.newCustomer__title-block {
  text-align: center;
}

.newCustomer__title-caption {
  font-size: 30px;
  font-family: "product_sansbold";
  text-align: center;
  color: #383838;
  margin: 0 auto;
  width: 430px;
  position: relative;
}

.newCustomer__title-caption:before {
  position: absolute;
  content: '';
  height: 70%;
  background-color: #dd092e;
  width: 3px;
  left: 0;
  top: 13%;
}

.newCustomer__title-caption:after {
  position: absolute;
  content: '';
  height: 70%;
  background-color: #dd092e;
  width: 3px;
  right: 0;
  top: 13%;
}

.newCustomer__line-block {
  width: 60px;
  height: 8px;
  border-radius: 4px;
  background-color: #e53a5a;
  margin: 20px auto 20px;
}

.newCustomer__desc {
  font-size: 16px;
  font-family: "product_sansregular";
  text-align: center;
  color: #383838;
  margin: 0;
  padding: 20px 0 50px 0;
}

.newForm__wrapper .btn-group > .btn:first-child {
  height: 48px;
  border-radius: 10px;
  background-color: #fdfdfd;
  color: #959595;
  font-family: "product_sansregular";
  padding: 0 40px;
}

.newForm__wrapper .btn-group > .btn:first-child:hover {
  height: 48px;
  color: #959595;
}

.newForm__wrapper .btn-group > .btn:first-child:focus {
  outline: none;
  height: 48px;
}

.newForm__wrapper .bootstrap-select.btn-group .dropdown-menu li a {
  font-family: "product_sansregular";
  padding: 10px 40px;
  width: 100%;
  color: black;
  white-space: normal;
}

.bootstrap-select.btn-group .dropdown-menu {
  width: 100%;
}

.errors {
  color: red;
  font-family: "product_sansregular";
  font-size: 16px;
}

#codeBlock {
  width: 15% !important;
}

#mobileBlock {
  width: 83% !important;
}

.newForm__wrapper .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: black !important;
}

.newForm__container-inner-block {
  display: flex;
}

.newForm__inner {
  padding: 0;
  background-color: white;
  margin-top: 210px;
  margin-bottom: 70px;
  box-shadow: 0px 5px 19px 1px rgba(133, 133, 132, 0.25);
  border-radius: 10px;
}

.newForm__row {
  padding: 0 0 50px 0;
}

.newForm__form {
  padding: 70px;
}

.newForm__label {
  color: #898989;
  font-size: 16px;
  font-family: "product_sansregular";
  font-weight: 300;
}

.newForm__radio-label {
  margin-left: 10px;
}

.newForm__radio-input {
  margin: 4px 0 0 5px !important;
  height: 20px;
  width: 20px;
  transform: translateY(5px);
}

.newForm__payment {
  color: #898989;
  font-size: 16px;
  font-family: "product_sansregular";
}

.newForm__input-caption {
  position: relative;
  font-size: 22px;
  font-family: "product_sansbold";
  color: #383838;
  padding: 0 0 0px 20px;
  margin: 0 0 20px 0;
}

.newForm__input-caption::before {
  position: absolute;
  content: '';
  height: 90%;
  width: 3px;
  background-color: #dd092e;
  top: 5%;
  left: 0;
}

.newForm__form-control {
  border: 1px solid #ccc;
  background-color: #fdfdfd;
  color: black;
  font-family: "product_sansregular";
  height: 48px;
  border-radius: 10px;
}

.newForm__row-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.newForm__form-two {
  width: 49%;
}

.newForm__device-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.newForm__device-button {
  display: inline-block;
  font-size: 16px;
  color: white;
  font-family: "product_sansbold";
  padding: 12px 22px;
  border: 0;
  text-transform: uppercase;
  border-radius: 50px;
  transition: .3s all;
  margin: 0 0 20px 0;
  background-color: #383838;
  box-shadow: 0px 5px 19px 1px rgba(133, 133, 132, 0.25);
}

.newForm__device-button:hover {
  transition: .3s all;
  color: white;
  text-decoration: none;
  background-color: #383838;
}

.newForm__device-button:focus {
  outline: none;
  text-decoration: none;
  color: white;
}

.newForm__device-button:active {
  outline: none;
}

.newForm__btn-send {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: white;
  font-family: "product_sansbold";
  padding: 16px 85px;
  border: 0;
  background-color: #dd092e;
  box-shadow: 0px 5px 19px 1px rgba(133, 133, 132, 0.25);
  border-radius: 50px;
  transition: .3s all;
}

.newForm__btn-send:hover {
  transition: .3s all;
  color: white;
  text-decoration: none;
  background-color: #383838;
}

.newForm__btn-send:focus {
  outline: none;
  text-decoration: none;
  color: white;
}

.newForm__btn-send:active {
  outline: none;
}

.newForm__btn-block {
  display: flex;
  justify-content: center;
}

.newForm__delite-button {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 20px;
  right: 20px;
}

.all_device_cards {
  padding: 0;
  margin: 0;
}

.detail_close {
  height: 16px;
}

.newForm__device-block-1-wrapper {
  position: relative;
  list-style: none;
  background-color: #f0eff6;
  padding: 50px 20px;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: white;
}

.submit_text {
  padding: 0;
  margin: 0;
}

.info {
  padding: 20px 0 0 0;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: black;
  background-color: white;
  border: 1px solid #e8e8e8;
  height: 38px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  height: 100%;
  background-color: white;
  border: 1px solid #e8e8e8;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #f5f5f5;
}

.modal {
  z-index: 100000;
}

.activationModal__line-block {
  width: 60px;
  height: 8px;
  border-radius: 4px;
  background-color: #e53a5a;
  margin: 20px auto 5px;
}

.activationModal__caption {
  padding-top: 35px;
  text-align: center;
  font-size: 30px;
  color: #535353;
  font-family: "product_sansbold";
}

.activationModal__desc {
  text-align: center;
  font-size: 16px;
  font-family: "product_sansregular";
  color: #535353;
  padding: 0;
  margin: 0;
}

.activationModal__btn-block {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.activationModal__btn {
  text-align: center;
  width: 35%;
  border: 0;
  padding: 16px 10px;
  background-color: #535353;
  display: block;
  border-radius: 36px;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "product_sansbold";
  text-decoration: none;
  transition: .3s all;
  margin: 15px;
  box-shadow: 0px 5px 19px 1px rgba(133, 133, 132, 0.25);
}

.activationModal__btn:hover {
  transition: .3s all;
  background-color: #e53a5a;
  box-shadow: 1px 2px 0px 0px rgba(182, 36, 63, 0.6), inset 1px 2px 0px 0px rgba(182, 36, 63, 0.6);
  color: white;
  text-decoration: none;
}

.activationModal__btn:focus {
  text-decoration: none;
  color: white;
  outline: none;
}

.activationModal__btn-two {
  text-align: center;
  width: 35%;
  border: 0;
  padding: 16px 10px;
  background-color: #e53a5a;
  display: block;
  border-radius: 36px;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "product_sansbold";
  text-decoration: none;
  transition: .3s all;
  margin: 0;
  box-shadow: 0px 5px 19px 1px rgba(133, 133, 132, 0.25);
}

.activationModal__btn-two:hover {
  box-shadow: 1px 1.732px 0px 0px rgba(124, 124, 124, 0.6), inset 0.749px 1.854px 0px 0px rgba(85, 85, 85, 0.004);
  transition: .3s all;
  background-color: #e53a5a;
  color: white;
  text-decoration: none;
}

.activationModal__btn-two:focus {
  text-decoration: none;
  color: white;
  outline: none;
}

#myModal3 .modal-body {
  padding: 20px 60px 60px 60px;
}

#myModal3 .close {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}

#myModal3 .modal-header {
  border: none;
  position: relative;
}

#PaymentType-block {
  display: none;
}

.displayBlock {
  display: block !important;
}

.preloader {
  position: absolute;
  top: 10px;
  left: 71px;
}

.newForm__device-block-1-wrapper {
  margin-top: 30px;
}

.ex-customer .footer__line {
  height: 0;
}

.ex-customer .header__nav {
  margin-top: 10px;
}

.ex-customer .header__wrapper {
  background-color: #383838;
}

.ex-customer .header__logo {
  height: 80px;
}

.ex-customer .header__container {
  padding: 15px 0;
}

.info {
  padding: 40px 0 0 0;
  text-align: center;
}

.ex-customer .footer__wrapper {
  opacity: 1;
}

.new-customer .footer__wrapper {
  opacity: 1;
}

.new-customer .footer__line {
  height: 0;
}

.new-customer .header__nav {
  margin-top: 10px;
}

.new-customer .header__wrapper {
  background-color: #383838;
}

.new-customer .header__logo {
  height: 80px;
}

.new-customer .header__container {
  padding: 15px 0;
}

.bootstrap-select {
  height: initial;
  min-height: 34px;
}

.cart__modal-top-caption {
  text-align: center;
  color: #535353;
  font-family: "product_sansbold";
  font-size: 30px;
  position: relative;
  width: 160px;
  margin: 0 auto;
}

.cart__modal-top-caption:before {
  position: absolute;
  content: '';
  height: 70%;
  background-color: #dd092e;
  width: 3px;
  left: 0;
  top: 13%;
}

.cart__modal-top-caption:after {
  position: absolute;
  content: '';
  height: 70%;
  background-color: #dd092e;
  width: 3px;
  right: 0;
  top: 13%;
}

.cart__modal-top-desc {
  text-align: center;
  color: #959595;
  font-family: "product_sansregular";
  padding: 0 0 20px 0;
}

.cart__modal-dialog {
  margin-top: 10% !important;
}

.cart__nav {
  background-color: #13120d;
  border-radius: 50px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  margin: 20px 20px 40px 20px;
}

.cart__link {
  background-color: transparent;
  color: #a2a2a2;
  font-family: "product_sansbold";
  font-size: 14px;
  text-decoration: none;
  border: none !important;
  padding: 15px !important;
}

.cart__link-visible {
  display: none;
}

.cart__link:hover {
  text-decoration: none;
  border: none;
  color: white;
}

.cart__tab-content {
  margin: 0 20px 20px 20px;
}

.cart__thead {
  color: #383838;
}

.cart__tbody {
  font-family: "product_sansregular";
  color: #555555;
}

.cart__price {
  color: #f83454;
}

.cart__btn-block {
  margin: 0 0px 20px 20px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.cart__btn {
  padding: 12px 20px;
  border: none;
  text-transform: uppercase;
  color: white;
  font-family: "product_sansbold";
}

.cart__shopping {
  background-color: #383838;
  border-radius: 50px;
  border: 2px solid #383838;
  transition: .3s all;
}

.cart__shopping:hover {
  transition: .3s all;
  border: 2px solid #e8e8e8;
  background-color: transparent;
  color: #383838;
}

.cart__shopping:focus {
  outline: none;
}

.cart__back {
  background-color: #383838;
  border-radius: 50px;
  border: 2px solid #383838;
  transition: .3s all;
  padding: 12px 76px;
}

.cart__back:hover {
  transition: .3s all;
  border: 2px solid #e8e8e8;
  background-color: transparent;
  color: #383838;
}

.cart__back:focus {
  outline: none;
}

.cart__checkout {
  background-color: #f83454;
  border-radius: 50px;
  padding: 12px 50px;
  margin: 0 0 0 20px;
  border: 2px solid #f83454;
  transition: .3s all;
}

.cart__checkout:hover {
  transition: .3s all;
  border: 2px solid #f83454;
  background-color: transparent;
  color: #383838;
}

.cart__checkout:focus {
  outline: none;
}

.cart__close-icon {
  width: 10px;
  height: 10px;
}

.cart__close {
  margin: 12px 20px 0 0;
  opacity: 1;
  transition: .3s all;
}

.cart__close:hover {
  transition: .3s all;
}

.cart__close:focus {
  outline: none;
}

.cart__close-td {
  transition: .3s all;
  opacity: 1;
}

.cart__close-td:hover {
  transition: .3s all;
}

.cart__close-td:focus {
  outline: none;
}

.cart__customer-device {
  border-radius: 15px;
  width: 100%;
  background-color: #eee;
}

.cart__customer-total {
  padding: 15px 40px !important;
  border-radius: 15px;
  width: 100%;
  height: 46px;
  background-color: #eee;
  margin-top: 15px;
}

.cart__customer-ul {
  width: 100%;
  padding: 0;
  margin: 0;
}

.cart__customer-li {
  width: 100%;
  list-style: none;
}

.cart__purchase-adress {
  margin: 20px 0 0 0;
  color: #383838;
  background-color: #eee;
  padding: 10px 40px;
  border-radius: 15px;
  font-family: "product_sansregular";
}

.cart__purchase-elements {
  margin: 20px 0 0 0;
  color: #383838;
  background-color: #e8e8e8;
  padding: 10px 40px;
  border-radius: 15px;
  font-family: "product_sansregular";
}

.cart__purchase-price {
  font-family: "product_sansregular";
  margin: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
  border-radius: 15px;
}

.cart__purchase-price-caption {
  display: block;
  padding: 0;
  margin: 0;
}

.cart__purchase-price-money {
  padding: 0;
  margin: 0;
  display: block;
  color: white;
}

.cart__form .form-group input {
  font-family: "product_sansregular";
  border-radius: 10px;
  height: 46px;
  padding: 0px 40px 0 40px;
}

.cart__form-caption {
  padding: 20px 0 0 0;
  font-family: "product_sansbold";
  font-size: 18pxs;
  color: #383838;
}

.cart__line-block {
  width: 100%;
  height: 2px;
  background-color: #e8e8e8;
  margin: 20px 0;
}

.cart__row {
  width: 100%;
}

.cart__row-two {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.cart__form-group-two {
  width: 49%;
}

.cart__label-offers {
  font-weight: 500;
  transform: translateY(-3px);
  padding: 0;
  margin: 0;
  font-family: "product_sansregular";
  color: #383838;
}

.cart__select-payment {
  width: 100% !important;
  margin-bottom: 40px;
}

.cart__select-option {
  width: 100%;
}

.cart__type {
  display: block;
  margin-top: 2px;
  font-weight: bold;
  color: #f83b5a;
}

.cart__type:first-child {
  transform: translateY(1px);
}

.cart__type-minus {
  margin: 1px 0 0 0;
}

.cart__type-number {
  color: #383838;
}

.cart__type-header-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 20px 10px 0;
  border-bottom: 2px solid #e8e8e8;
}

.cart__type-header-li {
  list-style: none;
  color: #383838;
  font-size: 18px;
  font-family: "product_sansbold";
  width: 23%;
}

.cart__type-header-li:first-child {
  width: 31%;
}

.cart__type-quantity {
  display: flex;
  justify-content: space-between;
  width: 100px;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
}

.cart__type-quantity-plus {
  cursor: pointer;
  text-align: center;
  width: 30px;
  border-right: 1px solid #f0f0f0;
}

.cart__type-quantity-minus {
  cursor: pointer;
  text-align: center;
  width: 30px;
  border-left: 1px solid #f0f0f0;
}

.cart__type-body-ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 20px 10px 0;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}

.cart__type-body-li {
  list-style: none;
  width: 23%;
  color: #555555;
  font-family: "product_sansregular";
}

.cart__type-body-li:first-child {
  width: 31%;
}

.cart__type-close {
  z-index: 100;
  position: absolute;
  top: 10px;
  right: 0;
  cursor: pointer;
}

.cart__type-close img {
  height: 10px;
  width: 10px;
}

.cart__main {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.cart__customer-shipping {
  border-radius: 15px;
  width: 100%;
  height: 46px;
  background-color: #eee;
  padding: 15px 40px;
  margin-top: 15px;
}

.cart__two-type-group {
  width: 48%;
}

.cart__row-inner-payment {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cart__form-two-payment {
  font-family: "product_sansregular";
  border-radius: 7px;
  height: 46px;
}

.cart__payment-caption {
  padding: 20px 0 0 0;
  font-family: "product_sansbold";
  font-size: 18px;
  color: #383838;
}

.cart__row {
  margin-bottom: 15px;
}

.cart__customer-total {
  padding: 10px 40px;
}

.cart__customer-device {
  padding: 10px 40px;
}

.cart__tab-content {
  margin: 0 25px 20px 25px;
}

.btn-group > .btn:first-child {
  height: 46px;
  border-radius: 10px;
  color: #555;
  padding: 10px 40px;
  border: 1px solid #ccc;
}

/*.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  height: 46px;
}*/

.msg-error {
  padding: 20px 0 0 0;
  text-align: center;
  font-size: 16px;
  color: #f83454;
  font-family: "product_sansbold";
}

.cart__li.active .cart__link-visible {
  display: inline-block;
}

input[type=checkbox], input[type=radio] {
  margin: 10px 0 0 15px;
}

.form-control:focus {
  box-shadow: none;
}

.success {
  text-align: center;
  font-size: 16px;
  color: green;
  font-family: "product_sansbold";
}

#customer-info-device-name2 {
  font-family: "product_sansregular";
  font-family-padding: 5px 0 0 0;
}

#customer-info-total-price2 {
  font-family: "product_sansregular";
}

#customer-info-shipping {
  font-family: "product_sansregular";
}

#customer-info-device-name {
  display: inline-block;
  padding: 5px 0 0 0;
}

#customer-info-total-price {
  display: inline-block;
}

.btn-send-final {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.btn-send-final .preloader {
  top: 13px;
  left: 49%;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  font-family: "product_sansregular" !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: 0;
  color: white;
}

.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent !important;
}

.empty {
  font-family: "product_sansbold";
  color: #dd092e;
  text-transform: uppercase;
  text-align: center;
}

.displayNo {
  display: none;
}

.dropdown-submenu {
  cursor: pointer;
}

.disp-block {
  display: block !important;
}

.disp-block-two {
  display: block !important;
  left: 162px !important;
  top: 0 !important;
}

.dropdown-menu-two {
  position: absolute;
  /* top: 100%; */
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 10px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #13120d;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.label {
  cursor: pointer !important;
}

.typeBuy {
  width: 100% !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.displayBlock {
  display: block;
}

.displayNone {
  display: none;
}

#paypal-button-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  opacity: 0.00001;
}

.paypal-button-container {
  height: 100% !important;
}

.thank__error {
  margin: 20px 15px 15px 15px;
  color: white;
  text-transform: uppercase;
  font-family: "product_sansbold";
  border: 2px solid #dd092e;
  background-color: #dd092e;
  border-radius: 25px;
  padding: 12px 80px;
  transition: .3s all;
}

.thank__btn-2 {
  margin: 20px 15px 15px 15px;
  color: white;
  text-transform: uppercase;
  font-family: "product_sansbold";
  border: 2px solid #83c550;
  background-color: #83c550;
  border-radius: 25px;
  padding: 12px 80px;
  transition: .3s all;
}

.thank__erorr-img {
  width: 152px;
  height: 152px;
}

.paypal-button-container {
  height: 60px !important;
}

.paypal-button:not(.paypal-button-card) {
  height: 100px !important;
}

.xcomponent-outlet {
  width: 100% !important;
  height: 113px !important;
}

.paypal-button.paypal-button-shape-pill {
  height: 55px !important;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  font-family: "product_sansregular" !important;
  padding: 10px 40px;
}

.hidden {
  display: none;
}

.fancybox-title a {
  color: #fff;
}

.fancybox-title a .fancybox {
  width: 200px !important;
}

.fancy-img {
  width: 200px;
  box-shadow: 0px 5px 19px 1px rgba(133, 133, 132, 0.25);
}

.fancybox-skin {
  padding: 0 !important;
  margin: 0;
}

.fancybox-prev {
  left: -100px;
}

.fancybox-prev span {
  background-image: url(../img/gallery/arrow_left.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 50px;
}

.fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden !important;
}

.fancybox-next {
  right: -100px;
}

.fancybox-next span {
  background-image: url(../img/gallery/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 50px;
}

.fancybox-prev span {
  visibility: visible;
}

.fancybox-next span {
  visibility: visible;
}

.gal__wrapper {
  position: relative;
}

.gal__wrapper:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  background-image: url(../img/gallery/shadow.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
  z-index: -1;
}

.gal__container {
  padding: 60px 15px 100px 15px;
}

.gal__gallery-inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.gal__item-slide {
  width: 17%;
  margin-top: 50px;
  transition: .3s all;
}

.gal__top {
  margin-top: 0px;
  transition: .3s all;
}

.gal__caption {
  margin: 0 auto;
  font-size: 30px;
  font-family: "product_sansbold";
  color: #535353;
  display: block;
  padding: 0 20px;
  width: 140px;
  position: relative;
}

.gal__caption:before {
  position: absolute;
  content: '';
  height: 70%;
  background-color: #dd092e;
  width: 3px;
  left: 0;
  top: 13%;
}

.gal__caption:after {
  position: absolute;
  content: '';
  height: 70%;
  background-color: #dd092e;
  width: 3px;
  right: 0;
  top: 13%;
}

.fancybox-inner {
  width: 350px !important;
  height: 600px !important;
}

.fancybox-opened .fancybox-skin {
  box-shadow: none;
}

.fancybox-skin {
  background-color: transparent;
  display: flex;
  transition: .3s all !important;
}

.fancybox-title-float-wrap .child {
  display: block !important;
  margin: 0 !important;
  white-space: normal !important;
  padding: 15px 40px !important;
  background-color: white !important;
  color: #383838 !important;
  border-radius: 50px !important;
  text-shadow: none !important;
  font-family: "product_sansbold";
  font-size: 16px;
  width: 400px !important;
}

.fancybox-opened {
  background-color: transparent;
  transition: .3s all !important;
}

.fancybox-title-float-wrap {
  position: static !important;
  right: 0 !important;
  margin-bottom: 0 !important;
}

.fancybox-title-float-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-left: 170px !important;
}

.fancybox-nav span {
  margin-top: -26px !important;
}

.thank__block {
  text-align: center;
}

.cart__line-block-modal {
  height: 1px;
  background-color: #dcdcdc;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.thank__caption {
  margin: 0 auto;
  font-size: 30px;
  font-family: "product_sansbold";
  color: #535353;
  display: block;
  position: relative;
}

.thank__desc {
  padding: 20px 0 0 0;
  color: #959595;
  font-family: "product_sansregular";
  font-size: 16px;
}

.thank__btn {
  margin: 15px auto;
  color: white;
  text-transform: uppercase;
  font-family: "product_sansbold";
  border: 2px solid #dd092e;
  background-color: #dd092e;
  border-radius: 25px;
  padding: 13px 80px;
  transition: .3s all;
}

.thank__btn:focus {
  outline: none;
}

.thank__btn:hover {
  border: 2px solid white;
  background-color: white;
  color: #535353;
  transition: .3s all;
}

.thank__modal-body {
  text-align: center;
}

#modal-sales .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover{
  height: 46px!important;
}

.glyphicon-ok:before{
  -webkit-background-size: cover;
  background-size: cover;
}

.activ__form-wrapper .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover{
  height: 46px !important;
  border-radius: 10px;
  font-family: "product_sansregular";
}

#myModal3 .modal-img-close{
  transform: translateX(-10px) translateY(-10px);
}