.container-new {
  width: 100%;
  margin: 0 auto;
  max-width: 1281px;
  padding: 0 20px;
}

.title-primary {
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin: 0;
}

.btn-primary {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #31A301;
  border-radius: 2px;
  padding: 16px 58px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  font-weight: normal;
}
.btn-primary:hover {
  background: #217000;
}

.about__section {
  background: #343434;
  padding: 90px 0 10px;
}
.about__title {
  margin-bottom: 30px;
}
.about__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  -webkit-columns: 2;
          columns: 2;
  color: #9A9A9A;
}

.experience__section {
  background: #1E1E1E;
  padding: 70px 0;
}
.experience__section_animated .experience__col {
  opacity: 1;
}
.experience__title {
  margin-bottom: 40px;
}
.experience__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.experience__col {
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.experience__col:nth-of-type(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.experience__col:nth-of-type(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.experience__col:nth-of-type(3) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.experience__col:nth-of-type(4) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.experience__col:nth-of-type(even) {
  margin-right: 0;
}
.experience__col:nth-last-of-type(1), .experience__col:nth-last-of-type(2) {
  margin-bottom: 0;
}
.experience__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 40px 55px;
  background: #343434;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.experience__item:hover {
  background: #31A301;
}
.experience__item:hover .experience__list li {
  color: #ffffff;
}
.experience__item:hover .experience__list li:before {
  background: #fff;
}
.experience__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  margin: 0 0 20px;
}
.experience__list {
  padding-right: 100px;
}
.experience__list li {
  padding-left: 13px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #9A9A9A;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 10px;
}
.experience__list li:last-of-type {
  margin-bottom: 0;
}
.experience__list li:before {
  content: '';
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background: #9a9a9a;
}
.experience__image {
  display: block;
  position: absolute;
  top: 40px;
  right: 55px;
  width: 97px;
  height: auto;
  z-index: 1;
}

.benefits__section {
  padding: 70px 0;
}
.benefits__title {
  margin-bottom: 40px !important;
}
.benefits__item {
  width: calc((100% - 29px - 29px - 29px) / 4) !important;
  margin-right: 29px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0;
  margin-bottom: 0;
}
.benefits__item:last-of-type {
  margin-right: 0;
}
.benefits__item img {
  display: none;
}
.benefits__title {
  color: #ffffff;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.benefits__text {
  font-size: 16px;
  line-height: 21px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.clients__section {
  padding: 70px 0 80px;
  background: #1E1E1E;
}
.clients__title {
  margin: 0 0 15px;
  max-width: 872px;
}
.clients__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 50px;
  color: #9A9A9A;
}
.clients__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.clients__col {
  width: calc((100% - 30px - 30px - 30px) / 4);
  margin-right: 30px;
  margin-bottom: 30px;
}
.clients__col:nth-of-type(4n+4) {
  margin-right: 0;
}
.clients__col:nth-last-of-type(1), .clients__col:nth-last-of-type(2), .clients__col:nth-last-of-type(3), .clients__col:nth-last-of-type(4) {
  margin-bottom: 0;
}
.clients__item {
  height: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  background: #343434;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.clients__item img {
  max-height: 102px;
  max-width: 140px;
}

.pricing__section {
  background: #343434;
  padding: 80px 0 70px;
}
.pricing__section_animated .pricing__col {
  opacity: 1;
  left: 0px;
}
.pricing__title {
  margin: 0 0 15px;
}
.pricing__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 50px;
  color: #9A9A9A;
}
.pricing__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pricing__col {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
  position: relative;
  opacity: 0;
  left: -20px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.pricing__col:nth-of-type(even) {
  margin-right: 0;
}
.pricing__col:nth-last-of-type(1), .pricing__col:nth-last-of-type(2) {
  margin-bottom: 0;
}
.pricing__col:nth-of-type(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.pricing__col:nth-of-type(2) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.pricing__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #494949;
}
.pricing__item hr {
  border: none;
  border-top: 0.5px solid #9A9A9A;
  margin: auto 0 40px;
  width: 100%;
}
.pricing__head {
  background: #5C5C5C;
  padding: 24px 55px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  margin: 0;
}
.pricing__body {
  padding: 40px 55px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pricing__list {
  margin-bottom: 40px;
}
.pricing__list li {
  padding-left: 13px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  margin-bottom: 10px;
}
.pricing__list li:last-of-type {
  margin-bottom: 0;
}
.pricing__list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background: #9a9a9a;
}
.pricing__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pricing__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pricing__notice {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  margin: 0 0 4px;
}
.pricing__price {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}
.pricing__price span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #9A9A9A;
}

.request__section {
  background: #343434;
  padding: 70px 0 80px;
}
.request__section_animated .request__col {
  opacity: 1;
  left: 0px;
}
.request__title_fix {
  margin-bottom: 40px;
}
.request__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.request__col {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
  position: relative;
  opacity: 0;
  left: -20px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.request__col:nth-of-type(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.request__col:nth-of-type(2) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.request__col:nth-of-type(even) {
  margin-right: 0;
}
.request__col:nth-last-of-type(1), .request__col:nth-last-of-type(2) {
  margin-bottom: 0;
}
.request__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #494949;
}
.request__item .btn-primary {
  margin-top: auto;
}
.request__head {
  background: #5C5C5C;
  padding: 24px 55px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  margin: 0;
}
.request__body {
  padding: 40px 55px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.request__input {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  border: none;
  background: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  border-bottom: 0.5px solid #9A9A9A !important;
  padding-bottom: 7px;
  margin-bottom: 25px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.request__input::-webkit-input-placeholder {
  color: #ffffff !important;
}
.request__input:-ms-input-placeholder {
  color: #ffffff !important;
}
.request__input::-ms-input-placeholder {
  color: #ffffff !important;
}
.request__input::placeholder {
  color: #ffffff !important;
}
.request__label {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  border: none;
  background: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  margin-bottom: 8px;
}
.request__textarea {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  border: none;
  background: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  border: 0.5px solid #9A9A9A !important;
  padding: 7px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  resize: none;
  height: 150px;
}
.request__textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.request__textarea:-ms-input-placeholder {
  color: #ffffff !important;
}
.request__textarea::-ms-input-placeholder {
  color: #ffffff !important;
}
.request__textarea::placeholder {
  color: #ffffff !important;
}
.request__checkbox, .request__radio {
  margin-bottom: 23px;
}
.request__checkbox input, .request__radio input {
  display: none;
}
.request__checkbox label, .request__radio label {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  border: none;
  background: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
}
.request__checkbox label:before, .request__radio label:before {
  content: '';
  height: 19px;
  width: 19px;
  display: block;
  border: 0.5px solid #9A9A9A;
  position: absolute;
  top: 0;
  left: 0;
}
.request__checkbox label:after, .request__radio label:after {
  content: '';
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 2px;
  background: #31A301;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.request__checkbox input[type="checkbox"]:checked + label:after, .request__checkbox input[type="radio"]:checked + label:after, .request__radio input[type="checkbox"]:checked + label:after, .request__radio input[type="radio"]:checked + label:after {
  opacity: 1;
}

.types__section {
  padding: 80px 0 40px;
  background: #1E1E1E;
}
.types__title {
  margin-bottom: 40px;
}
.types__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.types__col {
  width: calc((100% - 30px - 30px - 30px) / 4);
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
}
.types__col:nth-of-type(4n + 4) {
  margin-right: 0;
}
.types__col_wide {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0;
}
.types__col:hover {
  z-index: 5;
}
.types__col:hover .types__description {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.types__item {
  text-decoration: none;
  display: block;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.types__item:after {
  content: '';
  display: block;
  position: relative;
  padding-top: 65.277777777778%;
}
.types__item_wide:after {
  padding-top: 19.951612903226%;
}
.types__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.types__description {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 393px;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
  background: #494949;
  max-width: unset;
  -webkit-transition: all 0s;
  transition: all 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.types__description p {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.types__description ul {
  margin: 6px 0;
}
.types__description ul li {
  padding-left: 13px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 10px;
}
.types__description ul li:last-of-type {
  margin-bottom: 0;
}
.types__description ul li:before {
  content: '';
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background: #9a9a9a;
}

.specialist__section {
  padding: 70px 0 40px;
  background: #1E1E1E;
}
.specialist__title {
  margin-bottom: 40px;
}
.specialist__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.specialist__col {
  width: calc((100% - 30px - 30px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
.specialist__col:nth-of-type(3n+3) {
  margin-right: 0;
}
.specialist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #343434;
  padding: 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.specialist__item:hover {
  background: #31A301;
}
.specialist__item:hover .specialist__text {
  color: #ffffff;
}
.specialist__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 20px;
}
.specialist__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #9A9A9A;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cases__section {
  padding: 70px 0 80px;
}
.cases__title {
  color: #ffffff;
  font-weight: 700 !important;
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 15px;
}
.cases__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 50px;
  color: #9A9A9A;
}
.cases__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cases__item {
  width: calc((100% - 30px - 30px) / 3);
  margin: 0 30px 0 0 !important;
  display: block;
  height: auto !important;
}
.cases__item:nth-of-type(3n + 3) {
  margin-right: 0 !important;
}
.cases__body {
  padding: 20px 30px 30px !important;
}
.cases__date {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  color: #9A9A9A !important;
  padding: 0 !important;
  background: none !important;
  margin: 0 0 8px !important;
  display: block;
}
.cases__name {
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  color: #ffffff !important;
  margin: 0 0 15px !important;
}
.cases__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #9A9A9A;
  margin: 0;
}

.more__section {
  padding: 80px 0;
  background: #343434;
}
.more__title {
  margin-bottom: 20px;
}
.more__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #9A9A9A;
  margin: 0 0 20px;
}
.more__btn {
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #31A301;
}
.more__btn:hover {
  color: #217000;
}
.more__article {
  display: none;
}
.more__article h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin: 40px 0 20px;
}
.more__article p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #9A9A9A;
  margin: 0;
}
.more__article ul {
  max-width: 980px;
}
.more__article ul li {
  padding-left: 13px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #9A9A9A;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 10px;
}
.more__article ul li:last-of-type {
  margin-bottom: 0;
}
.more__article ul li:before {
  content: '';
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background: #9a9a9a;
}

.footer-new {
  background: #1E1E1E;
  padding: 60px 0 25px;
}
.footer-new__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-new__col {
  width: calc((100% - 30px - 30px - 30px) / 4);
  margin-right: 30px;
}
.footer-new__col:last-of-type {
  margin-right: 0;
}
.footer-new__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin: 0 0 20px;
}
.footer-new__list ul {
  list-style: none;
}
.footer-new__list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #9A9A9A;
  margin-bottom: 10px;
}
.footer-new__list li:last-of-type {
  margin-bottom: 0;
}
.footer-new__list a {
  text-decoration: none;
  color: inherit;
}
.footer-new__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #9A9A9A;
  margin-bottom: 10px;
}
.footer-new__contact:last-of-type {
  margin-bottom: 10px;
}
.footer-new__contact svg {
  margin-right: 7px;
}
.footer-new__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-new__soc a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: solid 2px #fff;
  margin-right: 10px;
}
.footer-new__soc a:last-of-type {
  margin-right: 0;
}
.footer-new__copy {
  margin-top: 62px;
  padding-top: 26px;
  border-top: 0.5px solid #9A9A9A;
}
.footer-new__copy p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  color: #9A9A9A;
}

@media (max-width: 992px) {
  .title-primary {
    font-size: 28px;
    line-height: 31px;
  }

  .btn-primary {
    font-size: 14px;
    line-height: 17px;
    padding: 14px 46px;
  }

  .about__section {
    padding: 50px 0 35px;
  }
  .about__title {
    margin-bottom: 20px;
  }
  .about__text {
    font-size: 14px;
    line-height: 17px;
    -webkit-columns: 1;
            columns: 1;
  }

  .experience__section {
    padding: 40px 0;
  }
  .experience__title {
    margin-bottom: 30px;
  }
  .experience__row {
    display: block;
  }
  .experience__col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .experience__col:nth-last-of-type(2) {
    margin-bottom: 20px;
  }
  .experience__col:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .experience__item {
    padding: 20px;
  }
  .experience__name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-right: 60px;
  }
  .experience__list {
    padding-right: 60px;
  }
  .experience__list li {
    font-size: 14px;
    line-height: 17px;
  }
  .experience__image {
    width: 60px;
    top: 15px;
    right: 20px;
  }

  .benefits__section {
    padding: 40px 0;
  }
  .benefits__section .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 20px 0 0;
  }
  .benefits__section .slick-dots button {
    height: 10px;
    width: 10px;
    background: #343434;
    border-radius: 50%;
  }
  .benefits__section .slick-dots .slick-active button {
    background: #31A301;
  }
  .benefits__section .slick-slide div {
    padding-left: 0;
    padding-right: 0;
  }
  .benefits__title {
    margin-bottom: 30px !important;
  }
  .benefits__item {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .benefits__item img {
    display: none;
  }
  .benefits__name {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .benefits__text {
    font-size: 16px;
    line-height: 21px;
  }

  .clients__section {
    padding: 40px 0;
  }
  .clients__subtitle {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px;
  }
  .clients__col {
    width: calc(50% - 6px);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .clients__col:nth-of-type(even) {
    margin-right: 0;
  }
  .clients__col:nth-last-of-type(3), .clients__col:nth-last-of-type(4) {
    margin-bottom: 12px;
  }
  .clients__col:nth-last-of-type(1), .clients__col:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .clients__item {
    height: 81px;
  }
  .clients__item img {
    max-height: 40px;
    max-width: 83px;
  }

  .pricing__section {
    padding: 40px 0;
  }
  .pricing__subtitle {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px;
  }
  .pricing__row {
    display: block;
  }
  .pricing__col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pricing__col:nth-last-of-type(2) {
    margin-bottom: 20px;
  }
  .pricing__col:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .pricing__item hr {
    margin-bottom: 30px;
  }
  .pricing__head {
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
  }
  .pricing__body {
    padding: 30px 20px;
  }
  .pricing__list {
    margin-bottom: 30px;
  }
  .pricing__list li {
    font-size: 14px;
    line-height: 17px;
  }
  .pricing__bottom {
    display: block;
  }
  .pricing__info {
    margin-bottom: 20px;
  }
  .pricing__price {
    font-size: 20px;
    line-height: 24px;
  }
  .pricing__price span {
    font-size: 12px;
    line-height: 14px;
  }

  .request__section {
    padding: 40px 0;
  }
  .request__title_fix {
    margin-bottom: 30px;
  }
  .request__row {
    display: block;
  }
  .request__col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .request__col:nth-last-of-type(2) {
    margin-bottom: 20px;
  }
  .request__col:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .request__item .btn-primary {
    margin-top: 26px;
  }
  .request__head {
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
  }
  .request__body {
    padding: 30px 20px;
  }
  .request__input {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 6px;
    margin-bottom: 23px;
  }
  .request__label {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 7px;
  }
  .request__textarea {
    font-size: 14px;
    line-height: 17px;
  }
  .request__checkbox, .request__radio {
    margin-bottom: 22px;
  }
  .request__checkbox label, .request__radio label {
    font-size: 14px;
    line-height: 17px;
    padding-left: 26px;
  }
  .request__checkbox label:before, .request__radio label:before {
    height: 16px;
    width: 16px;
  }
  .request__checkbox label:after, .request__radio label:after {
    height: 12px;
    width: 12px;
  }

  .types__section {
    padding: 40px 0;
  }
  .types__section .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 20px 0 0;
    width: 100%;
  }
  .types__section .slick-dots button {
    height: 10px;
    width: 10px;
    background: #343434;
    border-radius: 50%;
  }
  .types__section .slick-dots .slick-active button {
    background: #31A301;
  }
  .types__section .slick-slide div {
    padding-left: 0;
    padding-right: 0;
  }
  .types__title {
    margin-bottom: 30px;
  }
  .types__col {
    margin: 0;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    width: 100%;
  }
  .types__col_wide {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
  .types__item {
    width: calc(100vw - 40px);
  }
  .types__item:after {
    padding-top: 66.865671641791%;
  }
  .types__item_wide:after {
    padding-top: 66.865671641791%;
  }
  .types__name {
    font-size: 16px;
    line-height: 18px;
  }
  .types__description {
    display: none;
  }

  .specialist__section {
    padding: 40px 0;
  }
  .specialist__section .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 20px 0 0;
    width: 100%;
  }
  .specialist__section .slick-dots button {
    height: 10px;
    width: 10px;
    background: #343434;
    border-radius: 50%;
  }
  .specialist__section .slick-dots .slick-active button {
    background: #31A301;
  }
  .specialist__section .slick-slide div {
    padding-left: 0;
    padding-right: 0;
  }
  .specialist__title {
    margin-bottom: 30px;
  }
  .specialist__col {
    width: 100%;
    margin: 0;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
  .specialist__item {
    width: calc(100vw - 40px);
    padding: 20px !important;
  }
  .specialist__name {
    font-size: 16px;
    line-height: 19px;
  }
  .specialist__text {
    font-size: 14px;
    line-height: 18px;
    min-height: 144px;
  }

  .cases__section {
    padding: 40px 0 80px;
  }
  .cases__section .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 20px 0 0;
    width: 100%;
  }
  .cases__section .slick-dots button {
    height: 10px;
    width: 10px;
    background: #343434;
    border-radius: 50%;
  }
  .cases__section .slick-dots .slick-active button {
    background: #31A301;
  }
  .cases__section .slick-slide div {
    padding-left: 0;
    padding-right: 0;
  }
  .cases__title {
    font-size: 28px;
    line-height: 31px;
  }
  .cases__subtitle {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px;
  }
  .cases__item {
    width: calc(100vw - 40px);
    margin: 0 !important;
    min-height: 455px;
  }
  .cases__body {
    padding: 20px 20px 30px !important;
  }
  .cases__name {
    font-size: 16px !important;
    line-height: 19px !important;
    margin-bottom: 20px !important;
  }
  .cases__text {
    font-size: 14px !important;
    line-height: 17px !important;
  }

  .more__section {
    padding: 40px 0;
  }
  .more__title {
    margin-bottom: 20px;
  }
  .more__text {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
  }
  .more__article h2 {
    font-size: 28px;
    line-height: 31px;
  }
  .more__article p {
    font-size: 14px;
    line-height: 17px;
  }
  .more__article ul li {
    font-size: 14px;
    line-height: 17px;
  }

  .footer-new {
    padding: 40px 0 33px;
  }
  .footer-new__row {
    display: block;
  }
  .footer-new__col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-new__col:last-of-type {
    margin-bottom: 0;
  }
  .footer-new__title {
    font-size: 16px;
    line-height: 19px;
    width: 23%;
  }
  .footer-new__part {
    width: calc(76% - 10px);
  }
  .footer-new__list li {
    font-size: 14px;
    line-height: 17px;
  }
  .footer-new__list li a {
    font-size: 14px;
  }
  .footer-new__contact {
    font-size: 14px;
    line-height: 17px;
  }
  .footer-new__soc a {
    height: 34px;
    width: 34px;
  }
  .footer-new__copy {
    margin-top: 41px;
    padding-top: 20px;
  }
  .footer-new__copy p {
    font-size: 12px;
    line-height: 16px;
  }
}

.request__section [type="checkbox"]:checked + span:before {
  background-color: #31A301;
}

.request__section .request__checkbox label {
  padding-left: 0;
}

.request__section .request__checkbox label:before {
  display: none;
}

footer.footer-new {
  width: 100%;
}

@media (max-width: 500px) {
  .types__section .slick-slide div.types__description {
    padding-left: 10px !important;
    padding-right: 10px !important;
    display: block !important;
    position: relative !important;
    opacity: 1 !important;
    max-width: 100% !important;
  }
}

/*# sourceMappingURL=main.css.map */
