@font-face {
  font-family: 'HouschkaPro-Medium';
  src: url("../fonts/HouschkaPro-Medium.eot");
  src: local("☺"), url("../fonts/HouschkaPro-Medium.woff") format("woff"), url("../fonts/HouschkaPro-Medium.ttf") format("truetype"), url("../fonts/HouschkaPro-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HouschkaPro-Light';
  src: url("../fonts/HouschkaPro-Light.eot");
  src: local("☺"), url("../fonts/HouschkaPro-Light.woff") format("woff"), url("../fonts/HouschkaPro-Light.ttf") format("truetype"), url("../fonts/HouschkaPro-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HouschkaPro-Bold';
  src: url("../fonts/HouschkaPro-Bold.eot");
  src: local("☺"), url("../fonts/HouschkaPro-Bold.woff") format("woff"), url("../fonts/HouschkaPro-Bold.ttf") format("truetype"), url("../fonts/HouschkaPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BanderaPro-Bold';
  src: url("../fonts/BanderaPro-Bold.eot");
  src: local("☺"), url("../fonts/BanderaPro-Bold.woff") format("woff"), url("../fonts/BanderaPro-Bold.ttf") format("truetype"), url("../fonts/BanderaPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BanderaProLight';
  src: url("../fonts/BanderaProLight.eot");
  src: local("☺"), url("../fonts/BanderaProLight.woff") format("woff"), url("../fonts/BanderaProLight.ttf") format("truetype"), url("../fonts/BanderaProLight.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

html,
body {
  height: 100%;
}

body {
  background: url(../img/header.jpg) center 0 no-repeat #fff;
  font-family: "BanderaProLight", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
  color: #000;
  position: relative;
  min-width: 1000px;
}

b {
  font-family: "BanderaPro-Bold";
  font-weight: normal;
}

a {
  color: #000;
  text-decoration: underline;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
}

a,
input,
textarea {
  outline: none;
}

.clearfix:after,
.container:after,
.container__inner:after,
.author__item:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
  line-height: 0;
}

.page {
  width: 100%;
  min-height: 100%;
  position: relative;
  background: url(../img/footer.jpg) center bottom no-repeat;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.container__inner {
  width: 885px;
  margin: 0 auto;
  position: relative;
}

.header__title {
  font-size: 45px;
  font-family: "BanderaPro-Bold";
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 15px;
  color: #4a4a4a;
}

.title {
  font-size: 50px;
  font-family: "BanderaPro-Bold";
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 35px;
  color: #144382;
}
.title.title_red {
  color: #ff0000;
}
.title.title_small {
  font-size: 40px;
}

.subtitle {
  font-size: 40px;
  font-family: "BanderaPro-Bold";
  font-weight: normal;
  line-height: 1;
  text-align: center;
  padding-bottom: 35px;
  color: #000;
}

.header {
  padding: 60px 0 60px;
}
.header_thanks {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  padding: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.header_moment {
  font-size: 18px;
}
.header_thanks p {
  padding-bottom: 20px;
}
.header_thanks p:last-child {
  padding-bottom: 0;
}
.header_thanks .c-logo {
  background: url('../img/c_logo.png') 0 0 no-repeat;
  width: 122px;
  height: 113px;
  position: absolute;
  right: 100%;
  margin-right: 30px;
  left: auto;
  top: 0;
}
.header_thanks h1 {
  margin-bottom: 20px;
}
.header .title {
  padding-bottom: 50px;
  font-size: 47px;
  text-align: center;
}
.title_thanks {
  font-size: 42px;
  font-family: "BanderaPro-Bold";
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  color: #144382;
}
.header .header__l {
  float: left;
  margin-right: 60px;
}
.header .header__r {
  overflow: hidden;
  text-align: left;
  font-size: 29px;
}
.header__price {
  margin: 32px 0;
  font-size: 50px;
  font-weight: normal;
  line-height: 1.2;
  color: #F00;
  text-decoration: line-through;
}
.header__order {
  padding-top: 0px;
}
.bottom__order {
  padding-top: 40px;
}
.header__order a,
.bottom__order a {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  font-family: "BanderaPro-Bold";
  padding: 20px 35px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
  background: #F00;
  text-decoration: none;
  text-transform: uppercase;
}
.header__order a:hover,
.bottom__order a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.subscribe {
  padding: 30px 30px 30px 30px;
  background: url(../img/subscribe.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}
.subscribe .subscribe__l {
  font-size: 25px;
  font-family: BanderaPro-Bold;
  float: left;
  width: 385px;
  margin-right: 60px;
}
.subscribe .subscribe__r {
  overflow: hidden;
}
.subscribe__pic {
  float: left;
  margin-right: 15px;
}
.subscribe__pic img {
  width: 100px;
}
.subscribe__t {
  overflow: hidden
}

.form__field {
  display: block;
  margin-bottom: 18px;
}

.form__t {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #585858;
  font-size: 24px;
  height: 70px;
  padding: 10px 25px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__t.mce_inline_error {
  border: 1px solid #e30000;
  -moz-box-shadow: inset 0 0 5px 0 #e30000;
  -webkit-box-shadow: inset 0 0 5px 0 #e30000;
  box-shadow: inset 0 0 5px 0 #e30000;
}

.form__b {
  background: #e30000 none repeat scroll 0 0;
  border: 0 none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: "HouschkaPro-Bold";
  font-size: 24px;
  height: 70px;
  padding: 0 35px;
  -webkit-appearance: none;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__b:hover {
  background: #b70101 none repeat scroll 0 0;
}

div.mce_inline_error,
div.mce-error-response {
  color: red;
  font-size: 22px;
  font-family: 'BanderaPro-Bold';
}

div.mce-success-response {
  color: #0eaa00;
  font-size: 22px;
  font-family: 'BanderaPro-Bold';
}

.article p {
  padding-bottom: 30px;
}

.g-block {
  padding: 30px;
  background: #dddddd;
  margin-bottom: 30px;
  font-style: italic;
}
.g-block p:last-child {
  padding-bottom: 0;
}

.y-block {
  padding: 30px;
  background: #f8f7ad;
  margin-bottom: 30px;
}
.y-block .sample-list li:last-child {
  padding-bottom: 0;
}

.sample-list {
  padding-bottom: 10px;
  list-style: none;
}
.sample-list li {
  position: relative;
  font-size: 24px;
  padding: 0 0 20px 20px;
}
.sample-list li:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 11px;
  left: 0px;
}

.bottom__order {
  padding-top: 30px;
  text-align: center;
}

.info {
  text-align: center;
  margin-top: 70px;
  padding-bottom: 70px;
}
.info span {
  font-family: "BanderaPro-Bold";
  font-size: 36px;
  display: block;
  padding-bottom: 20px;
}
.info a {
  font-size: 36px;
  color: #144382;
}

.authors {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  background: #ffffff;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}

.author__item {
  position: relative;
  padding-bottom: 30px;
}
.author__item:last-child {
  padding-bottom: 0;
}
.author__item .author__item-name {
  font-size: 30px;
  padding-top: 15px;
  font-family: BanderaPro-Bold;
}
.author__item .author__item-pic {
  float: left;
  margin-right: 40px;
}
.author__item .author__item-inner {
  overflow: hidden;
}
.author__item .author__item-inner p:last-child {
  padding-bottom: 0;
}

.social-likes {
  display: block !important;
  text-align: center;
}

.tabs-wrapper {
  padding-bottom: 40px;
}

.tabs {
  border: 1px solid #828282;
  padding: 30px 30px 50px 30px;
  margin-top: 108px;
  position: relative;
}

.tabs__header {
  text-align: center;
  margin: -108px 0 40px 0;
}

.tab__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  font-family: BanderaPro-Bold;
  margin: 0 11px;
  width: 160px;
  cursor: pointer;
  padding-bottom: 20px;
  border-bottom: 12px solid transparent;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab__item:after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  background: url('../img/icons-s8822fe5ece.png') 0 -1963px no-repeat;
  width: 180px;
  height: 92px;
  display: inline-block;
  z-index: 2;
}
.tab__item i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
}
.tab__item .tab__item-val {
  margin-top: 10px;
  position: relative;
  z-index: 3;
}
.tab__item:hover i, .tab__item.is-active i {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.tab__item:hover.tab_1, .tab__item.is-active.tab_1 {
  border-bottom: 12px solid #474e54;
}
.tab__item:hover.tab_2, .tab__item.is-active.tab_2 {
  border-bottom: 12px solid #0066b3;
}
.tab__item:hover.tab_3, .tab__item.is-active.tab_3 {
  border-bottom: 12px solid #228291;
}
.tab__item:hover.tab_4, .tab__item.is-active.tab_4 {
  border-bottom: 12px solid #25254d;
}
.tab__item:hover.tab_5, .tab__item.is-active.tab_5 {
  border-bottom: 12px solid #941c52;
}
.tab__item:hover.tab_6, .tab__item.is-active.tab_6 {
  border-bottom: 12px solid #812990;
}
.tab__item:hover.tab_7, .tab__item.is-active.tab_7 {
  border-bottom: 12px solid #ba3218;
}
.tab__item:hover.tab_8, .tab__item.is-active.tab_8 {
  border-bottom: 12px solid #a37f03;
}
.tab__item:hover.tab_9, .tab__item.is-active.tab_9 {
  border-bottom: 12px solid #2c9f41;
}
.tab__item:hover.tab_10, .tab__item.is-active.tab_10 {
  border-bottom: 12px solid #935323;
}
.tab__item.tab_1 {
  color: #474e54;
}
.tab__item.tab_2 {
  color: #0066b3;
}
.tab__item.tab_3 {
  color: #228291;
}
.tab__item.tab_4 {
  color: #25254d;
}
.tab__item.tab_5 {
  color: #941c52;
}
.tab__item.tab_6 {
  color: #812990;
}
.tab__item.tab_7 {
  color: #ba3218;
}
.tab__item.tab_8 {
  color: #a37f03;
}
.tab__item.tab_9 {
  color: #2c9f41;
}
.tab__item.tab_10 {
  color: #935323;
}

.tabs__inner .tab__content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  padding: 0 130px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs__inner .tab__content.tab_1 .tab__content-title {
  color: #474e54;
}
.tabs__inner .tab__content.tab_2 .tab__content-title {
  color: #0066b3;
}
.tabs__inner .tab__content.tab_3 .tab__content-title {
  color: #228291;
}
.tabs__inner .tab__content.tab_4 .tab__content-title {
  color: #25254d;
}
.tabs__inner .tab__content.tab_5 .tab__content-title {
  color: #941c52;
}
.tabs__inner .tab__content.tab_6 .tab__content-title {
  color: #812990;
}
.tabs__inner .tab__content.tab_7 .tab__content-title {
  color: #ba3218;
}
.tabs__inner .tab__content.tab_8 .tab__content-title {
  color: #a37f03;
}
.tabs__inner .tab__content.tab_9 .tab__content-title {
  color: #2c9f41;
}
.tabs__inner .tab__content.tab_10 .tab__content-title {
  color: #935323;
}
.tabs__inner .tab__content.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
}
.tabs__inner .tab__content .tab__content-title {
  font-size: 36px;
  font-family: BanderaPro-Bold;
  text-align: center;
  padding-bottom: 20px;
}
.tabs__inner .tab__content p {
  padding-bottom: 20px;
}
.tabs__inner .tab__content p:last-child {
  padding-bottom: 0;
}
.bottom {
  padding-bottom: 300px;
}
.footer {
  padding: 50px 0 300px;
  font-size: 20px;
}
.footer p {
  padding-bottom: 20px;
  font-size: 22px;
}
.footer li {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  width: 31.5%;
  margin-right: 1%;
}

.logo {
  width: 220px;
  display: inline-block;
}
.logo img {
  max-width: 100%;
}
.article__pic-right {
  background: url('../img/icons-s8822fe5ece.png') 0 -1592px no-repeat;
  width: 314px;
  height: 366px;
  display: inline-block;
  float: right;
  margin: 0 0 30px 30px;
}

.i-1 {
  background: url('../img/icons-s8822fe5ece.png') 0 0 no-repeat;
  width: 154px;
  height: 154px;
  display: inline-block;
}

.i-2 {
  background: url('../img/icons-s8822fe5ece.png') 0 -319px no-repeat;
  width: 155px;
  height: 154px;
  display: inline-block;
}

.i-3 {
  background: url('../img/icons-s8822fe5ece.png') 0 -478px no-repeat;
  width: 155px;
  height: 154px;
  display: inline-block;
}

.i-4 {
  background: url('../img/icons-s8822fe5ece.png') 0 -637px no-repeat;
  width: 154px;
  height: 154px;
  display: inline-block;
}

.i-5 {
  background: url('../img/icons-s8822fe5ece.png') 0 -796px no-repeat;
  width: 155px;
  height: 154px;
  display: inline-block;
}

.i-6 {
  background: url('../img/icons-s8822fe5ece.png') 0 -955px no-repeat;
  width: 154px;
  height: 154px;
  display: inline-block;
}

.i-7 {
  background: url('../img/icons-s8822fe5ece.png') 0 -1114px no-repeat;
  width: 155px;
  height: 155px;
  display: inline-block;
}

.i-8 {
  background: url('../img/icons-s8822fe5ece.png') 0 -1274px no-repeat;
  width: 155px;
  height: 154px;
  display: inline-block;
}

.i-9 {
  background: url('../img/icons-s8822fe5ece.png') 0 -1433px no-repeat;
  width: 155px;
  height: 154px;
  display: inline-block;
}

.i-10 {
  background: url('../img/icons-s8822fe5ece.png') 0 -159px no-repeat;
  width: 155px;
  height: 155px;
  display: inline-block;
}
.c-logo {
  background: url('../img/c_logo.png') 0 0 no-repeat;
  width: 122px;
  height: 113px;
  position: absolute;
  left: 0;
  top: 0;
}
.clients__list {
  margin-bottom: 30px;
}
.client__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}