@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    top: -50px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes fadeTop {
  0% {
    opacity: 0;
    top: -50px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    left: -50px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    left: -50px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
.animated {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#business.animated .block {
  -webkit-animation-name: fadeTop;
          animation-name: fadeTop;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#business.animated .block.block2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#business.animated .block.block3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#business.animated .block.block4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#business.animated .block.block5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#business.animated .block.block6 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#work-with-us.animated .block {
  -webkit-animation-name: fadeTop;
          animation-name: fadeTop;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#work-with-us.animated .block.block2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#work-with-us.animated .block.block3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#work-with-us.animated .block.block4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#work-with-us.animated .block.block5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#work-with-us.animated .block.block6 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#work-with-us.animated .block.block7 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
#scheme.animated .block {
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#scheme.animated .block.block2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#scheme.animated .block.block3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#scheme.animated .block.block4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#scheme.animated .block.block5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#business {
  background: bisque;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#business .view-port {
  width: 60%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  #business .view-port {
    width: 70%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #business .view-port {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  #business .view-port {
    width: 90%;
  }
}
#business .view-port .block-name {
  display: flex;
  font-size: 36px;
  color: #8e001c;
  align-self: center;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  #business .view-port .block-name {
    font-size: 28px;
  }
}
#business .view-port .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 40px;
  width: 100%;
  justify-content: space-between;
}
#business .view-port .content .block {
  opacity: 0;
  position: relative;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 26%;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 600px) and (max-width: 799px) {
  #business .view-port .content .block {
    width: 80%;
  }
}
@media only screen and (max-width: 799px) {
  #business .view-port .content .block {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#business .view-port .content .block .block-header {
  font-size: 15px;
  color: #8e001c;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
}
#business .view-port .content .block.block1 .img {
  width: 50px;
  height: 50px;
  background: url('/img/icon_business_1.png') no-repeat;
}
#business .view-port .content .block.block2 .img {
  width: 50px;
  height: 50px;
  background: url('/img/icon_business_2.png') no-repeat;
}
#business .view-port .content .block.block3 .img {
  width: 50px;
  height: 50px;
  background: url('/img/icon_business_3.png') no-repeat;
}
#business .view-port .content .block.block4 .img {
  width: 50px;
  height: 50px;
  background: url('/img/icon_business_4.png') no-repeat;
}
#business .view-port .content .block.block5 .img {
  width: 50px;
  height: 50px;
  background: url('/img/icon_business_5.png') no-repeat;
}
#business .view-port .content .block.block6 .img {
  width: 50px;
  height: 50px;
  background: url('/img/icon_business_6.png') no-repeat;
}
#business .view-port .content .block .block-text {
  color: #424242;
  text-align: center;
  font-size: 17px;
  width: 100%;
}
#business .view-port .slogan-bottom {
  font-weight: 400;
  font-size: 18px;
  color: #8e001c;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
}

#contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: cornsilk;
}
#contact .view-port {
  width: 60%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  #contact .view-port {
    width: 70%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #contact .view-port {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  #contact .view-port {
    width: 90%;
  }
}
#contact .view-port .block-name {
  display: flex;
  align-self: center;
  font-size: 36px;
  color: #8e001c;
}
#contact .view-port .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media only screen and (max-width: 799px) {
  #contact .view-port .content {
    flex-direction: column;
    align-items: center;
  }
}
#contact .view-port .content .contact-service {
  display: flex;
  flex-direction: column;
  width: 30%;
  font-size: 17px;
  color: #333333;
}
@media only screen and (min-width: 320px) and (max-width: 799px) {
  #contact .view-port .content .contact-service {
    width: 80%;
    text-align: center;
  }
}
#contact .view-port .content .contact-address {
  display: flex;
  flex-direction: column;
  width: 20%;
  padding-left: 40px;
  line-height: 1.4;
}
@media only screen and (min-width: 801px) and (max-width: 1023px) {
  #contact .view-port .content .contact-address {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 799px) {
  #contact .view-port .content .contact-address {
    width: 80%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }
}
#contact .view-port .content .contact-question {
  display: flex;
  flex-direction: column;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  #contact .view-port .content .contact-question {
    display: none;
  }
}
#contact .view-port .content .contact-question .question {
  font-size: 32px;
  color: #900018;
  text-align: right;
}
@media only screen and (min-width: 320px) and (max-width: 799px) {
  #contact .view-port .content .contact-question .question {
    text-align: center;
  }
}
#contact .view-port .content .contact-question .question span {
  color: #55000e;
}
#contact .view-port .content .contact-question .question-click {
  font-size: 17px;
  color: #333333;
  cursor: pointer;
  text-decoration: underline;
  text-align: right;
}
#contact .view-port .content .contact-question .question-click:hover {
  text-decoration: none;
}
@media only screen and (min-width: 320px) and (max-width: 799px) {
  #contact .view-port .content .contact-question .question-click {
    text-align: center;
  }
}

#home {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100vh;
  background: rgb(40, 70, 102) url('/img/bg_home.jpg') center top no-repeat;
  z-index: 0;
}
#home .texture-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url('/img/grid.png');
}
@media only screen and (min-height: 1081px) {
  #home {
    height: 1080px;
  }
}
@media only screen and (max-width: 480px) {
  #home {
    background: rgb(40, 70, 102) url('/img/bg_home_480600.jpg') center center no-repeat;
    height: 568px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  #home {
    background: rgb(40, 70, 102) url('/img/bg_home_767600.jpg') center center no-repeat;
    height: 600px;
  }
}
#home .nav {
  top: 0;
  height: 60px;
  font-size: 15px;
  position: fixed;
  display: flex;
  flex-direction: row;
  align-self: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #3d465e;
  color: azure;
  z-index: 1;
}
@media only screen and (max-width: 799px) {
  #home .nav {
    display: none;
  }
}
@media only screen and (min-width: 1921px) {
  #home .nav {
    font-size: 24px;
    height: 100px;
    width: 1920px;
  }
}
#home .nav .nav-item {
  display: flex;
  margin: 0 10px;
  text-decoration: underline;
  cursor: pointer;
}
#home .nav .active {
  text-decoration: none;
  cursor: default;
}
#home .block-logo {
  margin-top: 150px;
  display: flex;
  flex-direction: column;
  width: 300px;
  margin-left: 10%;
  flex-grow: 1;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) and (max-height: 600px) {
  #home .block-logo {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1023px) and (min-height: 601px) {
  #home .block-logo {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1023px) and (max-height: 600px) {
  #home .block-logo {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
  #home .block-logo {
    margin-top: 90px;
    width: 250px;
  }
}
@media only screen and (max-width: 480px) {
  #home .block-logo {
    margin-top: 30px;
    width: 250px;
  }
}
#home .block-logo .logo {
  display: flex;
}
@media only screen and (min-width: 800px) and (max-width: 1023px) and (max-height: 600px) {
  #home .block-logo .logo {
    display: none;
  }
}
#home .block-logo .phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40px;
  font-size: 30px;
  color: #333333;
}
@media only screen and (max-width: 640px) {
  #home .block-logo .phone {
    align-items: flex-start;
  }
}
#home .block-text {
  display: flex;
  flex-direction: column;
  margin-left: 15%;
  width: 500px;
  flex-grow: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home .block-text {
    width: 33%;
    margin-left: 10%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #home .block-text {
    width: 80%;
    margin-left: 0;
    align-self: center;
    text-align: center;
    margin-bottom: 80px;
  }
}
#home .block-text h1 {
  font-size: 36px;
  color: #8e001c;
  margin-bottom: 5px;
  letter-spacing: -1px;
  font-weight: normal;
}
#home .block-text .text2 {
  font-weight: 600;
  font-size: 48px;
  color: #43000d;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 640px) {
  #home .block-text .text2 {
    font-size: 32px;
  }
}
#home .block-text .text3 {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  #home .block-text .text3 {
    font-size: 15px;
    color: black;
    line-height: 1.4;
  }
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}
.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  background-color: aliceblue;
}
.scroll {
  position: relative;
}
/*.scroll strong {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0px;
	background-color: #f00;
    z-index: 1;
}*/
.block-animated {
  opacity: 0;
  position: relative;
  top: -50px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
label.red input,
label.red textarea {
  border: 1px solid #f00 !important;
}
.button,
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  cursor: pointer;
  font-size: 16px;
  height: 45px;
  font-weight: 400;
  background: #900018;
  color: cornsilk;
}
.button:hover,
.btn:hover {
  cursor: pointer;
  background: linear-gradient(to bottom, #780004 0%, #8f0017 100%);
}
.button:active,
.btn:active {
  background: linear-gradient(to bottom, #902235 0%, #90051c 100%);
}

.popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}
.popup {
  position: fixed;
  display: none;
  z-index: 11;
  padding: 30px;
  background-color: #fff;
}
.popup .popup-close {
  position: absolute;
  width: 45px;
  height: 45px;
  border: 3px solid #596073;
  border-radius: 50%;
  top: -50px;
  right: -50px;
  background: #fff url('/img/close.png') center center no-repeat;
  transition: 0.2s ease-out;
}
.popup .popup-close:hover {
  cursor: pointer;
  background: #8a0b22 url('/img/close_hover.png') center center no-repeat;
}
@media only screen and (max-width: 360px) {
  .popup .popup-close {
    right: -1px;
  }
}
.popup .popup-h1 {
  font-size: 32px;
  color: #c0c0c0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.popup .popup-h2 {
  font-size: 18px;
  color: #596073;
  text-align: center;
  margin-bottom: 10px;
}
.popup form {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 370px;
  box-sizing: border-box;
  overflow: hidden;
}
.popup form input[type="text"] {
  left: -10px;
  height: 45px;
  font-size: 18px;
  padding: 0 10px;
  /*width: 100%;*/
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid transparent;
  width: 340px;
  background-color: #fff;
  border: 1px solid #596073;
}
.popup form .desc {
  font-size: 15px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #596073;
}
.popup form .block-phone {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.popup form .block-phone input[name="phone1"] {
  width: 38px;
  margin-right: 2px;
}
.popup form .block-phone input[name="phone2"] {
  width: 58px;
  margin-right: 2px;
}
.popup form .block-phone input[name="phone3"] {
  width: 198px;
}
.popup form textarea {
  width: 350px;
  height: 80px;
  background-color: #fff;
  border: 1px solid #596073;
  font-size: 18px;
  color: #000;
  padding: 5px;
}

#price {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgb(40, 70, 102) url('/img/bg_blue_19201600.gif') center center no-repeat;
}
@media only screen and (max-width: 567px) {
  #price {
    display: none;
  }
}
#price .view-port {
  width: 60%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  #price .view-port {
    width: 70%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #price .view-port {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  #price .view-port {
    width: 90%;
  }
}
#price .view-port .block-name {
  display: flex;
  flex-direction: column;
  align-self: center;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.8);
}
#price .view-port #price-head {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #ff4500;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
#price .view-port #price-text-top {
  display: flex;
  flex-direction: column;
  font-size: 17px;
  color: #daa520;
}
#price .view-port #price-tbl {
  display: flex;
  flex-direction: column;
  border-collapse: collapse;
}
#price .view-port #price-tbl #price-table {
  text-align: left;
  font-size: 16px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.8);
  cursor: default;
  width: 100%;
}
#price .view-port #price-tbl #price-table th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px 0 10px 0;
}
#price .view-port #price-tbl #price-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 4px 0 4px 0;
}
#price .view-port #price-tbl #price-table tbody > tr:hover {
  background-color: #3d465e;
}
#price .view-port #price-text-bottom {
  display: flex;
  flex-direction: column;
  font-size: 17px;
  color: #daa520;
  margin-top: 10px;
}
#price .view-port .footer-price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}
#price .view-port .footer-price .footer-numeric {
  display: flex;
  flex-direction: row;
}
#price .view-port .footer-price .footer-numeric .numeric {
  background-color: #8e001c;
  height: 25px;
  width: 25px;
  margin-right: 25px;
  cursor: pointer;
  border-radius: 50%;
}
#price .view-port .footer-price .footer-numeric .active {
  background-color: rgba(255, 255, 255, 0.5);
  cursor: default;
}
#price .view-port .footer-price .footer-numeric .numeric:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
#price .view-port .footer-price .button {
  width: 200px;
}
@media only screen and (max-width: 799px) {
  #price .view-port .footer-price .button {
    display: none;
  }
}
#price-mobile {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #001f3a;
}
@media only screen and (min-width: 567px) {
  #price-mobile {
    display: none;
  }
}
#price-mobile .view-port {
  width: 60%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  #price-mobile .view-port {
    width: 70%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #price-mobile .view-port {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  #price-mobile .view-port {
    width: 90%;
  }
}
#price-mobile .view-port .block-name {
  display: flex;
  flex-direction: column;
  align-self: center;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.8);
}
#price-mobile .view-port .load {
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  color: aliceblue;
  align-self: center;
}
#price-mobile .view-port .load .fa {
  font-size: 25px;
}
#price-mobile .view-port .load a {
  padding-left: 10px;
  color: aliceblue;
}
#price-mobile .view-port .load a:hover {
  text-decoration: none;
}

#scheme {
  background: rgb(40, 70, 102) url('/img/bg_blue_19201400.gif') center center no-repeat;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#scheme .view-port {
  width: 60%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  #scheme .view-port {
    width: 70%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #scheme .view-port {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  #scheme .view-port {
    width: 90%;
  }
}
@media only screen and (max-width: 966px) {
  #scheme .view-port {
    display: none;
  }
}
#scheme .view-port .block-name {
  display: flex;
  align-self: center;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.8);
}
#scheme .view-port .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
}
#scheme .view-port .content .block {
  opacity: 0;
  position: relative;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#scheme .view-port .content .block .icon-header {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#scheme .view-port .content .block .icon {
  width: 64px;
  height: 64px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 23px;
  position: relative;
}
#scheme .view-port .content .block .icon .num {
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: -14px;
  right: -14px;
  font-size: 18px;
  color: #1c2232;
  line-height: 25px;
  text-align: center;
}
#scheme .view-port .content .block .icon .arrow {
  position: absolute;
  right: -135px;
  top: 12px;
}
#scheme .view-port .content .block .icon .arrow:after {
  width: 15px;
  height: 15px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  content: '';
  position: absolute;
  top: 9px;
  right: -12px;
}
#scheme .view-port .content .block .icon .arrow ul {
  list-style: none;
}
#scheme .view-port .content .block .icon .arrow ul li {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.4);
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#scheme .view-port .content .block .icon-text {
  font-size: 14px;
  color: #fff;
}
#scheme .view-port .content .block1,
#scheme .view-port .content .block2,
#scheme .view-port .content .block3,
#scheme .view-port .content .block4,
#scheme .view-port .content .block5 {
  display: flex;
  flex-direction: column;
  width: 33%;
  margin-bottom: 80px;
}
#scheme .view-port .content .block1 .icon {
  background: url(/img/icon_scheme_1.png) center center no-repeat;
}
#scheme .view-port .content .block2 .icon {
  background: url(/img/icon_scheme_2.png) center center no-repeat;
}
#scheme .view-port .content .block3 .icon {
  background: url(/img/icon_scheme_3.png) center center no-repeat;
}
#scheme .view-port .content .block4 .icon {
  background: url(/img/icon_scheme_4.png) center center no-repeat;
}
#scheme .view-port .content .block5 .icon {
  background: url(/img/icon_scheme_5.png) center center no-repeat;
}
#scheme .view-port .button {
  width: 200px;
  align-self: center;
}
@media only screen and (max-width: 799px) {
  #scheme .view-port .button {
    display: none;
  }
}
#scheme-mobile {
  background: #001f3a;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#scheme-mobile .view-port {
  width: 60%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  #scheme-mobile .view-port {
    width: 70%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #scheme-mobile .view-port {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  #scheme-mobile .view-port {
    width: 90%;
  }
}
@media only screen and (min-width: 967px) {
  #scheme-mobile .view-port {
    display: none;
  }
}
#scheme-mobile .view-port .block-name {
  display: flex;
  align-self: center;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.8);
}
#scheme-mobile .view-port ol {
  color: aliceblue;
}
#scheme-mobile .view-port ol li {
  padding-top: 4px;
  padding-bottom: 4px;
}

#service {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  #service {
    background: rgb(40, 70, 102) url('/img/bg_blue_19201400.gif') center center no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  #service {
    background: #001f3a;
  }
}
#service .view-port {
  width: 60%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  #service .view-port {
    width: 70%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #service .view-port {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  #service .view-port {
    width: 90%;
  }
}
#service .view-port .block-name {
  display: flex;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.8);
  align-self: center;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  #service .view-port .block-name {
    font-size: 22px;
  }
}
#service .view-port .service-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 60px;
}
@media only screen and (max-width: 1023px) {
  #service .view-port .service-block {
    flex-direction: column;
  }
}
#service .view-port .service-block .service-text-all {
  display: flex;
  flex-direction: column;
  width: 48%;
}
@media only screen and (max-width: 1023px) {
  #service .view-port .service-block .service-text-all {
    width: 90%;
    text-align: center;
  }
}
#service .view-port .service-block .service-text-all .service-offer {
  font-size: 24px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
#service .view-port .service-block .service-text-all .service-description {
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
#service .view-port .service-block .service-text-all .service-text-bottom {
  padding-top: 20px;
}
#service .view-port .service-block form {
  display: flex;
  flex-direction: column;
  width: 40%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #service .view-port .service-block form {
    width: 60%;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  #service .view-port .service-block form {
    width: 80%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  #service .view-port .service-block form {
    width: 95%;
    margin-top: 40px;
  }
}
#service .view-port .service-block form .desc {
  font-size: 15px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  color: aliceblue;
}
#service .view-port .service-block form .input-width {
  height: 45px;
  width: 100%;
}
#service .view-port .service-block form .input-setter {
  margin: 0 10px;
  position: relative;
  height: 45px;
}
#service .view-port .service-block form .input-setter input[type="text"] {
  left: -10px;
  height: 45px;
  font-size: 18px;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid transparent;
  position: absolute;
  width: 100%;
}
#service .view-port .service-block form .block-phone {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#service .view-port .service-block form .block-phone input[name="phone1"] {
  left: -10px;
  height: 45px;
  font-size: 18px;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid transparent;
  width: 48px;
  margin-right: 2px;
}
#service .view-port .service-block form .block-phone input[name="phone2"] {
  left: -10px;
  height: 45px;
  font-size: 18px;
  padding: 0 10px;
  /*width: 100%;*/
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid transparent;
  width: 58px;
  margin-right: 2px;
}

#work-with-us {
  background: blanchedalmond;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#work-with-us .view-port {
  width: 60%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  #work-with-us .view-port {
    width: 70%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #work-with-us .view-port {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  #work-with-us .view-port {
    width: 90%;
  }
}
#work-with-us .view-port .block-name {
  display: flex;
  align-self: center;
  font-size: 36px;
  color: #8e001c;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  #work-with-us .view-port .block-name {
    font-size: 28px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 799px) {
  #work-with-us .view-port .block-name {
    font-size: 28px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 849px) {
  #work-with-us .view-port .block-name {
    font-size: 30px;
  }
}
#work-with-us .view-port .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 0 20px 0;
}
@media only screen and (max-width: 799px) {
  #work-with-us .view-port .content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#work-with-us .view-port .content .left,
#work-with-us .view-port .content .right {
  display: flex;
  flex-direction: column;
  width: 40%;
}
#work-with-us .view-port .content .left .block1,
#work-with-us .view-port .content .right .block1,
#work-with-us .view-port .content .left .block2,
#work-with-us .view-port .content .right .block2,
#work-with-us .view-port .content .left .block3,
#work-with-us .view-port .content .right .block3,
#work-with-us .view-port .content .left .block4,
#work-with-us .view-port .content .right .block4,
#work-with-us .view-port .content .left .block5,
#work-with-us .view-port .content .right .block5,
#work-with-us .view-port .content .left .block6,
#work-with-us .view-port .content .right .block6,
#work-with-us .view-port .content .left .block7,
#work-with-us .view-port .content .right .block7 {
  display: flex;
  flex-direction: row;
  padding: 20px 0 20px 0;
}
#work-with-us .view-port .content .left .block,
#work-with-us .view-port .content .right .block {
  opacity: 0;
  position: relative;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#work-with-us .view-port .content .left .block .img,
#work-with-us .view-port .content .right .block .img {
  display: flex;
  flex-direction: column;
  flex: 0 0 70px;
}
#work-with-us .view-port .content .left .block .txt,
#work-with-us .view-port .content .right .block .txt {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#work-with-us .view-port .content .left .block .txt .large,
#work-with-us .view-port .content .right .block .txt .large {
  font-weight: 600;
  font-size: 14px;
  color: #8e001c;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (min-width: 600px) and (max-width: 799px) {
  #work-with-us .view-port .content .left {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  #work-with-us .view-port .content .left {
    width: 90%;
  }
}
#work-with-us .view-port .content .left .block1 .img {
  background: url('/img/icon_with_us.png') 0 0 no-repeat;
}
#work-with-us .view-port .content .left .block2 .img {
  background: url('/img/icon_with_us.png') -100px 0 no-repeat;
}
#work-with-us .view-port .content .left .block3 .img {
  background: url('/img/icon_with_us.png') -200px 0 no-repeat;
}
#work-with-us .view-port .content .left .block4 .img {
  background: url('/img/icon_with_us.png') -300px 0 no-repeat;
}
@media only screen and (min-width: 600px) and (max-width: 799px) {
  #work-with-us .view-port .content .right {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  #work-with-us .view-port .content .right {
    width: 90%;
  }
}
#work-with-us .view-port .content .right .block5 .img {
  background: url('/img/icon_with_us.png') -400px 0 no-repeat;
}
#work-with-us .view-port .content .right .block6 .img {
  background: url('/img/icon_with_us.png') -500px 0 no-repeat;
}
#work-with-us .view-port .content .right .block7 .img {
  background: url('/img/icon_with_us.png') -600px 0 no-repeat;
}
#work-with-us .view-port .button {
  width: 200px;
  align-self: center;
}
@media only screen and (max-width: 799px) {
  #work-with-us .view-port .button {
    display: none;
  }
}

#soft {
  background: blanchedalmond;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#soft .view-port {
  width: 60%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
}
#soft .view-port .block-name {
  display: flex;
  align-self: center;
  font-size: 36px;
  color: #8e001c;
  text-align: center;
  flex-direction: column
}
#soft .view-port .content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  #soft .view-port .content {
    flex-direction: column;
  }
}
#soft .view-port .content .content-left {
  background: url('/img/disk_blue_2.png') center center no-repeat;
  width: 50%;
  background-size: cover;
  height: 360px;
}
@media only screen and (max-width: 640px) {
  #soft .view-port .content .content-left {
    width: 100%;
    background: url('/img/disk_blue_4.png') center center no-repeat;
    height: 220px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    #soft .view-port .content .content-left {
    background: url('/img/disk_blue_3.png') center center no-repeat;
    height: 260px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
    #soft .view-port .content .content-left {
    background: url('/img/disk_blue_4.png') center center no-repeat;
    height: 260px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  #soft .view-port {
    width: 70%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #soft .view-port {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  #soft .view-port {
    width: 90%;
  }
}
#soft .view-port .content .content-right {
  padding: 5px 0 5px 0;
  color: #424242;
  font-size: 17px;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  #soft .view-port .content .content-right {
    width: 100%;
  }
}
#soft .view-port .content .content-right .block-text {
  padding: 10px 0 10px 0;
}
#soft .view-port .button {
  width: 300px;
  align-self: center;
}
