@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&display=swap");
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  margin: 0;
}

body {
  font-family: 'HelveticaNeue';
  font-weight: 400;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
  height: 100%;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

a {
  font-family: inherit;
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
  border: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold/Gilroy-Bold.eot");
  src: local("☺"), url("../fonts/Gilroy-Bold/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold/Gilroy-Bold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular/Gilroy-Regular.eot");
  src: local("☺"), url("../fonts/Gilroy-Regular/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium/Gilroy-Medium.eot");
  src: local("☺"), url("../fonts/Gilroy-Medium/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: local("☺"), url("../fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: local("☺"), url("../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: local("☺"), url("../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Whitney-Light/Whitney-Light.woff") format("woff"), url("../fonts/Whitney-Light/Whitney-Light.eot") format("eot"), url("../fonts/Whitney-Light/Whitney-Light.ttf") format("ttf");
}

body {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  background: #F6F7FB;
  outline: none;
}

a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header {
  background: #3257B1;
  color: #fff;
  padding: 23px 0 0 0;
}

@media (max-width: 768px) {
  header {
    padding: 30px 0;
  }
}

@media (max-width: 600px) {
  header {
    padding: 20px 0;
  }
}

@media (max-width: 375px) {
  header {
    padding: 16px 0;
  }
}

header .header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  header .header-container {
    padding: 0px 125px 0 50px;
  }
}

@media (max-width: 600px) {
  header .header-container {
    padding: 0px 125px 0 20px;
  }
}

@media (max-width: 375px) {
  header .header-container {
    padding: 0px 125px 0 20px;
  }
}

header .header-container .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999999;
}

header .header-container .logo .title {
  font-weight: 700;
  margin-left: 10px;
}

header .header-container .logo .logo_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-container li {
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: 6px;
}

@media (max-width: 1024px) {
  header .header-container li {
    padding: 15px;
  }
}

header .header-container li .link {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 122%;
}

header .header-container li .link:hover {
  color: #9AAFE4;
}

header .header-container li:nth-last-child(1) {
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #FFFFFF;
}

header .header-container li:nth-last-child(1):nth-last-child(1):hover {
  background: #F77268;
  -webkit-box-shadow: 0px 9px 31px rgba(247, 114, 104, 0.67);
          box-shadow: 0px 9px 31px rgba(247, 114, 104, 0.67);
  border-radius: 6px;
}

header .header-container li:nth-last-child(1):nth-last-child(1):hover a {
  color: #fff  !important;
}

header .header-container .link-mobile {
  display: none;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 122%;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  padding: 15px 30px;
  z-index: 999999;
}

@media (max-width: 768px) {
  header .header-container .link-mobile {
    display: inline-block;
  }
}

@media (max-width: 768px) {
  header .header-container .link-mobile {
    display: none;
  }
}

header .header-container nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  header .header-container nav {
    display: none;
  }
}

header .mobmenu {
  display: block;
  left: -101%;
  width: 100%;
  max-width: 100vw;
  top: 0;
  min-height: 100vh;
  height: auto;
  background: #3257B1;
  color: #fff;
  position: fixed;
  z-index: 10;
  text-align: center;
  -webkit-transition: 1.5s ease;
  -o-transition: 1.5s ease;
  transition: 1.5s ease;
  z-index: 99999;
}

header .mobmenu ul {
  min-height: 100vh;
  max-width: 100vw;
  padding: 0;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

header .mobmenu ul li {
  /* display: block; */
  margin: 0 auto;
  margin-bottom: 30px;
}

header .mobmenu ul li a {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 122%;
  color: #FFFFFF;
  opacity: 0.5;
}

header .mobmenu ul li a:hover {
  opacity: 1;
}

header .mobmenu.animate {
  left: 0;
  display: block;
  min-height: 100vh;
  height: 100%;
}

header .mobmenu.animate div {
  position: absolute;
  top: 15px;
  left: 15px;
}

header .burger {
  display: none;
  position: fixed;
  right: 34px;
  top: 38px;
  width: 34px;
  height: 29px;
  cursor: pointer;
  z-index: 11;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 999999;
}

header .burger span {
  position: absolute;
  height: 5px;
  background: #fff;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 5px;
  top: 23px;
  width: 34px;
}

@media (max-width: 600px) {
  header .burger span {
    width: 24px;
    height: 3px;
    top: 18px;
  }
}

header .burger span.active {
  background: rgba(255, 255, 255, 0);
  z-index: 10;
  top: 12px;
  width: 34px;
}

@media (max-width: 600px) {
  header .burger span.active {
    top: 9px;
    width: 24px;
  }
}

header .burger span.active:before {
  content: "";
  top: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 300ms, -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: top 300ms, -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: top 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: top 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: top 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: #ffffff;
  color: #fff;
  z-index: 10;
}

header .burger span:before {
  position: absolute;
  height: 5px;
  background: #fff;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 5px;
  content: "";
  top: -21px;
  width: 34px;
  -webkit-transition: top 300ms 300ms, -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms, -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

@media (max-width: 600px) {
  header .burger span:before {
    width: 24px;
    height: 3px;
    top: -18px;
  }
}

header .burger .active::before {
  width: 34px;
}

@media (max-width: 600px) {
  header .burger .active::before {
    width: 24px;
  }
}

header .burger span:after {
  position: absolute;
  height: 5px;
  background: #fff;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 5px;
  content: "";
  width: 34px;
  bottom: 10px;
  -webkit-transition: bottom 300ms 300ms, -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms, -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

@media (max-width: 600px) {
  header .burger span:after {
    width: 24px;
    height: 3px;
    bottom: 9px;
  }
}

header .burger span.active:after {
  content: "";
  bottom: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 300ms, -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: bottom 300ms, -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: bottom 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: bottom 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: bottom 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: #ffffff;
  color: #fff;
  z-index: 10;
  width: 34px;
}

@media (max-width: 600px) {
  header .burger span.active:after {
    width: 24px;
  }
}

@media (max-width: 768px) {
  header .burger {
    display: block;
    position: fixed;
  }
}

@media (max-width: 600px) {
  header .burger {
    top: 20px;
    width: 24px;
    height: 21px;
  }
}

@media (max-width: 375px) {
  header .burger {
    top: 16px;
  }
}

.button {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 122%;
  text-align: center;
  color: #FFFFFF;
  background: #F77268;
  -webkit-box-shadow: 0px 9px 31px rgba(247, 114, 104, 0.67);
          box-shadow: 0px 9px 31px rgba(247, 114, 104, 0.67);
  border-radius: 6px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.hero-screen {
  background: -o-radial-gradient(50% 50%, 43.47% 61.19%, #5475C6 0%, #3257B1 78.65%);
  background: radial-gradient(43.47% 61.19% at 50% 50%, #5475C6 0%, #3257B1 78.65%);
  position: relative;
}

.hero-screen .main-header-content {
  padding: 95px 275px 0px 275px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1280px) {
  .hero-screen .main-header-content {
    padding: 95px 50px 0 50px;
  }
}

@media (max-width: 768px) {
  .hero-screen .main-header-content {
    padding: 183px 35px 0 35px;
  }
}

@media (max-width: 600px) {
  .hero-screen .main-header-content {
    padding: 60px 20px 0 20px;
  }
}

.hero-screen .main-header-content h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 113%;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  .hero-screen .main-header-content h1 {
    font-size: 50px;
    line-height: 100.5%;
  }
}

@media (max-width: 600px) {
  .hero-screen .main-header-content h1 {
    font-size: 30px;
  }
}

.hero-screen .main-header-content .sub-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin: 10px 0 25px 0;
  padding: 0px 160px;
}

@media (max-width: 768px) {
  .hero-screen .main-header-content .sub-title {
    margin: 20px 0 40px 0;
    padding: 0px 135px;
    font-size: 20px;
    line-height: 35px;
    opacity: 0.9;
  }
}

@media (max-width: 600px) {
  .hero-screen .main-header-content .sub-title {
    margin: 10px 0 30px 0;
    padding: 0px;
    font-size: 15px;
    line-height: 25px;
  }
}

.hero-screen .main-header-content .button {
  padding: 16px 5px;
  margin: 0 auto;
  width: 200px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid transparent;
}

@media (max-width: 768px) {
  .hero-screen .main-header-content .button {
    padding: 21px 5px;
    margin: 0 auto;
    width: 285px;
  }
}

@media (max-width: 600px) {
  .hero-screen .main-header-content .button {
    padding: 16px 5px;
  }
}

.hero-screen .main-header-content .button:hover {
  border: 1px solid #fff;
}

.hero-screen .main-header-content .img-block {
  padding-top: 60px;
  height: 413px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 1024px) {
  .hero-screen .main-header-content .img-block {
    max-width: 650px;
    margin: 0 auto;
  }
  .main-img{
    margin-top: 53px;
  }
}

@media (max-width: 768px) {
  .hero-screen .main-header-content .img-block {
    height: 325px;
    margin-top: 175px;
    padding-top: 0px;
    max-width: 548px;
    margin: 175px auto 0 auto;
  }
  .main-img{
    margin-top: 27px;
  }
}

@media (max-width: 600px) {
  .hero-screen .main-header-content .img-block {
    margin: 70px auto 0 auto;
    max-width: 268px;
    height: 146px;
  }
}

.hero-screen .main-header-content .img-block .item_1 {
  position: absolute;
  bottom: 94px;
  left: -80px;
  max-width: 194px;
  -webkit-box-shadow: 0px 7px 22px rgba(29, 30, 61, 0.16);
          box-shadow: 0px 7px 22px rgba(29, 30, 61, 0.16);
  border-radius: 12px;
}

@media (max-width: 1280px) {
  .hero-screen .main-header-content .img-block .item_1 {
    bottom: 101px;
    left: -22px;
  }
}

@media (max-width: 1024px) {
  .hero-screen .main-header-content .img-block .item_1 {
    bottom: 120px;
    left: -50px;
    max-width: 150px;
  }
}

@media (max-width: 768px) {
  .hero-screen .main-header-content .img-block .item_1 {
    bottom: 97px;
    left: -54px;
    max-width: 125px;
  }
}

@media (max-width: 600px) {
  .hero-screen .main-header-content .img-block .item_1 {
    bottom: 23px;
    left: -12px;
    max-width: 117px;
  }
}

.hero-screen .main-header-content .img-block .item_2 {
  position: absolute;
  top: 165px;
  right: -70px;
  max-width: 248px;
  -webkit-box-shadow: 0px 7px 22px rgba(29, 30, 61, 0.16);
          box-shadow: 0px 7px 22px rgba(29, 30, 61, 0.16);
  border-radius: 12px;
}

@media (max-width: 1280px) {
  .hero-screen .main-header-content .img-block .item_2 {
    right: 0px;
  }
}

@media (max-width: 1024px) {
  .hero-screen .main-header-content .img-block .item_2 {
    right: -42px;
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .hero-screen .main-header-content .img-block .item_2 {
    top: 104px;
    right: -50px;
    max-width: 159px;
  }
}

@media (max-width: 600px) {
  .hero-screen .main-header-content .img-block .item_2 {
    top: 3px;
    right: -6px;
    max-width: 141px;
  }
}

.hero-screen .main-header-content .img-block .item_3 {
  position: absolute;
  bottom: 53px;
  right: -70px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF)), url(image.png);
  background: -o-linear-gradient(bottom, #FFFFFF, #FFFFFF), url(image.png);
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), url(image.png);
  -webkit-box-shadow: 0px 7px 22px rgba(29, 30, 61, 0.16);
          box-shadow: 0px 7px 22px rgba(29, 30, 61, 0.16);
  border-radius: 12px;
  padding: 16px;
}

@media (max-width: 1280px) {
  .hero-screen .main-header-content .img-block .item_3 {
    right: -20px;
  }
}

@media (max-width: 1024px) {
  .hero-screen .main-header-content .img-block .item_3 {
    bottom: 85px;
    right: -47px;
    width: 140px;
  }
}

@media (max-width: 768px) {
  .hero-screen .main-header-content .img-block .item_3 {
    right: -64px;
    width: 122px;
  }
}

@media (max-width: 600px) {
  .hero-screen .main-header-content .img-block .item_3 {
    display: none;
  }
}

.hero-screen .back-1 {
  position: absolute;
  top: -4%;
  left: 3%;
}

@media (max-width: 1024px) {
  .hero-screen .back-1 {
    top: -7%;
    left: 1%;
  }
}

@media (max-width: 768px) {
  .hero-screen .back-1 {
    top: -19%;
    left: 1%;
    width: 33px;
  }
}

@media (max-width: 600px) {
  .hero-screen .back-1 {
    display: none;
  }
}

.hero-screen .back-2 {
  position: absolute;
  top: 14%;
  left: -14%;
}

@media (max-width: 1280px) {
  .hero-screen .back-2 {
    left: -4%;
  }
}

@media (max-width: 1024px) {
  .hero-screen .back-2 {
    top: 14%;
    left: -10%;
  }
}

@media (max-width: 768px) {
  .hero-screen .back-2 {
    top: 3%;
    width: 36px;
  }
}

@media (max-width: 600px) {
  .hero-screen .back-2 {
    display: none;
  }
}

.hero-screen .back-3 {
  position: absolute;
  bottom: 54%;
  left: -7%;
}

@media (max-width: 1280px) {
  .hero-screen .back-3 {
    left: -2%;
  }
}

@media (max-width: 1024px) {
  .hero-screen .back-3 {
    left: -6%;
  }
}

@media (max-width: 768px) {
  .hero-screen .back-3 {
    top: 24%;
    bottom: auto;
    width: 21px;
  }
}

@media (max-width: 600px) {
  .hero-screen .back-3 {
    display: none;
  }
}

.hero-screen .back-4 {
  position: absolute;
  top: -7%;
  right: 5%;
}

@media (max-width: 768px) {
  .hero-screen .back-4 {
    top: -18%;
    right: 2%;
    width: 20px;
  }
}

@media (max-width: 600px) {
  .hero-screen .back-4 {
    display: none;
  }
}

.hero-screen .back-5 {
  position: absolute;
  top: 11%;
  right: -8%;
}

@media (max-width: 1280px) {
  .hero-screen .back-5 {
    right: -2%;
  }
}

@media (max-width: 1024px) {
  .hero-screen .back-5 {
    right: -13%;
  }
}

@media (max-width: 768px) {
  .hero-screen .back-5 {
    top: -5%;
    right: -13%;
    width: 28px;
  }
}

@media (max-width: 600px) {
  .hero-screen .back-5 {
    display: none;
  }
}

.hero-screen .hero-content {
  padding: 80px 200px 100px 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("../img/svg/Mask Group.svg");
  background-repeat: no-repeat;
}

@media (max-width: 1280px) {
  .hero-screen .hero-content {
    padding: 95px 50px;
  }
}

@media (max-width: 768px) {
  .hero-screen .hero-content {
    padding: 40px 35px 82px 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background-position-x: 87%;
  }
}

@media (max-width: 600px) {
  .hero-screen .hero-content {
    background-position-x: 83%;
    padding: 0 20px 52px 20px;
  }
}

.hero-screen .hero-content .hero-title-block {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
}

@media (max-width: 1024px) {
  .hero-screen .hero-content .hero-title-block {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
  }
}

@media (max-width: 768px) {
  .hero-screen .hero-content .hero-title-block {
    text-align: center;
  }
}

.hero-screen .hero-content .hero-title-block h1 {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 72px;
  line-height: 100.5%;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .hero-screen .hero-content .hero-title-block h1 {
    margin-top: 50px;
    font-size: 50px;
    line-height: 100.5%;
  }
}

@media (max-width: 600px) {
  .hero-screen .hero-content .hero-title-block h1 {
    margin-top: 20px;
    font-size: 40px;
  }
}

@media (max-width: 375px) {
  .hero-screen .hero-content .hero-title-block h1 {
    font-size: 30px;
  }
}

.hero-screen .hero-content .hero-title-block .sub-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
  opacity: 0.9;
  margin: 20px 0 60px 0;
}

@media (max-width: 768px) {
  .hero-screen .hero-content .hero-title-block .sub-title {
    font-size: 20px;
    line-height: 35px;
    width: 70%;
    margin: 20px auto 40px auto;
  }
}

@media (max-width: 600px) {
  .hero-screen .hero-content .hero-title-block .sub-title {
    margin: 15px auto 25px auto;
    font-size: 15px;
    line-height: 30px;
  }
}

@media (max-width: 375px) {
  .hero-screen .hero-content .hero-title-block .sub-title {
    line-height: 25px;
  }
}

.hero-screen .hero-content .hero-title-block .button {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 122%;
  color: #FFFFFF;
  background: #F77268;
  -webkit-box-shadow: 0px 9px 31px rgba(247, 114, 104, 0.67);
          box-shadow: 0px 9px 31px rgba(247, 114, 104, 0.67);
  border-radius: 6px;
  padding: 16px 5px;
  width: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
}

.hero-screen .hero-content .hero-title-block .button:hover {
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .hero-screen .hero-content .hero-title-block .button {
    margin: 0 auto;
    padding: 21px 5px;
    max-width: 285px;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .hero-screen .hero-content .hero-title-block .button {
    padding: 16px 5px;
  }
}

.hero-screen .hero-content .img-block {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  width: 100%;
  max-width: 440px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1024px) {
  .hero-screen .hero-content .img-block {
    -webkit-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
            flex-basis: 55%;
    max-width: 295px;
  }
}

@media (max-width: 600px) {
  .hero-screen .hero-content .img-block {
    max-width: 200px;
  }
}

@media (max-width: 375px) {
  .hero-screen .hero-content .img-block {
    max-width: 144px;
  }
}

.hero-screen .hero-content .img-block .item-1 {
  position: absolute;
  top: 115px;
  left: 0;
  -webkit-filter: drop-shadow(0px 7px 22px rgba(29, 30, 61, 0.22));
          filter: drop-shadow(0px 7px 22px rgba(29, 30, 61, 0.22));
}

@media (max-width: 1024px) {
  .hero-screen .hero-content .img-block .item-1 {
    left: -40px;
  }
}

@media (max-width: 768px) {
  .hero-screen .hero-content .img-block .item-1 {
    left: -50px;
    top: 100px;
    max-width: 149px;
  }
}

@media (max-width: 600px) {
  .hero-screen .hero-content .img-block .item-1 {
    left: -10px;
    top: 62px;
    max-width: 100px;
  }
}

@media (max-width: 375px) {
  .hero-screen .hero-content .img-block .item-1 {
    left: -15px;
    top: 44px;
    max-width: 84px;
  }
}

.hero-screen .hero-content .img-block .item-2 {
  position: absolute;
  bottom: 90px;
  left: 45px;
  -webkit-filter: drop-shadow(0px 7px 22px rgba(29, 30, 61, 0.22));
          filter: drop-shadow(0px 7px 22px rgba(29, 30, 61, 0.22));
}

@media (max-width: 1024px) {
  .hero-screen .hero-content .img-block .item-2 {
    left: 5px;
  }
}

@media (max-width: 768px) {
  .hero-screen .hero-content .img-block .item-2 {
    bottom: 90px;
    left: -11px;
    max-width: 179px;
  }
}

@media (max-width: 600px) {
  .hero-screen .hero-content .img-block .item-2 {
    max-width: 150px;
    bottom: 50px;
    left: -55px;
  }
}

@media (max-width: 375px) {
  .hero-screen .hero-content .img-block .item-2 {
    bottom: 36px;
    left: -53px;
    max-width: 124px;
  }
}

.hero-screen .hero-content .img-block .item-3 {
  position: absolute;
  top: 160px;
  right: 40px;
  -webkit-filter: drop-shadow(0px 7px 22px rgba(29, 30, 61, 0.22));
          filter: drop-shadow(0px 7px 22px rgba(29, 30, 61, 0.22));
}

@media (max-width: 1024px) {
  .hero-screen .hero-content .img-block .item-3 {
    right: 0px;
  }
}

@media (max-width: 768px) {
  .hero-screen .hero-content .img-block .item-3 {
    right: -15px;
    top: 150px;
    max-width: 71px;
  }
}

@media (max-width: 600px) {
  .hero-screen .hero-content .img-block .item-3 {
    max-width: 50px;
    top: 95px;
  }
}

@media (max-width: 375px) {
  .hero-screen .hero-content .img-block .item-3 {
    max-width: 30px;
    top: 76px;
    right: 0;
  }
}

.hero-screen .hero-content .img-block .item-4 {
  position: absolute;
  bottom: 174px;
  right: 5px;
  -webkit-filter: drop-shadow(0px 7px 22px rgba(29, 30, 61, 0.22));
          filter: drop-shadow(0px 7px 22px rgba(29, 30, 61, 0.22));
}

@media (max-width: 1024px) {
  .hero-screen .hero-content .img-block .item-4 {
    right: -30px;
  }
}

@media (max-width: 768px) {
  .hero-screen .hero-content .img-block .item-4 {
    right: -45px;
    max-width: 154px;
    bottom: 167px;
  }
}

@media (max-width: 600px) {
  .hero-screen .hero-content .img-block .item-4 {
    max-width: 120px;
    right: -43px;
    bottom: 103px;
  }
}

@media (max-width: 375px) {
  .hero-screen .hero-content .img-block .item-4 {
    max-width: 108px;
    right: -52px;
    bottom: 65px;
  }
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 200px;
  height: 100%;
}

@media (max-width: 1280px) {
  .container {
    padding: 0 50px;
  }
}

.container h2 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 122%;
  text-align: center;
  color: #333333;
  margin-bottom: 60px;
}

@media (max-width: 600px) {
  .container h2 {
    margin-bottom: 50px;
  }
}

.container .section-1 .img {
  width: 244px;
  height: 232px;
  background: #FDFEFF;
  -webkit-box-shadow: 0px 13px 56px rgba(28, 30, 101, 0.11);
          box-shadow: 0px 13px 56px rgba(28, 30, 101, 0.11);
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.container .section-1 .img .circle {
  background: #F77268;
  -webkit-box-shadow: 0px 9px 25px rgba(247, 114, 104, 0.26);
          box-shadow: 0px 9px 25px rgba(247, 114, 104, 0.26);
  position: absolute;
  top: -25px;
  left: -25px;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 122%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}

.container .blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .container .blocks {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

@media (max-width: 768px) {
  .container .blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 35px;
  }
}

@media (max-width: 600px) {
  .container .blocks {
    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  .container .blocks .img img {
    display: none;
  }
}

.container .blocks h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 122%;
  text-align: center;
  color: #2E2E2E;
  margin: 30px 0 13px 0;
}

@media (max-width: 768px) {
  .container .blocks h3 h3 {
    text-align: left;
  }
}

.container .blocks p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #333333;
}

@media (max-width: 768px) {
  .container .blocks p p {
    text-align: left;
  }
}

.container .blocks .block-1 {
  -webkit-flex-basis: 23%;
      -ms-flex-preferred-size: 23%;
          flex-basis: 23%;
  position: relative;
}

@media (max-width: 1024px) {
  .container .blocks .block-1 {
    -webkit-flex-basis: 34%;
        -ms-flex-preferred-size: 34%;
            flex-basis: 34%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 600px) {
  .container .blocks .block-1 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.container .blocks .block-1 svg {
  position: absolute;
  top: 25%;
  right: -100px;
  z-index: -1;
}

@media (max-width: 768px) {
  .container .blocks .block-1 svg {
    display: none;
  }
}

@media (max-width: 768px) {
  .container .blocks .block-1 div {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
    margin-left: 40px;
    max-width: 244px;
  }
  .container .blocks .block-1 div h3 {
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    margin: 60px 0 6px 0;
  }
}

@media (max-width: 768px) and (max-width: 600px) {
  .container .blocks .block-1 div h3 {
    margin: 45px 0 6px 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .container .blocks .block-1 div p {
    font-size: 15px;
    line-height: 32px;
    color: #828282;
  }
}

@media (max-width: 600px) {
  .container .blocks .block-1 div {
    width: auto;
    height: auto;
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .container .blocks .block-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.container .blocks .block-2 {
  -webkit-flex-basis: 23%;
      -ms-flex-preferred-size: 23%;
          flex-basis: 23%;
  position: relative;
}

@media (max-width: 1024px) {
  .container .blocks .block-2 {
    -webkit-flex-basis: 34%;
        -ms-flex-preferred-size: 34%;
            flex-basis: 34%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 600px) {
  .container .blocks .block-2 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.container .blocks .block-2 svg {
  position: absolute;
  top: 25%;
  right: -100px;
  z-index: -1;
}

@media (max-width: 768px) {
  .container .blocks .block-2 svg {
    display: none;
  }
}

@media (max-width: 768px) {
  .container .blocks .block-2 div {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
    margin-right: 40px;
    max-width: 244px;
  }
  .container .blocks .block-2 div h3 {
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    margin: 60px 0 6px 0;
  }
}

@media (max-width: 768px) and (max-width: 600px) {
  .container .blocks .block-2 div h3 {
    margin: 45px 0 6px 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .container .blocks .block-2 div p {
    font-size: 15px;
    line-height: 32px;
    color: #828282;
  }
}

@media (max-width: 600px) {
  .container .blocks .block-2 div {
    width: auto;
    height: auto;
    margin-right: 0px;
  }
}

@media (max-width: 768px) {
  .container .blocks .block-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 60px 0;
  }
}

@media (max-width: 600px) {
  .container .blocks .block-2 {
    margin: 35px 0 0 0;
  }
}

.container .blocks .block-3 {
  -webkit-flex-basis: 23%;
      -ms-flex-preferred-size: 23%;
          flex-basis: 23%;
}

@media (max-width: 1024px) {
  .container .blocks .block-3 {
    margin-top: 60px;
    -webkit-flex-basis: 34%;
        -ms-flex-preferred-size: 34%;
            flex-basis: 34%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 600px) {
  .container .blocks .block-3 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media (max-width: 768px) {
  .container .blocks .block-3 div {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
    margin-left: 40px;
    max-width: 244px;
  }
  .container .blocks .block-3 div h3 {
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    margin: 60px 0 6px 0;
  }
}

@media (max-width: 768px) and (max-width: 600px) {
  .container .blocks .block-3 div h3 {
    margin: 45px 0 6px 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .container .blocks .block-3 div p {
    font-size: 15px;
    line-height: 32px;
    color: #828282;
  }
}

@media (max-width: 600px) {
  .container .blocks .block-3 div {
    width: auto;
    height: auto;
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .container .blocks .block-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.container .section-2 {
  margin: 110px 0;
}

@media (max-width: 768px) {
  .container .section-2 {
    margin: 70px 35px;
  }
}

@media (max-width: 600px) {
  .container .section-2 {
    margin: 60px 20px;
  }
}

.container .section-2 .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.container .section-2 .list-item img {
  margin-right: 15px;
}

.container .section-2 .list-item:nth-child(2) {
  margin: 30px 0;
}

@media (max-width: 768px) {
  .container .section-2 .list-item:nth-child(2) {
    margin: 20px 0;
  }
}

.container .section-2 .content {
  -webkit-flex-basis: 37%;
      -ms-flex-preferred-size: 37%;
          flex-basis: 37%;
}

@media (max-width: 768px) {
  .container .section-2 .content {
    -webkit-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
            flex-basis: 55%;
  }
}

.container .section-2 p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}

@media (max-width: 768px) {
  .container .section-2 p {
    font-weight: normal;
    font-size: 15px;
    color: #828282;
  }
}

@media (max-width: 600px) {
  .container .section-2 p {
    line-height: 30px;
  }
}

.container .section-2 > h2 {
  display: none;
}

@media (max-width: 768px) {
  .container .section-2 > h2 {
    display: block;
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .container .section-2 > h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.container .section-2 .item-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .container .section-2 .item-1 {
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .container .section-2 .item-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.container .section-2 .item-1 h2 {
  text-align: left;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .container .section-2 .item-1 h2 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .container .section-2 .item-1 > img {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .container .section-2 .item-1 > img {
    max-width: 340px;
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
  }
}

@media (max-width: 600px) {
  .container .section-2 .item-1 > img {
    margin-top: 27px;
  }
}

@media (max-width: 375px) {
  .container .section-2 .item-1 > img {
    max-width: 275px;
  }
}

.container .section-2 .item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .section-2 .item-2 img {
  max-width: 530px;
  max-height: 409px;
}
@media (max-width: 600px) {
  .container .section-2 .item-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 1024px) {
  .container .section-2 .item-2 img {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .container .section-2 .item-2 img {
    max-width: 340px;
  }
}

@media (max-width: 375px) {
  .container .section-2 .item-2 img {
    max-width: 270px;
  }
}

@media (max-width: 600px) {
  .container .section-2 .item-2 > img {
    margin-top: 35px;
  }
}

.container .section-3 {
  padding-bottom: 175px;
}

@media (max-width: 768px) {
  .container .section-3 {
    padding: 0 35px;
  }
}

@media (max-width: 600px) {
  .container .section-3 {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .container .section-3 h2 {
    margin-bottom: 30px;
  }
}

.container .section-3 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .container .section-3 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .container .section-3 .content > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .container .section-3 .content > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .container .section-3 .content > div .list-item p {
    font-size: 15px;
    line-height: 32px;
    color: #828282;
  }
}

.container .section-3 .content > div .list-item:nth-child(2) {
  margin: 50px 0 60px 0;
}

@media (max-width: 768px) {
  .container .section-3 .content > div .list-item:nth-child(2) {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .container .section-3 .content > div .list-item {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    text-align: center;
  }
}

.container .section-3 h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 122%;
  color: #333333;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .container .section-3 h4 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1px;
  }
}

@media (max-width: 600px) {
  .container .section-3 h4 {
    margin: 20px 0 10px 0;
  }
}

.container .section-3 h4:nth-child() {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .container .section-3 img {
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  .container .section-3 img {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .container .section-4 {
    display: none;
  }
}

@media (max-width: 600px) {
  .container .section-4 {
    display: block;
    margin-top: 60px;
    padding: 20px;
  }
}

.container .section-4 h2 {
  margin-bottom: 45px;
}

@media (max-width: 600px) {
  .container .section-4 h2 {
    font-size: 24px;
    line-height: 122%;
    margin-bottom: 30px;
  }
}

.container .section-4 .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container .section-4 .items .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  margin-bottom: 15px;
}

.container .section-4 .items .list-item img {
  margin-right: 15px;
}

@media (max-width: 600px) {
  .container .section-4 .items .list-item p {
    font-size: 15px;
    line-height: 30px;
    color: #828282;
  }
}

@media (max-width: 600px) {
  .container .section-4 .items .list-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .container .section-4 .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.container .section-5 {
  position: relative;
}

@media (max-width: 768px) {
  .container .section-5 {
    margin-top: 70px;
  }
}

@media (max-width: 600px) {
  .container .section-5 {
    margin-top: 40px;
  }
}

.container .section-5 .block-content {
  background: -o-radial-gradient(6.81% 92.19%, 50.29% 479.21%, #5475C6 32.81%, #3257B1 100%);
  background: radial-gradient(50.29% 479.21% at 6.81% 92.19%, #5475C6 32.81%, #3257B1 100%);
  border-radius: 12px;
  height: 352px;
  position: absolute;
  bottom: -435px;
  max-width: 1040px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px 0 0;
  z-index: 1;
}

@media (max-width: 1280px) {
  .container .section-5 .block-content {
    margin-top: 65px;
    position: initial;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .container .section-5 .block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    border-radius: 0;
    position: initial;
    height: auto;
  }
}

.container .section-5 .block-content .title-block {
  height: 100%;
  padding: 80px 20px 80px 50px;
}

@media (max-width: 1280px) {
  .container .section-5 .block-content .title-block {
    padding: 40px 20px 40px 40px;
  }
}

@media (max-width: 768px) {
  .container .section-5 .block-content .title-block {
    padding: 59px 64px 0px 63px;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .container .section-5 .block-content .title-block {
    padding: 40px 20px 0px 20px;
  }
}

.container .section-5 .block-content .title-block h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 140%;
  color: #FFFFFF;
  text-align: left;
}

@media (max-width: 1024px) {
  .container .section-5 .block-content .title-block h2 {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .container .section-5 .block-content .title-block h2 {
    font-size: 35px;
    line-height: 122%;
    margin-bottom: 40px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .container .section-5 .block-content .title-block h2 {
    font-size: 22px;
    line-height: 122%;
    margin-bottom: 30px;
  }
}

.container .section-5 .block-content .title-block .button {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 122%;
  color: #FFFFFF;
  background: #F77268;
  -webkit-box-shadow: 0px 9px 31px rgba(247, 114, 104, 0.67);
          box-shadow: 0px 9px 31px rgba(247, 114, 104, 0.67);
  border-radius: 6px;
  padding: 16px 5px;
  width: 155px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
}

.container .section-5 .block-content .title-block .button:hover {
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .container .section-5 .block-content .title-block .button {
    width: 340px;
    padding: 21px 5px;
    margin: 0 auto 50px auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .container .section-5 .block-content .title-block .button {
    width: 285px;
    padding: 16px 5px;
  }
}

@media (max-width: 1280px) {
  .container .section-5 .block-content img {
    max-width: 420px;
  }
}

@media (max-width: 768px) {
  .container .section-5 .block-content img {
    max-width: 460px;
    max-height: 240px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .container .section-5 .block-content img {
    max-width: 305px;
    max-height: 183px;
  }
}

.main-container {
  padding: 115px 200px 380px 200px;
}

@media (max-width: 1280px) {
  .main-container {
    padding: 65px 50px;
  }
}

@media (max-width: 768px) {
  .main-container {
    padding: 70px 0 0 0;
  }
}

@media (max-width: 600px) {
  .main-container {
    padding: 60px 0 0 0;
  }
}

@media (max-width: 768px) {
  .main-container h2 {
    font-size: 35px;
    margin-bottom: 60px;
  }
}

.wrap-container {
  padding: 95px 200px 0 200px;
}

@media (max-width: 1280px) {
  .wrap-container {
    padding: 95px 50px 95px 0;
  }
}

@media (max-width: 768px) {
  .wrap-container {
    padding: 65px 35px 65px 0;
  }
}

@media (max-width: 600px) {
  .wrap-container {
    padding: 45px 20px 45px 0;
  }
}

.wrap-container p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #828282;
}

.wrap-container h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 122%;
  color: #262626;
  text-align: left;
}

.wrap-container .section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1280px) {
  .wrap-container .section-1 {
    padding: 0 0 0 50px;
  }
}

@media (max-width: 768px) {
  .wrap-container .section-1 {
    padding: 0 0 0 35px;
  }
}

@media (max-width: 600px) {
  .wrap-container .section-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.wrap-container .section-1 h2 {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .wrap-container .section-1 h2 {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
  }
}

@media (max-width: 768px) {
  .wrap-container .section-1 h2 {
    font-size: 35px;
  }
}

@media (max-width: 600px) {
  .wrap-container .section-1 h2 {
    font-size: 24px;
    margin-bottom: 23px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .wrap-container .section-1 h2 br {
    display: none;
  }
}

.wrap-container .section-1 .text-block {
  -webkit-flex-basis: 47%;
      -ms-flex-preferred-size: 47%;
          flex-basis: 47%;
}

@media (max-width: 1024px) {
  .wrap-container .section-1 .text-block {
    -webkit-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
            flex-basis: 55%;
  }
}

@media (max-width: 768px) {
  .wrap-container .section-1 .text-block {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

.wrap-container .section-1 .text-block strong {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #262626;
}

@media (max-width: 768px) {
  .wrap-container .section-1 .text-block strong {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .wrap-container .section-1 .text-block strong {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.wrap-container .section-1 .text-block p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .wrap-container .section-1 .text-block p {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .wrap-container .section-1 .text-block p {
    margin-bottom: 22px;
    text-align: center;
  }
}

.wrap-container .section-2 {
  margin: 100px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .wrap-container .section-2 {
    margin: 105px 0 140px 0;
  }
}

@media (max-width: 600px) {
  .wrap-container .section-2 {
    margin: 30px 0 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
  }
}

.wrap-container .section-2 .img {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
  background: -o-radial-gradient(50.1% 9.9%, 135.17% 196.97%, #5475C6 0%, #3257B1 100%);
  background: radial-gradient(135.17% 196.97% at 50.1% 9.9%, #5475C6 0%, #3257B1 100%);
  -webkit-box-shadow: inset 0px 4px 7px rgba(255, 255, 255, 0.03);
          box-shadow: inset 0px 4px 7px rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  width: 495px;
  height: 495px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 1024px) {
  .wrap-container .section-2 .img {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    min-width: 440px;
    margin-left: -80px;
    height: 440px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .wrap-container .section-2 .img {
    min-width: 478px;
    margin-left: -132px;
    height: 478px;
  }
}

@media (max-width: 660px) {
  .wrap-container .section-2 .img {
    min-width: 445px;
    height: 445px;
  }
}

@media (max-width: 600px) {
  .wrap-container .section-2 .img {
    max-width: 350px;
    min-width: auto;
    max-height: 350px;
    margin: 0 0 40px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 375px) {
  .wrap-container .section-2 .img {
    max-width: 284px;
    max-height: 284px;
  }
}

@media (max-width: 1024px) {
  .wrap-container .section-2 .img .phone {
    max-width: 250px;
    margin: -25px  40px 0 0;
  }
}

@media (max-width: 768px) {
  .wrap-container .section-2 .img .phone {
    max-width: 220px;
    margin: -25px  40px 0 0;
  }
}

@media (max-width: 600px) {
  .wrap-container .section-2 .img .phone {
    margin: 0;
  }
}

@media (max-width: 375px) {
  .wrap-container .section-2 .img .phone {
    max-width: 185px;
  }
}

.wrap-container .section-2 .img .pos-img-1 {
  position: absolute;
  top: 21px;
  left: 25px;
}

@media (max-width: 1024px) {
  .wrap-container .section-2 .img .pos-img-1 {
    left: 110px;
  }
}

@media (max-width: 768px) {
  .wrap-container .section-2 .img .pos-img-1 {
    top: 11px;
    left: 160px;
  }
}

@media (max-width: 600px) {
  .wrap-container .section-2 .img .pos-img-1 {
    top: 5px;
    left: 15px;
    max-width: 135px;
  }
}

@media (max-width: 375px) {
  .wrap-container .section-2 .img .pos-img-1 {
    top: -3px;
    left: 0px;
    max-width: 126px;
  }
}

.wrap-container .section-2 .img .pos-img-2 {
  position: absolute;
  top: 200px;
  left: 17px;
}

@media (max-width: 1024px) {
  .wrap-container .section-2 .img .pos-img-2 {
    top: 250px;
    left: 135px;
  }
}

@media (max-width: 768px) {
  .wrap-container .section-2 .img .pos-img-2 {
    bottom: 166px;
    right: 79px;
    top: auto;
    left: auto;
  }
}

@media (max-width: 600px) {
  .wrap-container .section-2 .img .pos-img-2 {
    bottom: 45px;
    right: 106px;
    top: auto;
    left: auto;
    max-width: 200px;
  }
}

@media (max-width: 375px) {
  .wrap-container .section-2 .img .pos-img-2 {
    bottom: 27px;
    right: 85px;
    max-width: 186px;
  }
}

.wrap-container .section-2 .img .pos-img-3 {
  position: absolute;
  bottom: 245px;
  right: 7px;
}

@media (max-width: 1024px) {
  .wrap-container .section-2 .img .pos-img-3 {
    bottom: 285px;
  }
}

@media (max-width: 768px) {
  .wrap-container .section-2 .img .pos-img-3 {
    top: 66px;
    right: -11px;
  }
}

@media (max-width: 600px) {
  .wrap-container .section-2 .img .pos-img-3 {
    max-width: 115px;
    top: 76px;
    right: 25px;
  }
}

@media (max-width: 375px) {
  .wrap-container .section-2 .img .pos-img-3 {
    top: 46px;
    right: 0px;
  }
}

.wrap-container .section-2 .img .pos-img-4 {
  position: absolute;
  bottom: -105px;
  right: -70px;
}

@media (max-width: 1024px) {
  .wrap-container .section-2 .img .pos-img-4 {
    bottom: -122px;
    right: 5px;
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .wrap-container .section-2 .img .pos-img-4 {
    bottom: -131px;
    right: 25px;
    max-width: 288px;
  }
}

@media (max-width: 600px) {
  .wrap-container .section-2 .img .pos-img-4 {
    display: none;
  }
}

.wrap-container .section-2 .content {
  -webkit-flex-basis: 47%;
      -ms-flex-preferred-size: 47%;
          flex-basis: 47%;
}

@media (max-width: 1024px) {
  .wrap-container .section-2 .content {
    -webkit-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
            flex-basis: 55%;
  }
}

@media (max-width: 768px) {
  .wrap-container .section-2 .content {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

.wrap-container .section-2 .content h2 {
  margin-bottom: 55px;
}

@media (max-width: 768px) {
  .wrap-container .section-2 .content h2 {
    font-size: 35px;
  }
}

@media (max-width: 600px) {
  .wrap-container .section-2 .content h2 {
    font-size: 24px;
    margin-bottom: 27px;
  }
}

.wrap-container .section-2 .content p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #828282;
}

@media (max-width: 600px) {
  .wrap-container .section-2 .content p {
    font-size: 15px;
  }
}

.wrap-container .section-2 .content .wrap-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .wrap-container .section-2 .content .wrap-item {
    margin-bottom: 55px;
  }
}

@media (max-width: 600px) {
  .wrap-container .section-2 .content .wrap-item {
    margin-bottom: 35px;
  }
  .wrap-container .section-2 .content .wrap-item:nth-last-child(1) {
    margin-bottom: 20px;
  }
}

@media (max-width: 375px) {
  .wrap-container .section-2 .content .wrap-item {
    margin-bottom: 21px;
  }
  .wrap-container .section-2 .content .wrap-item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.wrap-container .section-2 .content .wrap-item img {
  margin-right: 20px;
}

@media (max-width: 600px) {
  .wrap-container .section-2 .content .wrap-item img {
    margin-right: 10px;
  }
}

.wrap-container .section-2 .content .wrap-item h3 {
  margin-bottom: 10px;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 122%;
  color: #262626;
}

@media (max-width: 600px) {
  .wrap-container .section-2 .content .wrap-item h3 {
    font-size: 16px;
  }
}

.wrap-container .section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 100px;
}

@media (max-width: 1280px) {
  .wrap-container .section-3 {
    padding: 0 0 0 50px;
  }
}

@media (max-width: 768px) {
  .wrap-container .section-3 {
    padding: 0 0 0 35px;
  }
}

@media (max-width: 600px) {
  .wrap-container .section-3 {
    padding: 0 0 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.wrap-container .section-3 h2 {
  margin-bottom: 40px;
  text-align: left;
}

@media (max-width: 768px) {
  .wrap-container .section-3 h2 {
    font-size: 35px;
  }
}

@media (max-width: 600px) {
  .wrap-container .section-3 h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 15px;
  }
  .wrap-container .section-3 h2 br {
    display: none;
  }
}

@media (max-width: 375px) {
  .wrap-container .section-3 h2 {
    font-size: 22px;
  }
}

.wrap-container .section-3 .content-text {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
}

@media (max-width: 1024px) {
  .wrap-container .section-3 .content-text {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
  }
}

@media (max-width: 768px) {
  .wrap-container .section-3 .content-text {
    -webkit-flex-basis: 47%;
        -ms-flex-preferred-size: 47%;
            flex-basis: 47%;
  }
}

@media (max-width: 600px) {
  .wrap-container .section-3 .content-text p {
    font-size: 15px;
  }
}

.wrap-container .section-3 img {
  -webkit-flex-basis: 43%;
      -ms-flex-preferred-size: 43%;
          flex-basis: 43%;
}

@media (max-width: 1024px) {
  .wrap-container .section-3 img {
    -webkit-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
            flex-basis: 55%;
    max-width: 400px;
    max-height: 320px;
  }
}

@media (max-width: 768px) {
  .wrap-container .section-3 img {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 340px;
    max-height: 285px;
  }
}

@media (max-width: 600px) {
  .wrap-container .section-3 img {
    max-width: 300px;
    margin-bottom: 45px;
  }
}

@media (max-width: 375px) {
  .wrap-container .section-3 img {
    max-width: 285px;
  }
}

.screen-4 {
  height: 405px;
  background: #5475C6;
}

@media (max-width: 768px) {
  .screen-4 {
    height: 340px;
  }
}

@media (max-width: 600px) {
  .screen-4 {
    height: 300px;
  }
}

@media (max-width: 375px) {
  .screen-4 {
    height: 285px;
  }
}

.screen-4 .section-4-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("../img/svg/Mask Group.svg");
}

@media (max-width: 768px) {
  .screen-4 .section-4-content {
    background-position-x: 89%;
    padding: 0 35px;
  }
}

@media (max-width: 600px) {
  .screen-4 .section-4-content {
    background-position-x: 80%;
    padding: 0px 20px;
  }
}

.screen-4 .section-4-content h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 122%;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .screen-4 .section-4-content h2 {
    font-size: 35px;
    margin-bottom: 38px;
  }
}

@media (max-width: 600px) {
  .screen-4 .section-4-content h2 {
    font-size: 26px;
    margin-bottom: 28px;
  }
}

@media (max-width: 375px) {
  .screen-4 .section-4-content h2 {
    font-size: 22px;
  }
}

.screen-4 .section-4-content .button {
  padding: 16px 5px;
  width: 150px;
  border: 1px solid transparent;
}

.screen-4 .section-4-content .button:hover {
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .screen-4 .section-4-content .button {
    padding: 21px 5px;
    width: 340px;
  }
}

@media (max-width: 600px) {
  .screen-4 .section-4-content .button {
    padding: 16px 5px;
    width: 300px;
  }
}

@media (max-width: 375px) {
  .screen-4 .section-4-content .button {
    width: 285px;
  }
}

footer {
  background: #373A42;
  color: #fff;
  position: relative;
}

footer .container {
  padding: 120px 150px 75px 150px;
}

@media (max-width: 1280px) {
  footer .container {
    padding: 120px 50px 75px 50px;
  }
}

@media (max-width: 768px) {
  footer .container {
    padding: 36px 0 0px 0;
  }
}

@media (max-width: 600px) {
  footer .container {
    padding: 34px 0 0px 0;
  }
}

footer .container .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  footer .container .block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  footer .container .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .container .block p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.5;
}

footer .container .block p:nth-child(4) {
  margin-top: 12px;
}

@media (max-width: 600px) {
  footer .container .block p {
    font-size: 13px;
  }
}

footer .container .block .main-block {
  -webkit-flex-basis: 29%;
      -ms-flex-preferred-size: 29%;
          flex-basis: 29%;
}

@media (max-width: 768px) {
  footer .container .block .main-block {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding-left: 35px;
  }
}

@media (max-width: 600px) {
  footer .container .block .main-block {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}

footer .container .block .main-block .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
}

@media (max-width: 768px) {
  footer .container .block .main-block .title {
    margin-bottom: 15px;
  }
}

footer .container .block .main-block .title svg {
  margin-right: 15px;
}

@media (max-width: 768px) {
  footer .container .block .main-block .title svg {
    margin-right: 8px;
  }
}

footer .container .block .main-block .link:hover {
  text-decoration: underline;
}

footer .container .block .navigation {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  footer .container .block .navigation {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
    padding-right: 35px;
  }
}

@media (max-width: 600px) {
  footer .container .block .navigation {
    padding: 0 20px;
  }
}

footer .container .block .navigation h4 {
  margin-bottom: 25px;
}

@media (max-width: 600px) {
  footer .container .block .navigation h4 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 122%;
  }
}

footer .container .block .navigation div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 768px) {
  footer .container .block .navigation div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

footer .container .block .navigation div a {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

footer .container .block .navigation div a p {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
footer .container .block .navigation div a:nth-child(1) p {
  margin-top: 0px;
}
footer .container .block .navigation div a:nth-child(2) p {
  margin-top: 0px;
}

footer .container .block .navigation div a:hover p {
  opacity: 1;
}

@media (max-width: 768px) {
  footer .container .block .navigation div a:nth-child(1) {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
  }
  footer .container .block .navigation div a:nth-child(2) {
    -webkit-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
            flex-basis: 55%;
  }
  footer .container .block .navigation div a:nth-child(3) {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
  }
  footer .container .block .navigation div a:nth-child(4) {
    -webkit-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
            flex-basis: 55%;
  }
  footer .container .block .navigation div a:nth-child(5) {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
  }
  footer .container .block .navigation div a:nth-child(6) {
    -webkit-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
            flex-basis: 55%;
  }
}

footer .container .block .navigation div a p {
  margin-top: 10px;
}

@media (max-width: 768px) {
  footer .container .block .navigation div a p {
    margin-top: 0px;
  }
}

@media (max-width: 600px) {
  footer .container .block .navigation div a p {
    margin-top: 7px;
    font-size: 14px;
  }
  footer .container .block .navigation div a p:nth-child(1) {
    margin-top: 0px;
  }
}

footer .container .block .socials-block {
  -webkit-flex-basis: 18%;
      -ms-flex-preferred-size: 18%;
          flex-basis: 18%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  footer .container .block .socials-block {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 18px 35px 26px 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    margin-top: 43px;
  }
}

@media (max-width: 600px) {
  footer .container .block .socials-block {
    padding: 25px 20px 32px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}

footer .container .block .socials-block .socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  footer .container .block .socials-block .socials {
    width: auto;
    margin-bottom: 0px;
  }
}

@media (max-width: 600px) {
  footer .container .block .socials-block .socials {
    margin-bottom: 18px;
  }
}

footer .container .block .socials-block .socials a {
  margin-right: 17px;
}

footer .container .block .socials-block .socials a svg path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

footer .container .block .socials-block .socials a:hover svg path {
  fill: #3257B1;
}


/* FIX bugs */
@media (min-width: 76px) {
.section-3 img{
  margin-top: 80px;
  }
}

.section-3 p{
  color:#333333;
}
