/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.menu_green{
  color: #4AB11A !important ;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.psd, .map-box:before, .pagination .prev .page-link:before,
.pagination .next .page-link:before, .inner-page:before {
  content: "";
  display: block;
  position: absolute;
}

.trans, .video-item .text a, .pagination .page-link,
.pagination .dots, .tags a, .form-group label, .nav-ico span, .nav-ico, .f-list-sm li a, .f-title .ico svg, .f-list li a, .sr-box .more .arr svg, .sr-box .more, .sr-box .name, .sr-box .item a, .sr-box .item div, .slick-dots li button, .slick-arrow, .media-item .text, .hed-search .search-btn .ico svg, .top-nav > li ul li a, .top-nav > li .ico svg, .top-nav > li > a, .btn, .media-item .label {
  transition: all 0.3s ease-in-out;
}

.btn, .media-item .label {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  background: #4AB11A;
  padding: 16px 75px;
  font-size: 16px;
  line-height: 19px;
  border: 2px solid #4AB11A;
  font-family: "Roboto", sans-serif;
}
.btn:hover, .media-item .label:hover, .btn:focus, .media-item .label:focus {
  background: #5ddd21;
  border-color: #5ddd21;
  color: #fff;
  text-decoration: none;
}

.border-btn {
  padding: 8px;
  background: transparent;
  color: #4AB11A;
}
.border-btn:hover, .border-btn:focus {
  color: #4AB11A;
  background: transparent;
}

.no-shadow, .pagination .prev .page-link,
.pagination .next .page-link, button, input, textarea,
.slide.slick-slide.slick-current.slick-active {
  box-shadow: 0 0 0 0 transparent !important;
}

button, input, textarea,
.slide.slick-slide.slick-current.slick-active {
  outline: none !important;
}

body {
  background: #fdfdfd;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #3D4747;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #3D4747;
}
a:hover, a:focus {
  color: #3D4747;
}

p {
  font-size: 16px;
  color: #3D4747;
  line-height: 20px;
  margin: 0 0 20px 0;
}

svg {
  width: 100%;
  height: 100%;
}

.header {
  padding: 20px 0 15px;
  position: relative;
  z-index: 10;
}
.header .logo {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #3D4747;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 700;
}
.header .border-btn {
  width: 100%;
}
.header .sociall ul {
  justify-content: space-between;
}
.header .sociall ul li + li {
  margin-left: 5px;
}

.head-top {
  margin-bottom: 25px;
}

.hed-tel {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
}
.hed-tel a {
  display: inline-block;
  vertical-align: top;
  color: #3D4747;
  text-decoration: none;
}

.hed-contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hed-contact .ico {
  width: 26px;
  height: 26px;
  margin-right: 17px;
}
.hed-contact .num {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #3D4747;
  font-size: 16px;
  line-height: 19px;
}

.sociall ul {
  display: flex;
}
.sociall ul li a {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
}

.head-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-nav {
  display: flex;
}
.top-nav > li {
  display: block;
  position: relative;
  padding: 10px 0;
}
.top-nav > li + li {
  margin-left: 60px;
}
.top-nav > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 21px;
}

.top-nav > li > span {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 21px;
}

.top-nav > li > span.active_menu {
  color: #4AB11A;
}
span.active_menu {
  color: #4AB11A;
}

.top-nav > li > ul > li > span.active_menu {
  color: #4AB11A;
}

.top-nav > li .ico {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 7px;
}
.top-nav > li .ico svg {
  stroke: #000;
  fill: #fdfdfd;
}
.top-nav > li ul {
  background: #fff;
}
.top-nav > li ul li {
  display: block;
  margin-bottom: 10px;
}
.top-nav > li ul li a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 19px;
  color: #3D4747;
  text-decoration: none;
}
.top-nav > li ul li a:hover {
  color: #4AB11A;
}
.hed-search .search-btn {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
}
.hed-search .search-btn .ico {
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 23px;
}
.hed-search .search-btn .ico svg {
  fill: #000;
}
.hed-search .search-btn:hover .ico svg {
  fill: #4AB11A;
}

.hero {
  background: url(../images/hero.jpg) center top no-repeat;
  height: 708px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.hero .row {
  justify-content: space-between;
  align-items: center;
}
.hero .hero-text p {
  max-width: 450px;
  margin-bottom: 65px;
}

.hero-title {
  color: #fff;
  font-weight: 900;
  font-size: 48px;
  line-height: 123.69%;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.proposal {
  height: 557px;
  position: relative;
  z-index: 1;
  background: url(../images/hero-photo.png) 0 0 no-repeat #eeeeee;
  border-radius: 50px 0 0 50px;
  width: 9999px;
}
.proposal .item {
  position: absolute;
  font-size: 16px;
  line-height: 19px;
  width: 229px;
  height: 63px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  padding: 10px 10px 10px 59px;
  display: flex;
  align-items: center;
}
.proposal .item .ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
}
.proposal .item svg {
  fill: #4AB11A;
}
.proposal .it-1 {
  top: -26px;
  left: 183px;
}
.proposal .it-1 .ico {
  width: 31px;
  height: 31px;
}
.proposal .it-2 {
  top: 62px;
  left: -41px;
}
.proposal .it-2 .ico {
  width: 32px;
  height: 32px;
}
.proposal .it-3 {
  top: 191px;
  left: -97px;
}
.proposal .it-3 .ico {
  width: 26px;
  height: 26px;
}
.proposal .it-4 {
  top: 318px;
  left: -97px;
}
.proposal .it-4 .ico {
  width: 30px;
  height: 30px;
}
.proposal .it-5 {
  bottom: 51px;
  left: -41px;
}
.proposal .it-5 .ico {
  width: 29px;
  height: 29px;
}
.proposal .it-6 {
  bottom: -41px;
  left: 205px;
}
.proposal .it-6 .ico {
  width: 30px;
  height: 30px;
}

.proposal .it-7 {
  bottom: 21px;
  left: 470px;
}
.proposal .it-7 .ico {
  width: 30px;
  height: 30px;
}

.proposal .it-8 {
  bottom: 130px;
  left: 500px;
}
.proposal .it-8 .ico {
  width: 30px;
  height: 30px;
}

.proposal .it-9 {
  bottom: 450px;
  left: 480px;
}
.proposal .it-9 .ico {
  width: 30px;
  height: 30px;
}

.main {
  padding-bottom: 10px;
}

.projects {
  margin-bottom: 110px;
}

.headline, h1 {
  text-align: center;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 55px;
  color: #000;
}

h1 {
  text-align: left;
}

.carousel-wrap {
  margin: 0 -15px;
}
.carousel-wrap .item {
  padding: 0 7px 20px;
}

.proj-slider,
.comm-slider,
.clients-slider {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  max-height: 0px;
}
.proj-slider.slick-initialized,
.comm-slider.slick-initialized,
.clients-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  max-height: none;
}

.media-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}
.media-item a {
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
}
.media-item a span {
  display: block;
}
.media-item .img-box {
  overflow: hidden;
  height: 270px;
  border-radius: 15px 15px 0 0;
}
.media-item .img-box img {
  width: 100%;
  height: 100%;
  overflow: cover;
}
.media-item .text {
  padding: 35px 22px;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #000;
}
.media-item a:hover .text {
  color: #4AB11A;
}
.media-item .label {
  position: absolute;
  z-index: 2;
  padding: 9px 13px;
  top: 250px;
  right: 20px;
  pointer-events: none;
}

.slick-slide .media-item {
  margin-bottom: 0;
}

.slider-nav {
  position: relative;
  padding: 30px 60px 0;
}

.slick-arrow {
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -4px;
  border: 0;
  padding: 0;
  background-color: none;
  width: 55px;
  height: 8px;
  font-size: 0;
  overflow: hidden;
  outline: none !important;
}
.slick-arrow.slick-prev {
  left: 0;
  background: url(../images/icons/arr-prev.svg) 0 0 no-repeat;
  background-size: 100%;
}
.slick-arrow.slick-prev:hover {
  left: -5px;
}
.slick-arrow.slick-next {
  right: 0;
  background: url(../images/icons/arr-next.svg) 0 0 no-repeat;
  background-size: 100%;
}
.slick-arrow.slick-next:hover {
  right: -5px;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li {
  padding: 0 4px;
}
.slick-dots li button {
  display: block;
  border: 1px solid #000;
  padding: 0;
  background: #fff;
  width: 9px;
  height: 9px;
  font-size: 0;
  overflow: hidden;
  outline: none !important;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #000;
}

.services {
  margin-bottom: 110px;
}

.sr-box {
  display: flex;
  flex-wrap: wrap;
}
.sr-box .item {
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%;
  border-left: 1px dashed #BFBFBF;
  border-bottom: 1px dashed #BFBFBF;
}
.sr-box .item:first-child, .sr-box .item:nth-child(4) {
  border-left: 0;
}
.sr-box .item:nth-child(4), .sr-box .item:nth-child(5), .sr-box .item:nth-child(6) {
  border-bottom: 0;
}
.sr-box .item a, .sr-box .item div {
  display: block;
  position: relative;
  z-index: 1;
  background: transparent;
  height: 334px;
  padding: 24px 14px 14px;
  text-align: center;
}
.sr-box .ico-box {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.sr-box .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background: #F1FAE9;
  border-radius: 50%;
}
.sr-box .ico span {
  display: block;
}
.sr-box .ico svg {
  fill: #4AB11A;
}
.sr-box .name {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #000;
  height: 51px;
  margin-bottom: 2px;
}
.sr-box p {
  max-width: 310px;
  margin: 0px auto 30px;
}
.sr-box .more {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.sr-box .more .arr {
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 8px;
  margin-left: 10px;
}
.sr-box .more .arr svg {
  fill: #000;
}
.sr-box a:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  z-index: 2;
  text-decoration: none;
}
.sr-box a:hover .name {
  color: #4AB11A;
}
.sr-box a:hover .more {
  color: #4AB11A;
}
.sr-box a:hover .more .arr svg {
  fill: #4AB11A;
}
.sr-box .sr-1 span {
  width: 32px;
  height: 32px;
}
.sr-box .sr-2 span,
.sr-box .sr-3 span,
.sr-box .sr-4 span,
.sr-box .sr-6 span {
  width: 37px;
  height: 37px;
}
.sr-box .sr-5 span {
  width: 40px;
  height: 40px;
}

.about {
  padding: 0 55px;
  overflow: hidden;
}
.about .inner {
  padding: 60px 0 50px;
  border-radius: 30px 30px 0px 0px;
  background: #F8F8F8;
}
.about .img-box {
  position: relative;
  height: 449px;
}
.about .img-box img {
  vertical-align: top;
  position: absolute;
  z-index: 1;
  border-radius: 0 50px 50px 0;
  top: 0;
  right: 0;
}
.about .label {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  right: -38px;
  top: 132px;
  background: #fff;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  padding: 10px 20px;
}
.about .label .num {
  display: flex;
  align-items: center;
  color: #4AB11A;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}
.about .label .num strong {
  margin-right: 10px;
  font-weight: 900;
  font-size: 48px;
  line-height: 123.69%;
}
.about .label p {
  color: #000;
  margin-bottom: 0;
  padding-left: 20px;
}
.about .text {
  padding-top: 40px;
}
.about .text .btn, .about .text .media-item .label, .media-item .about .text .label {
  margin-top: 60px;
}
.about .headline {
  margin-bottom: 35px;
  text-align: left;
}

.inner-about .inner {
  padding-top: 15px;
}
.inner-about .img-box img {
  left: 0;
  right: auto;
  max-height: 100%;
}
.inner-about .label {
  left: -68px;
  right: auto;
}

.to-discuss {
  padding: 85px 0 55px;
  border-radius: 0px 0px 30px 30px;
  background: #D3EBE0;
  margin: 0 55px 77px;
}
.to-discuss .headline {
  text-align: left;
  margin-bottom: 80px;
}

.best-list li {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #000;
}
.best-list li .ico {
  width: 49px;
  height: 49px;
  margin-right: 33px;
}
.best-list li .ico svg {
  fill: #4AB11A;
}

.comments {
  margin-bottom: 80px;
}

.comm-item {
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 52px 34px;
}
.comm-item .autor {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.comm-item .photo {
  overflow: hidden;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.comm-item .name {
  padding-left: 20px;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}

.clients {
  margin-bottom: 100px;
}
.clients .headline {
  text-align: left;
  margin-bottom: 38px;
}
.clients .row {
  margin-left: -7px;
  margin-right: -7px;
}
.clients div[class^=col-] {
  padding-right: 7px;
  padding-left: 7px;
}
.clients .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  border-radius: 10px;
  background: #F8F8F8;
  margin-bottom: 15px;
  padding: 10px;
}
.clients .item img {
  max-width: 100%;
  max-height: 100%;
}

.footer {
  background: #fff;
}
.footer .hed-contact {
  margin-bottom: 47px;
}
.footer .hed-contact .ico {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}
.footer .hed-contact .num {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  font-weight: normal;
  margin-top: 10px;
}
.footer .tel {
  margin-bottom: 10px;
  text-align: right;
}
.footer .tel a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
}
.footer .sociall ul {
  justify-content: flex-end;
}
.footer .sociall ul li + li {
  margin-left: 15px;
}
.footer .sociall ul li a {
  width: 36px;
  height: 36px;
}

.ftr-top {
  padding: 60px 0 50px;
  background: #3D4747;
  color: #fff;
}
.ftr-top .logo {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}

.f-text {
  max-width: 270px;
  font-size: 16px;
  line-height: 19px;
  color: #F8F8F8;
}

.f-list li {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.f-list > li > span.active_menu {
  color: #4AB11A;
}

.f-list-sm > li > span.active_menu {
  color: #4AB11A;
}

.f-list li a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-decoration: none;
}
.f-list li a:hover {
  color: #D3EBE0;
}

.f-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.f-title .ico {
  display: none;
  vertical-align: top;
  width: 12px;
  height: 7px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.f-title .ico svg {
  stroke: #fff;
  fill: #3D4747;
}

.f-list-sm li {
  display: block;
  margin-bottom: 20px;
}
.f-list-sm li a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 19px;
  color: #F8F8F8;
  text-decoration: none;
}
.f-list-sm li a:hover {
  color: #D3EBE0;
}

.ftr-btm {
  padding: 20px 0;
}

.copy {
  color: #000;
  font-size: 16px;
  line-height: 19px;
}

.nav-ico {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  padding: 0;
  border: 0;
  border-radius: 0px;
  background: transparent;
  width: 19px;
  height: 16px;
  overflow: hidden;
  z-index: 205;
  outline: none !important;
}
.nav-ico span {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 19px;
  background: #000;
}
.nav-ico span:first-child {
  top: 0px;
}
.nav-ico span:nth-child(2) {
  top: 7px;
}
.nav-ico span:last-child {
  top: 14px;
}

.js-open {
  overflow: hidden;
}
.js-open .nav-ico span:first-child {
  top: 7px;
  transform: rotate(-45deg);
}
.js-open .nav-ico span:last-child {
  top: 7px;
  transform: rotate(45deg);
}
.js-open .nav-ico span:nth-child(2) {
  left: 150px;
}
.js-open .header .backdrop {
  display: block;
}

.backdrop {
  display: none;
  position: fixed;
  z-index: 199;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  height: 100vh;
}

.modal-content {
  border-radius: 30px;
  border: 0;
  position: relative;
  padding: 55px 20px;
}
.modal-content .close {
  display: block;
  position: absolute;
  padding: 0;
  opacity: 1 !important;
  border: 0;
  width: 20px;
  height: 20px;
  top: 22px;
  right: 22px;
}

.modal-title {
  font-size: 45px;
  font-weight: 700;
  color: #000;
  text-align: left;
}

.modal-form {
  width: 380px;
  max-width: 100%;
  margin: 0px auto;
}
.modal-form p {
  margin-bottom: 40px;
}

.form-group {
  margin-bottom: 25px;
  position: relative;
}
.form-group label {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0px;
  right: 0;
  top: 0;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #959595;
  padding: 15px 20px;
  line-height: 25px;
}
.form-group .star {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #000;
}
.form-group.blur label {
  top: -22px;
  height: auto;
  padding: 0 20px;
  font-size: 14px;
}
.form-group.blur .star {
  top: 0px;
}
.form-group.full label {
  display: none;
}
.form-group.full .star {
  display: none;
}

.form-control {
  width: 100%;
  background: #F8F8F8;
  border-radius: 50px;
  height: 55px;
  border: 1px solid #F8F8F8;
  position: relative;
  z-index: 1;
  padding: 15px 20px;
  line-height: 23px;
}

.error-text {
  font-size: 16px;
  line-height: 19px;
  color: #FF5555;
  padding: 11px 0 0 19px;
}

.form-error .form-control {
  background: #FFF0F0;
}
.form-error .star {
  color: #FF5555;
}

.form-sucsess {
  position: relative;
}
.form-sucsess .star {
  display: none;
}
.form-sucsess:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 8px;
  border-left: 2px solid #4AB11A;
  border-bottom: 2px solid #4AB11A;
  right: 19px;
  top: 24px;
  transform: rotate(-45deg);
  z-index: 2;
}

.empty .form-control {
  background: #FFF0F0;
}

textarea.form-control {
  height: 95px;
  overflow: auto;
  border-radius: 10px;
}

.bottom-nav {
  position: fixed;
  z-index: 20;
  right: 45px;
  bottom: 300px;
  width: 87px;
}
.bottom-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  width: 87px;
  height: 87px;
  margin-bottom: 18px;
}
.bottom-nav a span {
  display: block;
}
.bottom-nav a svg {
  fill: #fff;
}
.bottom-nav .telega {
  background: #039BE5;
}
.bottom-nav .telega span {
  width: 48px;
  height: 40px;
}
.bottom-nav .email {
  background: #4AB11A;
}
.bottom-nav .email span {
  width: 45px;
  height: 45px;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 30px;
  background: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 19px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #959595;
}
.breadcrumb .breadcrumb-item a {
  color: #959595;
}
.breadcrumb .breadcrumb-item.active {
  color: #959595;
}

.form {
  margin: 0 45px;
  overflow: hidden;
  margin-bottom: 70px;
}
.form .inner {
  padding: 75px 0 70px;
  background: #D3EBE0;
  border-radius: 30px;
}
.form .headline {
  text-align: left;
}
.form .img-box {
  height: 398px;
  position: relative;
}
.form .img-box img {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 30px 30px 0;
}

.form-in {
  margin: 0px auto;
  max-width: 380px;
}

.no-bg-form .inner {
  background: #fff;
}
.no-bg-form .img-box img {
  right: auto;
  left: 150px;
  border-radius: 30px 0 0 30px;
}

.inner-page {
  position: relative;
  z-index: 1;
}
.inner-page:before {
  z-index: -1;
  top: 0;
  left: 45px;
  right: 45px;
  height: 400px;
  border-radius: 30px;
  background: #F8F8F8;
}

.content {
  position: relative;
  z-index: 1;
  padding-top: 15px;
}
.content .breadcrumb {
  margin-bottom: 90px;
}

.tags {
  display: inline-block;
  vertical-align: top;
  margin: 0 -7px 70px;
  display: flex;
  flex-wrap: wrap;
}
.tags a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin: 0 7px 15px;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #3D4747;
  padding: 10px 20px;
  background: #fff;
  border-radius: 20px;
}
.tags a:hover {
  color: #4AB11A;
}
.tags a.active {
  color: #fff;
  background: #4AB11A;
  pointer-events: none;
}

.pagination {
  justify-content: center;
  margin: 25px 0;
}
.pagination .page-item {
  padding: 0 5px;
}
.pagination .page-link,
.pagination .dots {
  display: block;
  text-decoration: none;
  border: 0 !important;
  border-radius: 50% !important;
  width: 42px;
  height: 42px;
  line-height: 42px;
  color: #3D4747;
  background: #fff;
  font-size: 16px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
}
.pagination .page-link.active,
.pagination .dots.active {
  color: #fff;
  background: #4AB11A;
}
.pagination .page-link:hover {
  color: #4AB11A;
}
.pagination .prev .page-link,
.pagination .next .page-link {
  width: 54px;
  border-radius: 0;
  background-color: none;
  position: relative;
}
.pagination .prev .page-link:before,
.pagination .next .page-link:before {
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 55px;
  height: 8px;
}
.pagination .prev {
  margin-right: 30px;
}
.pagination .prev .page-link:before {
  background: url(../images/icons/arr-prev.svg) 0 0 no-repeat;
  background-size: 100%;
}
.pagination .next {
  margin-left: 30px;
}
.pagination .next .page-link:before {
  background: url(../images/icons/arr-next.svg) 0 0 no-repeat;
  background-size: 100%;
}

.promo-box {
  margin: 0 45px 50px;
}
.promo-box .inner {
  padding: 76px 0 48px;
  border-radius: 30px;
  background: #D3EBE0;
}
.promo-box .container {
  position: relative;
  padding-left: 95px;
}
.promo-box .ico {
  position: absolute;
  display: block;
  top: 0px;
  left: 15px;
  width: 58px;
  height: 58px;
}
.promo-box .ico svg {
  fill: #4AB11A;
}
.promo-box .headline {
  text-align: left;
  margin-bottom: 37px;
}

.map-box {
  position: relative;
  margin: 0 45px 55px;
  overflow: hidden;
  border-radius: 30px;
  padding: 75px 0;
}
.map-box:before {
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(183, 219, 202, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 30px;
}
.map-box .map {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
}
.map-box .container {
  position: relative;
  z-index: 3;
}

.contact-info {
  width: 480px;
  max-width: 100%;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 35px 30px 5px;
}
.contact-info h1 {
  margin-bottom: 35px;
}
.contact-info .item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #BFBFBF;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.contact-info .item:last-child {
  border-bottom: 0;
}
.contact-info .item .row {
  margin-bottom: 20px;
}
.contact-info .item .row:last-child {
  margin-bottom: 0;
}
.contact-info .item span {
  display: block;
  color: #959595;
  margin-bottom: 10px;
}
.contact-info .item strong {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
}
.contact-info .mail {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #4AB11A;
}

.contact-ico {
  display: flex;
  margin-bottom: 6px;
}
.contact-ico a {
  display: flex;
  align-items: center;
  color: #039BE5;
}
.contact-ico span {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin-right: 12px;
}

.contact-tile {
  padding-bottom: 80px;
}
.contact-tile .item {
  margin-bottom: 17px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  display: flex;
  padding: 30px 25px 25px 30px;
}
.contact-tile .photo {
  flex: 0 0 70px;
  max-width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
}
.contact-tile .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-tile .text {
  flex: 1 1 auto;
  width: 1%;
  padding-left: 40px;
}
.contact-tile strong {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}
.contact-tile .tel {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin-bottom: 20px;
}
.contact-tile .contact-ico {
  border-top: 1px dashed #BFBFBF;
  flex-wrap: wrap;
  padding-top: 4px;
}
.contact-tile .contact-ico > div {
  padding-top: 5px;
}
.contact-tile .contact-ico .mail a {
  color: #4AB11A;
}
.contact-tile .contact-ico .mail a span {
  position: relative;
  top: -2px;
}

.inner-hero {
  padding-top: 26px;
}
.inner-hero .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
}
.inner-hero .breadcrumb .breadcrumb-item.active {
  color: #fff;
}
.inner-hero .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.inner-hero .proposal {
  background: url(../images/hero-bg.png) left top no-repeat;
}

.functionality {
  margin-bottom: 100px;
}
.functionality .headline {
  text-align: left;
}

.func-row {
  display: flex;
  flex-wrap: wrap;
}
.func-row .item {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  border-bottom: 1px dashed #BFBFBF;
  border-left: 1px dashed #BFBFBF;
  padding: 40px 40px 30px 40px;
}
.func-row .item:nth-child(odd) {
  border-left: 0;
  padding-left: 0;
}
.func-row .item:nth-child(even) {
  padding-right: 0;
}
.func-row .item:last-child, .func-row .item:nth-last-child(2) {
  border-bottom: 0;
}
.func-row .img-box {
  flex: 0 0 140px;
  max-width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
}
.func-row .text {
  padding-left: 40px;
  flex: 1 1 auto;
  width: 1%;
}
.func-row p {
  margin-bottom: 0;
}
.func-row strong {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
}

.how-to-get {
  margin: 0 45px;
  background: #D3EBE0;
  border-radius: 30px 30px 0px 0px;
  padding: 90px 0;
}

.get-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.get-row .arr {
  width: 27px;
  height: 8px;
  margin: -15px 16px 0;
}
.get-row .arr svg {
  fill: #3D4747;
}

.get-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  min-width: 230px;
  padding: 18px 25px 18px 25px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  min-height: 67px;
}
.get-item .ico {
  display: block;
  margin-right: 25px;
  width: 31px;
  height: 31px;
}
.get-item .ico-1 {
  width: 27px;
  height: 27px;
}
.get-item svg {
  fill: #4AB11A;
}

.video-box {
  padding: 85px 0;
  margin: 0 45px;
  border-radius: 0px 0px 30px 30px;
  background: #F8F8F8;
}
.video-box .headline {
  margin-bottom: 29px;
}
.video-box .text-center {
  margin-top: 30px;
}
.video-box .projects {
  margin-bottom: 0;
}

.top-title {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.video-item .text {
  padding: 20px 20px 10px;
  display: block;
}
.video-item .text a {
  color: #000;
  text-decoration: none;
}
.video-item .text a:hover {
  color: #4AB11A;
}
.video-item .text a, .video-item .text span {
  display: block;
  margin-bottom: 10px;
}
.video-item .date {
  font-size: 16px;
  line-height: 19px;
  color: #3D4747;
  font-weight: 400;
}

.variants {
  padding: 90px 0;
}
.variants .headline {
  text-align: left;
}

.v-item {
  height: calc(100% - 30px);
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 40px 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.v-item .price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 44px;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #4AB11A;
}
.v-item .price strong {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  font-weight: 500;
  font-size: 48px;
  line-height: 46px;
}
.v-item .btn-box {
  padding-top: 20px;
}
.v-item .btn, .v-item .media-item .label, .media-item .v-item .label {
  width: 100%;
}
.v-item .box {
  padding: 20px 0;
  margin-bottom: 25px;
  border-bottom: 1px dashed #BFBFBF;
  border-top: 1px dashed #BFBFBF;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.v-item .box span {
  display: block;
}
.v-item .box strong {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}
.v-item .indent {
  margin-bottom: 30px;
}
.v-item p {
  color: #959595;
}
.v-item ul {
  margin-bottom: 20px;
}
.v-item ul li {
  display: block;
  font-size: 16px;
  line-height: 19px;
  color: #959595;
}
.v-item ul li .hint {
  margin: 5px 10px 0 0;
}
.v-item ul li strong {
  font-weight: 400;
  color: #4AB11A;
}
.v-item.color {
  background: #D3EBE0;
}
.v-item.color .v-label {
  background: #F1FAE9;
}
.v-item.color ul li, .v-item.color p {
  color: #3D4747;
}

.v-label {
  margin: 0 0 33px -25px;
  background: #D3EBE0;
  border-radius: 0px 30px 30px 0px;
  padding: 12px 33px;
  font-size: 16px;
  line-height: 19px;
}

.hint {
  display: inline-block;
  vertical-align: top;
  color: #4AB11A;
  text-decoration: none;
  width: 13px;
  height: 13px;
  border: 1px solid #4AB11A;
  line-height: 11px;
  text-align: center;
  font-size: 10px;
  border-radius: 50%;
  margin: 5px 0 0 10px;
}
.hint:hover, .hint:focus {
  color: #4AB11A;
  border-color: #4AB11A;
  text-decoration: none;
}

.tempaltes {
  padding-bottom: 65px;
}
.tempaltes .headline {
  text-align: left;
  margin-bottom: 30px;
}
.tempaltes .top-title {
  text-align: left;
}

.tmp-item a {
  padding: 24px 10px;
  text-align: center;
}
.tmp-item .img-box {
  height: 207px;
  border-radius: 0;
  display: flex;
  align-items: center;
}
.tmp-item .img-box img {
  max-width: 100%;
  height: auto;
}
.tmp-item .text {
  padding: 20px 0 0;
  font-weight: normal;
  color: #4AB11A;
  text-decoration: underline;
  text-transform: none;
}
.tmp-item a:hover .text {
  text-decoration: none;
}

.our-clients {
  padding: 40px 0 90px;
  background: #F8F8F8;
  border-radius: 0px 0px 30px 30px;
}

.clients-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  margin: 0 10px 20px;
  padding: 50px 100px;
}
.clients-item .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients-item strong {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}
.clients-item .line {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin-bottom: 13px;
}
.clients-item .line span {
  padding-right: 15px;
}
.clients-item .line span:first-child {
  color: #3D4747;
}
.clients-item p a {
  color: #4AB11A;
  text-decoration: underline;
}
.clients-item p a:hover {
  text-decoration: none;
}

.updates {
  padding: 70px 0;
}
.updates .headline {
  margin-bottom: 20px;
}
.updates .row {
  margin-left: -7px;
  margin-right: -7px;
}
.updates div[class^=col-] {
  padding-right: 7px;
  padding-left: 7px;
}

.upd-item {
  margin-bottom: 15px;
  height: calc(100% - 15px);
  border: 1px dashed #BFBFBF;
  padding: 30px 25px 30px 40px;
}
.upd-item .date {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
}
.upd-item strong {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #000;
}
.upd-item a {
  display: inline-block;
  vertical-align: top;
  color: #4AB11A;
  text-decoration: underline;
}
.upd-item a:hover {
  text-decoration: none;
}

.top-note {
  min-height: 165px;
}

.btn.disabled, .media-item .disabled.label, .btn:disabled, .media-item .label:disabled {
  pointer-events: none;
  cursor: not-allowed;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 992px) {
  .top-nav > li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    width: 260px;
    padding: 10px 25px;
  }
  .top-nav > li ul:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
  }
  .top-nav > li:hover > a {
    color: #4AB11A;
  }
  .top-nav > li:hover .ico svg {
    stroke: #4AB11A;
  }
  .top-nav > li:hover ul {
    display: block;
  }
}
@media (max-width: 1500px) {
  .bottom-nav {
    bottom: 100px;
    right: 10px;
    width: 50px;
  }
  .bottom-nav a {
    width: 50px;
    height: 50px;
  }
  .bottom-nav .telega span {
    width: 28px;
    height: 20px;
  }
  .bottom-nav .email span {
    width: 25px;
    height: 25px;
  }

  .no-bg-form .img-box {
    overflow: hidden;
  }
  .no-bg-form .img-box img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1199px) {
  .header {
    padding: 10px 0;
  }
  .header .container {
    position: relative;
  }
  .header .hed-tel {
    font-size: 16px;
  }
  .header .sociall ul {
    justify-content: center;
  }
  .header .sociall ul li + li {
    margin-left: 15px;
  }

  .top-nav > li + li {
    margin-left: 30px;
  }
  .top-nav > li > a {
    white-space: nowrap;
  }

  .hero-title {
    font-size: 38px;
  }

  .sr-box .name {
    height: 70px;
  }

  .f-list li,
.f-title {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .f-list-sm li {
    margin-bottom: 10px;
  }

  .footer .tel a {
    font-size: 16px;
  }
  .footer .hed-contact .num {
    font-size: 11px;
  }

  .promo-box .btn, .promo-box .media-item .label, .media-item .promo-box .label {
    padding-left: 50px;
    padding-right: 50px;
  }

  .contact-tile .item {
    padding: 20px 15px;
  }
  .contact-tile .text {
    padding-left: 15px;
  }

  .get-item {
    padding: 15px;
    min-width: none;
  }
  .get-item .ico {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .nav-ico {
    display: block;
  }

  .head-top {
    margin-bottom: 0;
  }

  .head-btm {
    box-shadow: 25px 5px 25px 0px rgba(0, 0, 0, 0.25);
    background: #D3EBE0;
    width: 500px;
    position: fixed;
    overflow: auto;
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 200;
    max-width: 80%;
    transform: translateX(-200%);
    transition: all 0.5s ease-in-out;
    height: 100vh;
    max-height: 100vh;
    padding: 20px;
    display: block;
  }
  .head-btm .top-nav {
    display: block;
  }
  .head-btm .top-nav li {
    display: block;
    padding: 0;
  }
  .head-btm .top-nav li + li {
    margin-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .head-btm .top-nav li .ico svg {
    fill: #D3EBE0;
  }
  .head-btm .top-nav li a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
  }
  .head-btm .top-nav li ul {
    display: none;
    width: 100%;
    background: none;
    padding: 0 0 0 20px;
  }
  .head-btm .top-nav li ul li {
    margin-bottom: 0;
  }
  .head-btm .top-nav li.list-open .ico {
    transform: rotate(180deg);
    position: relative;
    top: 14px;
  }
  .head-btm .top-nav li.list-open ul {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .js-open .head-btm {
    transform: translateX(0%);
  }

  .hed-search {
    display: none;
  }

  .hero {
    display: block;
    height: auto;
    padding: 30px 0 20px;
    margin-bottom: 30px;
  }
  .hero .hero-text {
    text-align: center;
    margin-bottom: 30px;
  }
  .hero .hero-text p {
    margin: 0px auto 20px;
  }

  .proposal {
    max-width: 100%;
    height: auto;
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .proposal .item {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0 7px 15px;
  }

  .headline, h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .projects,
.services,
.comments,
.clients {
    margin-bottom: 30px;
  }

  .sr-box .item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sr-box .item:nth-child(3), .sr-box .item:nth-child(5) {
    border-left: 0;
  }
  .sr-box .item:nth-child(4) {
    border-bottom: 1px dashed #BFBFBF;
    border-left: 1px dashed #BFBFBF;
  }

  .about {
    padding: 0;
  }
  .about .inner {
    padding: 30px 0;
  }
  .about .img-box {
    height: 200px;
    overflow: hidden;
  }
  .about .label {
    right: 15px;
    top: 68px;
  }
  .about .text {
    padding: 30px;
  }
  .about .text .btn, .about .text .media-item .label, .media-item .about .text .label {
    margin-top: 20px;
  }
  .about .headline {
    margin-bottom: 20px;
  }

  .to-discuss {
    margin: 0 0 30px;
    padding: 40px 0 10px;
  }
  .to-discuss .headline {
    margin: 20px 0 20px;
  }

  .best-list li {
    margin-bottom: 20px;
  }
  .best-list li .ico {
    margin-right: 15px;
  }

  .ftr-top {
    padding: 20px 0;
  }
  .ftr-top div[class^=col-]:first-child {
    text-align: center;
  }
  .ftr-top div[class^=col-]:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ftr-top .logo {
    margin-bottom: 15px;
  }
  .ftr-top .f-text {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .ftr-top .tel {
    margin-bottom: 0;
    margin-top: 5px;
  }
  .ftr-top .hed-contact {
    margin-bottom: 0;
  }
  .ftr-top .hed-contact .num {
    margin-top: 5px;
    font-size: 16px;
  }

  .f-list li, .f-title {
    margin-bottom: 10px;
  }

  .f-list-sm li {
    margin-bottom: 5px;
  }

  .ftr-btm {
    padding: 10px 0;
    text-align: center;
  }

  .modal-title {
    font-size: 30px;
    line-height: 34px;
  }

  .modal-content {
    padding: 20px 15px;
    border-radius: 10px;
  }

  .modal-content .close {
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
  }

  .inner-about .row {
    flex-direction: column-reverse;
  }
  .inner-about .img-box {
    border-radius: 0;
  }
  .inner-about .img-box img {
    position: static;
    width: 100%;
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .inner-about .label {
    left: 15px;
    right: auto;
  }

  .form {
    margin: 0 0 30px;
  }
  .form .inner {
    padding: 30px 0 40px;
    border-radius: 0;
  }
  .form .img-box {
    display: none;
  }
  .form .headline {
    text-align: center;
  }

  .content .breadcrumb {
    margin-bottom: 30px;
  }

  .tags {
    margin-bottom: 15px;
  }
  .tags a {
    font-size: 12px;
    padding: 5px 10px;
  }

  .promo-box {
    margin: 0 0 30px;
  }
  .promo-box .inner {
    border-radius: 0;
    padding: 30px 0;
    text-align: center;
  }
  .promo-box .container {
    padding-left: 15px;
    padding-top: 70px;
  }
  .promo-box .headline {
    text-align: center;
    margin-bottom: 20px;
  }
  .promo-box .ico {
    left: 50%;
    transform: translateX(-50%);
  }
  .promo-box .text-right {
    text-align: center !important;
  }

  .map-box {
    margin: 0 0 30px;
    padding: 30px 0;
  }

  .contact-info {
    padding: 20px 15px 15px;
  }

  .contact-tile {
    padding-bottom: 20px;
  }

  .no-bg-form {
    margin-bottom: 0;
  }

  .contact-tile .contact-ico > div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .func-row {
    display: block;
  }
  .func-row .item {
    padding: 15px 0;
    max-width: 100%;
  }
  .func-row .item:nth-child(odd) {
    padding-right: 0;
  }
  .func-row .item:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }
  .func-row .item:nth-last-child(2) {
    border-bottom: 1px dashed #BFBFBF;
  }

  .functionality {
    margin-bottom: 15px;
  }

  .how-to-get {
    padding: 30px 0;
    margin: 0;
  }

  .get-row {
    flex-wrap: wrap;
  }
  .get-row .arr {
    display: none;
  }

  .get-item {
    margin: 0 7px 15px;
  }

  .video-box {
    margin: 0;
    padding: 30px 0;
  }

  .variants {
    padding: 30px 0 1px;
  }

  .top-title {
    font-size: 16px;
    line-height: 18px;
  }

  .tmp-item .img-box {
    height: 150px;
  }

  .tempaltes {
    padding-bottom: 15px;
  }

  .our-clients {
    padding: 15px 0 30px;
  }

  .clients-item {
    padding: 30px;
  }
  .clients-item .row {
    flex-direction: column-reverse;
  }
  .clients-item .img-box {
    margin-bottom: 15px;
  }

  .updates {
    padding: 30px 0 15px;
  }

  .top-title {
    margin-bottom: 15px;
  }

  .upd-item {
    padding: 15px;
  }

  .top-note {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .hero-title {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .media-item .img-box {
    height: 200px;
  }
  .media-item .text {
    padding: 15px;
    font-size: 14px;
  }

  .to-discuss {
    text-align: center;
  }
  .to-discuss .headline {
    margin-top: 0;
    text-align: center;
  }

  .best-list {
    padding-top: 20px;
  }
  .best-list li {
    justify-content: center;
    flex-direction: column;
  }
  .best-list li .ico {
    margin: 0 0 15px;
  }

  .comm-item {
    padding: 15px;
  }

  .bottom-nav {
    bottom: 0;
  }

  .media-item .label {
    padding: 5px 10px;
    top: 155px;
    right: 10px;
    font-size: 12px;
  }

  .about .text {
    padding: 20px 0 0;
  }

  .form {
    margin-bottom: 15px;
  }

  .promo-box {
    margin-bottom: 15px;
  }

  .map-box {
    padding: 0;
  }
  .map-box:before {
    display: none;
    border-radius: 0;
  }
  .map-box .map {
    position: static;
    height: 300px;
    border-radius: 10px;
    margin: 0 15px 15px;
  }

  .contact-info {
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .contact-info .item {
    font-size: 14px;
  }
  .contact-info .item strong {
    font-size: 14px;
    white-space: nowrap;
  }
  .contact-info .item .row {
    margin-right: 5px;
    margin-left: 5px;
  }
  .contact-info .item div[class^=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .functionality .headline br {
    display: none;
  }
}
@media (max-width: 577px) {
  .header .logo {
    font-size: 18px;
  }
  .header .btn, .header .media-item .label, .media-item .header .label {
    font-size: 13px;
  }

  .slick-arrow.slick-next,
.slick-arrow.slick-next {
    right: 10px;
  }

  .slick-arrow.slick-prev,
.slick-arrow.slick-prev {
    left: 10px;
  }

  .slick-arrow.slick-next:hover,
.slick-arrow.slick-next:focus {
    right: 10px;
  }

  .slick-arrow.slick-prev:hover,
.slick-arrow.slick-prev:focus {
    left: 10px;
  }

  .sr-box {
    display: block;
  }
  .sr-box .item {
    max-width: 100%;
    border-left: 0 !important;
  }
  .sr-box .item:nth-child(5) {
    border-bottom: 1px dashed #BFBFBF;
  }
  .sr-box .item a {
    height: auto;
  }
  .sr-box .ico-box {
    margin-bottom: 15px;
  }
  .sr-box .name {
    height: auto;
  }

  .about .text {
    padding: 15px 0 0 0;
  }

  .ftr-top div[class^=col-]:last-child {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ftr-top .hed-contact {
    margin-left: 15px;
    position: relative;
    top: -3px;
  }

  .f-title .ico {
    display: inline-block;
    vertical-align: top;
  }

  .f-list-sm {
    overflow: hidden;
    max-height: 0px;
  }

  .menu-open .f-list-sm {
    max-height: 2500px;
    margin-top: 10px;
  }

  .f-list li, .f-title {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .btn, .media-item .label {
    width: 100%;
  }

  .media-item .label {
    width: auto;
  }

  .modal-content .btn, .modal-content .media-item .label, .media-item .modal-content .label {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sr-box .item div {
    height: auto;
  }

  .pagination .next,
.pagination .prev {
    display: none;
  }

  .func-row .item {
    display: block;
  }
  .func-row .img-box {
    margin: 0px auto 20px;
  }
  .func-row .text {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .how-to-get {
    border-radius: 0;
  }

  .video-box .text-center {
    margin-top: 0;
  }

  .media-item {
    margin-bottom: 15px;
  }

  .clients-item {
    padding: 30px 15px;
    margin: 0;
  }
  .clients-item .btn, .clients-item .media-item .label, .media-item .clients-item .label {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .our-clients {
    margin: 0;
  }
}
@media (max-width: 400px) {
  .inner-about .label {
    right: 15px;
  }
}
@media (max-width: 370px) {
  .ftr-top div[class^=col-]:last-child {
    flex-direction: column;
  }

  .ftr-top .hed-contact {
    top: 0;
    margin: 5px 0 15px 0;
  }
}
a.active_menu {
  color: #4AB11A;
}
.not-show {
  display: none;
}
.error_emage {
  max-height: 20px;
  max-width: 20px;
  margin-top: -4px;
}