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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  box-sizing: border-box; }

* {
  text-decoration: none; }

button {
  outline: none; }

@font-face {
  font-family: "UniNeueRegular";
  src: url("../fonts/UniNeueRegular.ttf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: "UniNeueBold";
  src: url("../fonts/UniNeueBold.ttf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }
.container {
  width: 1240px;
  margin: 0 auto; }
.sertf{
  width: 100%;
  display: flex;
  padding-bottom: 20px;
      justify-content: space-between;
}
img.srt{
      width: 490px;
    height: 440px;
}
img.sr{
      width: 490px;
    height: 650px;
}
.bg-head {
  height: 893px;
  width: 100%;
  background: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.header-top {
  display: flex;
  padding-top: 48px;
  align-items: center;
  justify-content: space-between; }

.header-right {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.contact {
  display: flex;
  margin-right: 44px;
  flex-direction: column; }
  .contact a {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    color: #000;
    font-family: "UniNeueRegular"; }
    .contact a img {
      position: relative;
      left: -5px;
      top: -4px; }
  .contact span {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    font-family: "UniNeueRegular";
    color: #5C5C5C; }

.btn-header a {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  line-height: 22px;
  border: 2px solid #113C69;
  box-sizing: border-box;
  border-radius: 66px;
  width: 254px;
  cursor: pointer;
  background: transparent;
  height: 56px;
  display: flex;
  color: #113C69;
  font-family: "UniNeueBold";
  justify-content: center;
  align-items: center;
  text-align: center; }

.header-content {
  width: 740px;
  padding-top: 120px; }
  .header-content h1 {
    font-weight: 800;
    font-size: 64px;
    text-transform: uppercase;
    line-height: 79px;
    font-family: "UniNeueBold";
    color: #113C69; }
  .header-content p {
    font-family: "UniNeueRegular";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    padding-top: 30px;
    color: #5C5C5C; }

.header-min {
  display: flex;
  align-items: center;
  padding-top: 30px; }
  .header-min span {
    padding-left: 10px;
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 120%;
    font-family: "UniNeueRegular";
    color: #1B5899; }

.btn-b {
  margin-top: 32px; }
  .btn-b a {
    text-decoration: none;
    transition: 0.3s;
    border-radius: 12px;
    width: 475px;
    display: flex;
    height: 100px;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    font-family: "UniNeueBold";
    color: #FFFFFF;
    padding-left: 45px;
    position: relative;
    background: linear-gradient(150.83deg, #1488CC 0.06%, #2B32B2 101.14%);
    align-items: center;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.13); }
    .btn-b a:hover {
      box-shadow: 0px 26px 35px rgba(20, 136, 204, 0.53); }
    .btn-b a:after {
      content: '';
      position: absolute;
      right: 20px;
      top: 15px;
      width: 73px;
      height: 73px;
      background: rgba(0, 0, 0, 0.19);
      border-radius: 18px; }
    .btn-b a img {
      position: absolute;
      right: 40px;
      top: 40px; }

.header-menu {
  border-radius: 15px;
  width: 1130px;
  height: 180px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  position: relative;
  top: 110px;
  box-shadow: 0px 15px 60px rgba(255, 255, 255, 0.54);
  background: url("../img/subtract.png"); }
  .header-menu ul {
    height: 180px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header-menu li {
    font-family: "UniNeueRegular";
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: column; }
    .header-menu li img {
      margin-bottom: 13px; }

.bg-slider {
  background: #BEE3F2;
  padding-bottom: 100px; }

.slider-wrap {
  padding-top: 190px; }
  .slider-wrap h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    font-family: "UniNeueRegular";
    text-transform: uppercase;
    color: #1D4772; }

.guarantee {
  padding-top: 100px;
  padding-bottom: 100px; }
  .guarantee h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    font-family: "UniNeueRegular";
    text-transform: uppercase;
    color: #1D4772; }

.guarantee-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 60px; }

.guarantee-box {
  width: 205px; }
  .guarantee-box p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    font-family: "UniNeueRegular";
    line-height: 20px;
    text-align: center;
    padding-top: 22px;
    color: #3D3D3D;
    width: 205px;
    margin: auto; }

.img {
  background: #113C69;
  border-radius: 14px;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative; }
  .img:after {
    content: '';
    bottom: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff; }

.guarantee-txt {
  width: 100%;
  padding-top: 70px; }
  .guarantee-txt span {
    width: 100%;
    text-transform: uppercase;
    display: block;
    width: 658px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    font-family: "UniNeueRegular";
    color: #0072B5; }

.footer {
  height: 115px;
  background: #113C69; }

.footer-wrap {
  display: flex;
  height: 115px;
  align-items: center;
  justify-content: space-between; }

.footer-left a {
  font-weight: normal;
  font-size: 23px;
  line-height: 22px;
  font-family: "UniNeueRegular";
  color: #fff;
  display: flex; }
.footer-left span {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  font-family: "UniNeueRegular";
  color: #BEE3F2; }

.footer-right {
  text-align: right; }
  .footer-right a {
    font-weight: normal;
    font-size: 21px;
    line-height: 22px;
    font-family: "UniNeueRegular";
    color: #fff;
    display: flex; }
  .footer-right span {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    font-family: "UniNeueRegular";
    color: #BEE3F2; }

.express-wrap {
  display: flex;
  justify-content: space-between; }

.express {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #CDE4F1;
  position: relative;
  z-index: 999; }

.express-btn a {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  font-family: "UniNeueBold";
  text-align: center;
  color: #113C69;
  border: 2px solid #113C69;
  box-sizing: border-box;
  border-radius: 66px;
  width: 434px;
  justify-content: center;
  height: 86px;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase; }

.express-txt {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  text-transform: uppercase;
  font-family: "UniNeueBold";
  color: #113C69; }
  .express-txt span {
    padding-left: 5px;
    color: #0072b5; }

.exp-bg {
  position: absolute;
  right: 140px;
  top: 0;
  z-index: -1;
  opacity: 0.4; }

.product-slider {
  width: 360px;
  height: 280px; }
  .product-slider li {
    list-style: none;
    outline: none;
    text-align: center; }
  .product-slider img {
    width: 360px;
    height: 280px;
    outline: none;
    margin: auto;
    margin-bottom: 10px; }
  .product-slider a {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: "UniNeueBold";
    color: #113C69;
    text-decoration: none;
    outline: none; }

.slick-list {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

img.img-hover-next {
  width: 38px !important;
  display: block;
  height: 18px !important;
  background-size: contain;
  transition: 0.3s;
  background-image: url(../img/right.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 100%;
  padding: 10px;
  z-index: 99; }

img.img-hover-next:hover {
  width: 38px !important;
  display: block;
  height: 18px !important;
  background-size: contain;
  background-image: url(../img/right-hover.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 100%;
  padding: 10px; }

img.img-hover-prev {
  width: 38px !important;
  display: block;
  height: 18px !important;
  background-size: contain;
  background-image: url(../img/left.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 100%;
  padding: 10px;
  z-index: 99; }

img.img-hover-prev:hover {
  width: 38px !important;
  display: block;
  height: 18px !important;
  background-size: contain;
  transition: 0.3s;
  background-image: url(../img/left-hover.png);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 100%;
  padding: 10px; }

#fancybox-content {
  border: none !important; }

#fancybox-outer {
  background: transparent !important; }

#fancybox-title {
  font-family: "UniNeueBold" !important;
  font-size: 16px !important;
  text-transform: uppercase;
  z-index: 1102;
  color: #113C69 !important; }

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: none !important; }

#fancybox-title-float-main {
  background: none !important; }

#fancybox-title-float-right {
  background: none !important; }

#fancybox-left-ico {
  width: 45px !important;
  background-image: url(../img/left-hover.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important; }

#fancybox-right-ico {
  width: 45px !important;
  background-image: url(../img/right-hover.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important; }

.header-menu img {
  height: 52px; }

@media only screen and (max-width: 1240px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }

  .slick-next {
    right: 20px !important; }

  .slick-prev {
    left: 20px !important; } }
@media only screen and (max-width: 1200px) {
  .header-menu {
    width: 100%; } }
@media only screen and (max-width: 1024px) {
  .guarantee-wrap {
    display: flex;
    flex-wrap: wrap; }
img.srt{
      width: 340px;
    height: 240px;
}
img.sr{
      width: 340px;
    height: 450px;
}
.sertf {
    justify-content: space-around;
}
  .exp-bg {
    display: none; }

  .guarantee-box {
    margin-bottom: 40px; }

  .guarantee-box:last-child {
    margin-bottom: 0; } }
@media only screen and (max-width: 991px) {
  .express-wrap {
    flex-direction: column; }
.sertf {
    flex-direction: column;
}
img.srt{
      width: 340px;
    height: 240px;
    margin: 0 auto;
    margin-bottom: 30px;
}
img.sr{
      width: 340px;
    height: 450px;
    margin: 0 auto;
}
  .express-txt {
    text-align: center;
    padding-bottom: 32px; }

  .express-btn a {
    margin: 0 auto; }

  .logo img {
    width: 200px; }

  .contact a {
    font-size: 21px;
    line-height: 22px; }

  .contact {
    margin-right: 25px; }

  .btn-header a {
    width: 220px; }

  .header-content {
    width: 740px;
    padding-top: 75px; }

  .header-menu {
    padding-left: 20px;
    padding-right: 20px; } }
@media only screen and (max-width: 768px) {
  .header-content h1 {
    font-size: 53px;
    line-height: 62px; }

  .bg-head {
    height: 815px;
    width: 100%; }

  .bg-slider {
    padding-bottom: 50px; }

  .guarantee {
    padding-top: 50px;
    padding-bottom: 50px; }

  .header-content {
    width: 100%; }

  .express {
    padding-top: 50px;
    padding-bottom: 50px; } }
@media only screen and (max-width: 668px) {
  .guarantee-txt span {
    width: 100%; }

  .btn-header {
    display: none; }

  .header-menu {
    width: 100%;
    height: inherit;
    margin: 0 auto;
    position: relative;
    top: 110px;
    box-shadow: 0px 15px 60px rgba(255, 255, 255, 0.54);
    background: url(../img/sub-mob.png);
    background-repeat: no-repeat;
    background-size: cover; }

  .slider-wrap {
    padding-top: 220px; }

  .header-menu ul {
    height: inherit;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    flex-wrap: wrap;
    padding-bottom: 20px;
    padding-top: 40px; }

  .header-menu li {
    width: 110px;
    margin-bottom: 15px; }

  .header-content h1 {
    font-size: 47px;
    line-height: 51px; }

  .header-min span {
    font-size: 30px; }

  .header-content p {
    font-size: 21px;
    line-height: 27px;
    padding-top: 10px;
    color: #5C5C5C; }

  .express-txt {
    font-size: 30px;
    line-height: 39px; } }
@media only screen and (max-width: 568px) {
  .btn-b a {
    width: 100%; }

  .slider-wrap {
    padding-top: 320px; }

  .slider-wrap h2 {
    font-size: 22px;
    line-height: 39px; }

  .slick-next {
    right: 0px !important; }

  .slick-prev {
    left: 0px !important; }

  .guarantee h2 {
    font-size: 22px;
    line-height: 39px; }

  .guarantee-txt span {
    font-size: 18px;
    line-height: 28px; }

  .express-txt {
    font-size: 22px;
    line-height: 28px; }

  .express-btn a {
    font-size: 18px;
    width: 100%; }

  .footer-wrap {
    display: flex;
    height: inherit;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column; }

  .footer {
    padding-bottom: 40px;
    padding-top: 40px;
    height: inherit; }

  .footer-right {
    text-align: left;
    padding-top: 10px; } }
@media only screen and (max-width: 480px) {
  .guarantee-box {
    margin: auto;
    margin-bottom: 40px; }

  .guarantee-box:last-child {
    margin-bottom: 0; }

  .contact span {
    display: none; }

  .logo img {
    width: 130px; }

  .header-top {
    display: flex;
    padding-top: 25px; }

  .contact {
    margin-right: 0; }

  .contact a {
    font-size: 18px; }

  .header-content h1 {
    font-size: 30px;
    line-height: 38px; }

  .header-min img {
    width: 35px;
    height: 35px; }

  .header-min span {
    font-size: 22px; }

  .header-min {
    padding-top: 10px; }

  .header-content p {
    font-size: 16px;
    line-height: 19px;
    padding-top: 10px; }

  .btn-b a {
    padding-left: 10px; }

  .bg-head {
    height: 756px;
    width: 100%; }

  .header-menu {
    top: 65px; }

  .bg-slider {
    padding-bottom: 20px; }

  .footer-left span {
    margin-bottom: 10px;
    display: block; }

  .footer-right span {
    margin-bottom: 10px;
    display: block; } }
@media only screen and (max-width: 375px) {
  .btn-b a:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 11px;
    width: 53px;
    height: 53px; }

  .btn-b a {
    height: 75px; }

  .btn-b a img {
    position: absolute;
    right: 31px;
    top: 30px;
    width: 30px; }

  .slider-wrap {
    padding-top: 272px; }

  .express-btn a {
    padding-left: 20px;
    padding-right: 20px; }
img.srt{
      width: 100%;
    height: 240px;
    margin: 0 auto;
    margin-bottom: 30px;
}
img.sr{
      width: 100%;
    height: 450px;
    margin: 0 auto;
}
  .guarantee-txt {
    width: 100%;
    padding-top: 40px; } }
@media only screen and (max-width: 320px) {
  .contact a {
    font-size: 15px; }

  .contact a img {
    position: relative;
    left: -5px;
    top: 0px; }

  .header-menu {
    padding-left: 0px;
    padding-right: 0px; }

  .express-txt {
    font-size: 20px;
    line-height: 28px; }

  .slider-wrap {
    padding-top: 310px; }

  .guarantee-txt span {
    font-size: 16px; }

  br {
    display: none; }

  .btn-b a {
    height: inherit;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px; }

  .btn-b a:after {
    right: 11px;
    top: 21px;
    width: 53px;
    height: 53px; }

  .btn-b a img {
    position: absolute;
    right: 22px;
    top: 40px;
    width: 30px; } }

/*# sourceMappingURL=styles.css.map */
