* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

body {
  background-color: #ffffff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.button {
  background-color: #bd9d86;
  border: none;
  padding: 20px 70px;
  border: 1px solid #bd9d86;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button:hover {
  background-color: #2b4748;
  border: 1px solid  #bd9d86;
}

.button a {
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

.right-line {
  background: url(../img/v1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 289px;
  z-index: -1;
  position: absolute;
  right: -26px;
  top: 423px;
}

.r {
  background: url(../img/v1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 497px;
  width: 289px;
  z-index: -1;
  position: absolute;
  right: -26px;
}

.left-line {
  background: url(../img/v2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 302px;
  z-index: -1;
  position: absolute;
  left: -65px;
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 983px;
  }
  .right-line,
  .left-line,
  .r {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media screen and (max-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media screen and (max-width: 480px) {
  .container {
    max-width: 440px;
  }
}

.header {
  background-color: #262626;
  height: 40px;
  width: auto;
}

.header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-socials, .header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
}

.instagram {
  background: url(../img/insta.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
}

.telegram {
  background: url(../img/telegram.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-left: 25px;
}

.viber {
  background: url(../img/viber.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 18px;
  height: 20px;
  margin-left: 25px;
}

.skype {
  background: url(../img/skype.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-left: 25px;
}

.phone1,
.phone2 {
  background: url(../img/phone.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 15px;
  height: 15px;
  margin-left: 25px;
  margin-top: 3px;
}

.email {
  background: url(../img/email.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-left: 25px;
}

.instagram:hover,
.telegram:hover,
.viber:hover,
.skype:hover,
.phone1:hover,
.phone2:hover,
.email:hover {
  opacity: 0.5;
}

.phone-number {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
}

.phone-number,
.email-adress {
  color: #fff;
  margin: 4px 10px 0 10px;
  font-size: 0.8rem;
}

.phone-number:hover,
.email-adress:hover {
  color: #bd9d86;
}

@media screen and (max-width: 1440px) {
  .header {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .email,
  .email-adress {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .header {
    height: 35px;
  }
  .header-socials {
    display: none;
  }
  .header-links {
    margin: 0 auto;
  }
  .phone1 {
    margin-left: 0;
    margin-right: 10px;
  }
  .phone2 {
    display: none;
  }
  .phone-number {
    margin-left: 0;
    font-size: 0.6rem;
  }
}

.footer {
  background-color: #262626;
  color: #fff;
  padding-top: 25px;
}

.footer-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 25px;
}

.footer-item {
  margin: 0 15px;
}

.footer-socials {
  padding-top: 40px;
  margin: 0 auto;
}

.footer-socials-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.footer-links-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 20px;
}

.footer-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.atributes {
  line-height: 16px;
  letter-spacing: 1px;
  font-size: 0.8rem;
  background-color: #262626;
  width: 32%;
}

.payware {
  background: url(../img/labels.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 175px;
  height: 300px;
  margin-left: 80px;
}

.info {
  background-color: #000;
  color: #fff;
  padding: 5px;
  text-align: center;
}

.info span {
  font-size: 0.5rem;
}

@media screen and (max-width: 992px) {
  .footer-socials {
    width: 300px;
    margin: 0 auto;
  }
  .footer-items {
    display: block;
  }
  .atributes {
    width: auto;
  }
  .payware {
    margin: 0 auto;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer-socials {
    width: 230px;
  }
  .footer-links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-links-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .phone-footer,
  .email-footer,
  .email-adress-footer {
    display: block;
    margin: 0 auto;
  }
  .phone1 {
    margin-left: 0;
  }
  .phone2 {
    margin: 0 10px 0 0;
  }
  .email-footer {
    margin-right: 10px;
  }
}

.menu-wrapper {
  border-bottom: 2px solid #bd9d86;
  margin: 48px 0 38px 0;
}

.menu-box {
  padding-left: 0;
}

.menu li {
  display: inline-block;
}

.menu li a {
  color: #000;
  font-size: 0.8rem;
  margin-right: 20px;
}

.menu li a:hover {
  color: #bd9d86;
  font-weight: 400;
}

.header__btn-menu {
  display: none;
  background: url(../img/button.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 900px) {
  .header__btn-menu {
    display: block;
    margin-bottom: 12px;
  }
  .menu-box {
    padding-left: 20px;
  }
  .menu ul {
    margin: 0 auto;
    /* display: none; */
    /* position: absolute; */
    left: 0;
    right: 0;
    z-index: 50;
  }
  .menu li {
    display: block;
    text-align: center;
  }
  .menu a {
    display: block;
    /* background-color: #bd9d86; */
    padding: 15px 0;
  }
  .menu-wrapper {
    margin-top: 12px;
  }
}

.description {
  margin-bottom: 50px;
}

.description-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.description-subtitle {
  color: #bd9d86;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 0;
  width: 400px;
}

.description-title {
  /* font-family: 'Cormorant', serif; */
  /* font-style: italic; */
  color: #fff;
  font-size: 4rem;
  margin: 10px 0;
  line-height: 1em;
}

.description-text {
  color: #fff;
  line-height: 1.6rem;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.first-column {
  margin-left: 78px;
}

.second-column {
  background: url(../img/i1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 405px;
  height: 436px;
  margin-left: 50px;
}

@media screen and (max-width: 992px) {
  .description-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .description-subtitle {
    margin-top: 40px;
    width: auto;
  }
  .first-column {
    margin-left: 0;
  }
  .second-column {
    width: auto;
    margin-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .description-text {
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .first-column {
    text-align: center;
  }
  .second-column {
    height: 300px;
  }
}

#modal {
  display: none;
  width: 440px;
}

#modal-about,
#modal-scans,
#modal-offer1,
#modal-offer2,
#modal-offer3,
#modal-oferta,
#modal-confidence,
#modal-payback,
#modal-services {
  display: none;
  width: 70%;
  margin: 0 auto;
}

#modal h2,
#modal-about h3,
#modal-scans h3 {
  color: #2b4748;
  font-family: 'Cormorant', serif;
  font-style: italic;
  text-align: center;
  font-size: 1.8rem;
}

#modal p {
  color: #2b4748;
  text-align: center;
}

#modal-about p,
#modal-scans p {
  color: #2b4748;
  text-align: justify;
  line-height: 24px;
}

#modal-about a {
  color: #bd9d86;
}

.input {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  background-color: #e5e5e5;
  border: none;
}

#modal input[type="text"] {
  color: #b9c0c0;
  padding-left: 20px;
}

#btn-modal {
  background-color: #bd9d86;
  border: none;
  padding: 17px 70px;
  margin-bottom: 20px;
  color: #fff;
}

.agreement {
  color: #2b4748;
  text-align: justify;
  font-size: 0.9rem;
}

.agreement a {
  font-size: 0.9rem;
  color: #bd9d86;
  text-decoration: underline;
}

.scan-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.scan-img-box img {
  width: 389px;
  height: 300px;
  margin: 10px;
}

.offer-modal-title {
  color: #2b4748;
  font-family: 'Cormorant', serif;
  font-style: italic;
  text-align: center;
  font-size: 1.8rem;
}

.offer-modal-text p {
  color: #2b4748;
  text-align: justify;
  font-size: 0.9rem;
}

.offer-modal-text a {
  font-size: 0.9rem;
  color: #bd9d86;
  text-decoration: underline;
}

.offer-modal-text span {
  font-family: 'Roboto', sans-serif;
  color: #2b4748;
  text-align: justify;
  font-size: 0.9rem;
}

#i2 img,
#i5 img,
#i10 img,
#i11 img,
#i12 img,
#i13 img {
  width: 243px;
}

#modal-payback p {
  line-height: 20px;
  font-size: 0.8rem;
}

#modal-services p {
  line-height: 20px;
  line-height-font-size: 0.8rem;
}

.btn__wrapper {
  text-align: center;
  margin: 30px 0;
}

.btn__wrapper button {
  background-color: #bd9d86;
  border: none;
  padding: 20px 70px;
  border: 1px solid #bd9d86;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
}

.btn__wrapper button:hover {
  background-color: #2b4748;
  border: 1px solid #bd9d86;
}

@media screen and (max-width: 768px) {
  #modal-about,
  #modal-scans,
  #modal-offer1,
  #modal-offer2,
  #modal-offer3,
  #modal-payback,
  #modal-services {
    width: 95%;
  }
  .scan-img-box {
    display: block;
  }
  .scan-img-box img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
    
#modal-about, #modal-scans, #modal-offer1, #modal-offer2, #modal-offer3, #modal-oferta, #modal-confidence, #modal-payback, #modal-services{
    width: 95%;
    padding: 45px 10px;
}
  #btn-modal {
    padding: 17px 42px;
  }
}

.about-box {
  margin-top: 130px;
  z-index: 10;
}

.about-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.about-img {
  width: 405px;
  height: 435px;
}

.about-title {
  /* font-family: 'Cormorant', serif; */
  /* font-style: italic; */
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 23px;
  text-align: center;
}

.about-text {
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.about-link {
  color: #bd9d86;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding-left: 5px;
}

.about-scans {
  background-color: #bd9d86;
  border: 1px solid #bd9d86;
  padding: 12px 60px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about-scans:hover {
  background-color: #2b4748;
  border: 1px solid  #bd9d86;
}

.scwr {
  margin-top: 20px;
}

.about-first {
  /* background: url(../img/i3.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 405px;
  height: 436px;
}

.about-second {
  /* width: 60%; */
  /* padding-left: 20px; */
}

@media screen and (max-width: 992px) {
  .about-items {
    display: block;
  }
  .about-first {
    width: auto;
    height: 436px;
    display: none;
  }
  .about-second {
    width: 100%;
    padding-left: 0;
  }
  .about-title {
    text-align: center;
  }
  .about-text {
    text-align: justify;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 576px) {
  .about-scans {
    padding: 12px 33px;
  }
  .about .scwr {
    text-align: center;
  }
}

.services {
  margin-top: 100px;
}

.services-title {
  /* font-family: 'Cormorant', serif; */
  /* font-style: italic; */
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 35px;
  text-align: center;
}

.services-wrapper {
  display: -webkit-inline-box;
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-size: 1rem;
  width: 50%;
}

.services-wrapper span {
  /* color: #bd9d86; */
  font-size: 1.4rem;
}

.services-item {
  margin: 0 5px;
}

.services-item ul::before {
  color: #bd9d86;
  content: '\2022';
  padding-right: 10px;
  font-size: 4rem;
  font-weight: 800;
  position: absolute;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.services-left {
  border: 1px solid #bd9d86;
}

.services-left li {
  margin: 20px 0;
}

.services ul {
  list-style: none;
}

.services ul ul {
  list-style: none;
}

#li0 {
  border: 1px solid #bd9d86;
  padding: 20px 5px;
}

#li1 {
  margin: 23px 0;
  padding: 30px 0;
  border: 1px solid #bd9d86;
}

#li2 {
  border: 1px solid #bd9d86;
  padding: 20px 5px;
}

#marked_list {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

#marked_list:before {
  content: '';
}

@media screen and (max-width: 992px) {
  .services-wrapper {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .services-item {
    width: 90%;
    margin: 0 auto;
  }
  .services-item ul::before {
    content: '';
  }
  .services-left ul {
    padding-left: 10px;
  }
  .services-right ul {
    padding-left: 5px;
  }
  #li0 {
    margin-top: 23px;
  }
}

.steps {
  margin-top: 100px;
}

.steps-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.steps-item {
  width: 23%;
  margin: 1%;
  padding: 1%;
  border: 1px solid;
  /* padding: 0 10px; */
  text-align: center;
}

.steps-item-title {
  font-size: 1.2rem;
  color: #bd9d86;
  margin-bottom: 50px;
}

.steps-item-text {
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.steps-title {
  /* font-family: 'Cormorant', serif; */
  /* font-style: italic; */
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .steps-box {
    margin: 0 auto;
  }
  .steps-items {
    display: block;
  }
  .steps-item {
    width: 100%;
    margin: 0 auto;
  }
  .steps-item-title {
    margin-bottom: 15px;
  }
  .steps-item-text {
    margin-bottom: 70px;
  }
}

.offers {
  margin-top: 100px;
  margin-bottom: 100px;
}

.offers-title {
  /* font-family: 'Cormorant', serif; */
  /* font-style: italic; */
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 50px;
}

.offers-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offers-item {
  width: 32%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #bd9d86;
  padding: 15px;
}

.offers-item a {
  display: block;
}

.offers-link {
  color: #000;
  margin-bottom: 35px;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1.9rem;
}

@media screen and (max-width: 992px) {
  .offers-items {
    display: block;
  }
  .offers-item {
    width: auto;
    margin-bottom: 50px;
  }
}

.pay {
  margin-top: 100px;
  margin-bottom: 100px;
}

.pay-title {
  font-weight: 600;
  /* font-family: 'Cormorant', serif; */
  /* font-style: italic; */
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 50px;
}

.pay-alfa p {
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.pay-alfa span {
  color: #bd9d86;
  font-size: 0.6rem;
}

.pay-erip {
  color: #fff;
  margin-top: 25px;
  line-height: 24px;
  letter-spacing: 0.5px;
  /* border: 1px solid #bd9d86; */
  /* padding: 15px; */
}

.pay-erip div {
  text-align: center;
  margin-bottom: 50px;
}

.pay-erip-title {
  font-weight: 600;
  /* font-family: 'Cormorant', serif; */
  /* font-style: italic; */
  /* color: #bd9d86; */
  font-size: 2rem;
  margin: 10px 0;
}

.pay-erip a {
  text-decoration: none;
  color: #fff;
}

.payback {
  text-align: center;
  margin-top: 20px;
}

.payback a {
  text-decoration: underline;
  color: #bd9d86;
}

.confidencial-title {
  font-family: 'Cormorant', serif;
  font-style: italic;
  color: #2b4748;
  font-size: 2rem;
  margin: 10px 0;
}

.confidencial-text {
  color: #2b4748;
  line-height: 20px;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 576px) {
  .confidencial-title {
    font-size: 1rem;
  }
}

.oferta-title {
  font-family: 'Cormorant', serif;
  font-style: italic;
  color: #2b4748;
  font-size: 2rem;
  margin: 10px 0;
}

.oferta-text {
  color: #2b4748;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}