html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
html {
  line-height: 1;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  float: none;
  margin: 0 auto;
  min-width: 320px;
  position: relative;
  font-weight: 300;
  color: #000;
  font-family: 'Roboto', sans-serif;
}
body {
  overflow-x: hidden;
}
ul {
  list-style-type: none;
}
ol {
  list-style-type: decimal;
}
span {
  display: inline-block;
}
strong {
  font-weight: bold;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
}
* {
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section {
  float: left;
  width: 100%;
}
.transitions {
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
.first-level-title {
  float: left;
  width: 100%;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.49;
  letter-spacing: 2.51px;
  font-size: 33px;
}
.header {
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 320px;
  z-index: 500;
}
.header-content {
  float: left;
  width: 100%;
  padding: 35px 0;
}
.header-content .header-logo {
  width: 250px;
  float: left;
}
.header-content .header-logo img {
  width: 100%;
}
.main {
  float: left;
  width: 100%;
}
.first-screen-wrp {
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.first-screen-wrp:before {
  content: '';
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 45%;
  background: url('../img/woman.png') no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
.first-screen-content {
  float: left;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.first-screen-content .first-screen-info {
  float: left;
  width: 100%;
}
.first-screen-content .first-screen-info .first-level-title {
  margin-bottom: 35px;
}
.first-screen-content .first-screen-info .title-descript {
  font-size: 29px;
  font-weight: 100;
  line-height: 1.43;
  letter-spacing: 0.29px;
  color: #fff;
  margin-bottom: 100px;
}
.leave-feedback {
  width: auto;
  min-width: 290px;
  height: 60px;
  float: left;
  border-radius: 5px;
  background-image: linear-gradient(to right, #ad0085, #cf0072, #ea0058, #fa0038, #ff3000);
  box-shadow: 0px 23px 24px 0px rgba(173, 0, 133, 0.2);
  border: none;
  padding: 0 10px;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 1.58px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
@media (hover: hover) {
  .leave-feedback:hover {
    opacity: 0.8;
  }
}
.whai-is-this-wrp {
  padding-top: 250px;
  padding-bottom: 100px;
}
.what-is-this-content {
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  z-index: 30;
}
.what-is-this-content .what-is-floating {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.what-is-this-content .what-is-floating .floating-title {
  font-size: 29px;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0.29px;
  text-transform: uppercase;
  margin-bottom: 45px;
  position: relative;
}
.what-is-this-content .what-is-floating .floating-title:before {
  content: '';
  display: block;
  float: left;
  width: 18px;
  height: 22px;
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../img/title-ico.png') no-repeat;
  background-size: 100% 100%;
}
.what-is-this-content .what-is-floating .floating-text {
  width: 100%;
}
.what-is-this-content .what-is-floating .floating-text p,
.what-is-this-content .what-is-floating .floating-text .text {
  float: left;
  width: 100%;
  font-size: 17.5px;
  margin-bottom: 30px;
  line-height: 1.43;
  letter-spacing: 0.18px;
  font-weight: 500;
}
.what-is-this-content .what-is-floating .floating-text p:last-child,
.what-is-this-content .what-is-floating .floating-text .text:last-child {
  margin-bottom: 0;
}
.what-is-this-content .some-info-about-floating {
  float: left;
  width: 100%;
  font-size: 33.5px;
  font-style: italic;
  line-height: 1.12;
  letter-spacing: 0.34px;
  color: #2e4d50;
}
.for-who-wrp {
  padding: 100px 0 100px 0;
}
.for-who-content {
  float: left;
  width: 100%;
  position: relative;
  z-index: 10;
}
.for-who-content:after {
  content: '';
  display: block;
  float: left;
  width: 1700px;
  height: 800px;
  position: absolute;
  left: 35%;
  top: 30%;
  transform: translate(-50%, -50%);
  background: url('../img/for-who-bg.png') no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.for-who-content .form-who-title {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 66.5px;
  font-style: italic;
  line-height: 0.38;
  letter-spacing: 3.33px;
  text-transform: uppercase;
  margin-bottom: 75px;
  font-weight: 100;
}
.for-who-text-blocks {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.for-who-text-blocks > div {
  margin-bottom: 70px;
}
.for-who-text-blocks .item-of-for-who {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}
.for-who-text-blocks .item-of-for-who .block-name {
  font-size: 23px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1.25px;
  font-weight: 500;
  margin-bottom: 20px;
}
.for-who-text-blocks .item-of-for-who .block-text {
  font-size: 21px;
  font-weight: 100;
  line-height: 1.19;
  letter-spacing: 0.21px;
}
.for-who-some-descripts {
  float: left;
  width: 100%;
  padding-top: 170px;
  padding-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
}
.for-who-some-descripts > div {
  margin-bottom: 15px;
}
.some-descripts-list {
  float: left;
  width: 100%;
}
.some-descripts-list li {
  float: left;
  width: 100%;
  font-size: 17.5px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  padding-left: 10px;
}
.some-descripts-list li:before {
  content: '-';
  display: block;
  float: left;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18.5px;
}
.want-flow-row {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
.want-flow-row .want-flow {
  width: auto;
  min-width: 335px;
  height: 60px;
  border-radius: 5px;
  box-shadow: -9.5px 8.9px 18px 0 #4c000fa6, -20.5px 19.1px 36px 0 #87051d61;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #f50091, #fd007c, #ff0067, #ff0051, #ff1c3b);
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 1.58px;
  position: relative;
}
.want-flow-row .want-flow:before {
  content: '';
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  position: absolute;
  left: -85px;
  top: 90%;
  background: url('../img/want-left.png') no-repeat;
  background-size: 100% 100%;
}
.want-flow-row .want-flow:after {
  content: '';
  display: block;
  float: left;
  width: 130px;
  height: 120px;
  position: absolute;
  right: -100px;
  top: -60px;
  background: url('../img/want-right.png') no-repeat;
  background-size: 100% 100%;
}
.float-cameras-wrp {
  padding: 100px 0 250px 0;
}
.float-camera-content {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.float-camera-content .float-cameras-text-block {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.float-camera-content .float-cameras-text-block:after {
  content: '';
  display: block;
  float: left;
  width: 900px;
  height: 800px;
  position: absolute;
  right: -150px;
  top: 65%;
  transform: translateY(-50%);
  background: url('../img/float-text-bg.png') no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  mix-blend-mode: hard-light;
}
.float-camera-content .float-cameras-text-block:before {
  content: '';
  display: block;
  float: left;
  width: 275px;
  height: 284px;
  position: absolute;
  right: -50px;
  top: 100%;
  background: url('../img/bul1.png') no-repeat;
  background-size: 100% 100%;
}
.float-camera-content .float-cameras-text-block .float-cameras-title {
  font-size: 46px;
  font-style: italic;
  line-height: 1.17;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #21f58a;
  margin-bottom: 90px;
  position: relative;
  z-index: 30;
  font-weight: 100;
}
.float-camera-content .float-cameras-text-block .float-cameras-title:after {
  content: '';
  display: block;
  float: left;
  width: 700px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
  background: url('../img/float-title-bg.png') no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.float-camera-content .float-cameras-text-block .float-camera-text-info {
  float: left;
  width: 100%;
}
.float-camera-content .float-cameras-text-block .float-camera-text-info p,
.float-camera-content .float-cameras-text-block .float-camera-text-info .text {
  float: left;
  width: 100%;
  font-size: 21px;
  font-weight: 100;
  line-height: 1.38;
  letter-spacing: 0.21px;
  margin-bottom: 30px;
  color: #fff;
}
.float-camera-content .float-cameras-text-block .float-camera-text-info p:last-child,
.float-camera-content .float-cameras-text-block .float-camera-text-info .text:last-child {
  margin-bottom: 0;
}
.float-camera-content .some-info-boot-float-camera {
  float: left;
  width: 100%;
  position: relative;
}
.float-camera-content .some-info-boot-float-camera:after {
  content: '';
  display: block;
  float: left;
  width: 200px;
  height: 600px;
  position: absolute;
  left: 105%;
  top: 0;
  background: url('../img/bul2.png') no-repeat;
  background-size: 100% 100%;
}
.float-camera-content .some-info-boot-float-camera .some-facts-row {
  float: left;
  width: 100%;
  margin-bottom: 45px;
}
.float-camera-content .some-info-boot-float-camera .some-facts-row:last-child {
  margin-bottom: 0;
}
.float-camera-content .some-info-boot-float-camera .some-facts-row .float-info-name {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.41;
  letter-spacing: 1.2px;
  color: #044444;
  text-transform: uppercase;
  position: relative;
  top: 5px;
}
.float-camera-content .some-info-boot-float-camera .some-facts-row .float-info-descript {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.52;
  letter-spacing: 0.17px;
}
.float-camera-slider-wrp {
  padding: 60px 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.float-slider-for {
  float: left;
  width: 100%;
  visibility: hidden;
  height: 500px;
  margin-bottom: 30px;
}
.float-slider-for .slick-list {
  overflow: visible;
}
.float-slider-for .slick-track {
  display: flex;
  align-items: flex-end;
}
.float-slider-for .slick-arrow {
  position: absolute;
  height: 100%;
  width: 300px;
  z-index: 50;
  bottom: 0;
  opacity: 0;
}
.float-slider-for .slick-arrow.slick-next {
  left: calc(100% - 50px);
}
.float-slider-for .slick-arrow.slick-prev {
  right: calc(100% - 50px);
}
.float-slider-for .item-of-slider-for {
  float: left;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: -58.5px 54.6px 79px 0 #00060cd1;
  opacity: 0.4;
  height: 500px;
  transform: scale(0.8) translateY(60px);
  filter: blur(4px);
  transition: ease-in-out 0.7s;
  position: relative;
}
.float-slider-for .item-of-slider-for .descript {
  position: absolute;
  left: 25px;
  bottom: 35px;
  color: #fff;
  position: relative;
  z-index: 30;
  font-size: 18px;
  font-weight: 500;
}
.float-slider-for .item-of-slider-for:before {
  content: '';
  display: block;
  float: left;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), #000000);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0), #000000);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #000000);
}
.float-slider-for .item-of-slider-for.slick-current {
  opacity: 1;
  height: 500px;
  filter: none;
  transform: scale(1) translateY(0px);
}
.float-slider-for .item-of-slider-for img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.float-slider-nav {
  float: left;
  width: 100%;
  visibility: hidden;
  padding: 0 50px;
}
.float-slider-nav .slick-list {
  margin: 0 -5px;
}
.float-slider-nav .item-of-nav {
  height: 80px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 5px;
  opacity: 0.6;
  filter: blur(1px);
}
.float-slider-nav .item-of-nav.slick-current {
  opacity: 1;
  filter: none;
}
.float-slider-nav .item-of-nav img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.float-visual-wrp {
  padding: 100px 0;
}
.float-visual-content {
  float: left;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.visual-text-list {
  float: left;
  width: 100%;
}
.visual-text-list li {
  float: left;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.32;
  letter-spacing: 0.94px;
  margin-bottom: 63px;
  position: relative;
  z-index: 100;
}
.visual-text-list li:last-child {
  margin-bottom: 0;
}
.visual-text-list li.descript {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.52;
  letter-spacing: 0.17px;
  text-transform: uppercase;
  font-style: italic;
}
.visual-text-list li.line:after {
  content: '';
  display: block;
  float: left;
  width: 50px;
  height: 2px;
  opacity: 0.4;
  background-image: linear-gradient(to top, #000000, #ffffff, #3d5878, #073c31, #ffffff);
  position: absolute;
  left: 80%;
  top: 50%;
  transform: translateY(-50%);
}
.visual-text-list li.line.technology:after {
  width: 300px;
}
.visual-text-list li.line.karkas:after {
  width: 120px;
}
.visual-text-list li.line.vent:after {
  width: 100px;
}
.visual-text-list li.line.plastic:after {
  width: 100px;
}
.visual-text-list li.line.heart:after {
  width: 280px;
}
.visual-text-list li.line.down:after {
  width: 380px;
}
.visual-text-list li.line-right:after {
  left: auto;
  right: 106%;
}
.visual-text-list li.line-right.top:after {
  width: 180px;
  transform: translateY(-50%) rotate(-10deg);
  transform-origin: top right;
}
.visual-text-list li.line-right.electro:after {
  width: 80px;
}
.visual-text-list li.line-right.pomp:after {
  width: 125px;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: top right;
}
.visual-text-list li.line-right.filter:after {
  width: 150px;
  transform: translateY(-50%) rotate(-20deg);
  transform-origin: top right;
}
.visual-text-list li.line-right.fiolet:after {
  width: 210px;
}
.visual-info {
  position: relative;
  z-index: 150;
}
.visual-image {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.visual-image img {
  float: left;
  width: 100%;
  z-index: 1;
  margin-top: -70px;
  transform: scale(1.7) translateX(-140px);
}
.capabilities-wrp {
  padding: 50px 0 150px 0;
  position: relative;
}
.capabilities-wrp:before {
  content: '';
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../img/cap-bg.png') no-repeat;
  background-size: auto 115%;
  background-position: top center;
}
.capabilities-content {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.capabilities-info {
  float: left;
  width: 100%;
}
.capabilities-info .capabilities-title {
  float: left;
  width: 100%;
  font-size: 50px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.17;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 30;
  margin-bottom: 65px;
}
.capabilities-info .capabilities-title:before {
  content: '';
  display: block;
  float: left;
  width: 1200px;
  height: 600px;
  position: absolute;
  left: 40%;
  top: 121%;
  transform: translate(-50%, -50%);
  background: url('../img/cap-title-bg.png') no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.capabilities-lists {
  float: left;
  width: 100%;
  position: relative;
  z-index: 30;
}
.capabilities-lists .capabilities-list-title {
  float: left;
  width: 100%;
  font-size: 17.5px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.43;
  letter-spacing: 1.31px;
  color: #fff;
  margin-bottom: 30px;
}
.capabilities-lists .capabilities-list {
  float: left;
  width: 100%;
}
.capabilities-lists .capabilities-list li {
  float: left;
  width: 100%;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 2.03;
  letter-spacing: 0.17px;
  color: #fff;
}
.mocap-image {
  float: left;
  width: 100%;
}
.mocap-image img {
  float: left;
  width: 100%;
  transform: scale(1.5);
  position: relative;
  z-index: 30;
}
.modal-dialog {
  float: none;
  display: table;
  margin: 50px auto;
  width: 450px;
}
.modal-dialog.politics-dialog {
  width: 800px;
}
.modal-dialog .modal-content {
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 30px;
  background-color: #000;
  border-radius: 10px;
  border: none;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.modal-dialog .modal-content .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 15px;
  text-shadow: none;
  opacity: 1;
  color: #fff;
}
.modal-dialog .modal-content .title-modal {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.modal-dialog .modal-content .modal-form {
  float: left;
  width: 100%;
  padding-top: 30px;
}
.modal-dialog .modal-content .modal-form input {
  float: left;
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 0 15px;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.8);
}
.modal-dialog .modal-content .modal-form .modal-button {
  width: 100%;
}
.calculate-block-wrp {
  background-color: #131313;
  padding-top: 90px;
}
.calculate-title {
  float: left;
  width: 100%;
  font-size: 44.5px;
  font-weight: 100;
  font-style: italic;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 4.45px;
  margin-bottom: 90px;
}
.calculate-content {
  float: left;
  width: 100%;
  margin-bottom: 400px;
}
.calculate-row {
  float: left;
  width: 100%;
  margin-bottom: 48px;
  display: flex;
  align-items: stretch;
}
.calculate-row .input-row {
  float: left;
  width: 100%;
  max-width: 310px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: flex-end;
}
.calculate-row .input-row.range-row {
  align-items: center;
}
.calculate-row .input-row.range-row .input-descript {
  padding: 0;
  text-align: center;
}
.calculate-row .input-row .input-descript {
  padding-left: 16px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #5da470;
  letter-spacing: 1.6px;
  margin-bottom: 7px;
}
.calculate-row .input-row .calculate-input {
  float: left;
  width: 100%;
  height: 54px;
  border-style: solid;
  border-width: 0.9px;
  border-image-source: linear-gradient(to top, #0048dc, #027040);
  border-image-slice: 1;
  background-color: #161b28;
  padding: 0 16px;
  text-transform: uppercase;
  font-style: italic;
  color: #fff;
  font-size: 17.5px;
}
.calculate-results-wrp {
  float: left;
  width: 100%;
}
.calculate-results-wrp .leave-feedback {
  float: left;
  width: 100%;
}
.results-list {
  float: left;
  width: 100%;
}
.results-list li {
  float: left;
  width: 100%;
  margin-bottom: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.results-list li span {
  width: 65%;
}
.results-list li span.result-val {
  width: 35%;
}
.results-list li .result-descript {
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff99;
  opacity: 0.6;
  line-height: 1.22;
  letter-spacing: 0.8px;
  font-weight: 300;
}
.results-list li .result-val {
  font-style: italic;
  font-size: 17.5px;
  font-weight: 700;
  letter-spacing: 0.88px;
  color: #fff;
}
.video-block {
  float: left;
  width: 100%;
  position: relative;
  box-shadow: 0px 36px 77.4px 11.6px #000b42d9;
}
.video-block video,
.video-block iframe {
  float: left;
  width: 100%;
  height: auto;
  display: block;
}
.video-block iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.video-block.iframe-mode {
  padding-top: 56.25%;
}
.video-block-wrp {
  margin-top: -280px;
  padding-bottom: 50px;
}
.prices-wrp {
  background-color: #0a0b0a;
  margin-top: -200px;
  padding: 300px 0 100px 0;
}
.prices-wrp .price-title {
  float: left;
  width: 100%;
  text-align: center;
  font-style: italic;
  font-size: 70px;
  letter-spacing: 3.55px;
  color: #21f58a;
  font-weight: 100;
  margin-bottom: 48px;
  text-transform: uppercase;
  position: relative;
  z-index: 51;
}
.prices-content {
  float: left;
  width: 100%;
  position: relative;
  z-index: 50;
}
.prices-content:after {
  content: '';
  display: block;
  float: left;
  width: 1500px;
  height: 1000px;
  position: absolute;
  left: 80%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../img/price-bg.png') no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.item-of-price {
  float: left;
  width: 100%;
  border: solid 1px rgba(255, 255, 255, 0.5);
  margin-bottom: 50px;
  position: relative;
}
.item-of-price .leave-feedback {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  width: 220px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
  min-width: auto;
}
@media (hover: hover) {
  .item-of-price .leave-feedback:hover {
    opacity: 1;
  }
}
.item-of-price.capsule .paket-head {
  align-items: flex-start;
  position: relative;
  z-index: 30;
}
.item-of-price.capsule .paket-head:before {
  content: '';
  display: block;
  float: left;
  width: 270px;
  height: 200px;
  position: absolute;
  right: -10px;
  top: 65%;
  transform: translateY(-50%);
  background: url('../img/capsule.png') no-repeat;
  background-size: 100% 100%;
}
.item-of-price .paket-head {
  float: left;
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
}
.item-of-price .paket-head .name {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 13px;
  letter-spacing: 2.65px;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}
.item-of-price .paket-head .options {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 17px;
}
.item-of-price .packet-body {
  float: left;
  width: 100%;
  padding: 23px 10px 53px 30px;
  box-shadow: 27px 32.2px 91px 0 #093e4ba1;
  background-color: #ffffff;
  opacity: 0.98;
}
.item-of-price .price-row {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-of-price .price-row .price {
  font-size: 44.5px;
  font-weight: 500;
  letter-spacing: -1.11px;
  color: #01397e;
  white-space: nowrap;
}
.item-of-price .price-row .discount {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.item-of-price .price-row .discount .discount-price {
  font-size: 25px;
  font-weight: 500;
  color: #01397e;
  margin-bottom: 4px;
  white-space: nowrap;
}
.item-of-price .price-row .discount .discount-descript {
  font-size: 10.5px;
  font-weight: 900;
  white-space: nowrap;
  color: #01397e;
  letter-spacing: 1.05px;
}
.packet-descript {
  float: left;
  width: 100%;
}
.packet-descript li {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 13px;
}
.packet-descript li:last-child {
  margin-bottom: 18px;
}
.packet-descript li .name {
  opacity: 0.8;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 900;
  color: #000000cc;
  letter-spacing: 2.03px;
  line-height: 1.3;
}
.packet-descript li .descript {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #000101cc;
}
.footer {
  float: left;
  width: 100%;
  background-color: #112023;
  background-size: auto 100%;
  background-position: right top;
  background-repeat: no-repeat;
}
.footer-content {
  float: left;
  width: 100%;
  padding: 200px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-content .phone {
  font-weight: 100;
  letter-spacing: 3.5px;
  color: #fff;
  text-decoration: none !important;
  margin-bottom: 30px;
  padding-left: 63px;
  position: relative;
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
.footer-content .phone:before {
  content: '';
  display: block;
  float: left;
  width: 50px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/networks.png') no-repeat;
  background-size: 100% 100%;
}
@media (hover: hover) {
  .footer-content .phone:hover {
    color: #ff096480;
  }
}
.footer-content .address {
  font-size: 17.5px;
  font-weight: 100;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.88px;
  margin-bottom: 28px;
}
.footer-content .poritics {
  text-transform: uppercase;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 2.7px;
  color: #ff096480;
}
.footer-content .poritics:focus {
  text-decoration: none;
}
@media (hover: hover) {
  .footer-content .poritics:focus:hover {
    text-decoration: underline;
  }
}
.footer-copyright {
  float: left;
  width: 100%;
  padding: 30px 0 0 0;
  text-align: center;
}
.footer-copyright span {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.5px;
}
.range {
  float: left;
  width: 100%;
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 53px;
  font-size: 13.5px;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  color: #00ff9080;
  font-style: italic;
  letter-spacing: 0.68px;
  font-weight: 300;
}
.irs--big .irs-line {
  height: 5px;
  border: none;
  border-radius: 0;
  background: #0048dc;
}
.irs--big .irs-single {
  background: #092b44;
  color: #ffffff80;
  letter-spacing: 0.68px;
  font-style: italic;
  font-weight: 300;
  padding: 5px 13px;
  font-size: 14px;
  top: 60px;
}
.irs--big .irs-single:before {
  content: '';
  display: block;
  float: left;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2.5px 5px 2.5px;
  border-color: transparent transparent #092b44 transparent;
  position: absolute;
  bottom: 99%;
  left: 50%;
  transform: translateX(-50%);
}
.irs--big .irs-bar {
  background: #027040;
  border: none;
  box-shadow: none;
  border-radius: 0;
  height: 5px;
}
.irs--big .irs-handle {
  border-image-source: linear-gradient(to top, #0048dc, #027040);
  background-color: #092b44 !important;
  background-image: none !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  top: 20px;
  cursor: pointer;
}
.menu-wrp {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 70px;
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
  z-index: 700;
}
@media (hover: hover) {
  .menu-wrp:hover .nav-menu {
    transform: translateX(0);
  }
}
.menu-wrp .logo {
  width: 130px;
  transform: rotate(-90deg);
  float: left;
  z-index: 501;
  position: absolute;
  left: -30px;
  top: 62px;
  transform-origin: center center;
}
.menu-wrp .logo img {
  width: 100%;
}
.vertical-list {
  height: 100vh;
  min-height: 630px;
  width: 70px;
  background-color: #070c13;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 500;
}
.vertical-list li {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
}
.vertical-list li:last-child {
  margin-bottom: 0;
}
.vertical-list li.separate {
  margin-bottom: 70px;
}
.vertical-list li .dot {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.4;
  background-image: linear-gradient(to top, #42e7ae, #42aee7, #42e7ae, #d2e0f2, #d2e0f2), linear-gradient(to top, #074054, #296687);
}
.vertical-list li:nth-child(2) .dot {
  width: 14px;
  height: 14px;
}
.vertical-list li:nth-child(3) .dot {
  width: 12px;
  height: 12px;
}
.vertical-list li:nth-child(4) .dot {
  width: 9px;
  height: 9px;
}
.vertical-list li:nth-child(5) .dot {
  width: 6px;
  height: 6px;
}
.vertical-list li .ico {
  width: auto;
  height: auto;
  max-width: 24px;
  max-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1.1);
}
.vertical-list li .ico img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.nav-menu {
  height: 100vh;
  min-height: 630px;
  width: 250px;
  background-color: #070c13;
  position: fixed;
  left: 70px;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 30px;
  transform: translateX(-250px);
  float: left;
  z-index: 400;
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
.nav-menu li {
  margin-bottom: 20px;
}
.nav-menu li:last-child {
  margin-bottom: 0;
}
.nav-menu li.separate {
  margin-bottom: 70px;
}
.nav-menu li a {
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2.7px;
  font-size: 13.5px;
}
.nav-menu li a:focus {
  text-decoration: none;
}
@media (hover: hover) {
  .nav-menu li a:focus:hover {
    text-decoration: underline;
  }
}
.open-menu {
  display: none;
}
.close-menu {
  display: none;
}
.mobile-br {
  display: none;
}
.politics-title {
  margin-bottom: 30px;
}
.politics-text-title {
  float: left;
  width: 100%;
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.text-block {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.text-block p,
.text-block .text {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.text-block p:last-child,
.text-block .text:last-child {
  margin-bottom: 0;
}
@media (max-width: 1260px) {
  .first-screen-wrp:before {
    background-size: 1230px auto;
  }
  .header-content {
    padding: 15px 0;
  }
  .header-content .header-logo {
    width: 200px;
  }
  .whai-is-this-wrp {
    padding-top: 150px;
  }
  .float-camera-content .some-info-boot-float-camera .some-facts-row > div {
    width: 100%;
  }
  .float-camera-content .some-info-boot-float-camera {
    padding-left: 50px;
  }
  .float-camera-content .some-info-boot-float-camera:after {
    display: none;
  }
  .float-cameras-wrp {
    padding-bottom: 150px;
  }
  .float-slider-for {
    height: 400px;
  }
  .float-slider-for .item-of-slider-for {
    height: 400px;
  }
  .float-slider-for .item-of-slider-for.slick-current {
    height: 400px;
  }
  .visual-image img {
    transform: scale(1.7) translateX(-100px);
  }
  .visual-text-list li:after {
    display: none !important;
  }
  .capabilities-info .capabilities-title {
    font-size: 40px;
  }
  .float-camera-content .some-info-boot-float-camera .some-facts-row .float-info-name br {
    display: none;
  }
  .visual-text-list li.descript {
    font-size: 14.5px;
  }
  .item-of-price.capsule .paket-head:before {
    width: 170px;
    height: 100px;
  }
  .item-of-price .price-row {
    flex-direction: column;
  }
  .item-of-price .price-row .discount {
    align-items: center;
  }
  .footer-content {
    padding: 100px 0;
  }
}
@media (max-width: 992px) {
  .what-is-this-content .what-is-floating {
    margin-bottom: 30px;
  }
  .for-who-content .form-who-title {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .for-who-text-blocks > div {
    margin-bottom: 50px;
  }
  .float-camera-content > div {
    width: 100%;
  }
  .float-camera-content .float-cameras-text-block .float-cameras-title {
    font-size: 30px;
    text-align: center;
    float: left;
    width: 100%;
  }
  .float-camera-content .float-cameras-text-block {
    flex-direction: column;
    align-items: center;
  }
  .float-camera-content .float-cameras-text-block .float-cameras-title:after {
    left: 50%;
    top: 116%;
    width: 120%;
    height: 500px;
  }
  .float-camera-content .float-cameras-text-block:after {
    left: 50%;
    top: 65%;
    height: 130%;
    width: 150%;
    transform: translate(-50%, -50%);
  }
  .float-camera-content .float-cameras-text-block .float-camera-text-info {
    margin-bottom: 30px;
  }
  .float-camera-content .float-cameras-text-block .float-camera-text-info p,
  .float-camera-content .float-cameras-text-block .float-camera-text-info .text {
    position: relative;
    z-index: 40;
  }
  .float-camera-content .float-cameras-text-block:before {
    display: none;
  }
  .float-camera-content .some-info-boot-float-camera {
    padding-left: 0;
    padding-top: 100px;
  }
  .float-camera-content .some-info-boot-float-camera .some-facts-row .float-info-name {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .float-camera-content .some-info-boot-float-camera .some-facts-row .float-info-descript {
    float: left;
    width: 100%;
  }
  .float-cameras-wrp {
    padding-bottom: 100px;
  }
  .float-slider-for {
    height: 300px;
  }
  .float-slider-for .item-of-slider-for {
    height: 300px;
  }
  .float-slider-for .item-of-slider-for.slick-current {
    height: 300px;
  }
  .float-visual-content {
    align-items: flex-start;
  }
  .float-visual-content .mobile-top {
    order: -1;
  }
  .visual-image img {
    transform: scale(1) translateX(-140px);
  }
  .visual-image {
    margin-bottom: 20px;
  }
  .capabilities-info .capabilities-title {
    font-size: 30px;
  }
  .capabilities-info .capabilities-title br {
    display: none;
  }
  .capabilities-info .capabilities-title:before {
    top: 175%;
  }
  .what-is-this-content .what-is-floating .floating-text .text br,
  .what-is-this-content .what-is-floating .floating-text p br {
    display: none;
  }
  .what-is-this-content .some-info-about-floating br {
    display: none;
  }
  .calculate-results-wrp {
    padding-top: 30px;
  }
  .results-list li span {
    width: 50%;
  }
  .results-list li span.result-val {
    width: 50%;
  }
  .capabilities-lists > div {
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }
  .capabilities-lists > div > last-child {
    margin-bottom: 0;
  }
  .prices-wrp {
    padding-top: 200px;
  }
  .footer-content {
    padding: 50px 0;
  }
  .vertical-list {
    display: none;
  }
  .open-menu,
  .close-menu {
    display: block;
    width: 30px;
    height: 23px;
    padding: 0;
    border: none;
    background-color: transparent;
  }
  .open-menu img,
  .close-menu img {
    float: left;
    width: 100%;
  }
  .close-menu {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    height: auto;
    z-index: 600;
  }
  .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 320px;
    background-color: #000;
    -webkit-transition: ease-in-out 300ms;
    -moz-transition: ease-in-out 300ms;
    -ms-transition: ease-in-out 300ms;
    -o-transition: ease-in-out 300ms;
    transition: ease-in-out 300ms;
  }
  .header.fixed .header-content {
    padding: 10px 0;
    -webkit-transition: ease-in-out 300ms;
    -moz-transition: ease-in-out 300ms;
    -ms-transition: ease-in-out 300ms;
    -o-transition: ease-in-out 300ms;
    transition: ease-in-out 300ms;
  }
  .header.fixed .header-content .header-logo {
    width: 100px;
    -webkit-transition: ease-in-out 300ms;
    -moz-transition: ease-in-out 300ms;
    -ms-transition: ease-in-out 300ms;
    -o-transition: ease-in-out 300ms;
    transition: ease-in-out 300ms;
  }
  .menu-wrp {
    transform: none !important;
    height: 100%;
    width: 100%;
    padding: 50px 15px;
    overflow: auto;
    background-color: #070c13;
    display: none;
    transition: none;
  }
  .menu-wrp .logo {
    transform: none;
    position: absolute;
    left: 15px;
    top: 10px;
    width: 100px;
  }
  .nav-menu {
    height: auto;
    width: 100%;
    min-height: auto;
    transform: none !important;
    left: 0;
    background-color: transparent;
    position: static;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
  }
  .nav-menu li {
    margin-bottom: 30px;
  }
  .nav-menu li a {
    font-size: 22px;
  }
  .mobile-br {
    display: block;
  }
  .calculate-row .input-row .input-descript {
    line-height: 20px;
  }
  .modal-dialog.politics-dialog {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .prices-content:after {
    width: 800px;
    left: 50%;
  }
  .calculate-content {
    margin-bottom: 50px;
  }
  .video-block-wrp {
    margin-top: 0;
    padding-top: 50px;
  }
  .first-screen-wrp:before {
    background-size: 800px auto;
    background-position: bottom left;
    top: auto;
    bottom: -180px;
  }
  .what-is-this-content .what-is-floating .floating-title {
    width: 100%;
  }
  .what-is-this-content .what-is-floating .floating-title br {
    display: none;
  }
  .what-is-this-content .some-info-about-floating {
    width: 100%;
  }
  .what-is-this-content .some-info-about-floating br {
    display: none;
  }
  .for-who-some-descripts {
    padding-left: 15px;
    padding-right: 15px;
  }
  .float-camera-content .float-cameras-text-block .float-cameras-title:after {
    width: 140%;
    left: 54%;
  }
  .float-camera-content .float-cameras-text-block:after {
    height: 150%;
  }
  .float-visual-wrp {
    padding-top: 50px;
  }
  .capabilities-content {
    flex-wrap: wrap;
  }
  .capabilities-content > div {
    width: 100%;
  }
  .mocap-image img {
    transform: none;
  }
  .capabilities-wrp {
    padding-bottom: 30px;
  }
  .capabilities-lists > div {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .first-screen-content .first-screen-info .title-descript {
    margin-bottom: 50px;
  }
  .first-screen-content {
    padding-bottom: 170px;
  }
  .calculate-title {
    width: 100%;
    margin-bottom: 50px;
  }
  .calculate-title br {
    display: none;
  }
  .calculate-row {
    margin-bottom: 0;
  }
  .calculate-row > div {
    margin-bottom: 48px;
  }
  .calculate-row .input-row {
    max-width: 100%;
  }
  .capabilities-wrp:before {
    height: 120%;
  }
  .prices-wrp {
    padding-bottom: 50px;
  }
  .footer {
    background-image: none !important;
  }
}
.under-footer-text {
  background: linear-gradient(135deg, #0a0b0a 0%, #112023 50%, #0a0b0a 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.under-footer-text:before {
  content: '';
  display: block;
  position: absolute;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(33, 245, 138, 0.05) 0%, transparent 70%);
  left: -200px;
  top: -200px;
  pointer-events: none;
}
.under-footer-text:after {
  content: '';
  display: block;
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(173, 0, 133, 0.08) 0%, transparent 70%);
  right: -150px;
  bottom: -150px;
  pointer-events: none;
}
.under-footer-text .container {
  position: relative;
  z-index: 10;
}
.under-footer-text h2 {
  float: left;
  width: 100%;
  font-size: 50px;
  font-weight: 100;
  font-style: italic;
  text-transform: uppercase;
  color: #21f58a;
  margin-bottom: 50px;
  letter-spacing: 2.5px;
  position: relative;
  padding-bottom: 20px;
}
.under-footer-text h2:after {
  content: '';
  display: block;
  width: 150px;
  height: 3px;
  background: linear-gradient(to right, #21f58a, transparent);
  position: absolute;
  left: 0;
  bottom: 0;
}
.under-footer-text p {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 25px;
  text-align: justify;
}
.under-footer-text p:last-of-type {
  margin-bottom: 40px;
}
.under-footer-text ul {
  float: left;
  width: 100%;
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.03);
  border-left: 3px solid #21f58a;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.under-footer-text ul li {
  float: left;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
.under-footer-text ul li:last-child {
  margin-bottom: 0;
}
.under-footer-text ul li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #21f58a, #42e7ae);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
  box-shadow: 0 0 10px rgba(33, 245, 138, 0.5);
}
@media (max-width: 992px) {
  .under-footer-text {
    padding: 70px 0;
  }
  .under-footer-text h2 {
    font-size: 38px;
    margin-bottom: 35px;
  }
  .under-footer-text p {
    font-size: 16px;
    text-align: left;
  }
  .under-footer-text ul {
    padding: 25px 30px;
  }
}
@media (max-width: 640px) {
  .prices-content:after {
    width: 600px;
    height: 600px;
    left: 50%;
  }
  .first-level-title {
    font-size: 28px;
  }
  .first-screen-wrp:before {
    background-size: 650px auto;
    bottom: -120px;
  }
  .for-who-content:after {
    height: 200%;
  }
  .float-camera-content .float-cameras-text-block .float-cameras-title:after {
    height: 300px;
    top: 69%;
  }
  .float-slider-for {
    height: 250px;
  }
  .float-slider-for .item-of-slider-for {
    height: 250px;
  }
  .float-slider-for .item-of-slider-for.slick-current {
    height: 250px;
  }
  .visual-image img {
    transform: scale(1) translateX(-84px);
  }
  .float-visual-content > div {
    width: 100%;
  }
  .visual-text-list li {
    margin-bottom: 30px;
  }
  .visual-text-list li:last-child {
    margin-bottom: 30px;
  }
  .visual-text-list li br {
    display: none;
  }
  .under-footer-text {
    padding: 50px 0;
  }
  .under-footer-text h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .under-footer-text p {
    font-size: 15px;
  }
  .under-footer-text ul {
    padding: 20px 20px;
  }
  .under-footer-text ul li {
    font-size: 15px;
  }
}
