@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/RobotoLight/RobotoLight.eot');
  src: url('../fonts/Roboto/RobotoLight/RobotoLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/RobotoLight/RobotoLight.woff2') format('woff2'), url('../fonts/Roboto/RobotoLight/RobotoLight.woff') format('woff'), url('../fonts/Roboto/RobotoLight/RobotoLight.ttf') format('truetype'), url('../fonts/Roboto/RobotoLight/RobotoLight.svg#RobotoLight') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U0002-FFFD;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/RobotoRegular/RobotoRegular.eot');
  src: url('../fonts/Roboto/RobotoRegular/RobotoRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/RobotoRegular/RobotoRegular.woff2') format('woff2'), url('../fonts/Roboto/RobotoRegular/RobotoRegular.woff') format('woff'), url('../fonts/Roboto/RobotoRegular/RobotoRegular.ttf') format('truetype'), url('../fonts/Roboto/RobotoRegular/RobotoRegular.svg#Roboto') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U0002-FFFD;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/RobotoBold/RobotoBold.eot');
  src: url('../fonts/Roboto/RobotoBold/RobotoBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/RobotoBold/RobotoBold.woff2') format('woff2'), url('../fonts/Roboto/RobotoBold/RobotoBold.woff') format('woff'), url('../fonts/Roboto/RobotoBold/RobotoBold.ttf') format('truetype'), url('../fonts/Roboto/RobotoBold/RobotoBold.svg#Roboto Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U0002-FFFD;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova/ProximaNovaRegularItalic/ProximaNovaRegularItalic.eot');
  src: url('../fonts/ProximaNova/ProximaNovaRegularItalic/ProximaNovaRegularItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova/ProximaNovaRegularItalic/ProximaNovaRegularItalic.woff2') format('woff2'), url('../fonts/ProximaNova/ProximaNovaRegularItalic/ProximaNovaRegularItalic.woff') format('woff'), url('../fonts/ProximaNova/ProximaNovaRegularItalic/ProximaNovaRegularItalic.ttf') format('truetype'), url('../fonts/ProximaNova/ProximaNovaRegular Italic/ProximaNovaRegularItalic.svg#ProximaNovaRegularItalic') format('svg');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U000D-FB04;
}
* {
  font-family: 'Roboto';
}
p {
  color: #000000;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
h1 {
  color: #fcb014;
  font-family: 'Roboto';
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}
h1 span {
  color: #000000;
}
h1.big {
  font-size: 48px;
  line-height: 60px;
}
h1.under:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -24px;
  margin: auto;
  width: 85px;
  height: 2px;
  background: #fcb014;
}
p,
h1 {
  margin: 0;
  position: relative;
}
.order > a,
.order > button {
  outline: none;
  border: none;
  min-width: 199px;
  height: 47px;
  border-radius: 5px;
  border: 2px solid #20b836;
  background-color: #20b836;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.order > a:hover,
.order > button:hover {
  background-color: #ffffff;
  color: #20b836;
}
.checks {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.checks label {
  margin: 0 0 0 7px;
}
.checks input {
  margin: 0;
}
img {
  max-width: 100%;
  max-height: 100%;
}
label.error {
  display: none !important;
}
.form input.error,
.form textarea.error {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
.form input {
  height: 43px;
  border: 1px solid #d7d7d7;
  width: 100%;
}
.form input:not([type="checkbox"]) {
  padding: 0 20px;
}
.header {
  height: 690px;
  padding: 38px 0 10px 0;
  background: url(../img/header.jpg) no-repeat center / cover;
}
.header .h-top p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  max-width: 785px;
}
.header .h-top p:before,
.header .h-top p:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  width: 153px;
  height: 2px;
  background-color: #fcb014;
}
.header .h-top p:before {
  left: 0;
}
.header .h-top p:after {
  right: 0;
}
.header .h-top .language {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
  height: 25px;
  font-family: 'Proxima Nova';
}
.header .h-top .language a {
  color: #ffffff;
}
.header .h-top .language a.active {
  color: #fcb014;
}
.header .h-top .language a:hover {
  text-decoration: none;
  color: #fbaf1e;
}
.header .h-top .language a:hover:active {
  color: #fbaf1e;
}
.header .h-top .language span {
  margin-left: 3px;
  margin-right: 3px;
}
.header .h-middle {
  margin-top: 135px;
}
.header .h-middle .hm-top {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}
.header .h-middle h1 {
  font-family: "Arial";
  margin: 45px 0 12px 0;
  max-width: 630px;
}
.header .h-middle p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
}
.header .h-img {
  width: 581px;
  height: 768px;
  margin: 15px 0 0 -39px;
}
.maybe {
  padding: 0px 0 155px 0;
}
.maybe.active:before {
  height: 108px;
}
.maybe .container {
  position: relative;
  top: -50px;
}
.maybe h1 {
  max-width: 660px;
  margin-bottom: 125px;
}
.maybe .m-blocks {
  text-align: center;
}
.maybe .m-blocks .m-block {
  max-width: 245px;
  display: inline-block;
}
.maybe .m-blocks .m-block:hover .m-img {
  margin: -15px 0 45px 0;
}
.maybe .m-blocks .m-block .m-img {
  transition: 0.3s;
  margin-bottom: 30px;
}
.line {
  position: relative;
}
.line:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 80%;
  width: 2px;
  height: 0px;
  background-color: #000000;
  transition: 1s;
}
.elem {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.instruction {
  padding: 30px 0 68px 0;
}
.instruction h1 {
  text-align: center;
  margin-bottom: 64px;
  line-height: 53px;
}
.instruction h1 span {
  font-size: 36px;
  display: block;
}
.instruction .for-video {
  max-width: 531px;
  margin: auto;
  border: 1px solid #000000;
}
.information {
  padding: 45px 0 40px 0;
  background: url(../img/header.jpg) no-repeat center / cover;
}
.information h1 {
  margin: 90px -355px 0 0px;
  width: 601px;
}
.information h1 span {
  color: #ffffff;
  font-size: 24px;
  display: block;
  line-height: 44px;
}
.information .info-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.information .info-block .infos {
  width: 751px;
  height: 597px;
  background: url(../img/border.png) no-repeat center / 100% 100%;
  padding: 55px 52px 70px 90px;
  text-align: center;
}
.information .info-block .infos .i-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.information .info-block .infos .i-row .i-block {
  max-width: 155px;
}
.information .info-block .infos .i-row .i-block .i-number {
  color: #fcb014;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
}
.information .info-block .infos .i-row .i-block p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.information .info-block .infos .i-row.ir-1 {
  padding-left: 229px;
  margin-bottom: 105px;
}
.prices {
  padding: 25px 0 185px 0;
}
.prices:before {
  top: 84%;
}
.prices.active:before {
  height: 158px;
}
.prices .p-img {
  width: 675px;
  height: 675px;
  margin-left: -167px;
}
.prices .bords {
  padding: 61px 15px 65px 15px;
  position: relative;
}
.prices .bords:before,
.prices .bords:after {
  width: 133px;
  height: 133px;
  border-width: 2px;
  border-color: #000000;
  position: absolute;
  content: "";
  border-bottom-style: solid;
}
.prices .bords:before {
  border-left-style: solid;
  left: 0;
  top: 0;
  transform: rotate(90deg);
}
.prices .bords:after {
  border-right-style: solid;
  right: 0;
  bottom: 0;
}
.prices .bords .p-block {
  max-width: 585px;
  float: right;
}
.prices .bords .p-block p {
  font-size: 18px;
  line-height: 24px;
}
.prices .bords .p-block .p-text p {
  margin-bottom: 25px;
}
.prices .bords .p-block .p-text p:not(:last-of-type) {
  font-weight: 300;
}
.prices .bords .p-block .p-text p a {
  text-decoration: underline;
  color: #000000;
}
.prices .bords .p-block .p-text p a:hover {
  text-decoration: none;
}
.prices .bords .p-block .spec {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.prices .bords .p-block .spec p {
  color: #000000;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}
.prices .bords .p-block .spec div {
  color: #fcb014;
  font-size: 36px;
  font-weight: 700;
  margin-left: 20px;
}
.prices .bords .p-block .spec div span {
  font-family: 'Roboto';
}
.prices .bords .p-block .timer-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 25px 0 62px 0;
}
.prices .bords .p-block .timer-row.active {
  justify-content: center;
}
.prices .bords .p-block .timer-row.active .timer {
  display: none;
}
.prices .bords .p-block .timer-row .order {
  text-align: center;
}
.prices .bords .p-block .timer-row .timer {
  text-align: center;
  margin-right: 84px;
  width: 256px;
}
.prices .bords .p-block .timer-row .timer .countdown-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.prices .bords .p-block .timer-row .timer .countdown-section {
  line-height: 1;
}
.prices .bords .p-block .timer-row .timer .countdown-section:not(:last-of-type) {
  margin: 0 45px 0 0;
}
.prices .bords .p-block .timer-row .timer .countdown-section > span {
  display: block;
  font-family: 'Roboto';
}
.prices .bords .p-block .timer-row .timer .countdown-section .countdown-amount {
  font-size: 48px;
  margin-bottom: 5px;
}
.prices .bords .p-block .timer-row .timer .countdown-section .countdown-period {
  font-size: 14px;
}
.prices .bords .p-block .tablet p {
  margin-bottom: 14px;
}
.prices .bords .p-block .tablet table {
  max-width: 540px;
  width: 100%;
  font-size: 18px;
}
.prices .bords .p-block .tablet table tr.active .d-price {
  color: #fcb014;
}
.prices .bords .p-block .tablet table tr.lined .d-price {
  text-decoration: line-through;
}
.prices .bords .p-block .tablet table tr td {
  padding: 3px 0;
}
.prices .bords .p-block .tablet table tr td:last-of-type {
  text-align: right;
}
.inside {
  padding: 35px 0 208px 0;
}
.inside.active:before {
  height: 158px;
}
.inside h1 {
  margin-bottom: 48px;
  display: inline-block;
}
.inside .bords {
  padding: 0px 15px 65px 15px;
  position: relative;
}
.inside .bords:before {
  width: 133px;
  height: 133px;
  border-width: 2px;
  border-color: #000000;
  position: absolute;
  content: "";
  border-bottom-style: solid;
  border-left-style: solid;
  left: 0;
  bottom: 0;
}
.inside .bords .in-block {
  max-width: 600px;
  float: right;
}
.inside .bords .in-block > p {
  margin-top: 23px;
}
.inside .bords p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.inside .bords .p-list p {
  margin-bottom: 5px;
}
.inside .slider {
  border: 2px solid #000000;
  max-width: 265px;
  margin: 24px auto 0;
}
.inside .slider .bx-pager {
  bottom: -55px;
}
.inside .slider .bx-pager-item {
  vertical-align: middle;
}
.inside .slider .bx-wrapper .bx-pager.bx-default-pager a {
  width: 21px;
  height: 21px;
  border: 2px solid #000000;
  background: #ffffff;
  margin: 0 6px;
  border-radius: 50%;
}
.inside .slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  width: 29px;
  height: 29px;
  border: 2px solid #fcb014;
  background-color: #fcb014;
}
.feeds {
  padding: 85px 0 60px 0;
  overflow: hidden;
}
.feeds h1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-left: 50px;
  margin-bottom: 50px;
}
.feeds h1 span {
  padding-left: 25px;
}
.feeds .slider-inner .bx-wrapper {
  max-width: 1070px !important;
}
.feeds .slider-inner .bx-viewport {
  padding: 10px 15px 15px 13px;
}
.feeds .slider-inner .slide-inner {
  box-shadow: 2px 3px 15px 1px rgba(0,0,0,0.21);
  background-color: #ffffff;
  padding: 35px;
  box-sizing: border-box;
  min-height: 443px;
}
.feeds .slider-inner .slide-inner .slide-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}
.feeds .slider-inner .slide-inner .slide-top .f-photo {
  width: 103px;
  height: 104px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
  overflow: hidden;
}
.feeds .slider-inner .slide-inner .slide-top .f-photo img {
  max-width: initial;
}
.feeds .slider-inner .slide-inner .slide-top .f-info {
  flex: 1;
}
.feeds .slider-inner .slide-inner .slide-top .f-info .f-name {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
}
.feeds .slider-inner .slide-inner .slide-top .f-info .f-university {
  font-weight: 300;
  font-size: 18px;
  margin: 5px 0 10px 0;
  color: #ffb200;
}
.feeds .slider-inner .slide-inner .slide-top .f-info .soc-ico {
  pointer-events: none;
}
.feeds .slider-inner .bx-wrapper .bx-controls-direction a {
  background: none;
  width: 22px;
  height: 22px;
  border-color: #ffb200;
  border-style: solid;
  border-width: 0;
  top: 230px;
}
.feeds .slider-inner .bx-wrapper .bx-prev {
  border-left-width: 2px !important;
  border-bottom-width: 2px !important;
  transform: rotate(45deg);
  left: -30px;
}
.feeds .slider-inner .bx-wrapper .bx-next {
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
  transform: rotate(-45deg);
  right: -30px;
}
.warranty {
  padding: 40px 0 45px 0;
}
.warranty.active .w-bottom .txt:before {
  width: 167px;
}
.warranty h1 {
  margin-bottom: 75px;
  display: table;
  float: right;
  margin-right: 103px;
}
.warranty .w-top {
  margin-bottom: 103px;
}
.warranty .w-img {
  text-align: center;
}
.warranty .w-block {
  max-width: 458px;
  position: relative;
}
.warranty .w-block:before {
  position: absolute;
  content: "";
  right: -60px;
  bottom: -80px;
  width: 825px;
  height: 164px;
  background: url(../img/brd.png) no-repeat center / 100% 100%;
}
.warranty .w-block p {
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 24px;
}
.warranty .w-block p:not(:last-of-type) {
  margin-bottom: 8px;
}
.warranty .w-block p:first-of-type {
  margin-bottom: 10px;
}
.warranty .w-block .subs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -12px;
}
.warranty form {
  width: 284px;
  border-radius: 5px;
  border: 2px solid #fcb014;
  padding: 39px 27px 20px 27px;
  margin: auto;
}
.warranty form input {
  margin-bottom: 14px;
}
.warranty form .order {
  margin: 20px 0 17px 0;
}
.warranty form .order button {
  width: 100%;
}
.warranty form p {
  color: #9f9f9f;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
.warranty form .checks {
  margin-top: 0;
  margin-bottom: 10px;
}
.warranty form .checks input {
  margin: 0;
  height: auto;
  width: auto;
}
.warranty form .checks label {
  font-size: 11px;
}
.warranty .w-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.warranty .w-bottom .txt {
  max-width: 380px;
  margin-left: 62px;
  position: relative;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 24px;
}
.warranty .w-bottom .txt:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -29px;
  margin: auto;
  width: 0px;
  height: 2px;
  background: #000000;
  transition: 1s;
}
.t3-footer {
  padding: 40px 0 25px;
  position: relative;
  z-index: 10;
  height: auto;
  background: url(../img/footer.jpg) no-repeat center / cover;
}
.t3-footer .f-bottom {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 55px;
}
.t3-footer .f-bottom p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}
.t3-footer .f-bottom p.studio-copy a {
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  line-height: 1;
}
.t3-footer .f-bottom p.studio-copy a:hover {
  border-bottom-color: transparent;
}
.t3-footer .f-bottom p a {
  color: #ffffff;
}
.t3-footer .f-bottom .copyrights {
  text-align: center;
}
.t3-footer .f-bottom .policy,
.t3-footer .f-bottom .agreement {
  text-align: right;
}
.t3-footer .col-2 {
  padding: 10px 15px 0 15px;
}
.t3-footer .col-2 .mainnav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
}
.t3-footer .col-2 .mainnav li {
  margin-left: 50px;
}
.t3-footer .col-2 .mainnav li span {
  margin: 0;
}
.t3-footer .col-2 .mainnav li a,
.t3-footer .col-2 .mainnav li span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
  padding: 0;
  background: none;
  cursor: pointer;
}
.t3-footer .col-2 .mainnav li a:hover,
.t3-footer .col-2 .mainnav li span:hover {
  text-decoration: underline;
  background: none;
  color: #FFB500;
}
.t3-footer .col-2 .mainnav li a .caret,
.t3-footer .col-2 .mainnav li span .caret {
  display: none;
}
.t3-footer .col-2 .mainnav li .nav-child {
  border: 2px solid #FFB500;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  text-align: left;
  top: initial;
  bottom: 100%;
  margin-bottom: 6px;
  min-width: 100%;
}
.t3-footer .col-2 .mainnav li .nav-child li {
  margin: 5px 0;
}
.t3-footer .col-2 .mainnav li .nav-child li a {
  display: inline-block;
  font-weight: 400;
  font-size: 1.125em;
  color: #000;
  text-decoration: none;
}
.t3-footer .col-2 .mainnav li .nav-child li a:hover,
.t3-footer .col-2 .mainnav li .nav-child li a:active,
.t3-footer .col-2 .mainnav li .nav-child li a:focus {
  color: #FFB500;
  background: none;
  padding: 0;
  text-decoration: underline !important;
  box-shadow: none;
}
.t3-footer .col-2 p:first-child {
  margin: 0 0 20px;
}
.t3-footer .col-2 p.studio-copy {
  margin: 15px 0 0;
}
.t3-footer .col-2 a {
  text-decoration: none;
}
.t3-footer .col-2 a:hover img {
  box-shadow: 0 0px 6px 1px #444;
  border-radius: 5px;
}
.t3-footer .col-2 a.soc {
  margin: 0 5px;
}
.t3-footer .col-2 a.soc:hover {
  text-decoration: none;
}
.t3-footer .col-3 {
  text-align: right;
  padding: 65px 0 0;
}
.t3-footer a {
  color: #2c241f;
  text-decoration: none;
}
.t3-footer a:hover {
  text-decoration: underline;
}
.t3-footer p {
  margin: 0;
}
.t3-footer span {
  margin: 0 10px;
}
@media (min-width: 1201px) and (max-width: 1750px) {
  .header .h-img {
    width: 563px;
    height: 685px;
    margin: 28px 0 0 -45px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .container {
    width: 750px;
  }
  .header .h-top p::before,
  .header .h-top p::after {
    width: 71px;
  }
  .header .h-img {
    display: none;
  }
  .header {
    height: auto;
    padding: 38px 0 50px 0;
  }
  .maybe .container {
    top: 0;
  }
  .maybe {
    padding: 25px 0 180px;
  }
  .information h1 {
    margin: 66px -378px 0 0px;
  }
  .prices .bords .p-block {
    max-width: 90%;
  }
  .warranty .w-block::before {
    right: -10px;
    width: 555px;
  }
  .t3-footer .col-2 .mainnav li {
    margin-left: 24px;
  }
  .t3-footer .f-bottom > div {
    padding: 0;
  }
  .header .h-top .language {
    font-size: 9px;
  }
  .header .h-top .language span {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 320px;
  }
  p {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  h1 {
    font-size: 24px !important;
    line-height: 30px !important;
    text-align: center;
  }
  h1 span {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  section {
    padding: 15px 0 !important;
  }
  .header {
    text-align: center;
    height: auto;
    padding: 15px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    height: calc(100vh - 55px);
  }
  .header .container {
    margin-top: 40px;
  }
  .header .h-top {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .header .h-top p {
    margin-top: 10px;
  }
  .line:before {
    display: none;
  }
  .header .h-top p::before,
  .header .h-top p::after {
    display: none;
  }
  .header .h-middle {
    margin-top: 20px;
  }
  .header .h-middle .hm-top {
    font-size: 20px;
  }
  .header .h-middle h1 {
    margin: 22px 0 12px 0;
  }
  .header .h-img {
    display: none;
  }
  .maybe {
    padding: 15px 0 0 0 !important;
  }
  .maybe h1 {
    margin-bottom: 30px;
  }
  .maybe .container {
    top: 0;
  }
  .maybe .m-blocks .m-block {
    margin-bottom: 25px;
  }
  .maybe .m-blocks .m-block:hover .m-img {
    margin: 0 0 8px 0 !important;
  }
  .maybe .m-blocks .m-block .m-img {
    margin-bottom: 8px;
    height: 80px;
  }
  .instruction h1 {
    margin-bottom: 25px;
  }
  .information .info-block {
    flex-direction: column;
  }
  .information h1 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .information h1 span {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .information .info-block .infos {
    width: 100%;
    height: auto;
    background: none;
    border: 2px solid #ffffff;
    padding: 10px;
  }
  .information .info-block .infos .i-row {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    display: block;
  }
  .information .info-block .infos .i-row .i-block {
    margin: 5px auto;
    max-width: 100%;
  }
  .prices .p-img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .prices .bords .p-block {
    float: none;
  }
  .prices .bords {
    padding: 10px 15px 10px 15px;
    margin-top: 15px;
  }
  .prices .bords .p-block .spec {
    display: block;
    text-align: center;
  }
  .prices .bords .p-block .timer-row {
    margin: 15px 0 30px 0;
    display: block;
  }
  .prices .bords .p-block .timer-row .timer {
    margin: 0 auto 15px;
  }
  .prices .bords::before,
  .prices .bords::after {
    display: none;
  }
  .inside h1 {
    display: block;
  }
  .inside .bords {
    padding: 0px 15px 20px 15px;
  }
  .inside .bords::before {
    display: none;
  }
  .feeds {
    padding: 65px 0 0 0 !important;
  }
  .feeds h1 {
    margin-bottom: 25px;
  }
  .feeds .f-img img {
    width: 35px;
  }
  .feeds .bxslider {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
  }
  .feeds .bxslider .slide {
    float: none !important;
  }
  .feeds .slider-inner {
    padding: 0 10px;
  }
  .feeds .slider-inner .slide-inner {
    padding: 20px;
    box-sizing: border-box;
    min-height: auto;
    box-shadow: none;
  }
  .feeds .slider-inner .slide-text {
    text-align: justify;
  }
  .feeds .slider-inner .soc-ico {
    display: none;
  }
  .feeds .slider-inner .slide-inner .slide-top {
    margin-bottom: 15px;
    flex-direction: column;
    text-align: center;
  }
  .feeds .slider-inner .slide-inner .slide-top .f-photo {
    margin-right: 0;
  }
  .feeds .slider-inner .slide-inner .slide-top .soc-ico img {
    margin: auto;
  }
  .feeds .slider-inner .bx-wrapper {
    max-width: 100% !important;
    box-shadow: 2px 3px 15px 1px rgba(0,0,0,0.21);
  }
  .feeds .slider-inner .bx-viewport {
    padding: 0;
  }
  .feeds .slider-inner .bx-wrapper .bx-prev {
    left: -16px;
  }
  .feeds .slider-inner .bx-wrapper .bx-next {
    right: -16px;
  }
  .warranty h1 {
    margin: 20px auto 40px;
    display: block;
    float: none;
  }
  .warranty .w-block {
    margin-top: 15px;
  }
  .warranty .w-block .subs {
    margin-top: 0;
  }
  .warranty .w-block .subs img {
    width: 100px;
  }
  .warranty .w-block::before {
    display: none;
  }
  .warranty .w-top {
    margin-bottom: 25px;
  }
  .warranty .w-bottom {
    display: block;
  }
  .warranty .w-bottom .txt {
    text-align: center;
    margin: 30px 0;
  }
  .warranty form .order button {
    display: block;
    padding: 0;
  }
  .t3-footer {
    margin-top: 0px;
  }
  .t3-footer .logo {
    text-align: center;
    margin: 0 0 10px;
  }
  .t3-footer .logo img {
    max-height: 70px;
  }
  .t3-footer .col-3 {
    text-align: center;
    padding: 35px 0 0;
  }
  .t3-footer .col-2 .mainnav {
    padding: 15px 0;
    margin-top: 0px;
    flex-direction: column;
    text-align: center;
  }
  .t3-footer .col-2 .mainnav li {
    margin: 5px 0;
  }
  .t3-footer .f-bottom {
    margin-top: 15px;
    text-align: center;
  }
  .t3-footer .f-bottom .flex-col-1 {
    float: none;
    order: 2;
  }
  .t3-footer .f-bottom .flex-col-2 {
    float: none;
    order: 1;
    margin: 0 0 15px;
  }
  .t3-footer .f-bottom .flex-col-3 {
    float: none;
    order: 0;
    margin: 0 0 15px;
  }
  .t3-footer .f-bottom .policy,
  .t3-footer .f-bottom .agreement {
    text-align: center;
  }
  .header .h-top .language {
    font-size: 14px;
  }
}
