@import "bootstrap.min.css";
@import "materialdesignicons.min.css";
@import "material-design-icons.css";
* {
  margin: 0;
  padding: 0;
}

html, body {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  color: #414042;
}

.wrap-all {
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
  position: relative;
  min-height: 100%;
  height: auto !important;
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  .wrap-all {
    padding-left: 240px;
  }
}
.wrap-header {
  height: 30px;
  position: relative;
  background: #fff;
  z-index: 5;
  -webkit-box-shadow: 0 0 4px #666;
  -moz-box-shadow: 0 0 4px #666;
  box-shadow: 0 0 4px #666;
}

.wrap-header__inner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: right;
  padding: 0 20px;
}

.wrap-header img {
  width: 58px;
  height: auto;
  margin-top: 5px;
}

a {
  outline: none !important;
}

@font-face {
  font-family: "HeliosLightC";
  src: url("../fonts/HeliosLightC.eot");
  src: url("../fonts/HeliosLightC.eot@") format("embedded-opentype"), url("../fonts/HeliosLightC.woff") format("woff"), url("../fonts/HeliosLightC.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HeliosCondC";
  src: url("../fonts/HeliosCondC.eot");
  src: url("../fonts/HeliosCondC.eot@") format("embedded-opentype"), url("../fonts/HeliosCondC.woff") format("woff"), url("../fonts/HeliosCondC.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HeliosC";
  src: url("../fonts/HeliosC.eot");
  src: url("../fonts/HeliosC.eot@") format("embedded-opentype"), url("../fonts/HeliosC.woff") format("woff"), url("../fonts/HeliosC.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

*:focus {
  outline: 0 none;
}

.right {
  float: right;
}

.left {
  float: left;
}

a {
  text-decoration: none;
  outline: none;
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: none;
}

body,
html {
  height: 100%;
}

textarea {
  resize: none;
}

html,
body {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  color: #414042;
}

h1 {
  font-family: "Cuprum", sans-serif;
  font-weight: 400;
  font-size: 48px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}
h2 {
  font-family: "Cuprum", sans-serif;
  font-weight: 400;
  font-size: 36px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  font-family: "Cuprum", sans-serif;
  font-weight: 400;
  font-size: 24px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
a {
  outline: none !important;
}

.wrap-all {
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
  position: relative;
  min-height: 100%;
  height: auto !important;
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  .wrap-all {
    padding-left: 240px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrap-all {
    padding-left: 130px;
  }
}
.wrap-menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  font-family: "Cuprum", sans-serif;
}

@media (max-width: 1199px) {
  .wrap-menu {
    z-index: 5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrap-menu {
    height: 55px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .wrap-menu {
    height: 55px;
    position: relative;
  }
}
.wrap-menu > .inner {
  position: fixed;
  height: 100%;
  border-right: 1px solid #e6e7e8;
  background: #ffffff;
}

.wrap-menu > .inner:before {
  position: absolute;
  content: "";
  background: #e6e7e8;
  width: 1px;
  height: 30px;
  right: -1px;
  top: -30px;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrap-menu > .inner:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .wrap-menu > .inner:before {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .wrap-menu > .inner {
    width: 240px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrap-menu > .inner {
    width: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrap-menu > .inner {
    width: 100%;
    height: 55px;
    position: relative;
    border-right: none;
    border-bottom: 1px solid #e6e7e8;
  }
}
@media (max-width: 767px) {
  .wrap-menu > .inner {
    width: 100%;
    height: 55px;
    position: relative;
    border-right: none;
    border-bottom: 1px solid #e6e7e8;
  }
}
.wrap-menu > .inner .logo {
  height: 80px;
  line-height: 80px;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrap-menu > .inner .logo {
    margin-bottom: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrap-menu > .inner .logo {
    height: 55px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .wrap-menu > .inner .logo {
    height: 55px;
    line-height: 55px;
  }
}
.wrap-menu > .inner .logo img {
  width: 150px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrap-menu > .inner .logo img {
    width: 110px;
  }
}
.wrap-menu > .inner .menu-wrapper {
  display: none;
  background-color: #fff;
}

@media only screen and (min-width: 1200px) {
  .wrap-menu > .inner .menu-wrapper {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrap-menu > .inner .menu-wrapper {
    position: absolute;
    left: 130px;
    width: 240px;
    height: 100%;
    top: -30px;
    overflow: hidden;
  }
}
.wrap-menu > .inner .menu-wrapper .menu {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 0;
  border-top: 1px solid #e6e7e8;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrap-menu > .inner .menu-wrapper .menu {
    margin-top: 230px;
  }
}
.wrap-menu > .inner .menu-wrapper .menu > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e6e7e8;
}

.wrap-menu > .inner .menu-wrapper .menu > li.current a {
  border-left: solid 5px #f30713;
  padding-left: 35px;
}

.wrap-menu > .inner .menu-wrapper .menu > li.current ul li a {
  border-left: none;
  padding-left: 0;
}

.wrap-menu > .inner .menu-wrapper .menu > li.open a .icon {
  color: #f30713;
}

.wrap-menu > .inner .menu-wrapper .menu > li.open a .icon::before {
  content: "\f207";
}

.wrap-menu > .inner .menu-wrapper .menu > li a {
  display: block;
  color: #231f20;
  text-decoration: none;
  padding: 10px 0 10px 40px;
}

.wrap-menu > .inner .menu-wrapper .menu > li a .icon {
  float: right;
  margin: 3px 15px 0 0;
}

.wrap-menu > .inner .menu-wrapper .menu > li a .icon::before {
  content: "\f204";
  font-size: 16px;
}

.wrap-menu > .inner .menu-wrapper .menu > li a:hover {
  text-decoration: none;
  color: #58595b;
}

.wrap-menu > .inner .menu-wrapper .menu > li ul {
  font-family: "Roboto Condensed", sans-serif;
  list-style-type: none;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  float: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0 0 20px 40px;
  padding: 0;
}

.wrap-menu > .inner .menu-wrapper .menu > li ul li a {
  padding: 5px 0;
  color: #414042;
}

.wrap-menu > .inner .menu-wrapper .menu > li ul li a:hover {
  background: inherit;
}

.wrap-menu > .inner .menu-buttons {
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .wrap-menu > .inner .menu-buttons {
    display: none;
  }
}
.wrap-menu > .inner .menu-buttons a {
  display: block;
  color: #414042;
  margin-bottom: 30px;
  text-decoration: none;
}

.wrap-menu > .inner .menu-buttons a:hover {
  text-decoration: none;
}

.wrap-menu > .inner .menu-buttons a::before {
  font-size: 26px;
}

.wrap-menu > .inner .menu-buttons a.opened {
  color: #f30713;
}

.wrap-menu > .inner .menu-buttons a.opened::before {
  content: "\f581";
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrap-menu > .inner .menu-buttons a {
    position: absolute;
    top: 20px;
  }
  .wrap-menu > .inner .menu-buttons a.menu-btn {
    float: left;
    left: 40px;
  }
  .wrap-menu > .inner .menu-buttons a.search-btn {
    float: right;
    right: 40px;
  }
  .wrap-menu > .inner .menu-buttons a.search-btn.mdi-window-close {
    color: #f30713;
  }
}
@media (max-width: 767px) {
  .wrap-menu > .inner .menu-buttons a {
    position: absolute;
    top: 20px;
  }
  .wrap-menu > .inner .menu-buttons a.menu-btn {
    float: left;
    left: 20px;
  }
  .wrap-menu > .inner .menu-buttons a.search-btn {
    float: right;
    right: 30px;
  }
  .wrap-menu > .inner .menu-buttons a.search-btn.mdi-window-close {
    color: #f30713;
  }
}
.wrap-menu > .inner .language-switcher {
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .wrap-menu > .inner .language-switcher {
    padding-left: 40px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrap-menu > .inner .language-switcher {
    position: absolute;
    top: -32px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-menu > .inner .language-switcher {
    position: absolute;
    top: -32px;
    left: 20px;
  }
}
.wrap-menu > .inner .language-switcher a {
  font-size: 16px;
  color: #414042;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrap-menu > .inner .language-switcher a {
    display: block;
  }
}
.wrap-menu > .inner .language-switcher a:hover {
  text-decoration: none;
}

.wrap-menu > .inner .language-switcher a.selected {
  color: #808285;
}

.wrap-menu > .inner .language-switcher .separator {
  padding: 0 5px;
  color: #808285;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrap-menu > .inner .language-switcher .separator {
    display: none;
  }
}
.wrap-menu > .inner .large-search a {
  display: none;
  width: 80%;
  margin: 100px auto 0 auto;
  padding: 10px 0;
  color: #414042;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #e6e7e8;
}

.wrap-menu > .inner .large-search a:hover {
  text-decoration: none;
  color: #808285;
}

.wrap-menu > .inner .large-search a .icon {
  color: #f30713;
}

.wrap-menu > .inner .large-search a .icon::before {
  font-size: 20px;
}

@media only screen and (min-width: 1200px) {
  .wrap-menu > .inner .large-search a {
    display: block;
  }
}
.modal.video .modal-dialog {
  margin: 100px auto;
}

@media (max-width: 767px) {
  .modal.video .modal-dialog {
    margin: 30px;
  }
}
.modal.video .modal-dialog .modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  margin: 0;
}

.modal.video .modal-dialog .modal-content .modal-body {
  padding: 15px 15px 10px 15px;
  margin: 0;
}

.modal.video .modal-dialog .modal-content .modal-body iframe {
  padding: 0;
  margin: 0;
}

.modal.video .modal-dialog .modal-content .close-btn {
  text-decoration: none;
  color: #f30713;
  position: absolute;
  right: -30px;
  top: -30px;
}

@media (max-width: 767px) {
  .modal.video .modal-dialog .modal-content .close-btn {
    right: -20px;
    top: -20px;
  }
}
@media (min-width: 1280px) {
  .modal.video .modal-dialog .modal-content {
    width: 840px;
    height: 440px;
  }
  .modal.video .modal-dialog .modal-content .modal-body {
    height: 100%;
  }
  .modal.video .modal-dialog .modal-content .modal-body iframe {
    width: 100%;
    height: 100%;
  }
}
.modal {
  position: fixed;
  z-index: 2000;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 710px;
  }
}
.wrap-footer div > .info-block {
  background: #f1f2f2;
  padding: 50px 105px;
  font-size: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrap-footer div > .info-block {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrap-footer div > .info-block {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .wrap-footer div > .info-block {
    padding: 40px 10px;
  }
}
.wrap-footer div > .info-block .menu {
  font-weight: 500;
  text-transform: uppercase;
}

.wrap-footer div > .info-block .menu a {
  color: #414042;
}

@media (max-width: 767px) {
  .wrap-footer div > .info-block .menu a {
    display: block;
    margin-bottom: 10px;
  }
}
.wrap-footer div > .info-block .menu .separator {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .wrap-footer div > .info-block .menu .separator {
    display: none;
  }
}
.wrap-footer div > .info-block .copyrights p {
  text-align: center;
}

@media (max-width: 767px) {
  .wrap-footer div > .info-block .copyrights p {
    text-align: left;
  }
}
@media (max-width: 800px) {
  .wrap-footer div > .info-block .copyrights span {
    display: block;
  }
}
.wrap-footer div > .info-block .copyrights a {
  color: #414042;
}

.wrap-footer div > .info-block .copyrights .separator {
  padding: 0 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrap-footer div > .info-block .copyrights .separator {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .wrap-footer div > .info-block .copyrights .separator.last {
    display: none;
  }
}
@media (max-width: 767px) {
  .wrap-footer div > .info-block .copyrights .phone {
    display: block;
    font-size: 18px;
    margin-top: 5px;
  }
}
.wrap-footer div > .caution-block {
  padding: 35px 0;
}

.wrap-footer div > .caution-block .caution-img {
  margin-bottom: 10px;
}

.wrap-footer div > .caution-block .caution-more {
  text-align: center;
  font-size: 14px;
  font-weight: 100;
  color: #3a3d42;
}

.wrap-footer div > .caution-block .caution-more p {
  display: inline;
}

@media only screen and (max-width: 991px) {
  #by-buttom {
    display: none !important;
  }
}
@media only screen and (min-width: 991px) {
  .shopping_cart {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .shopping_cart {
    left: 55px !important;
  }
}

.section {
  width: 100%;
}
.section * p {
  line-height: 1.5em;
  font-family: "Cuprum", sans-serif;
}
.section * sup {
  font-size: 60%;
  line-height: 0;
}

.section1 .section1-header {
  background: url("../img/new-img_page/bg.png") no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 174px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section1 .section1-header {
    justify-content: center;
  }
}
.section1 .section1-header p {
  padding-left: 100px;
  color: #fffeff;
  font-size: 48px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .section1 .section1-header p {
    font-size: 36px;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .section2 {
    padding: 0 20px;
  }
}
.section2 .h1-title {
  padding-left: 100px;
  color: #414042;
  font-size: 36px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .section2 .h1-title {
    font-size: 24px;
    padding-left: 20px;
    padding-top: 20px;
  }
}
.section2 .drug-wrapper {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .section2 .drug-wrapper {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .section2 .drug-wrapper .pack {
    order: 2;
  }
}
.section2 .drug-wrapper .pack img {
  margin: 0 30px 0 0;
  max-width: 560px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .section2 .drug-wrapper .pack img {
    margin-left: -40px;
    margin-right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section2 .drug-wrapper .desk {
    order: 3;
  }
}
.section2 .drug-wrapper .desk .text1 {
  color: #e52c36;
  font-weight: 400;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .section2 .drug-wrapper .desk .text1 {
    font-size: 20px;
  }
}
.section2 .drug-wrapper .desk .text1 span {
  font-weight: 700;
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .section2 .drug-wrapper .desk .text1 span {
    font-size: 28px;
  }
}
.section2 .drug-wrapper .desk .text2 {
  color: #414042;
  font-weight: 400;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .section2 .drug-wrapper .desk .text2 {
    font-size: 17px;
  }
}
.section2 .drug-wrapper .desk .text2 span {
  font-weight: 700;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .section2 .drug-wrapper .desk .text2 span {
    font-size: 24px;
  }
}
.section2 .drug-wrapper .desk .drug-store-link {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .section2 .drug-wrapper .desk .drug-store-link {
    display: none;
  }
}
.section2 .drug-wrapper .desk .drug-store-link:active .drug-store-btn {
  background-color: rgb(190, 25, 34);
}
.section2 .drug-wrapper .desk .drug-store-link:hover {
  text-decoration: none;
}
.section2 .drug-wrapper .desk .drug-store-link:hover .drug-store-btn p {
  transform: scale(1.1);
}
.section2 .drug-wrapper .desk .drug-store-btn {
  margin-top: 30px;
  width: 235px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e52c36;
}
.section2 .drug-wrapper .desk .drug-store-btn p {
  transition: transform 0.2s ease;
  color: #fdfdfe;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}
.section2 .drug-wrapper .drug-store-link_mob {
  text-decoration: none;
  display: none;
}
.section2 .drug-wrapper .drug-store-link_mob .drug-store-btn {
  margin-top: 30px;
  width: 200px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e52c36;
}
.section2 .drug-wrapper .drug-store-link_mob .drug-store-btn p {
  transition: transform 0.2s ease;
  color: #fdfdfe;
  font-size: 21px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .section2 .drug-wrapper .drug-store-link_mob {
    display: flex;
    justify-content: center;
    order: 1;
  }
}
.section2 .drug-wrapper .drug-store-link_mob:active .drug-store-btn {
  background-color: rgb(190, 25, 34);
}
.section2 .drug-wrapper .drug-store-link_mob:hover {
  text-decoration: none;
}
.section2 .drug-wrapper .drug-store-link_mob:hover .drug-store-btn p {
  transform: scale(1.1);
}

.section3 {
  margin-top: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section3 {
    padding: 0 20px;
    margin-top: 30px;
  }
}
.section3 .line1 {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .section3 .line1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.section3 .line2 {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .section3 .line2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.section3 .pack-item-wrapper {
  width: 100%;
  max-width: 515px;
  margin: 0 10px 10px 0;
  box-shadow: 3px 2px 5px 0 rgba(41, 41, 41, 0.1);
  background: white;
}
.section3 .pack-item-wrapper:nth-child(4), .section3 .pack-item-wrapper:nth-child(2) {
  margin-right: 0;
}
.section3 .pack-item-wrapper.pack-item-wrapper1 .desk {
  max-width: 280px;
  width: 100%;
}
.section3 .pack-item-wrapper.pack-item-wrapper1 .text2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .section3 .pack-item-wrapper.pack-item-wrapper1 .desk {
    display: flex;
  }
}
.section3 .pack-item-wrapper.pack-item-wrapper1 img {
  max-width: 302px;
}
@media screen and (max-width: 768px) {
  .section3 .pack-item-wrapper.pack-item-wrapper1 img {
    margin-left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .section3 .pack-item-wrapper.pack-item-wrapper2 .desk {
    align-self: center !important;
  }
}
.section3 .pack-item-wrapper.pack-item-wrapper2 .text2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section3 .pack-item-wrapper.pack-item-wrapper2 .text2 {
    margin-bottom: 30px;
  }
}
.section3 .pack-item-wrapper.pack-item-wrapper2 img {
  max-width: 270px !important;
}
.section3 .pack-item-wrapper.pack-item-wrapper3 {
  margin-bottom: 0;
}
.section3 .pack-item-wrapper.pack-item-wrapper3 .text1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .section3 .pack-item-wrapper.pack-item-wrapper3 .text1 {
    margin-bottom: 30px;
  }
}
.section3 .pack-item-wrapper.pack-item-wrapper3 img {
  margin-top: 40px;
  max-width: 271px;
}
@media screen and (max-width: 768px) {
  .section3 .pack-item-wrapper.pack-item-wrapper3 img {
    margin-left: -30px;
    margin-top: 0;
  }
}
.section3 .pack-item-wrapper.pack-item-wrapper4 {
  margin-bottom: 0;
}
.section3 .pack-item-wrapper.pack-item-wrapper4 .text2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section3 .pack-item-wrapper.pack-item-wrapper4 .text2 {
    margin-bottom: 30px;
  }
}
.section3 .pack-item-wrapper.pack-item-wrapper4 img {
  max-width: 248px;
}
@media screen and (max-width: 991px) {
  .section3 .pack-item-wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .section3 .pack-item-wrapper {
    margin: 0 10px 10px 10px !important;
  }
  .section3 .pack-item-wrapper.pack-item-wrapper4 {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .section3 .pack-item-wrapper {
    margin: 0 0 10px 0 !important;
  }
}
.section3 .pack-item-wrapper .h2-title {
  margin-top: 35px;
  margin-left: 68px;
  color: #414042;
  font-weight: 400;
  font-size: 17px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section3 .pack-item-wrapper .h2-title {
    font-size: 16px;
    margin: 0;
  }
}
.section3 .pack-item-wrapper .h2-title:after {
  content: "";
  width: 50%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #e52c36;
}
@media screen and (max-width: 768px) {
  .section3 .pack-item-wrapper .h2-title:after {
    width: 100%;
  }
}
.section3 .pack-item-wrapper .h2-title span {
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .section3 .pack-item-wrapper .h2-title span {
    font-size: 17px;
  }
}
.section3 .pack-item-wrapper .pack-item {
  padding-bottom: 20px;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  .section3 .pack-item-wrapper .pack-item {
    flex-direction: column;
  }
}
.section3 .pack-item-wrapper .pack-item .pack img {
  max-width: 302px;
  width: 100%;
  height: auto;
}
.section3 .pack-item-wrapper .pack-item .desk {
  display: flex;
  align-self: flex-end;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .section3 .pack-item-wrapper .pack-item .desk {
    align-self: flex-start;
  }
}
.section3 .pack-item-wrapper .pack-item .desk .text1 {
  line-height: 1.1em;
  color: #414042;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .section3 .pack-item-wrapper .pack-item .desk .text1 {
    font-size: 14px;
  }
}
.section3 .pack-item-wrapper .pack-item .desk .text2 {
  line-height: 1.1em;
  color: #414042;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .section3 .pack-item-wrapper .pack-item .desk .text2 {
    font-size: 17px;
  }
}

.section4 {
  background-color: #c62736;
  min-height: 220px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .section4 {
    padding: 0 20px;
  }
}
.section4 .block-icon {
  padding-bottom: 30px;
  padding-top: 30px;
  width: 203px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section4 .block-icon {
    width: 100%;
    flex-direction: row;
  }
}
.section4 .block-icon.block-icon1 .text {
  padding-top: 16px;
}
.section4 .block-icon.block-icon1 .icon-item {
  background: url("../img/new-img_page/icon1.png") no-repeat center;
  width: 80px;
  height: 80px;
}
.section4 .block-icon.block-icon2 .text {
  padding-top: 25px;
}
.section4 .block-icon.block-icon2 .icon-item {
  background: url("../img/new-img_page/icon2.png") no-repeat center;
  width: 80px;
  height: 80px;
}
.section4 .block-icon.block-icon3 .text {
  padding-top: 16px;
}
.section4 .block-icon.block-icon3 .icon-item {
  background: url("../img/new-img_page/icon3.png") no-repeat center;
  width: 80px;
  height: 80px;
}
.section4 .block-icon.block-icon4 .text {
  padding-top: 32px;
}
.section4 .block-icon.block-icon4 .icon-item {
  background: url("../img/new-img_page/icon4.png") no-repeat center;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .section4 .block-icon .icon-item {
    margin-right: 15px;
  }
}
.section4 .block-icon .text {
  width: 203px;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .section4 .block-icon .text {
    width: 60%;
  }
}
.section4 .block-icon .text span {
  font-size: 28px;
  font-weight: 700;
}
.section4 .block-icon .text span span {
  font-size: 24px;
}
.section4 .block-icon .text span span span {
  font-weight: 400;
}

.section5 {
  margin-top: 60px;
  padding: 0 0 0 100px;
}
@media screen and (max-width: 768px) {
  .section5 {
    padding: 0 20px;
  }
}
.section5 .h1-title {
  padding-top: 40px;
  color: #151515;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 20px;
  position: relative;
}
.section5 .h1-title:before {
  content: "";
  width: 20%;
  height: 5px;
  background: #e52c36;
  position: absolute;
  left: 0;
  top: 0;
}
.section5 .list {
  color: #808285;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 15px;
}

/*# sourceMappingURL=style.css.map */
