@media screen and (min-width: 1200px) 
  {
    .w-container 
    {
      max-width: 1170px;
    }
  }
input:required {
      box-shadow:none;
  }

.header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 50px;
  padding-top: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
}

.first {
  display: block;
  padding-top: 0px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.garant {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 0px;
}

.footer {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-wrap {
  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;
}

.phone {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  font-family: MuseoSans, sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.logo {
  width: 35px;
  height: 35px;
  margin-right: 20px;
}

.logo-text {
  font-family: MuseoSans, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
}

.first-heading {
  display: inline-block;
  margin-top: 110px;
  margin-bottom: 20px;
  padding: 17px 20px 15px;
  background-image: -webkit-linear-gradient(270deg, #007ae6, #007ae6);
  background-image: linear-gradient(180deg, #007ae6, #007ae6);
  font-family: MuseoSans, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 45px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.second-heading {
  display: block;
  margin-top: 80px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: MuseoSans, sans-serif;
  color: #fff;
  font-size: 37px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.plus-wrap {
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plus-img {
  height: 40px;
}

.plus-heading {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: MuseoSans, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.cta-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: MuseoSans, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.cta-heading.footer-cta {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #333;
}

.cta-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 20px 25px;
  font-family: MuseoSans, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
}

.cta-text.footer-cta {
  margin-bottom: 30px;
  color: #333;
  font-size: 19px;
  font-weight: 500;
}

.cta-text.under-cta {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

.cta-text.under-cta.cta-second {
  margin-bottom: 0px;
  color: #000;
}

.cta-button {
  padding: 28px 40px 25px;
  border-bottom: 3px solid #be3939;
  border-radius: 100px;
  background-color: #fd3e3e;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: MuseoSans, sans-serif;
  font-size: 21px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.cta-button:hover {
  background-color: #d62f2f;
}

.cta-button.form-footer {
  width: 350px;
  margin-top: 10px;
  border-bottom-color: #08528d;
  background-color: #2180ce;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cta-button.form-footer:hover {
  background-color: #0c66b1;
}

.cta-wrap {
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 50px;
  -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;
  border-top: 1px none #e5e5e5;
  border-bottom: 1px none #e5e5e5;
  background-color: rgba(0, 0, 0, .65);
}

.cta-wrap.footer-cta {
  display: none;
  padding-top: 10px;
  padding-bottom: 40px;
  border-top-style: solid;
  border-bottom-style: solid;
  background-color: #f2f2f2;
}

.garant-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: MuseoSans, sans-serif;
  font-size: 19px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.garant-img {
  margin-top: 0px;
  margin-bottom: 10px;
}

.garant-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: MuseoSans, sans-serif;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  text-align: center;
}

.garant-first-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: MuseoSans, sans-serif;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.garant-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-number {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: MuseoSans, sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.garant-text-wrap {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.garant-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.first-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plus-block {
  display: block;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 20px 20px 15px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
}

.garant-block {
  margin-bottom: 60px;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: MuseoSans, sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.footer-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-form-block {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-form-input {
  width: 350px;
  height: 60px;
  padding: 10px 15px;
  border: 1px solid #c2bfbf;
  font-family: MuseoSans, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 400;
}

.footer-form-input.textarea {
  height: 100px;
}

.footer-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-text-1 {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: MuseoSans, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}

.footer-text-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: MuseoSans, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}

.thx-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: MuseoSans, sans-serif;
  font-size: 37px;
  font-weight: 900;
  text-align: center;
}

.thx-text-1 {
  padding: 10px;
  font-family: MuseoSans, sans-serif;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
}

.thx-text-2 {
  margin-top: 40px;
  padding: 10px;
  font-family: MuseoSans, sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}

.thx-link {
  padding: 10px 5px;
  font-family: MuseoSans, sans-serif;
  color: #333;
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
}

.thx-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lic-text {
  padding-left: 10px;
  font-family: MuseoSans, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.lic-check {
  width: 20px;
  height: 20px;
  margin-left: -20px;
}

.lic-link {
  color: #fffdfd;
  text-decoration: underline;
}

.text-span-2 {
  font-weight: 700;
  text-transform: none;
}

.item-check-wrap {
  position: absolute;
  z-index: 11000;
  display: none;
  width: 250px;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
}

.questions-2 {
  display: none;
  opacity: 0;
}

.questions-3 {
  display: none;
  opacity: 0;
}

.questions-4 {
  display: none;
  opacity: 0;
}

.questions-5 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.item-check-wrap-2 {
  position: absolute;
  z-index: 11000;
  display: none;
  width: 250px;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
}

.item-check-wrap-3 {
  position: absolute;
  z-index: 11000;
  display: none;
  width: 250px;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
}

.item-check-wrap-4 {
  position: absolute;
  z-index: 11000;
  display: none;
  width: 250px;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
}

.popup-section {
  position: fixed;
  z-index: 20000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
  opacity: 0;
}

.popup-contein {
  margin-top: 5%;
}

.exit-popup {
  display: block;
  width: 100%;
  height: 50px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  background-image: url('../images/close.png');
  background-position: 50% 50%;
  background-size: 75px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.exit-popup:hover {
  opacity: 0.7;
}

.popup-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: MuseoSans, sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.step-section {
  position: fixed;
  z-index: 20000;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
  opacity: 1;
}

.step-contein {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-heading {
  margin-top: 0px;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: MuseoSans, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.step-row {
  display: block;
}

.step-col {
  padding-right: 15px;
  padding-left: 15px;
}

.step-item-wrap {
  min-width: 200px;
  cursor: pointer;
}

.step-item-text {
  padding: 15px 10px;
  background-color: #0098ff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: MuseoSans, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.step-item-text:hover {
  background-color: #0478c7;
}

.step-yes {
  height: 100px;
  background-image: url('../images/if_thumb_up_328005.png');
  background-position: 50% 50%;
  background-size: 75px;
  background-repeat: no-repeat;
}

.step-no {
  height: 100px;
  background-image: url('../images/if_thumb_down_328075.png');
  background-position: 50% 50%;
  background-size: 75px;
  background-repeat: no-repeat;
}

.link-buy {
  display: block;
  min-width: 200px;
  text-decoration: none;
}

.gallery-row {
  margin-top: 0px;
  margin-bottom: 0px;
}

.gallery-col-right {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.slide {
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: linear-gradient(180deg, transparent, transparent);
}

.mask {
  background-color: transparent;
}

.gallery-text-left {
  width: 100%;
  height: 60px;
  padding: 20px 20px 20px 5px;
  font-family: MuseoSans, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.slide-nav {
  display: none;
}

.left-arrow {
  width: 5%;
}

.right-arrow {
  width: 5%;
}

.gallery-col-left {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.gallery-text-right {
  width: 100%;
  padding: 20px 5px 20px 20px;
  font-family: MuseoSans, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.icon {
  margin-top: 190px;
  padding-top: 0px;
}

.icon-2 {
  margin-top: 190px;
}

.second-heading2 {
  display: block;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 15px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  font-family: MuseoSans, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.price {
  font-weight: 700;
}

@media (max-width: 991px) {
  .logo-text {
    font-size: 12px;
  }
  .first-heading {
    font-size: 35px;
  }
  .second-heading {
    font-size: 20px;
  }
  .plus-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .plus-heading {
    font-size: 16px;
  }
  .cta-heading {
    font-size: 27px;
  }
  .footer-form-input {
    height: 60px;
  }
  .lic-text {
    line-height: 18px;
  }
  .left-arrow {
    width: 10%;
  }
  .right-arrow {
    width: 10%;
  }
  .icon {
    margin-top: 180px;
  }
  .icon-2 {
    margin-top: 180px;
  }
  .second-heading2 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  .first-heading {
    margin-top: 90px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 25px;
    line-height: 30px;
  }
  .second-heading {
    margin-top: 70px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 17px;
    line-height: 20px;
  }
  .plus-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cta-heading {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 25px;
  }
  .cta-heading.footer-cta {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .cta-text {
    font-size: 15px;
    line-height: 23px;
  }
  .cta-text.footer-cta {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 22px;
  }
  .cta-button {
    font-size: 19px;
  }
  .garant-first-heading {
    font-size: 30px;
  }
  .footer-heading {
    font-size: 30px;
  }
  .footer-text-1 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .footer-text-2 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .thx-heading {
    font-size: 30px;
  }
  .thx-text-1 {
    font-size: 23px;
  }
  .thx-text-2 {
    font-size: 19px;
  }
  .thx-link {
    font-size: 19px;
  }
  .lic-text {
    line-height: 18px;
  }
  .popup-heading {
    font-size: 30px;
  }
  .step-heading {
    font-size: 30px;
  }
  .gallery-col-right {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gallery-text-left {
    padding-left: 20px;
    text-align: center;
  }
  .left-arrow {
    width: 40px;
  }
  .right-arrow {
    width: 40px;
  }
  .gallery-col-left {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gallery-text-right {
    padding-right: 20px;
    text-align: center;
  }
  .icon {
    margin-top: 350px;
  }
  .icon-2 {
    margin-top: 350px;
  }
  .second-heading2 {
    margin-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 17px;
    line-height: 20px;
  }
}

@media (max-width: 479px) {
  .header {
    height: 50px;
  }
  .first {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/4.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/4.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .phone-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .phone {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    font-size: 21px;
    text-align: center;
  }
  .first-heading {
    margin-top: 90px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 23px;
    line-height: 25px;
  }
  .second-heading {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }
  .plus-heading {
    font-size: 17px;
  }
  .cta-heading {
    font-size: 21px;
  }
  .cta-heading.footer-cta {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .cta-text {
    line-height: 20px;
  }
  .cta-text.footer-cta {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
  }
  .cta-text.under-cta {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 15px;
  }
  .cta-button {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 16px;
  }
  .cta-button.form-footer {
    width: 290px;
  }
  .garant-first-heading {
    padding: 10px 5px;
    font-size: 24px;
  }
  .plus-block {
    margin-top: 20px;
  }
  .footer-heading {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 24px;
    line-height: 27px;
  }
  .footer-form-input {
    width: 290px;
    height: 60px;
  }
  .footer-form {
    width: 300px;
  }
  .footer-text-1 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 17px;
  }
  .footer-text-2 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 17px;
  }
  .thx-heading {
    line-height: 30px;
  }
  .thx-text-1 {
    font-size: 21px;
  }
  .lic-wrap {
    margin-left: 5px;
  }
  .lic-text {
    padding-right: 5px;
    line-height: 17px;
  }
  .lic-check {
    margin-left: -20px;
  }
  .questions-5 {
    display: none;
    opacity: 0;
  }
  .exit-popup {
    width: 100%;
    height: 45px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .popup-heading {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 24px;
    line-height: 27px;
  }
  .step-heading {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 24px;
    line-height: 27px;
  }
  .step-item-wrap {
    min-width: 100px;
  }
  .link-buy {
    min-width: 100px;
  }
  .gallery-col-right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-arrow {
    width: 40px;
  }
  .right-arrow {
    width: 40px;
  }
  .gallery-col-left {
    padding-right: 20px;
    padding-left: 20px;
  }
  .icon {
    margin-top: 10px;
  }
  .icon-2 {
    margin-top: 10px;
  }
  .second-heading2 {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }
}

@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/MuseoSansBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/MuseoSansBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/MuseoSansLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/MuseoSansMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/MuseoSansRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}