body {
  font-family: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth !important;
}

* {
  margin: 0;
  padding: 0;
}


a:focus, a:active {
  outline: none;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

a {
  color: inherit;
}

.burgerbutton {
  display: none;
}

.burgerbutton_enter {
  display: none;
}


.burger_meny {
  display: none;
}

.burger_enter {
  display: none;
}

.burger {
  display: none;
}

.headerflex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: space-between;
  align-items: flex-start;
}

.menu {
  padding-top: 27px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.center {
  padding-left: calc(50% - 700px);
  padding-right: calc(50% - 700px);
}

.logo {
  padding-top: 10px;
  width: 200px;
  height: 75.38px;
  margin-right: 50px;
}

.menu_button {
  margin-right: 60px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #787676;
  text-decoration: none;

}

.enterbutton {
  width: 100px;
  height: 40px;
  left: 1551px;
  top: 60px;
  background: #167FAE;
  border-radius: 30px;
  border-style: none;
  font-family: 'Montez';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #FCF7F7;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}

.enterbutton:hover {
  transition: all 0.5s ease-out;
  background: #2fa0d4;
}



.menu_button:hover {
  color: #167FAE;
  cursor: pointer;
  transition: all 0.5s ease-out;
}

.laptopcont {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;

}

.laptop {
  margin-top: 40px;
  width: 1252px;

}

.linecontainer-mb {
  display: none;
}


.welcometitle {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 37px;
  line-height: 52px;
  color: #514E4E;
}

.welcometitle_small {
  margin-top: 18px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;

  color: #404040;
}

.aboutds {
  margin-top: 45px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 40px;

  color: #444242;

}

.aboutds_title {
  margin-top: 28px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 19px;
  color: #444242;
}

.steps {
  background-color: #333232;
  ;
  height: 500px;
}

.container_1 {
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  width: 100px;

}

.namecontainter {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.sectionname_white {
  margin-top: 50px;
  color: #ffffff;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  opacity: 0;
  transform: translateY(-20px);
}

.linetest {
  color: #ffffff;
  width: 1000px;
}

.linecontainer {
  padding-top: 80px;
  display: flex;
  color: white;
  flex-direction: column;
  justify-content: center;
}

.step {
  width: 240px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.step_about {
  text-align: center;
  width: 256px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.step_about span {
  width: 2px;
  height: 20px;
  background-color: white;
  align-self: center;
}

.steps_top {
  display: flex;
  width: 100%;
  justify-content: center;
}

.steps_top .step {
  display: flex;
  align-items: end;
  justify-content: center;
}

.steps_bottom {
  display: flex;
  width: 100%;
  justify-content: center;
}

.span_box {
  height: 2px;
  display: flex;
  justify-content: center;
}

.span_hr {
  height: 2px;
  width: 240px;
  background-color: white;
  display: block;
}

span {
  transition: all 1s;
}

.step {
  transition: all 1s;
}

.step_about {
  transition: all 1s;
}

span.step_active {
  background-color: #4BC7FF;
  transition: all 1s;
}

.step_active span {
  background-color: #4BC7FF;
  transition: all 1s;
}

.step.step_active {
  color: #FDEA44;
  transition: all 1s;
}

.step_about.step_active {
  color: #4BC7FF;
  transition: all 1s;
}

.sectionname_black {
  font-size: 30px;
  color: #444242;
  margin-top: 50px;
  opacity: 0;
  transform: translateY(-20px);
}

.swiper {}

.swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  border-radius: 40px !important;
  margin: 20px !important;
  background-color: #E7E7E7 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #FDEA44 !important;
}



.oppt_number {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 90px;
  line-height: 122px;
  color: #444242;
}

.button_start {
  width: 248px;
  height: 70px;
  left: 276px;
  top: 2762px;
  background: #FDEA44;
  border-style: none;
  border-radius: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 37px;
  color: #3A3517;
  margin-bottom: 70px;
}

.button_start_oport{
  width: 248px;
  height: 70px;
  left: 276px;
  top: 2762px;
  background: #FDEA44;
  border-style: none;
  border-radius: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 37px;
  color: #3A3517;
  margin-bottom: 70px;
  margin-left:42px;
}

.button_start:hover {
  transition: all 0.5s ease-out;
}

.button_start_specmarg {
  margin-left: 40px;
}

.button_start:hover {
  background-color: #FFF065;
  cursor: pointer;
}

.oppt_title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 37px;
  color: #404040;
  margin-bottom: 35px;
  margin-right: 20px;
}

.oppt_para {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  color: #404040;
  margin-bottom: 50px;
  margin-right: 20px;
}

.opportBflex {
  display: flex;
  flex-direction: column;

}

.oppt_cont {
  display: flex !important;
  flex-direction: row;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: center;
}

.oppt_cont_spec {
  padding-left: 40px;
  padding-top: 20px;
  max-width: 600px;
}

.onewindow_sec {
  background-color: #74ACC5;
}

.onewindow_titles {
  font-family: 'Montserrat';
  margin-top: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
}

.onewindow_titles_2 {
  font-family: 'Montserrat';
  margin-bottom: 50px;
  margin-top: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
}

.onewindowimg {
  margin-top: 50px;
}

.price_menu {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.price_menu_bar {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 283px;
  height: 70px;
  background: #F0F0F0;
  backdrop-filter: blur(5px);
  border-radius: 20px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  cursor: pointer;
  color: #797979;
  transition: all .3s;

}

.price_menu_bar_active {
  background: #FDEA44;
  color: #404040;

}

._anim-items {
  opacity: 0;
  transform: translateY(-20px);
}

._active {
  opacity: 1 !important;
  transition-delay: .2s;
  transition: all 1s;
  transform: translateY(0) !important;
}

.price_container {
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.prices_box-wrapper {
  display: none;
  opacity: 0;
}

.prices_box-active {
  display: flex;
  opacity: 1;
  animation: fadeInFromNone .4s linear;
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  50% {
    display: flex;
    opacity: 0;
  }

  100% {
    display: flex;
    opacity: 1;
  }
}

.prices_box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 302px;
  height: 332px;
  background: #FFFFFF;
  border: 1px solid #CECECE;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.price_name {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #444242;
  margin-bottom: 17px;
}

.send_count {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 37px;
  line-height: 45px;
  color: #444242;
}

.send_count_details {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  color: #404040;
}

.send_count_details_b {
  margin-bottom: 15px;
}

.price_pack {
  margin-top: 15px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 56px;
  color: #444242;
}

.price_hr {
  width: 211.01px;
  height: 0px;
  border: 1px solid;
  color: #818181;
  ;
}

.button_container_l {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}


.videocontainer {
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: url('img/yt_preview.png') no-repeat center;
  background-size: cover;

}

.videocontainer_hide {
  background: none;
}


.video {
  position: relative;
  width: 100%;
  background: url('img/youtube.png') no-repeat center;

  padding-top: 56.25%;

}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video:hover {
  cursor: pointer;
  background-size: 170px;
}

.previlige_container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  margin-bottom: 100px;
  margin-top: 100px;

}

.previlige_container_small {
  display: flex;

}

.h_left {
  opacity: 0;
  transform: translateX(-20px);
}

.h_right {
  opacity: 0;
  transform: translateX(20px);
}

/* .h_active {
  opacity: 1;
  transform: translateX(0);
} */

.prev_container_para_h {
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  max-width: 400px;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}

.prev_p {
  margin-top: 20px;
}

.prev_img {
  width: 90px;
  height: 90px;
}


.statistics {
  height: 1000px;
  background-color: #74ACC5;
}

.mapcontainer {
  background: url('img/bg-map.png') no-repeat center;
  height: 100%;
}

.mapcontainer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.statistics_container_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.statistics_container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 130px;
  margin-left: 50px;
  margin-right: 50px;
}

.statistics_details {
  font-weight: 700;
  font-size: 45px;
  line-height: 74px;
  color: #050505;
}

.statistics_details_numbers {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  color: #167FAE;
}

.footerflex {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding-top: 40px;
  padding-bottom: 40px;
}


.footer_menu_container_column {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-left: 40px;
  margin-right: 41px;
}

.footerlogo {
  padding-top: 15px;
}

.social_networks_container {
  grid-column: span 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.contacts_container {
  margin-left: 60px;
  padding-top: 20px;
}


.footers_containers {
  padding-top: 30px;
  padding-bottom: 50px;
  grid-column: span 3;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;

}

.footer_menu_container {
  padding-top: 50px;
  padding-bottom: 50px;
  grid-column: span 3;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: center;


}

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

.telegram:hover {
  cursor: pointer;
}

.whatsapp {
  width: 70px;
  height: 65.78px;
}

.whatsapp:hover {
  cursor: pointer;
}


.menu_button_footer {
  font-family: 'Montserrat';
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #787676;
  text-decoration: none;
}

.menu_button_footer:hover {
  color: #167FAE;
  cursor: pointer;
}

.h_contacts {
  margin-bottom: 8px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #404040;

}

.h_contacts_mail {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 36px;
  color: #256ABC;
}

.h_contacts_mail:hover {
  cursor: pointer;
}

.oport_flex {
  display: flex;
}

.pricesectionmini {
  display: none;
}

.statistics_details {
  text-align: center;
}

.footerlogo {
  width: 230px;
  height: 87px;
}

/* ===============================MEDIA===================================== */
@media (max-width: 1450px) {

  .laptop {
    width: 80%;
    height: 80%;
    ;
  }

  .menu_button {
    margin-right: 50px;
  }

  .logo {
    margin-left: 20px;
  }

  .enterbutton {
    margin-right: 20px;
  }

  .opport_img {
    width: 50%;
    height: 50%;
  }

  .aboutds_title {
    padding-left: 25px;
    padding-right: 25px;
  }

  .onewindow_titles {
    padding-right: 25px;
    padding-left: 25px;
  }

  .onewindow_titles_2 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .footerlogo {
    margin-left: 25px;
  }


}

@media (max-width: 1300px) {

  

  .price_menu_bar {
    max-width: 200px;
    font-size: 18px;
  }

  .prices_box {
    max-width: 250px;
  }

  .price_name {
    font-size: 22px;
  }

  .price_pack {
    font-size: 35px;
  }

  .price_hr {
    width: 130px;
  }

  .onewindowimg {
    width: 90%;
    height: 90%;
  }

  .footerlogo {
    display: none;
  }

  .menu_button {
    font-size: 14px;
  }

  .enterbutton {
    font-size: 14px;
    width: 90px;
  }

  .logo {
    width: 55%;
    height: 55%;
  }

  .welcometitle {
    font-size: 18x;
  }

  .welcometitle_small {
    font-size: 16px;
  }

  .aboutds_title {
    font-size: 16px;
  }

  .aboutds {
    font-size: 22px
  }

  .sectionname_white {
    font-size: 22px
  }

  .sectionname_black {
    font-size: 22px
  }

  .oppt_title {
    font-size: 22px
  }

  .oppt_para {
    font-size: 16px;
  }


  .oportpicture {
    width: 70%;
    height: 70%;
  }

  .button_start {
    font-size: 18px;
    width: 230px;
  }

  .onewindow_titles {
    font-size: 16px;
  }

  .onewindow_titles_2 {
    font-size: 16px;
  }

  .prev_h {
    font-size: 18px;
  }

  .prev_p {
    font-size: 16px;
  }


}

@media (max-width: 1305px) {

  .enterbutton2 {display: none;}
  .burgerbutton {
    display: inline;
    cursor: pointer;
  }

  .burgerbutton_enter {
    display: inline;
    cursor: pointer;
  }

  .menu_button {
    display: none;
  }

  .burgerbutton {}

  .burgerbutton_enter {
    margin-right: 30px;
  }

  .enterbutton {
    display: none;
  }

  .burger {
    display: inline-block;
    margin-right: 10px;
    position: relative !important;
    z-index: 150 !important;
  }

  .burger .burger_drop-box--wrapper {
    visibility: hidden;
    opacity: 0;
    transition-delay: .7s;
  }

  .burger .burger_drop-box {
    top: -100%;
    transition: all .3s;
  }

  .burger-active .burger_drop-box--wrapper {
    visibility: visible;
    opacity: 1;
    bottom: -202px;
    transition: all .3s;
  }

  .burger-active .burger_drop-box {
    top: 0;
    transition: all .3s;
  }

  .burger_drop-box--wrapper {
    display: inline-block;
    position: absolute;
    bottom: -181px;
    right: 0;
    width: 200px;
    height: 215px;
    overflow: hidden;
  }


  .burger_drop-box {
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
    /* bottom: -181px; */
    background: #333232;
    width: 200px;
    height: 215px;
  }

  .burger_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
  }

  .burger_list-item {
    margin-bottom: 13px;
  }

  .burger_list-item:last-child {
    margin-bottom: 0px;
  }

  .burger_list-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    color: white;
  }

  .overlay {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
  }

  .overlay-show {
    visibility: visible;
    opacity: 1;
  }

  .burger_enter {
    display: inline;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }

  .burger_meny {
    display: inline;
    cursor: pointer;
  }

  .price_container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .price_menu {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .price_menu_bar {
    width: 190px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footerlogo {
    width: 230px;
    height: 87px;
  }
  .prev_img {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 900px) {

  .docs_main_container_right {
    padding-right: 20px;;
  }

  
  .docs_main_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #prices {
    display: none;
  }

  .pricesectionmini {
    display: inline;
  }

  .pricesboxcolumnflexipad {
    display: flex;
  }

  .pricesboxminibigcolumn {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .prices_box {
    margin-top: 30px;
  }

  .footerlogo {
    display: none;
  }

  .footer_menu_container_column {
    margin-left: 20px;
    margin-right: 10px;
  }


}

@media (max-width: 640px) {
  .opportBflex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center
  }
  .pricesboxcolumnflexipad {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .pricesboxminibigcolumn {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .button_start_specmarg {
    margin-left: 100px;

  }

  .burgerbutton {
    display: inline;

  }

  .burgerbutton_enter {
    display: inline;
  }

  .logo {
    margin-left: 20px;
    margin-top: 10px;
    width: 50%;
    height: 50%;
  }

  .menu {
    /* display: none; */
  }

  .welcometitle {
    font-size: 28px;
    text-align: center;
  }

  .welcometitle_small {
    font-size: 16px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .laptopcont {
    margin-top: 50px;
  }

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

  .aboutds {
    font-size: 21px;
  }

  .sectionname_white {
    font-size: 21px;
  }

  .sectionname_black {
    font-size: 21px;
  }

  .aboutds_title {
    font-size: 16px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .oppt_cont {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .opport_img {
    display: none;
  }

  .oppt_title {
    padding: 0;
    font-size: 20px;
    text-align: center;
  }

  .oppt_para {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    font-size: 16px;
    text-align: center;
    max-width: 300px;
    line-height: 25px;
  }

  .oppt_cont_spec {
    margin: 0;
    padding:0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .previlige_container_small {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .price_menu {
    display: flex;
  }


  .prices_box-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .previlige_container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .onewindowimg {
    width: 90%;
    height: 90%;
  }

  .onewindow_titles {
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .onewindow_titles_2 {
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .price_container {
    display: none;
  }

  .prev_h {
    text-align: center;
    font-size: 18px;
  }

  .prev_p {
    text-align: center;
    font-size: 16px;

  }

  .previlige_container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 20px;
  }

  .previlige_container_small {
    margin-top: 50px;
  }


  .prev_img {
    width: 20%;
    height: 20%;
    margin-bottom: 20px;
  }

  .mapcontainer {
    background-image: none;
    margin: 0px;
    padding: 0px;
  }

  .statistics_container_flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  .statistics_container {

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 0;
  }

  .statistics_details {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 40px;
  }

  .button_start_specMr {
    margin-right: 50px;
    margin-bottom: 0px;
  }

  


  .statistics_details_numbers {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    line-height: 40px;
  }

  .statistics {
    height: 500px;
    margin: 0px;
    padding: 0px;
  }

  .footerflex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .footerlogo {
    display: none;
  }

  .footer_menu_container_column {
    margin-left: 20px;
    margin-right: 10px;
  }

  .button_start {
    font-size: 17px;
    width: 180px;
    height: 60px;
  }

  .button_start_oport{
    font-size: 17px;
    width: 180px;
    height: 60px;
    margin:0px;
  }

  

  .button_start_spec_margin {
    margin-top: 50px;
  }



  .contacts_container {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .steps {
    height: max-content;
    padding-bottom: 40px;
  }

  .linecontainer-mb {
    display: flex;
    flex-direction: column;
    margin: 40px 0;
  }

  .linecontainer {
    display: none;
  }

  .step-box {
    display: flex;
    margin: 0 auto;
  }

  .step {
    width: 60px;
    margin-top: -12px;
  }

  .step.step_1 {
    width: 60px;
    margin-top: -10px;
  }


  .span_hr {
    height: 100px;
    width: 2px;
  }

  .span_stick {
    height: 2px;
    width: 20px;
    background-color: white;
    margin-top: -2px;
  }

  .span_stick.step_1 {
    margin-top: 0;
  }

  .step-wr {
    color: white;
  }

  .step_about {
    text-align: left;
  }


  .step.step_active {
    color: #FDEA44;
    transition: all 1s;
  }

  .step_about.step_active {
    color: #4BC7FF;
    transition: all 1s;
  }

  .pricesectionmini {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  #prices {
    display: none;
  }

  .prices_box {
    margin-top: 20px;
    padding-top: 20px;
    width: 250px;
    height: 250px;
  }

  .price_name {
    font-size: 20px;
    line-height: 20px;
  }

  .send_count {
    font-size: 30px;
    line-height: 20px;
  }

  .send_count_details {
    font-size: 16px;
    ;
    line-height: 20px;
  }

  .price_pack {
    font-size: 35px;
    color: #404040;
  }

  .price_hr {
    width: 170px;

  }

  .pirces_margin_b {
    margin-top: 50px;
  }

}

@media (max-width: 540px) {
  .welcometitle {
    line-height: 40px;
  }
  .menu {
    align-self: end;
  }

  .onewindow_titles {
    line-height: 25px;
  }

  .onewindow_titles_2 {
    line-height: 25px;
  }
}

.docs_devide {
  margin-top:15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-top-style: solid;
  border-width: 0.5px;
  border-color: #d4d4d4;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 40px;
  color: #444242;
}

.docs_devide2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1px;
  border-bottom-style: solid;
  border-width: 0.5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 40px;
  color: #444242;
  border-color: #d4d4d4;
}

.enterbutton2 {
   width: 160px;
  height: 40px;
  left: 1551px;
  top: 60px;
  background: #167FAE;
  border-radius: 30px;
  border-style: none;
  font-family: 'Montez';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #FCF7F7;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}

.enterbutton2:hover {
  transition: all 0.5s ease-out;
  background: #2fa0d4;
}

.docs_main {
  display: flex;
  flex-direction: row;
  align-items: center;
    justify-content: flex-start;
}
.docs_main_container {
  display: flex;

}

.docs_main_container_left {
   border-top-style: solid;
  border-width: 0.5px;
  border-color: #d4d4d4;
  border-color: #d4d4d4;
  border-width: 0.5px;
  border-right-style: solid;
  display: flex;
  flex-direction: column;
}

.docs_main_container_right {
  display: flex;
  flex-direction: column;
  gap:20px;
   padding-top:20px;
   padding-bottom: 40px;
   color:#444242;
  padding-left:40px;
  transition : 1s ease;
}

.offets {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
    width: 350px;
  height: 70px;
  left: 276px;
  top: 2762px;
  border-style: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 37px;
  color: #3A3517;
  cursor: pointer;
  transition: 0.5s ease;
}

/* .offets:hover {
  background: #fefbdf;
} */

.color_yellow_bt {
 background: #FDEA44;
}

.display_none {
  display: none;
}


.table_price {
  width: 100%;
}


.docs_main_container_right h2,h1 {
  text-transform: uppercase;
}

.docs_main_container_right ol {
  padding-left:20px;
}