.keys {
  position: relative;
  background-image: url("../../img/targetBG.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0 30px;
  margin-bottom: 40px;
}

.keys_title {
  color: #fff;
}

.keys_title::before {
  background-color: #fff;
}

.keys_items {
  display: flex;
  justify-content: center;
}

.keys_item {
  padding: 20px 0 0 0;
  flex-basis: 288px;
}

.keys_item:nth-child(2) {
  margin: 0 115px;
}

.keys_item_image {
  position: relative;
}

.keys_item_image .keys_item_img {
  display: block;
  width: 100%;
  height: auto;
}

.keys_item_image .keys_item_link {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 158px;
  text-align: center;
  border: 1px solid #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 4px 0 1px;
  transition: all 250ms linear;
}

.keys_item_image .keys_item_link:hover {
  text-decoration: none;
  background-color: #1aa4bd;
}

.keys_item_title {
  font-size: 22px;
  color: #fff;
  font-family: 'Muller';
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.3;
}

.keys_item_list .keys_item_li {
  color: #fff;
  font-size: 13px;
  margin-bottom: 15px;
}

.keys_item_list .keys_item_li:last-child {
  margin-bottom: 0;
}

.keys_item_list .keys_item_li span {
  font-family: 'Muller';
  font-weight: bold;
}

.callBack {
  position: relative;
  background-image: url("../../img/formBG.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0 100px;
}

.callBack_form {
  display: flex;
  max-width: 700px;
  margin-left: 50px;
  padding-top: 20px;
}

.callBack_form .callBack_form_fieldset {
  padding: 0;
  border: none;
  flex-basis: 330px;
}

.callBack_form .callBack_form_fieldset:first-child {
  margin-right: 12px;
}

.callBack_form .callBack_form_fieldset:last-child {
  margin-left: 12px;
}

.callBack_form .callBack_form_fieldset input {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid #cccccc;
  padding: 6px 5px 0 14px;
}

.callBack_form .callBack_form_fieldset input:last-child {
  margin-bottom: 0;
}

.callBack_form .callBack_form_fieldset textarea {
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
  min-height: 74px;
  resize: none;
  padding: 3px 0 0 14px;
  margin-bottom: 15px;
}

.callBack_form .callBack_form_fieldset .callBack_form_submit {
  display: block;
  width: 165px;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 4px;
}

.callBack_form .callBack_form_fieldset .callBack_form_submit:hover {
  background-color: #007e95;
  border: 1px solid #007e95;
}

.footer {
  background-color: #fff;
  padding: 20px 0;
}

.footer_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_itemL {
  display: flex;
  flex-basis: 50%;
}

.footer_itemL .footer_itemL_col .footer_itemL_img {
  display: block;
  margin-bottom: 10px;
  max-width: 200px;
}

.footer_itemL .footer_itemL_col .footer_itemL_copy {
  font-size: 13px;
  margin-bottom: 18px;
}

.footer_itemL .footer_itemL_col .footer_itemL_pred {
  margin-bottom: 16px;
  font-family: 'Muller';
  font-weight: bold;
}

.footer_itemL .footer_itemL_col .footer_itemL_ulpred {
  display: flex;
  justify-content: space-between;
}

.footer_itemL .footer_itemL_col .footer_itemL_list,
.footer_itemL .footer_itemL_col .footer_itemL_ulpred {
  margin: 0;
}

.footer_itemL .footer_itemL_col .footer_itemL_list li,
.footer_itemL .footer_itemL_col .footer_itemL_ulpred li {
  line-height: 1;
}

.footer_itemL .footer_itemL_col .footer_itemL_list li a,
.footer_itemL .footer_itemL_col .footer_itemL_ulpred li a {
  font-size: 13px;
  text-decoration: none;
}

.footer_itemL .footer_itemL_col .footer_itemL_list li a:focus,
.footer_itemL .footer_itemL_col .footer_itemL_ulpred li a:focus {
  color: #000;
}

.footer_itemL_col_flbasi-1 {
  flex-basis: 215px;
}

.footer_itemL_col_flbasi-2 {
  flex-basis: 300px;
}

.footer_margin_col {
  margin-top: 38px;
}

.footer_itemL_ulpred_col:last-child {
  margin-left: 5px;
}

.footer_itemR .footer_itemR_img {
  display: block;
  position: relative;
  left: -1px;
  margin-bottom: 5px;
}

.footer_itemR .footer_item_contact .footer_contact_tell img,
.footer_itemR .footer_item_contact .footer_contact_skype img {
  margin-right: 5px;
}

.footer_itemR .footer_item_contact .footer_contact_tell a,
.footer_itemR .footer_item_contact .footer_contact_skype a {
  font-size: 15px;
  text-decoration: none;
}

.footer_itemR .footer_item_contact .footer_contact_tell a:focus,
.footer_itemR .footer_item_contact .footer_contact_skype a:focus {
  color: #000;
}

@media only screen and (max-width: 992px) {
  .keys_items {
    flex-direction: column;
  }
  .keys_item {
    display: flex;
    margin-bottom: 50px;
  }
  .keys_item:last-child {
    margin-bottom: 0;
  }
  .keys_item .keys_item_image {
    max-width: 26%;
  }
  .keys_item .keys_item_title {
    margin: 0;
    text-align: center;
    font-size: 18px;
    padding: 0 13px;
  }
  .keys_item .keys_item_list {
    margin: 0;
  }
  .keys_item .keys_item_list .keys_item_li {
    margin-bottom: 8px;
  }
  .keys_item:nth-child(2) {
    margin: 0;
  }
  .footer .container {
    width: 100%;
  }
  .footer_itemL {
    flex-basis: 70%;
  }
}

@media only screen and (max-width: 768px) {
  .keys_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px !important;
    flex-basis: auto;
  }
  .keys_item:last-child {
    margin-bottom: 0;
  }
  .keys_item .keys_item_image {
    max-width: 40%;
    margin: 0 auto;
  }
  .keys_item .keys_item_title {
    margin: 20px 0 30px 0;
    font-size: 24px;
  }
  .keys_item .keys_item_list .keys_item_li {
    font-size: 17px;
  }
}

@media only screen and (max-width: 650px) {
  .footer_itemL {
    flex-direction: column;
    flex-basis: auto;
  }
  .footer_itemL_col_flbasi-1,
  .footer_itemL_col_flbasi-2 {
    flex-basis: auto;
  }
  .footer_margin_col {
    margin-top: 10px;
  }
  .footer_itemL_ulpred_col:last-child {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .keys {
    padding: 50px 0;
  }
  .keys_item {
    padding-top: 0;
  }
  .keys_item .keys_item_image {
    max-width: 55%;
  }
  .callBack {
    padding: 40px 0 50px;
  }
  .callBack_form {
    margin-left: 0px;
    padding-top: 0px;
  }
  .callBack_form .callBack_form_fieldset:first-child {
    margin-right: 10px;
  }
  .callBack_form .callBack_form_fieldset:last-child {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .callBack {
    padding: 20px 0 30px;
  }
  .callBack_form {
    margin-left: 0px;
    padding-top: 0px;
    flex-direction: column;
  }
  .callBack_form .callBack_form_fieldset {
    margin: 0;
    flex-basis: auto;
  }
  .callBack_form .callBack_form_fieldset:first-child {
    margin-right: 0px;
  }
  .callBack_form .callBack_form_fieldset:last-child {
    margin-left: 0px;
  }
  .callBack_form .callBack_form_fieldset textarea {
    margin-top: 15px;
  }
  .footer_itemL .footer_itemL_col .footer_itemL_ulpred {
    flex-direction: column;
  }
  .footer_itemL_ulpred_col:last-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 375px) {
  .keys_item .keys_item_image {
    max-width: 50%;
    margin: 0 auto;
  }
  .keys_item .keys_item_title {
    margin: 10px 0 15px 0;
    font-size: 20px;
  }
  .keys_item .keys_item_list .keys_item_li {
    font-size: 16px;
  }
  .keys_item_image .keys_item_link {
    width: 125px;
  }
}

@media only screen and (max-width: 342px) {
  .footer_itemR .footer_item_contact .footer_contact_tell img, .footer_itemR .footer_item_contact .footer_contact_skype img {
    margin-right: 0;
  }
}
/*# sourceMappingURL=footer.css.map */