@import url("https://fonts.googleapis.com/css?family=Roboto");
header {
  padding-top: 10px; }
  header .headerWrap {
    position: absolute;
    width: 100%;
    top: 50px;
    border-bottom: 1px solid #ccc; }
  header #logo img {
    padding: 10px;
    border: 1px solid 5a0000;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
    background-color: #fff; }
  header .slogan {
    font-size: 18px;
    color: #636363;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter; }
  header .webadr {
    font-size: 1rem !important; }
  header .headerContact {
    background-color: #fff; }
    header .headerContact .phone a {
      text-decoration: underline;
      font-family: 'Roboto', sans-serif;
      font-size: 22px;
      color: #959595; }
    header .headerContact .phone img {
      margin-right: 10px; }

.bookAuthor {
  font-size: 20px;
  font-weight: 300; }

.bookName {
  font-size: 24px;
  color: #5a0000;
  font-weight: 700; }

.bookImage .imgWrapper {
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
  border: 1px solid #5a0000;
  width: 30%; }
  .bookImage .imgWrapper img {
    width: 100%;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out; }
    .bookImage .imgWrapper img:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1); }

.buttonForm {
  width: 30% !important;
  text-transform: uppercase;
  font-size: 2rem;
  color: #5a0000 !important;
  border: 1px solid #5a0000 !important;
  background-color: #fff !important;
  transition: 1s all ease; }
  .buttonForm:hover {
    color: #fff !important;
    border: 1px solid #fff !important;
    background-color: #5a0000 !important;
    border-radius: 20px !important; }

.dForm {
  display: none;
  border: 1px solid #5a0000 !important;
  background-color: #fff !important;
  transition: 1s all ease; }
  .dForm .card-header {
    background-color: #5a0000;
    color: #fff;
    font-size: 1.5rem; }
  .dForm .buttonSuccess {
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #5a0000 !important;
    border: 1px solid #5a0000 !important;
    background-color: #fff !important;
    transition: 1s all ease; }
    .dForm .buttonSuccess:hover {
      color: #fff !important;
      border: 1px solid #fff !important;
      background-color: #5a0000 !important;
      border-radius: 20px !important; }
  .dForm input {
    font-size: 1.2rem !important;
    border: 1px solid #5a0000 !important; }
    .dForm input.errVal {
      box-shadow: 0 0 0 0.2rem rgba(244, 5, 5, 0.36); }

.bookCounter {
  background-color: #5a0000; }
  .bookCounter .counterHead {
    align-items: center; }
  .bookCounter .counterTitle {
    font-size: 3rem;
    line-height: 90px;
    color: #FFF;
    font-weight: 600; }
  .bookCounter .counterTitle {
    border: 3px solid #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 20px; }
  .bookCounter .counter-analog2 {
    border-radius: 0 5px 5px 0;
    background-color: #fff;
    width: fit-content; }

.socialLinks {
  padding-top: 20px;
  text-align: center; }
  .socialLinks .socialItem .btn-draw {
    width: 36px;
    height: 36px;
    position: relative;
    padding: 5px;
    display: inline-block;
    color: #5a0000;
    border-bottom: 1px solid #5a0000;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }
    .socialLinks .socialItem .btn-draw:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 1px;
      background: #5a0000;
      transform: translateY(100%);
      transition: transform 0.2s ease-in-out;
      transition-delay: 0.6s; }
    .socialLinks .socialItem .btn-draw > span {
      position: relative;
      display: block;
      padding: 0.5em;
      color: inherit; }
      .socialLinks .socialItem .btn-draw > span:before, .socialLinks .socialItem .btn-draw > span:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background: #5a0000;
        transition: transform 0.2s ease-in-out; }
      .socialLinks .socialItem .btn-draw > span:before {
        height: 1px;
        width: 100%;
        transform: translateX(100%);
        transition-delay: 0.4s; }
      .socialLinks .socialItem .btn-draw > span:after {
        height: 100%;
        width: 1px;
        transform: translateY(-100%);
        transition-delay: 0.2s; }
    .socialLinks .socialItem .btn-draw:hover:after, .socialLinks .socialItem .btn-draw:hover > span:before, .socialLinks .socialItem .btn-draw:hover > span:after {
      transform: translate(0, 0); }
    .socialLinks .socialItem .btn-draw:hover:after {
      transition-delay: 0s; }
    .socialLinks .socialItem .btn-draw:hover > span:before {
      transition-delay: 0.2s; }
    .socialLinks .socialItem .btn-draw:hover > span:after {
      transition-delay: 0.4s; }
    .socialLinks .socialItem .btn-draw:hover {
      color: #FFFFFF;
      background-color: #5a0000;
      transition-delay: 0.6s; }
      .socialLinks .socialItem .btn-draw:hover i {
        color: #FFFFFF; }
    .socialLinks .socialItem .btn-draw:hover {
      color: #FFFFFF !important; }
  .socialLinks .socialItem:hover {
    color: #FFFFFF !important; }
  .socialLinks h2 {
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #959595; }
  .socialLinks i {
    font-size: 1.3rem;
    color: #5a0000;
    transition: all 1s; }
    .socialLinks i:hover {
      color: #FFFFFF; }

#fileInfo {
  font-size: 1.2rem !important;
  line-height: 45px !important; }

#forminfo {
  font-size: 1.2rem !important;
  line-height: 45px !important;
  color: red; }

#formSuccess {
  font-size: 1.2rem !important;
  line-height: 45px !important;
  color: green; }

footer {
  padding-bottom: 20px; }
  footer p {
    margin-top: 10px;
    color: #5a0000 !important; }

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important; }

  .buttonForm {
    width: auto !important; }

  .imgWrapper {
    width: 75% !important; }

  .phone {
    text-align: center !important;
    margin-top: 10px !important; } }
@media (max-width: 1199px) {
  .counterTitle {
    line-height: 2rem !important;
    font-size: 2.5em !important;
    text-align: center;
    margin-bottom: 10px;
    width: 100% !important; }

  .dForm input {
    margin-bottom: 10px !important; }

  .counterHead {
    flex-direction: column !important; }

  .counterTitle {
    border: none !important;
    border-radius: 0 !important;
    padding-left: 0 !important; }

  .imgWrapper {
    width: 75% !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .w-md-100 {
    width: 100% !important; } }
.colRed {
  color: #5a0000 !important; }

/*# sourceMappingURL=style.css.map */
