html {
  margin:0;
  padding:0;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  cursor: default;
}
*::selection {
  color: rgb(255,255,255);
  background: rgb(80,180,140);
}
* {
  box-sizing: border-box;
}
body {
  margin:0;
  padding:0;
  width: 100%;
  background-color: #fff;
  color: #161D25;
  font-family: 'Open Sans', sans-serif;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 {
  margin: 0;
  font-weight: 700;
}
i {
  font-weight: 700;
  font-style: normal;
}
.mobile {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  box-shadow: 0px 0px 80px 1px #00000017;
}
.promoscreen {
  display: inline-block;
  width: 100%;
}
.promoscreen .b1 {
  display: inline-block;
  width: 100%;
  height: 320px;
}
.promoscreen .b2 {
  display: inline-block;
  width: 100%;
  height: 160px;
}
.promoscreen .b3 {
  display: inline-block;
  width: 100%;
}
.offer {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: black;
  justify-content: space-around;
}
.plaid {
  background-image: url(i/plaid.jpg);
  background-position: center;
  background-size: cover;
}
.logo {
  position: absolute;
  top: 16px;
  left: calc(50% - 80px);
  width: 160px;
  height: 56px;
}
.logo img {
  width: 100%;
  height: auto;
}
.offer .text {
  position: absolute;
  top:33%;
  text-align: center;
}
.offer .text h2 {
  line-height: 32px;
  padding: 10px 16px;
  color: #161D25;
  background-color: #fff;
  border-radius: 8px;
}

.offer .fast {
  position: absolute;
  display: flex;
  left: -16px;
  bottom: 18px;
  padding: 16px 16px 16px 32px;
  background: #fff;
  justify-content: flex-start;
  border-radius: 16px;
  align-content: center;
  align-items: center;
}
.offer .fast img {
  width: 32px;
  height: 26px;
  margin-right: 8px;
}
.offer .fast h3 {
  font-size: 14px;
  color: #43a706;
  line-height: 20px;
}

.offer .price {
  position: absolute;
  display: flex;
  right: 16px;
  bottom: 18px;
  padding: 8px 16px;
  background: #fff;
  justify-content: flex-start;
  border-radius: 16px;
  align-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.offer .price h2 {
  width: 100%;
  font-size: 22px;
  line-height: 14px;
  margin-bottom: 8px;
  color: #4A90E2;
}
.offer .price h3 {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #161D25;
}
.offer .price h3 span {
  position: relative;
  color: #5A7184;
}
.offer .price h3 span::before {
  top: 50%;
  background:red;
  opacity:.7;
  content: '';
  width: 110%;
  position: absolute;
  height:.1em;
  border-radius:.1em;
  left: -5%;
  white-space:nowrap;
  display: block;
  transform: rotate(-15deg);  
}
.coupon {
  width: 100%;
  height: 100%;
  padding: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #ff4a55;
}

.coupon .card {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 10px 10px;
  position: relative;
}
.coupon .card::after {
  position: absolute;
  content: "";
  height: 40px;
  right: -20px;
  border-radius: 40px;
  z-index: 1;
  top: calc(50% - 20px);
  background-color: #ff4a55;
  width: 40px;
}
.coupon .card::before {
  position: absolute;
  content: "";
  height: 40px;
  left: -20px;
  border-radius: 40px;
  z-index: 1;
  top: calc(50% - 20px);
  background-color: #ff4a55;
  width: 40px;
}
.coupon .main {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-evenly;
  padding: 10px;
  align-items: center;
}
.coupon .co-img {
  display: inline-flex;
  width: 28%;
  height: 72px;
  border-right: 4px dotted #000000;
  justify-content: center;
}
.coupon .co-img img {
  width: 100%;
  max-width: 80px;
  height: auto;
}
.coupon .content {
  white-space: nowrap;
}
.coupon .content h1 {
  font-size: 30px;
  margin-left: 16px;
  line-height: 20px;
  color: #ff4a55;
}
.coupon .content h1 span {
  font-size: 18px;
}
.coupon .content h2 {
  font-size: 13px;
  margin-left: 16px;
  color: #161D25;
  line-height: 32px;
  text-transform: uppercase;
}


.contactlink {
  width: 100%;
  padding: 8px 16px;
  text-align: center;
}
.w50 {
  width: 48%;
}
.w100 {
  display: inline-flex;
  width: 100%;
  padding: 8px 0;
  justify-content: space-between;
}
.contactlink h2 {
  font-size: 18px;
  color: #161D25;
  margin: 10px 0;
  line-height: 28px;
  text-transform: uppercase;
}
.contactlink a {
  display: inline-flex;
  width: 100%;
  line-height: 52px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: inset 0px 0px 0 2px #5C6AC4;
  color: #5C6AC4;
  background-color: #5C6AC408;
  border-radius: 56px;
  justify-content: center;
  align-content: center;
}


.content {
  width: 100%;
}
.contentbox {
  width: 100%;
}
.con {
  position: relative;
  padding: 16px 0 0 0;
}
.con .image {
  width: 100%;
}
.con .image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.77)), color-stop(70%, transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.77) 0, transparent 70%);
}
.con .image img {
  width: 100%;
  height: auto;
}
.con .feature {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 0;
  padding: 16px;
  color: #fff;
  text-align: left;
}
.con .feature .title h3 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 4px 0;
}
.con .feature .text p {
  margin: 0;
  font-size: 15px;
}





.price {
  padding: 16px;
  max-width: 640px;
  margin: 0 auto;
}
.price  h2 {
  font-size: 16px;
  color: #161D25;
  margin: 10px 0 0 0;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
}
.pricebox {
  border: 1px solid #cfd6dc;
  border-radius: 8px;
  margin: 16px 0;
}
.pricesale {
  border: 1px solid #cfd6dc;
  border-radius: 8px;
  margin: 16px 0;
  padding: 8px 16px;
  font-size: 14px;
  text-align: center;
}
.pricebox .row {
  display: flex;
  min-height: 56px;
  font-size: 14px;
  border-bottom: 1px solid #cfd6dc;
  justify-content: space-between;
  align-items: center;
}
.pricebox .row:last-child {
  border: none;
}
.pricebox .col {
  display: inline-flex;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  font-weight: 700;
}
.pricebox .col-item {
  display: inline-flex;
  padding: 8px 16px;
}
.pricebox .col-price {
  display: inline-flex;
  font-weight: 700;
  padding: 8px 16px;
}
.pricebox .col-item-t {
  display: inline-flex;
  width: calc(100% - 144px);
  font-weight: 700;
  padding: 8px 0 8px 16px;
}
.pricebox .col-item-i {
  display: inline-flex;
  width: calc(100% - 144px);
  padding: 8px 0 8px 16px;
}
.pricebox .col-price-t1 {
  display: inline-flex;
  font-size: 13px;
  width: 42px;
  padding: 8px 0;
}
.pricebox .col-price-t2 {
  display: inline-flex;
  font-size: 13px;
  width: 86px;
  padding: 8px 0;
}

.pricebox .col-price-i1 {
  display: inline-flex;
  width: 52px;
  font-weight: 700;
  padding: 8px 0;
  justify-content: space-around;
}
.pricebox .col-price-i2 {
  display: inline-flex;
  width: 92px;
  font-weight: 700;
  padding: 8px 0;
  justify-content: space-around;
}




.location {
  width: 100%;
  padding: 16px;
}
.location h2 {
  font-size: 16px;
  color: #161D25;
  margin: 10px 0 0 0;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
}
.locationbox {
  width: 100%;
  max-width: 544px;
  margin: 0 auto;
}
.loc {
  padding: 16px 0 0 0;
}
.loc .title h2 {
  font-size: 18px;
  color: #161D25;
  margin: 0;
  line-height: 32px;
  text-align: left;
  text-transform: none;
}
.location .contactline {
  position: relative;
  width: 100%;
  padding-left: 34px;
  line-height: 32px;
  font-size: 14px;
}
.location .contactline .sm-ico {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-size: 24px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.location .contactline .sm-ico.phone {
  background-image: url(i/phone-call.png);
}
.location .contactline .sm-ico.map {
  background-image: url(i/map-pin.png);
}
.location .contactline .sm-ico.time {
  background-image: url(i/time-hours.png);
}

.location .contactline .phone-block {
  position: relative;
  display: inline-block;
  color: #006FBB;
}
.location .contactline .phone-block .phone-number {
  display: inline-block;
  line-height: 32px;
}

.location .contactline .phone-block .phone-number a {
  text-decoration: none;
  color: #006FBB;
  border-bottom: 1px dashed #006FBB;
}
.location .contactline .phone-block .phone-bg,
.location .contactline .phone-block .phone-show {
  display: none;
}
.location .contactline .phone-block .phone-call {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  border: 1px solid #006FBB;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 8px;
  line-height: 30px;
}
.location .contactline .phone-block .phone-call a {
  text-decoration: none;
  color: #006FBB;
}

.location .contactline .phone-block input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.location .contactline .phone-block label {
  position: relative;
  display: block;
  cursor: pointer;
}












.location .map-img {
  position: relative;
  width: 100%;
  height: 144px;
  margin: 8px 0;
  border: 1px solid #9c9cf9;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
}
.location .map-img .map-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000002e;
  border-radius: 8px;
  text-align: center;
}
.location .map-img .map-link-text {
  display: inline-block;
  margin-top: 8px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  background-color: #fff;
  padding: 8px 16px 8px 32px;
  color: #001ce0;
  background-image: url(i/onmap.png);
  background-size: 20px;
  background-position: 8px 50%;
  background-repeat: no-repeat;
}
.location .map-img.map-1 {
  background-image: url(i/map-1.png);
}
.location .map-img.map-2 {
  background-image: url(i/map-2.png);
}
.location .map-img.map-3 {
  background-image: url(i/map-3.png);
}

.faq {
  width: 100%;
  padding: 16px 16px 0 16px;
}
.faq h2 {
  font-size: 16px;
  color: #161D25;
  margin: 10px 0;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
}
.faq-item {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 16px auto;
  padding: 16px;
  max-width: 768px;
  font-size: 14px;
}
.faq-item .row {
  display: flex;
  justify-content: space-between;
}
.faq-item .question {
  font-weight: 700;
}
.faq-item input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.faq-item h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.faq-item label {
  position: relative;
  display: block;
  cursor: pointer;
  padding-right: 32px;
}
.faq-item label::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 18px;
  background-image: url(i/plus.png);
  background-size: 16px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.faq-item input[type="checkbox"]:checked ~ h3 label::before {
  background-image: url(i/minus.png);
}
.faq-item .answer {
  max-height: 0;
  overflow: hidden;
}
.faq-item .answer p {
  margin: 16px 0 0 0;
}
.faq-item input[type="checkbox"]:checked ~ h3 ~ .answer {
  max-height: 100%;
}





.messenger {
  width: 100%;
  padding: 8px 16px 0 16px;
}
.messenger-footer {
  padding: 8px 16px 40px 16px;
}
.messenger h2 {
  font-size: 16px;
  color: #161D25;
  margin: 10px 0 0 0;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
}
.messenger h3 {
  font-size: 15px;
  font-weight: 400;
  color: #161D25;
  margin: 8px 0;
  line-height: 18px;
  text-align: center;
}
.messengerbox {
  width: 100%;
  padding: 16px 0 0 0;
}
.messengerbox .messenger-item {
  display: flex;
  width: 280px;
  height: 56px;
  margin: 0 auto 16px auto;
  border-radius: 28px;
  line-height: 56px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
}
.messengerbox a {
  text-decoration: none;
}
.messengerbox .messenger-item .icon {
  width: 40px;
  height: 56px;
  background-size: 32px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.messengerbox .messenger-item.whazapp {
  background-color: #3FC250;
}
.messengerbox .messenger-item.whazapp .icon {
  background-image: url(i/whatsapp.png);
}
.messengerbox .messenger-item.telegram {
  background-color: #039BE5;
}
.messengerbox .messenger-item.telegram .icon {
  background-image: url(i/telegram.png);
}
.messengerbox .messenger-item.viber {
  background-color: #9069ae;
}
.messengerbox .messenger-item.viber .icon {
  background-image: url(i/viber.png);
}
.messengerbox .messenger-item.facebook {
  background-color: #0087ff;
}
.messengerbox .messenger-item.facebook .icon {
  background-image: url(i/facebook.png);
}

@media screen and (min-width: 768px) {

.promoscreen {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.promoscreen .b1 {
  width: calc(100% - 400px);
  height: 400px;
}
.promoscreen .b2 {
  position: absolute;
  bottom: 0;
}
.promoscreen .b3 {
  padding: 8px 16px;
}
.promoscreen .b4 {
  display: flex;
  position: relative;
  width: 400px;
  height: 400px;
  flex-direction: column;
  justify-content: space-between;
}
.logo {
  left: 24px;
}
.offer .text {
  left: 24px;
  text-align: left;
}
.offer .text h2 {
  font-size: 28px;
}
.offer .fast {
  left: 24px;
  padding: 16px;
  background: #fff;
}
.offer .price {
  left: 208px;
  padding: 8px 16px;
  right: auto;
}

.contentbox {
  text-align: center;
}
.contentbox .con {
  display: inline-block;
  width: calc(33.33333% - 40px);
  margin: 16px;
}
.con .image img {
  border-radius: 8px;
}
.con .image:before {
  border-radius: 8px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.77)), color-stop(100%, transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.77) 0, transparent 100%);
}



.location .contactline .phone-block .phone-call {
  display: none;
}
.location .contactline .phone-block .phone-show {
  position: absolute;
  top: 0;
  right: -80px;
  display: inline-block;
  border: 1px solid #006FBB;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 8px;
  line-height: 30px;
}
.location .contactline .phone-block .phone-bg {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.location .contactline .phone-block input[type="checkbox"]:checked ~ * .phone-bg,
.location .contactline .phone-block input[type="checkbox"]:checked ~ * .phone-show
 {
  display: none;
}


}
@media screen and (min-width: 860px) {
.locationbox {
  display: flex;
  justify-content: space-around;
  max-width: none;
}
.loc {
  width: 30%;
}

}


@media screen and (min-width: 640px) {
.messengerbox {
  display: flex;
  justify-content: space-evenly;
  max-width: 768px;
  margin: 0 auto;
}

}



.footer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 14px;
  font-weight: 400;
  color: #566372;
  padding: 8px 16px 32px 16px;
  line-height: 18px;
  text-align: center;
}

.footer > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  flex-direction: column;
}

.footer > div p {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .footer {
    flex-direction: row;
    align-items: center;
  }

  .footer > div {
    margin-bottom: 0;
  }
}


