:root {
  --left-for-arr: calc(2% - 6px);
  --left-for-arr-1410: calc((100% - 1410px) / 2);
  --left-for-arr-2: calc(2% - 6px + 70px);
  --left-for-arr-1410-2: calc((100% - 1410px) / 2  + 70px);
}

.owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
.owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;border:1px solid #fff;background:#363636;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#ddd}
.owl-dots {position:absolute;bottom:8px;left:50%;transform:translateX(-50%);}

/* header */
#header {
  position: absolute;
  top: 10px;
  z-index: 100;
  left: 0;
  width: 100%;
  padding: 5px 0;
  box-sizing: border-box;
}

#header .logo img {
  position: relative;
  display: block;
  /* width: auto; */
  width: 240px;
  height: auto;
  background-size: contain;
}

#header nav {
  width: 55%;
}

#header nav ul li a {
  position: relative;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.5s ease;
  font-family: 'CirceRounded-AltExtraBold';
  font-weight: 400;
}

#header nav ul li a:hover {
  color: #FF3E00;
}

#header nav ul li a:hover::after {
  display: block;
}

#header .phone .tel_1 {
  padding: 0 25px;
  box-sizing: border-box;
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
  color: #FFFFFF;
  text-align: right;
}

#header .phone::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/header/2.png) no-repeat;
  width: 15px;
  height: 14px;
  right: 0;
  top: 1px;
  cursor: pointer;
}

#header .phone.active::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/header/3.png) no-repeat;
  width: 15px;
  height: 14px;
  right: 0;
  top: 1px;
  cursor: pointer;
}

#header .phone a.tel_1::after {
  content: '';
  position: absolute;
  display: block;
  background: url(../img/header/1.png) no-repeat;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
}

@media screen and (max-width: 800px) {
  #header .phone.active::after  {background: none;}
}

#header .phone p {
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  margin-top: 6px;
  text-transform: uppercase;
  text-align: right;
  color: #C7C7C7;
  padding-right: 25px;
  box-sizing: border-box;
  cursor: pointer;
}

#header .phone .show {
  display: none;
  position: absolute;
  padding: 25px 10px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  top: 60px;
  left: 0;
}

#header .phone .show img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin-right: 10px;
}

#header .phone .show li {
  display: inline-flex;
  align-items: center;
}

#header .phone .show li+li {
  margin-top: 20px;
}

#header .phone .show a {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.burger {
  display: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
}

.burger>div {
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}

.burger>div+div {
  margin-top: 5px;
}

/* end header */
/* free */
.free {
  position: relative;
  box-sizing: border-box;
}

.free .slider_1 .item .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 20;
}

.free .slider_1 .item {
  z-index: 19;
  padding: 80px 0 100px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.free .slider_1 .title {
  max-width: 700px;
  position: relative;
  z-index: 30;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.free .slider_1 .title h1 {
  font-size: 55px;
  line-height: 75px;
  text-transform: uppercase;
  color: #FFFFFF;
  /* margin-bottom: 40px; */
  margin: 0;
  font-family: 'CirceRounded-AltExtraBold';
}

.free .slider_1 .title p {
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  font-family: 'CirceRounded-AltExtraBold';
  font-weight: 400;
}

.free .slider_1 .title a {
  font-weight: 400;
  display: block;
  background: #FF3E00;
  width: 240px;
  box-sizing: border-box;
  border: 1px solid #FF3E00;
  margin-top: 36px;
  padding: 7px 10px 8px;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  transition: all 0.5s ease;
  font-family: 'CirceRounded-AltExtraBold';
}

.free .slider_1 .title a:hover {
  background: transparent;
}

/* .free .slider_1 .owl-nav {
  display: block;
} */ 

.free .slider_1 .owl-prev {
  position: absolute;
  display: block;
  background: url(../img/slider_arrow.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: cover;
  bottom: 50px;
  /* left: 240px; */
  left: var(--left-for-arr);
  cursor: pointer;
  z-index: 100;
}

.free .slider_1 .owl-next {
  position: absolute;
  display: block;
  background: url(../img/slider_arrow.png) no-repeat;
  transform: rotate(180deg);
  width: 30px;
  height: 30px;
  background-size: cover;
  bottom: 50px;
  /* left: 290px; */
  left: var(--left-for-arr-2);
  cursor: pointer;
  z-index: 100;
}

/* end free */
/* benefit */
.benefit {
  padding: 123px 0 90px;
  box-sizing: border-box;
}

.benefit h2 {
  position: relative;
  z-index: 4;
  font-weight: 800;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #242424;
  margin-bottom: 40px;
  font-family: 'CirceRounded-AltExtraBold';
}

.benefit .title span {
  top: -30px;
  left: 0;
  position: absolute;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #F1F1F1;
  font-family: 'CirceRounded-AltExtraBold';
}

.benefit .item {
  cursor: pointer;
  padding: 0 15px;
  margin-bottom: 30px;
}

.benefit .row {
  margin: 0 -15px;
  margin-bottom: -30px;
}

.benefit .item>div {
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  padding: 36px 26px 24px;
  text-align: center;
}

.benefit .item .picture {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #C4C4C4;
  box-sizing: border-box;
  margin: 0 auto 30px;
  border-radius: 50%;
}

.benefit .item .picture img {
  position: relative;
  display: block;
  width: auto;
  height: auto;
}

.benefit .item h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #242424;
  margin-bottom: 15px;
  font-family: 'CirceRounded-AltExtraBold';
  font-weight: 400;
}

.benefit .item p {
  min-height: 90px;
}

/* end benefit */
/* services */
.services {
  padding: 125px 0 167px;
  box-sizing: border-box;
  background-color: #282828;
}

.services h2 {
  position: relative;
  z-index: 4;
  font-weight: 800;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 40px;
  font-family: 'CirceRounded-AltExtraBold';
}

.services .title span {
  top: -30px;
  left: 0;
  position: absolute;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #353535;
  font-family: 'CirceRounded-AltExtraBold';
}

.services .image_block {
  width: 38%;
}

.services .text {
  width: 58%;
}

.services .text h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
  color: #FFFFFF;
  font-family: 'CirceRounded-AltExtraBold';
  font-weight: 400;
}

.services .text i {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  display: block;
  margin-bottom: 20px;
  color: #FF3E00;
  font-family: 'CirceRounded-AltExtraBold';
}

.services .text p+p {
  margin-top: 20px;
}

.services .text a {
  display: block;
  background: #FF3E00;
  width: 240px;
  box-sizing: border-box;
  border: 1px solid #FF3E00;
  margin-top: 30px;
  padding: 7px 10px 8px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  transition: all 0.5s ease;
  font-family: 'CirceRounded-AltExtraBold';
}

.services .text a:hover {
  background: transparent;
}

.services .image_block {
  height: 490px;
}

.betw {
  width: 100%;
}

.services .slider_2 .owl-nav {
  display: block;
}

.services .slider_2 .owl-prev {
  position: absolute;
  display: block;
  background: url(../img/slider_arrow.png) no-repeat;
  width: 25px;
  height: 25px;
  bottom: 19px;
  left: 590px;
  cursor: pointer;
}

.services .slider_2 .owl-next {
  position: absolute;
  display: block;
  background: url(../img/slider_arrow.png) no-repeat;
  transform: rotate(180deg);
  width: 25px;
  height: 25px;
  bottom: 19px;
  /* left: 640px;*/
  left: 48%;
  cursor: pointer;
}

/* end services */
/* works */
.works {
  padding: 100px 0 90px;
  box-sizing: border-box;
}

.works h2 {
  position: relative;
  z-index: 4;
  font-weight: 800;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #242424;
  margin-bottom: 40px;
  font-family: 'CirceRounded-AltExtraBold';
}

.works .title span {
  top: -30px;
  left: 0;
  position: absolute;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #F1F1F1;
  font-family: 'CirceRounded-AltExtraBold';
}

.works .text_block .text p:first-child {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #242424;
  margin-bottom: 20px;
  font-family: 'CirceRounded-AltExtraBold';
}

.works .text span {
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
  color: #FF3E00;
  margin-bottom: 20px;
  font-family: 'CirceRounded-AltExtraBold';
}

.works .text i {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #747474;
  display: block;
  margin: 20px 0;
}

.works .text p+p {
  margin-top: 20px;
}

.works .text a {
  display: block;
  background: #FF3E00;
  width: 240px;
  box-sizing: border-box;
  border: 1px solid #FF3E00;
  margin-top: 18px;
  padding: 7px 10px 8px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  transition: all 0.5s ease;
  font-family: 'CirceRounded-AltExtraBold';
}

.works .text a:hover {
  background: transparent;
  color: #FF3E00;
}

.works .text_block {
  width: 48%;
}

.works .text_block .text ul{
  margin: 10px 0;
}

.works .slider_block {
  width: 51%;
  /* 810 px */
}


.carousel_top {
  max-width: 810px;
  margin: 0 auto;
  position: relative;
  height: 490px;
}

.carousel_top .item {
  height: 490px;
  cursor: pointer;
}

.carousel_bot .item {
  position: relative;
  height: 95px;
  margin: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.carousel_bot {
  width: 750px;
  margin: 0 auto;
}

.slider_2 .owl-nav {
  height: 0;
}

.slider_2 .owl-nav .owl-prev.disabled {
  font-size: 0;
  height: 0;
}

.slider_2 .owl-nav .owl-next {
  font-size: 0;
}

.carousel_top .owl-prev {
  font-size: 0;
}

.carousel_top .owl-next {
  font-size: 0;
}


.works .slider_rab .owl-nav {
  /* display: block; */
}

.works .slider_rab .owl-prev {
  position: absolute;
  display: block;
  background: url(../img/slider_arrow.png) no-repeat;
  width: 25px;
  height: 25px;
  bottom: -35px;
  left: 0;
  cursor: pointer;
}

.works .slider_rab .owl-next {
  position: absolute;
  display: block;
  background: url(../img/slider_arrow.png) no-repeat;
  transform: rotate(180deg);
  width: 25px;
  height: 25px;
  bottom: -35px;
  left: 80px;
  cursor: pointer;
}


.works .slider_rab .slider_block .carousel_top .owl-prev{
  content: "";
  position: absolute;
  display: block;
  background: url(../img/slider_arrow.png) 50% 50% no-repeat;
  background-color: rgba(200, 200, 200, 0.75);
  border-radius: 30%;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 25px;
  z-index: 10;
  cursor: pointer;
}

.works .slider_rab .slider_block .carousel_top .owl-next {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/slider_arrow.png) 50% 50% no-repeat;
  background-color: rgba(200, 200, 200, 0.75);
  border-radius: 30%;
  width: 46px;
  height: 46px;
  top: 50%;
  left: auto;
  right: 25px;
  z-index: 10;
  transform: rotate(180deg);
  cursor: pointer;
}


/* end works */
/* reviews */
.reviews {
  background: #282828;
  padding: 125px 0 91px;
  box-sizing: border-box;
}

.reviews h2 {
  position: relative;
  z-index: 4;
  font-weight: 800;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 40px;
  font-family: 'CirceRounded-AltExtraBold';
}

.reviews .title span {
  top: -30px;
  left: 0;
  position: absolute;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #353535;
  font-family: 'CirceRounded-AltExtraBold';
}

.reviews .pic img {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin-right: 15px;
  border-radius: 50%;
}

.reviews .pic h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 9px;
  font-family: 'CirceRounded-AltExtraBold';
}

.reviews .pic p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #999;
}

.reviews .info p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 15px 0;
  color: #d7d7d7;
}

.reviews .info a {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  display: block;
  color: #fff;
}

.reviews .item {
  padding: 0 15px;
  box-sizing: border-box;
}

.reviews .slider_3 {
  margin: 0 -15px;
}

.reviews .item>div {
  padding: 20px 23px 29px;
  background: #333;
  height: 480px;
}

.reviews .slider_3 .owl-prev {
  position: absolute;
  display: block;
  background: url(../img/slider_arrow.png) no-repeat;
  width: 25px;
  height: 25px;
  top: -50px;
  right: 80px;
  cursor: pointer;
}

.reviews .slider_3 .owl-next {
  position: absolute;
  display: block;
  background: url(../img/slider_arrow.png) no-repeat;
  transform: rotate(180deg);
  width: 25px;
  height: 25px;
  top: -50px;
  right: 10px;
  cursor: pointer;
}

/* end reviews */
/* request */
.request {
  padding: 105px 0 0;
  box-sizing: border-box;
}

.request h2 {
  position: relative;
  z-index: 4;
  font-weight: 800;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #242424;
  margin-bottom: 20px;
  font-family: 'CirceRounded-AltExtraBold';
}

.request .title span {
  top: -30px;
  left: 0;
  position: absolute;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #F1F1F1;
  font-family: 'CirceRounded-AltExtraBold';
}

.request .title h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #242424;
  margin-bottom: 30px;
  font-family: 'CirceRounded-AltExtraBold';
  font-weight: 400;
}

.request .request_form {
  max-width: 570px;
  margin: 30px 0;
}

.request .request_form input {
  background: #ECECEC;
  width: 100%;
  box-sizing: border-box;
  padding: 13px 17px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #242424;
}

.request .request_form .label {
  position: relative;
  z-index: 30;
  display: block;
  cursor: pointer;
  /* padding-left: 41px; */
  box-sizing: border-box;
  margin-top: 23px;
}

.request .request_form label input[type="checkbox"] {
  display: none;
}

.request .request_form label b {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #ECECEC;
  border-radius: 10px;
  box-sizing: border-box;
}

.request .request_form input[type="checkbox"]:checked+b::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #FF3E00;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%
}

.request .request_form span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #747474;
}

.request .request_form button {
  display: block;
  background: #FF3E00;
  width: 240px;
  box-sizing: border-box;
  border: 1px solid #FF3E00;
  margin-top: 30px;
  padding: 7px 10px 8px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  transition: all 0.5s ease;
  font-family: 'CirceRounded-AltExtraBold';
}

.request .request_form button:hover {
  background: transparent;
  color: #FF3E00;
}

.request .inner .image_block {
  /* position: absolute; */
  width: 690px;
  height: 870px;
  left: 0;
  bottom: 105px;
}

.request .image_block img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-size: contain;
}

.request .left {
  max-width: 670px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}

/* end request */
/* contacts */
.contacts {
  padding: 83px 0 34px;
  box-sizing: border-box;
  background-color: #282828;
}

.contacts h2 {
  position: relative;
  z-index: 4;
  font-weight: 800;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-family: 'CirceRounded-AltExtraBold';
}

.contacts .title span {
  top: -30px;
  left: 0;
  position: absolute;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #353535;
  font-family: 'CirceRounded-AltExtraBold';
}

.contacts .info {
  width: 37%;
}

.contacts .info_block a {
  position: relative;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  display: block;
  margin-top: 10px;
  font-family: 'CirceRounded-AltExtraBold';
  font-weight: 400;
}

.contacts .info_block>div {
  position: relative;
  padding-left: 60px;
  box-sizing: border-box;
}

.contacts .info_block div+div {
  margin-top: 40px;
}

.contacts .info_block .address a::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/contacts/1.png) no-repeat;
  width: 22px;
  height: 26px;
  bottom: 5px;
  left: -60px;
}

.contacts .info_block .phone a::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/contacts/2.png) no-repeat;
  width: 18px;
  height: 18px;
  bottom: 5px;
  left: -60px;
}

.contacts .info_block .email a::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/contacts/3.png) no-repeat;
  width: 24px;
  height: 24px;
  bottom: 5px;
  left: -60px;
}

.contacts .info_block .link a::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/contacts/4.png) no-repeat;
  width: 23px;
  height: 23px;
  bottom: 5px;
  left: -60px;
}

.contacts .map {
  width: 60%;
  height: 760px;
}

.contacts .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contacts .text {
  text-align: center;
  margin-top: 76px;
}

/* end contacts */
.popap {
  background-color: #ffffff;
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 30px;
  box-sizing: border-box;
  text-align: center;
}

.popap .title h2 {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #242424;
  margin-bottom: 20px;
}

.popap .title {
  margin-bottom: 20px;
}

.popap form input {
  background: #ECECEC;
  width: 100%;
  box-sizing: border-box;
  padding: 13px 17px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #242424;
}

.popap form input::placeholder {
  color: #242424;
}

.popap form button {
  display: block;
  background: #FF3E00;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #FF3E00;
  padding: 12px 10px 14px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  transition: all 0.5s ease;
}

.popap form button:hover {
  background: transparent;
  color: #FF3E00;
}

.popap .order {
  cursor: pointer;
  display: block;
  background: #FF3E00;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #FF3E00;
  padding: 12px 10px 14px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  transition: all 0.5s ease;
}

.popap .order:hover {
  background: transparent;
  color: #FF3E00;
}

.popap form div+div {
  margin-top: 15px;
}

.popap_benefit {
  background-color: #ffffff;
  position: relative;
  max-width: 650px;
  box-sizing: border-box;
  padding: 43px 55px 60px;
  margin: 0 auto;
}

.popap_benefit .picture {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #C4C4C4;
  box-sizing: border-box;
  margin: 0 auto 30px;
  border-radius: 50%;
}

.popap_benefit img {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.popap_benefit h3 {
  text-align: center;
  font-family: 'CirceRounded-AltExtraBold';
  font-size: 24px;
  line-height: 30px;
  color: #242424;
  margin: 25px 0 15px;
}

.popap_benefit p+p {
  margin-top: 15px;
}

.popap_benefit ul {
  margin-top: 29px;
}

.popap_benefit ul li {
  position: relative;
  padding-left: 40px;
}

.popap_benefit ul li::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/check.png) no-repeat;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 0;
  margin-top: -13px;
}

.popap_benefit ul li+li {
  margin-top: 20px;
}

.popap_benefit ul li p {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #747474;
}