*,
a {
  font-family: 'Open Sans', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
}

h1,
h2,
h3 {
  font-weight: 500;
}

h2 {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

h2 span {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

header {
  height: 90%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(30%);
}

.focus-header {
  background-image: url("../images/faro-focus.jpg");
}

.arm-header {
  background-image: url("../images/faro-arm.jpg");
}

.freestyle-header {
  background-image: url("../images/faro-freestyle.jpg");
}

header img {
  width: 180px;
  padding: 30px 30px 10px;
}

.sticky-header {
  display: none;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 150px;
  background-image: url("../images/faro-bg.jpg");
  transition: 5s easy;
}

header.sticky-header.home-header {
  position: static;
  display: block;
}

nav {
  text-align: center;
  background-color: rgb(0, 0, 0, .3);
  padding: 20px;
}

nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

nav ul li {
  font-size: 16px;
  padding: 0 15px;
}

nav ul li a {
  color: #f3f3f3;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}

.focus-calog {
  position: relative;
  bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  /*padding: 0 20%;*/
  /* margin-top: -20px; */
}

.focus-calog a {
  background: #232323;
  display: block;
  padding: 20px 15px;
  border-top: 3px solid;
}

.faro-scaners {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 350px;
  height: 165px;
  color: rgb(245, 245, 245, .95);
  padding: 15px;
  background: rgb(1, 66, 106, .95);
}

.arm-h1 {
  width: 400px;
  height: 200px;
}

.faro-scaners h1 {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
}

.faro-scaners p {
  text-align: center;
  line-height: 1.5;
  margin-top: 15px;
}

.contacts {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  right: 0;
  bottom: 150px;
  z-index: 201;
}

.contacts ul li {
  padding: 15px;
  margin: 10px 0;
  background-color: #ff9400;
}

.contacts ul li a {
  color: #fff;
}

section {
  line-height: 1.5;
  padding: 5% 14%;
  font-size: 18px;
}

.section1 {
  padding: 5% 14%;
}

section h2 {
  font-size: 24px;
  color: #01426a;
  margin-bottom: 25px;
}

section p {
  padding: 20px 0 0;
}

.paralax-container {
  height: 250px;
}

.paralax {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.paralax-focus {
  background-image: url("../images/faro-paralax.jpg");
}

.paralax-arm {
  background-image: url("../images/arm-paralax.jpg");
}

.paralax-freestyle {
  background-image: url("../images/freestyle-paralax.jpg");
}

.useareas-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  /*border: 1px solid;*/
}

.useareas-box {
  width: 48%;
  /*border: 1px solid;*/
}

.useareas-box h3,
.advantages {
  font-weight: bold;
  color: #4c9daa;
}

.useareas-box ul {
  /*list-style-type: disc;*/
  padding: 30px 0;
}

.useareas-box ul li {
  line-height: 1.4;
  padding: 0 0 15px;
}

.useareas-box ul li span {
  color: #01426a;
}

.video-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.section2 {
  /*padding-top: 0;*/
  background-color: #f2f2f2;
}

video {
  outline: none;
}

.advantages {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.advantages~.useareas-container {
  margin-top: 0;
}


/*Fotopresentation*/

* {
  box-sizing: border-box
}


/* Slideshow container */

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}


/* Hide the images by default */

.mySlides {
  display: none;
}


/* Next & previous buttons */

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}


/* Position the "next button" to the right */

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


/* Caption text */

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


/* Number text (1/3 etc) */

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


/* The dots/bullets/indicators */

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}


/* Fading animation */

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}


/*/Fotopresentation*/


/*Product Card*/

.focusscanners-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 50px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 330px;
  margin: 20px auto 40px;
  text-align: center;
  /*font-family: Arial;*/
}


/*.card:hover .product-image {
    transform: scale(1.1);
}*/

.card h2 {
  position: relative;
}

.card img {
  width: 65%;
  height: auto;
  transition: ease .5s;
}

.card button:hover {
  background-color: #005679;
  opacity: 0.8;
}

.price {
  color: grey;
  font-size: 22px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 14px;
}

.product-name {
  font-size: 20px;
  margin-bottom: 15px;
}

.card ul {
  font-size: 14px;
  text-align: left;
  padding: 0 15px;
}

.card ul li span {
  font-weight: bold;
}

.focusbtn-container {
  display: block;
  margin-top: 50px;
  padding: 0 85px;
}

.focus-btn {
  background-color: #005679;
  width: 100%;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}


/* Darker background on mouse-over */

.focus-btn:hover {
  background-color: DodgerBlue;
}


/*/Product Card*/


/*footer*/

footer,
footer a,
.footer-contacts a {
  color: rgba(255, 255, 255, .8);
}

footer,
.footer-contacts {
  line-height: 1.5;
  margin-bottom: 0;
  padding: 1% 14%;
  background-color: #161713;
}

.footer-contacts {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1a5267;
}

.fcontacts-box {
  display: flex;
  flex-direction: column;
}

.sm-fax {
  color: #1d1c1c;
}

.sm-mts {
  color: #f92121d9;
}

.sm-a1 {
  color: #ffff00de;
}

.fa-viber {
  color: #ded9ff;
}

.fa-whatsapp {
  color: #d8fdb0;
}

.fa-skype {
  color: dodgerblue;
}

.fa-at {
  color: #f7d149d1;
}

footer a:hover,
.footer-contacts a:hover {
  color: rgba(255, 255, 255, .6);
}

.footer-container {
  display: flex;
  justify-content: space-between;
}

.footer-box p,
.footer-box p>a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.footer-button {
  margin-bottom: 40px;
}


/*/footer*/


/*HomePage*/

.home-header {
  position: static;
}

.header-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  background-image: url(../images/header-faro.jpg);
  background-size: cover;
  filter: blur(1px);
  -webkit-filter: blur(1px);
}

.header-imgtext {
  position: absolute;
  top: 32%;
  left: 28%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
  height: 35%;
  width: 40%;
  padding: 2%;
  margin: 2%;
  background-color: rgba(0, 0, 0, .2);
  border: 3px solid #f1f1f1;
}

.header-image h1 span {
  display: block;
}

.header-imgtext span:last-child {
  margin: 20px 0;
}

.main-home {
  margin: 0;
}

.section-home {
  padding: 2% 14%;
}

.about-faro,
.about-sm {
  text-indent: 30px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.9);
  margin: 50px 0;
}

.about-faro h2 {
  font-size: 24px;
  /*font-weight: 600;*/
  color: #01426a;
  margin: 0;
}

.about-sm h2 {
  margin-bottom: 0;
  /*font-weight: 600;*/
}

.catalog-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.catalog-box {
  width: 400px;
  height: 270px;
  text-align: center;
  /*border: 1px solid;*/
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 20px 40px;
  -webkit-filter: grayscale(40%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(40%);
  transition: ease 1s;
}

.catalog-box h2 {
  color: #f3f3f3
}

.arm-box {
  background-image: url(../images/category/faro-arm.jpg);
}

.focus-box {
  background-image: url(../images/category/faro-focus.jpg);
}

.freestyle-box {
  background-image: url(../images/category/faro-freestyle.jpg);
}

.ltracker-box {
  background-image: url(../images/category/faro-laser-tracker.jpg);
}

.catalog-box:hover {
  filter: grayscale(15%);
}

.catalog-box h2 {
  padding: 10px;
  font-size: 16px;
  filter: none;
  background-color: rgba(0, 0, 0, .8);
}

.catecory-btn {
  display: block;
  position: relative;
  bottom: 0;
  border: 2px solid black;
  background-color: rgba(242, 242, 242, .95);
  color: black;
  padding: 5px 28px;
  font-size: 16px;
  cursor: pointer;
  margin: 180px 10px 0;
}

.catecory-success {
  border-color: #1d6375;
  color: #1d6375;
  transition: ease .5s;
}

.catecory-success:hover {
  background-color: #1d6375;
  color: white;
}


/*/HomePage*/


/*Product Page*/

.bred-section {
  padding: 1% 14%;
}

.bred-crumbs ul li {
  display: inline;
}

.bred-crumbs ul li a {
  color: rgba(0, 0, 0, .8);
}

.page-section {
  padding-top: 0;
  padding-bottom: 0;
}

.page-name {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  background-color: #1a5267;
  padding: 10px;
}

.page-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}

.quantum-image {
  height: 450px;
}

.image-f150350plus {
  background-image: url(../images/products/faro-focus-s-150-plus-s-350-plus.jpg);
}

.image-f150350 {
  background-image: url(../images/products/faro-focus-s-150-s-350.jpg);
}

.image-fs70 {
  background-image: url(../images/products/faro-focus-s-70.jpg);
}

.image-fm70 {
  background-image: url(../images/products/faro-focus-m-70.jpg);
}

.image-fqas {
  background-image: url(../images/products/arm/faro-quantum-s-cover.jpg);
}

.image-fqam {
  background-image: url(../images/products/arm/faro-quantum-m-cover.jpg);
}

.image-fqae {
  background-image: url(../images/products/arm/faro-quantum-e-cover.jpg);
}

.image-ff3d {
  background-image: url(../images/products/freestyle/faro-freestyle-3d-product.jpg);
}

.image-ff3dx {
  background-image: url(../images/products/freestyle/faro-freestyle-3d-x-product.jpg);
}

.image-ff3d2 {
  background-image: url(../images/products/freestyle/ruchnoy-3d-scaner-faro-freestyle-2-1.jpg);
}

.image-pcontainer {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-pcontainer img {
  max-width: 100%;
  height: auto;
  display: block;
}

.image-mcontainer img {
  max-width: 50%;
}

.page-description>div {
  margin-top: 50px;
}

.page-2columns {
  display: flex;
  justify-content: space-between;
}

.page-2columns ul {
  list-style-type: disc;
}

.page-2columns ul li {
  margin-bottom: 10px;
  color: #1d6375;
}

.page-2columns ul li span {
  color: #000;
}

.page-description table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
  border-spacing: 1px;
}

.page-description thead {
  background-color: #1d6375;
  color: rgba(255, 255, 255, 0.8);
}

.page-description thead th {
  height: 50px;
  vertical-align: middle;
}

.page-description tr th:first-child {
  text-align: left;
  vertical-align: middle;
}

.page-description tr td {
  text-align: center;
}

.page-description tr.table-section th {
  text-align: center;
  background-color: #0d526fb0;
  color: rgba(255, 255, 255, .8);
}

.even-property {
  background-color: #cfcfcf;
}

.valign {
  vertical-align: middle;
}

.page-2columns>div:first-child {
  margin-right: 40px;
}

.exclamation-container {
  display: flex;
  border: 2px solid rgba(207, 207, 207, 0.8);
  padding: 15px;
  margin-top: 20px;
}

.fa-exclamation-triangle {
  color: yellowgreen;
  display: flex;
  align-items: center;
  font-size: 40px;
  width: 100px;
  margin-right: 30px;
}

.backbuttons-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.backbuttons-container div {
  background-color: rgba(207, 207, 207, 0.8);
  min-width: 280px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  transition: ease-in .1s;
}

.backbuttons-container div a {
  display: block;
  color: rgba(0, 0, 0, .8);
}

.backbuttons-container div:hover {
  background-color: rgb(207, 207, 207);
}


/*/Product Page*/


/*Custom form*/

.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 68vh;
  padding: 5% 1%;
}

.form-box form {
  display: flex;
  flex-direction: column;
}

.form-box form input,
.form-box form textarea {
  padding: 7px;
}

.form-box form input:focus,
.form-box form textarea:focus {
  outline: none;
}

.form-box form input {
  margin-bottom: 10px;
  width: 320px;
}

input.main-sub {
  background: #143f52;
  color: #ffe;
  border: none;
  outline: none;
  padding: 10px 20;
  text-transform: uppercase;
  margin: 20px 0 0;
}


/*/Custom form*/


/*responsive*/

@media only screen and (max-width: 2000px) {
  .catalog-box {
    margin: 0 50px 50px;
  }
  .faro-scaners {
    margin: 300px 0;
  }
  .product-section {
    padding: 5% 7%;
  }
  #arm-quantum {
    padding: 5%;
  }
  .focusbtn-container {
    padding: 0 85px;
  }
}

@media only screen and (max-width: 1700px) {
  .catalog-box {
    margin: 0 20px 40px;
  }
  .faro-scaners {
    margin: 180px 0;
  }
  .product-section {
    padding: 5% 16%;
  }
  .freestyle-products {
    padding: 5% 7%;
  }
  .focusbtn-container {
    padding: 0;
  }
}

@media only screen and (max-width: 1368px) {
  .card {
    zoom: .9;
  }
}

@media only screen and (max-width: 1240px) {
  .section-home {
    padding: 2% 20px;
  }
}

@media only screen and (min-width: 1100px) {
  .page-2columns div:first-child {
    width: 500px;
    margin-left: 20px;
  }
  .page-2columns div:last-child {
    margin-left: 94px;
  }
}

@media only screen and (min-width: 1100px) {
  .arm-use {
    padding: 0 0 0 10%;
  }
}

@media only screen and (max-width: 1150px) {
  .focusscanners-container {
    padding: 0;
  }
  .page-2columns div:first-child {
    width: 500px;
    margin-left: 20px;
  }
  .page-2columns div:last-child {
    margin-left: 94px;
  }
}

@media only screen and (max-height: 920px) {
  .contacts {
    bottom: 100px;
  }
}

@media only screen and (max-width: 980px) {
  .menu-container {
    display: none;
  }
  .captain-header {
    background-position-x: -405px;
    background-position-y: 10px;
  }
  .sticky-header {
    display: block;
    position: absolute;
    height: 200px;
  }
  nav {
    padding: 20px 170px;
    line-height: 2;
  }
  .header-imgtext {
    top: 32%;
    left: 18%;
    font-size: 20px;
    height: 27%;
    width: 62%;
  }
  .header-imgtext span:last-child {
    padding: 10px 0;
  }
  .faro-scaners {
    font-size: 20px;
    width: 430px;
    height: 200px;
    margin: 330px 0;
  }
  .contacts {
    position: absolute;
    transition: ease 1s;
  }
  .contacts ul li {
    font-size: 20px;
    padding: 20px;
  }
  section {
    line-height: 1.5;
    padding: 8%;
  }
  .product-section {
    padding: 5% 0;
  }
  .section1 {
    padding: 8% 4%;
  }
  .card {
    margin: 0 10px 40px;
  }
  .footer-container {
    padding: 15px 0;
  }
  .page-2columns div:first-child {
    width: 100%;
    margin-left: 0;
  }
  .page-2columns div:last-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 820px) {
  .footer-contacts {
    flex-direction: column;
    align-items: center;
  }
  .fcontacts-box {
    margin-bottom: 15px;
    justify-content: center;
  }
  nav {
    padding: 20px 100px;
  }
  video {
    outline: none;
    width: 100%;
    height: auto;
  }
  .footer-container {
    flex-direction: column;
    line-height: 2;
  }
  .useareas-container {
    flex-direction: column;
    align-items: center;
  }
  .useareas-box {
    width: 95%;
  }
  .footer-container {
    text-align: center;
  }
}

@media only screen and (max-width: 680px) {
  nav {
    padding: 20px;
  }
  .faro-scaners {
    margin: 200px 0;
  }
  .bred-section {
    visibility: hidden;
  }
  .page-2columns {
    flex-direction: column;
  }
  .backbuttons-container {
    flex-direction: column;
  }
  .backbuttons-container div {
    margin-bottom: 15px;
  }
  .arm-h1 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 520px) {
  .sticky-header {
    height: 220px;
  }
  .page-description table {
    font-size: 14px;
  }
}

@media only screen and (max-width: 450px) {
  .faro-scaners {
    width: 100%;
    height: auto;
    padding: 25px;
  }
  .faro-scaners h1 {
    text-align: center;
    line-height: 1.5;
  }
  .faro-scaners h1>span {
    display: block;
  }
  .image-f150350plus {
    background-position-x: 55%;
  }
}

@media only screen and (max-width:415px) {
  .captain-header {
    height: 100%;
    background-position-x: -455px;
    background-position-y: 185px;
    background-size: auto;
  }
  .freestyle-header {
    background-position-y: 170px;
    background-size: cover;
  }
  .arm-header {
    background-position-x: -600px;
    background-position-y: 0px;
  }
  nav ul li {
    font-size: 12px;
  }
  .sticky-header {
    height: 195px;
  }
  .header-imgtext {
    top: 40%;
    left: 10%;
    font-size: 20px;
    height: 27%;
    width: 80%;
  }
  .faro-scaners {
    font-size: 16px;
    padding: 15px;
    margin: 160px 0;
  }
  .contacts {
    bottom: 40px;
  }
  .contacts ul li {
    font-size: 16px;
    padding: 18px;
  }
  section {
    padding: 8% 5%;
  }
  footer {
    padding: 1% 8%;
  }
  .focus-btn {
    font-size: 16px;
  }
}

@media only screen and (max-width:415px) {
  .faro-scaners {
    font-size: 14px;
    padding: 10px;
    margin: 160px 0;
  }
  .contacts ul li {
    font-size: 12px;
    padding: 14px;
  }
}

@media only screen and (max-height:480px) {
  .captain-header {
    height: 570px;
  }
  .faro-scaners {
    margin: 160px 0;
  }
  .contacts {
    top: 380px;
  }
}

@media only screen and (max-width: 330px) {
  .sticky-header {
    height: 230px;
  }
  .header-imgtext {
    top: 50%;
  }
  .contacts {
    display: none;
  }
}


/*/responsive*/