@font-face {
  font-family: Helveticaneuecyr-Bold;
  src: url("../fonts/helveticaneuecyr-bold.eot");
  src: url("../fonts/helveticaneuecyr-bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/helveticaneuecyr-bold.woff2") format("woff2"),
    url("../fonts/helveticaneuecyr-bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuecyr-Roman;
  src: url("../fonts/helveticaneuecyr-roman.eot");
  src: url("../fonts/helveticaneuecyr-roman.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/helveticaneuecyr-roman.woff2") format("woff2"),
    url("../fonts/helveticaneuecyr-roman.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuecyr-Light;
  src: url("../fonts/helveticaneuecyr-light.eot");
  src: url("../fonts/helveticaneuecyr-light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/helveticaneuecyr-light.woff2") format("woff2"),
    url("../fonts/helveticaneuecyr-light.woff") format("woff");
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

ul {
  font-size: 16px;
  list-style: none;
}

ul li {
  font-size: 16px;
  line-height: 1.8;
  padding-top: 15px;
}

span {
  color: #fff;
  text-decoration: underline;
}

body {
  font-family: Helveticaneuecyr-Roman;
  color: #464646;
  min-width: 320px;
}

main {
  overflow-x: hidden;
}

.oc strong {
  color: #f5911e;
}

.oc2 {
  color: #f5911e;
}

.w100 {
  width: 100%;
}

section ul li {
  display: flex;
  font-size: 16px;
  line-height: 1.8;
  padding-top: 25px;
}

section ul li:first-child {
  padding-top: 0;
}

section ul li:before {
  font-family: "FontAwesome";
  position: relative;
  top: 4px;
  content: "\f111";
  font-size: 10px;
  color: #f59b33;
  margin-right: 15px;
}

section ul {
  padding-top: 30px;
  padding-bottom: 10px;
}

section ul:first-child {
  padding-top: 0;
}

a {
  font-family: Helveticaneuecyr-Bold;
  color: #4f787a;
  text-decoration: underline;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  color: #000;
}

strong {
  font-family: Helveticaneuecyr-Bold;
}

img {
  display: block;
  max-width: 100%;
}

@media (max-width: 961px) {
  section img {
    margin: 0 auto;
  }
}

.front-header h1 {
  font-family: Helveticaneuecyr-Bold;
  font-size: 40px;
  color: #63b7ba;
}

h1 {
  font-family: Helveticaneuecyr-Roman;
  font-size: 46px;
  font-weight: normal;
  color: #fff;
}

h2 {
  font-family: Helveticaneuecyr-Roman;
  font-size: 36px;
  font-weight: normal;
  color: #fff;
}
h6 {
  font-family: Helveticaneuecyr-Bold;
  font-size: 25px;
  font-weight: normal;
  color: #497375;
  line-height: 1.3;
  margin-top: 30px;
}

header h6 {
  font-family: Helveticaneuecyr-Light;
  font-weight: 100;
  line-height: 1.5;
  color: #fff;
}

h6:first-child {
  margin-top: 0;
}

@media (max-width: 510px) {
  h1 {
    font-size: 37px;
  }
  h2 {
    font-size: 32px;
  }
  h6 {
    font-size: 21px;
  }
}

h3 {
  position: relative;
  display: flex;
  align-items: center;
  font-family: Helveticaneuecyr-Bold;
  font-size: 45px;
  line-height: 1.3;
  color: #4f787a;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 47px;
}

h3:after {
  content: "";
  height: 2px;
  background: #f5911e;
  position: absolute;
  width: 2000%;
  right: 0;
  bottom: 0;
}

.rel {
  position: relative;
}

.br0:after {
  display: none;
}

.depot {
   position: absolute;
   right: 15px;
   max-height: 106px;
   /*border: 1px solid green;*/
}

.circontainer {
   position: absolute;
   right: 15px;
   max-height: 500px;
}

.cirimage {
   max-height: 400px;
}

.front-header .depot {
   top: -40px;
   /*border: 1px solid yellow;*/
}



@media (max-width: 961px) {
   .depot {
      position: relative;
      right: auto;
      top: 42px;
      order: -1;
   }

   .front-header .circontainer {
      top: -60px;
      text-align: center;
      width: 100%;
   }

   .circontainer {
      position: relative;
      right: auto;
      order: -1;
      max-height: 500px;
   }

   .cirimage {
      max-height: 500px;
   }
}

.headimg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: 100%;
}

.flooring-img {
  height: 326px;
  width: auto;
}

.greenbg h3,
.dgreenbg h3,
.lgreenbg h3 {
  color: #fff;
}

@media (max-width: 961px) {
  h3 {
    justify-content: center;
  }
  h3:after {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 33px;
    padding-bottom: 15px;
  }
}

h4 {
  font-family: "helveticaneuecyr-bold";
  font-weight: normal;
  font-size: 35px;
  text-transform: uppercase;
}

.cent {
  text-align: center;
}

.wc {
  color: #fff;
}

.container {
  position: relative;
  z-index: 200;
  max-width: 1280px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 1260px) {
  .container {
    max-width: 990px;
    width: 100%;
    padding: 0 15px;
  }

   .cirimage {
      max-height: 300px;
   }
}

@media (max-width: 960px) {
  .container {
    max-width: 760px;
    width: 100%;
  }

   .cirimage {
      max-height: 400px;
   }
}

@media (max-width: 767px) {
  .container {
    max-width: 510px;
  }
  h4 {
    font-size: 30px;
  }
}

p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 30px;
}

p:first-child {
  margin-top: 0;
}

header {
  border-bottom: 1px solid #bfc1c1;
}

.whbg {
  background: #fff;
}

.grbg {
  background: #4f787a;
}

.header-content .content {
  max-width: 446px;
}

.content {
  position: relative;
  max-width: 450px;
  width: 100%;
}

.bigc {
  max-width: 550px;
}

.sm {
  max-width: 350px;
}

@media (max-width: 961px) {
  .content {
    max-width: none;
  }
  .header-content .content {
    max-width: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: center;
  }
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

/*sidenav*/
.sidenav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1000;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: -200%;
  left: auto;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  transition: 0.3s;
}

.sidenav a {
  display: block;
  height: 60px;
  color: #fff;
  transition: 0.3s;
  text-transform: uppercase;
  text-decoration: none;
}

header a {
  text-decoration: none;
}

.sidenav li {
  text-align: center;
}

.sidenav li:hover a {
  color: #f79220;
}

.menu-burger {
  display: none;
  position: relative;
  z-index: 1000;
  cursor: pointer;
}

.burger-cont {
  position: relative;
  z-index: 20000;
}

.mx {
  margin: 0 auto;
}

@media (max-width: 960px) {
  nav ul.fe {
    display: none;
  }
  .menu-burger {
    display: block;
    position: absolute;
    right: 15px;
    top: 69px;
    z-index: 20000;
  }
}

header {
  background: #103d3e;
}

.hid {
  overflow: hidden;
}

.header-top {
  position: relative;
  z-index: 200;
  background: rgba(255, 255, 255, 0.9);
}

.header-right {
  flex: 1 1;
}

.absimg {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 100%;
  max-width: none;
}

.h140 {
  height: 163%;
  top: -37%;
}

.img2 {
  left: 70%;
}

.img3 {
  left: 50%;
}

.img4 {
  left: 20%;
}

@media (max-width: 961px) {
  .imgrel {
    position: relative;
    margin: 0;
    height: 400px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: 30px;
  }

  .imgrel2 {
    position: relative;
    height: auto;
    max-width: 100%;
    left: auto;
    margin: 0 auto;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .header-right {
    flex: none;
    width: 100%;
  }
  .logo {
    padding: 20px 0;
  }
}

.va {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.fe {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.spb {
  justify-content: space-between;
}

.front-header .header-content {
  min-height: 720px;
}

.front-header .header-content {
  padding: 85px 0;
}

.pad {
  padding: 70px 0 80px 0;
}

.pad-fl {
  padding: 64px 0 64px 0;
}

.pad2 {
  padding: 120px 0;
}

.pad3 {
  position: relative;
  padding: 100px 0 110px 0;
}

section {
  position: relative;
  min-height: 700px;
  padding: 90px 0 105px 0;
}

.mhauto {
  min-height: auto;
}

.mh700 {
  min-height: 700px;
}

.pad0 {
  padding: 0;
}

@media (max-width: 961px) {
  .header-content img {
    margin: 0 auto;
  }
  .pad2 {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .pad3 {
    padding: 80px 0 90px 0;
  }
  section {
    padding: 80px 0 90px 0;
  }
  .mh700 {
    min-height: auto;
  }
  .pb0m {
    padding-bottom: 0;
  }
}

.dgreen {
  background-color: #0a3839;
}

header {
  position: relative;
}

nav {
  height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #bfc1c1;
  margin-left: 20px;
}

@media (max-width: 767px) {
  nav {
    height: 20px;
  }
}

nav a {
  font-family: "Helveticaneuecyr-Bold";
  font-size: 16px;
  color: #4f787a;
  text-transform: uppercase;
}

.header-top li {
  position: relative;
  padding-top: 0;
}

.header-top li:before {
  display: none;
}

.header-top a {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
}

nav a {
  padding: 0 30px;
}

.header-top .logo-cont {
  height: auto;
}

nav a:after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #f59b33;
}

.active a:after {
  display: block;
}

nav a:hover {
  color: #f5911e;
}

nav a:hover:after {
  display: block;
}
/*
nav li {
  margin-right: 50px;
}
*/
ul li:last-child {
  margin-right: 0;
}

.login-block {
  justify-content: center;
  background: #5e8485;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .login-block {
    width: 100%;
    padding: 0 10px;
  }
}

.login-block a {
  color: #fff;
}

.login-block a:hover {
  text-decoration: underline;
}

.login-block:hover {
  background: #f5911e;
}

.login-block p {
  color: #fff;
  padding-right: 15px;
}

.login-block li:after {
  content: "|";
  color: #fff;
  padding: 0 10px;
}

.login-block li {
  display: flex;
  align-items: center;
}

ul li:last-child:after {
  display: none;
}

.greenbg {
  background-color: #4e7879;
}

.dgreenbg {
  background-color: #103c3d;
}

.lgreenbg {
  background-color: #5e8485;
}

.greybg {
  background-color: #f2f2f2;
}

@media (max-width: 767px) {
  .menu-burger {
    position: absolute;
    top: 20px;
  }
}

.menu-burger:hover .bar1,
.menu-burger:hover .bar2,
.menu-burger:hover .bar3 {
  background-color: #f79220;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #5e8485;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar1,
.change .bar2,
.change .bar3 {
  background-color: #f79220;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-9px, -7px);
}
/*header top end*/
.btn {
  display: flex;
  margin-top: 50px;
}

.greenbtn {
  position: relative;
  /* background: #65b8bc; */
  width: 100%;
  max-width: 446px;
  margin-top: -10px;
  margin-bottom: 10px;
}

/* .greenbtn-bg {
  background: #65b8bc;
} */

.greenbtn-descr {
  padding: 11px 27px 15px 0;
  font-size: 18px;
  line-height: 25px;
  position: absolute;
  background: #65b8bc;
  color: #fff;
  top: 68px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}

.active {
  visibility: visible;
  opacity: 0.91;
  transition: 0.3s all;
}

.greenbtn-descr:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2000%;
  left: -2000%;
  top: 0;
  background: #65b8bc;
  /* display: none; */
}

.btn a {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "helveticaneuecyr-bold";
  font-size: 25px;
  color: #fff;
  background: #f59b33;
  padding: 20px 0;
  padding-right: 60px;
  text-decoration: none;
}

.btn a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2000%;
  left: -2000%;
  top: 0;
  background: #f59b33;
}

.btn a:hover {
  background: #72bec2;
}

.greenbtn a {
  background: #65b8bc;
  max-width: 446px !important;
}

.greenbtn a:before {
  background: #65b8bc;
}

.greenbtn a:hover {
  background: #fff;
  color: #61b5b8;
}

.greenbtn a:hover svg .cls-1 {
  fill: #65b8bc;
}

.btn svg {
  width: 22px;
  fill: #fff;
  margin-left: 15px;
}

.btn a:hover:before {
  background: #72bec2;
}

.btn a:hover svg {
  fill: #61b5b8;
}

.greenbtn a:hover:before {
  background: #fff;
}

.front-header .btn a {
  width: 100%;
  max-width: 400px;
}

@media (max-width: 961px) {
  .btn a:before {
    display: none;
  }
  .btn {
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
  }
  .btn a {
    justify-content: center;
    padding: 20px 60px;
  }
  .greenbtn-descr {
    padding: 15px 27px 15px 27px;
    text-align: center;
    margin-bottom: 18px;
  }
  .greenbtn-descr:before {
    display: none;
  }
  .header-h2 {
    margin-top: 30px;
  }
}

@media (max-width: 450px) {
  .btn a {
    width: 100%;
    max-width: none;
    padding: 20px 10px;
  }
}

.cov {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bgr {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-title {
  position: relative;
  z-index: 200;
  display: inline-block;
}

.content-text {
  position: relative;
  z-index: 200;
}

.db {
  display: block;
}

@media (max-width: 961px) {
  .bgr {
    background-position: left;
    /* background-repeat: no-repeat;
    background-size: initial;
    background-position: revert; */
  }
  section {
    min-height: auto;
  }

  section.bgr .content,
  section.cov .content {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 4px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 50px 20px;
  }

  section.bgr .content .section-title,
  section.cov .content .section-title {
    padding-top: 85px;
  }
}

.und {
  text-decoration: underline;
}

.longt {
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  margin-top: 50px;
}

.longt:first-child {
  margin-top: 0;
}

@media (max-width: 961px) {
  .media {
    margin-top: 40px;
  }
  .section-title {
    display: block;
  }
}

.mhtitles h6 {
  min-height: 65px;
}

@media (max-width: 767px) {
  .mhtitles h6 {
    min-height: auto;
  }
}

.block {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 7px rgb(0 0 0 / 25%);
  border-radius: 10px;
  padding: 50px;
}

.block:last-child {
  margin-bottom: 25px;
}

.mw {
  max-width: 1100px;
  margin: 0 auto;
}

.mw2 {
  max-width: 870px;
  margin: 0 auto;
}

.text {
  flex: 1 1;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .text {
    flex: none;
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .block {
    padding: 50px 20px;
  }
}

.orange-p {
  position: relative;
  max-width: 1000px;
  font-family: "helveticaneuecyr-bold";
  font-size: 24px;
  line-height: 1.3;
  background: #f59b33;
  color: #fff;
  padding: 26px 20px 26px 0;
  margin-top: 35px;
}

.orange-p:before,
.orange-p:after {
  content: "";
  position: absolute;
  width: 500%;
  top: 0;
  height: 100%;
  background: #f59b33;
}

.orange-p:before {
  left: -500%;
}

.orange-p:after {
  display: none;
  right: -500%;
}

.orange-p.blue-p {
  font-size: 16px;
  line-height: 1.7;
  background: #72bec2;
}

.blue-p:before,
.blue-p:after {
  background: #72bec2;
}

.pad4 {
  padding: 15px 0 25px 0;
}

@media (max-width: 1260px) {
  .orange-p {
    font-size: 21px;
    line-height: 1.4;
    max-width: none;
  }
  .orange-p:after {
    display: block;
  }
}

.imgbottom {
  position: absolute;
  bottom: 0;
  height: 400px;
  width: 100%;
  object-fit: cover;
  left: 50%;
  transform: translateX(-50%);
}

.mt100 {
  margin-top: 100px;
}

.mt80 {
  margin-top: 80px;
}

.mt65 {
  margin-top: 65px;
}

.mt60 {
  margin-top: 60px;
}

.mt50 {
  margin-top: 50px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

@media (max-width: 961px) {
  .mt100,
  .mt80 {
    margin-top: 45px;
  }
  .mt302 {
    margin-top: 30px;
  }
}

.close {
  display: none;
  position: absolute;
  top: 3px;
  right: 2px;
  width: 37px;
  height: 37px;
  background-color: #fff;
  border-radius: 6px;
}

.closeanim.see {
  display: block;
}

.close:hover {
  background-color: #f5911e;
}

.closestate {
  display: block;
}

.close:before,
.close:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
  top: 18px;
  box-shadow: 0 0 2px 0 #ccc;
}

.close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 7px;
}

.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 7px;
}

.close.green {
  display: block;
  position: absolute;
  top: 10px;
  /*right: 20px;*/
  background: rgb(73, 115, 117);
  cursor: pointer;
  margin-right: 20px;
}

.close.green:before,
.close.green:after {
  background-color: #fff;
}

.close.green:hover {
  background: #f59b33;
}
