@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap');

.gettstart .headline {
    font-size: 30px;
    font-family: 'Manrope', sans-serif !important;
    padding-bottom: 15px;
    padding-top: 5px;
    color: #1f3753;
    font-weight: bold;
}

.howshare p {
   font-family: 'Manrope', sans-serif !important;
}

/* page-for-android !!!*/
.gettstart.forandro .headline {
    /* padding-top: 20px; */
    align-items: center;
    display: flex;
}
.forandro .greenhumst {
    width: 60px;
    /* float: left; */
    margin-right: 40px;
}
.forandro .underheadsmltxt.one {
    padding-top: 4px;
    margin-bottom: 0;
    font-size: 17px;
}
.forandro p {
    font-family: 'Manrope', sans-serif !important;
}
.forandro .zagolo {
    font-weight: bold;
    font-size: 23px;
    padding-top: 3px;
    margin-bottom: 16px;
}
.forandro .underheadsmltxt.bigbetw.one {
    margin-bottom: 6px;
}
img.lookinsrtu {
    width: 60%;
}
@media (max-width: 992px) {
img.lookinsrtu {
    width: 90%;
}
}
@media (max-width: 767px) {
img.lookinsrtu {
    width: 100%;
}
}


.underheadsmltxt.one.forand.befo {
	position: relative;
	padding-left: 60px;
}
.underheadsmltxt.one.forand.befo::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #1f3753;       /* исходный цвет точки */
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 33%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
 .underheadsmltxt.one.forand.befo::before {
	 top: 50%;
 }
}

.feathuawei .underheadsmltxt.one {
    margin-bottom: 25px;
}
.gettstart.feathuawei .headline {
    padding-bottom: 0px;
}
.feathuawei .underheadsmltxt.one .appg {
    color: #2489d4;
    text-decoration: underline;
    word-wrap: break-word;
    display: inline-block;
    max-width: 100%;
}
.container.gettstart.feathuawei {
    min-height: 500px;
}



.forandro .increstab, .forandro .samgal-mod {
    display: flex;
}
.forandro .increstab img, .forandro .samgal-mod img {
    width: 300px;
}
.forandro .instab {
    margin-right: 35px;
    padding-top: 20px;
    padding-bottom: 0;
}

.forandro .dtpltxt {
    padding-left: 35px;
    padding-bottom: 15px;
	display: flex;  
}
.forandro .dtpltxt.lststr {
    padding-left: 15px;
    padding-bottom: 25px;
	display: flex;  
}
.forandro .link-dot {
  position: relative;
  padding-left: 25px; /* место под точку */
  color: #1b2a31 !important;
  font-size: 20px;
  text-decoration: none;
  outline: none;
  font-family: 'Manrope', sans-serif !important;
}

.forandro .link-dot::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #2489d4;       /* исходный цвет точки */
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.forandro .link-dot:hover::before,
.forandro .link-dot:focus-visible::before {
  background: #1f3753;     /* цвет точки при наведении/фокусе */
}
.forandro .zagolo.typeustr {
    color: #1f3753;
    font-size: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.forandro .zagolo.mgnta {
	color: #1f3753;
    font-size: 23px;	
}
.backgrd.onlywhi {
    background: #fff;
}
p.zagolo.mgnta.smal {
    font-size: 17px;
    margin-bottom: 0px;
}