/* reset css (begin) */
html,
body,
ol,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
img {
  display: block;
  border: 0;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
}
label,
input[type="submit"] {
  cursor: pointer;
}
input:focus {
  outline: none;
}
*:focus {
  outline: none\9;
}
/* reset css (end) */
body {
  font: 16px 'PT Sans', sans-serif;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.14);
  background-color: #292c34;
  background: url(../img/bg-body.jpg) repeat;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.g-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.g-hidden {
  display: none;
}
/* common blocks (beign) */
.wrap {
  margin: 0 auto;
  width: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: block;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.14);
  background-color: #d65e50;
  background: #ce5447;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d65e50), color-stop(100%, #c1443a));
  background: -o-linear-gradient(top, #d65e50 0%, #c1443a 100%);
  background: -ms-linear-gradient(top, #d65e50 0%, #c1443a 100%);
  background: linear-gradient(#d65e50, #c1443a);
  -webkit-box-shadow: 0 2px 0 #ab4526, inset 0 -1px 0 rgba(255, 255, 255, 0.11);
  box-shadow: 0 2px 0 #ab4526, inset 0 -1px 0 rgba(255, 255, 255, 0.11);
  cursor: pointer;
}
.btn:hover {
  background: #c5493e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c1443a), color-stop(100%, #d65e50));
  background: -o-linear-gradient(top, #c1443a 0%, #d65e50 100%);
  background: -ms-linear-gradient(top, #c1443a 0%, #d65e50 100%);
  background: linear-gradient(#c1443a, #d65e50);
}
.call-back {
  float: right;
  width: 204px;
}
.call-back .phone {
  width: 100%;
  text-align: right;
  font-size: 22px;
  padding: 0 0 0 15px;
  margin: 0 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/phone.png) no-repeat 0 50%;
}
.call-back .btn {
  width: 100%;
  margin-top: 10px;
  height: 29px;
  font-size: 14px;
  line-height: 29px;
}
.input-form .input-name,
.input-form .input-phone {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  padding: 5px 7px 6px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 27px;
  margin-top: 10px;
  line-height: 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 3px 5px #ededed;
  box-shadow: inset 0 3px 5px #ededed;
}
.input-form .input-name {
  background: #ffffff url(../img/input-name.png) no-repeat 7px 50%;
}
.input-form .input-phone {
  background: #ffffff url(../img/input-phone.png) no-repeat 7px 50%;
}
.input-form .btn {
  height: 48px;
  width: 100%;
  margin-top: 20px;
  font: bold 18px/50px 'PT Sans', sans-serif;
  border-radius: 4px;
  text-transform: uppercase;
  vertical-align: middle;
  color: #aa8709;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.48);
  background: #ffca04;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd200), color-stop(100%, #ffbf09));
  background: -o-linear-gradient(top, #ffd200 0%, #ffbf09 100%);
  background: -ms-linear-gradient(top, #ffd200 0%, #ffbf09 100%);
  background: linear-gradient(#ffd200, #ffbf09);
  -webkit-box-shadow: 0 3px 0 #ee9312, inset 0 -1px 0 rgba(255, 255, 255, 0.32);
  box-shadow: 0 3px 0 #ee9312, inset 0 -1px 0 rgba(255, 255, 255, 0.32);
}
.input-form .btn:hover {
  background: #ffc307;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffbf09), color-stop(100%, #ffd200));
  background: -o-linear-gradient(top, #ffbf09 0%, #ffd200 100%);
  background: -ms-linear-gradient(top, #ffbf09 0%, #ffd200 100%);
  background: linear-gradient(#ffbf09, #ffd200);
}
.s-title {
  font-size: 52px;
  font-weight: bold;
  color: #fdb803;
  text-align: center;
  position: relative;
  margin: 5px 0 60px;
}
.s-title:after {
  content: '';
  position: absolute;
  bottom: -44px;
  left: 50%;
  margin: 0 0 20px -55px;
  display: block;
  width: 109px;
  height: 6px;
  background: url(../img/curve.png) no-repeat 50% 50%;
}
.line {
  margin: 40px 0 55px;
  text-align: center;
}
.line span {
  display: inline-block;
  width: 240px;
  height: 3px;
  background: #6b6d73;
}
/* common blocks (end) */
/* page-blocks (begin) */
.b-main {
  min-width: 1000px;
  padding: 25px 0 40px;
  background-image: url('../img/bg.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.b-main .header .logo {
  display: block;
  float: left;
  margin: 12px 0 0;
}
.b-main .header .logo img {
  width: 379px;
  height: 54px;
}
.b-main .title {
  color: #fdb803;
  margin: 20px 0 20px;
  font-size: 27px;
  line-height: 32px;
}
.b-main .title2 {
  color: #ffffff;
  margin: 20px 90px 20px;
  font-size: 31px;
  line-height: 32px;
}
.b-main .subtitle {
  font-weight: bold;
  font-size: 29px;
  line-height: 32px;
  display: inline-block;
  text-align: right;
}
.b-timer,
.b-learn .b-timer2,
.bg-pic2 .take-part {
  width: 830px;
  padding: 40px 30px 45px 30px;
  margin: 90px auto 0;
  border-radius: 4px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.14);
  background-color: #ba453a;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.b-timer .col1,
.b-learn .b-timer2 .col1,
.bg-pic2 .take-part .col1 {
  float: left;
  text-align: right;
  width: 420px;
  margin-right: 40px;
}
.b-timer .col2,
.b-learn .b-timer2 .col2,
.bg-pic2 .take-part .col2 {
  width: 300px;
  float: left;
}
.b-timer .imp,
.b-learn .b-timer2 .imp,
.bg-pic2 .take-part .imp {
  height: 78px;
  font-size: 22px;
  line-height: 26px;
}
.b-timer .imp b,
.b-learn .b-timer2 .imp b,
.bg-pic2 .take-part .imp b {
  color: #fdb803;
}
.b-timer .input-form,
.b-learn .b-timer2 .input-form,
.bg-pic2 .take-part .input-form {
  margin-top: -2px;
}
.countdown {
  margin: 15px 0 0;
  display: inline-block;
  vertical-align: top;
}
.countdown .board {
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.countdown .board > div {
  width: 50px;
  height: 51px;
  border-radius: 3px;
  font-size: 29px;
  line-height: 51px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
  color: #4c4c4c;
  background-color: #ffffff;
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0.12) 20%, rgba(255, 255, 255, 0.12) 40%);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0.12) 20%, rgba(255, 255, 255, 0.12) 40%);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0.12) 20%, rgba(255, 255, 255, 0.12) 40%);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0.12) 20%, rgba(255, 255, 255, 0.12) 40%);
}
.countdown .board > span {
  display: inline-block;
  padding-top: 5px;
  font-size: 11px;
}
.countdown .space {
  display: inline-block;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  text-shadow: none;
  font-size: 29px;
  line-height: 51px;
  width: 10px;
}
.b-mind {
  padding: 0 0 90px;
  position: relative;
  z-index: 2;
}
.b-mind .text {
  font-size: 23px;
  line-height: 28px;
  text-align: center;
}
.b-mind .mind-list {
  margin: 55px 0 30px;
}
.b-mind .mind-list .img {
  margin: 24px 75px 0 0;
  float: left;
  width: 302px;
  height: 313px;
  border: 6px solid #40434a;
  border-color: rgba(255, 255, 255, 0.14);
  position: relative;
}
.b-mind .mind-list .img img {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
.b-mind .mind-list ul {
  overflow: hidden;
  background: url(../img/bg-mind.png) no-repeat 0 0;
  padding-left: 75px;
}
.b-mind .mind-list ul li {
  margin: 25px 0;
}
.b-mind .mind-list ul li:first-child {
  margin: 0 0 25px;
}
.b-mind .mind-list ul p {
  line-height: 20px;
  display: table-cell;
  width: 460px;
  height: 52px;
  vertical-align: middle;
}
.b-mind .cols > div {
  float: left;
  width: 482px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-mind .cols > div .title {
  font-size: 46px;
  line-height: 34px;
  margin-bottom: 15px;
  font-weight: normal;
}
.b-mind .cols > div p {
  line-height: 22px;
}
.b-mind .cols .b-task {
  padding: 18px 28px 0;
  border: 3px solid #40434a;
  border-color: rgba(255, 255, 255, 0.14);
  border-bottom: none;
  margin-right: 33px;
}
.b-mind .cols .b-task .title {
  color: #fdb803;
}
.b-mind .cols .b-task:after {
  content: '';
  display: block;
  position: absolute;
  left: -3px;
  bottom: -63px;
  width: 482px;
  height: 63px;
  background: url(../img/bg-task.png) no-repeat 0 0;
}
.b-mind .cols .b-task p {
  height: 198px;
  overflow: hidden;
}
.b-mind .cols .b-goal {
  padding: 21px 20px 0 31px;
  background: #fdb803;
  color: #2f2f2f;
  text-shadow: none;
}
.b-mind .cols .b-goal:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -62px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 62px 482px 0 0;
  border-color: #fdb803 transparent transparent transparent;
}
.b-mind .cols .b-goal p {
  height: 132px;
  overflow: hidden;
}
.b-learn {
  min-width: 1000px;
  margin-top: -180px;
  padding-top: 180px;
  background-image: url('../img/bg-pic1.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-learn .list {
  margin-top: -25px;
}
.b-learn .list > li {
  display: inline-block;
  width: 452px;
  vertical-align: top;
}
.b-learn .list > li:first-child {
  width: 482px;
  margin-right: 40px;
  margin-left: 20px;
}
.b-learn .list > li > ul li {
  margin: 20px 0;
  height: 35px;
  position: relative;
  padding: 0 0 0 50px;
}
.b-learn .list > li > ul li:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 31px;
  left: 0;
  top: 50%;
  margin-top: -16px;
  background: url(../img/list.png) no-repeat 0 0;
}
.b-learn .list > li > ul li p {
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  display: table-cell;
  height: 35px;
  vertical-align: middle;
}
.b-learn .b-timer2,
.bg-pic2 .take-part {
  width: 100%;
  padding: 25px 30px;
  margin: 65px 0 0;
}
.b-learn .b-timer2 .col1,
.bg-pic2 .take-part .col1 {
  width: 500px;
  margin-right: 30px;
}
.b-learn .b-timer2 .imp,
.bg-pic2 .take-part .imp {
  padding-top: 3px;
  height: 60px;
  font-size: 33px;
}
.b-learn .b-timer2 .has-left,
.bg-pic2 .take-part .has-left {
  font-size: 14px;
}
.b-learn .b-timer2 .countdown,
.bg-pic2 .take-part .countdown {
  margin: 10px 0 0;
}
.b-results {
  margin-top: 40px;
}
.b-results .img {
  float: right;
  width: 180px;
  height: 148px;
  margin-left: 50px;
  border: 6px solid #40434a;
  border-color: rgba(255, 255, 255, 0.14);
  position: relative;
}
.b-results .img img {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
.b-results .text {
  line-height: 22px;
}
.b-results div.text {
  margin-bottom: 40px;
}
.b-results div.text p {
  text-align: right;
  overflow: hidden;
}
.b-results p.text {
  margin: 20px 0;
  text-align: center;
}
.b-results p.text b {
  color: #fdb803;
}
.b-figures {
  margin-bottom: 60px;
}
.b-figures .b-fig,
.b-figures .b-fig-1,
.b-figures .b-fig-2,
.b-figures .b-fig-3,
.b-figures .b-fig-4 {
  width: 250px;
  float: left;
  text-align: center;
}
.b-figures .b-fig .img,
.b-figures .b-fig-1 .img,
.b-figures .b-fig-2 .img,
.b-figures .b-fig-3 .img,
.b-figures .b-fig-4 .img {
  font-size: 56px;
  line-height: 124px;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.14);
  display: inline-block;
  height: 128px;
  width: 179px;
  margin-bottom: 15px;
  background: url(../img/figures.png) no-repeat;
}
.b-figures .b-fig p,
.b-figures .b-fig-1 p,
.b-figures .b-fig-2 p,
.b-figures .b-fig-3 p,
.b-figures .b-fig-4 p {
  font-size: 14px;
  line-height: 18px;
}
.b-figures .b-fig-1 .img {
  background-position: 50% 0;
}
.b-figures .b-fig-2 .img {
  background-position: 50% -128px;
}
.b-figures .b-fig-3 .img {
  background-position: 50% -256px;
}
.b-figures .b-fig-4 .img {
  background-position: 50% -382px;
}
.bg-pic2 {
  margin-top: -40px;
  padding-top: 40px;
  padding-bottom: 140px;
  min-width: 1000px;
  background-image: url('../img/bg-pic2.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 0;
}
.bg-pic2 .take-part {
  padding: 40px 30px 40px;
}
.bg-pic2 .take-part .col1 {
  width: 440px;
  margin: 0;
  padding-right: 28px;
  border-right: 2px solid #cd6c63;
}
.bg-pic2 .take-part .col2 {
  padding-left: 28px;
  width: 440px;
  position: relative;
}
.bg-pic2 .take-part .btn {
  height: 48px;
  width: 100%;
  margin-top: 20px;
  font: bold 18px/50px 'PT Sans', sans-serif;
  border-radius: 4px;
  text-transform: uppercase;
  vertical-align: middle;
  color: #aa8709;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.48);
  background: #ffca04;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd200), color-stop(100%, #ffbf09));
  background: -o-linear-gradient(top, #ffd200 0%, #ffbf09 100%);
  background: -ms-linear-gradient(top, #ffd200 0%, #ffbf09 100%);
  background: linear-gradient(#ffd200, #ffbf09);
  -webkit-box-shadow: 0 3px 0 #ee9312, inset 0 -1px 0 rgba(255, 255, 255, 0.32);
  box-shadow: 0 3px 0 #ee9312, inset 0 -1px 0 rgba(255, 255, 255, 0.32);
  font-size: 26px;
  width: 300px;
  height: 58px;
  line-height: 60px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 2px;
}
.bg-pic2 .take-part .btn:hover {
  background: #ffc307;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffbf09), color-stop(100%, #ffd200));
  background: -o-linear-gradient(top, #ffbf09 0%, #ffd200 100%);
  background: -ms-linear-gradient(top, #ffbf09 0%, #ffd200 100%);
  background: linear-gradient(#ffbf09, #ffd200);
}
.bg-pic2 .take-part .imp {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 7px;
  height: auto;
  margin-top: -5px;
}
.bg-pic2 .take-part p {
  font-size: 14px;
  line-height: 16px;
}
.b-leaders {
  margin-top: 40px;
}
.b-leaders .b-leader {
  width: 300px;
  margin-left: 50px;
  text-align: center;
  float: left;
}
.b-leaders .b-leader:first-child {
  margin-left: 0;
}
.b-leaders .b-leader .img {
  height: 200px;
  line-height: 197px;
  margin-bottom: 20px;
}
.b-leaders .b-leader .img img {
  vertical-align: bottom;
  display: inline-block;
}
.b-leaders .b-leader p {
  font-size: 14px;
  line-height: 18px;
}
.b-leaders .b-leader p.name {
  color: #fdb803;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.b-comments {
  margin-top: -80px;
  padding: 0 0 60px;
}
.b-comments .wrap {
  position: relative;
}
.h-slider {
  overflow: hidden;
}
.h-slider .slider {
  margin: 80px auto 0;
}
.h-slider .slider li {
  width: 447px;
  padding: 0 35px;
}
.h-slider .slider li .com-head {
  margin-bottom: 20px;
  overflow: hidden;
}
.h-slider .slider li .com-head .avatar {
  float: left;
  margin-right: 5px;
  width: 82px;
  height: 82px;
  border-radius: 45px;
}
.h-slider .slider li .com-head .info {
  overflow: hidden;
  padding-left: 15px;
}
.h-slider .slider li .com-head .name {
  margin-top: -5px;
  color: #fdb803;
  font-weight: bold;
  font-size: 23px;
}
.h-slider .slider li .com-head .add {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.h-slider .slider li .com-head .quote {
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  position: relative;
}
.h-slider .slider li .com-head .quote:before {
  content: '“';
  font-size: 38px;
  font-weight: bold;
  color: #3f4148;
  position: absolute;
  left: -17px;
  top: 5px;
}
.h-slider .slider li .com-head .quote:after {
  content: '”';
  display: inline-block;
  font-size: 38px;
  font-weight: bold;
  color: #3f4148;
  height: 13px;
  vertical-align: middle;
}
.h-slider .slider li .com-body {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  padding: 10px 15px 20px;
  margin-bottom: 22px;
  border: 1px solid #dfdfdf;
  color: #4c4c4c;
  background-color: #ffffff;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(#ffffff, #f2f2f2);
  color: #5e5e5e;
  text-shadow: none;
  border-radius: 6px;
}
.h-slider .slider li .com-body:before {
  content: '';
  display: block;
  width: 15px;
  height: 14px;
  position: absolute;
  left: 40px;
  top: -10px;
  background: url(../img/comment.png) no-repeat 50% 50%;
}
.h-slider .slider li .com-body p {
  height: 100px;
  overflow: hidden;
}
.h-slider .slider li .com-body a {
  color: #e15656;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dashed #e15656;
}
.h-slider .slider li .com-body a:hover {
  border-bottom-color: transparent;
}
.h-slider .slider li .com-video {
  position: relative;
  border: 1px solid #dfdfdf;
  background: #fff;
  border-radius: 6px;
  padding: 11px 11px 8px;
  margin-top: 20px;
}
.h-slider .prevBtn,
.h-slider .nextBtn {
  display: block;
  width: 35px;
  height: 43px;
  position: absolute;
  right: 175px;
  top: 20px;
  z-index: 1000;
  background: url(../img/slider-arrows.png) no-repeat 100% 0;
  cursor: pointer;
}
.h-slider .prevBtn {
  left: 175px;
  background: url(../img/slider-arrows.png) no-repeat 0 0;
}
.footer {
  color: #fff;
  padding: 40px 0 30px;
  background: #17191d url(../img/bg-pattern.png) repeat;
  min-width: 1000px;
  border-top: 4px solid #40434a;
  border-color: rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.16);
}
.footer .logo {
  display: inline-block;
  float: none;
}
.footer .logo img {
  width: 203px;
  height: 51px;
}
.footer .ask {
  float: right;
  text-align: right;
  width: 210px;
  margin-right: 30px;
  font-size: 14px;
}
.footer .ask .phone {
  margin-top: 10px;
  line-height: 31px;
}
/* page-blocks (end) */
.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
*:first-child + html .arcticmodal-container {
  height: 100%;
}
.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}
.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle;
}
.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}
.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000000 url(loading.gif) no-repeat 50% 50%;
}
.box-modal {
  position: relative;
  width: 400px;
  padding: 20px 50px 45px;
  margin: 90px auto 0;
  border-radius: 4px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.14);
  background-color: #ba453a;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-modal .box-modal_close {
  position: absolute;
  top: 0;
  right: -26px;
  width: 26px;
  height: 26px;
  background: url(../img/popup-close.png) no-repeat 50% 50%;
  cursor: pointer;
}
.box-modal .input-form .title {
  text-align: center;
  font-size: 33px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.box-modal .send {
  margin: 20px -10px 0;
  padding: 110px 0 0;
  text-align: center;
  background: url(../img/ok.png) no-repeat 50% 0;
}
.box-modal .send p {
  font-weight: bold;
  font-size: 18px;
}
.box-modal .send .huge {
  font-size: 42px;
}
.box-modal .send .big {
  font-size: 30px;
}
