body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}
body .input,
body .select {
  outline: none;
}
body.no_scroll {
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
body .header {
  position: fixed;
  display: block;
  width: 100%;
  height: auto;
  background-color: white;
  z-index: 10;
  transition: ease 0.3s;
}
body .header.scrolled {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: ease 0.2s;
}
body .header .header_content_container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1100px;
  height: 70px;
  margin: 0 auto;
}
body .header .header_content_container .logo {
  position: absolute;
  display: inline-block;
  top: 8px;
  left: 0;
  width: 55px;
  height: 55px;
  background: url(../img/logo.svg) no-repeat;
  cursor: pointer;
}
body .header .header_content_container .navigation_container {
  position: absolute;
  display: inline-block;
  top: 27px;
  right: 0;
}
body .header .header_content_container .navigation_container.adjustment {
  top: 28px;
}
body .header .header_content_container .navigation_container .navigation {
  display: inline-block;
  margin: 0 0 0 20px;
  color: #26394D;
  font-size: 15px;
  cursor: pointer;
  transition: ease 0.2s;
}
body .header .header_content_container .navigation_container .navigation.contact_menu {
  cursor: default;
}
body .header .header_content_container .navigation_container .navigation.contact_menu:hover {
  color: #26394D;
}
body .header .header_content_container .navigation_container .navigation.contact_menu.mobile {
  display: none;
}
body .header .header_content_container .navigation_container .navigation.contact_menu .show_email_button_private {
  color: #29ABE2;
  cursor: pointer;
}
body .header .header_content_container .navigation_container .navigation.contact_menu .show_phone_number_button_private {
  color: #29ABE2;
  cursor: pointer;
}
body .header .header_content_container .navigation_container .navigation.contact_menu .show_email_button_company {
  color: #29ABE2;
  cursor: pointer;
}
body .header .header_content_container .navigation_container .navigation.contact_menu .show_phone_number_button_company {
  color: #29ABE2;
  cursor: pointer;
}
body .header .header_content_container .navigation_container .navigation:hover {
  color: #A40945;
  transition: ease 0.2s;
}
body .header .header_content_container .navigation_container .navigation .show_button {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 10px 20px;
  background-color: #A40945;
  color: white;
  cursor: pointer;
  transition: ease 0.2s;
}
body .header .header_content_container .navigation_container .navigation .show_button:hover {
  background-color: #8A0035;
  transition: ease 0.2s;
}
body .header .header_content_container .navigation_container .navigation .company_phone_number {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 10px 20px;
  background-color: #A40945;
  color: white;
  cursor: pointer;
  transition: ease 0.2s;
}
body .header .header_content_container .navigation_container .navigation .company_phone_number:hover {
  background-color: #8A0035;
  transition: ease 0.2s;
}
body .private_page .placeholder {
  width: 100%;
  height: 70px;
}
body .private_page .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 466px;
  background-color: #26394D;
}
body .private_page .bg .dekra_logo_containers {
  position: relative;
  width: 1100px;
  margin: 70px auto 0 auto;
}
body .private_page .bg .dekra_logo_containers .dekra {
  position: absolute;
  display: inline-block;
  top: 0;
  height: 70px;
  background-repeat: no-repeat;
}
body .private_page .bg .dekra_logo_containers .dekra.logo_9001 {
  right: 60px;
  width: 50px;
  background-image: url(../img/iso_9001.svg);
}
body .private_page .bg .dekra_logo_containers .dekra.logo_14001 {
  right: 0;
  width: 47px;
  background-image: url(../img/iso_14001.svg);
}
body .private_page .online_order {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 13;
  overflow: auto;
}
body .private_page .online_order .online_order_container {
  position: absolute;
  display: inline-block;
  top: 70px;
  left: 50%;
  width: 800px;
  margin: 0 0 70px -400px;
  background-color: white;
  text-align: left;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
  z-index: 14;
}
body .private_page .online_order .online_order_container .close_button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  background-image: url(../img/icon_close.svg);
  cursor: pointer;
}
body .private_page .online_order .online_order_container .first_look {
  display: none;
}
body .private_page .online_order .online_order_container .first_look .title {
  display: block;
  margin: 40px 0 0 25px;
  padding: 0 0 0 10px;
  color: #26394D;
  font-size: 30px;
  font-weight: bold;
  border-left: 20px solid #A40945;
}
body .private_page .online_order .online_order_container .first_look .oo_type_button_container {
  text-align: left;
  margin: 0 0 40px 5px;
}
body .private_page .online_order .online_order_container .first_look .oo_type_button_container .oo_type_button {
  display: inline-block;
  margin: 50px 20px 0 20px;
  padding: 20px 100px;
  background-color: #41A85F;
  color: white;
  font-size: 22px;
  cursor: pointer;
  transition: ease 0.2s;
}
body .private_page .online_order .online_order_container .first_look .oo_type_button_container .oo_type_button:hover {
  background-color: #298C46;
  transition: ease 0.2s;
}
body .private_page .online_order .online_order_container .company_look {
  display: none;
}
body .private_page .online_order .online_order_container .company_look .title_container {
  position: relative;
  margin: 40px 0 60px 25px;
  border-left: 20px solid #A40945;
}
body .private_page .online_order .online_order_container .company_look .title_container .main_title {
  display: block;
  padding: 0 0 0 10px;
  color: #26394D;
  font-size: 30px;
  font-weight: bold;
}
body .private_page .online_order .online_order_container .company_look .title_container .sub_title {
  display: block;
  margin: 10px 0 0 0;
  padding: 0 0 0 10px;
  color: #26394D;
  font-size: 18px;
}
body .private_page .online_order .online_order_container .company_look .title_container .error_description {
  display: none;
  position: absolute;
  bottom: -35px;
  left: 10px;
  font-size: 18px;
  color: #E74C3C;
}
body .private_page .online_order .online_order_container .company_look .title_container .error_description.show {
  display: block;
}
body .private_page .online_order .online_order_container .company_look .title_container .success_text {
  display: none;
}
body .private_page .online_order .online_order_container .company_look .name_n_input_container {
  position: relative;
  display: inline-block;
  margin: 0 0 40px 25px;
}
body .private_page .online_order .online_order_container .company_look .name_n_input_container .name_n_input {
  display: inline-block;
  text-align: left;
}
body .private_page .online_order .online_order_container .company_look .name_n_input_container .name_n_input.margin_right {
  margin: 0 20px 0 0;
}
body .private_page .online_order .online_order_container .company_look .name_n_input_container .name_n_input.short {
  margin: 20px 20px 0 0;
}
body .private_page .online_order .online_order_container .company_look .name_n_input_container .name_n_input.short .input {
  width: 220px;
}
body .private_page .online_order .online_order_container .company_look .name_n_input_container .name_n_input .name {
  display: block;
  margin: 0 0 5px 0;
  color: #26394D;
  font-size: 15px;
}
body .private_page .online_order .online_order_container .company_look .name_n_input_container .name_n_input .input {
  display: block;
  width: 345px;
  height: 42px;
  padding: 0 0 0 10px;
  background-color: #F2F3F8;
  color: #26394D;
  border: 1px solid transparent;
}
body .private_page .online_order .online_order_container .company_look .name_n_input_container .name_n_input.error .name {
  color: #E74C3C;
}
body .private_page .online_order .online_order_container .company_look .name_n_input_container .name_n_input.error .input,
body .private_page .online_order .online_order_container .company_look .name_n_input_container .name_n_input.error .select {
  border: 1px solid #E74C3C;
}
body .private_page .online_order .online_order_container .company_look .name_n_input_container .success_text {
  color: #41A85F;
  font-size: 18px;
}
body .private_page .online_order .online_order_container .company_look .name_n_input_container .git_button {
  display: inline-block;
  min-width: 200px;
  margin: 7px 0 0 0;
  padding: 14px 14px;
  background-color: #41A85F;
  color: white;
  font-size: 15px;
  cursor: pointer;
  vertical-align: bottom;
  text-align: center;
  transition: ease 0.2s;
}
body .private_page .online_order .online_order_container .company_look .name_n_input_container .git_button:hover {
  background-color: #298C46;
  transition: ease 0.2s;
}
body .private_page .online_order .online_order_container .company_look .name_n_input_container .git_button .button_title {
  display: block;
}
body .private_page .online_order .online_order_container .company_look .name_n_input_container .git_button .loading_title {
  display: none;
}
body .private_page .online_order .online_order_container .company_look .name_n_input_container .git_button.processing .button_title {
  display: none;
}
body .private_page .online_order .online_order_container .company_look .name_n_input_container .git_button.processing .loading_title {
  display: block;
}
body .private_page .online_order .online_order_container .private_look {
  display: none;
}
body .private_page .online_order .online_order_container .private_look .title_container {
  position: relative;
  margin: 40px 0 50px 25px;
  border-left: 20px solid #A40945;
}
body .private_page .online_order .online_order_container .private_look .title_container .main_title {
  display: block;
  padding: 0 0 0 10px;
  color: #26394D;
  font-size: 30px;
  font-weight: bold;
}
body .private_page .online_order .online_order_container .private_look .title_container .sub_title {
  display: block;
  margin: 10px 0 0 0;
  padding: 0 0 0 10px;
  color: #26394D;
  font-size: 18px;
}
body .private_page .online_order .online_order_container .private_look .title_container .error_description {
  display: none;
  position: absolute;
  bottom: -35px;
  left: 10px;
  font-size: 18px;
  color: #E74C3C;
}
body .private_page .online_order .online_order_container .private_look .title_container .error_description.show {
  display: block;
}
body .private_page .online_order .online_order_container .private_look .title_container .success_text {
  display: none;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container {
  display: inline-block;
  margin: 0 0 40px 25px;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input {
  position: relative;
  display: inline-block;
  text-align: left;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input.margin_right {
  margin: 0 20px 0 0;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input.margin_top {
  margin: 20px 0 0 0;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input.short {
  margin: 20px 20px 0 0;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input .name {
  display: block;
  margin: 0 0 5px 0;
  color: #26394D;
  font-size: 15px;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input .name.label_name {
  margin: 0 0 20px 0;
  font-weight: bold;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input .input {
  display: block;
  height: 42px;
  padding: 0 0 0 10px;
  background-color: #F2F3F8;
  color: #26394D;
  border: 1px solid transparent;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input .input.short {
  width: 154px;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input .input.avarage {
  width: 219px;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input .input.long {
  width: 346px;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input .input.xtralong {
  width: 470px;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input .select {
  display: block;
  height: 42px;
  padding: 0 0 0 10px;
  background-color: #F2F3F8;
  color: #26394D;
  border: 1px solid transparent;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input .select.avarage {
  width: 230px;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input .select.long {
  width: 356px;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input .select option {
  font-size: 15px;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input .label_n_checkbox {
  display: inline-block;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input .label_n_checkbox .label {
  display: inline-block;
  margin: 0 20px 10px 0;
  color: #26394D;
  font-size: 15px;
  cursor: pointer;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input .label_n_checkbox .original_checkbox {
  display: none;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input .label_n_checkbox .stylised_checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #F2F3F8;
  background-size: 11px 8px;
  background-position: 2px 4px;
  background-repeat: no-repeat;
  border-radius: 10px;
  transition: ease 0.2s;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input .label_n_checkbox .original_checkbox:checked + .stylised_checkbox {
  background-color: #26394D;
  background-image: url(../img/icon_checked.svg);
  transition: ease 0.2s;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input .textarea {
  width: 728px;
  height: 68px;
  padding: 10px 0 0 10px;
  resize: none;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input.error .name {
  color: #E74C3C;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input.error .input,
body .private_page .online_order .online_order_container .private_look .name_n_input_container .name_n_input.error .select {
  border: 1px solid #E74C3C;
}
body .private_page .online_order .online_order_container .private_look .name_n_input_container .success_text {
  color: #41A85F;
  font-size: 18px;
}
body .private_page .online_order .online_order_container .private_look .form_foot_container {
  display: block;
  text-align: right;
  padding: 25px 35px 0 25px;
  margin-left: -25px;
}
body .private_page .online_order .online_order_container .private_look .form_foot_container .total_price_container {
  display: none;
  vertical-align: middle;
  color: #298C46;
  padding-right: 20px;
}
body .private_page .online_order .online_order_container .private_look .form_foot_container .total_price_container.show {
  display: inline-block;
}
body .private_page .online_order .online_order_container .private_look .form_foot_container .total_price_container .total_price {
  display: inline-block;
  font-weight: bold;
}
body .private_page .online_order .online_order_container .private_look .form_foot_container .git_button {
  display: inline-block;
  vertical-align: middle;
  min-width: 200px;
  margin: 0;
  padding: 14px 14px;
  background-color: #41A85F;
  color: white;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  transition: ease 0.2s;
}
body .private_page .online_order .online_order_container .private_look .form_foot_container .git_button:hover {
  background-color: #298C46;
  transition: ease 0.2s;
}
body .private_page .online_order .online_order_container .private_look .form_foot_container .git_button .button_title {
  display: block;
}
body .private_page .online_order .online_order_container .private_look .form_foot_container .git_button .loading_title {
  display: none;
}
body .private_page .online_order .online_order_container .private_look .form_foot_container .git_button.processing .button_title {
  display: none;
}
body .private_page .online_order .online_order_container .private_look .form_foot_container .git_button.processing .loading_title {
  display: block;
}
body .private_page .waste_removal {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 100px auto 100px auto;
}
body .private_page .waste_removal .title_container {
  display: block;
  margin: 0 0 70px 0;
}
body .private_page .waste_removal .title_container .icon_kontener {
  display: inline-block;
  width: 88px;
  height: 50px;
  margin: 0 0 10px 0;
  background-image: url(../img/icon_kontener.svg);
  background-repeat: no-repeat;
  vertical-align: baseline;
}
body .private_page .waste_removal .title_container .title_container {
  display: inline-block;
  width: 89%;
  margin: 0 0 0 20px;
}
body .private_page .waste_removal .title_container .title_container .main_title {
  display: block;
  color: white;
  font-size: 30px;
  font-weight: bold;
}
body .private_page .waste_removal .title_container .title_container .sub_title {
  display: block;
  color: white;
  font-size: 18px;
}
body .private_page .waste_removal .title_container .title_container .sub_title span {
  padding: 2px;
  background-color: #A40945;
}
body .private_page .waste_removal .wr_prices_table {
  width: 100%;
  background-color: white;
  color: #26394D;
  border-radius: 5px;
  border-collapse: collapse;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
}
body .private_page .waste_removal .wr_prices_table tr:nth-child(3) {
  background-color: #F2F3F8;
}
body .private_page .waste_removal .wr_prices_table tr th {
  width: 333px;
  padding: 15px 0 15px 15px;
  color: white;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  background-color: #AD2258;
}
body .private_page .waste_removal .wr_prices_table tr th:nth-child(even) {
  background-color: #A40945;
}
body .private_page .waste_removal .wr_prices_table tr th:first-child {
  width: 100px;
  border-top-left-radius: 5px;
}
body .private_page .waste_removal .wr_prices_table tr th:last-child {
  border-top-right-radius: 5px;
}
body .private_page .waste_removal .wr_prices_table tr td {
  padding: 25px 0 25px 15px;
}
body .private_page .waste_removal .wr_prices_table tr td.border_left_radius {
  border-bottom-left-radius: 5px;
}
body .private_page .waste_removal .wr_prices_table tr td.price {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  transition: ease 0.2s;
}
body .private_page .waste_removal .wr_prices_table tr td.price.border_right_radius {
  border-bottom-right-radius: 5px ;
}
body .private_page .waste_removal .wr_prices_table tr td.price .mini {
  font-size: 12px;
  font-weight: normal;
}
body .private_page .waste_removal .wr_prices_table tr td.price .order_text {
  position: absolute;
  top: 29px;
  right: -140px;
  color: white;
  font-size: 14px;
  font-weight: normal;
  transition: ease 0.2s;
}
body .private_page .waste_removal .wr_prices_table tr td.price.online {
  cursor: pointer;
}
body .private_page .waste_removal .wr_prices_table tr td.price.online:hover {
  background-color: #41A85F;
  color: white;
  transition: ease 0.2s;
}
body .private_page .waste_removal .wr_prices_table tr td.price.online:hover .order_text {
  display: inline-block;
  right: 35px;
  transition: ease 0.2s;
}
body .private_page .waste_removal .wr_prices_table tr td.price.online:hover .order_text .icon_plus {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0 0 5px;
  background-image: url(../img/icon_plus_white.svg);
  background-repeat: no-repeat;
}
body .private_page .waste_removal .buttons_container {
  display: block;
  margin: 30px 0 0 0;
  text-align: left;
  position: relative;
}
body .private_page .waste_removal .buttons_container .button {
  display: inline-block;
  color: white;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}
body .private_page .waste_removal .buttons_container .button.call {
  margin: 0 35px 0 0;
  padding: 20px 43px;
  background-color: #54ACD2;
  transition: ease 0.2s;
}
body .private_page .waste_removal .buttons_container .button.call:hover {
  background-color: #3791B8;
  transition: ease 0.2s;
}
body .private_page .waste_removal .buttons_container .button.call.adjustment {
  padding: 20px 82px;
  transition: ease 0.2s;
}
body .private_page .waste_removal .buttons_container .button.online {
  margin: 0 35px 0 0;
  padding: 20px 70.9px;
  background-color: #41A85F;
  transition: ease 0.2s;
}
body .private_page .waste_removal .buttons_container .button.online:hover {
  background-color: #298C46;
  transition: ease 0.2s;
}
body .private_page .waste_removal .buttons_container .button.conditions {
  position: relative;
  padding: 20px 20px;
  background-color: rgba(231, 76, 60, 0.9);
  color: white;
  float: right;
  transition: ease 0.2s;
}
body .private_page .waste_removal .buttons_container .button.conditions:hover {
  background-color: #CF4131;
  transition: ease 0.2s;
}
body .private_page .waste_removal .buttons_container .button.conditions .bridge {
  position: absolute;
  display: none;
  top: 57px;
  left: 0;
  background-color: rgba(231, 76, 60, 0.9);
  width: 100%;
  height: 20px;
}
body .private_page .waste_removal .order_conditions {
  display: none;
  margin: 20px 0 0 0;
  background-color: rgba(231, 76, 60, 0.9);
  color: white;
  font-size: 15px;
}
body .private_page .waste_removal .order_conditions .title {
  display: block;
  padding: 25px 0 0 25px;
  color: white;
  font-weight: bold;
}
body .private_page .waste_removal .order_conditions ul {
  padding: 0 25px 25px 40px;
  list-style-type: disc;
}
body .private_page .waste_removal .order_conditions ul li {
  line-height: 170%;
}
body .private_page .faq {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 100px auto;
}
body .private_page .faq .title_container {
  margin: 0 0 45px 0;
}
body .private_page .faq .title_container .main_title {
  display: block;
  color: #26394D;
  font-size: 30px;
  font-weight: bold;
}
body .private_page .faq .title_container .sub_title {
  display: block;
  color: #26394D;
  font-size: 18px;
}
body .private_page .faq .faq_conatiner {
  display: block;
}
body .private_page .faq .faq_conatiner .qna {
  position: relative;
  display: block;
  border-bottom: 1px solid #B3B3B3;
  cursor: pointer;
  transition: ease 0.2s;
}
body .private_page .faq .faq_conatiner .qna.no_border {
  border-bottom: 1px solid transparent;
}
body .private_page .faq .faq_conatiner .qna.show {
  margin: 0;
  padding: 0 25px;
  background-color: #F2F3F8;
  border-bottom: none;
  transition: ease 0.2s;
}
body .private_page .faq .faq_conatiner .qna.show .icon_plus {
  display: none;
  transition: ease 0.2s;
}
body .private_page .faq .faq_conatiner .qna .question {
  padding: 25px 0;
  color: #26394D;
  font-size: 18px;
}
body .private_page .faq .faq_conatiner .qna .icon_plus {
  position: absolute;
  top: 28px;
  right: 0;
  width: 15px;
  height: 15px;
  background-image: url(../img/icon_plus.svg);
  transition: ease 0.2s;
}
body .private_page .faq .faq_conatiner .qna .answer {
  display: none;
  padding: 0 0 25px 0;
  color: #808080;
  font-size: 14px;
}
body .private_page .faq .faq_conatiner .qna .answer .link {
  text-decoration: none;
  color: #29ABE2;
}
body .private_page .sitt_removal {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 100px 0;
}
body .private_page .sitt_removal .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 440px;
  background-color: #26394D;
  z-index: -1;
}
body .private_page .sitt_removal .sr_content_container {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0 0 0;
}
body .private_page .sitt_removal .sr_content_container .sr_title_container {
  display: block;
  margin: 0 0 70px 0;
  padding: 0 0 0 10px;
  border-left: #A40945 20px solid;
}
body .private_page .sitt_removal .sr_content_container .sr_title_container .main_title {
  display: block;
  color: white;
  font-size: 30px;
  font-weight: bold;
}
body .private_page .sitt_removal .sr_content_container .sr_title_container .sub_title {
  display: block;
  color: white;
  font-size: 18px;
}
body .private_page .sitt_removal .sr_content_container .sr_title_container .sub_title span {
  padding: 2px;
  background-color: #A40945;
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container {
  display: block;
  width: 778px;
  min-height: 210px;
  margin: 0 auto;
  padding: 25px;
  background-color: white;
  font-size: 0;
  text-align: center;
  border-radius: 5px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content {
  position: relative;
  text-align: left;
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .title {
  display: inline-block;
  margin: 0 0 50px 0;
  color: #26394D;
  font-size: 15px;
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .title_container .error_description {
  display: none;
  position: absolute;
  top: 22px;
  left: 0;
  font-size: 15px;
  color: #E74C3C;
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .title_container .error_description.show {
  display: block;
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .title_container .success_text {
  display: none;
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container {
  display: block;
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input {
  display: inline-block;
  text-align: left;
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input.margin_right {
  margin: 0 20px 0 0;
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input.short {
  margin: 20px 20px 0 0;
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input.short .input {
  width: 232px;
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input .name {
  display: block;
  margin: 0 0 5px 0;
  color: #26394D;
  font-size: 15px;
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input .input {
  display: block;
  width: 365px;
  height: 42px;
  padding: 0 0 0 10px;
  background-color: #F2F3F8;
  color: #26394D;
  border: 1px solid transparent;
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input.error .name {
  color: #E74C3C;
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input.error .input {
  border: 1px solid #E74C3C;
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .success_text {
  display: block;
  color: #41A85F;
  font-size: 18px;
  text-align: center;
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .git_button {
  display: inline-block;
  margin: 10px 0 0 0;
  width: 206px;
  padding: 13px 20px;
  background-color: #A40945;
  color: white;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  vertical-align: bottom;
  transition: ease 0.2s;
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .git_button:hover {
  background-color: #8A0035;
  transition: ease 0.2s;
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .git_button .button_title {
  display: block;
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .git_button .loading_title {
  display: none;
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .git_button.processing .button_title {
  display: none;
}
body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .git_button.processing .loading_title {
  display: block;
}
body .private_page .soil_with_kontener {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 100px 0;
}
body .private_page .soil_with_kontener .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 395px;
  background-color: #26394D;
  z-index: -1;
}
body .private_page .soil_with_kontener .swk_content_container {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0 0 0;
}
body .private_page .soil_with_kontener .swk_content_container .title_container {
  display: block;
  margin: 0 0 70px 0;
  padding: 0 0 0 10px;
  border-left: #A40945 20px solid;
}
body .private_page .soil_with_kontener .swk_content_container .title_container .main_title {
  display: block;
  color: white;
  font-size: 30px;
  font-weight: bold;
}
body .private_page .soil_with_kontener .swk_content_container .title_container .sub_title {
  display: block;
  color: white;
  font-size: 18px;
}
body .private_page .soil_with_kontener .swk_content_container .title_container .sub_title span {
  padding: 2px;
  background-color: #A40945;
}
body .private_page .soil_with_kontener .swk_content_container .swk_prices_table {
  display: block;
  width: 100%;
  background-color: white;
  color: #26394D;
  border-radius: 5px;
  border-collapse: collapse;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
}
body .private_page .soil_with_kontener .swk_content_container .swk_prices_table tr.grey {
  background-color: #F2F3F8;
}
body .private_page .soil_with_kontener .swk_content_container .swk_prices_table tr th {
  width: 366px;
  padding: 15px 0 15px 15px;
  color: white;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}
body .private_page .soil_with_kontener .swk_content_container .swk_prices_table tr th.light_red {
  background-color: #AD2258;
}
body .private_page .soil_with_kontener .swk_content_container .swk_prices_table tr th.dark_red {
  background-color: #A40945;
}
body .private_page .soil_with_kontener .swk_content_container .swk_prices_table tr th.first {
  border-top-left-radius: 5px;
}
body .private_page .soil_with_kontener .swk_content_container .swk_prices_table tr th.last {
  border-top-right-radius: 5px;
}
body .private_page .soil_with_kontener .swk_content_container .swk_prices_table tr td {
  padding: 25px 0 25px 15px;
}
body .private_page .soil_with_kontener .swk_content_container .swk_prices_table tr td.border_left_radius {
  border-bottom-left-radius: 5px;
}
body .private_page .soil_with_kontener .swk_content_container .swk_prices_table tr td.price {
  font-size: 18px;
  font-weight: bold;
}
body .private_page .soil_with_kontener .swk_content_container .swk_prices_table tr td.price.border_right_radius {
  border-bottom-right-radius: 5px ;
}
body .private_page .soil_with_kontener .swk_content_container .swk_prices_table tr td.price.real_price {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: ease 0.2s;
}
body .private_page .soil_with_kontener .swk_content_container .swk_prices_table tr td.price.real_price .order_text {
  position: absolute;
  top: 31px;
  right: -140px;
  color: white;
  font-size: 14px;
  font-weight: normal;
  transition: ease 0.2s;
}
body .private_page .soil_with_kontener .swk_content_container .buttons_container {
  display: block;
  margin: 30px 0 70px 0;
  text-align: center;
}
body .private_page .soil_with_kontener .swk_content_container .buttons_container .button {
  display: inline-block;
  width: 530px;
  color: white;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}
body .private_page .soil_with_kontener .swk_content_container .buttons_container .button.call {
  margin: 0 35px 0 0;
  padding: 20px 0;
  background-color: #54ACD2;
  transition: ease 0.2s;
}
body .private_page .soil_with_kontener .swk_content_container .buttons_container .button.call:hover {
  background-color: #3791B8;
  transition: ease 0.2s;
}
body .private_page .soil_with_kontener .swk_content_container .buttons_container .button.call.adjustment {
  padding: 20px 0;
  transition: ease 0.2s;
}
body .private_page .soil_with_kontener .swk_content_container .buttons_container .button.online {
  padding: 20px 0;
  background-color: #41A85F;
  transition: ease 0.2s;
}
body .private_page .soil_with_kontener .swk_content_container .buttons_container .button.online:hover {
  background-color: #298C46;
  transition: ease 0.2s;
}
body .private_page .soil_no_kontener {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 100px 0;
}
body .private_page .soil_no_kontener .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 370px;
  background-color: #26394D;
  z-index: -1;
}
body .private_page .soil_no_kontener .snk_content_container {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0 0 0;
}
body .private_page .soil_no_kontener .snk_content_container .title_container {
  display: block;
  margin: 0 0 70px 0;
  padding: 0 0 0 10px;
  border-left: #A40945 20px solid;
}
body .private_page .soil_no_kontener .snk_content_container .title_container .main_title {
  display: block;
  color: white;
  font-size: 30px;
  font-weight: bold;
}
body .private_page .soil_no_kontener .snk_content_container .title_container .sub_title {
  display: block;
  color: white;
  font-size: 18px;
}
body .private_page .soil_no_kontener .snk_content_container .title_container .sub_title span {
  padding: 2px;
  background-color: #A40945;
}
body .private_page .soil_no_kontener .snk_content_container .snk_prices_table {
  display: block;
  width: 100%;
  background-color: white;
  color: #26394D;
  border-radius: 5px;
  border-collapse: collapse;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
}
body .private_page .soil_no_kontener .snk_content_container .snk_prices_table tr.grey {
  background-color: #F2F3F8;
}
body .private_page .soil_no_kontener .snk_content_container .snk_prices_table tr th {
  width: 366px;
  padding: 15px 0 15px 15px;
  color: white;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}
body .private_page .soil_no_kontener .snk_content_container .snk_prices_table tr th.light_red {
  background-color: #AD2258;
}
body .private_page .soil_no_kontener .snk_content_container .snk_prices_table tr th.dark_red {
  background-color: #A40945;
}
body .private_page .soil_no_kontener .snk_content_container .snk_prices_table tr th.first {
  border-top-left-radius: 5px;
}
body .private_page .soil_no_kontener .snk_content_container .snk_prices_table tr th.last {
  border-top-right-radius: 5px;
}
body .private_page .soil_no_kontener .snk_content_container .snk_prices_table tr td {
  padding: 25px 0 25px 15px;
}
body .private_page .soil_no_kontener .snk_content_container .snk_prices_table tr td.border_left_radius {
  border-bottom-left-radius: 5px;
}
body .private_page .soil_no_kontener .snk_content_container .snk_prices_table tr td.price {
  font-size: 18px;
  font-weight: bold;
}
body .private_page .soil_no_kontener .snk_content_container .snk_prices_table tr td.price.border_right_radius {
  border-bottom-right-radius: 5px ;
}
body .private_page .soil_no_kontener .snk_content_container .snk_prices_table tr td.price.real_price {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: ease 0.2s;
}
body .private_page .soil_no_kontener .snk_content_container .snk_prices_table tr td.price.real_price .order_text {
  position: absolute;
  top: 31px;
  right: -140px;
  color: white;
  font-size: 14px;
  font-weight: normal;
  transition: ease 0.2s;
}
body .private_page .soil_no_kontener .snk_content_container .buttons_container {
  display: block;
  margin: 30px 0 70px 0;
  text-align: center;
}
body .private_page .soil_no_kontener .snk_content_container .buttons_container .button {
  display: inline-block;
  width: 530px;
  color: white;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}
body .private_page .soil_no_kontener .snk_content_container .buttons_container .button.call {
  margin: 0 35px 0 0;
  padding: 20px 0;
  background-color: #54ACD2;
  transition: ease 0.2s;
}
body .private_page .soil_no_kontener .snk_content_container .buttons_container .button.call:hover {
  background-color: #3791B8;
  transition: ease 0.2s;
}
body .private_page .soil_no_kontener .snk_content_container .buttons_container .button.call.adjustment {
  padding: 20px 0;
  transition: ease 0.2s;
}
body .private_page .soil_no_kontener .snk_content_container .buttons_container .button.online {
  padding: 20px 0;
  background-color: #41A85F;
  transition: ease 0.2s;
}
body .private_page .soil_no_kontener .snk_content_container .buttons_container .button.online:hover {
  background-color: #298C46;
  transition: ease 0.2s;
}
body .private_page .certifications {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 100px auto;
}
body .private_page .certifications .title_container {
  margin: 0 0 70px 0;
}
body .private_page .certifications .title_container .main_title {
  display: block;
  color: #26394D;
  font-size: 30px;
  font-weight: bold;
}
body .private_page .certifications .title_container .sub_title {
  display: block;
  color: #26394D;
  font-size: 18px;
}
body .private_page .certifications .certificate_container {
  display: inline-block;
}
body .private_page .certifications .certificate_container .certificate {
  display: inline-block;
  height: 170px;
  background-repeat: no-repeat;
  background-size: contain;
}
body .private_page .certifications .certificate_container .certificate.margin {
  margin: 0 70px 0 0;
}
body .private_page .certifications .certificate_container .certificate.iso_9001 {
  width: 122px;
  background-image: url(../img/iso_9001.svg);
}
body .private_page .certifications .certificate_container .certificate.iso_14001 {
  width: 114px;
  background-image: url(../img/iso_14001.svg);
}
body .private_page .certifications .certificate_container .certificate.iso_9001_paper {
  width: 121px;
  background-image: url(../img/iso_9001_paper.png);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}
body .private_page .certifications .certificate_container .certificate.iso_14001_paper {
  width: 121px;
  background-image: url(../img/iso_14001_paper.png);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}
body .company_page .sitt_removal {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 150px 0;
}
body .company_page .sitt_removal .bg {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 450px;
  background-color: #26394D;
  z-index: -1;
}
body .company_page .sitt_removal .sr_content_container {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 150px 0 0 0;
}
body .company_page .sitt_removal .sr_content_container .title_container {
  display: block;
  margin: 0 0 70px 0;
  padding: 0 0 0 10px;
  border-left: #A40945 20px solid;
}
body .company_page .sitt_removal .sr_content_container .title_container .main_title {
  display: block;
  color: white;
  font-size: 30px;
  font-weight: bold;
}
body .company_page .sitt_removal .sr_content_container .title_container .sub_title {
  display: block;
  color: white;
  font-size: 18px;
}
body .company_page .sitt_removal .sr_content_container .title_container .sub_title span {
  padding: 2px;
  background-color: #A40945;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container {
  display: block;
  width: 778px;
  margin: 0 auto 70px auto;
  padding: 25px;
  background-color: white;
  font-size: 0;
  text-align: center;
  border-radius: 5px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content {
  position: relative;
  text-align: left;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .title {
  display: inline-block;
  margin: 0 0 50px 0;
  color: #26394D;
  font-size: 15px;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .error_description {
  display: none;
  position: absolute;
  top: 22px;
  left: 0;
  font-size: 15px;
  color: #E74C3C;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .error_description.show {
  display: block;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container {
  display: inline-block;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input {
  display: inline-block;
  text-align: left;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input.margin_right {
  margin: 0 20px 0 0;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input.margin_top {
  margin: 20px 0;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input.short {
  margin: 20px 20px 0 0;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input.short.no_margin {
  margin: 20px 0 0 0;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input.short .input {
  width: 234px;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input .name {
  display: block;
  margin: 0 0 5px 0;
  color: #26394D;
  font-size: 15px;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input .input {
  display: block;
  width: 367px;
  height: 42px;
  padding: 0 0 0 10px;
  background-color: #F2F3F8;
  color: #26394D;
  border: 1px solid transparent;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input .textarea {
  display: block;
  width: 766px;
  height: 74px;
  padding: 10px 0 0 10px;
  background-color: #F2F3F8;
  color: #26394D;
  border: 1px solid transparent;
  resize: none;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input.error .name {
  color: #E74C3C;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input.error .input {
  border: 1px solid #E74C3C;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .colleague {
  text-align: center;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .colleague .colleague_picture {
  display: inline-block;
  width: 123px;
  height: 123px;
  background-image: url(../img/picture_botond.png);
  background-size: contain;
  background-repeat: no-repeat;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .colleague .colleague_text {
  display: inline-block;
  width: 75%;
  margin: 0 0 0 40px;
  text-align: left;
  vertical-align: top;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .colleague .colleague_text .colleague_name {
  display: block;
  color: #26394D;
  font-size: 18px;
  font-weight: bold;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .colleague .colleague_text .colleague_attribute {
  display: block;
  color: #26394D;
  font-size: 15px;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .colleague .colleague_text .colleague_attribute.distance {
  margin: 15px 0 0 0;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .colleague .colleague_text .colleague_contact {
  display: block;
  margin: 10px 0 0 0;
  color: #2b2b2b;
  font-size: 15px;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .colleague .colleague_text .colleague_contact .show_email_button_company {
  color: #29ABE2;
  cursor: pointer;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .colleague .colleague_text .colleague_contact .show_phone_number_button_company {
  color: #29ABE2;
  cursor: pointer;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .git_button {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 12px 43px;
  background-color: #A40945;
  color: white;
  font-size: 15px;
  cursor: pointer;
  vertical-align: bottom;
  float: right;
  transition: ease 0.2s;
}
body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .git_button:hover {
  background-color: #8A0035;
  transition: ease 0.2s;
}
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;
}
@media only screen and (max-width: 1150px) {
  body .header .header_content_container {
    width: 90%;
  }
  body .private_page .bg .dekra_logo_containers .dekra {
    display: none;
  }
  body .private_page .waste_removal {
    width: 90%;
  }
  body .private_page .waste_removal .buttons_container .button {
    display: block;
  }
  body .private_page .waste_removal .buttons_container .button.call {
    margin: 0 0 20px 0;
    padding: 20px 0;
  }
  body .private_page .waste_removal .buttons_container .button.call.adjustment {
    padding: 20px 0;
  }
  body .private_page .waste_removal .buttons_container .button.online {
    margin: 0 0 20px 0;
  }
  body .private_page .waste_removal .buttons_container .button.conditions {
    margin: 0 0 0 0;
    padding: 20px 0;
    float: none;
  }
  body .private_page .sitt_removal .sr_content_container {
    width: 90%;
  }
  body .private_page .soil_with_kontener .swk_content_container {
    width: 90%;
  }
  body .private_page .soil_with_kontener .swk_content_container .buttons_container .button {
    width: 47%;
  }
  body .private_page .soil_no_kontener .snk_content_container {
    width: 90%;
  }
  body .private_page .soil_no_kontener .snk_content_container .buttons_container .button {
    width: 47%;
  }
  body .private_page .certifications {
    width: 90%;
  }
  body .private_page .faq {
    width: 90%;
  }
  body .company_page .sitt_removal .sr_content_container {
    width: 90%;
  }
  body .company_page .sitt_removal .sr_content_container .get_in_touch_container {
    width: 100%;
    box-sizing: border-box;
  }
  body .company_page .sitt_removal .sr_content_container .get_in_touch_container .order_form .content .name_n_input_container {
    display: block;
  }
  body .company_page .sitt_removal .sr_content_container .get_in_touch_container .order_form .content .name_n_input_container .name_n_input {
    display: block;
    margin: 20px 0 0 0;
  }
  body .company_page .sitt_removal .sr_content_container .get_in_touch_container .order_form .content .name_n_input_container .name_n_input .input {
    width: 100%;
    box-sizing: border-box;
  }
  body .company_page .sitt_removal .sr_content_container .get_in_touch_container .order_form .content .name_n_input_container .name_n_input:first-child {
    margin: 0;
  }
  body .company_page .sitt_removal .sr_content_container .get_in_touch_container .order_form .content .name_n_input_container .name_n_input .textarea {
    width: 100%;
    box-sizing: border-box;
  }
  body .company_page .sitt_removal .sr_content_container .get_in_touch_container .order_form .content .name_n_input_container .git_button {
    margin: 20px 0 0 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    float: none;
  }
}
@media only screen and (max-width: 1140px) {
  body .private_page .waste_removal .wr_prices_table tbody tr .price:hover .order_text {
    display: none;
  }
}
@media only screen and (max-width: 1092px) {
  body .private_page .waste_removal .title_container .title_container {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 1020px) {
  body .header .fade {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 11;
    visibility: hidden;
  }
  body .header .fade.faded {
    visibility: visible;
  }
  body .header .header_content_container .menu_icon {
    position: absolute;
    display: inline-block;
    top: 23px;
    right: 0;
    width: 35px;
    height: 24px;
    background-image: url(../img/icon_menu.svg);
    background-repeat: no-repeat;
    cursor: pointer;
  }
  body .header .header_content_container .navigation_container {
    top: 0;
    right: -800px;
    width: 75vw;
    height: 100vh;
    background-color: white;
    box-shadow: -2px -2px 15px rgba(0, 0, 0, 0.25);
    z-index: 12;
    transition: ease 0.2s;
  }
  body .header .header_content_container .navigation_container.opened {
    right: -55px;
    transition: ease 0.2s;
  }
  body .header .header_content_container .navigation_container.adjustment {
    top: 0;
  }
  body .header .header_content_container .navigation_container .navigation {
    display: block;
    margin: 0;
    padding: 25px 0 25px 25px;
    transition: ease 0.2s;
  }
  body .header .header_content_container .navigation_container .navigation:hover {
    background-color: #A40945;
    color: white;
    transition: ease 0.2s;
  }
  body .header .header_content_container .navigation_container .navigation.contact_menu:hover {
    background-color: white;
  }
  body .private_page .soil_with_kontener .bg {
    height: 470px;
  }
  body .private_page .soil_no_kontener .bg {
    height: 430px;
  }
}
@media only screen and (max-width: 995px) {
  body .private_page .bg {
    height: 550px;
  }
  body .private_page .soil_with_kontener .swk_content_container .buttons_container .button {
    display: block;
    width: 100%;
  }
  body .private_page .soil_with_kontener .swk_content_container .buttons_container .button.online {
    margin: 20px 0 0 0;
  }
  body .private_page .soil_no_kontener .snk_content_container .buttons_container .button {
    display: block;
    width: 100%;
  }
  body .private_page .soil_no_kontener .snk_content_container .buttons_container .button.online {
    margin: 20px 0 0 0;
  }
  body .private_page .faq .faq_conatiner .qna .question {
    padding: 25px 30px 25px 0;
  }
}
@media only screen and (max-width: 890px) {
  body .private_page .sitt_removal .bg {
    height: 550px;
  }
  body .private_page .sitt_removal .sr_content_container .get_in_touch_container {
    width: 100%;
    padding: 0;
  }
  body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content {
    padding: 25px;
  }
  body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container {
    display: block;
    width: 100%;
  }
  body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
  }
  body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input .input {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input.margin_right {
    margin: 0 0 0 0;
  }
  body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .name_n_input.short .input {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  body .private_page .sitt_removal .sr_content_container .get_in_touch_container .content .name_n_input_container .git_button {
    display: block;
    width: 100%;
    margin: 30px 0 0 0;
    text-align: center;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 850px) {
  body .private_page .online_order {
    text-align: center;
  }
  body .private_page .online_order .online_order_container {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    width: 90%;
    margin: 70px 0 0 0;
    background-color: white;
    text-align: left;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
    z-index: 14;
  }
  body .private_page .online_order .online_order_container .company_look .order_form .name_n_input_container {
    display: block;
    box-sizing: border-box;
  }
  body .private_page .online_order .online_order_container .company_look .order_form .name_n_input_container .name_n_input {
    display: block;
    width: 95%;
    margin: 20px 0 0 0;
  }
  body .private_page .online_order .online_order_container .company_look .order_form .name_n_input_container .name_n_input .input {
    width: 100%;
    box-sizing: border-box;
  }
  body .private_page .online_order .online_order_container .company_look .order_form .name_n_input_container .git_button {
    width: 95%;
    margin: 20px 0 0 0;
    box-sizing: border-box;
  }
  body .private_page .online_order .online_order_container .private_look .order_form .name_n_input_container {
    display: block;
  }
  body .private_page .online_order .online_order_container .private_look .order_form .name_n_input_container .name_n_input {
    display: block;
    margin: 20px 0 0 0;
  }
  body .private_page .online_order .online_order_container .private_look .order_form .name_n_input_container .name_n_input.margin_right {
    margin: 20px 0 0 0;
  }
  body .private_page .online_order .online_order_container .private_look .order_form .name_n_input_container .name_n_input .select {
    width: 90%;
    box-sizing: content-box;
  }
  body .private_page .online_order .online_order_container .private_look .order_form .name_n_input_container .name_n_input .input {
    width: 90%;
  }
  body .private_page .online_order .online_order_container .private_look .order_form .name_n_input_container .git_button {
    width: 90%;
    margin: 20px 0 0 0;
    padding: 14px 0 14px 10px;
    float: none;
  }
}
@media only screen and (max-width: 800px) {
  body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .colleague .colleague_picture {
    margin: 0 0 30px 0;
  }
  body .company_page .sitt_removal .sr_content_container .get_in_touch_container .content .colleague .colleague_text {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 760px) {
  body .private_page .certifications .certificate_container {
    display: block;
    text-align: center;
  }
  body .private_page .certifications .certificate_container .certificate {
    margin: 0 70px 0 0;
  }
  body .private_page .certifications .certificate_container .certificate.iso_14001 {
    margin: 0;
  }
  body .private_page .certifications .certificate_container :last-child {
    margin: 0;
  }
  body .private_page .certifications .certificate_container.margin_top {
    margin: 20px 0 0 0;
  }
}
@media only screen and (max-width: 720px) {
  body .private_page .online_order .online_order_container .first_look .oo_type_button_container {
    width: 91%;
    margin: 0 auto 40px auto;
  }
  body .private_page .online_order .online_order_container .first_look .oo_type_button_container .oo_type_button {
    display: block;
    margin: 50px auto 0 auto;
    text-align: center;
  }
}
@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: 690px) {
  body .header .header_content_container .navigation_container .navigation.contact_menu {
    display: none;
  }
  body .header .header_content_container .navigation_container .navigation.contact_menu.mobile {
    display: block;
  }
}
@media only screen and (max-width: 560px) {
  body .private_page .online_order .online_order_container .first_look .title {
    font-size: 20px;
  }
  body .private_page .online_order .online_order_container .private_look .order_form .title_container {
    width: 85%;
  }
  body .private_page .online_order .online_order_container .private_look .order_form .title_container .main_title {
    font-size: 20px;
  }
  body .private_page .online_order .online_order_container .private_look .order_form .title_container .sub_title {
    font-size: 16px;
  }
  body .private_page .online_order .online_order_container .company_look .order_form .title_container {
    width: 85%;
  }
  body .private_page .online_order .online_order_container .company_look .order_form .title_container .main_title {
    font-size: 20px;
  }
  body .private_page .online_order .online_order_container .company_look .order_form .title_container .sub_title {
    font-size: 16px;
  }
  body .private_page .waste_removal .title_container .title_container .main_title {
    font-size: 20px;
  }
  body .private_page .waste_removal .title_container .title_container .sub_title {
    font-size: 16px;
  }
  body .private_page .sitt_removal .sr_content_container .sr_title_container .main_title {
    font-size: 20px;
  }
  body .private_page .sitt_removal .sr_content_container .sr_title_container .sub_title {
    font-size: 16px;
  }
  body .private_page .soil_with_kontener .swk_content_container .title_container .main_title {
    font-size: 20px;
  }
  body .private_page .soil_with_kontener .swk_content_container .title_container .sub_title {
    font-size: 16px;
  }
  body .private_page .soil_no_kontener .snk_content_container .title_container .main_title {
    font-size: 20px;
  }
  body .private_page .soil_no_kontener .snk_content_container .title_container .sub_title {
    font-size: 16px;
  }
  body .private_page .certifications .title_container .main_title {
    font-size: 20px;
  }
  body .private_page .certifications .title_container .sub_title {
    font-size: 16px;
  }
  body .private_page .faq .title_container .main_title {
    font-size: 20px;
  }
  body .private_page .faq .title_container .sub_title {
    font-size: 16px;
  }
  body .company_page .sitt_removal .sr_content_container .title_container .main_title {
    font-size: 20px;
  }
  body .company_page .sitt_removal .sr_content_container .title_container .sub_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 420px) {
  body .private_page .certifications .certificate_container .certificate.margin {
    display: block;
    margin: 20px auto 0 auto;
  }
  body .private_page .certifications .certificate_container .certificate.iso_14001_paper {
    display: block;
    margin: 20px auto 0 auto;
  }
}
@media only screen and (max-width: 400px) {
  body .footer .footer_elements {
    padding: 23px 0 0 0;
  }
  body .footer .footer_elements .footer_element_left {
    position: static;
    display: block;
    margin: 0;
    text-align: center;
  }
  body .footer .footer_elements .footer_element_right {
    position: static;
    display: block;
    margin: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 390px) {
  body .private_page .online_order .online_order_container .first_look .oo_type_button_container .oo_type_button {
    padding: 20px 0;
    font-size: 16px;
  }
  body .private_page .online_order .online_order_container .private_look .order_form .name_n_input_container .name_n_input .select {
    -webkit-appearance: none;
  }
  body .private_page .waste_removal .wr_prices_table tbody tr th {
    padding: 5px;
    font-size: 12px;
  }
  body .private_page .waste_removal .wr_prices_table tbody tr td {
    padding: 10px 0 10px 10px;
    font-size: 13px;
  }
  body .private_page .waste_removal .wr_prices_table tbody tr td.price {
    font-size: 13px;
  }
  body .private_page .waste_removal .wr_prices_table tbody tr td.price .mini {
    font-size: 10px;
  }
  body .private_page .soil_with_kontener .swk_content_container .swk_prices_table tbody tr th {
    padding: 5px;
    font-size: 12px;
  }
  body .private_page .soil_with_kontener .swk_content_container .swk_prices_table tbody tr td {
    padding: 10px 0 10px 10px;
    font-size: 13px;
  }
  body .private_page .soil_with_kontener .swk_content_container .swk_prices_table tbody tr td.price {
    font-size: 13px;
  }
  body .private_page .soil_with_kontener .swk_content_container .swk_prices_table tbody tr td.price .mini {
    font-size: 10px;
  }
  body .private_page .soil_no_kontener .snk_content_container .snk_prices_table tbody tr th {
    padding: 5px;
    font-size: 12px;
  }
  body .private_page .soil_no_kontener .snk_content_container .snk_prices_table tbody tr td {
    padding: 10px 0 10px 10px;
    font-size: 13px;
  }
  body .private_page .soil_no_kontener .snk_content_container .snk_prices_table tbody tr td.price {
    font-size: 13px;
  }
  body .private_page .soil_no_kontener .snk_content_container .snk_prices_table tbody tr td.price .mini {
    font-size: 10px;
  }
}
.ui-widget.ui-widget-content {
  top: 50% !important;
}
/*# sourceMappingURL=style.css.map */