@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap&subset=cyrillic");
.font-l {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.font-r {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

.font-m {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500; }

.font-sb {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

.font-b {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }

.zoom {
  display: inline-block; }

html {
  font-size: 16px; }

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
  font-size: 16px; }

* {
  outline: none !important; }

ol, ul {
  margin-bottom: 0; }

.form-control:focus {
  border-color: #77ac50;
  box-shadow: 0 0 0 0.2rem rgba(119, 172, 80, 0.25); }

.px-100 {
  padding-left: 100px;
  padding-right: 100px; }

.col-md-12 {
  max-width: 1366px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.bg-centered {
  background-position: center;
  background-size: cover; }

.h-100 {
  height: 100%; }
.zoomImg{
    background-color:#fff;
}
.navbar-toggler {
  position: relative; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0; }

.navmenu {
  white-space: nowrap; }
  .navmenu ul {
    list-style: none;
    margin: 0;
    padding: 0; }

.nav-list > li {
  display: inline-block; }

.nav-list li {
  position: relative; }

.nav-list a {
  display: block;
  padding: 25px 0;
  color: #fff;
  font-size: 15px;
  text-decoration: none; }

.nav-list .sub-menu {
  position: absolute;
  background-color: #77ac50;
  width: auto;
  right: 50%;
  top: 70px;
  opacity: 0;
  z-index: 1;
  border-radius: 20px;
  transition: .2s;
  transform: translateX(50%);
  pointer-events: none; }
  .nav-list .sub-menu li {
    display: block;
    margin-right: 0; }
    .nav-list .sub-menu li a {
      color: rgba(255, 255, 255, 0.9);
      padding: 20px; }
    .nav-list .sub-menu li a:hover {
      color: white; }

.nav-list a {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.nav-list li:hover > .sub-menu {
  display: block;
  top: 50px;
  opacity: 1;
  pointer-events: initial; }

.menu-icon {
  position: absolute;
  top: -25px;
  left: -45px;
  width: 50px;
  height: 50px; }
  .menu-icon .dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background-color: #77ac50;
    border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: margin 0.4s ease 0.4s, width 0.4s ease;
    -moz-transition: margin 0.4s ease 0.4s, width 0.4s ease;
    -o-transition: margin 0.4s ease 0.4s, width 0.4s ease;
    transition: margin 0.4s ease 0.4s, width 0.4s ease; }
    .menu-icon .dot:nth-of-type(1) {
      margin-top: -14px;
      margin-left: -14px;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      -o-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .menu-icon .dot:nth-of-type(2) {
      margin-top: -14px;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      -o-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    .menu-icon .dot:nth-of-type(3) {
      margin-top: -14px;
      margin-left: 14px; }
    .menu-icon .dot:nth-of-type(4) {
      margin-left: -14px; }
    .menu-icon .dot:nth-of-type(6) {
      margin-left: 14px; }
    .menu-icon .dot:nth-of-type(7) {
      margin-top: 14px;
      margin-left: -14px; }
    .menu-icon .dot:nth-of-type(8) {
      margin-top: 14px; }
    .menu-icon .dot:nth-of-type(9) {
      margin-top: 14px;
      margin-left: 14px; }
  .menu-icon.clicked .dot {
    -webkit-transition: margin 0.4s ease, width 0.4s ease 0.4s;
    -moz-transition: margin 0.4s ease, width 0.4s ease 0.4s;
    -o-transition: margin 0.4s ease, width 0.4s ease 0.4s;
    transition: margin 0.4s ease, width 0.4s ease 0.4s;
    margin-left: 0;
    margin-top: 0; }
    .menu-icon.clicked .dot:nth-of-type(1) {
      width: 50px; }
    .menu-icon.clicked .dot:nth-of-type(2) {
      width: 50px; }

.btn-default {
  background: #77ac50;
  border-radius: 10em;
  height: 40px;
  padding: 8px 20px;
  min-width: 200px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  color: white;
  transition: .3s; }

.btn-default:hover, .btn-default-big:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
  background: #6ea744;
  color: #fff; }

.btn.focus, .btn:focus {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); }

.storage-products-item .btn-default {
  min-width: 30px;
  padding: 0;
  max-width: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center; }

.btn-default-big {
  background: #77ac50;
  border-radius: 10em;
  width: 250px;
  height: 50px;
  padding: 12px 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  color: white !important;
  transition: .3s; }

.btn-default.btn-white {
  background: #fff;
  color: #000;
  height: 50px;
  display: flex;
  width: 170px;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: .3s; }

.navbar {
  padding-right: 100px;
  padding-left: 100px;
  background: rgba(255, 255, 255, 0.9);
  transition: .2s;
  border-bottom: 3px solid transparent; }

.head-small .navbar {
  background: white;
  padding: 0 100px;
  border-bottom: 3px solid #77ac50; }

.logo img {
  max-height: 80px; }

.menu li {
  display: inline-block;
  margin-right: 30px; }
  .menu li a {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    transition: .2s;
    text-decoration: none; }
  .menu li a:hover {
    color: #7fb15a; }

.menu .list-inline {
  text-align: center; }

.order-container {
  text-align: right; }

.align {
  align-items: center; }

.slider-wrapper {
  padding: 0 2rem; }

.main-slider-wrapper {
  position: relative; }

.main-slider {
  position: relative; }

.main-slider:before {
  content: '';
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  left: 0;
  bottom: 0;
  height: 180px;
  width: 100%;
  z-index: 1; }

.main-slider-item {
  height: 100vh;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover; }

.main-slider-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4); }

.main-slider-arrows .btn {
  font-size: 5rem;
  color: #fff;
  padding: 0; }

.main-slider-arrows .btn:hover {
  color: #77ac50; }

.main-slider-arrows .btn-prev, .main-slider-arrows .btn-next {
  position: absolute;
  top: 50%;
  box-shadow: none;
  transition: .3s; }

.main-slider-arrows .btn-prev {
  left: 50px;
  outline: none; }

.main-slider-arrows .btn-next {
  right: 50px; }

.main-slider-item-content {
  position: relative;
  color: #fff;
  text-align: center; }

.main-slider-item-content h2 {
  font-size: 3.75rem;
  font-weight: 700; }

.main-slider-item-content h3 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 40px; }

.main-slider-item-content {
  transition: .6s;
  opacity: 0; }

.slick-active .main-slider-item-content {
  opacity: 1;
  transition: .6s;
  transition-delay: .35s; }
  .slick-active .main-slider-item-content .btn-default {
    width: 250px;
    height: 50px;
    padding: 12px 20px;
    margin-top: 90px; }

.main-slider-block-advantages {
  position: absolute;
  bottom: 35px;
  width: 100%;
  z-index: 2; }

.block-advantages-item {
  display: inline-flex;
  color: #fff;
  align-items: center;
  flex-direction: row; }
  .block-advantages-item .descr {
    font-size: 1.125rem;
    font-weight: 500;
    margin-left: 20px; }
  .block-advantages-item .icon {
    background: rgba(119, 172, 80, 0.7);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
    flex: none; }
    .block-advantages-item .icon img {
      width: 55px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.section {
  padding-top: 60px;
  padding-bottom: 60px; }

.sect-adwantages {
  padding-bottom: 150px; }

.h2 {
  font-size: 2.25rem;
  font-weight: 700; }

.sect-header {
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  padding-top: 120px; }

.sect-header:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 80px;
  background: #464a53;
  top: 0;
  left: 50%; }

.list-block li {
  margin-top: 30px;
  margin-bottom: 80px;
  font-weight: 500; }

.center-block {
  text-align: center;
  position: relative;
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat; }

.magnifier {
  position: absolute; }

.magnifier img {
  transition: .3s; }

.magnifier:hover img {
  transform: scale(1.1); }

.one {
  top: 18%;
  left: -3%; }

.two {
  top: 45%;
  left: 0; }

.three {
  bottom: 29%;
  left: 2%; }

.four {
  top: 3%;
  right: 2%; }

.five {
  top: 31%;
  right: -40px; }

.six {
  bottom: 13%;
  right: -1%; }

.sect-technologies .sect-container {
  padding-top: 50px; }

.sect-technologies-bg {
  height: 800px;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  filter: grayscale(1);
  z-index: -1; }

.left-block .first {
  margin-top: 100px; }

.left-block, .right-block {
  background: #fff;
  z-index: 2; }

.tech-image {
  width: 100px;
  height: 100px;
  margin-bottom: 25px; }

.tech-image img {
  width: 100%; }

.slider-our-products {
  margin-top: 70px; }

.tech-item {
  margin-bottom: 150px; }

.tech-text {
  padding-right: 5rem; }

.slider-product-item .item {
  display: block;
  transition: .3s;
  padding: 40px 0 35px 0;
  text-align: center;
  margin: 15px 15px 30px 15px; }

.slider-product-item .item:hover {
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); }

.slider-product-item a:hover .title-category h2 {
  text-decoration: none; }

.image-product {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.title-category {
  margin: 40px 0 45px 0; }

.title-category h2 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 30px;
  color: #000; }

a:hover {
  text-decoration: none; }

.category-icon {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
.slider-product-item .category-icon{
    margin-top:20px;
}
.category-icon-wrap {
  background: #e8e8e8;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 12px;
  margin: 0 12px 10px 0;
  display: flex;
  align-items: center;
  flex: none; }
  .category-icon-wrap img {
    width: 100%; }

.descr-our-products {
  margin: 70px 0 90px 0; }
  .descr-our-products p {
    font-size: 1.125rem; }

.slider-storage-products, .slider-method-products {
  margin-bottom: 70px; }

.storage-products-item {
  padding: 15px;
  position: relative; }

.storage-products-image {
  height: 205px;
  width: 205px;
  margin: 0 auto;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: content-box;
  padding: 35px;
  border-radius: 120px;
  transition: .3s;
  cursor: pointer;
  opacity: .7; }

.storage-products-image:hover {
  background-color: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  opacity: 1; }

input[type=radio] {
  display: none; }

.storage-products-item label {
  position: relative;
  width: 200px;
  height: 200px;
  background-color: transparent;
  border-radius: 120px;
  transition: .3s;
  opacity: .7;
  padding: 20px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
 }
#method-choice .storage-products-item label{
     background-size: cover;
}
.storage-products-item label:hover {
  background-color: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  opacity: 1; }

.method {
  position: absolute; }

label {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 10px solid #acc41b;
  height: 100%;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border-radius: 120px;
  display: none; }

input[type=radio]:checked + label:after {
  display: block; }

input[type=radio]:checked + label {
  opacity: 1; }

input[type=radio]:checked ~ .storage-products-item label {
  opacity: 1; }

.calculation-method-link {
  display: flex;
  justify-content: center;
  margin: 30px 0; }
  .calculation-method-link .nav-tabs {
    border-bottom: none; }

.calculation-method-tab-content {
  max-width: 100%;
  margin: 70px auto 70px auto;
  padding: 0 3rem; }

.calculation-method-link .btn-default {
  padding: 0;
  height: auto;
  margin: 0 20px; }
  .calculation-method-link .btn-default a {
    color: #fff;
    display: block;
    padding: 10px 30px; }

.calculation-method-tab-content .form-group {
  display: flex;
  align-items: center; }

.calculation-method-tab-content .form-group .btn-info-q {
  background: #77ac50;
  border-radius: 10em;
  height: 30px;
  padding: 0;
  width: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  color: white;
  transition: .3s;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.calculation-method-tab-content label {
  width: 190px;
  padding-right: 10px; }

.form-group .wq {
  margin-left: 10px;
  display: block;
  cursor: pointer; }

.form-group-wrapper .form-control {
  min-height: 40px;
  padding: 5px 20px;
  width:155px;}

.storage-products-name {
  margin-top: 45px; }

.text-desc {
  position: absolute;
  top: -18px;
  left: 9%;
  pointer-events: none;
  font-size: 1.5rem;
  font-weight: 700; }

.sect-quantity-calculation .slider-wrapper {
  padding: 90px 0 85px 0;
  background: #f7f7f7;
  margin-top: 45px; }

.slider-wrapper .btn-default.prev, .slider-wrapper .btn-default.next {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  min-width: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  background: #fff; }

.slider-wrapper .btn-default.prev:hover .fal, .slider-wrapper .btn-default.next:hover .fal {
  color: #77ac50; }

.slider-wrapper .btn-default.prev .fal, .slider-wrapper .btn-default.next .fal {
  color: #000;
  transition: .3s; }

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2; }

.prev {
  left: -25px; }

.next {
  right: -25px; }

.slick-dots {
  padding: 0;
  margin: 0;
  display: block;
  list-style-type: none; }

.container-slider-arrows {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex; }

.container-slider-arrows .prev, .container-slider-arrows .next {
  position: relative; }

.slider-wrapper .container-slider-arrows .btn-default.prev, .slider-wrapper .container-slider-arrows .btn-default.next {
  width: 200px;
  font-size: 16px;
  transition: .2s;
  color: #000;
  position: initial;
  margin: 0 15px; }

.slider-wrapper .container-slider-arrows .btn-default.prev.slick-disabled,
.slider-wrapper .container-slider-arrows .btn-default.next.slick-disabled {
  display: none !important; }

.slider-dots {
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  text-align: center; }

.slider-dots.working-dots {
  position: relative; }

.slick-dots li {
  display: inline-block; }

.slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #464a53;
  color: #464a53;
  transition: .3s;
  border: none !important;
  overflow: hidden;
  margin-bottom: 5px; }

.slick-active button {
  background-color: #77ac50;
  color: #77ac50;
  transition: .3s; }

.sect-how-we-working {
  background: rgba(255, 255, 255, 0.9); }

.slider-how-we-work {
  margin: 70px 0 130px 0; }

.work-image {
  height: 360px;
  width: 100%;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: content-box;
  transition: .3s;
  opacity: .7;
  z-index: 2; }

.work-image-wrap {
  position: relative;
  display: flex;
  align-items: center; }

.circle-bg {
  position: absolute;
  content: '';
  width: 300px;
  height: 300px;
  background: #e4ebb4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%; }

.work-desc {
  display: flex;
  align-items: center; }
  .work-desc h3 {
    font-size: 1.5rem;
    line-height: 48px; }

.working-dots li {
  position: relative;
  border: 1px solid transparent;
  height: 30px;
  width: 30px;
  margin: 0;
  border-radius: 10em;
  margin: 0 35px; }

.working-dots li:before {
  position: absolute;
  top: 50%;
  left: 23px;
  content: '';
  border: 1px solid #000;
  width: 100px;
  height: 1px;
  transform: translateY(-50%); }

.working-dots li:last-child:before {
  content: none; }

.working-dots li.slick-active {
  border: 1px solid #77ac50;
  background-color: #fff; }

.working-dots li.slick-active:before {
  left: 28px;
  width: 90px; }

.working-dots .slick-dots button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 16px;
  background-color: #464a53;
  color: #464a53;
  transition: .3s;
  border: none !important;
  overflow: hidden;
  font-size: 0; }

.working-dots .slick-dots .slick-active button {
  background-color: #77ac50; }

.how-we-working-bg {
  height: 800px;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: contain;
  filter: grayscale(1);
  z-index: -1; }

.review-text {
  padding: 100px 0 80px 0; }

.green-wrapper {
  background: #f5f9f3; }

.review-info {
  background-color: #464a53;
  color: white;
  padding: 35px 0 70px 0; }

.review-about {
  font-size: 1.125rem;
  color: #acc41b; }

.review-image {
  height: 150px;
  width: 150px;
  background-color: white;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: content-box;
  padding: 18px;
  border-radius: 120px; }

.review-name p {
  margin: 0; }

.review-item {
  position: relative;
  overflow: hidden; }

.review-item .btn-default.btn-white {
  width: 265px;
  font-weight: 500;
  font-size: 0.875rem;
  margin: 0;
  position: absolute;
  bottom: -65px; }
.btn-more{
    position: absolute;
    bottom: -55px;
    right: 0;
}
.review-text-styled {
  font-size: 1.5rem;
  font-weight: 500;
  overflow: hidden;}

.section-clients {
  margin-top: 80px; }

.section-clients .slick-slide {
  margin: 0 15px; }

.clients-logo {
  width: 100%;
  height: 170px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.section-clients .slider-wrapper {
  padding: 100px 0 100px 0;
  background: #f7f7f7; }

.clients-item {
  padding: 0 60px;
  background: white; }

.sect-contacts {
  margin-top: 80px; }

.main-contacts-left {
  padding: 70px 0 70px 13rem;
  background: #464a53;
  width: 40%;
  color: #fff; }

.logo-footer {
  height: 130px;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat; }
.addres p{
    display:inline;
}
.map {
  width: 60%;
  position: relative;
  -webkit-filter: grayscale(1) invert(0);
  filter: grayscale(1) invert(0); }

.bg_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  pointer-events: none; }

.block-contacts {
  display: flex; }

.list-contacts a {
  font-size: 0.75rem;
  color: #fff;
  margin-left: 5px; }

.list-contacts .fab {
  padding: 5px;
  border-radius: 10em; }

.fa-viber {
  background: #7d3daf;
  font-size: 20px; }

.fa-skype {
  background: #00aaf2; }

.fa-whatsapp {
  background: #7ad06d; }

.footer-socials .list-inline-item:not(:last-child) {
  margin-right: 15px;
  margin-bottom: 35px; }

.list-socials {
  margin-top: 95px; }

.list-socials a {
  background: #a3a5a9;
  color: white !important;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  transition: .3s; }

.list-socials .fa-vk:hover {
  background: #4c75a3; }

.list-socials .fa-facebook-f:hover {
  background: #3b5999; }
.list-socials .fa-linkedin-in:hover {
  background: #0073b0; }
.list-socials .list-inline-item:not(:last-child) {
  margin-right: 30px; }

.sect-contacts {
  padding-bottom: 0; }

.footer-copyright {
  margin: 15px 30px; }

.footer-copyright a {
  color: #000; }

.text-md-left p {
  margin: 0; }

.modal-content {
  border-radius: 25px;
  border: none; }

.modal-dialog {
  margin-top: 60px; }

.modal-header .close {
  padding: 0;
  margin: 0;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 25px;
  position: absolute;
  top: -50px;
  right: -50px;
  opacity: 1 !important;
  background: white;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center; }

.modal-title {
  font-size: 2.25rem;
  text-align: center;
  line-height: 2.75rem; }

.modal-md {
  max-width: 670px; }

.сontainer-details .modal-md {
  max-width: 1300px; }

.сontainer-details .modal-header {
  border-radius: 25px 25px 0 0; }

.сontainer-details .modal-title {
  text-align: left; }

.modal-header {
  border: none; }

.modal-body {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px; }

.form-control {
  min-height: 50px;
  border-radius: 25px;
  padding: 15px 20px;
  border-color: #777; }

.btn-success {
  background: #77ac50 !important;
  border: none;
  border-radius: 25px;
  height: 50px;
  padding: 14px 25px;
  min-width: 200px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: .3s; }

.btn-success:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
  background: #689e41 !important;
  transition: .2s; }

.modal .btn-default {
  color: #000; }

.modal .btn-default:hover {
  color: #77ac50 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
  transition: .2s; }

textarea.form-control {
  resize: vertical;
  min-height: 120px; }

.сontainer-details .modal-title {
  margin-bottom: 80px; }
.сontainer-details .modal-header .modal-title{
    margin-bottom: 0;
}
.сontainer-details .modal-header{
    padding: 40px 200px 40px 100px;
}
.сontainer-details .product-title{
    font-size:1.8rem;
    margin-bottom:50px;
}
.сontainer-details .modal-header {
  background: #f3f6dd; }

.container-description {
  width: 100%;
  height: 100%;
  padding-bottom: 90px;
  padding-top: 50px;
  padding-left: 100px;
  padding-right: 100px; }

.container-description .category-icon {
  position: absolute;
  bottom: 40px;
  left: 90px;
  width: auto; }

.container-description .category-icon-wrap {
  padding: 17px; }

.container-description .category-icon .category-icon-wrap {
  width: 80px;
  height: 80px; }

.details-description {
  margin: 60px 0 90px 0; }

.details-image {
  position: relative;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center; }

.details-image .child img {
  width: 100%; }

.green-bg {
  background-color: #f3f6dd; }

.gray-bg {
  background-color: #f6f6f6; }

.white-bg {
  background-color: #fff; }

.сontainer-details .btn-default-big {
  width: 490px;
  margin: 0 auto;
  display: block; }

.lasted-circle {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 160px;
  height: 160px;
  background-color: #ffcc00;
  border-radius: 50%; }
  .lasted-circle p {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 32px; }
  .lasted-circle span {
    font-size: 1.875rem;
    font-weight: 700; }
  .lasted-circle .lasted-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.increase {
  position: absolute;
  bottom: 45px;
  right: 85px;
  z-index: 10;
  cursor: pointer; }

.increase .fa-search-plus {
  color: #000;
  font-size: 50px;
  transition: .2s; }

.increase .fa-search-plus:hover {
  transform: scale(1.1); }

#forglaid_map {
  height: 740px; }

.text-desccripto-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  font-weight: 700;
  z-index: 1000; }

.disable{
    background-color:#77ac50;
    color: #fff;
    border-color:#77ac50;
    pointer-events: none;
}
.form-control[readonly]{
    background-color:#77ac50;
    color:#fff;
}
@media (max-height: 700px) {
  .main-slider-item-content h2 {
    font-size: 2.5rem; }
  .main-slider-item-content h3 {
    font-size: 1.4em; }
  .slick-active .main-slider-item-content .btn-default {
    margin-top: 20px; } }

@media (max-width: 1600px) {
  .order-container .btn {
    font-size: .9rem; } }

@media (max-width: 1500px) {
  .magnifier img {
    width: 80%; }
  .slider-clients {
    padding: 0 20px; }
  .сontainer-details .modal-md {
    padding: 0 4rem; }
  .list-block li {
    margin-bottom: 50px; }
  .one {
    top: 19%; }
  .four {
    top: 7%; }
  .navbar {
    padding-right: 10px;
    padding-left: 10px; }
  .header {
    top: -20%; }
  .expand .header {
    top: 0;
    transition-delay: 1.3s; }
  .head-small .navbar {
    padding: 0 10px; } }

@media (max-width: 1350px) {
  .magnifier img {
    width: 73%; }
  .list-block li {
    font-size: 14px; }
  .text-desc {
    font-size: 1.2rem;
    left: 4%; } }

@media (max-width: 1200px) {
  .block-advantages-item .descr {
    font-size: .9em; }
  .block-advantages-item .icon img {
    width: 40px; }
  .block-advantages-item .icon {
    width: 60px;
    height: 60px; }
  .block-advantages-item {
    padding-left: 30px; }
  .review-item .btn-default.btn-white {
    bottom: -80px; }
  .main-contacts-left {
    padding-left: 0;
    text-align: center; }
  .logo-footer {
    background-position: center; }
  .slider-product-item .btn-default-big {
    width: 170px; }
  .magnifier img {
    width: 55%; }
  .four {
    right: -11%;
    top: 16%; }
  .five {
    top: 40%;
    right: -14%; }
  .six {
    bottom: 20%;
    right: -15%; }
  .three {
    bottom: 29%;
    left: -22%; }
  .two {
    left: -13%; }
  .one {
    top: 27%;
    left: -12%; } }

@media (max-width: 1050px) {
  .magnifier {
    display: none; }
  .text-desc {
    top: 20px; } }

@media (max-width: 991px) {
  .main-slider-item-content h2 {
    font-size: 2.5rem; }
  .main-slider-item-content h3 {
    font-size: 1.4em; }
  .slick-active .main-slider-item-content .btn-default {
    margin-top: 20px; }
  .navbar-nav {
    text-align: center; }
  .order-container {
    text-align: center;
    margin: 40px 0; }
  .menu li {
    margin-right: 0; }
  .working-dots li {
    margin: 0 13px; }
  .working-dots li:before {
    width: 40px; }
  .working-dots li.slick-active:before {
    width: 45px; }
  .review-text-styled {
    font-size: 1.3rem; }
  .clients-item {
    padding: 0 40px; }
  .modal-title {
    font-size: 1.8rem; }
  .lasted-circle {
    width: 120px;
    height: 120px; }
  .lasted-circle p {
    font-size: 13px; }
  .container-description {
    padding-right: 40px;
    padding-left: 40px; }
  .сontainer-details .modal-title {
    padding-right: 100px; }
  .container-description .category-icon {
    left: 25px; }
  .increase {
    right: 25px; }
  .container-description .category-icon .category-icon-wrap {
    width: 60px;
    height: 60px; }
  .center-block {
    height: 570px; }
  .navbar, .head-small .navbar {
    padding-right: 10px;
    padding-left: 10px; } }

@media (max-width: 768px) {
  .px-100 {
    padding-left: 10px;
    padding-right: 10px; }
  .tech-text {
    padding-right: 0;
    text-align: center; }
  .tech-image {
    margin: 0 auto 20px auto; }
  .main-slider-arrows .btn {
    font-size: 2.5rem; }
  .main-slider-arrows .btn-prev {
    left: 10px; }
  .main-slider-arrows .btn-next {
    right: 10px; }
  .main-slider-block-advantages {
    display: none; }
  .main-slider-item-content {
    margin-top: 120px;
    padding: 0 3rem; }
  .circle-bg {
    width: 210px;
    height: 210px; }
  .work-image {
    height: 210px; }
  .work-desc h3 {
    line-height: 30px; }
  .work-desc {
    margin-top: 30px;
    text-align: center; }
    .sect-why-we .work-desc{
      text-align: left;
  }
  .review-item .btn-default.btn-white {
    position: relative;
    bottom: 0; }
  .review-text {
    padding: 50px 20px 50px 20px; }
  .main-contacts-left, .map {
    width: 100%; }
  .block-contacts {
    flex-wrap: wrap-reverse; }
  #forglaid_map {
    height: 400px; }
  .modal-sm {
    max-width: 90%;
    margin: 30px auto 0 auto; }
  .сontainer-details .btn-default-big {
    width: 300px; }
  .details-image {
    height: 560px; }
  .сontainer-details .modal-md {
    padding: 0 1rem; }
  .modal-header .close {
    right: 0;
    top: -55px; }
  .sect-quantity-calculation.px-100, .sect-reviews.px-100, .section-clients.px-100 {
    padding-right: 30px;
    padding-left: 30px; }
  .how-we-working-bg {
    height: 700px; }
  .sect-reviews .slider-wrapper {
    padding: 0 0; }
  .block-copyright {
    margin-bottom: 10px; }
  .center-block {
    background-size: 80%;
    background-size: contain; }
  .slick-dots button {
    margin-right: 10px;
    margin-left: 10px; }
  .form-group-wrapper {
    margin-bottom: 55px; }
  .calculation-method-link .nav-tabs {
    display: flex;
    justify-content: center; }
  .calculation-method-link .btn-default {
    margin-bottom: 20px; }
  .calculation-method-link .btn-default a {
    font-size: 14px; } }

@media (max-width: 480px) {
  .main-slider-item-content h2 {
    font-size: 2rem; }
  .main-slider-item-content h3 {
    font-size: 1.2rem; }
  .main-slider-item-content {
    text-align: left; }
  .main-slider:before {
    height: 70px; }
  .h2 {
    font-size: 1.8rem; }
  .left-block .first {
    margin-top: 30px; }
  .list-block li {
    margin-bottom: 40px; }
  .center-block img {
    width: 100%; }
  .tech-item {
    margin-bottom: 60px; }
  .slider-wrapper .container-slider-arrows .btn-default.prev, .slider-wrapper .container-slider-arrows .btn-default.next {
    width: 120px; }
  .slider-how-we-work {
    margin: 70px 0 60px 0; }
  .working-dots .slick-dots button {
    width: 16px;
    height: 16px; }
  .working-dots li:before {
    content: none; }
  .working-dots li {
    width: 16px;
    height: 16px;
    margin: 0 8px; }
  .сontainer-details .modal-md {
    padding: 0 0; }
  .lasted-circle {
    width: 85px;
    height: 85px; }
  .modal-title, .сontainer-details .modal-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding-right: 50px;
    margin-bottom: 30px; }
  .modal-title {
    padding-right: 0; }
  .details-image {
    height: 460px; }
  .increase {
    bottom: 85%; }
  .slider-our-products {
    margin-top: 0; }
  .storage-products-name {
    margin-top: 20px; }
  .sect-technologies-bg {
    background-size: cover; }
  .descr-our-products {
    margin: 40px 0 90px 0; }
  .descr-our-products p, .work-desc h3, .review-text-styled {
    font-size: 1rem; }
  .review-item .btn-default.btn-white {
    width: 245px; }
  .review-about.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .section-clients, .sect-contacts {
    margin-top: 0; }
  .center-block {
    height: 380px; }
  .sect-adwantages {
    padding-bottom: 60px; }
  .container-description {
    padding-right: 15px;
    padding-left: 15px; }
  .storage-products-item .btn-default {
    right: 20px; }
  .modal-sm {
    margin-top: 60px; }
   .form-group-wrapper .form-control{
        width: 115px;    
   }
  .form-group-wrapper .mb-5 {
    margin-bottom: 20px !important; }
  .calculation-method-tab-content label {
    width: 100%; } 
    .сontainer-details .product-title {
    font-size: 1.3rem;
    margin-bottom: 30px;}
    .сontainer-details .modal-header{
        padding:40px 15px;
    }
    .сontainer-details .modal-header .modal-title{
        font-size: 1.7rem;
    }
    .calculation-method-tab-content{
            padding: 0 1rem;
    }
}
.tooltip {
    position: fixed;
    padding: 10px 20px;
    border: 1px solid #b3c9ce;
    border-radius: 4px;
    text-align: center;
    font: italic 14px/1.3 sans-serif;
    color: #333;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
}
.modal{
    overflow: auto;
}
.font-size{
    font-size:1.7rem;
}

