@import url('https://fonts.googleapis.com/css?family=Anonymous+Pro');
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
/* font-family: "RobotoMedium"; */
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
/* font-family: "RobotoBold"; */
/*
@font-face {
  font-family: "RussoOne";
  src: url("../fonts/RussoOne-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
*/
.an{
  font-family: 'Anonymous Pro', monospace;
  font-weight: bold;
  padding-bottom: 35px;
}
.desc{
    font-weight: bold;
    font-size: 20px;
    line-height: 33px;
    padding-right: 60px;
}
h4{
  font-size: 20px;
}
.color-white{
  color: #fff
}
a {
  cursor: pointer;
}
input {
    cursor: pointer;
}
body {
  font-family: "OpenSans", sans-serif;
  color: #333;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
main {
  overflow: hidden;
}
.container{
  position: relative;
}
.nospacing {
  padding: 0 !important;
  margin: 0 !important;
}
.white-button{
    box-sizing: border-box;
    padding: 17px 40px;
    background: linear-gradient(90.36deg, #008DAB 0.14%, #00D689 99.91%);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    transition: all 200ms ease-out;
}
.white-button:hover{
  box-sizing: border-box;
  background: linear-gradient(90.36deg, #00D689 0.14%, #008DAB 99.91%);
  text-decoration: none;
  color: #fff;
}
header {
  background-image: url(../images/header-bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding: 25px 15px 25px 15px;
}
header h1 {
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);  
}
header h5 {
  font-size: 14px;
}

h1,h2,h3{
  text-transform: uppercase;
}

header .more {
    display: inline-block;
    padding: 10.5px 47.8px;
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    margin-bottom: 125px;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
}
header .logo a {
  display: block;
  float: left;
}
header .more:hover {
  background-color: #3586FF;
  border-color: #3586FF;
}
header .more:active {
  transform: translate(1px, 2px);
}
section.five-rasons {
  padding: 150px 0;
}
section.five-rasons h3 {
  margin-bottom: 100px;
}
.five-reasons-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  text-align: center;
}
.five-reasons-wrapper .five-reasons__item {
  margin-bottom: 35px;
}
.five-reasons-wrapper .img {
  margin-bottom: 25px;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
section.video-section {
  background-image: url(../images/header-bg-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  padding: 50px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
section.video-section.active {
  height: 100vh;
}
section.video-section .container {
  position: relative;
  z-index: 3;
}
section.video-section:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

#customElement {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/video-section-bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
section.video-section h4 {
  margin-bottom: 30px;
  position: relative;
}
section.video-section p {
  margin-bottom: 60px;
}
section.video-section .play {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
/* section.video-section .play:before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  border: 2px solid #dc352a;
  border-radius: 50%;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
} */
section.video-section .play:hover:before {
  background-color: #dc352a;
}
section.video-section .play img {
  position: relative;
  transition: all 0.3s ease;
}
/* section.video-section .play:hover img {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
} */
section.video-section .embed-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  transition: opacity 0.3s ease;
}
.embed-container .pause {
  z-index: 100;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  transform: rotate(0);
  transition: all 0.3s ease;
}
.embed-container .pause span {
  width: 100%;
  height: 6px;
  border-radius: 65px;
  background: red;
  cursor: pointer;
  position: absolute;
  display: block;
  top: 20px;
  left: 0;
}
.embed-container .pause span:nth-child(1) {
  transform: rotate(45deg);
}
.embed-container .pause span:nth-child(2) {
  transform: rotate(-45deg);
}
section.video-section iframe {
  width: 100%;
  height: 100%;
}
section.video-section .embed-container.active {
  visibility: visible;
  opacity: 1;
}
section.tiles {
  overflow: hidden;
  margin-bottom: 140px;
  padding-top: 150px;
}
section.tiles h2 {
  margin-bottom: 100px;
}

section.tiles .tiles__item p {
  font-size: 14px;
  margin: 0;
  padding: 50px;
  display: inline-block;
}
section.tiles .tiles__item:nth-child(odd) p {
  padding-right: 37%;
}
section.tiles .tiles__item:nth-child(even) p {
  padding-left: 37%;
  margin: 20px auto;
}
section.tiles .tiles__item:nth-child(odd) p:last-of-type {
  padding-bottom: 0;
  margin: 20px auto;
}
section.portfolio {
  padding: 150px 0;
  background: #f4f4f4;
}
section.portfolio h2 {
  margin-bottom: 100px;
}
.portfolio__item .inner {
  widows: 350px;
  height: 350px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: all 0.3s linear;
}
.portfolio__item .inner p {
color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-size: 20px;
    width: 100%;
    padding: 40px 30px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    top: 120%;
    left: 50%;
    transition: all 0.3s ease;
}
.portfolio__item:hover .inner p {
  top: 50%;
}
/* .portfolio__item .inner:before {
  content: "";
  background: rgba(220, 54, 42, 0);
  position: absolute;
  border-radius: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 0 0px #333;
  transition: all 0.3s ease;
} */
.portfolio__item .inner:hover {
  background-size: 120%;
}
.portfolio__item .inner:hover:before {
  background: rgba(220, 54, 42, 1);
  box-shadow: inset 0 0 0 30px #333;
}
.portfolio__item:nth-child(1) .inner {
  background-image: url(../images/portfolio1.jpg);
}
.portfolio__item:nth-child(2) .inner {
  background-image: url(../images/portfolio2.jpg);
}
.portfolio__item:nth-child(3) .inner {
  background-image: url(../images/portfolio3.jpg);
}
.portfolio__item:nth-child(4) .inner {
  background-image: url(../images/portfolio4.jpg);
}
.portfolio__item:nth-child(5) .inner {
  background-image: url(../images/portfolio5.jpg);
}
.portfolio__item:nth-child(6) .inner {
  background-image: url(../images/portfolio6.jpg);
}
#more-projects {
  text-align: center;
  margin-top: 70px;
}
#more-projects .list-photo p a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    position: relative;
}
#more-projects .list-photo a:hover {
  color: #ffffff;
}
#more-projects .list-photo a::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #3586FF;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
#more-projects .list-photo a:hover::before{
  opacity: 0.3;
}
.more-projects a:active {
  transform: translateY(2px);
}
section.other-projects {
  padding: 150px 0;
}
section.other-projects h3 {
  margin-bottom: 100px;
}
.other-projects__item {
  margin-bottom: 20px;
}
.other-projects__item .inner {
  width: 350px;
  height: 350px;
  position: relative;
  background-size: 105%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: all 0.3s linear;
}
.other-projects__item:first-child .inner {
  width: 350px;
  height: 720px;
}
.other-projects__item .inner p {
color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-size: 20px;
    width: 100%;
    padding: 40px 30px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    top: 120%;
    left: 50%;
    transition: all 0.3s ease;
}
/* .other-projects__item .inner:before {
  content: "";
  background: rgba(220, 54, 42, 0);
  position: absolute;
  border-radius: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 0 0px #333;
  transition: all 0.3s ease;
} */
.other-projects__item .inner:hover {
  background-size: 120%;
}
.other-projects__item .inner:hover p {
  top: 50%;
}
.other-projects__item .inner:hover:before {
  background: rgba(220, 54, 42, 1);
  box-shadow: inset 0 0 0 30px #333;
}
.other-projects__item:nth-child(1) .inner {
  background-image: url(../images/eli.jpg);
}
.other-projects__item:nth-child(2) .inner {
  background-image: url(../images/tc.jpg);
}
.other-projects__item:nth-child(3) .inner {
  background-image: url(../images/parki.jpg);
}
.other-projects__item:nth-child(4) .inner {
  background-image: url(../images/fotozoni.jpg);
}
.other-projects__item:nth-child(5) .inner {
  background-image: url(../images/ploshadi.jpg);
}
footer {
  background: #000;
  padding-top: 85px;
  padding-bottom: 20px;
}
footer .cityes-wrapper {
  margin-bottom: 80px;
  overflow: hidden;
}
footer .cityes-column p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
footer .bottom-line {
  position: relative;
  color: #fff;
  font-size: 14px;
}
footer .bottom-line img {
  position: absolute;
  right: 0;
  bottom: 0;
}
footer .bottom-line span {
  display: block;
}
footer .bottom-line a {
  color: #fff;
  margin-right: 30px;
  text-decoration: underline;
}
section.form-section {
  padding: 90px 0;
  background: url(/assets/images/bg-2.png) no-repeat center center #00c193;
  background-size: cover;
  color: #fff;
  margin-bottom: 40px;
}

section.form-section h4 {
  margin-bottom: 10px;
}
section.form-section .form-section__item:first-child {
  margin-bottom: 60px;
}
/*FORM*/
#form{
  position: relative;
}
.form-inputs {
  margin-bottom: 15px;
  margin-bottom: 30px;
  color: #333;
}
.form-inputs input[type=text], .form-inputs input[type=tel]{
  padding: 10px 10px;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  border: none
}
.form-inputs input, .form-section .form-inputs p{
  max-width: 356px;
  border:0;
}
.form-inputs input::placeholder {
  font-style: italic;
}
.form-inputs:last-child {
  margin-bottom: 0px;
}
.form-section .form-inputs p {
  width: 100%;
  font-size: 11px;
  color: #fff;
  display: inline-block;
  text-align: left;
}
.form-section .form-inputs input[type="checkbox"] {
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.form-section .form-inputs a {
  color: #fff;
  text-decoration: underline;
}

.form-section .sbmt input:active {
  transform: translate(1px, 2px);
}
#more-projects{
  padding: 100px 0;
  background: #000;
}
#more-projects h3{
  margin-bottom: 100px;
}
#more-projects .list-photo{
  margin-bottom: 100px;
}
#more-projects .list-photo p a{
  display: block;
}
#more-projects .list-photo p {
  position: relative;
}
#more-projects .list-photo p img {
  max-width: 270px; 
  width: 100%; 
}
#more-projects .list-photo p span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
#equipments{
  background-color: #e6e6e6;
  padding: 140px 0;
}
#equipments h3{
  color: #008DAB;
  margin-bottom: 100px;
}
#equipments h4{
  margin-bottom: 50px;
}
#equipments .product-list{
  margin-bottom: 100px;
}
#equipments .product-list article{
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  max-width: 367px;
  width: 100%;
  margin-bottom: 20px;
}
#equipments .product-list article figure figcaption{
  background: url(/assets/images/convert.png) no-repeat top center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  display: block;
  font-size: 25px;
  height: 111px;
  width: 100%;
  max-width: 367px;
  padding-top: 30px;
}
#equipments .product-list#street article figure figcaption{
  padding-top: 15px;
}
#equipments .product-list article figure .product{
  padding: 70px 25px;
}
#equipments .product-list article figure .product img{
  max-height: 120px;
  max-width: 100%;
}
#equipments .product-list article .link{
  padding-bottom: 40px;
}
#equipments .product-list article .link a{
  display: inline-block;
  padding: 17px 40px;
  background: linear-gradient(90.36deg, #008DAB 0.14%, #00D689 99.91%);
  border-radius: 3px;
  color: #fff;
  transition: background-color 200ms ease-out;
}
#equipments .product-list article .link a:hover{
  text-decoration: none;
  background: linear-gradient(90.36deg, #00D689 0.14%, #008DAB 99.91%);
  color: #fff;
}
.tiles__item{
  overflow: hidden;
}


