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

html {
  scroll-behavior: smooth
}

body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  outline: 0;
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: 400
}

.container {
  margin: 0 auto;
  width: 768px;
  padding: 0 20px
}

.header {
  width: 100%;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.1);
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
  z-index: 1
}

.header-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  column-gap: 20px;
}

.header-btn {
  padding: 17px 37px;
  background: -webkit-gradient(linear,left top,right top,from(#f79e1b),to(#ed731a));
  background: -webkit-linear-gradient(left,#f79e1b,#ed731a);
  background: -o-linear-gradient(left,#f79e1b 0,#ed731a 100%);
  background: linear-gradient(90deg,#f79e1b,#ed731a);
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  /* line-height: 0; */
  text-align: center;
  /* letter-spacing: .1em; */
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-text-decoration-line: none;
  text-decoration-line: none
}

.header-btn:hover {
  background: -webkit-gradient(linear,left top,right top,from(#ed731a),to(#f79e1b));
  background: -webkit-linear-gradient(left,#ed731a,#f79e1b);
  background: -o-linear-gradient(left,#ed731a 0,#f79e1b 100%);
  background: linear-gradient(90deg,#ed731a,#f79e1b)
}

.main {
  margin: 0 auto;
  font-family: Roboto,sans-serif;
  overflow: hidden
}

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

.popup-modal {
  position: fixed;
  z-index: 4;
  padding-top: 54px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0,0,0,.45)
}

.popup {
  -webkit-box-shadow: 0 10px 50px rgba(0,0,0,.15);
  box-shadow: 0 10px 50px rgba(0,0,0,.15);
  background: #fff;
  border-radius: 20px;
  width: 728px;
  margin: 0 auto;
  z-index: 2
}

.popup-top {
  background: -webkit-gradient(linear,right top,left top,from(#3d99ed),to(#1a1f71));
  background: -webkit-linear-gradient(right,#3d99ed,#1a1f71);
  background: -o-linear-gradient(right,#3d99ed 0,#1a1f71 100%);
  background: linear-gradient(270deg,#3d99ed,#1a1f71);
  border-radius: 20px 20px 0 0;
  position: relative
}

.popup-title {
  margin: 0 auto 0 50%;
  padding: 36px 0 22px 24px;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  text-transform: uppercase;
  color: #fff
}

.popup-close {
  padding: 16px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer
}

.popup-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative
}

.popup-img {
  margin: -148px auto 0
}

.popup-content {
  width: calc(50% + 0px);
  padding: 18px;
  color: #3d99ed
}

.popup-content h3 {
  width: 88%;
  margin: auto;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase
}

.item1 {
  background: url(../img/item1-bg.svg) 0 0/100% 100% no-repeat
}

.item1-container {
  padding: 54px 0 42px
}

.item1-left {
  width: calc(100% - 320px)
}

.item1-title {
  margin: 0 auto;
  font-weight: 500;
  font-size: 51px;
  line-height: 60px;
  color: #3d99ed
}

.item1-ul {
  padding: 12px 0 0
}

.item1-ul .item1-ul-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
  font-size: 18px;
  line-height: 21px;
  color: #788a9e
}

.item1-ul p {
  padding: 0 16px
}

.item1-img1 {
  margin: 0 auto 0 -36px
}

.form-container {
  width: 320px;
  z-index: 1;
  -webkit-box-shadow: 0 10px 50px rgba(0,0,0,.15);
  box-shadow: 0 10px 50px rgba(0,0,0,.15);
  border-radius: 10px;
  overflow: hidden
}

.time-block {
  width: 100%;
  background: #2e7ec7;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #fff
}

.time-title {
  margin: 0 auto;
  padding: 20px 0 0;
  font-size: 16px;
  line-height: 19px
}

.time-remain {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 16px 0 14px
}

.time-remain,.time-remain-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.time-remain-items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #2e7ec7;
  border: 1px solid #3d99ed;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.15);
  box-shadow: 0 5px 5px rgba(0,0,0,.15);
  padding: 12px 14px;
  font-weight: 300;
  font-size: 8px;
  line-height: 9px;
  color: #fff
}

.hour,.minutes,.seconds {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: .04em
}

.time-dots {
  font-size: 24px;
  font-weight: 600
}

.form-block {
  background: #fff
}

.form-title-price {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 700;
  font-size: 35px;
  line-height: 41px;
  text-align: center;
  padding: 20px 0 0
}

.old-price {
  background: #f7f7f7;
  color: #9e9e9e;
  position: relative;
  overflow: hidden
}

.new-price,.old-price {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: .04em;
  padding: 12px 16px
}

.new-price {
  color: #eb7508
}

.prize-title {
  font-size: 8px;
  line-height: 9px;
  text-transform: uppercase
}

.line {
  position: absolute;
  top: 47%;
  right: -3%;
  display: block;
  background: #999;
  width: 110%;
  height: 2px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg)
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  width: 90%;
  margin: 0 auto;
  font-weight: 700;
  padding: 10px 0 0;
  font-size: 8px;
  line-height: 10px;
  letter-spacing: .01em;
  color: #000
}

::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .04em;
  color: #717171
}

:-ms-input-placeholder,::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .04em;
  color: #717171
}

::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .04em;
  color: #717171
}

.form-input-block {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0 auto
}

.form-input-img {
  position: absolute;
  top: 35%;
  left: 10%
}

.form-input {
  width: 80%!important;
  background: #fff;
  border: 1px solid #d2d2d2!important;
  border-radius: 3px!important;
  font-weight: 400!important;
  font-size: 14px!important;
  line-height: 16px!important;
  letter-spacing: .04em!important;
  color: #717171;
  padding: 2px 0 2px 56px!important;
  margin: 7.5px auto!important
}

.form-input:focus {
  color: #2c2c2c!important;
  border: 1px solid #717171!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important
}

.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0!important;
  font-size: 10px;
  column-gap: 10px;
}

.form-checkbox .checkbox {
  position: relative!important;
  opacity: 1!important;
  pointer-events: auto!important;
  padding-right: 20px;
}

.form-checkbox a {
  color: inherit;
  padding: 0 0 0 0px;
  text-decoration-line: underline;
}

.form-checkbox a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline
}

.btn-form-buy {
  width: 100%;
  padding: 30px 0;
  margin: 5px auto 20px;
  background: -webkit-gradient(linear,left top,right top,from(#f79e1b),to(#ed731a));
  background: -webkit-linear-gradient(left,#f79e1b,#ed731a);
  background: -o-linear-gradient(left,#f79e1b 0,#ed731a 100%);
  background: linear-gradient(90deg,#f79e1b,#ed731a);
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 24px;
  /* line-height: 0; */
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all ease-in-out .4s;
  transition: all .4s ease-in-out
}

.btn-form-buy:hover {
  background: -webkit-gradient(linear,left top,right top,from(#ed731a),to(#f79e1b));
  background: -webkit-linear-gradient(left,#ed731a,#f79e1b);
  background: -o-linear-gradient(left,#ed731a 0,#f79e1b 100%);
  background: linear-gradient(90deg,#ed731a,#f79e1b)
}

.form-card-pay {
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: -webkit-linear-gradient(8.03deg,#f4fff3,#f0fff0);
  background: -o-linear-gradient(8.03deg,#f4fff3 0,#f0fff0 100%);
  background: linear-gradient(81.97deg,#f4fff3,#f0fff0);
  padding: 15px 20px
}

.form-card-pay,.form-card-pay-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.form-card-pay-items {
  width: 40%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.form-card-pay-items img {
  margin: 0 4px
}

.form-card-pay-txt1 {
  width: 100%;
  padding: 0;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: .01em;
  color: #82a884
}

.form-card-pay-txt2 {
  width: 100%;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: .015em;
  text-transform: uppercase;
  color: #00cd08;
  padding: 0
}

.form-protect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 0 30px;
  width: 90%;
  margin: 0 auto
}

.item1-1 {
  background: #3d99ed
}

.item1-1-container {
  padding: 32px 0 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.item1-1-card {
  padding: 18px 0;
  width: 33%;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff
}

.item1-1-card h1 {
  margin: 0 auto;
  font-size: 72px;
  line-height: 84px;
  color: hsla(0,0%,100%,.2)
}

.item1-1-card p {
  margin: -60px auto 0;
  padding: 0 24px
}

.item1-1-card:nth-child(5) {
  width: 37%
}

.item2 {
  background: url(../img/item3-bg.png) 0 0/100% 100% no-repeat
}

.item2-container {
  padding: 16px 32px 0
}

.item2-title {
  margin: 0 auto;
  padding: 42px 0 24px;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  color: #3d99ed
}

.item2-text {
  padding: 0 0 12px;
  font-size: 14px;
  line-height: 16px;
  color: #788a9e
}

.item2-text span {
  font-weight: 700
}

.item2-img1 {
  margin: 0 auto -6px
}

.item3 {
  background: #3d99ed
}

.item3-bg {
  background: url(../img/item3-img2.png) 0 0/100% 100% no-repeat;
  height: 558px
}

.item3-title {
  margin: 0 auto;
  padding: 53px 0 22px;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase
}

.item3-text1,.item3-title {
  font-weight: 700;
  text-align: center;
  color: #fff
}

.item3-text1 {
  padding: 0 124px;
  font-size: 16px;
  line-height: 19px
}

.item3-container {
  padding: 32px 0 24px
}

.item3-card {
  width: 33%;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff
}

.item3-card .item3-card-title {
  margin: 0 auto;
  font-size: 80px;
  line-height: 94px
}

.item3-card p {
  padding: 0 32px
}

.item3-container2 {
  padding: 0 0 36px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff
}

.item3-container2 p {
  padding: 0 0 0 24px
}

.item3-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 280px;
  height: 60px;
  padding: 24px;
  background: -webkit-gradient(linear,left top,right top,from(#f79e1b),to(#ed731a));
  background: -webkit-linear-gradient(left,#f79e1b,#ed731a);
  background: -o-linear-gradient(left,#f79e1b 0,#ed731a 100%);
  background: linear-gradient(90deg,#f79e1b,#ed731a);
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 0;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all ease-in-out .4s;
  transition: all .4s ease-in-out
}

.item3-btn:hover {
  background: -webkit-gradient(linear,left top,right top,from(#ed731a),to(#f79e1b));
  background: -webkit-linear-gradient(left,#ed731a,#f79e1b);
  background: -o-linear-gradient(left,#ed731a 0,#f79e1b 100%);
  background: linear-gradient(90deg,#ed731a,#f79e1b)
}

.item4 {
  background: url(../img/item5-bg.png) 0 0/100% 100% no-repeat
}

.item4 .container {
  position: relative
}

.item4-title {
  margin: 0 auto;
  padding: 52px 0 30px;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  color: #3d99ed
}

.item4-text1,.item4-title {
  font-weight: 700;
  text-align: center
}

.item4-text1 {
  padding: 0 64px;
  font-size: 14px;
  line-height: 16px;
  color: #788a9e
}

.item4-container {
  padding: 30px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.item4-card {
  width: 33%;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #788a9e;
  cursor: pointer
}

.item4-card img {
  height: 112px
}

.item4-card p {
  padding: 18px 0 0
}

.item4-card:nth-child(4),.item4-card:nth-child(5),.item4-card:nth-child(6) {
  padding: 76px 0 0
}

.item4-modal {
  display: none;
  position: absolute;
  bottom: 3%;
  width: calc(100% - 40px);
  height: 400px;
  background: hsla(0,0%,100%,.95);
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.2);
  box-shadow: 0 3px 15px rgba(0,0,0,.2)
}

.item4-modal-container {
  padding: 148px 86px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.item4-modal-content {
  padding: 0 0 0 24px
}

.item4-modal-content .item4-modal-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: .015em;
  color: #788a9e
}

.item4-modal-content .item4-modal-text {
  padding: 8px 0 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .015em;
  color: #788a9e
}

.item4-modal-close {
  padding: 16px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer
}

.item4-modal-close div {
  width: 22px;
  height: .65px;
  background: rgba(61,153,237,.5)
}

.item4-modal-close div:first-child {
  margin: 8px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.item4-modal-close div:nth-child(2) {
  margin: 0 0 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.item5 {
  background: #3d99ed
}

.item5-title {
  margin: 0 auto;
  padding: 52px 0 24px;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #fff
}

.item5-slide {
  width: 542px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px #00579f;
  box-shadow: 0 4px 20px #00579f;
  border-radius: 5px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.item5-slide-content {
  padding: 0 24px 0 16px;
  font-size: 14px;
  line-height: 16px;
  color: #788a9e
}

.item5-slide-content p:first-child {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #3d99ed;
  padding: 0 0 10px
}

.carousel {
  margin: -24px auto 0;
  height: 440px;
}

.carousel-item {
  cursor: -webkit-grab;
  cursor: grab;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none
}

.item5-icon-container {
  padding: 0 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.item5-icon-container img:nth-child(2) {
  padding: 0 10px
}

.item5-card-block {
  padding: 12px 0 28px
}

.item5-card-border {
  background: url(../img/item6-img4.png) 0 0/100% 100% no-repeat;
  width: 530px;
  height: 394px;
  margin: 0 auto
}

.item5-title2 {
  margin: 0 auto;
  padding: 36px 0 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #fff
}

.item5-card-container {
  padding: 0 42px 42px
}

.item5-ul {
  padding: 12px 0 0
}

.item5-ul .item5-ul-li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
  font-size: 14px;
  line-height: 16px;
  color: #fff
}

.item5-ul .item5-ul-li,.item5-ul .item5-ul-li-icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.item5-ul .item5-ul-li-icon-block {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.item5-ul .item5-li-icon {
  margin: 0 auto 16px -76px
}

.item5-ul h1 {
  margin: 0 auto;
  font-weight: 700;
  font-size: 72px;
  line-height: 84px;
  text-align: center;
  color: hsla(0,0%,100%,.2)
}

.item5-ul p {
  padding: 0 0 0 54px
}

.footer {
  width: 100%
}

.footer-top {
  background: #3d99ed;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #fff
}

.footer-top p {
  padding: 24px 114px
}

.footer-bottom,.footer-top span {
  font-weight: 700
}

.footer-bottom {
  padding: 16px 0;
  background: #2e7ec7;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #fff
}

.header-scroll {
  position: fixed;
  background: #fff;
  top: 0;
  z-index: 3
}

.item2-left {
  max-width: 60%;
}

.item2-right {
  margin: auto 0 0;
}

@media screen and (max-width: 767px) {
  .item2-left {
      max-width: 100%;
  }

  .item1-img1 {
      margin: 0 auto;
  }

  .container {
      width: 320px
  }

  .item-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }

  .header-btn {
      padding: 17px
  }

  .popup,.popup-modal {
      -webkit-box-sizing: border-box;
      box-sizing: border-box
  }

  .popup {
      width: 320px
  }

  .popup-title {
      margin: 0 auto;
      padding: 32px 32px 128px;
      font-size: 33px;
      line-height: 39px;
      text-align: center
  }

  .popup-img {
      margin: -126px auto 0
  }

  .popup-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }

  .popup-content {
      width: 100%;
      text-align: center
  }

  .popup-content h3 {
      width: 100%;
      margin: auto;
      font-size: 24px;
      line-height: 28px
  }

  .item1 {
      overflow: hidden
  }

  .item1 .container {
      padding: 0
  }

  .item1-container {
      padding: 45px 0 0
  }

  .item1-left {
      width: 100%;
      padding: 0 20px
  }

  .item1-title {
      font-size: 37px;
      line-height: 43px
  }

  .item1-ul .item1-ul-li {
      font-size: 14px;
      line-height: 16px
  }

  .item1-1 {
      margin: -22px auto 0;
      padding: 0 0 24px
  }

  .item1-1-container {
      padding: 48px 0 20px
  }

  .item1-1-card {
      width: 100%
  }

  .item1-1-card p {
      padding: 0 32px
  }

  .item1-1-card:nth-child(5) {
      width: 100%
  }

  .item2-container {
      padding: 0
  }

  .item2-title {
      padding: 32px 0 18px;
      font-size: 24px;
      line-height: 28px
  }

  .item2-text,.item2-title {
      text-align: center
  }

  .item3-bg {
      background: url(../img/item3-img2-m.png) 0 0/100% 100% no-repeat;
      height: 922px
  }

  .item3-title {
      padding: 36px 0 22px;
      font-size: 24px;
      line-height: 28px
  }

  .item3-text1 {
      padding: 0;
      font-size: 14px;
      line-height: 16px
  }

  .item3-container {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 32px 0 24px
  }

  .item3-card {
      width: 100%;
      padding: 10px 0
  }

  .item3-container2 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      font-size: 14px;
      line-height: 16px
  }

  .item3-europe-logo {
      width: 55px
  }

  .item4-title {
      padding: 36px 0 20px;
      font-size: 24px;
      line-height: 28px
  }

  .item4-text1 {
      padding: 0
  }

  .item4-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 30px 0 0
  }

  .item4-card {
      width: 50%;
      padding: 0 0 48px
  }

  .item4-card img {
      height: auto
  }

  .item4-card:nth-child(2) p {
      padding: 29px 0 0
  }

  .item4-card:nth-child(3) img {
      margin: 0 auto 0 -18px
  }

  .item4-card:nth-child(4),.item4-card:nth-child(5),.item4-card:nth-child(6) {
      padding: 0 0 48px
  }

  .item4-modal {
      bottom: 3%;
      height: 580px
  }

  .item4-modal-container {
      padding: 148px 0 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }

  .item4-modal-content {
      padding: 24px 12px;
      text-align: center
  }

  .item5-title {
      padding: 36px 0 26px;
      font-size: 24px;
      line-height: 28px
  }

  .item5-slide {
      width: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }

  .item5-slide-img {
      width: 100%
  }

  .item5-slide-content {
      padding: 24px 4px
  }

  .item5-icon-container {
      padding: 16px 0
  }

  .item5-card-border {
      background: url(../img/item6-img4-m.png) 0 0/100% 100% no-repeat;
      width: 280px;
      height: 630px
  }

  .item5-title2 {
      padding: 36px 0 0;
      font-size: 24px;
      line-height: 28px
  }

  .item5-card-container {
      padding: 0 12px 16px
  }

  .item5-ul {
      padding: 12px 0 0
  }

  .item5-ul .item5-ul-li {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      padding: 9px 0
  }

  .item5-ul p {
      padding: 0
  }

  .carousel {
      margin: -150px auto 0;
      height: 1055px
  }

  .carousel-item {
      padding: 16px
  }

  .footer-top {
      background: #3d99ed;
      font-size: 14px;
      line-height: 16px;
      text-align: center;
      color: #fff
  }

  .footer-top p {
      margin: -22px auto 0;
      padding: 48px 0 24px
  }
}

.country {
  display: block;
  width: 100% !important;
}

.header-logo {
  width: 90px;
}

img {
  max-width: 100%;
}
