*::-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: "MuseoSansCyrl", 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 {
  list-style: none;
}

ul,
ol {
  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;
}

.btn {
  display: inline-block;
  color: white;
  font-family: "MuseoSansCyrl", sans-serif;
  font-size: 14px;
  font-weight: 300;
  border-radius: 200px;
  border: 2px solid #3fd180;
  padding: 12px 37px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #3fd180;
}

.btn1 {
  display: inline-block;
  color: white;
  font-size: 15px;
  font-weight: 700;
  -webkit-box-shadow: 0 9px 24px rgba(63, 209, 128, 0.2);
  box-shadow: 0 9px 24px rgba(63, 209, 128, 0.2);
  border-radius: 200px;
  background-color: #3fd180;
  padding: 15.5px 54px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn1:hover {
  background-color: #0caf55;
}

.btn2 {
  display: inline-block;
  color: #232323;
  font-size: 15px;
  font-weight: 500;
  border-radius: 200px;
  border: 2px solid #3fd180;
  padding: 13.5px 53px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn2:hover {
  background-color: #3fd180;
}

.hidden {
  display: none;
}

.site-wrap {
  overflow: hidden;
}

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

.main-header {
  background: url("../img/main-header-bg.jpg") center no-repeat;
  background-size: cover;
}

.main-header-wrap1 {
  padding-top: 33px;
  padding-bottom: 20px;
  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;
  position: relative;
}

.main-header-logo {
  max-width: 305px;
  width: 100%;
  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;
  margin-top: 2px;
}

.main-header-logo-img {
  max-width: 52px;
  width: 100%;
}

.main-header-logo-text {
  max-width: 240px;
  width: 100%;
}

.main-header-logo-text i {
  display: block;
  font-style: normal;
  color: white;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 3px;
}

.main-header-logo-text b {
  display: block;
  color: white;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.28px;
}

.main-header-nav {
  max-width: 280px;
  width: 100%;
  margin-top: 25px;
  margin-left: -20px;
}

.main-header-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;
}

.main-header-list a {
  color: white;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.main-header-list a:hover {
  color: #3fd180;
}

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

.main-header-tel {
  color: white;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 7px;
  padding-left: 28px;
  position: relative;
}

.main-header-tel:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background: url("../img/main-header-tel.png") center no-repeat;
}

.main-header-wrap2 {
  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;
  padding-top: 100px;
  padding-bottom: 153px;
  padding-right: 10px;
}

.main-header-text {
  max-width: 600px;
  width: 100%;
}

.main-header-text h1 {
  text-transform: uppercase;
  color: white;
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 47px;
}

.main-header-text h1 b {
  font-weight: 900;
}

.main-header-list1 {
  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: 66px;
}

.main-header-list1 li {
  text-transform: uppercase;
  width: 29%;
  padding-left: 48px;
  color: white;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

.main-header-list1 li:after {
  content: '';
  position: absolute;
  top: -20px;
  left: -15px;
  width: 65px;
  height: 64px;
  background: url("../img/main-header-list1.png") center no-repeat;
}

.main-header-next {
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 108px;
  height: 108px;
  -webkit-box-shadow: 0 4px 21px rgba(0, 0, 0, 0.11);
  box-shadow: 0 4px 21px rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.main-header-next:hover {
  -webkit-transform: scale(1.05) translateX(-50%);
  transform: scale(1.05) translateX(-50%);
}

.main-header-next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 75px;
  height: 75px;
  -webkit-box-shadow: 0 4px 21px rgba(0, 0, 0, 0.11);
  box-shadow: 0 4px 21px rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  background: white url("../img/next.png") center no-repeat;
}

.info {
  padding-top: 108px;
  padding-bottom: 105px;
}

.info-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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-text {
  width: calc(100% - 540px);
}

.info-text p {
  color: #232323;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 18px;
}

.info-text p b {
  font-weight: 700;
  text-transform: uppercase;
}

.info-text p i {
  font-style: normal;
  font-weight: 700;
}

.info-list {
  margin-bottom: 42px;
}

.info-list li {
  color: #232323;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 18.5px;
  position: relative;
  padding-left: 22px;
}

.info-list li:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 3px;
  width: 7px;
  height: 7px;
  background-color: #3fd180;
  border-radius: 50%;
}

.info-list li:last-child {
  margin-bottom: 0;
}

.info-img {
  max-width: 474px;
  position: relative;
}



.services {
  padding-top: 137px;
  padding-bottom: 220px;
  background-color: #f6f6f6;
  position: relative;
}

.services:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 60px solid #fff;
  border-left: 1920px solid transparent;
}

.services-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;
  margin-top: -51px;
}

.services-item {
  margin-top: 51px;
  width: 48.51%;
  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-shadow: 0 7px 29px rgba(12, 12, 12, 0.09);
  box-shadow: 0 7px 29px rgba(12, 12, 12, 0.09);
  background-color: white;
}

.services-item .services-img {
  max-width: 216px;
  width: 100%;
  position: relative;
}

.services-item .services-img b {
  position: absolute;
  bottom: 13px;
  right: 6px;
  width: 80px;
  height: 80px;
  background: url("../img/services-item-11.png") center no-repeat;
}

.services-item-2 .services-img b {
  background-image: url("../img/services-item-22.png");
}

.services-item-3 .services-img b {
  background-image: url("../img/services-item-33.png");
}

.services-item-4 .services-img b {
  background-image: url("../img/services-item-44.png");
}

.services-item-5 .services-img b {
  background-image: url("../img/services-item-55.png");
}

.services-item-6 .services-img b {
  background-image: url("../img/services-item-66.png");
}

.services-item-7 .services-img b {
  background-image: url("../img/services-item-77.png");
}

.services-item-8 .services-img b {
  background-image: url("../img/services-item-88.png");
}

.services-text {
  width: calc(100% - 238px);
  margin-top: -15px;
}

.services-text h3 {
  color: #212121;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.services-text p {
  color: #232323;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  margin-bottom: 21px;
  min-height: 76px;
}

.services-text .btn2 {
  padding: 13.5px 44px;
}

.feedback {
  margin-top: -72px;
  padding-top: 105px;
  padding-bottom: 116px;
  background: url("../img/feedback1-bg.png") center no-repeat;
  background-size: cover;
  position: relative;
}

.feedback:before {
  content: '';
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 776px;
  height: 776px;
  background: url("../img/feedback1-bg1.png") center no-repeat;
}

.feedback-form {
  position: relative;
  max-width: 380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.feedback-form h2 {
  color: white;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

.feedback-form h2:after {
  content: '';
  position: absolute;
  top: -14px;
  left: -31px;
  width: 77px;
  height: 77px;
  background: url("../img/feedback-icon.png") center no-repeat;
}

.feedback-form h3 {
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 42px;
}

.feedback-form .btn1 {
  padding: 17.5px 5px;
  display: block;
  max-width: 261px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
  margin-bottom: 32px;
  background-color: #eee;
  color: #000;
  cursor: default;
  -webkit-box-shadow: 0 0 0 rgba(63, 209, 128, 0.2);
  box-shadow: 0 0 0 rgba(63, 209, 128, 0.2);
  -webkit-transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
  transition: color 0.3s, box-shadow 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
}

.feedback-form .btn1:hover {
  background-color: #eee;
}

.advantages {
  padding-top: 118px;
  padding-bottom: 97px;
}

.advantages .section-title {
  margin-bottom: 155px;
}

.advantages-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;
  margin-top: -113px;
}

.advantages-item {
  width: 31.67%;
  padding: 91px 25px 25px 25px;
  border: 1px solid #e2e2e2;
  min-height: 264px;
  margin-top: 113px;
  position: relative;
}

.advantages-item p {
  color: #232323;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.advantages-item p b {
  font-weight: 700;
}

.advantages-item i {
  position: absolute;
  top: 0;
  left: 50%;
  height: 144px;
  width: 144px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  border: 1px solid rgba(63, 209, 128, 0.39);
}

.advantages-item i:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 162px;
  height: 98px;
  background-color: white;
}

.advantages-item i:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/advantages-item-1.png") center no-repeat;
}

.advantages-item-2 i:after {
  background-image: url("../img/advantages-item-2.png");
}

.advantages-item-3 i:after {
  background-image: url("../img/advantages-item-3.png");
}

.advantages-item-4 i:after {
  background-image: url("../img/advantages-item-4.png");
}

.advantages-item-5 i:after {
  background-image: url("../img/advantages-item-5.png");
}

.advantages-item-6 i:after {
  background-image: url("../img/advantages-item-6.png");
}

.work {
  padding-top: 161px;
  padding-bottom: 174px;
  background-color: #f6f6f6;
  position: relative;
}

.work .section-title {
  margin-bottom: 89px;
}

.work:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 60px solid #fff;
  border-right: 1920px solid transparent;
}

.work:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 60px solid #fff;
  border-left: 1920px solid transparent;
}

.work-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;
  margin-top: -57px;
  margin-bottom: 77px;
}

.work-item {
  width: 48.685%;
  -webkit-box-shadow: 0 7px 29px rgba(12, 12, 12, 0.09);
  box-shadow: 0 7px 29px rgba(12, 12, 12, 0.09);
  background-color: white;
  margin-top: 57px;
}

.work-item .work-img {
  position: relative;
}

.work-item .work-img i {
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 269px;
  height: 269px;
  background: url("../img/work-item-11.png") center no-repeat;
}

.work-item-2 .work-img i {
  background-image: url("../img/work-item-22.png");
}

.work-item-3 .work-img i {
  background-image: url("../img/work-item-33.png");
}

.work-item-4 .work-img i {
  background-image: url("../img/work-item-44.png");
}

.work-text {
  padding: 29px 34px 37px 35px;
}

.work-text h3 {
  color: #3fd180;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.work-text p {
  color: #232323;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.work-text p b {
  font-weight: 700;
}

.work-info h4 {
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 11px;
  padding-left: 43px;
  position: relative;
}

.work-info h4:after {
  content: '';
  position: absolute;
  top: -15px;
  left: -14px;
  width: 65px;
  height: 64px;
  background: url("../img/main-header-list1.png") center no-repeat;
}

.work-info p {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  padding-left: 43px;
}

.feedback2 {
  background-image: url("../img/feedback2-bg.png");
  padding-top: 126px;
  padding-bottom: 147px;
  position: relative;
  z-index: 1;
  margin-top: -85px;
}

.feedback2:before {
  width: 835px;
  height: 835px;
  top: 48.5%;
  background-image: url("../img/feedback2-bg1.png");
}

.feedback2 .feedback-form h2 {
  margin-left: -18px;
  margin-right: -18px;
}

.feedback2 .feedback-form h4 {
  color: white;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.map {
  margin-top: -98px;
}

.map-wrap {
  width: 100%;
  height: 395px;
}

.map-wrap script {
  width: 100%;
  height: 100%;
}

.main-footer {
  padding-top: 50px;
  padding-bottom: 46px;
  background-color: #292929;
}

.main-footer-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-footer p {
  color: white;
  font-size: 15px;
  font-weight: 300;
  max-width: 170px;
  width: 100%;
}

.main-footer-list {
  max-width: 800px;
  width: 100%;
  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;
}

.main-footer-item {
  color: white;
  font-size: 20px;
  font-weight: 300;
  padding-left: 28px;
  position: relative;
}

.main-footer-item:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 14px;
  background: url("../img/main-footer-item-1.png") center no-repeat;
}

.main-footer-item a {
  color: white;
  font-size: 20px;
  font-weight: 300;
}

.main-footer-item a:hover {
  text-decoration: underline;
}

.main-footer-item-2:after {
  width: 15px;
  height: 21px;
  background-image: url("../img/main-footer-item-2.png");
}

.main-footer-item-3:after {
  width: 15px;
  height: 18px;
  background-image: url("../img/main-footer-item-3.png");
}

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

.popup {
  background-color: #fff;
  max-width: 400px;
  width: 100%;
  padding: 20px;
}

.popup-form h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.popup-form .label {
  margin-bottom: 15px;
}

.popup-form .label input {
  color: #000;
  border-bottom: 1px solid #7c7c7c;
  font-weight: 400;
}

.popup-form .label input::-webkit-input-placeholder {
  color: #7c7c7c;
  font-weight: 400;
}

.popup-form .label input:-ms-input-placeholder {
  color: #7c7c7c;
  font-weight: 400;
}

.popup-form .label input::-ms-input-placeholder {
  color: #7c7c7c;
  font-weight: 400;
}

.popup-form .label input::placeholder {
  color: #7c7c7c;
  font-weight: 400;
}

.popup-form .btn1 {
  padding: 17.5px 5px;
  display: block;
  max-width: 261px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  background-color: #eee;
  color: #000;
  cursor: default;
  -webkit-box-shadow: 0 0 0 rgba(63, 209, 128, 0.2);
  box-shadow: 0 0 0 rgba(63, 209, 128, 0.2);
  -webkit-transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
  transition: color 0.3s, box-shadow 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
}

.popup-form .btn1:hover {
  background-color: #eee;
}

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

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

.menuToggle {
  display: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../img/menu.svg") center no-repeat;
  background-size: cover;
}

.menuToggle.active {
  background-image: url("../img/close.svg");
}

.menuToggle:hover {
  opacity: 0.7;
}

.btn1 {
  display: inline-block;
  color: white;
  font-size: 15px;
  font-weight: 700;
  -webkit-box-shadow: 0 9px 24px rgba(63, 209, 128, 0.2);
  box-shadow: 0 9px 24px rgba(63, 209, 128, 0.2);
  border-radius: 200px;
  background-color: #3fd180;
  padding: 15.5px 54px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn1:hover {
  background-color: #0caf55;
}

.input-checkbox:checked ~ .label-checkbox i:after {
  opacity: 1;
}

.input-checkbox:checked ~ .btn1 {
  cursor: pointer;
  color: white;
  -webkit-box-shadow: 0 9px 24px rgba(63, 209, 128, 0.2);
  box-shadow: 0 9px 24px rgba(63, 209, 128, 0.2);
  background-color: #3fd180;
}

.input-checkbox:checked ~ .btn1:hover {
  background-color: #0caf55;
}

.input-checkbox {
  display: none;
}

.label-checkbox {
  cursor: pointer;
  display: block;
  max-width: 320px;
  width: 100%;
  padding-left: 25px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.label-checkbox span {
  display: block;
  color: #bfbfbf;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.3px;
}

.label-checkbox i {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid #a2a2a2;
}

.label-checkbox i:after {
  opacity: 0;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 8px;
  height: 8px;
  background-color: rgba(63, 209, 128, 0.95);
  border-radius: 50%;
}

.label {
  display: block;
  width: 100%;
  margin-bottom: 35px;
  position: relative;
}

.label:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 21px;
  height: 20px;
  background: url("../img/name-icon.png") center no-repeat;
}

.label input {
  color: white;
  font-family: "MuseoSansCyrl", sans-serif;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0.07px;
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.43);
  padding: 11px 0;
  padding-right: 30px;
  outline: none;
}

.label input::-webkit-input-placeholder {
  color: #d0d0d0;
  font-family: "MuseoSansCyrl", sans-serif;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0.07px;
}

.label input:-ms-input-placeholder {
  color: #d0d0d0;
  font-family: "MuseoSansCyrl", sans-serif;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0.07px;
}

.label input::-ms-input-placeholder {
  color: #d0d0d0;
  font-family: "MuseoSansCyrl", sans-serif;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0.07px;
}

.label input::placeholder {
  color: #d0d0d0;
  font-family: "MuseoSansCyrl", sans-serif;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0.07px;
}

.label-email:after {
  width: 20px;
  height: 15px;
  background-image: url("../img/email-icon.png");
}

.label-tel:after {
  width: 21px;
  height: 21px;
  background-image: url("../img/tel-icon.png");
}

.section-title {
  position: relative;
  margin-bottom: 82px;
}

.section-title:before {
  content: '';
  position: absolute;
  top: -17px;
  left: -23px;
  width: 77px;
  height: 77px;
  background: url("../img/section-title.png") center no-repeat;
}

.section-title span {
  display: block;
  position: relative;
  color: #232323;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-title i {
  display: block;
  font-style: normal;
  color: #232323;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

@media only screen and (max-width: 1150px) {
  .services-text {
    width: calc(100% - 220px);
    padding-right: 5px;
  }

  .services-text .btn2 {
    padding: 13px 5px;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 1100px) {
  .info-img {
    max-width: 400px;
  }

  .info-text {
    width: calc(100% - 420px);
  }

  .info-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .services-text h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .services-text p {
    font-size: 14px;
    margin-bottom: 10px;
    min-height: auto;
  }

  .services-text {
    margin-top: 0;
  }

  .main-footer {
    padding: 30px 0;
  }

  .main-footer-item,
  .main-footer-item a {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1050px) {
  .main-footer-list {
    max-width: none;
  }

  .main-footer p {
    max-width: none;
    text-align: center;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1000px) {
  .main-header-text h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 950px) {
  .info {
    padding: 50px 0;
  }

  .info-text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .section-title span {
    font-size: 20px;
  }

  .section-title i {
    font-size: 15px;
  }

  .info-img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .info-img i {
    display: none;
  }

  .info-list {
    text-align: left;
  }

  .services {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .feedback:before {
    display: none;
  }

  .feedback {
    margin-top: 0;
    padding: 50px 0;
  }

  .feedback-form h2 {
    font-size: 26px;
  }

  .feedback-form h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .feedback .label {
    margin-bottom: 15px;
  }

  .feedback-form .btn1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .advantages {
    padding: 50px 0;
  }

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

  .advantages-item {
    width: 48%;
    min-height: auto;
  }

  .advantages .section-title {
    margin-bottom: 100px;
  }

  .work {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .work-item .work-img i {
    display: none;
  }

  .work-list {
    margin-top: -30px;
    margin-bottom: 30px;
  }

  .work-item {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

  .work .section-title {
    margin-bottom: 30px;
  }

  .work-text {
    padding: 20px;
    text-align: center;
  }

  .feedback2 .feedback-form h4 {
    font-size: 26px;
  }

  .feedback2 .feedback-form h2 {
    margin-left: 0;
    margin-right: 0;
  }

  .feedback2 {
    margin-top: -80px;
  }
}

@media only screen and (max-width: 900px) {
  .main-header-nav {
    max-width: 220px;
    margin-left: 0;
  }

  .main-header-wrap2 {
    padding: 50px 0;
  }

  .main-header-text {
    max-width: none;
    text-align: center;
  }

  .main-header-text h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .main-header-list1 {
    margin-bottom: 20px;
  }

  .main-header-list1 li {
    width: 32%;
  }

  .main-header-wrap2 {
    padding-top: 20px;
    padding-bottom: 120px;
  }

  .services-item {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

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

@media only screen and (max-width: 850px) {
  .container {
    padding: 0px 10px;
  }

  .menuToggle {
    display: block;
  }

  .main-header-nav {
    display: none;
    margin-top: 0;
    max-width: none;
    position: absolute;
    top: 100%;
    left: -10px;
    width: calc(100% + 20px);
    background-color: #fff;
    z-index: 999;
  }

  .main-header-list li {
    width: 100%;
  }

  .main-header-list a {
    padding: 15px 0;
    color: #000;
    display: block;
    text-align: center;
  }

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

  .main-header-wrap1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
  }
}

@media only screen and (max-width: 700px) {
  .main-footer-item {
    width: 100%;
    margin-bottom: 15px;
  }

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

  .main-footer-list {
    max-width: 215px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 600px) {
  .main-header-contact {
    max-width: 300px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }

  .main-header-nav {
    top: 80px;
  }

  .main-header-list1 li {
    width: 100%;
    text-align: left;
    margin-bottom: 18px;
    font-size: 14px;
  }

  .main-header-list1 li:last-child {
    margin-bottom: 0;
  }

  .main-header-list1 {
    max-width: 160px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .advantages-item {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  .services-text {
    width: 100%;
    text-align: center;
  }

  .services-item .services-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .popup {
    width: 95%;
  }
}

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

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

  .main-header-logo-text {
    max-width: 215px;
  }

  .main-header-logo-text i {
    letter-spacing: 0;
    font-size: 20px;
  }

  .main-header-logo-text b {
    letter-spacing: 0;
    font-size: 10px;
  }

  .main-header-nav {
    top: 70px;
  }
}