.main {
  position: relative;
}

.main .form form .form__date textarea {
  height: 60px;
  margin-bottom: 0;
  }

.main .form form .form__date input.phone {
  margin-bottom: 0;
}

.main .form form {
  padding-bottom: 0;
}

.main .form form .form__date label p {
  line-height: 1;
}
  

.form.showondesktop .title {
  margin-top: -10px;
}
a.aboutbnt {
  border: none;
  padding: 12px 50px 12px;
  background-color: #2b77c9;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
  width: 240px;
  margin: 70px auto 20px;
}
a.aboutbnt:hover{
opacity:.9}
@media screen and (max-width: 1000px){
  .form.showondesktop{display: none !important;}

section.function .title span {
  color: #fff;
}

.function .function__container .fun__card .name p {
  color: #fff;
  padding-bottom: 10px;
}

section.function {
  padding-top: 40px;
  padding-bottom: 50px;
}
.certificates-slider ul.slick-dots {
  bottom: -35px;
}
}
.featured {
  background: #F9F9F9;
  padding-bottom: 40px;
  padding-top: 40px;
}




.form.showondesktop {
  width: 100%;
  position: absolute;
  top: 10px;
  right: 0;
}

.main .main-slider .slide .text form p {
  margin-top: 0;
}

.main .main-slider {
  width: 100%;
  max-height:440px;
  overflow: hidden;
}

.main .main-slider .slick-dots {
  margin-left: 18.75%;
  padding-left: 1.5%;
  bottom: 80px !important;
  width: 30%;
}

.main .main-slider .slick-dots li button:before {
  background-color: #fff !important;
}

.main .main-slider .slide {
  position: relative;
  min-height: 440px;
  /*max-width: 1920px;*/
  width: 100%;
  min-width: 740px;
}

.main .main-slider .slide .picture {
  left: 0;
  top: 0;
  margin-top: -1px;
  position: absolute;
  max-width: 1920px;
  width: inherit;
  min-width: 740px;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.main .slider .slide .picture.slide-1 {
  background-image: url("../img/slide-1.png");
}

.main .slider .slide .picture.slide-2 {
  background-image: url("../img/slide-1.png");
}

.main .slider .slide .picture.slide-3 {
  background-image: url("../img/slide-1.png");
}

.main .main-slider .slide .text {
  position: absolute;
  width: 31.25%;
  padding: 0 1.2%;
  margin-left: 18.75%;
  margin-top: 110px;
  color: #fff;
}

.main .main-slider .slide .text> span,
 .main .main-slider .slide .text h1 {
  font-size: 40px;
  font-family: "museo_sans_cyrl900", sans-serif;
  font-weight: 900;
  color:#FFFFFF;
}

.main .main-slider .slide .text>p {
  margin-top: 40px;
  font-weight: 500;
  font-family: "museo_sans_cyrl500", sans-serif;
  font-size: 18px;
}

.main .form {
  width: 50%;
  margin-left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  padding: 0 18.75% 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.main .form form {
  margin-right: 25px;
  max-width: 340px;
  width: 100%;
  height: 410px;
  background-color: #2b77c9;
  -webkit-box-shadow: 0px 0px 40px #313131;
  box-shadow: 0px 0px 40px #313131;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 25px 30px;
  color: #fff;
}

.main .form form .title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}

.main .form form .form__date {
  text-align: center;
}

.main .form form .form__date input, .main .form form .form__date textarea {
  max-width: 270px;
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 10px 20px;
  font-family: "museo_sans_cyrl500", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}

.main .form form .form__date textarea {
  height: 75px;
  resize: none;
}

.main .form form .form__date label {
  margin-left: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main .form form .form__date label input {
  display: none;
}

.main .form form .form__date label input[type="checkbox"]:checked + .checkbox::after {
  display: block;
}

.main .form form .form__date label .checkbox {
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.main .form form .form__date label .checkbox:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #2b77c9;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: none;
}

.main .form form .form__date label p {
  font-size: 12px;
  font-family: "museo_sans_cyrl500", sans-serif;
  color: #fff;
  margin-left: 10px;
  width: 100%;
  display: inline-block;
}

.main .form form .form__date label p:hover {
  text-decoration: underline;
}

.main .form form .form__date button {
  max-width: 175px;
  width: 100%;
  border: none;
  background-color: #c44b08;
  color: #fff;
  padding: 17px 0 13px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  font-size: 12px;
  font-family: "museo_sans_cyrl500", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.products {
  padding: 0 18.75% 45px;
}

.products .title {
  padding: 35px 0 30px;
  text-align: center;
}

.products .title span {
  font-size: 25px;
  color: #434343;
  font-weight: 700;
  font-family: "museo_sans_cyrl700", sans-serif;
}

.products .products__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products .products__list .card {
  max-width: 297px;
  border: 2px solid #fff;
  width: 25%;
}

.products .products__list .card img {
  max-width: 297px;
  width: 100%;
  height: 189px;
}

.products .products__list .card .info {
  background-color: #f9f9f9;
  padding-top: 30px;
  padding-bottom: 25px;
}

.products .products__list .card .info .name {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  font-family: "museo_sans_cyrl300", sans-serif;
  color: #434343;
}
.products .products__list .card .info .name .cat-name{text-decoration:none;color:#434343;}

.products .products__list .card .info .link {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2b77c9;
  position: relative;
}

.products .products__list .card .info .link a:first-child {
  font-size: 16px;
  font-weight: 700;
  font-family: "museo_sans_cyrl700", sans-serif;
  color: inherit;
}

.products .products__list .card .info .link a:last-child {
  color: inherit;
  position: absolute;
  right: 24px;
  font-size: 20px;
}

.sectoral {
  padding: 0 18.75%;
  background-color: #f4f4f4;
  padding-bottom: 45px;
}

.sectoral .title {
  padding: 45px 0;
  text-align: center;
}

.sectoral .title span {
  font-size: 25px;
  color: #434343;
  font-weight: 700;
  font-family: "museo_sans_cyrl700", sans-serif;
  position: relative;
}

.sectoral .title span:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #434343;
}

.sectoral .sectoral__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sectoral .sectoral__list .card {
  max-width: 297px;
  border: 2px solid #f4f4f4;
  width: 25%;
}

.sectoral .sectoral__list .card .picture {
  margin-bottom: -3px;
  max-width: 297px;
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.sectoral .sectoral__list .card .info {
  padding: 30px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  min-height: 106px;
}

.sectoral .sectoral__list .card .info a {
  font-size: 20px;
  font-weight: 300;
  font-family: "museo_sans_cyrl300", sans-serif;
  color: #434343;
}

.sectoral .sectoral__list .card .info a:hover {
  color: #2b77c9;
}

.pic-1 {
  background-image: url("../img/sectoral/sectoral1.png");
}

.pic-2 {
  background-image: url("../img/sectoral/sectoral2.png");
}

.pic-3 {
  background-image: url("../img/sectoral/sectoral3.png");
}

.pic-4 {
  background-image: url("../img/sectoral/sectoral4.png");
}

.pic-5 {
  background-image: url("../img/sectoral/sectoral5.png");
}

.pic-6 {
  background-image: url("../img/sectoral/sectoral5.png");
}

.pic-7 {
  background-image: url("../img/sectoral/sectoral6.png");
}

.pic-8 {
  background-image: url("../img/sectoral/sectoral7.png");
}

.pic-9 {
  background-image: url("../img/sectoral/sectoral8.png");
}

.function {
  padding: 50px 18.75% 50px;
  background-color: #4b9ad8;
}

.function .title {
  text-align: center;
}

.function .title span {
  font-size: 22px;
  font-family: "museo_sans_cyrl700", sans-serif;
  font-weight: 700;
  color: #434343;
}

.function .function__container {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.function .function__container .fun__card {
  display: block;
}

.function .function__container .fun__card .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.function .function__container .fun__card .info .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.function .function__container .fun__card .info .num span {
  font-size: 112px;
  font-weight: 900;
  font-family: "museo_sans_cyrl900", sans-serif;
  color: #fff;
  opacity: .10;
  margin-right: -30px;
}

.function .function__container .fun__card .info .bounce {
  z-index: 100;
  width: 175px;
  height: 175px;
  background-color: #388ed3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.function .function__container .fun__card .info .bounce img {
  max-width: 45px;
  width: 100%;
  height: auto;
}

.function .function__container .fun__card .name {
  text-align: center;
  margin-top: 15px;
  margin-left: 30px;
}

.function .function__container .fun__card .name p {
  font-size: 16px;
  font-weight: 500;
  font-family: "museo_sans_cyrl500", sans-serif;
  color: #434343;
}

.services {
  padding: 50px 18.75% 31px;
  background-color: #f4f4f4;
}

.services .title {
  text-align: center;
}

.services .title span {
  font-size: 25px;
  font-weight: 700;
  font-family: "museo_sans_cyrl700", sans-serif;
  color: #434343;
}

.services .services__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.services .services__container .services__card {
  width: 49.16666666666667%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 19px;
}

.services .services__container .services__card.left {
  text-align: left;
}

.services .services__container .services__card.right {
  margin-left: auto;
  text-align: right;
}

.services .services__container .services__card .info {
  background-color: #fff;
  padding: 25px 30px 20px 30px;
  max-height: 240px;
  max-width: 360px;
  height:100%;
}

.services .services__container .services__card .info .name {
  margin-bottom: 15px;
}

.services .services__container .services__card .info .name span, .services .services__container .services__card .info .name span a {
  font-size: 18px;
  font-weight: 500;
  font-family: "museo_sans_cyrl500", sans-serif;
  color: #434343;
  text-decoration: none;
}

.services .services__container .services__card .info .des p, .services .services__container .services__card .info .des-mob p {
  font-size: 15px;
  font-weight: 300;
  font-family: "museo_sans_cyrl300", sans-serif;
  color: #434343;
}

.services .services__container .services__card .info .des-mob {
  display: none;
}

.services .services__container .services__card .info .but {
  margin-top: 17px;
}

.services .services__container .services__card .info .but button {
  border: none;
  padding: 17px 50px 12px;
  background-color: #2b77c9;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  font-family: "museo_sans_cyrl500", sans-serif;
  cursor: pointer;
}

.services .services__container .services__card .picture {
  max-width: 230px;
  width: 100%;
  height: auto;
}

.services .services__container .services__card .picture img {
  width: 100%;
  max-height: 240px;
  margin-top: 2px;
}

.services .services__container .services__card .picture-mob {
  display: none;
}

.trust {
  padding: 45px 18.75%;
}

.trust .title {
  text-align: center;
}

.trust .title span {
  font-size: 25px;
  font-weight: 700;
  font-family: "museo_sans_cyrl700", sans-serif;
  color: #434343;
}

.trust .object__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.trust .object__list .prev, .trust .object__list .next {
  position: absolute;
  top: 50%;
  bottom: 40%;
  z-index: 999;
}

.trust .object__list .next {
  right: 2%;
}

.trust .object__list .prev {
  left: 2%;
}

.trust .object__list .object {
  max-width: 33%;
  margin-right: 0.1%;
  position: relative;
}

.trust .object__list .object:hover > img {
  -webkit-filter: brightness(44%);
  filter: brightness(44%);
}

.trust .object__list .object:hover > .name {
  opacity: 1;
  bottom: 15px;
}

.trust .object__list .object img {
  min-width: 100px;
  max-width: 396px;
  width: 100%;
  height: 255px;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.trust .object__list .object .name {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.trust .object__list .object .name p {
  font-size: 25px;
  font-weight: 100;
  font-family: "museo_sans_cyrl100", sans-serif;
  color: #ffffff;
  cursor: pointer;
}

.partner {
  padding: 45px 18.75%;
  background-color: #f4f4f4;
}

.partner .title {
  text-align: center;
}

.partner .title span {
  font-size: 25px;
  font-weight: 700;
  font-weight: "museo_sans_cyrl700", sans-serif;
  color: #434343;
}

.partner .partner__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.partner .partner__list .slick-dots {
  bottom: -60px !important;
}

.partner .partner__list .card img {
  min-width: 110px;
  max-width: 180px;
  width: 100%;
  height: 90px;
}

.order {
  padding: 45px 18.75% 0;
}

.order .title {
  text-align: center;
  margin-bottom: 45px;
}

.order .title span {
  font-size: 25px;
  font-weight: 700;
  font-family: "museo_sans_cyrl700", sans-serif;
  color: #434343;
}

.order .order__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.order .order__list .card {
  width: 20%;
}

.order .order__list .card hr {
  width: 100%;
  border: 1px solid #f4f4f4;
}

.order .order__list .card .count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order .order__list .card .count .bounce {
  min-width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #2b77c9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 4px;
}

.order .order__list .card .count .bounce p {
  font-size: 22px;
  font-weight: 500;
  font-family: "museo_sans_cyrl500", sans-serif;
  color: #fff;
}

.order .order__list .card .text {
  text-align: center;
  max-width: 150px;
  margin: 25px auto 0;
}

.order .order__list .card .text p {
  font-size: 16px;
  font-weight: 500;
  font-family: "museo_sans_cyrl500", sans-serif;
  color: #434343;
}

.order .quest {
  height: 480px;
  background-image: url("../img/bck-quest.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.order .quest .left, .order .quest .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.order .quest .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order .quest .left form {
  max-width: 340px;
  width: 100%;
  height: 410px;
  background-color: #2b77c9;
  -webkit-box-shadow: 0px 0px 40px #313131;
  box-shadow: 0px 0px 40px #313131;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 25px 30px;
  color: #fff;
}

.order .quest .left form .title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
}

.order .quest .left form .form__date {
  text-align: center;
  margin-bottom: 10px;
}

.order .quest .left form .form__date input, .order .quest .left form .form__date textarea {
  max-width: 270px;
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 10px 20px;
  font-family: "museo_sans_cyrl500", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}

.order .quest .left form .form__date textarea {
  height: 75px;
  resize: none;
}

.order .quest .left form .form__date label {
  margin-left: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.order .quest .left form .form__date label input {
  display: none;
}

.order .quest .left form .form__date label input[type="checkbox"]:checked + .checkbox::after {
  display: block;
}

.order .quest .left form .form__date label .checkbox {
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.order .quest .left form .form__date label .checkbox:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #2b77c9;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: none;
}

.order .quest .left form .form__date label p {
  font-size: 12px;
  font-family: "museo_sans_cyrl500", sans-serif;
  color: #fff;
  margin-left: 10px;
  width: 100%;
  display: inline-block;
}

.order .quest .left form .form__date label p:hover {
  text-decoration: underline;
}

.order .quest .left form .form__date button {
  max-width: 175px;
  width: 100%;
  border: none;
  background-color: #c44b08;
  color: #fff;
  padding: 17px 0 13px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  font-size: 12px;
  font-family: "museo_sans_cyrl500", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.order .quest .left form .title span {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
  text-align: left;
  font-weight: 500;
  font-family: "museo_sans_cyrl500", sans-serif;
}

.order .quest .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.order .quest .right img {
  max-width: 330px;
  height: auto;
}

.contact-mob {
  display: none;
  width: 300px;
  height: 265px;
  right: 12%;
  z-index: 1000;
  bottom: 65px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 100px silver;
  box-shadow: 0px 0px 100px silver;
  padding: 40px 0 45px;
  text-align: center;
}

.contact-mob .title {
  margin-bottom: 25px;
}

.contact-mob .title span {
  font-size: 25px;
  font-weight: 700;
  font-family: "museo_sans_cyrl700", sans-serif;
  color: #434343;
}

.contact-mob .contact {
  margin-bottom: 20px;
}

.contact-mob .contact span {
  font-weight: 500;
  font-family: "museo_sans_cyrl500", sans-serif;
  color: #2b77c9;
  font-size: 14px;
  margin-bottom: 5px;
}

.contact-mob .contact a {
  font-size: 25px;
  font-weight: 500;
  font-family: "Museo Sans Cyrl", sans-serif;
  color: #434343;
  margin-bottom: 5px;
}

.contact-mob .contact p {
  font-size: 22px;
  font-weight: 500;
  font-family: "museo_sans_cyrl500", sans-serif;
  font-size: #434343;
}

.contact-mob .callback p {
  font-size: 18px;
  font-weight: 700;
  font-family: "museo_sans_cyrl700", sans-serif;
  color: #2b77c9;
}

.contact-mob .callback p:last-child {
  font-size: 14px;
  font-weight: 500;
  font-family: "museo_sans_cyrl500", sans-serif;
  color: #434343;
}

.map, #map {
  width: 100%;
  height: 420px;
  position: relative;
}

.map .popup, #map .popup {
  position: absolute;
  width: 300px;
  height: 265px;
  right: 12%;
  z-index: 1000;
  bottom: 65px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 100px silver;
  box-shadow: 0px 0px 100px silver;
  padding: 40px 0 45px;
  text-align: center;
}

.map .popup .title, #map .popup .title {
  margin-bottom: 25px;
}

.map .popup .title span, #map .popup .title span {
  font-size: 25px;
  font-weight: 700;
  font-family: "museo_sans_cyrl700", sans-serif;
  color: #434343;
}

.map .popup .contact, #map .popup .contact {
  margin-bottom: 20px;
}

.map .popup .contact span, #map .popup .contact span {
  font-weight: 500;
  font-family: "museo_sans_cyrl500", sans-serif;
  color: #2b77c9;
  font-size: 14px;
  margin-bottom: 5px;
}

.map .popup .contact a, #map .popup .contact a {
  font-size: 25px;
  font-weight: 500;
  font-family: "Museo Sans Cyrl", sans-serif;
  color: #434343;
  margin-bottom: 5px;
}

.map .popup .contact p, #map .popup .contact p {
  font-size: 22px;
  font-weight: 500;
  font-family: "museo_sans_cyrl500", sans-serif;
  font-size: #434343;
}

.map .popup .callback p, #map .popup .callback p {
  font-size: 18px;
  font-weight: 700;
  font-family: "museo_sans_cyrl700", sans-serif;
  color: #2b77c9;
}

.map .popup .callback p:last-child, #map .popup .callback p:last-child {
  font-size: 14px;
  font-weight: 500;
  font-family: "museo_sans_cyrl500", sans-serif;
  color: #434343;
}
.order .top-callback-block {
  text-align: center;
  margin-bottom: 30px;
} 

section.order .btn.btn-transparent {
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  background-color: #c44b08;
  color: #fff;
  /* padding: 17px 0 13px; */
  -webkit-border-radius: 11px;
  border-radius: 11px;
  font-size: 12px;
  font-family: "museo_sans_cyrl500", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 13px;
  margin-bottom:20px;
}
section.order .btn.btn-transparent:hover{
  opacity:.8
}
.advantages {
  padding: 40px 0;
  background: #f9f9f9;
}
.advantages__title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: bold;
}
.advantages__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
}
.advantages__item {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
}
.advantages__item i {
  display: block;
  font-size: 32px;
  color: #0073e6;
  margin-bottom: 10px;
}
.reviews {
  padding: 60px 0;
  background: #fff;
}
.reviews__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}
.review {
  display: flex;
  justify-content: center;
  /* background: #F9F9F9; */
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 13px;
  border: 2px solid #F9F9F9;
}
.review__content {
  max-width: 700px;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  text-align: center;
}
.review__text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
}
.review__author {
  font-weight: 600;
  font-size: 22px;
  /* color: #0073e6; */
  margin-bottom: 10px;
}


.reviews-slider ul.slick-dots {
  justify-content: center;
}

.advantages__title {
  margin-bottom: 40px;
}
.certificates p {
  font-size: 18px;
  color: #434343;
  line-height: 1.4;
  margin-bottom: 40px;
}

.certificates-slider {
  display: flex;
}
 

.certificates-slider img {
  max-width: 100%;
}

.certificate img {
  margin: -2px;
  box-sizing: border-box;
  max-width: calc(100% + 2px);
  border-radius: 4px;
  overflow: hidden;
}
 .certificate {
   overflow:hidden;
 }
.certificates-slider .slick-slide {
  margin: 0 15px; /* 15px слева и справа */
}
.certificates-slider .slick-list {
  margin: 0 -15px; /* компенсируем внешние отступы */
}


.certificates-slider  ul.slick-dots {
  justify-content: center;
}

.certificates-slider {
  margin-bottom: 50px !important;
}

section.certificates {
  padding-top: 40px;
  padding-bottom: 30px;
}
.products-slider .caption {
  padding: 10px;
}

.products-slider .caption h4 {
  display: block;
  margin-bottom: 10px;
  color: #000;
}
.products-slider .caption h4 a{
  color: #000;
}

.products-slider .slick-track  {
  display: flex;
}

.products-slider .slick-dots{
justify-content: center;
}
.products-slider .product-layout {
  padding-left: 10px;
  padding-right: 10px;
}
.products-slider p.price {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  display: none;
}

.products-slider .button-group {
  display: none;
}
@media screen and (min-width: 1100px) {
  .products .products__list .card:first-child {
    border-left: 0;
  }
  .products .products__list .card:nth-child(4n) {
    border-right: 0;
  }
  .products .products__list .card:nth-child(4n+1) {
    border-left: 0;
  }
}

@media screen and (max-width: 1700px) {
  .services {
    padding-left: 12%;
    padding-right: 12%;
  }
}

@media screen and (max-width: 1570px) {
  .services {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (max-width: 1490px) {
  .services {
    padding-left: 8%;
    padding-right: 8%;
  }
}

@media screen and (max-width: 1420px) {
  .services {
    padding-left: 6%;
    padding-right: 6%;
  }
}

@media screen and (max-width: 1420px) {
  .services {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media screen and (max-width: 1300px) {
  .services {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 1840px) {
  .main .form, .products, .sectoral, .function, .trust, .partner, .order {
    padding-left: 15%;
    padding-right: 15%;
  }
  .main .main-slider .slide .text, .main .main-slider .slick-dots {
    margin-left: 15%;
  }
}

@media screen and (max-width: 1240px) {
  .services .services__container .services__card .info .des p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .services {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1440px) {
  .main .form, .products, .sectoral, .function, .trust, .partner, .order {
    padding-left: 10%;
    padding-right: 10%;
  }
  .main .main-slider .slide .text, .main .main-slider .slick-dots {
    margin-left: 10%;
  }
  .main .main-slider .slide .text {
    width: 50%;
  }
}

@media screen and (max-width: 1220px) {
  .main .form, .products, .sectoral, .function, .trust, .partner, .order {
    padding-left: 4%;
    padding-right: 4%;
  }
  .main .main-slider .slide .text, .main .main-slider .slick-dots {
    margin-left: 4%;
  }
}

@media screen and (max-width: 1100px) {
  .main .main-slider .slide .text {
    margin-top: 50px;
  }
  .main .form, .products, .sectoral, .function, .trust, .partner, .order {
    padding-left: 1.625%;
    padding-right: 1.625%;
  }
  .main .main-slider .slide .text, .main .main-slider .slick-dots {
    margin-left: 1.625%;
  }
  .main .form form {
    margin: 0;
  }
  .main .main-slider .slide {
    padding-top: 50px;
    padding-bottom: 150px;
  }
  .main .main-slider .slide .text>span, .main .main-slider .slide .text h1 {
    font-size: 35px;
  }
  .main .main-slider .slide .text>p {
    font-size: 16px;
  }
  .products {
    padding: 0;
    padding-bottom: 35px;
  }
  .products .title span {
    font-size: 22px;
  }
  .products .products__list .card {
    width: 33.33333333333333%;
    max-width: 363px;
  }
  .products .products__list .card:first-child {
    border-left: 0;
  }
  .products .products__list .card:nth-child(3n) {
    border-right: 0;
  }
  .products .products__list .card:nth-child(3n+1) {
    border-left: 0;
  }
  .products .products__list .card img {
    max-width: 363px;
  }
  .products .products__list .card .info .name {
    font-size: 18px;
  }
  .products .products__list .card .info .link a:first-child {
    font-size: 14px;
  }
  .sectoral {
    padding: 0;
    padding-bottom: 35px;
  }
  .sectoral .title {
    padding: 35px 0;
  }
  .sectoral .title span {
    font-size: 22px;
  }
  .sectoral .sectoral__list .card {
    width: 33.33333333333333%;
    max-width: 363px;
  }
  .sectoral .sectoral__list .card:first-child {
    border-left: 0;
  }
  .sectoral .sectoral__list .card:nth-child(3n) {
    border-right: 0;
  }
  .sectoral .sectoral__list .card:nth-child(3n+1) {
    border-left: 0;
  }
  .sectoral .sectoral__list .card .picture {
    max-width: 363px;
  }
  .sectoral .sectoral__list .card .info a {
    font-size: 18px;
  }
  .function {
    padding-left: 5%;
    padding-right: 5%;
  }
  .function .function__container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .function .function__container .fun__card .info .num span {
    font-size: 50px;
    margin-right: -10px;
  }
  .function .function__container .fun__card .info .bounce {
    width: 105px;
    height: 105px;
  }
  .function .function__container .fun__card .info .bounce img {
    max-width: 30px;
  }
  .services {
    padding-top: 35px;
    padding-bottom: 10px;
  }
  .services .title span {
    font-size: 22px;
  }
  .services .services__container .services__card .picture {
    max-width: 33.33333333333333%;
    height: 180px;
  }
  .services .services__container .services__card .picture img {
    height: 180px;
    margin-top: 0;
  }
  .services .services__container .services__card .info {
    padding: 20px 1.625% 12px;
    max-width: 66.66666666666667%;
    height: 180px;
  }
  .services .services__container .services__card .info .des {
    display: none;
  }
  .services .services__container .services__card .info .des-mob {
    display: block;
  }
  .services .services__container .services__card .info .des-mob p {
    font-size: 14px;
  }
  .services .services__container .services__card .info .name span {
    font-size: 16px;
  }
  .services .services__container .services__card .info .but button {
    padding: 17px 38px 12px;
  }
  .trust {
    padding: 35px 0;
  }
  .trust .title span {
    font-size: 22px;
  }
  .trust .object__list {
    margin-top: 30px;
  }
  .trust .object__list .object {
    max-width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .trust .object__list .object img {
    max-width: none;
    width: 100%;
  }
  .order {
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }
  .order .title {
    margin-bottom: 25px;
  }
  .order .title span {
    font-size: 22px;
  }
  .order .order__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 1.625%;
    padding-right: 1.625%;
  }
  .order .order__list .card .text {
    max-width: 120px;
  }
  .order .order__list .card .text p {
    font-size: 14px;
  }
  .partner {
    padding: 35px inherit 50px;
  }
  .partner .title span {
    font-size: 22px;
  }
  .partner .partner__list {
    margin-bottom: 5px !important;
    margin: 40px 0 5px;
  }
  .partner .partner__list .slick-dots {
    bottom: -25px !important;
  }
  .partner .partner__list .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .partner .partner__list .card img {
    max-width: 160px;
    height: auto;
  }
  .map .popup, #map .popup {
    right: 5%;
  }
}

@media screen and (max-width: 740px) {
  .showondesktop{display: none;}
  .next, .prev {
    width: 11px;
    height: 20px;
  }
  #map {
    display: none;
  }
  .map {
    height: 100%;
  }
  .contact-mob {
    display: block;
    bottom: 0;
    right: 0;
    max-width: 720px;
    width: 90%;
    margin: 5%;
  }
  .main {
    display: none;
  }
  .products .title {
    padding: 25px 0 20px;
  }
  .products .title span {
    font-size: 18px;
  }
  .products .products__list {
    display: block;
  }
  .products .products__list .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 740px;
  }
  .products .products__list .card img {
    width: 100px;
    height: 65px;
  }
  .products .products__list .card .info {
    width: 100%;
    padding: 10px 0 10px 15px;
    margin: 0 auto;
    height: 65px;
  }
  .products .products__list .card .info .link {
    padding: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .products .products__list .card .info .link a:first-child {
    font-size: 12px;
  }
  .products .products__list .card .info .link a:last-child {
    top: -5px;
    right: 1.625%;
    font-size: 12px;
  }
  .products .products__list .card .info .name {
    text-align: left;
    margin-bottom: 10px;
  }
  .products .products__list .card .info .name p {
    font-size: 16px;
  }
  .sectoral {
    padding: 0;
    padding-bottom: 35px;
  }
  .sectoral .title {
    padding: 25px 0;
  }
  .sectoral .title span {
    font-size: 18px;
  }
  .sectoral .sectoral__list .card {
    width: 100%;
    max-width: 740px;
    border-left: 0;
    border-right: 0;
  }
  .sectoral .sectoral__list .card .picture {
    max-width: 740px;
    height: 300px;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .sectoral .sectoral__list .card .info a {
    font-size: 15px;
  }
  .function {
    padding: 25px 0;
    padding-left: 4%;
    padding-right: 4%;
  }
  .function .title span {
    font-size: 18px;
  }
  .function .function__container {
    margin-top: 25px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .function .function__container .fun__card .info .num span {
    margin-right: -15px;
  }
  .function .function__container .fun__card .info .bounce {
    width: 75px;
    height: 75px;
  }
  .function .function__container .fun__card .info .bounce img {
    max-width: 20px;
  }
  .function .function__container .fun__card .name {
    margin: 0;
    margin-top: 15px;
  }
  .function .function__container .fun__card .name p {
    font-size: 14px;
  }
  .partner {
    padding: 25px inherit 45px;
  }
  .partner .title span {
    font-size: 18px;
  }
  .partner .partner__list {
    margin-bottom: 0 !important;
    margin: 30px 0 15px;
  }
  .partner .partner__list .slick-dots {
    bottom: -25px !important;
  }
  .partner .partner__list .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .partner .partner__list .card img {
    max-width: 110px;
    height: auto;
  }
  .services {
    padding-top: 25px;
    padding-bottom: 10px;
    background-color: #fff;
  }
  .services .title span {
    font-size: 18px;
  }
  .services .services__container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .services .services__container .services__card.left, .services .services__container .services__card.right {
    text-align: center;
  }
  .services .services__container .services__card.right {
    margin-left: 0;
  }
  .services .services__container .services__card {
    padding-right: 5px;
    width: 45.3125%;
    display: block;
  }
  .services .services__container .services__card:nth-child(2n+2) {
    padding-right: 0;
    padding-left: 5px;
  }
  .services .services__container .services__card .picture-mob {
    display: block;
    width: 100%;
  }
  .services .services__container .services__card .picture-mob img {
    width: 100%;
    height: auto;
    max-height: 300px;
    min-height: 190px;
  }
  .services .services__container .services__card .picture {
    display: none;
  }
  .services .services__container .services__card .info {
    max-width: 100%;
    height: auto;
    padding: 0;
    padding-top: 12px;
  }
  .services .services__container .services__card .info .des {
    display: none;
  }
  .services .services__container .services__card .info .des-mob {
    display: none;
  }
  .services .services__container .services__card .info .name span {
    font-size: 12px;
    font-weight: 700;
    font-family: "museo_sans_cyrl700", sans-serif;
  }
  .services .services__container .services__card .info .but button {
    font-size: 11px;
    padding: 13px 12px 9px;
  }
  .trust {
    padding: 15px 0 25px;
  }
  .trust .title span {
    font-size: 18px;
  }
  .trust .object__list .object {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  .trust .object__list .object img {
    max-width: 740px;
    height: auto;
    width: 100%;
  }
  .order {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  .order .title span {
    font-size: 18px;
  }
  .order .order__list {
    display: block;
    padding: 0;
    margin-bottom: 15px;
    padding-left: 1.625%;
    padding-right: 1.625%;
  }
  .order .order__list hr {
    display: none;
  }
  section.order .order__list .card {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
  section.order .order__list .card:last-child {
    margin-bottom: 0;
  }
  section.order .order__list .card .count .bounce p {
    font-size: 14px;
  }
  section.order .order__list .card .text {
    max-width: none;
    text-align: left;
    padding: 0 12px;
    margin: 0;
  }
  .order .quest {
    padding: 0;
    background-image: none;
    min-height: 450px;
    height: 0;
  }
  .order .quest .right {
    display: none;
  }
  .order .quest .left {
    width: 100%;
  }
  .order .quest .left .form {
    width: 100%;
  }
  .order .quest .left .form form {
    max-width: 740px;
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .order .quest .left .form form input, .order .quest .left .form form textarea {
    max-width: 740px;
  }
}

@media screen and (max-width: 615px) {
  .services .services__container .services__card .picture-mob img {
    height: 260px;
  }
}

@media screen and (max-width: 500px) {
  .services .services__container .services__card .picture-mob img {
    height: 220px;
  }
}

@media screen and (max-width: 500px) {
  .services .services__container .services__card .picture-mob img {
    height: 200px;
  }
}

@media screen and (max-width: 375px) {
  .services .services__container .services__card .picture-mob img {
    height: 190px;
  }
}

@media screen and (max-width: 500px) {
  .sectoral .picture {
    height: 100px !important;
  }
  .pic-1 {
    background-image: url("../img/sectoral/sectoramobl1.png");
  }
  .pic-2 {
    background-image: url("../img/sectoral/sectoramobl2.png");
  }
  .pic-3 {
    background-image: url("../img/sectoral/sectoramobl3.png");
  }
  .pic-4 {
    background-image: url("../img/sectoral/sectoramobl4.png");
  }
  .pic-5 {
    background-image: url("../img/sectoral/sectoramobl5.png");
  }
  .pic-6 {
    background-image: url("../img/sectoral/sectoramobl5.png");
  }
  .pic-7 {
    background-image: url("../img/sectoral/sectoramobl6.png");
  }
  .pic-8 {
    background-image: url("../img/sectoral/sectoramobl7.png");
  }
  .pic-9 {
    background-image: url("../img/sectoral/sectoramobl8.png");
  }

  .main .main-slider .slide {
    position: relative;
    min-height: 400px;
    max-width: 100%;
    width: 100%;
    min-width: auto;
  }

  .main .main-slider .slide .picture {
    left: 0;
    top: 0;
    margin-top: -1px;
    position: absolute;
    max-width: 100%;
    width: inherit;
    min-width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  }
  .main .main-slider .slide .text{margin-top:0;}
  .main .main-slider .slide{padding-top:20px;}
  .main .main-slider .prev, .main .main-slider .next{display:none !important;}
  .main .main-slider .slide .text{width:100%;}
  .main .main-slider .slide .text>span, .main .main-slider .slide .text h1{font-size:30px;}
  section.order{padding:25px 0;}
  section.order .order__list{display:block;}
  section.order .order__list .card{display:block;}
  section.order .order__list .card .text{text-align:center;padding-top:10px;padding-bottom:20px;}
  section.order .quest .right{display:none;}
  section.order .quest .left{width:100%;}

}




@media screen and (max-width:480px){
  div#content>section {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

ul.advantages__list {
  grid-template-columns: repeat(auto-fit, minmax(153px, 1fr));
}

ul.advantages__list i {
  font-size: 44px;
  color: #2B77C9;
}

.products-slider.slick-initialized.slick-slider.slick-dotted {
  margin-bottom: 0;
}

.products-slider.slick-initialized.slick-slider.slick-dotted .slick-dots {
  bottom: 0 !important;
}

.function .function__container .fun__card .name p {
  color: #fff;
}

.main .main-slider .slide .picture {
  /* padding-bottom: 0 !important; */
  /* height: 100px !important; */
}

.main .main-slider .slide {
  min-height: 320px;
}

.main .main-slider .slick-dots {
  bottom: 30px !important;
}

.main .main-slider .slide .text>span, .main .main-slider .slide .text h1 {
  font-size: 28px !important;
  padding-right: 20px;
}

.main .main-slider .slide .text p {
  padding-right: 30px;
}

section.function {
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.services .services__container .services__card .info .name span,.services .services__container .services__card .info .name {
  font-size: 16px;
  font-weight: 400;
}

.services .services__container .services__card .picture {
  display: block;
  order: -1;
  width: 100%;
  min-width: 100%;
}

.services .services__container .services__card.left, .services .services__container .services__card.right {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #ccc;
  padding-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.services .services__container .services__card .picture a {
  display: block;
  width: 100%;
}

.services .services__container .services__card .picture img {
  height: auto;
}

.services .services__container .services__card .info {width: 100%;}

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

.services .title {
  margin-bottom: -20px;
}
  .order .order__list .card .text p {
    font-size: 14px;
  }
}


@media screen and (max-width:480px){
  html .products__list .card .picture {
  width: 80px;
}
html .products .products__list .card:nth-child(3n+1) {
  border: none;
}
html .products .products__list .card .info {
  width: calc(100% - 80px);
  margin-right: 0;
  margin-left: 0;
  display: flex;
  align-items: center;
}
html .products .products__list .card {
  margin: 0 !important;
  border: none !important;
  border-top: 1px solid #fff !important;
}
html .products .products__list .card .info .name {
  margin-bottom: 0;
}

html .services .services__container .services__card.left, .services .services__container .services__card.right,
html .sectoral .sectoral__list .card {
  box-sizing: border-box;
  width: 50%;
  padding: 2px;
  padding-bottom: 10px;
  margin: 0;
}
html .sectoral .sectoral__list .card .info {
  padding: 10px;
  height: auto;
  min-height: 0;
}
html .sectoral .sectoral__list .card .info a {
  font-size: 14px;
}
html .services .services__container .services__card .picture {
  height: auto;
  margin: 0px;
  /* overflow: hidden; */
}
html .services .services__container .services__card .info .name span,
html  .services .services__container .services__card .info .name span a {
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: 100%;
  font-weight: 400
  display: flex;
  align-items: center;
  min-height: 40px;
}
html .services .services__container .services__card .info .name span,
html  .services .services__container .services__card .info .name {margin-bottom: 0;justify-content: center;}
html .services .services__container .services__card .info .but button {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 9px;
}
html .services .services__container .services__card .info .but {
  margin-top: 0;
}
html .services .services__container {
  box-sizing: border-box;
  gap: 8px;
}
html .services .services__container .services__card .picture img {
  margin: -4px;
  max-width: calc(100% + 8px);
  width: 104%;
}
html .services .services__container .services__card .info {
  margin: 4px;
  width: 100%;
  padding-top: 2px;
}
html,body{overflow-x: hidden;}
.services__card {
  max-width: 48%;
}
html .services .services__container .services__card .info .name span, html .services .services__container .services__card .info .name {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

html .services .services__container .services__card .info .name span, html .services .services__container .services__card .info .name span a {
  min-height: 0;
}
}

@media screen and (min-width: 1200px) {
  .main .main-slider .slide .text {
  width: 50%;
  max-width: 780px;
}
}