.guarantee {
  background: #191B21;
  background-image: url("../img/guarantee/guarantee_main_bg.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 187px;
}
.guarantee .content {
  padding-bottom: 164px;
}
.guarantee .content .page_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 123px;
}
.guarantee .content .page_title span {
  display: inline-block;
  max-width: 1063px;
  text-align: center;
}
.guarantee .content .guarantee__wrap {
  display: flex;
  align-items: flex-start;
  gap: 0 30px;
  margin-bottom: 70px;
}
.guarantee .content .guarantee__wrap .col .item {
  margin-bottom: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 118.4%;
}
.guarantee .content .guarantee__wrap .col .dop_list {
  padding-left: 45px;
}
.guarantee .content .guarantee__wrap .col .dop_list li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 118.4%;
}
.guarantee .content .guarantee__wrap .col .dop_list li:not(:last-child) {
  margin-bottom: 30px;
}
.guarantee .content .guarantee__wrap .col .dop_list li::before {
  position: absolute;
  left: -18.35px;
  top: 5px;
  content: "";
  min-width: 14.35px;
  height: 10.76px;
  background-image: url("../img/ok.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.guarantee .content .guarantee_info {
  margin-bottom: 44px;
  color: #FFF;
  text-align: center;
  font-size: 33px;
  font-style: normal;
  font-weight: 600;
  line-height: 44.4px;
  text-transform: uppercase;
}
.guarantee .content .guarantee_contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 621px;
  margin: 0 auto;
}
.guarantee .content .guarantee_contacts .add {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.68px;
  margin-bottom: 30px;
}
.guarantee .content .guarantee_contacts .phone {
  max-width: 326px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.68px;
  margin-bottom: 30px;
}
.guarantee .content .guarantee_contacts .phone a {
  text-decoration: none;
  color: #ED3132;
}
.guarantee .content .guarantee_contacts .email {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.68px;
}
.guarantee .content .guarantee_contacts .email a {
  text-decoration: none;
  color: #ED3132;
}

@media only screen and (max-width: 1024px) {
  .guarantee {
    padding: 142px 40px 0 40px;
  }
  .guarantee .content {
    padding-bottom: 38px;
  }
  .guarantee .content .page_title {
    margin-bottom: 113px;
  }
  .guarantee .content .page_title span {
    max-width: 80%;
  }
  .guarantee .content .guarantee__wrap {
    flex-direction: column;
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .guarantee {
    padding: 128px 10px 0 10px;
    background-image: url("../img/guarantee/guarantee_main_bg.svg");
    background-size: contain;
    padding-top: 128px;
  }
  .guarantee .content {
    padding-bottom: 32px;
  }
  .guarantee .content .page_title {
    margin-bottom: 56px;
  }
  .guarantee .content .page_title span {
    max-width: 100%;
  }
  .guarantee .content .guarantee__wrap {
    flex-direction: column;
    gap: 0 0;
    margin-bottom: 58px;
  }
  .guarantee .content .guarantee__wrap .col .item {
    margin-bottom: 20px;
    font-size: 17.53px;
  }
  .guarantee .content .guarantee__wrap .col .dop_list {
    padding-left: 30px;
  }
  .guarantee .content .guarantee__wrap .col .dop_list li {
    font-size: 13px;
  }
  .guarantee .content .guarantee__wrap .col .dop_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .guarantee .content .guarantee__wrap .col .dop_list li::before {
    position: absolute;
    left: -18.35px;
    top: 5px;
    content: "";
    min-width: 12px;
    height: 9px;
  }
  .guarantee .content .guarantee_info {
    margin-bottom: 23px;
    font-size: 22px;
    line-height: 40px;
  }
  .guarantee .content .guarantee_contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 366px;
    margin: 0 auto;
  }
  .guarantee .content .guarantee_contacts .add {
    font-size: 17px;
    line-height: 20.128px;
    margin-bottom: 20px;
  }
  .guarantee .content .guarantee_contacts .phone {
    max-width: 100%;
    font-size: 17px;
    line-height: 20.128px;
    margin-bottom: 20px;
  }
  .guarantee .content .guarantee_contacts .email {
    font-size: 17px;
    line-height: 20.128px;
  }
}/*# sourceMappingURL=guarantee.css.map */

@media only screen and (max-width: 500px) {
.guarantee .content .guarantee_contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}
	.guarantee .content .guarantee_info{
		font-size: 16px;
        line-height: 20px;
	}
}