@font-face {
  font-family: Calibri;
  src: local('☺'), url(../fonts/calibri.ttf);
}
@font-face {
  font-family: Calibrib;
  src: local('☺'), url(../fonts/calibrib.ttf);
}
@font-face {
  font-family: Calibribi;
  src: local('☺'), url(../fonts/calibribi.ttf);
}
@font-face {
  font-family: Calibrii;
  src: local('☺'), url(../fonts/calibrii.ttf);
}
/* base */
html,
body,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
tr,
td,
input,
textarea {
  padding: 0;
  margin: 0;
  font-family: Calibri;
  font-size: 16px;
  color: #2e2e2e;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
}
strong {
  font-family: Calibrib;
}
em {
  font-family: Calibrii;
}
em strong,
strong em {
  font-family: Calibribi;
}

/* Bigin New form registration */
input {
  outline:none;
}
.form-1 {
  padding: 4px 0 45px;
}
.desc-4 {
  margin: 0 auto;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #0F57B9;
  letter-spacing: .8px;
  line-height: 1.4;
}
.line-header {
  position: relative;
  vertical-align: middle;
  text-align: center;
  height: 26px;
  margin-top: 10px;
}
.line-header span {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 23px;
  border-radius: 50%;
  background-color: currentColor;
}
.line-header::before,
.line-header::after {
  content: '';
  display: inline-block;
  width: 74px;
  height: 4px;
  background-color: currentColor;
  position: relative;
  top: -11px;
}
.line-header_yellow {
  color: #FFBE00;
}
.form {
  max-width: 620px;
  margin: 41px auto 0;
  border: 5px solid #FFBE00;
  border-radius: 20px;
  text-align: center;
}
.form__desc {
  padding: 21px 15px 14px;
  font-family: 'CENTURY GOTHIC', 'Open Sans', Tahoma, sans-serif;
  line-height: 1.4;
  color: #000;
  font-size: 1.1rem;
  background-color: #FFBE00;
  font-weight: 700;
}
.form__body {
  padding: 19px 20px 32px;
}
.form__box-input {
  max-width: 393px;
  margin: 0 auto 25px;
}
.form__input {
  width: 100%;
  display: inline-block;
  font-family: 'CENTURY GOTHIC', 'Open Sans', Tahoma, sans-serif;
  color: #000;
  font-size: 1.1rem;
  padding: 18px 15px 21px;
  border: 1px solid #FFBE00;
  border-radius: 20px;
  text-align: center;
  background: #fff;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.form__box-submit {
  max-width: 400px;
  margin: 0 auto 10px;
}
.form__spam {
  text-align: center;
  font-size: 14px;
}
.form__spam::before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 26px;
  background: url(../img/icons/lock.png);
  vertical-align: bottom;
}
.form__submit {
    width: 100%;
    border: none;
}
.btn1 {
    display: inline-block;
    width: 100%;
    max-width: 408px;
    padding: 24px 18px 23px;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 39px;
    cursor: pointer;
    background: #FFBE00;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    font-family: 'CENTURY GOTHIC', 'Open Sans', Tahoma, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #000;
    letter-spacing: .7px;
}

@media screen and (min-width: 560px) {
    .desc-4 {
    font-size: 1.67rem;
  }

  .form__desc {
    font-size: 1.4rem;
  }
}

/* End New fom registration */

/* Начало. Часто задаваемые вопросы */
.container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}

.faq {
  padding: 40px 0 74px;
}

.faq__wrap {
  margin-top: 38px;
}

.faq__item {
  background-color: #0F57B9;
}

.faq__item.active .faq__number,
.faq__item.active .faq__head {
  background-color: #ececec;
}

.faq__head {
  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;
  background-color: #0F57B9;
}

.faq__number {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55px;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
  text-align: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #fff;
  font-size: 1.94rem;
  font-weight: 700;
}

.faq__quest {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 9px 15px 12px 17px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-decoration: none;
  background-color: #0F57B9;
  color: #fff;
}

.faq__quest:hover {
  text-decoration: underline;
}

.faq__answer {
  display: none;
  overflow: hidden;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  background-color: #ECECEC;
  padding-top: 20px;
  padding-bottom: 22px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: .7px;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.35;
}
.line-header {
  position: relative;
  vertical-align: middle;
  text-align: center;
  height: 26px;
  margin-top: 10px;
}

.line-header span {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 23px;
  border-radius: 50%;
  background-color: currentColor;
}

.line-header::before,
.line-header::after {
  content: '';
  display: inline-block;
  width: 74px;
  height: 4px;
  background-color: currentColor;
  position: relative;
  top: -11px;
}
.line-header_blue {
  color: #0F57B9;
}

.line-header_white {
  color: #fff;
}
@media screen and (min-width: 560px)
.faq__quest {
    padding: 9px 30px 12px 38px;
    font-size: 1.1rem;
}
.faq__quest {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 9px 15px 12px 17px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-decoration: none;
    background-color: #0F57B9;
    color: #fff;
}
a {
    color: inherit;
}
* {
    box-sizing: border-box;
    max-height: 100000px;
}

/* Конец. Часто задаваемые вопросы */


.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.tcenter {
  text-align: center;
}
section {
  width: 100%;
  background-color: #fff;
}
.container {
  max-width: 1024px;
}
.wrap1 {
  border-top: 3px solid #0F59BB; background: url('../img/bcg.jpg') top center no-repeat;  background-size: cover;
  min-height: 827px;
  padding-bottom: 50px;
  text-align: center;
}
.wrap1 p {
  font-family: Calibri;
  color: #fff;
  font-size: 22px;
}
.box-logo {
  max-width: 301px;
  margin: 0 auto 30px;
}
.box-logo img {
  width: 100%;
  height: auto;
}
h1 {
  font-family: Calibrib;
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  margin: 20px auto 30px;
  line-height: 1.3;
}
h1 span {
  background: #0F59BB;
  padding: 0 8px;
}
p.text1-1 {
  margin-bottom: 20px;
  margin-top: 15px;
}
p.text1-1 span {
  background: #fff;
  padding: 2px 6px 4px;
  font-family: Calibrib;
  color: #2e2e2e;
  font-size: 22px;
}
p.text1-2 {
  font-family: Calibri;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.box-btn {
  margin: 0 auto 25px;
  text-align: center;
}
.box-btn a,
input[type=submit],
.box-btn button {
  display: inline-block;
  max-width: 334px;
  width: 100%;
  border: 0;
  text-decoration: none;
  height: 76px;
  line-height: 72px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 4px solid #d49d00;
  background: #FED400;
  font-family: Calibrib;
  color: #050505;
  font-size: 21px;
  -webkit-border-radius: 31px;
  border-radius: 10px;
  text-shadow: 0 1px 1px #fff;
  -webkit-box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.15);
}
.box-btn a:hover,
input[type=submit]:hover,
.box-btn button:hover {
  background: #e5bf00;
  text-decoration: none;
  color: #050505;
}
.box-timer {
  text-align: center;
}
/*.box-timer p {
  font-family: Calibri;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}*/
section.wrap1 .timer-element > span:first-child {
  background: #fff!important;
  padding: 1px 6px;
  -webkit-border-radius: 14px;
  border-radius: 7px;
}
section.wrap1 .timer-element > span:first-child span {
  font-family: Calibri !important;
  /*color: #0F59BB !important;*/
}
section.wrap1 .timer-element > span:last-child {
  font-family: Calibri !important;
  color: #fff;
}
section.wrap1 div.box-timer span.timer-element:last-of-type span.timer-slide-inner:last-of-type {
  color: #E71B2F !important;
}
.wrap2 {
  background: #fff;
  padding-top: 40px;
}
.wrap2_1 {
  background: #B4DEF7;
  padding-top: 40px;
  padding-bottom: 40px;
}
h3 {
  font-family: Calibri;
  color: #2e2e2e;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
}
h3 ~ hr {
  background: url('../img/line.png') top center no-repeat;
  width: 67px;
  height: 7px;
  margin: 0 auto;
  border: 0;
}
.img2-1 {
  max-width: 252px;
  margin: 30px auto 0;
}
.img2-1 img {
  display: block;
  width: 100%;
  height: auto;
}
.wrap2-1-1 {
  padding-top: 40px;
}
.wrap2-1-1 p {
  font-family: Calibri;
  color: #2e2e2e;
  font-size: 20px;
  margin-bottom: 20px;
  background: url('../img/checked_2-512.png') left 8px no-repeat;
  padding-left: 40px;
  min-height: 39px;
  line-height: 1.1;
}
.wrap2-1-1 p:last-of-type {
  margin-bottom: 0;
}
.wrap3 {
  /*background: url('../img/bcg2.jpg') top center no-repeat;*/
  /*background-size: cover;*/
  background-color: #1c88d5;
  padding: 40px 0;
}
.wrap3 h4 {
  font-family: Calibri;
  color: #2e2e2e;
  font-size: 30px;
  text-align: center;
  max-width: 840px;
  margin: 0 auto 20px;
  line-height: 1.1;
  text-transform: uppercase;
}
.wrap3 h4 ~ p {
  font-family: Calibri;
  color: #2e2e2e;
  font-size: 22px;
  text-align: center;
}
.wrap3 h4 ~ p span {
  color: #0F59BB;
  font-weight: bold;
}
.wrap4 {
  background: #fff;
  padding: 10px 0 10px;
}
.wrap4-1-1 {
  border: 2px solid #0F59BB;
  padding: 20px 20px 30px;
  text-align: center;
  margin-top: 50px;
  border-radius: 4px;
}
.wrap4-1-1 h4 {
  width: 115px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  margin: -38px auto 20px;
}
.wrap4-1-1 h4 span {
  background: #0F59BB;
  font-family: Calibrib;
  color: #fff;
  font-size: 28px;
  padding: 0 7px;
}
.wrap4-1-1 h5 {
  font-family: Calibrib;
  color: #2e2e2e;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.wrap4-1-1 p {
  font-family: Calibri;
  color: #2e2e2e;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.box-input {
  text-align: center;
  max-width: 400px;
  height: 48px;
  margin: 10px auto 15px;
}
.box-input input[type=email] {
  width: 100%;
  height: 100%;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding: 0 8px;
  line-height: 48px;
  font-family: Calibri;
  color: #2e2e2e;
  font-size: 18px;
}
.text4-1 {
  background: url('../img/lock.png') left center no-repeat;
  min-height: 17px;
  padding-left: 20px;
  max-width: 200px;
  margin: 15px auto 10px;
  font-family: Calibri;
  color: #656565;
  font-size: 14px;
}
.wrap5 {
  /*background: url('../img/bcg3.jpg') top center no-repeat;
  background-size: cover;*/
  background-color: #B4DEF7;
  padding: 50px 0;
}
.wrap5-1 {
  margin-top: 40px;
  max-width: 900px;
}
.img5-1 {
  max-width: 270px;
  margin: 0 auto;
}
.img5-1 img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.2);
}
.text5-1 p {
  font-family: Calibri;
  color: #2e2e2e;
  font-size: 18px;
  margin-bottom: 25px;
}
.text5-1 p:last-of-type {
  margin-bottom: 0;
}
.wrap6 {
  background: #fff;
  padding: 50px 0;
}
.wrap6-1 {
  max-width: 920px;
  margin: 10px auto 0;
}
.wrap6-1-1 {
  border: 1px solid #0F59BB;
  padding: 20px 20px 30px;
  margin-top: 70px;
}
.wrap6-1-1 p {
  font-family: Calibri;
  color: #2e2e2e;
  font-size: 18px;
  text-align: center;
}
.img6-1 {
  width: 110px;
  height: 75px;
  line-height: 75px;
  vertical-align: middle;
  margin: -60px auto 20px;
  text-align: center;
  background: #fff;
}
.wrap7 {
  /* background: #E9F2FA; */
  /* background: #f1da36;
background: -moz-radial-gradient(center, ellipse cover, #f1da36 0%, #fefcea 100%);
background: -webkit-radial-gradient(center, ellipse cover, #f1da36 0%,#fefcea 100%);
background: radial-gradient(ellipse at center, #f1da36 0%,#fefcea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fefcea',GradientType=1 );
 */

background: #f0f9ff;
background: -moz-radial-gradient(center, ellipse cover, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
background: -webkit-radial-gradient(center, ellipse cover, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%);
background: radial-gradient(ellipse at center, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 );

 padding: 50px 0;
 margin-top: 40px;
}
.wrap7 h3 {
  max-width: 700px;
  margin: 0 auto;
  font-size: 28px;
}
.wrap7-1 {
  max-width: 845px;
  margin: 40px auto 0;
}
.wrap7-1 img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.1);
}
.text7-1 {
  text-align: center;
  margin: 20px auto;
}
.text7-1 a {
  font-family: Calibrib;
  color: #0F59BB;
  font-size: 18px;
  text-decoration: underline;
}
#wrap7-hidden {
  display: none;
}
.box-container {
  max-width: 845px;
  margin: 50px auto 0;
}
.wrap8 {
  /*background: url('../img/bcg4.jpg') top center no-repeat;
  background-size: cover;*/
  padding: 50px 0 30px;
}
.wrap8 .img8-1 img {
  -webkit-box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.1);
}
.img8-1,
.img-box-1 {
  max-width: 305px;
  margin: 0 auto 20px;
}
.img8-1 img,
.img-box-1 img {
  width: 100%;
  height: auto;
  display: block;
}
.text8-1 p {
  margin-bottom: 20px;
  font-family: Calibri;
  color: #2e2e2e;
  font-size: 18px;
  line-height: 1.3;
}
.text8-1 p:last-of-type {
  margin-bottom: 0;
}
.wrap9,
.wrap13 {
  background: #fff;
  padding: 40px 0;
}
.wrap11 {
  background: #fff;
  padding: 10px 0;
}
.wrap9 h3,
.wrap11 h3,
.wrap13 h3 {
  font-size: 28px;
  max-width: 490px;
  margin: 0 auto;
}
.wrap13 {
  /* background: #E8EAEF; */
  /* background: #fefcea;
background: -moz-radial-gradient(center, ellipse cover, #fefcea 0%, #efdf75 100%);
background: -webkit-radial-gradient(center, ellipse cover, #fefcea 0%,#efdf75 100%);
background: radial-gradient(ellipse at center, #fefcea 0%,#efdf75 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#efdf75',GradientType=1 ); */

/* background: #7abcff;
background: -moz-radial-gradient(center, ellipse cover, #7abcff 0%, #60abf8 44%, #4096ee 100%);
background: -webkit-radial-gradient(center, ellipse cover, #7abcff 0%,#60abf8 44%,#4096ee 100%);
background: radial-gradient(ellipse at center, #7abcff 0%,#60abf8 44%,#4096ee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=1 );
 */
/*background: #f0f9ff;
background: -moz-radial-gradient(center, ellipse cover, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
background: -webkit-radial-gradient(center, ellipse cover, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%);
background: radial-gradient(ellipse at center, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 );*/
}
.wrap13 .head-text-1 h6 {
  background: #E8EAEF;
}
.wrap9 .img-box-1 {
  max-width: 338px;
}
.head-text-1 {
  border: 1px solid #0F59BB;
  padding: 25px 15px 10px;
  position: relative;
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 20px;
}
.head-text-1 h6 {
  position: absolute;
  width: 110px;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  text-align: center;
  top: -20px;
  left: 10px;
  background: #fff;
}
.head-text-1 h6 span {
  font-family: Calibrib;
  color: red;
  font-size: 28px;
  /* background: #fff; */
  padding: 0 6px 4px;
}
.head-text-1 p {
  font-family: Calibrib;
  color: #2e2e2e;
  font-size: 24px;
}
.box-text-1 {
  font-family: Calibri;
  color: #2e2e2e;
  font-size: 18px;
  line-height: 1.3;
}
.wrap10,
.wrap12
/*{
background: #FFFFFF;
background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
background: -webkit-linear-gradient(top, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%);
background: linear-gradient(to bottom, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 );  padding: 40px 0;
}*/

.wrap9,
.wrap11
/*{
background: #FFFFFF;
background: -moz-linear-gradient(top, #a1dbff 0%, #cbebff 47%, #f0f9ff 100%);
background: -webkit-linear-gradient(top, #a1dbff 0%,#cbebff 47%,#f0f9ff 100%);
background: linear-gradient(to bottom, #a1dbff 0%,#cbebff 47%,#f0f9ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1dbff', endColorstr='#f0f9ff',GradientType=0 ); 
}*/


.wrap10 .head-text-1 h6,
.wrap12 .head-text-1 h6 {
   background: #FFFFFF; 
}
.wrap10 .img-box-1 {
  max-width: 419px;
}
.wrap11 .img-box-1 {
  max-width: 420px;
}
.wrap12 .img-box-1 {
  max-width: 428px;
}
.wrap13 .img-box-1 {
  max-width: 414px;
}
.wrap10 img,
.wrap11 img,
.wrap12 img,
.wrap13 img {
  padding-top: 50px;
}
.wrap14 {
  background: #fff url('../img/bcg5.jpg') -380px bottom no-repeat;
  padding: 50px 0 20px;
  min-height: 780px;
}
.wrap14-1 {
  margin-top: 50px;
}
.wrap14-1-1 {
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.3);
}
.wrap14-1-1 img {
  float: left;
}
.wrap14-1-1 p {
  margin-left: 50px;
  font-family: Calibri;
  color: #2e2e2e;
  font-size: 18px;
  line-height: 1.3;
}
.wrap14-1-1:last-of-type {
  padding-bottom: 0;
}
.img14-1 {
  display: none;
  width: 100%;
}
.img14-1 img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap3 .box-btn {
  margin: 0;
}
.wrap15 {
  padding: 50px 0 1px;
  background: #fff;
}
.wrap15-1 {
  margin-bottom: 40px;
}
.wrap15-1 h6 {
  background: url('../img/quest.png') left 6px no-repeat;
  min-height: 50px;
  padding-left: 50px;
  font-family: Calibrib;
  color: #5b5b5b;
  font-size: 18px;
  margin-bottom: 15px;
}
.wrap15-1 p {
  font-family: Calibri;
  color: #5b5b5b;
  font-size: 18px;
}
footer {
  background: #005799;
  padding: 20px 0;
  margin-bottom: -20px;
}
footer p {
  font-family: Calibri;
  color: #dde1ed;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
footer p a {
  font-family: Calibrib;
  color: #dde1ed;
  font-size: 16px;
  text-decoration: none;
}
footer p a:hover{
  color: #dde1ed;
}
#change_color {
  color:#E90303;
}
#change_color_1 {
  color:#E90303;
}



/***************************************************************************************/
@media screen and (min-width: 560px) {
.desc-4 {
    font-size: 2.0rem;
  }
}


@media (max-width: 989px) {
  .wrap14 {
    background: #fff url('../img/bcg5.jpg') -510px bottom no-repeat;

  }
}
@media (max-width: 767px) {
  #change_color{
    color: #FED400;
  }
  #change_color_1 {
    color: white;
}
  .wrap1 {
    background: #0F1B43;
  }
  .wrap1 p {
    line-height: 1.5;
  }
  h1 {
    font-size: 32px;
  }
  .text1-1 span {
    padding: 1px 3px;
  }
  .timer-slide-inner {
    font-size: 45px!important;
  }
  .wrap2-1-1 {
    padding-top: 0;
  }
  h3 {
    font-size: 28px;
  }
  .wrap3 h4 {
    font-size: 24px;
  }
  .text5-1 {
    margin-top: 30px;
  }
  .wrap10 img,
  .wrap11 img,
  .wrap12 img,
  .wrap13 img {
    padding-top: 0;
  }
  .wrap14 {
    background: #fff;
    background-size: contain;
    min-height: 200px;
    padding-bottom: 0;
  }
  .img14-1 {
    display: block;
    margin-top: 15px;
  }
}
@media (max-width: 425px){
	.timer-slide-inner {
    font-size: 35px!important;
  }
}