@font-face {
  font-family: 'elizabeth_tt_uniregular';
  src: url("../src/fonts/elizabeth_tt_uni-webfont.eot");
  src: url("../src/fonts/elizabeth_tt_uni-webfont.eot?#iefix") format("embedded-opentype"), url("../src/fonts/elizabeth_tt_uni-webfont.woff2") format("woff2"), url("../src/fonts/elizabeth_tt_uni-webfont.woff") format("woff"), url("../src/fonts/elizabeth_tt_uni-webfont.ttf") format("truetype"), url("../src/fonts/elizabeth_tt_uni-webfont.svg#elizabeth_tt_uniregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'old_classicregular';
  src: url("../src/fonts/old_classic-webfont.eot");
  src: url("../src/fonts/old_classic-webfont.eot?#iefix") format("embedded-opentype"), url("../src/fonts/old_classic-webfont.woff2") format("woff2"), url("../src/fonts/old_classic-webfont.woff") format("woff"), url("../src/fonts/old_classic-webfont.ttf") format("truetype"), url("../src/fonts/old_classic-webfont.svg#old_classicregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto_slabregular';
  src: url("../src/fonts/robotoslab-regular-webfont.eot");
  src: url("../src/fonts/robotoslab-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../src/fonts/robotoslab-regular-webfont.woff2") format("woff2"), url("../src/fonts/robotoslab-regular-webfont.woff") format("woff"), url("../src/fonts/robotoslab-regular-webfont.ttf") format("truetype"), url("../src/fonts/robotoslab-regular-webfont.svg#roboto_slabregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FONT TYPES */
.font-elizabeth {
  font-family: 'elizabeth_tt_uniregular';
  letter-spacing: -0.03em;
}

.font-old-classic {
  font-family: 'old_classicregular';
}

.font-roboto-slab {
  font-family: 'roboto_slabregular';
}

/* FONT SIZE */
ul > p { font-size: initial !important; }
.font-size-extra-small {
  font-size: 20px;
}

.font-size-small {
  font-size: 30px;
}

.font-size-normal {
  font-size: 40px;
}

.font-size-large {
  font-size: 50px;
}

.font-size-extra-large {
  font-size: 60px;
}

/* HEADERS  */
h1 {
  font-size: 80px;
}

h2 {
  /*font-size: 70px;*/
  font-size: 1em;
  font-weight: bold;
}


h3 {
  font-size: 60px;
}

p {
  font-size: xx-large;
  letter-spacing: -0.07em;
}

/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
@media (max-width: 480px) {
  .font-size-extra-small {
    font-size: 12px;
  }

  .font-size-small {
    font-size: 18px;
  }

  .font-size-normal {
    font-size: 23px;
  }

  .font-size-large {
    font-size: 25px;
  }

  .font-size-extra-large {
    font-size: 30px;
  }

  /* HEADERS  */
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }
}

.case-popup {
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: fixed;
  top: 0px;
  z-index: 150;
  color: black;
}

.case-popup .case-popup-content {
  overflow: auto;
  height: 80vh;
  padding: 10px;
  background: url("https://image.ibb.co/nMWXpb/case_bg.jpg");
  z-index: 600;
  background-size: cover;
  margin-top: 10vh;
}

.case-popup .case-popup-content .bg {
  min-height: inherit;
  position: absolute;
  right: 0;
  top: 0;
  background: url("https://image.ibb.co/nMWXpb/case_bg.jpg");
}

.case-popup .case-popup-content .plf {
  margin-top: 40px;
  color: white;
  padding: 40px;
  min-height: 300px;
  background-size: cover;
  background: url("https://image.ibb.co/fzsoUb/plf_bg.jpg") 50% 50% no-repeat;
}

.case-popup .case-popup-content .def {
  margin-top: 40px;
  color: white;
  padding: 40px;
  min-height: 300px;
  background-size: cover;
  background: url("https://image.ibb.co/mqTZ2w/def_bg.jpg") 50% 50% no-repeat;
}

.case-popup .case-popup-content .my-client {
  color: grey;
}

.case-popup .case-popup-content .hammer {
  min-height: 121px;
  min-width: 250px;
  /*margin: 60px auto 0px;*/
  background: url("https://image.ibb.co/kZMRFG/hammer.png") 0 0 no-repeat;
}

.case-popup .case-popup-content .desicion {
  margin-bottom: 40px;
}

.case-popup .case-popup-content .des-link {
  padding: 0px 20px;
  background-color: grey;
  color: white;
  margin-bottom: 40px;
}

.case-popup .number {
  padding-top: 1em;
  color: grey;
}

.case-popup .inner {
  /*text-align: left;*/
  /*margin-bottom: 70px;*/
}

.popup-close {
  color: black;
  position: fixed;
  right: 15%;
  z-index: 150;
}

.popup-close:hover {
  color: black;
}

.header {
  background-color: black;
}

.header .descriptor {
  margin-top: -0.3em;
  /*text-align: left;*/
  /*margin-top: 20px;*/
}

.header .logo {
  /*margin-top: 40px;*/
  /*margin-bottom: 20px; }*/
}

.header .logo img {
  display: inline-block;
  width: 90px;
  height: 90px;
}

.header .phones {
  /*text-align: right;*/
  /*margin: 45px 0px;*/
}

.main {
  min-height: 600px;
  background: url("https://image.ibb.co/jKp2pb/main_bg.jpg") 10% 0%;
  background-position: fixed;
  background-color: #fff;
  transition: all 0.3s ease-out !important;
}
.case .caption {
  line-height: 1em;
  color: white;
}
.main .caption {
  text-align: right;
}

.fade-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: all 0.3s ease-out !important;
}

.fade-out {
  opacity: 0 !important;
  transform: translateY(-50px) !important;
  transition: all 0.3s ease-out !important;
}

.leave-request {
  color: black;
  opacity: 0;
  background-color: #FFF;
  transform: translateY(50px);
  transition: all 0.3s ease-out;
}

.leave-request .bg {
  min-height: 800px;
  background: url("https://image.ibb.co/jwNoUb/leave_request_bg.jpg") 0 70%;
}

.leave-request .soldier {
  position: absolute;
  left: -100px;
  opacity: 0.3;
  min-height: 800px;
  width: 500px;
  max-width: 100%;
  z-index: -5;
  background: url("https://image.ibb.co/eNScNw/form_soldier.png") -100px 0 no-repeat;
}

.leave-request form {
  z-index: 20;
  margin: 100px 0;
  display: inline-block;
}

.leave-request #name, .leave-request #tel {
  margin-top: 60px;
  border: none;
  border-bottom: 4px solid black;
  padding: 10px 20px;
  background: none;
}

.leave-request #name::placeholder, .leave-request #tel::placeholder {
  color: #D8D8D8;
}

.leave-request input {
  border: none;
}

.leave-request input:focus {
  border: none;
  transition: all 0.2s ease-out;
}

.leave-request input:focus:-moz-placeholder {
  opacity: 0;
}

.leave-request .special-button {
  margin-top: 60px;
  width: 70%;
  padding: 10px 20px;
  color: white;
  background-color: black !important;
  transition: all 0.2s ease-out;
}

.leave-request .special-button:hover {
  background-color: white !important;
  color: black;
  transition: all 0.2s ease-out;
}

.leave-request input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}

.leave-request input::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}

.leave-request input:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}

.leave-request input:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}

.my-services {
  min-height: 600px;
  background: url("https://image.ibb.co/dxoj2w/favors_bg.jpg") 0 0 no-repeat fixed;
  background-size: cover;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.my-services ul {
  margin-top: 50px;
  margin-bottom: 90px;
  list-style-image: url("https://image.ibb.co/eLCNpb/list_bullet.png");
  text-align: center;
  width: auto;
}

.my-services ul .list-marker {
  display: inline-block;
  width: 102px;
  height: 42px;
  background: url("https://image.ibb.co/ekij2w/list_marker.png") 0 0 no-repeat;
}

.my-services ul li {
  list-style: none;
  text-align: center;
  /*margin-top: 50px;*/
}

.my-services p {
  margin-bottom: 50px;
}

.expirience {
  text-align: center;
}

.expirience .bg {
  z-index: 100;
  min-height: 1200px;
  background: url("https://image.ibb.co/k5x59b/exp_bg.jpg") 0 0 no-repeat;
  background-size: cover;
}

.expirience .photo {
  width: 100%;
  height: auto;
  min-height: 763px;
  display: inline-block;
  text-align: center;
  background: url("../src/shvets-background.jpg") 50% 50% no-repeat;
}

.expirience .left-col {
  position: relative;
  vertical-align: bottom;
}

.expirience .right-col {
  position: relative;
  color: black;
  vertical-align: bottom;
}

.expirience .lion {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: -1;
  width: 417px;
  height: 500px;
  background: url("https://image.ibb.co/nntHNw/lion.png") 0 0 no-repeat;
}

.expirience ul {
  z-index: 500;
  margin-bottom: 50px;
  list-style-position: outside;
  list-style-image: url("https://image.ibb.co/b9rtvG/list_exp.jpg");
}

.expirience ul li h3 {
  margin-left: 20px;
}

.expirience .time {
  color: grey;
  margin-top: 40px;
}

.cases {
  background: url("https://image.ibb.co/fXoCpb/cases_bg.jpg") 0 0 no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.cases .case {
  padding: 1em;
  color: #bcbcbc;
}

.cases .case button {
  background-color: #acacac;
  border: none;
  border-left: 3px solid white;
  border-right: 3px solid black;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 1em;
  padding: 1em;
  letter-spacing: -0.07em;
}

.cases .case button:hover {
  color: white;
  background-color: black;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.contacts {
  background: url("https://image.ibb.co/byt1hw/contacts_bg.jpg") 0 0 no-repeat;
  background-size: cover;
  color: black;
  padding-bottom: 60px;
}

.contacts #map {
  margin-top: 60px;
  background-color: black;
  min-height: 735px;
  height: 100%;
  /*line-height: 1em;*/
}

.contacts .content {
  margin-top: 60px;
  /*min-height: 735px;*/
  line-height: 1em;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.3);
}

.contacts .content p {
  padding: 20px;
  line-height: 1em;
}

.contacts .content .mail {
  font-size: 30px;
}

.footer {
  padding: 50px;
  background-color: black;
  color: white;
}
.footer  img {
  max-width: 80px;
}
.footer .thanks {
  /*margin-top: 30px;*/
}

/*adds*/
input  {
  letter-spacing: -0.07em;
}
.lt-spc {
  letter-spacing: -0.07em;
}
.rbt-plain-txt {
  font-family: 'roboto_slabregular';
  line-height: 1em;
  font-size: large;
  letter-spacing: -0.07em;
  padding: 3em;
}

