input[name="copyemail"] {
    display: block;
    width: 2px;
    height: 2px;
    margin-bottom: -2px;
    border: none;
    padding: 0;
    opacity: 0.01;
}


*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul li,
ol li,
menu li {
  list-style: none;
}

ul,
ol,
menu {
  display: block;
  margin: 0;
  padding-left: 0;
}

button {
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ibg img {
height: 32vw;
    object-fit: cover;
    width: 100%;
}
.banner-bg img.lazyloaded {
    display: none;
}
section.callback1 img.ls-is-cached.lazyloaded {
    height: 100%;
}
section.feedback img.ls-is-cached.lazyloaded {
    height: 100%;
}
.feedback-bg-img.ibg img.lazyloaded, .callback1-bg-img.ibg img.lazyloaded{
    height: 100%;
}

.hidden {
  display: none;
}

.site-wrap {
  overflow: hidden;
}
section.banner .banner-bg{
  background-image: url(/img/banner-bg.webp);background-size: cover;background-position: center;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  width: 100%;
  max-width: 1430px;
}

.btn1 {
  display: inline-block;
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  border-radius: 10px;
  background-color: #fffc00;
  padding: 10px 31px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn2 {
  display: inline-block;
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  border-radius: 10px;
  border: 2px solid black;
  padding: 20.5px 49px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn3 {
  display: inline-block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  background-color: #238121;
  padding: 10px 34px;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main-header {
  padding: 24px 0;
}

.main-header-toggle {
  display: none;
  width: 25px;
  height: 15px;
  cursor: pointer;
  background: url("../img/menu-icon.png") center no-repeat;
}

.main-header-close {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../img/close.svg") center/contain no-repeat;
}

.main-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header-logo {
  max-width: 484px;
  width: 100%;
  padding-left: 141px;
  padding-right: 55px;
  position: relative;
}

.main-header-logo-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 126px;
}

.main-header-logo-text span {
  display: block;
  color: black;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2.0px;
  margin-bottom: 2px;
}

.main-header-logo-text span b {
  font-weight: 700;
  color: #238121;
}

.main-header-logo-text i {
  display: block;
  font-style: normal;
  color: #238121;
  font-size: 19px;
  margin-top: -6px;
}

.main-header-logo-info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #238121;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header-logo-info-wrap {
  text-align: center;
}

.main-header-logo-info-wrap b {
  display: block;
  width: 100%;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.55px;
}

.main-header-logo-info-wrap span {
  display: block;
  color: white;
  font-size: 12px;
  margin-top: -3px;
}

.main-header-contact-wrap {
  max-width: 660px;
  width: 100%;
}

.main-header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header-adress {
  position: relative;
  padding-left: 46px;
}

.main-header-adress span {
  display: block;
  color: black;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 2px;
  font-weight: 700;
}

.main-header-adress b {
  color: #238121;
  font-size: 16px;
  font-weight: 700;
}

.main-header-adress-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 26px;
}

.main-header-tel {
  position: relative;
  padding-left: 33px;
  text-align: right;
}

.main-header-tel a {
  display: inline-block;
  color: black;
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.16px;
  margin-bottom: 2px;
}

.main-header-tel b {
  display: block;
  color: #238121;
  font-size: 16px;
  font-weight: 700;
  margin-top: -6px;
}

.main-header-tel-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 35px;
}

.banner {
  padding-top: 164px;
  padding-bottom: 163px;
  position: relative;
}

.banner-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-bg-img {
  width: 100%;
  height: 100%;
}

.banner-wrap {
  max-width: 850px;
  width: 100%;
}

.banner-wrap h1 {
  color: white;
  font-size: 48px;
  line-height: 74px;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.banner-wrap h1 b {
  display: block;
  text-transform: none;
  font-size: 74px;
  font-weight: 700;
}

.banner-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 19px;
  font-weight: 300;
  line-height: 32px;
  max-width: 812px;
  width: 100%;
  margin-bottom: 39px;
}

.banner-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 778px;
  width: 100%;
  border: 2px solid rgba(202, 207, 219, 0.25);
  padding: 45px 43px 65px 49px;
  position: relative;
  margin-bottom: 46px;
}

.banner-form:before {
  content: '';
  position: absolute;
  top: -13px;
  bottom: 10px;
  right: -13px;
  left: 9px;
  border: 2px solid rgba(202, 207, 219, 0.25);
}

.banner-form .input {
  position: relative;
}

.banner-form .btn1 {
  position: relative;
  font-size: 18px;
  width: 28.2%;
  padding: 10.5px 5px;
  border-radius: 4px;
}

.banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 785px;
  width: 100%;
}

.banner-item {
  width: 43%;
  padding-left: 55px;
  position: relative;
}

.banner-item:nth-child(2) {
  width: 53%;
}

.banner-item span {
  display: block;
  color: white;
  font-size: 24px;
  font-weight: 700;
}

.banner-item span b {
  font-weight: 700;
  color: #39bf36;
}

.banner-item p {
  color: white;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.banner-item-img {
  position: absolute;
  top: 5px;
  left: 0;
}

.prices {
  padding-top: 113px;
  padding-bottom: 70px;
}

.prices-container {
  max-width: 1090px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.prices-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 841px;
  width: 100%;
  margin-bottom: 47px;
}

.prices-title-wrap h2 {
  color: #444;
  font-size: 117px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.prices-title-wrap .tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 300px;
  background-color: rgba(219, 225, 228, 0.39);
}

.prices-title-wrap .tab_list a {
  display: inline-block;
  color: #282a2b;
  font-size: 24px;
  font-weight: 900;
  padding: 11px 33px;
  border-radius: 300px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.prices-title-wrap .tab_list a.active {
  color: #39bf36;
  -webkit-box-shadow: 0 14px 38px rgba(63, 63, 64, 0.15);
  box-shadow: 0 14px 38px rgba(63, 63, 64, 0.15);
  background-color: white;
}

.prices-tab {
  display: none;
}

.prices-tab:nth-child(1) {
  display: block;
}

.prices-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 72px;
}

.prices-item:last-child {
  margin-bottom: 0;
}

.prices-item-wrap1 {
  max-width: 315px;
  width: 100%;
  -webkit-box-shadow: 0 14px 38px rgba(63, 63, 64, 0.15);
  box-shadow: 0 14px 38px rgba(63, 63, 64, 0.15);
  border-radius: 10px;
  background-color: white;
  padding: 29px 60px 17px 40px;
}

.prices-item-wrap1 h3 {
  color: #39bf36;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 7px;
}

.prices-item-wrap1 ul li {
  color: black;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 2px;
}

.prices-item-wrap1 ul li:last-child {
  margin-bottom: 0;
}

.prices-item-wrap2 {
  width: calc(100% - 260px);
  margin-left: -55px;
  margin-top: 27px;
}

.prices-item-wrap2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0px 15px;
}

.prices-item-wrap2 ul:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 14px 38px rgba(63, 63, 64, 0.15);
  box-shadow: 0 14px 38px rgba(63, 63, 64, 0.15);
  border-radius: 10px;
  background-color: white;
  bottom: -19px;
  left: 0;
  right: 0;
  height: 58px;
}

.prices-item-wrap2 ul li {
  text-align: center;
}

.prices-item-wrap2 ul li b {
  display: block;
  color: rgba(40, 42, 43, 0.26);
  font-size: 37px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 14px;
}

.prices-item-wrap2 ul li span {
  color: #282a2b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.info {
  padding-top: 44px;
  padding-bottom: 44px;
}

.info-container {
  max-width: 1090px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.info-title {
  color: #444;
  font-size: 117px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -30px;
  margin-top: -34px;
}

.info-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  padding: 0px 30px;
  margin-top: 34px;
}

.info-item {
  width: 100%;
  -webkit-box-shadow: 0 14px 38px rgba(63, 63, 64, 0.15);
  box-shadow: 0 14px 38px rgba(63, 63, 64, 0.15);
  border-radius: 10px;
  background-color: white;
  padding: 24px 24px 15px 45px;
}

.info-item h3 {
  color: #39bf36;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}

.info-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 220px;
  width: 100%;
}

.info-item ul li {
  width: 48%;
}

.info-item ul span {
  display: block;
  color: black;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
}

.info-item ul b {
  display: block;
  color: black;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.shares {
  padding-top: 74px;
  padding-bottom: 74px;
}

.shares-container {
  max-width: 1090px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.shares-title {
  color: #444;
  font-size: 117px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.shares-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shares-item {
  width: 46.9%;
  padding: 39px 30px 47px 83px;
  border-radius: 10px;
  background: linear-gradient(-20deg, #39bf36 0%, #7ae978 100%);
}

.shares-item:nth-child(2) {
  background: linear-gradient(-20deg, #6c736c 0%, #a8aba8 100%);
}

.shares-item h3 {
  color: white;
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.shares-item p {
  max-width: 330px;
  width: 100%;
  color: white;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

.video {
  padding-top: 63px;
  padding-bottom: 97px;
}

.video-wrap {
  max-width: 769px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 29px;
  -webkit-box-shadow: 0 14px 38px rgba(63, 63, 64, 0.15);
  box-shadow: 0 14px 38px rgba(63, 63, 64, 0.15);
  border-radius: 10px;
  background-color: white;
}

.video-wrap video {
  display: block;
  outline: none;
  width: 100%;
}

.advantages {
  padding-top: 119px;
  padding-bottom: 103px;
  background-color: #f6f6fa;
}

.advantages-title {
  text-align: center;
  text-shadow: 6px 13px 87px rgba(117, 158, 173, 0.15);
  color: black;
  font-size: 60px;
  font-weight: 100;
  margin-bottom: 55px;
  line-height: 65px;
}

.advantages-title b {
  font-weight: 700;
  display: block;
}

.advantages-wrap {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -20px;
  margin-top: -30px;
}

.advantages-col {
  width: 33.3333%;
  margin-top: 30px;
  padding: 0px 20px;
}

.advantages-item {
  padding-left: 60px;
  position: relative;
}

.advantages-item p {
  color: rgba(0, 0, 0, 0.83);
  font-size: 24px;
  font-weight: 700;
}

.advantages-item-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.feedback {
  padding-top: 151px;
  padding-bottom: 98px;
  position: relative;
}

.feedback-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.feedback-bg-img {
  width: 100%;
  height: 100%;
}

.feedback-title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 73px;
  font-weight: 100;
  line-height: 65px;
  max-width: 950px;
  width: 100%;
  margin-bottom: 46px;
}

.feedback-title b {
  font-weight: 700;
}

.feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 747px;
  width: 100%;
  border: 2px solid rgba(202, 207, 219, 0.25);
  padding: 67px 35px 49px 25px;
  position: relative;
  margin-bottom: 46px;
  margin-left: -20px;
}

.feedback-form:before {
  content: '';
  position: absolute;
  top: -13px;
  bottom: 8px;
  right: 6px;
  left: -9px;
  border: 2px solid rgba(202, 207, 219, 0.25);
}

.feedback-form .input {
  position: relative;
}

.feedback-form .btn1 {
  position: relative;
  font-size: 14px;
  width: 29.6%;
  padding: 10.5px 5px;
  border-radius: 4px;
}

.why {
  padding-top: 115px;
  padding-bottom: 168px;
  background: linear-gradient(-20deg, #285a27 0%, #599a58 100%);
}

.why-title {
  max-width: 670px;
  width: 100%;
  color: white;
  font-size: 73px;
  font-weight: 100;
  line-height: 65px;
  margin-bottom: 88px;
}

.why-title b {
  display: block;
  font-weight: 700;
}

.why-wrap {
  max-width: 1210px;
  width: 100%;
}

.why-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -12px;
  margin-top: -25px;
}

.why-col {
  width: 33.3333%;
  padding: 0px 12px;
  margin-top: 25px;
}

.why-item {
  position: relative;
  padding-left: 47px;
}

.why-item h3 {
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2px;
}

.why-item p {
  color: white;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.why-item-img {
  position: absolute;
  top: 5px;
  left: 0;
}

.gallery {
  padding-bottom: 6px;
}

.gallery-item {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}



.callback {
  padding-top: 77px;
  padding-bottom: 72px;
  background-color: #ffea00;
}

.callback-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.callback-title {
  color: black;
  font-size: 56px;
  font-weight: 300;
  line-height: 50px;
  max-width: 645px;
  width: 100%;
}

.callback-title b {
  font-weight: 700;
}

.callback-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 620px;
  width: 100%;
}

.callback-tel {
  padding-left: 62px;
  color: black;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.16px;
  position: relative;
}

.callback-tel-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 41px;
  line-height: 0;
}

.services {
  padding-top: 56px;
  padding-bottom: 72px;
}

.services-container {
  max-width: 1070px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.services-title {
  color: #444;
  font-size: 117px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -29px;
  margin-top: -35px;
}

.services-col {
  width: 33.3333%;
  padding: 0px 29px;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services-item {
  width: 100%;
  -webkit-box-shadow: 0 14px 38px rgba(63, 63, 64, 0.15);
  box-shadow: 0 14px 38px rgba(63, 63, 64, 0.15);
  border-radius: 10px;
  background-color: white;
  padding: 22px 32px 19px 43px;
}

.services-item h3 {
  color: #39bf36;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  max-width: 200px;
  width: 100%;
  margin-bottom: 9px;
}

.services-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-item-wrap span {
  color: black;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.services-item-wrap span b {
  display: block;
  font-size: 24px;
  font-weight: 700;
}

.services-item-wrap .btn1 {
  font-size: 14px;
  padding: 10.5px 23.2px;
}

.callback1 {
  overflow: hidden;
  position: relative;
}

.callback1-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.callback1-bg-img {
  width: 100%;
  height: 100%;
}

.callback1 .container {
  padding-top: 174px;
  padding-bottom: 57px;
}

.callback1-img {
  position: absolute;
  bottom: -99px;
  right: -294px;
  width: 963px;
}

.callback1-wrap {
  position: relative;
}

.callback1-title {
  max-width: 755px;
  width: 100%;
  color: white;
  font-size: 73px;
  font-weight: 100;
  line-height: 65px;
  margin-bottom: 51px;
}

.callback1-title b {
  font-weight: 700;
}

.callback1-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 750px;
  width: 100%;
  border: 2px solid rgba(202, 207, 219, 0.25);
  padding: 67px 35px 49px 24px;
  position: relative;
  margin-left: -20px;
  margin-bottom: 46px;
}

.callback1-form:before {
  content: '';
  position: absolute;
  top: -13px;
  bottom: 8px;
  right: 8px;
  left: -9px;
  border: 2px solid rgba(202, 207, 219, 0.25);
}

.callback1-form .input {
  position: relative;
  width: 33.3%;
}

.callback1-form .btn1 {
  position: relative;
  font-size: 14px;
  width: 29.5%;
  padding: 10.5px 5px;
  border-radius: 4px;
}

.main-footer-container1 {
  background-color: #161616;
  padding-top: 44px;
  padding-bottom: 58px;
}

.main-footer-wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main-footer-nav h3 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.main-footer-menu li {
  margin-bottom: 5px;
}

.main-footer-menu li:last-child {
  margin-bottom: 0;
}

.main-footer-menu li a {
  display: inline-block;
  color: #d7d7d7;
  font-size: 12px;
}

.main-footer-payment {
  margin-top: 13px;
  margin-left: -10px;
}

.main-footer-payment1 {
  display: none;
}

.main-footer-contact span {
  display: block;
  color: #f4f4f4;
  font-size: 12px;
  margin-bottom: 7px;
}

.main-footer-contact h3 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.main-footer-contact-text1 {
  color: #f4f4f4;
  font-size: 12px;
  margin-bottom: 2px;
}

.main-footer-contact-text1 a {
  color: #65ac00;
  font-size: 22px;
}

.main-footer-contact-text2 {
  color: #f4f4f4;
  font-size: 12px;
  margin-bottom: 6px;
}

.main-footer-contact-text2 a {
  color: #f4f4f4;
}

.main-footer-social h3 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.main-footer-social h3 i {
  font-style: normal;
  display: none;
}

.main-footer-social h3 b {
  font-weight: 700;
}

.main-footer-social-list {
  margin-bottom: 18px;
}

.main-footer-social-list li {
  margin-bottom: 18px;
}

.main-footer-social-list li:last-child {
  margin-bottom: 0;
}

.main-footer-social-list li:nth-child(2) a:after {
  background-image: url("../img/soc-icon2.png");
}

.main-footer-social-list li a {
  display: inline-block;
  color: #d7d7d7;
  font-size: 12px;
  padding-left: 45px;
  position: relative;
}

.main-footer-social-list li a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 35px;
  height: 35px;
  background: url("../img/soc-icon1.png") center/contain no-repeat;
}

.main-footer-link {
  display: inline-block;
  font-size: 12px;
  color: #2c8b02;
}

.main-footer-container2 {
  padding: 20px 0;
  background-color: #282a2b;
}

.main-footer-wrap2 {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 95px;
}

.main-footer-wrap2 span {
  display: block;
  font-size: 15px;
  color: #fff;
}

.main-footer-link-wrap {
  text-align: center;
  width: 100%;
  display: none;
  margin-top: 25px;
}

.popup {
  max-width: 700px;
  width: 95%;
  padding: 35px 30px 50px 30px;
  background-color: #fff;
}

.popup-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.popup-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 750px;
  width: 100%;
}

.popup-form .input {
  width: 30%;
  color: #000;
  border-bottom: 4px solid #000;
}

.popup-form .input::-webkit-input-placeholder {
  color: #000;
}

.popup-form .input:-ms-input-placeholder {
  color: #000;
}

.popup-form .input::-ms-input-placeholder {
  color: #000;
}

.popup-form .input::placeholder {
  color: #000;
}

.popup-form .btn1 {
  font-size: 14px;
  width: 30%;
  padding: 10.5px 5px;
  border-radius: 4px;
}

.fancybox-close-small {
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url("../img/close.svg") center/contain no-repeat;
}

.pop {
  max-width: 300px;
  width: 95%;
  padding: 40px 10px;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
}

.pop .fancybox-close-small {
  display: none;
}

.main-btn-wrap {
  position: fixed;
  z-index: 100;
  bottom: 150px;
  right: 50px;
}

.main-btn1 {
  width: 50px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  cursor: pointer;
}

.main-btn1 #toTop {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url("../img/main-btn1.png") center/contain no-repeat;
  display: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main-btn2 {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.main-btn2 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/main-btn2.png") center/contain no-repeat;
  -webkit-animation: rotate 0.3s infinite alternate ease-in-out;
  animation: rotate 0.3s infinite alternate ease-in-out;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
}

.input {
  display: block;
  width: 33.5%;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  outline: none;
  background-color: transparent;
  border: none;
  border-bottom: 4px solid white;
  padding: 5px 0;
}

.input::-webkit-input-placeholder {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
}

.input:-ms-input-placeholder {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
}

.input::-ms-input-placeholder {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
}

.input::placeholder {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
}

.no-touch .btn1:hover,
.no-touch .gallery-item:hover,
.no-touch .btn3:hover,
.no-touch .main-btn1 #toTop:hover,
.no-touch .main-btn2 a:hover {
  opacity: 0.7;
}

.no-touch .prices-title-wrap .tab_list a:hover {
  color: #39bf36;
}

.no-touch .btn2:hover {
  background-color: #000;
  color: #fff;
}

.no-touch .main-footer-menu li a:hover,
.no-touch .main-footer-link:hover,
.no-touch .main-footer-social-list li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1500px) {
  .feedback-form,
  .callback1-form {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 1400px) {
  .callback1-img {
    width: 700px;
    right: -200px;
    bottom: -77px;
  }
}

@media only screen and (max-width: 1350px) {
  .callback-title {
    font-size: 40px;
    max-width: 465px;
    line-height: 1.4;
  }

  .callback-tel {
    font-size: 40px;
  }

  .callback-tel-icon {
    width: 35px;
  }

  .btn2 {
    padding: 15px 30px;
  }

  .callback-wrap {
    max-width: 500px;
  }
}

@media only screen and (max-width: 1250px) {
  .main-header-contact-wrap {
    max-width: 610px;
  }
}

@media only screen and (max-width: 1200px) {
  .main-header-wrap {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-header-logo {
    margin-bottom: 35px;
  }

  .banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .callback1-img {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .callback1 .container {
    padding-bottom: 320px;
  }
}

@media only screen and (max-width: 1150px) {
  .prices-title-wrap h2,
  .info-title,
  .shares-title,
  .services-title {
    font-size: 80px;
  }

  .main-footer-wrap2 {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1100px) {
  .services-col {
    padding: 0px 10px;
  }

  .services-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (max-width: 1050px) {
  .prices-item-wrap2 {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-top: 10px;
  }

  .prices-item-wrap2 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prices-item-wrap2 ul li b {
    margin: 0;
    margin-top: 14px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 26px;
  }

  .prices-item-wrap2 ul:after {
    top: -15px;
    height: 40px;
  }

  .prices-item,
  .prices-title-wrap {
    margin-bottom: 30px;
  }

  .callback-title {
    font-size: 30px;
    max-width: 360px;
  }

  .callback-tel {
    font-size: 30px;
    padding-left: 45px;
  }

  .callback-tel-icon {
    width: 30px;
  }

  .callback-wrap {
    max-width: 420px;
  }

  .services-col {
    width: 50%;
  }

  .services-item-wrap {
    max-width: 300px;
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .info-col {
    padding: 0px 10px;
    margin-top: 20px;
  }

  .info-list {
    margin: 0px -10px;
    margin-top: -20px;
  }
}

@media only screen and (max-width: 950px) {
  .main-footer-wrap1 {
    max-width: 500px;
  }

  .main-footer-contact,
  .main-footer-social {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 900px) {
  .banner,
  .prices,
  .shares,
  .video,
  .advantages,
  .feedback,
  .why,
  .callback {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .callback1 .container {
    padding-top: 50px;
  }

  .banner-wrap h1 b {
    font-size: 40px;
  }

  .feedback-title {
    font-size: 40px;
    line-height: 1.4;
    max-width: 540px;
  }

  .why-title {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 30px;
    max-width: 420px;
  }

  .banner-wrap h1 {
    font-size: 23px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .banner-text {
    font-size: 16px;
    line-height: 1.3;
  }

  .banner-item span {
    font-size: 18px;
  }

  .banner-item p {
    font-size: 15px;
    line-height: 1.3;
  }

  .banner-form {
    padding: 20px 30px 40px 30px;
  }

  .input {
    font-size: 16px;
  }

  .input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .input:-ms-input-placeholder {
    font-size: 16px;
  }

  .input::-ms-input-placeholder {
    font-size: 16px;
  }

  .input::placeholder {
    font-size: 16px;
  }

  .btn1,
  .banner-form .btn1 {
    font-size: 16px;
  }

  .banner-wrap {
    max-width: 580px;
  }

  .banner-wrap h1 {
    max-width: 465px;
    width: 100%;
  }

  .prices-title-wrap h2,
  .info-title,
  .shares-title,
  .services-title {
    font-size: 60px;
  }

  .prices-title-wrap .tab_list a {
    font-size: 16px;
  }

  .prices-item-wrap1 {
    max-width: 270px;
    padding: 20px;
  }

  .prices-item-wrap1 h3 {
    font-size: 19px;
  }

  .prices-item-wrap1 ul li {
    font-size: 15px;
  }

  .info-item h3 {
    font-size: 20px;
    line-height: 1.2;
    max-width: 210px;
    width: 100%;
  }

  .info-item ul span {
    font-size: 16px;
  }

  .info-item ul b {
    font-size: 18px;
    margin-top: 0;
  }

  .info-item {
    padding: 25px 15px;
  }

  .shares-item {
    padding: 30px 15px;
  }

  .shares-item h3 {
    font-size: 30px;
  }

  .shares-item p {
    font-size: 16px;
    line-height: 1.4;
  }

  .advantages-title {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 30px;
  }

  .advantages-item p {
    font-size: 18px;
  }

  .advantages-col {
    padding: 0px 10px;
  }

  .advantages-list {
    margin-left: -10px;
    margin-right: -10px;
  }

  .feedback-form,
  .callback1-form {
    max-width: 540px;
    padding: 20px 30px 40px 30px;
  }

  .why-item h3 {
    font-size: 20px;
  }

  .why-item p {
    font-size: 15px;
    line-height: 1.4;
  }

  .services-item h3 {
    font-size: 18px;
    line-height: 1.1;
  }

  .services-item-wrap span,
  .services-item-wrap span b {
    font-size: 15px;
    line-height: 1.4;
  }

  .services-col {
    margin-top: 15px;
  }

  .services-list {
    margin-top: -15px;
  }

  .callback1-title {
    font-size: 40px;
    line-height: 1.4;
    max-width: 420px;
  }
}

@media only screen and (max-width: 850px) {
  .why-col {
    width: 50%;
  }

  .callback-container {
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .callback-title {
    text-align: center;
    margin-bottom: 40px;
  }

  .callback-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .callback-tel {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 800px) {
  .prices-title-wrap h2,
  .info-title,
  .shares-title,
  .services-title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 750px) {
  .info-col {
    width: 50%;
  }

  .advantages-col {
    width: 100%;
  }

  .advantages-item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
  }

  .advantages-item-img {
    width: 29px;
    text-align: center;
  }

  .advantages-col:nth-child(2) .advantages-item-img img {
    width: 18px;
  }

  .advantages-item p br {
    display: none;
  }

  .advantages-title {
    font-size: 32px;
  }

  .advantages-col:nth-child(3) {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }

  .services-col:nth-child(3),
  .services-col:nth-child(6),
  .services-col:nth-child(8),
  .services-col:nth-child(9),
  .services-col:nth-child(11),
  .services-col:nth-child(12) {
    display: none;
  }

  .services-col:nth-child(1) {
    -webkit-box-ordinal-group: -5;
    -ms-flex-order: -6;
    order: -6;
  }

  .services-col:nth-child(4) {
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5;
  }

  .services-col:nth-child(10) {
    -webkit-box-ordinal-group: -3;
    -ms-flex-order: -4;
    order: -4;
  }

  .services-col:nth-child(7) {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }

  .services-col:nth-child(2) {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3;
  }
}

@media only screen and (max-width: 700px) {
  .main-header-toggle,
  .main-header-close {
    display: block;
  }

  .main-header-contact-wrap {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    overflow: auto;
    max-width: none;
    height: 100%;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .main-header-contact-wrap.active {
    opacity: 1;
    visibility: visible;
  }

  .body-overflow {
    overflow: hidden;
  }

  .main-header-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    padding-top: 60px;
  }

  .main-header-adress,
  .main-header-tel {
    margin-bottom: 20px;
  }

  .main-header-logo {
    margin-bottom: 0;
  }

  .main-header-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .prices-item-wrap2 ul {
    width: 660px;
    padding: 30px;
  }

  .prices-item-wrap2-container {
    overflow-x: auto;
    overflow-y: hidden;
    margin: -30px;
  }

  .prices-item-wrap2 ul:after {
    left: 30px;
    right: 30px;
    top: 15px;
  }

  .prices-item-wrap2 ul li b {
    color: red;
  }

  .main-btn-wrap {
    right: 10px;
    bottom: 30px;
  }

  .main-btn1 {
    width: 35px;
    height: 50px;
    margin-bottom: 20px;
  }

  .main-btn2 {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 650px) {
  .services-item {
    padding: 20px 10px;
  }

  .callback1-img {
    width: 500px;
  }

  .callback1 .container {
    padding-bottom: 200px;
  }
}

@media only screen and (max-width: 600px) {
  .main-header-logo-img {
    width: 83px;
  }

  .main-header-logo {
    padding-left: 94px;
    padding-right: 36px;
    max-width: 323px;
  }

  .main-header-logo-text span {
    font-size: 25px;
    letter-spacing: -1.2px;
  }

  .main-header-logo-text i {
    font-size: 13px;
    margin-top: -3px;
  }

  .main-header-logo-info {
    width: 34px;
    height: 34px;
  }

  .main-header-logo-info-wrap b {
    font-size: 19px;
  }

  .main-header-logo-info-wrap span {
    font-size: 10px;
    margin-top: -5px;
  }

  .main-header-adress span {
    font-size: 16px;
  }

  .main-header-adress b {
    font-size: 15px;
  }

  .main-header-tel a {
    font-size: 22px;
  }

  .main-header-tel b {
    font-size: 14px;
  }

  .input-name {
    display: none;
  }

  .input,
  .callback1-form .input {
    width: 48%;
  }

  .banner-form .btn1 {
    width: 48%;
  }

  .banner-item {
    margin-top: 25px;
  }

  .banner-list {
    margin-top: -25px;
  }

  .banner-form {
    max-width: 380px;
  }

  .feedback-form,
  .callback1-form {
    max-width: 330px;
  }

  .feedback-form .btn1,
  .callback1-form .btn1 {
    width: 48%;
  }

  .main-footer-container1 {
    background-color: #0e0e0e;
    padding: 25px 0;
  }

  .main-footer-container2 {
    display: none;
  }

  .main-footer-nav {
    display: none;
  }

  .main-footer-contact,
  .main-footer-social {
    margin: 0;
  }

  .main-footer-link {
    display: none;
  }

  .main-footer-link-wrap {
    display: block;
  }

  .main-footer-link-wrap .main-footer-link {
    display: inline-block;
  }

  .main-footer-payment1 {
    display: block;
  }

  .main-footer-social h3 b {
    display: none;
  }

  .main-footer-social h3 i {
    display: inline;
  }

  .popup-form .input,
  .popup-form .btn1 {
    width: 48%;
  }

  .popup-title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 550px) {
  .info-item h3 {
    font-size: 12px;
  }

  .info-item ul span,
  .info-item ul b {
    font-size: 11px;
  }

  .info-item h3 {
    max-width: 130px;
  }

  .info-item {
    padding: 15px 10px;
  }

  .info-item ul {
    max-width: 110px;
  }

  .prices-item-wrap1 {
    max-width: 220px;
  }

  .prices-item-wrap1 h3 {
    font-size: 17px;
  }

  .prices-item-wrap1 ul li {
    font-size: 13px;
  }

  .prices-item-wrap2 ul li b {
    font-size: 20px;
  }

  .banner-item span {
    font-size: 14px;
  }

  .banner-item p {
    font-size: 11px;
  }

  .banner-item,
  .banner-item:nth-child(2) {
    width: 48%;
  }

  .banner-wrap h1 b {
    font-size: 30px;
  }

  .feedback-title {
    font-size: 30px;
    max-width: 330px;
  }

  .why-title {
    font-size: 30px;
    max-width: 420px;
  }

  .banner-wrap h1 {
    max-width: 350px;
    font-size: 20px;
  }

  .input {
    font-size: 14px;
  }

  .input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .input:-ms-input-placeholder {
    font-size: 14px;
  }

  .input::-ms-input-placeholder {
    font-size: 14px;
  }

  .input::placeholder {
    font-size: 14px;
  }

  .btn1,
  .banner-form .btn1 {
    font-size: 14px;
  }

  .banner-item-img {
    width: 25px;
  }

  .banner-item {
    padding-left: 35px;
  }

  .shares-item h3 {
    font-size: 18px;
  }

  .shares-item p {
    font-size: 13px;
    line-height: 1.4;
  }

  .shares-item {
    width: 48%;
    padding: 20px 10px;
  }

  .video-wrap {
    padding: 0;
  }

  .advantages-item p {
    font-size: 17px;
  }

  .advantages-item {
    max-width: 255px;
  }

  .advantages-title {
    font-size: 30px;
  }

  .why-col {
    width: 100%;
  }

  .services-item-wrap .btn1 {
    font-size: 10px;
    padding: 5px 5px;
    border-radius: 3px;
  }

  .services-item-wrap span,
  .services-item-wrap span b {
    font-size: 10px;
  }

  .services-item h3 {
    font-size: 15px;
  }

  .services-col {
    padding: 0px 5px;
  }

  .services-list {
    margin-left: -5px;
    margin-right: -5px;
  }

  .callback1-title {
    font-size: 30px;
    max-width: 330px;
  }
}

@media only screen and (max-width: 500px) {
  .prices-title-wrap h2 {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .main-header-logo {
    max-width: 260px;
    padding-left: 65px;
  }

  .main-header-logo-img {
    width: 60px;
  }

  .main-header-logo-text span {
    font-size: 20px;
  }

  .main-header-logo-text i {
    font-size: 10.5px;
  }

  .banner-form {
    padding: 0;
    border: none;
  }

  .banner-form:before {
    display: none;
  }

  .prices-title-wrap h2,
  .info-title,
  .shares-title,
  .services-title {
    font-size: 32px;
  }

  .prices-title-wrap .tab_list a {
    padding: 11px 15px;
    font-size: 14px;
  }

  .feedback-form:before,
  .callback1-form:before {
    display: none;
  }

  .feedback-form,
  .callback1-form {
    padding: 0;
    border: none;
    margin-left: 0;
  }

  .callback1-img {
    width: 400px;
    bottom: -45px;
  }

  .callback1 .container {
    padding-bottom: 150px;
  }

  .popup {
    padding: 35px 10px 50px 10px;
  }
}

@media only screen and (max-width: 350px) {
  .main-footer-social h3,
  .main-footer-contact h3 {
    font-size: 15px;
  }
}