@charset "UTF-8";
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "LoraRegular", sans-serif;
  color: #858585;
  font-weight: normal;
  font-size: 16px;
  min-width: 310px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialised;
  overflow-x: hidden;
  background-color: #fff;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #858585;
}

a:hover {
  -webkit-transition: color 0.6s 0.2s;
  transition: color 0.6s 0.2s;
  color: #2f5496;
}

.slick-slide {
  outline: none;
}

/* Хидер */
header {
  margin-top: 30px;
  text-align: center;
  position: relative;
}

address {
  display: inline;
}

header h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-family: "LoraSemiBold", sans-serif;
  font-weight: normal;
}

header h2 {
  margin-top: 0;
  padding: 0;
  font-size: 25px;
  line-height: 26px;
}

header .tel_call {
  padding: 20px;
}

header .tel_call a {
  display: block;
  font-size: 20px;
}

header .tel_call a:hover {
  color: #2f5496;
}

header span {
  font-family: "LoraRegular", sans-serif;
  font-size: 20px;
  line-height: 35px;
  display: block;
  text-align: right;
  padding: 0 20px 20px 20px;
}

header span a:hover {
  color: #fff;
}

header .tel_call_collapse {
  padding: 20px;
}

header .tel_call_collapse a {
  display: block;
  font-size: 20px;
}

header .tel_call_collapse a:hover {
  color: #2f5496;
}

hr {
  margin-bottom: 0;
}

/* Бургер */
.menuBurger {
  padding: 10px 15px;
  display: none;
  cursor: pointer;
}

.btn_wrap {
  display: inline-block;
}

.btn_wrap a.btn_top {
  font-family: "LoraSemiBold", sans-serif;
  color: #858585;
  border: 1px #858585 solid;
  text-align: center;
  margin-top: 20px;
  padding: 3px 17px;
  border-radius: 3px;
  display: inline-block;
  font-size: 18px;
}

.btn_wrap a.btn_top:hover {
  -webkit-transition: all 0.7s 0.2s;
  transition: all 0.7s 0.2s;
  color: #e7e7e7;
  background-color: #2f5496;
  -webkit-box-shadow: inset 14px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 14px 0 rgba(0, 0, 0, 0.5);
}

/* Навигация */
nav {
  height: 43px;
  text-transform: uppercase;
  line-height: 62px;
  text-align: center;
  font-family: "LoraSemiBold", sans-serif;
}

nav a {
  font-size: 22px;
  display: block;
  padding-right: auto;
}

nav a:hover {
  text-decoration: underline;
  color: #2f5496;
  -webkit-transition: all 0.2s 0;
  transition: all 0.2s 0;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

nav ul li {
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
}

/* Паралакс бг*/
.par_img {
  background-image: url(../img/bg_top.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
  min-height: 500px;
  background-position: top center;
  background-size: cover;
  background-color: #858585;
  font-family: "RobotBold",sans-serif;
}

.par_img h2 {
  color: #fff;
  font-size: 40px;
  padding-left: 80px;
  padding-top: 115px;
}

.par_img strong {
  font-size: 40px;
  color: #fff;
  padding-left: 80px;
}

/* Виды проверок */
.service {
  text-align: center;
}

.service h2 {
  font-size: 40px;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}

.service .s_price {
  font-size: 40px;
  margin: 0;
  padding: 0;
}

.service i {
  font-size: 50px;
  color: #858585;
  padding-top: 40px;
}

.service i:hover {
  color: #2f5496;
  -webkit-transition: color 2s 0;
  transition: color 2s 0;
}

.service h4 {
  margin-bottom: 10px;
}

.service p {
  margin-top: 7px;
  line-height: 22px;
  font-size: 16px;
}

.service .offer {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  max-width: 700px;
  text-align: center;
}

.service a .vkp {
  text-decoration: underline;
}

/* Консультация */
.s_cons {
  background-image: url(../img/bg_mid.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-color: #000;
  min-height: 500px;
  background-position: top center;
  background-size: cover;
  background-color: #858585;
  font-family: "LoraBold",sans-serif;
  text-align: center;
}

.s_cons h2 {
  color: #fff;
  font-size: 40px;
  padding-top: 115px;
  text-shadow: 3px 0 0 #000;
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.s_cons .btn_wrap {
  display: block;
}

.s_cons a.btn_mid {
  font-family: "LoraRegular", sans-serif;
  color: #fff;
  border: 2px #Fff solid;
  background-color: #858585;
  text-align: center;
  margin-top: 20px;
  padding: 10px 22px;
  border-radius: 25px;
  display: inline-block;
  font-size: 36px;
}

.s_cons a.btn_mid:hover {
  -webkit-transition: all 0.7s 0.2s;
  transition: all 0.7s 0.2s;
  color: #e7e7e7;
  background-color: #2f5496;
  -webkit-box-shadow: inset 14px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 14px 0 rgba(0, 0, 0, 0.5);
}

/* Почему мы */
.why-we {
  text-align: center;
}

.why-we h2 {
  font-size: 40px;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}

.why-we .s_price {
  font-size: 40px;
  margin: 0;
  padding: 0;
}

.why-we i {
  font-size: 50px;
  color: #858585;
  padding-top: 40px;
}

.why-we i:hover {
  color: #2f5496;
  -webkit-transition: color 2s 0;
  transition: color 2s 0;
}

.why-we h4 {
  margin-bottom: 10px;
}

.why-we p {
  margin-top: 7px;
  line-height: 22px;
  font-size: 16px;
}

.why-we .offer {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  max-width: 700px;
  text-align: center;
}

/* Сертификаты */
.s_cert {
  margin-top: 50px;
  background-color: #858585;
  padding: 50px 0;
}

.s_cert .cert-item {
  height: 350px;
  margin-left: 10px;
}

.s_cert .cert-item img {
  height: 350px;
  margin-left: 10px;
  border-radius: 3px;
}

.s_cert h2 {
  text-align: center;
  color: #fff;
  font-size: 44px;
  margin-top: 0;
}

/* Кейсы */
.s_cases h2 {
  font-size: 44px;
  text-align: center;
}

.s_cases h3 {
  font-size: 30px;
  display: inline-block;
  padding-left: 20px;
}

.s_cases p {
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
}

.s_cases .case_wrapper {
  background-color: #fafafa;
}

.s_cases .case_arrows {
  display: inline-block;
  text-align: right;
  float: right;
  padding-top: 0px;
}

.s_cases .case_title {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  color: #21498f;
  background: #fff;
  padding: 5px 10px;
  margin-bottom: 12px;
}

.s_cases .case_slider {
  margin: 0 30px 30px 15px;
}

.s_cases .btn_prev {
  width: 54px;
  height: 54px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #2f5496;
  background-image: url(../img/arrow-left.svg);
  background-size: 25%;
  position: relative;
  background-repeat: no-repeat;
  background-position: 43% 43%;
  top: 20px;
  opacity: 0.5;
}

.s_cases .btn_next {
  width: 54px;
  height: 54px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #2f5496;
  background-image: url(../img/arrow-right.svg);
  background-size: 25%;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 43%;
  top: 20px;
  opacity: 0.5;
}

.s_cases .btn_next:focus,
.s_cases .btn_prev:focus {
  border-color: #21498f;
}

.s_cases .btn_next:hover,
.s_cases .btn_prev:hover {
  border-color: #21498f;
}

/* Благодарности */
.s_gratitude {
  margin-top: 50px;
  background-color: #858585;
  padding: 50px 0;
}

.s_gratitude .cert-item {
  height: 350px;
  margin-left: 10px;
}

.s_gratitude .cert-item img {
  height: 350px;
  margin-left: 10px;
  border-radius: 3px;
}

.s_gratitude h2 {
  text-align: center;
  color: #fff;
  font-size: 44px;
  margin-top: 0;
}

/* Оборудование */
.s_equip {
  margin-top: 50px;
  text-align: center;
}

.s_equip h2 {
  font-size: 40px;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}

.s_equip .btn_wrap {
  display: block;
}

.s_equip a.btn_btm {
  font-family: "LoraRegular", sans-serif;
  color: #fff;
  border: 2px #Fff solid;
  background-color: #858585;
  text-align: center;
  margin-top: 20px;
  padding: 10px 22px;
  border-radius: 5px;
  display: inline-block;
  font-size: 20px;
}

.s_equip a.btn_btm:hover {
  -webkit-transition: all 0.7s 0.2s;
  transition: all 0.7s 0.2s;
  color: #e7e7e7;
  background-color: #2f5496;
  -webkit-box-shadow: inset 18px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 18px 0 rgba(0, 0, 0, 0.5);
}

.s_equip img {
  width: 100%;
}

.s_equip .cont_img {
  position: relative;
  margin-bottom: 20px;
}

.s_equip .cont_img:hover img {
  opacity: 0.3;
}

.s_equip .cont_img:hover .img-text {
  opacity: 1;
}

.s_equip .cont_img img {
  opacity: 1;
  display: block;
  width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.s_equip .cont_img .img-text {
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.s_equip .cont_img .s_e_text {
  font-family: "LoraRegular", sans-serif;
  font-weight: bold;
  color: #2f5496;
  font-size: 16px;
  padding: 16px 21px;
}

/* footer */
footer {
  margin-top: 80px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/map.png");
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/map.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 20px;
}

footer iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  opacity: 0.5;
}

footer form {
  background-color: #F7F7F7;
  padding: 25px 30px;
  border: #858585 5px solid;
  border-radius: 5px;
}

footer h2 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: "RobotoBold", sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 30px;
  text-shadow: 1px 0 0 #333;
  text-align: center;
}

footer h2.f_h2 {
  text-align: center;
}

footer label {
  font-family: "Roboto", sans-serif;
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  color: #fff;
}

footer input,
footer select {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  border: 1px solid #D9D9D9;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06) inset;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.06) inset;
  width: 90%;
  text-indent: 10px;
  font-size: 20px;
  margin-top: 3px;
  margin-bottom: 15px;
}

footer input:focus,
footer select:focus {
  -webkit-box-shadow: #858585 0 0 0 3px;
          box-shadow: #858585 0 0 0 3px;
  border-radius: 2px;
  border: 1px solid #858585;
}

footer select {
  background-image: url(../img/arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

footer .button_wrap {
  text-align: center;
  margin: 30px 0 10px;
}

footer textarea {
  display: inline-block;
  line-height: 40px;
  height: 90px;
  border: 1px solid #D9D9D9;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06) inset;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.06) inset;
  width: 90%;
  text-indent: 10px;
  font-size: 20px;
  margin-top: 3px;
  margin-bottom: 15px;
}

footer textarea:focus {
  border-radius: 2px;
  border: 1px solid #858585;
}

footer .btn_wrap {
  display: block;
  text-align: center;
}

footer .btn_wrap button {
  font-family: "LoraRegular", sans-serif;
  color: #fff;
  border: 2px #Fff solid;
  background-color: #858585;
  text-align: center;
  margin-top: 20px;
  padding: 10px 22px;
  border-radius: 5px;
  display: inline-block;
  font-size: 20px;
}

footer span {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  display: block;
  text-align: left;
}

footer span a {
  padding: 20px;
}

footer span p {
  display: inline;
  padding: 20px;
}

footer .f_contacts {
  font-size: 18px;
  color: #fff;
  text-align: justify;
}

footer .f_contacts span, footer .f_contacts a, footer .f_contacts p {
  color: #fff;
  text-align: left;
  margin: 26px 0;
}

footer .f_contacts span {
  padding-left: 60px;
}

/* modal */
#modal_contact {
  display: none;
  width: 100%;
  max-width: 600px;
  padding: 0 0 40px 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#modal_contact h3 {
  padding-top: 20px;
}

#modal_contact form {
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #666666;
}

#modal_contact form input,
#modal_contact form select {
  font-family: "LoraRegular", sans-serif;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  border: 1px solid #D9D9D9;
  width: 94%;
  text-indent: 10px;
  font-size: 20px;
  margin-top: 3px;
  margin-bottom: 15px;
}

#modal_contact form input:focus,
#modal_contact form select:focus {
  border-radius: 2px;
  border: 1px solid #858585;
}

#modal_contact form input[type="submit"] {
  font-family: "LoraSemiBold", sans-serif;
  color: #858585;
  border: 1px #858585 solid;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 3px 17px;
  border-radius: 3px;
  display: inline-block;
  font-size: 18px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 60px;
  border-radius: 10px;
  background-color: #fff;
}

#modal_contact form input[type="submit"]:hover {
  -webkit-transition: all 0.7s 0.2s;
  transition: all 0.7s 0.2s;
  color: #e7e7e7;
  background-color: #2f5496;
  -webkit-box-shadow: inset 14px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 14px 0 rgba(0, 0, 0, 0.5);
}

#modal_contact form textarea {
  width: 94%;
  padding: 5px;
  text-indent: 10px;
  font-size: 20px;
  line-height: 40px;
  font-family: "LoraRegular", sans-serif;
  max-height: 200px;
}

#modal_contact form select {
  background-image: url(../img/arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#form1 {
  padding: 0 30px;
}

#modal_vkp {
  display: none;
  max-width: 600px;
  margin: 20px;
}

/* burger-menu */
#burger-menu {
  cursor: pointer;
  height: 27px;
  width: 27px;
  position: fixed;
  z-index: 2;
  visibility: hidden;
  display: inline-block;
  top: 20px;
  right: 20px;
}

#burger-menu span {
  background: #333;
  display: block;
  height: 4px;
  opacity: 1;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0;
  right: 0px;
  top: 13px;
  width: 27px;
}

#burger-menu span:before, #burger-menu span:after {
  background: #333;
  display: block;
  height: 4px;
  opacity: 1;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#burger-menu span:before, #burger-menu span:after {
  content: "";
}

#burger-menu span:before {
  left: 0px;
  top: -10px;
  width: 27px;
}

#burger-menu span:after {
  left: 0px;
  top: 10px;
  width: 27px;
}

#burger-menu.close span {
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 13px;
  width: 27px;
}

#burger-menu.close span:before {
  background-color: #fff;
  top: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 27px;
}

#burger-menu.close span:after {
  background-color: #fff;
  top: 0px;
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
  width: 0;
}

#b_menu {
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  padding-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#b_menu.overlay {
  visibility: visible;
  opacity: 1;
  padding-top: 133px;
  background: rgba(0, 0, 0, 0.9);
}

#b_menu li {
  list-style: none;
}

#b_menu a {
  color: #fff;
  display: block;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 30px;
  text-decoration: none;
  font-family: "LoraBold", sans-serif;
}

#b_menu a:hover {
  border: none;
  color: #fff;
}

.bottom_form {
  background-color: none;
  color: #333;
}

.bottom_form label {
  color: #333;
  font-size: 20px;
}

.btn {
  font-family: "LoraRegular", sans-serif;
  color: #fff;
  border: 2px #Fff solid;
  background-color: #858585;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px 22px;
  border-radius: 5px;
  display: block;
  font-size: 20px;
}

.promotion {
  opacity: 0;
  background-color: #3498db;
  color: #fff;
  padding: 30px 17px;
  border-radius: 10px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.promotion a {
  color: #fff;
  font-family: "LoraBold", sans-serif;
}

.private {
  text-align: justify;
  font-family: "LoraRegular", sans-serif;
  font-size: 14px;
}

.types_of_work {
  display: flex;
  flex-direction: row;
  justify-content:space-around;
}

.type_of_work {
  display: flex;
  width: 30%;
  flex-direction: column;
  text-align:justify;
  margin-top: 5px;
}

.type_of_work-image {
  margin: 0 auto;
}

.type_of_work-title {
  margin-top: 0;
}

.more_info{
  color:#2f5496;
  cursor: pointer;
}

.more_info:hover{
  text-decoration: underline;
}

.hidden {
  display: none;
}