body {
  margin: 0;
  padding: 0;
  font-family: Tahoma, sans-serif;
}
body.locked {
  overflow: hidden;
}
body .pop_up {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 110;
  text-align: center;
}
body .pop_up .content {
  position: relative;
  display: inline-block;
  margin: 100px auto 0 auto;
  padding: 25px 25px 25px 25px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
}
body .pop_up .content .title {
  color: #219C5D;
  font-size: 30px;
}
body .pop_up .content .description {
  margin: 20px 0 20px 0;
  color: #777777;
  font-size: 16px;
}
body .pop_up .content .button {
  display: inline-block;
  padding: 15px 20px;
  background-color: #219C5D;
  color: white;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}
body .pop_up .content .x {
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 10px;
  color: #777777;
  cursor: pointer;
}
body .header {
  position: fixed;
  display: block;
  width: 100%;
  height: auto;
  z-index: 100;
  transition: ease 0.4s;
}
body .header.scrolled {
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: ease 0.4s;
}
body .header.scrolled .header_content_container .logo {
  background-image: url(../img/logo_green.svg);
}
body .header.scrolled .header_content_container .navigation .navigation_element {
  color: #4D4D4D;
}
body .header .header_content_container {
  position: relative;
  display: block;
  max-width: 1100px;
  height: 60px;
  margin: 0 auto;
}
body .header .header_content_container .logo {
  position: absolute;
  display: inline-block;
  top: 9px;
  left: 0;
  width: 240px;
  height: 40px;
  background-image: url(../img/logo_white.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}
body .header .header_content_container .mobile_menu_button {
  display: none;
}
body .header .header_content_container .navigation {
  position: absolute;
  display: inline-block;
  top: 19px;
  right: 116px;
}
body .header .header_content_container .navigation .navigation_element {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  color: white;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: ease 0.2s;
}
body .header .header_content_container .navigation .navigation_element:hover {
  color: #219C5D;
  transition: ease 0.2s;
}
body .header .header_content_container .navigation .navigation_element .sub_menu_container {
  position: absolute;
  display: inline-block;
  top: 39px;
  left: 0;
  width: 280px;
  height: 0;
  background-color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: ease 0.2s;
}
body .header .header_content_container .navigation .navigation_element .sub_menu_container .service {
  display: block;
  padding: 13px 0 13px 10px;
  text-decoration: none;
  transition: ease 0.2s;
}
body .header .header_content_container .navigation .navigation_element .sub_menu_container .service .service_icon {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
}
body .header .header_content_container .navigation .navigation_element .sub_menu_container .service .service_icon.on_spot_destruction {
  width: 25px;
  height: 11px;
  margin: 14px 5px 0 0;
  background-image: url(../img/icon_on_spot_destruction_sub_menu.svg);
}
body .header .header_content_container .navigation .navigation_element .sub_menu_container .service .service_icon.document_destruction {
  width: 25px;
  height: 20px;
  margin: 0 5px 0 0;
  background-image: url(../img/icon_document_destruction_sub_menu.svg);
}
body .header .header_content_container .navigation .navigation_element .sub_menu_container .service .service_icon.document_destruction {
  width: 25px;
  height: 20px;
  margin: 0 5px 0 0;
  background-image: url(../img/icon_document_destruction_sub_menu.svg);
}
body .header .header_content_container .navigation .navigation_element .sub_menu_container .service .service_icon.food_destruction {
  width: 25px;
  height: 23px;
  margin: 18px 5px 0 0;
  background-image: url(../img/icon_food_destruction_sub_menu.svg);
}
body .header .header_content_container .navigation .navigation_element .sub_menu_container .service .service_icon.destruction_with_firing {
  width: 25px;
  height: 23px;
  margin: 5px 5px 0 0;
  background-image: url(../img/icon_destruction_with_firing_sub_menu.svg);
}
body .header .header_content_container .navigation .navigation_element .sub_menu_container .service .service_icon.destruction_with_compactor {
  width: 25px;
  height: 23px;
  margin: 5px 5px 0 0;
  background-image: url(../img/icon_destruction_with_compactor_sub_menu.svg);
}
body .header .header_content_container .navigation .navigation_element .sub_menu_container .service .service_icon.waste_removal {
  width: 25px;
  height: 15px;
  margin: 2px 5px 0 0;
  background-image: url(../img/icon_waste_removal_sub_menu.svg);
}
body .header .header_content_container .navigation .navigation_element .sub_menu_container .service .service_name {
  display: inline-block;
  color: #777777;
  font-size: 15px;
  transition: ease 0.2s;
}
body .header .header_content_container .navigation .navigation_element .sub_menu_container .service:hover {
  background-color: #219C5D;
  transition: ease 0.2s;
}
body .header .header_content_container .navigation .navigation_element .sub_menu_container .service:hover .service_icon.on_spot_destruction {
  background-image: url(../img/icon_on_spot_destruction_sub_menu_white.svg);
  transition: ease 0.2s;
}
body .header .header_content_container .navigation .navigation_element .sub_menu_container .service:hover .service_icon.document_destruction {
  background-image: url(../img/icon_document_destruction_sub_menu_white.svg);
  transition: ease 0.2s;
}
body .header .header_content_container .navigation .navigation_element .sub_menu_container .service:hover .service_icon.document_destruction {
  background-image: url(../img/icon_document_destruction_sub_menu_white.svg);
  transition: ease 0.2s;
}
body .header .header_content_container .navigation .navigation_element .sub_menu_container .service:hover .service_icon.food_destruction {
  background-image: url(../img/icon_food_destruction_sub_menu_white.svg);
  transition: ease 0.2s;
}
body .header .header_content_container .navigation .navigation_element .sub_menu_container .service:hover .service_icon.destruction_with_firing {
  background-image: url(../img/icon_destruction_with_firing_sub_menu_white.svg);
  transition: ease 0.2s;
}
body .header .header_content_container .navigation .navigation_element .sub_menu_container .service:hover .service_icon.destruction_with_compactor {
  background-image: url(../img/icon_destruction_with_compactor_sub_menu_white.svg);
  transition: ease 0.2s;
}
body .header .header_content_container .navigation .navigation_element .sub_menu_container .service:hover .service_icon.waste_removal {
  background-image: url(../img/icon_waste_removal_sub_menu_white.svg);
  transition: ease 0.2s;
}
body .header .header_content_container .navigation .navigation_element .sub_menu_container .service:hover .service_name {
  color: white;
}
body .header .header_content_container .navigation .navigation_element .sub_menu_container.show {
  height: 374px;
  transition: ease 0.2s;
}
body .header .header_content_container .dekra_logo {
  position: absolute;
  display: inline-block;
  top: 0;
  margin: 0 10px;
  background-repeat: no-repeat;
}
body .header .header_content_container .dekra_logo.iso9001 {
  width: 40px;
  height: 55px;
  right: 55px;
  background-image: url(../img/dekra_iso9001.svg);
}
body .header .header_content_container .dekra_logo.iso14001 {
  right: 0;
  width: 37px;
  height: 55px;
  background-image: url(../img/dekra_iso14001.svg);
}
body .header .underheader {
  display: flex;
  width: 100%;
  background-color: #F1C40F;
  align-items: center;
}
body .header .underheader .frame {
  display: block;
  width: 95%;
  max-width: 1100px;
  margin: 0 auto 0 auto;
}
body .header .underheader .frame .info-text-container {
  display: flex;
  padding: 5px 0 5px 0;
  align-items: center;
  justify-content: flex-end;
}
body .header .underheader .frame .info-text-container .info-text {
  display: inline-block;
  color: white;
}
body .header .underheader .frame .info-text-container .info_icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
  background-image: url(../img/icon_info.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
  flex: none;
}
body .header .phone_bg {
  display: block;
  width: 100%;
  height: 0;
  background-color: #219C5D;
  font-size: 0;
  text-align: center;
  overflow: hidden;
  transition: ease 0.4s;
}
body .header .phone_bg .phone_container {
  display: inline-block;
  width: 100%;
  max-width: 1100px;
  text-align: right;
}
body .header .phone_bg .phone_container .phone {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 850px;
  margin: 0 0 0 50px;
  padding: 2px 0;
  color: white;
  font-size: 15px;
}
body .header .phone_bg .phone_container .phone .phone_icon {
  position: absolute;
  display: inline-block;
  top: 9px;
  left: -20px;
  width: 15px;
  height: 15px;
  margin: 0;
  background-image: url(../img/icon_telephone.svg);
  background-repeat: no-repeat;
  vertical-align: bottom;
}
body .header .phone_bg .phone_container .phone .hidden_number_header {
  display: inline-block;
}
body .header .phone_bg .phone_container .phone .hidden_number_header.hide {
  display: none;
}
body .header .phone_bg .phone_container .phone .showed_number_header {
  display: none;
  padding: 5px 0 0 0;
  font-weight: bold;
}
body .header .phone_bg .phone_container .phone .showed_number_header.show {
  display: inline-block;
}
body .header .phone_bg .phone_container .phone .show_number_button_header {
  display: inline-block;
  padding: 5px 10px;
  background-color: white;
  color: #219C5D;
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;
}
body .header .phone_bg .phone_container .phone .show_number_button_header.hide {
  display: none;
}
body .header .phone_bg .phone_container .phone .mail_icon {
  position: absolute;
  display: inline-block;
  top: 6px;
  right: 123px;
  width: 15px;
  height: 15px;
  margin: 0;
  background-image: url(../img/icon_email.svg);
  background-repeat: no-repeat;
  vertical-align: bottom;
}
body .header .phone_bg.show {
  height: 32px;
  transition: ease 0.4s;
}
body .bg_main {
  display: block;
  width: 100%;
  height: 400px;
  background-image: url(../img/bg_main.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
body .bg_main .main_title {
  display: block;
  margin: 0;
  padding: 140px 0 20px 0;
  color: white;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
body .bg_main .button-default {
  display: inline-block;
  padding: 15px 20px;
  background-color: #219C5D;
  color: white;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}
body .call_us_now {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #219C5D;
  text-align: center;
}
body .call_us_now.padding_boost {
  padding: 10px 0;
}
body .call_us_now .contacts {
  display: inline-block;
  width: auto;
  max-width: 1100px;
  padding: 30px 0;
  color: white;
  font-size: 18px;
}
body .call_us_now .contacts .hidden_number_1 {
  display: inline-block;
}
body .call_us_now .contacts .hidden_number_1.hide {
  display: none;
}
body .call_us_now .contacts .showed_number_1 {
  display: none;
  font-weight: bold;
}
body .call_us_now .contacts .showed_number_1.show {
  display: inline-block;
}
body .call_us_now .contacts .show_number_button_1 {
  display: inline-block;
  padding: 10px 20px;
  background-color: white;
  color: #219C5D;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}
body .call_us_now .contacts .show_number_button_1.hide {
  display: none;
}
body .our_services_container {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1100px;
  margin: 0 auto 0 auto;
  text-align: center;
}
body .our_services_container .our_services_title {
  display: block;
  padding: 90px 0 50px 0;
  color: #4D4D4D;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
body .our_services_container .all_services {
  display: block;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto 30px auto;
}
body .our_services_container .all_services .service {
  display: inline-block;
  width: 320px;
  margin: 0 0 50px 0;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
}
body .our_services_container .all_services .service:visited {
  text-decoration: none;
}
body .our_services_container .all_services .service:hover .service_icon.on_spot_destruction {
  background-size: 100px 100px;
  transition: ease 0.2s;
  transform: rotate(360deg);
}
body .our_services_container .all_services .service:hover .service_icon.document_destruction {
  background-size: 100px 100px;
  transition: ease 0.2s;
  transform: rotate(360deg);
}
body .our_services_container .all_services .service:hover .service_icon.food_destruction {
  background-size: 100px 100px;
  transition: ease 0.2s;
  transform: rotate(360deg);
}
body .our_services_container .all_services .service:hover .service_icon.destruction_with_firing {
  background-size: 100px 100px;
  transition: ease 0.2s;
  transform: rotate(360deg);
}
body .our_services_container .all_services .service:hover .service_icon.destruction_with_compactor {
  background-size: 100px 100px;
  transition: ease 0.2s;
  transform: rotate(360deg);
}
body .our_services_container .all_services .service:hover .service_icon.waste_removal {
  background-size: 100px 100px;
  transition: ease 0.2s;
  transform: rotate(360deg);
}
body .our_services_container .all_services .service .service_icon {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px auto;
  background-size: 90px 90px;
  background-position: center;
  background-repeat: no-repeat;
}
body .our_services_container .all_services .service .service_icon.on_spot_destruction {
  background-image: url(../img/icon_on_spot_destruction.svg);
  transition: ease 0.2s;
}
body .our_services_container .all_services .service .service_icon.document_destruction {
  background-image: url(../img/icon_document_destruction.svg);
  transition: ease 0.2s;
}
body .our_services_container .all_services .service .service_icon.food_destruction {
  background-image: url(../img/icon_food_destruction.svg);
  transition: ease 0.2s;
}
body .our_services_container .all_services .service .service_icon.destruction_with_firing {
  background-image: url(../img/icon_destruction_with_firing.svg);
  transition: ease 0.2s;
}
body .our_services_container .all_services .service .service_icon.destruction_with_compactor {
  background-image: url(../img/icon_destruction_with_compactor.svg);
  transition: ease 0.2s;
}
body .our_services_container .all_services .service .service_icon.waste_removal {
  background-image: url(../img/icon_waste_removal.svg);
  transition: ease 0.2s;
}
body .our_services_container .all_services .service .service_name {
  display: block;
  color: #777777;
  font-size: 18px;
}
body .general_information {
  display: block;
  background-color: #F2F3F8;
}
body .general_information .main_title {
  display: block;
  padding: 90px 0 0 0;
  color: #4D4D4D;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
body .general_information .sub_title {
  display: block;
  padding: 10px 0 80px 0;
  color: #4D4D4D;
  font-size: 18px;
  text-align: center;
}
body .general_information .general_text {
  display: block;
  width: auto;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  color: #777777;
  font-size: 17px;
  text-align: justify;
}
body .general_information .about_location_container {
  display: block;
  width: 440px;
  margin: 0 auto 0 auto;
  text-align: left;
}
body .general_information .about_location_container .about_location_icon {
  display: inline-block;
  width: 15px;
  height: 20px;
  margin: 0 7px 0 3px;
  background-image: url(../img/icon_about_location.svg);
  background-repeat: no-repeat;
  vertical-align: sub;
}
body .general_information .about_location_container .about_location_text {
  display: inline-block;
  margin: 20px 0 0 0;
  color: #777777;
  font-size: 18px;
}
body .general_information .about_website_container {
  display: block;
  width: 440px;
  margin: 0 auto 0 auto;
  text-align: left;
}
body .general_information .about_website_container .about_website_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  background-image: url(../img/icon_about_website.svg);
  background-repeat: no-repeat;
  vertical-align: super;
}
body .general_information .about_website_container .about_website_text {
  display: inline-block;
  margin: 20px 0 0 0;
  color: #777777;
  font-size: 18px;
  text-align: left;
}
body .general_information .about_work_hours_container {
  display: block;
  width: 440px;
  margin: 0 auto 0 auto;
  padding: 0 0 80px 0;
  text-align: left;
}
body .general_information .about_work_hours_container .about_work_hours_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 45px 5px 0 0;
  background-image: url(../img/icon_about_work_hours.svg);
  background-repeat: no-repeat;
  vertical-align: top;
}
body .general_information .about_work_hours_container .about_work_hours_text {
  display: inline-block;
  margin: 20px 0 0 0;
  color: #777777;
  font-size: 18px;
  text-align: left;
}
body .certificates_bg_container {
  display: block;
  background-color: #219C5D;
}
body .certificates_bg_container .certificates_container {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
body .certificates_bg_container .certificates_container .main_title {
  display: block;
  padding: 80px 0 50px 0;
  color: white;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
body .certificates_bg_container .certificates_container .certificate {
  display: inline-block;
  width: 110px;
  height: 155px;
  margin: 0 20px 80px 20px;
  background-repeat: no-repeat;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
body .certificates_bg_container .certificates_container .certificate.iso9001 {
  background-image: url(../img/certificate_9001.png);
}
body .certificates_bg_container .certificates_container .certificate.iso14001 {
  background-image: url(../img/certificate_14001.png);
}
body .certificates_bg_container .certificates_container .fkf_container {
  display: inline-block;
  margin: 0 0 0 20px;
  vertical-align: top;
}
body .certificates_bg_container .certificates_container .fkf_container .logo_fkf {
  display: block;
  width: 362px;
  height: 70px;
  background-image: url(../img/logo_fkf.svg);
}
body .certificates_bg_container .certificates_container .fkf_container .fkf_text {
  display: block;
  margin: 20px 0 0 0;
  color: white;
  font-size: 18px;
  text-align: justify;
}
body .all_services_descriptions_container {
  display: block;
}
body .all_services_descriptions_container .services_description_bg {
  display: block;
}
body .all_services_descriptions_container .services_description_bg.bg_grey {
  background-color: #F2F3F8;
}
body .all_services_descriptions_container .services_description_bg .services_description {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
body .all_services_descriptions_container .services_description_bg .services_description .description_title {
  display: block;
  padding: 80px 0 80px 0;
  color: #4D4D4D;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
body .all_services_descriptions_container .services_description_bg .services_description .description_pic {
  display: inline-block;
  width: 405px;
  height: 304px;
  margin: 0 20px 0 0;
  background-repeat: no-repeat;
  border-radius: 5px;
}
body .all_services_descriptions_container .services_description_bg .services_description .description_pic.on_spot_destruction {
  background-image: url(../img/bg_on_spot_destruction.png);
  float: right;
}
body .all_services_descriptions_container .services_description_bg .services_description .description_pic.document_destruction {
  background-image: url(../img/bg_document_destruction.png);
}
body .all_services_descriptions_container .services_description_bg .services_description .description_pic.food_destruction {
  background-image: url(../img/bg_food_destruction.png);
  float: right;
}
body .all_services_descriptions_container .services_description_bg .services_description .description_pic.firing_destruction {
  background-image: url(../img/bg_destruction_with_firing.png);
}
body .all_services_descriptions_container .services_description_bg .services_description .description_pic.compactor_destruction {
  background-image: url(../img/bg_destruction_with_compactor.png);
  float: right;
}
body .all_services_descriptions_container .services_description_bg .services_description .description_short_part {
  display: inline-block;
  width: 55%;
  margin: 0 40px 0 0;
  color: #777777;
  font-size: 18px;
  text-align: justify;
  vertical-align: top;
}
body .all_services_descriptions_container .services_description_bg .services_description .description_short_part.float_right {
  margin: 0 0 0 40px;
  float: right;
}
body .all_services_descriptions_container .services_description_bg .services_description .description_short_part .green_italic_text {
  color: #219C5D;
  font-style: italic;
}
body .all_services_descriptions_container .services_description_bg .services_description .description_short_part .read_more_button_container {
  display: block;
  margin: 15px 0 80px 0;
  text-align: center;
  opacity: 1;
  overflow: hidden;
}
body .all_services_descriptions_container .services_description_bg .services_description .description_short_part .read_more_button_container.document_button_container {
  margin: 55px 0 80px 0;
}
body .all_services_descriptions_container .services_description_bg .services_description .description_short_part .read_more_button_container.firing_button_container {
  margin: 55px 0 80px 0;
}
body .all_services_descriptions_container .services_description_bg .services_description .description_short_part .read_more_button_container.compactor_button_container {
  margin: 50px 0 80px 0;
}
body .all_services_descriptions_container .services_description_bg .services_description .description_short_part .read_more_button_container.hide {
  margin: 10px 0 0 0;
  opacity: 0;
  transition: ease 0.2s;
}
body .all_services_descriptions_container .services_description_bg .services_description .description_short_part .read_more_button_container .read_more_button {
  display: inline-block;
  padding: 15px 20px;
  background-color: #219C5D;
  color: white;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}
body .all_services_descriptions_container .services_description_bg .services_description .description_long_part {
  display: inline-block;
  height: 0;
  color: #777777;
  font-size: 18px;
  text-align: justify;
  vertical-align: top;
  overflow: hidden;
}
body .all_services_descriptions_container .services_description_bg .services_description .description_long_part.long_show {
  margin: 30px 0 0 0;
  padding: 0 0 80px 0;
  transition: ease 0.2s;
}
body .all_services_descriptions_container .services_description_bg .services_description .description_long_part.long_show.on_spot_long_part {
  height: 286px;
}
body .all_services_descriptions_container .services_description_bg .services_description .description_long_part.long_show.document_long_part {
  height: 395px;
}
body .all_services_descriptions_container .services_description_bg .services_description .description_long_part.long_show.food_long_part {
  height: 265px;
}
body .all_services_descriptions_container .services_description_bg .services_description .description_long_part.long_show.firing_long_part {
  height: 190px;
}
body .all_services_descriptions_container .services_description_bg .services_description .description_long_part.long_show.compactor_long_part {
  height: 110px;
}
body .about_company_container_bg {
  display: block;
  background-color: #F2F3F8;
  text-align: center;
}
body .about_company_container_bg .about_company_container {
  display: inline-block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
body .about_company_container_bg .about_company_container .title {
  display: block;
  padding: 80px 0 80px 0;
  color: #4D4D4D;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
body .about_company_container_bg .about_company_container .about_company {
  display: inline-block;
  padding: 0 0 80px 0;
  color: #777777;
  font-size: 18px;
  text-align: justify;
}
body .send_request_container {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 80px 0;
  text-align: center;
}
body .send_request_container .send_request_container_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background-color: #219C5D;
  z-index: -1;
}
body .send_request_container .main_title {
  display: block;
  padding: 80px 0;
  color: white;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
body .send_request_container .send_request_bg {
  display: inline-block;
  width: 100%;
  max-width: 1100px;
  height: auto;
  padding-bottom: 20px;
  background-color: white;
  text-align: center;
  border-radius: 5px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
}
body .send_request_container .send_request_bg .send_request_form {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
body .send_request_container .send_request_bg .title_n_input {
  position: relative;
  display: inline-block;
  margin: 40px 15px 0 15px;
  text-align: left;
  vertical-align: top;
}
body .send_request_container .send_request_bg .title_n_input .title {
  margin: 0 0 3px 0;
  color: #777777;
  font-size: 18px;
}
body .send_request_container .send_request_bg .title_n_input .input {
  display: block;
  width: 178px;
  height: 30px;
  padding: 0 0 0 5px;
  background-color: #E9EAF0;
  color: #777777;
  font-size: 15px;
  text-align: left;
  border: 1px solid transparent;
  border-bottom: 1px solid #D6D6D6;
  border-radius: 5px;
}
body .send_request_container .send_request_bg .title_n_input .input.long {
  width: 400px;
}
body .send_request_container .send_request_bg .title_n_input.nomargin {
  margin: 0;
}
body .send_request_container .send_request_bg .title_n_textarea {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 15px;
  margin-top: 40px;
  text-align: left;
  vertical-align: top;
}
body .send_request_container .send_request_bg .title_n_textarea .title {
  display: block;
  margin: 0 0 3px 0;
  color: #777777;
  font-size: 18px;
}
body .send_request_container .send_request_bg .title_n_textarea .title span {
  font-size: 12px;
}
body .send_request_container .send_request_bg .title_n_textarea .textarea {
  display: inline-block;
  width: 620px;
  height: 75px;
  padding: 5px 0 0 5px;
  background-color: #E9EAF0;
  color: #777777;
  font-size: 15px;
  text-align: left;
  border: 1px solid transparent;
  border-bottom: 1px solid #D6D6D6;
  border-radius: 5px;
  resize: none;
}
body .send_request_container .send_request_bg .error input,
body .send_request_container .send_request_bg .error textarea {
  border: 1px solid #ce352c;
}
body .send_request_container .send_request_bg .error .spanError {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  color: #f44336;
  font-size: 13px;
}
body .send_request_container .send_request_bg .error .spanError span {
  display: block;
}
body .send_request_container .send_request_bg .error.title_n_textarea .spanError {
  top: 110px;
}
body .send_request_container .send_request_bg .button_container {
  display: inline-block;
  width: 95%;
  margin: 40px 15px 0 15px;
  text-align: right;
}
body .send_request_container .send_request_bg .button_container span {
  color: #777777;
  font-size: 12px;
}
body .send_request_container .send_request_bg .button_container .attach_button_container {
  display: inline-block;
  text-align: center;
}
body .send_request_container .send_request_bg .button_container .attach_button_container .attach_container {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
body .send_request_container .send_request_bg .button_container .attach_button_container .attach_container:hover .attach_label {
  background-color: #259ACB;
}
body .send_request_container .send_request_bg .button_container .attach_button_container .attach_container .hide_origin {
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  background: none;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
body .send_request_container .send_request_bg .button_container .attach_button_container .attach_container .hide_origin.changed {
  right: 47px;
}
body .send_request_container .send_request_bg .button_container .attach_button_container .attach_label {
  display: block;
  padding: 15px 51px;
  background-color: #29ABE2;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  color: white;
  text-align: center;
  cursor: pointer;
  transition: ease 0.2s;
}
body .send_request_container .send_request_bg .button_container .attach_button_container .attach_label.attached {
  display: none;
}
body .send_request_container .send_request_bg .button_container .attach_button_container .attach_label p {
  display: inline-block;
  margin: auto;
  font-size: 10px;
}
body .send_request_container .send_request_bg .button_container .attach_button_container .attach_files {
  display: none;
}
body .send_request_container .send_request_bg .button_container .attach_button_container .attach_files.show {
  display: block;
}
body .send_request_container .send_request_bg .button_container .attach_button_container .attach_files .file_name {
  display: inline-block;
  min-width: 107px;
  min-height: 17px;
  padding: 15px 10px;
  background-color: #fff;
  color: #666666;
  font-size: 15px;
  text-align: center;
  border: 1px solid #F2F2F2;
  border-bottom: 1px solid #c9c9c9;
  border-radius: 5px;
}
body .send_request_container .send_request_bg .button_container .attach_button_container .attach_files .file_name p {
  max-width: 105px;
  margin: 0px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .send_request_container .send_request_bg .button_container .attach_button_container .attach_files .delete_btn {
  display: inline-block;
  padding: 5px 5px;
  background: transparent;
  color: #259ACB;
  border: 0;
  cursor: pointer;
}
body .send_request_container .send_request_bg .button_container .send_button {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 15px 54px;
  background-color: #219C5D;
  color: white;
  font-size: 15px;
  border: none;
  border-radius: 5px;
  vertical-align: top;
  cursor: pointer;
}
body .send_request_container .send_request_bg .button_container .send_button .send_icon {
  display: inline-block;
  width: 20px;
  height: 15px;
  margin: 0 5px 0 0;
  background-image: url(../img/icon_send_button.svg);
  background-repeat: no-repeat;
}
body .send_request_container .send_request_bg .button_container .send_button .spinner {
  position: absolute;
  display: none;
  top: 8px;
  left: 15px;
  width: 30px;
  height: 30px;
  border: 5px solid #979797;
  border-bottom-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body .send_request_container .send_request_bg .button_container .send_button.loading {
  opacity: 0.6;
}
body .send_request_container .send_request_bg .button_container .send_button.loading .send_icon {
  display: none;
}
body .send_request_container .send_request_bg .button_container .send_button.loading .spinner {
  display: inline-block;
  -webkit-animation: loading_rotate 2s linear 0s infinite;
  animation: loading_rotate 2s linear 0s infinite;
}
@-webkit-keyframes loading_rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading_rotate {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body .contact {
  display: block;
  height: auto;
  margin: 0;
  font-size: 0;
  text-align: center;
}
body .contact .domainNull {
  display: none;
}
body .contact .contact_bg {
  position: relative;
  display: inline-block;
  width: 40%;
  height: 480px;
  background-color: #333333;
  text-align: right;
  z-index: 99;
}
body .contact .contact_bg .contact_logo_container {
  position: absolute;
  display: inline-block;
  top: 40px;
  right: 80px;
  text-align: center;
}
body .contact .contact_bg .contact_logo_container .contact_logo {
  display: block;
  width: 252px;
  height: 42px;
  background-image: url(../img/logo_white.svg);
  background-repeat: no-repeat;
}
body .contact .contact_bg .contact_logo_container .contact_logo_text {
  display: block;
  padding: 10px 0 0 0;
  color: white;
  font-size: 15px;
}
body .contact .contact_bg .contacts_container {
  position: absolute;
  display: inline-block;
  top: 152px;
  right: 80px;
  width: 252px;
  text-align: center;
}
body .contact .contact_bg .contacts_container .contact_name {
  margin: 0 0 15px 0;
  color: white;
  font-size: 22px;
  font-weight: bold;
}
body .contact .contact_bg .contacts_container .contact_name .contact_pic {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  background-image: url(../img/contact_pic.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
body .contact .contact_bg .contacts_container .contacts {
  display: inline-block;
}
body .contact .contact_bg .contacts_container .contacts .contact {
  margin: 15px 0;
  color: white;
  font-size: 18px;
  text-align: left;
}
body .contact .contact_bg .contacts_container .contacts .contact .mobile_icon {
  display: inline-block;
  width: 20px;
  height: 25px;
  margin: 0 5px 0 0;
  background-image: url(../img/icon_mobile.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
}
body .contact .contact_bg .contacts_container .contacts .contact .hidden_number_2 {
  display: inline-block;
}
body .contact .contact_bg .contacts_container .contacts .contact .hidden_number_2.hide {
  display: none;
}
body .contact .contact_bg .contacts_container .contacts .contact .showed_number_2 {
  display: none;
}
body .contact .contact_bg .contacts_container .contacts .contact .showed_number_2.show {
  display: inline-block;
}
body .contact .contact_bg .contacts_container .contacts .contact .show_number_button_2 {
  display: inline-block;
  padding: 7px 10px;
  background-color: white;
  color: #333333;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}
body .contact .contact_bg .contacts_container .contacts .contact .show_number_button_2.hide {
  display: none;
}
body .contact .contact_bg .contacts_container .contacts .contact .telephone_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  background-image: url(../img/icon_telephone.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
}
body .contact .contact_bg .contacts_container .contacts .contact .hidden_number_3 {
  display: inline-block;
}
body .contact .contact_bg .contacts_container .contacts .contact .hidden_number_3.hide {
  display: none;
}
body .contact .contact_bg .contacts_container .contacts .contact .showed_number_3 {
  display: none;
}
body .contact .contact_bg .contacts_container .contacts .contact .showed_number_3.show {
  display: inline-block;
}
body .contact .contact_bg .contacts_container .contacts .contact .show_number_button_3 {
  display: inline-block;
  padding: 7px 10px;
  background-color: white;
  color: #333333;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}
body .contact .contact_bg .contacts_container .contacts .contact .show_number_button_3.hide {
  display: none;
}
body .contact .contact_bg .contacts_container .contacts .contact .fax_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  background-image: url(../img/icon_fax.svg);
  background-repeat: no-repeat;
  vertical-align: bottom;
}
body .contact .contact_bg .contacts_container .contacts .contact .email_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  background-image: url(../img/icon_email.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
}
body .contact .contact_bg .contacts_container .contacts .contact .icon_kujktj {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
}
body .contact .maps {
  display: inline-block;
  width: 60%;
  height: 480px;
}
body .footer {
  display: block;
  width: 100%;
  background-color: #142C38;
  color: white;
}
body .footer .footer-content-container {
  display: flex;
  width: 95%;
  max-width: 1100px;
  height: 80px;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  align-items: center;
}
body .footer .footer-content-container .footer-left {
  display: inline-flex;
  align-items: center;
  opacity: 0.7;
  flex: 1;
}
body .footer .footer-content-container .footer-right {
  display: inline-flex;
  align-items: center;
  opacity: 0.7;
  flex: none;
}
body .footer .footer-content-container .footer-right .logo {
  display: inline-block;
  width: 95px;
  height: 25px;
  margin: 0 0 0 10px;
  background-image: url(../img/logo_peaksoft_footer.svg);
  background-repeat: no-repeat;
}
body .christmas {
  position: relative;
}
body .christmas .christmas-bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background-image: url(../img/christmas/christmas_bg.png);
  background-size: cover;
}
body .christmas .christmas-bg .christmas-content-box {
  display: block;
  width: 95%;
  max-width: 1100px;
  margin: 60px auto 0 auto;
  padding: 50px 25px 50px 25px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
body .christmas .christmas-bg .christmas-content-box .christmas-logo {
  display: block;
  width: 400px;
  height: 68px;
  margin: 0 auto 50px auto;
  background-image: url(../img/christmas/christmas_logo.svg);
  background-repeat: no-repeat;
}
body .christmas .christmas-bg .christmas-content-box .christmas-text {
  display: block;
  text-align: center;
}
body .christmas .christmas-bg .christmas-content-box .christmas-text .main-title {
  display: block;
  margin: 0 0 25px 0;
  color: #219C5D;
  font-size: 35px;
  font-weight: bold;
}
body .christmas .christmas-bg .christmas-content-box .christmas-text .sub-title {
  font-size: 18px;
}
body .christmas .christmas-bg .christmas-content-box .christmas-text .sub-title .bold {
  font-weight: bold;
}
@media only screen and (max-width: 1150px) {
  body .header .header_content_container .logo {
    margin: 0 0 0 20px;
  }
  body .header .header_content_container .dekra_logo.iso14001 {
    margin: 0 20px 0 10px;
  }
  body .about_company_container_bg .about_company_container .about_company {
    width: 90%;
  }
  body .send_request_container .send_request_bg {
    width: 90%;
  }
  body .send_request_container .send_request_bg .send_request_form {
    text-align: center;
  }
  body .send_request_container .send_request_bg .title_n_input {
    display: block;
  }
  body .send_request_container .send_request_bg .title_n_input .input,
  body .send_request_container .send_request_bg .title_n_input .input.long {
    width: 100%;
    box-sizing: border-box;
  }
  body .send_request_container .send_request_bg .title_n_textarea {
    display: block;
  }
  body .send_request_container .send_request_bg .title_n_textarea .textarea {
    width: 100%;
    box-sizing: border-box;
  }
  body .send_request_container .send_request_bg .button_container {
    display: block;
  }
  body .send_request_container .send_request_bg .button_container .attach_button_container {
    display: block;
    margin: 0 0 40px 0;
  }
  body .send_request_container .send_request_bg .button_container .attach_button_container .attach_container {
    display: block;
  }
  body .send_request_container .send_request_bg .button_container .send_button {
    display: block;
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1050px) {
  body .all_services_descriptions_container .services_description_bg .services_description .description_pic {
    margin: 0 20px 15px 20px;
  }
  body .all_services_descriptions_container .services_description_bg .services_description .description_pic.on_spot_destruction {
    float: none;
  }
  body .all_services_descriptions_container .services_description_bg .services_description .description_pic.food_destruction {
    float: none;
  }
  body .all_services_descriptions_container .services_description_bg .services_description .description_pic.compactor_destruction {
    float: none;
  }
  body .all_services_descriptions_container .services_description_bg .services_description .description_short_part .read_more_button_container.hide {
    display: none;
  }
  body .all_services_descriptions_container .services_description_bg .services_description .description_short_part.document_short_part.float_right {
    margin: 0;
    float: none;
  }
  body .all_services_descriptions_container .services_description_bg .services_description .description_short_part.firing_short_part.float_right {
    margin: 0;
    float: none;
  }
  body .all_services_descriptions_container .services_description_bg .services_description .description_long_part {
    width: 90%;
  }
  body .all_services_descriptions_container .services_description_bg .services_description .description_long_part.on_spot_long_part.long_show {
    height: auto;
  }
  body .all_services_descriptions_container .services_description_bg .services_description .description_long_part.document_long_part.long_show {
    height: auto;
  }
  body .all_services_descriptions_container .services_description_bg .services_description .description_long_part.food_long_part.long_show {
    height: auto;
  }
  body .all_services_descriptions_container .services_description_bg .services_description .description_long_part.firing_long_part.long_show {
    height: auto;
  }
  body .all_services_descriptions_container .services_description_bg .services_description .description_long_part.compactor_long_part.long_show {
    height: auto;
  }
}
@media only screen and (max-width: 1010px) {
  body .header {
    background-color: white;
  }
  body .header .header_content_container .logo {
    background-image: url(../img/logo_green.svg);
  }
  body .header .header_content_container .dekra_logo.iso9001 {
    left: 280px;
  }
  body .header .header_content_container .dekra_logo.iso14001 {
    left: 330px;
  }
  body .header .header_content_container .mobile_menu_button {
    position: absolute;
    display: inline-block;
    top: 18px;
    right: 20px;
    width: 35px;
    height: 26px;
    cursor: pointer;
    z-index: 100;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  body .header .header_content_container .mobile_menu_button span {
    position: absolute;
    display: block;
    left: 0;
    width: 35px;
    height: 5px;
    background-color: #219C5D;
    border-radius: 5px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  body .header .header_content_container .mobile_menu_button span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  body .header .header_content_container .mobile_menu_button span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  body .header .header_content_container .mobile_menu_button span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  body .header .header_content_container .mobile_menu_button.open span:nth-child(1) {
    top: -3px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body .header .header_content_container .mobile_menu_button.open span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  body .header .header_content_container .mobile_menu_button.open span:nth-child(3) {
    top: 22px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body .header .header_content_container .navigation {
    display: none;
    top: 60px;
    right: 0;
    width: 50%;
    background-color: white;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 3;
  }
  body .header .header_content_container .navigation .navigation_element {
    display: block;
    margin: 0;
    padding: 18px 10px;
    color: #4D4D4D;
  }
  body .header .header_content_container .navigation .navigation_element:hover {
    background-color: #219C5D;
    color: white;
  }
  body .header .header_content_container .navigation .navigation_element .sub_menu_container {
    top: 54px;
    width: 100%;
    z-index: 20;
  }
  body .header .header_content_container .navigation .navigation_element .sub_menu_container.show {
    height: auto;
    transation: ease 0.2s;
  }
  body .header .phone_container {
    position: relative;
    z-index: 2;
  }
  body .header .phone_container .phone {
    position: absolute;
    top: 0;
    right: 20px;
  }
  body .all_services_descriptions_container .services_description_bg .services_description .description_short_part {
    width: 90%;
    margin: 0;
  }
  body .all_services_descriptions_container .services_description_bg .services_description .description_short_part .read_more_button_container.on_spot_button_container {
    margin: 25px 0 80px 0;
  }
}
@media only screen and (max-width: 900px) {
  body .contact .contact_bg {
    display: block;
    width: 100%;
  }
  body .contact .contact_bg .contact_logo_container {
    left: 0;
    right: 0;
    text-align: center;
  }
  body .contact .contact_bg .contact_logo_container .contact_logo {
    margin: 0 auto;
  }
  body .contact .contact_bg .contacts_container {
    left: 0;
    right: 0;
    width: auto;
    text-align: center;
  }
  body .contact .maps {
    width: 100%;
  }
}
@media only screen and (max-width: 880px) {
  body .bg_main .main_title {
    padding: 160px 10px 0 10px;
    font-size: 30px;
  }
  body .our_services_container .our_services_title {
    font-size: 25px;
  }
  body .general_information .main_title {
    font-size: 25px;
  }
  body .general_information .sub_title {
    font-size: 15px;
    padding: 10px 15px 80px 15px;
  }
  body .general_information .general_text {
    width: auto;
    padding: 0 15px;
    font-size: 15px;
  }
  body .general_information .about_location_container {
    width: auto;
    padding: 0 15px;
    text-align: center;
  }
  body .general_information .about_location_container .about_location_text {
    font-size: 15px;
  }
  body .general_information .about_website_container {
    width: auto;
    padding: 0 15px;
    text-align: center;
  }
  body .general_information .about_website_container .about_website_text {
    font-size: 15px;
  }
  body .general_information .about_work_hours_container {
    width: auto;
    padding: 0 15px 80px 15px;
    text-align: center;
  }
  body .general_information .about_work_hours_container .about_work_hours_text {
    font-size: 15px;
  }
  body .certificates_bg_container .certificates_container .main_title {
    font-size: 25px;
  }
  body .all_services_descriptions_container .services_description_bg .services_description .description_title {
    font-size: 25px;
  }
  body .about_company_container_bg .about_company_container .title {
    font-size: 25px;
  }
  body .send_request_container .main_title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 720px) {
  body .pop_up .content {
    width: 90%;
    box-sizing: border-box;
  }
  body .send_request_container .send_request_bg {
    width: 90%;
  }
  body .send_request_container .send_request_bg .title_n_input {
    display: block;
    margin: 40px 0 0 0;
  }
  body .send_request_container .send_request_bg .title_n_input .input {
    margin: 0 auto;
  }
  body .send_request_container .send_request_bg .title_n_textarea {
    display: block;
    margin: 40px 0 0 0;
  }
  body .send_request_container .send_request_bg .error.title_n_textarea .spanError {
    top: 125px;
  }
  body .send_request_container .send_request_bg .button_container {
    margin: 40px 0 0 0;
  }
}
@media only screen and (max-width: 705px) {
  body .certificates_bg_container .certificates_container .certificate {
    margin: 0 20px 40px 20px;
  }
  body .certificates_bg_container .certificates_container .fkf_container {
    display: block;
    margin: 0;
  }
  body .certificates_bg_container .certificates_container .fkf_container .logo_fkf {
    width: 320px;
    height: 64px;
    margin: 0 auto;
    background-repeat: no-repeat;
  }
  body .certificates_bg_container .certificates_container .fkf_container .fkf_text {
    display: inline-block;
    padding: 0 0 80px 0;
    text-align: justify;
  }
}
@media only screen and (max-width: 700px) {
  body .footer .footer-content-container {
    flex-direction: column;
    justify-content: center;
  }
  body .footer .footer-content-container .footer-left {
    flex: none;
  }
}
@media only screen and (max-width: 665px) {
  body .send_request_container .send_request_bg .error.title_n_textarea .spanError {
    top: 130px;
  }
  body .call_us_container .call_us_now {
    font-size: 14px;
    padding: 15px 10px;
  }
  body .call_us_container .call_us_now .show_number_button_1 {
    margin: 8px 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 520px) {
  body .christmas .christmas-bg .christmas-content-box .christmas-logo {
    width: 95%;
  }
}
@media only screen and (max-width: 480px) {
  body .header .header_content_container .logo {
    top: 18px;
    width: 150px;
    height: 26px;
  }
  body .header .header_content_container .dekra_logo.iso9001 {
    left: 170px;
    width: 30px;
    height: 42px;
  }
  body .header .header_content_container .dekra_logo.iso14001 {
    left: 210px;
    width: 30px;
    height: 42px;
  }
  body .general_information .about_location_container {
    width: auto;
    padding: 20px 15px 0 15px;
    text-align: center;
  }
  body .general_information .about_location_container .about_location_text {
    margin: 0;
    font-size: 15px;
  }
  body .general_information .about_website_container {
    width: auto;
    padding: 20px 15px 0 15px;
    text-align: center;
  }
  body .general_information .about_website_container .about_website_text {
    margin: 0;
    font-size: 15px;
  }
  body .general_information .about_work_hours_container {
    width: auto;
    padding: 20px 15px 80px 15px;
    text-align: center;
  }
  body .general_information .about_work_hours_container .about_work_hours_text {
    margin: 0;
    font-size: 15px;
  }
  body .general_information .about_work_hours_container .about_work_hours_icon {
    margin: 0 5px 0 0;
    vertical-align: middle;
  }
  body .all_services_descriptions_container .services_description_bg .services_description .description_pic.on_spot_destruction {
    width: 95%;
    margin: 0 auto 15px auto;
  }
  body .all_services_descriptions_container .services_description_bg .services_description .description_pic.document_destruction {
    width: 95%;
    margin: 0 auto 15px auto;
  }
  body .all_services_descriptions_container .services_description_bg .services_description .description_pic.food_destruction {
    width: 95%;
    margin: 0 auto 15px auto;
  }
  body .all_services_descriptions_container .services_description_bg .services_description .description_pic.firing_destruction {
    width: 95%;
    margin: 0 auto 15px auto;
  }
  body .all_services_descriptions_container .services_description_bg .services_description .description_pic.compactor_destruction {
    width: 95%;
    margin: 0 auto 15px auto;
  }
  body .footer_container .footer_elements {
    padding-top: 23px;
  }
  body .footer_container .footer_elements .footer_element_left {
    position: static;
    display: block;
    margin: 0;
    text-align: center;
  }
  body .footer_container .footer_elements .footer_element_right {
    position: static;
    display: block;
    margin: 0;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */