@charset "utf-8";
/* CSS Document */
/* @font-face {
  font-family: 'Muller';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/MullerRegular.woff2");
  src: url("../fonts/MullerRegular.woff2") format("woff2");
} */
/* @font-face {
	font-family: 'MullerLight';
	src: url('/wp-content/themes/bookmap/assets/font/MullerLight.eot');
	src: url('/wp-content/themes/bookmap/assets/font/MullerLight.woff2') format("woff2"),
       url('/wp-content/themes/bookmap/assets/font/MullerLight.woff') format("woff"),
       url('/wp-content/themes/bookmap/assets/font/MullerLight.ttf') format("truetype"),
       url('/wp-content/themes/bookmap/assets/font/MullerLight.otf') format("opentype"),
       url('/wp-content/themes/bookmap/assets/font/MullerLight.svg#MullerLight') format("svg");
	font-display: swap;
} */
/* @font-face {
	font-family: 'MullerRegular';
	src: url('/wp-content/themes/bookmap/assets/font/MullerRegular.eot');
	src: url('/wp-content/themes/bookmap/assets/font/MullerRegular.woff2') format("woff2"),
       url('/wp-content/themes/bookmap/assets/font/MullerRegular.woff') format("woff"),
       url('/wp-content/themes/bookmap/assets/font/MullerRegular.ttf') format("truetype"),
       url('/wp-content/themes/bookmap/assets/font/MullerRegular.otf') format("opentype"),
       url('/wp-content/themes/bookmap/assets/font/MullerRegular.svg#MullerRegular') format("svg");
	font-display: swap;
} */
@font-face {
    font-family: 'Muller';
    src: url('../font/Muller/MullerMedium.eot');
    src: url('../font/Muller/MullerMedium.eot?#iefix') format('embedded-opentype'),
        url('../font/Muller/MullerMedium.woff2') format('woff2'),
        url('../font/Muller/MullerMedium.woff') format('woff'),
        url('../font/Muller/MullerMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Muller';
    src: url('../font/Muller/MullerRegular.eot');
    src: url('../font/Muller/MullerRegular.eot?#iefix') format('embedded-opentype'),
        url('../font/Muller/MullerRegular.woff2') format('woff2'),
        url('../font/Muller/MullerRegular.woff') format('woff'),
        url('../font/Muller/MullerRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Muller';
    src: url('../font/Muller/MullerLight.eot');
    src: url('../font/Muller/MullerLight.eot?#iefix') format('embedded-opentype'),
        url('../font/Muller/MullerLight.woff2') format('woff2'),
        url('../font/Muller/MullerLight.woff') format('woff'),
        url('../font/Muller/MullerLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

:root {
  --white: #ffffff;
  --blue: #0085f9;
  --blue-light: #0099ff;
  --blue-dark: #0e67d0;
  --blue-dark-op: #176f9eb5;

  --bg-blue: #8ac1dd;
  --bg-blue-light: #d9ebf1;
  --bg-blue-dark: #176f9e;
  --bg-green-light: #d5ddc2;
  --bg-yellow-light: #ebe797;
  --bg-dark: #1e262d;
  --bg-grey: #eaeaea;
  --bg-footer: #1a1833;

  --c-green: #07ea07;
  --c-red: #ff0000;

	--font: 'Muller', sans-serif;

	--indent-base: 16px;
}
.slick-slider #next{
	right: 0px;
}
.slick-slider .slick-arrow i{
	font-size: 15px;
    background-color: #65a4f4;
    padding: 8px;
    color: white;
    border-radius: 5px;
}
.slick-dots li.slick-active button{
    border-radius: 30px;
    background: #65a4f4;
}
.slick-dots li.slick-active button:before{
	opacity: 1;
    color: white;
	font-size: 8px;
	line-height: 22px;
}
body, .site{
  font-family: var(--font);
  font-size: 16px
}
header{
  position: sticky;
  top: 0;
  background: var(--white);
  z-index: 9999;
  padding: 25px 0 !important;
  box-shadow: 0 4px 20px rgba(0,0,0,.1);
}
h1, .h1, h2, .h2, h3, .h3{
  margin-top: 20px;
  margin-bottom: 40px;
}
h1, .h1{
  font-size: 48px;
  line-height: 50px;
}
h2, .h2{
  font-size: 32px;
  line-height: 38px;
}
h3, .h3{
  font-size: 28px;
  line-height: 34px;
}
img{
  max-width: 100%;
  max-height: 100%;
}
a{
  color: var(--white);
  text-decoration: none;
  outline: none;
}
a:hover{
  text-decoration: none;
}
.c-green{
  color: var(--c-green);
}
.c-red{
  color: var(--c-red);
}
.logo{
  display: inline-block;
}
.sublogo{
  display: flex;
  justify-content: flex-end;
  color: var(--blue-light);
  font-weight: 900;
  font-family: var(--font);
  font-size: 16px;
  line-height: 18px;
  margin-top: 5px;
  text-transform: uppercase;
}
.btn-blue{
  color: var(--white);
  background: var(--blue);
  font-size: 14px;
  line-height: 14px;
  padding: 14px 24px;
  letter-spacing: .77px;
  text-transform: uppercase;
  transition: .2s ease;
}
.btn-blue:hover{
  color: var(--white);
  background: var(--blue-dark)
}
.l-prices .c-prices__column .the-price .price-link{
	margin-bottom: 0px !important;
}
.block{
  padding: 80px 0;
}
.main-block{
  color: var(--bg-dark);
  background: var(--white);
  padding: 60px 0;
}
.main-block .content {
  width: 450px;
}
.main-block .desc {
  margin-top: 20px;
}
.main-block .desc p {
  margin-bottom: 20px;
}
.main-block .desc p:last-child {
  margin-bottom: 0;
}
.main-block .title.is-1{
  color: var(--bg-dark);
  font-weight: 600;
}
.slick-slider.h-290 img{
  height: 290px;
}
@media (max-width: 768px){
  .slick-slider.h-290 img{
    height: auto;
  }
}
.slick-slider img{
  width: 100%;
  height: 100%;
}
.slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.slick-prev{
  left: 10px;
}
.slick-next{
  right: 10px;
}
.two-sliders-block .content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.two-sliders-block .desc{
  margin-bottom: 20px;
}
.two-sliders-block .desc b{
  display: block;
}
.two-sliders-block .title-block {
  margin-bottom: 50px;
  color: #1a1833;
  font-family: 'MullerLight', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 32px;
  line-height: 38px;
}
tbody td[colspan]{
  background-color: var(--bg-grey) !important;
}
.steps-block .content .icon{
  margin-bottom: 26px;
  text-align: center;
}
.steps-block .title-block {
  margin-bottom: 50px;
  color: #1a1833;
  font-family: 'MullerLight', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 32px;
  line-height: 38px;
}
.steps-block .header-title {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  width: 100%;
}
.steps-block .header-title span {
  font: 20px/20px MullerBold,sans-serif;
  color: #0184f7;
}
.steps-block .title {
  flex-grow: 1;
  font: 20px/20px MullerMedium,sans-serif;
  line-height: 20px;
  text-align: center;
  color: #0184f7;
}
.steps-block .desc p {
    font: 14px/15px MullerLight,sans-serif!Important;
}
.steps-block .step-separator {
  -ms-transform: translate(20px,84px);
  -webkit-transform: translate(20px,84px);
  align-self: flex-start;
  background-color: #0184f7;
  height: 3px;
  margin-right: 65px;
  transform: translate(20px,95px);
  width: 70px;
}
.steps-block .col-step {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: calc(33.33333% - 90px);
  max-width: 230px;
}
.steps-block .content .btn{
  opacity: 1;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.steps-block .steps-block-row {
  display: flex;
   justify-content: space-between;
}
.steps-block .btn {
  margin-top: 20px;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -o-transition: .2s ease;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: .2s ease;
  align-items: center;
  background-color: #0085f9;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 14px/14px MullerRegular,sans-serif;
  height: 100%;
  justify-content: center;
  letter-spacing: .77px;
  text-transform: uppercase;
  transition: .2s ease;
      padding-top: 11px;
}
.steps-block .btn:hover {
    background-color: #007aff;
    color: #fff;
}
.steps-block .c-blue-button.is-inversed {
    height: 45px;
    width: 230px;
}
@media (max-width: 768px){
  .steps-block .content .btn{
    opacity: 1;
  }
}
.steps-block .content:hover .btn{
  opacity: 1;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.indicators-block .title-block {
  margin-bottom: 50px;
  color: #1a1833;
  font-family: 'MullerLight', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 32px;
  line-height: 38px;
}
.indicators-block .item{
  position: relative;
  height: 150px;
  overflow: hidden;
}
.indicators-block .item .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
footer{
  color: var(--white);
  padding: 60px 0;
  background-color: var(--bg-footer);
}
footer a:not(.logo){
  opacity: 0.5;
}
footer a:hover{
  color: var(--white);
  opacity: 1;
}
.social{
  font-size: 24px;
}
.social a{
  margin: 0 5px;
}
.subfooter{
  font-size: 14px;
  opacity: 0.5;
}
.youtube-block{
	max-width: 100%;
	position: relative;
}
.youtube-block img{
	object-fit: cover;
}
.youtube-block:not(.loaded)::before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.3;
}
.youtube-block .play{
	display: inline-block;
    position: absolute;
    color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 6rem;
    cursor: pointer;
	opacity: 0.7;
}
.youtube-block .play:hover{
	opacity: 1;
}
.title.is-1 {
  color: #fff;
  font-size: 40px !important;
  line-height: 45px !important;
  font-family: 'Muller', sans-serif !important;
  font-weight: 300;
}
.top-desc {
  font-family: 'Muller', sans-serif;
  font-size: 22px;
  text-transform: none;
  padding-bottom: 30px;
  font-weight: 300;
}
.icon-block .top-desc p {
  font-family: 'Muller', sans-serif;
  font-size: 22px;
  text-transform: none;
  padding-bottom: 30px;
  font-weight: 300;
}
.content__item-details-name {
  font-family: 'Muller', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.47px;
  color: #424242;
  max-width: 300px;
}
.menu {
  list-style: none;
}
.menu li {
  margin-bottom: 10px;
}
.reviews-bloc .title-block {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.705882px;
  color: #424242;
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 92px;
  display: inline-block;
}
.reviews-bloc .title-block:after {
    border-bottom: 3px solid #007CFF;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-weight: 500px;
}
@font-face {
    font-family: TablePress;
    src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=) format('woff2'),url(tablepress.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.tablepress-table-description {
    clear: both;
    display: block
}

.tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: none
}

.tablepress td,.tablepress th {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none!important
}

.tablepress tbody td {
    vertical-align: top
}

.tablepress tbody td,.tablepress tfoot th {
    border-top: 1px solid #ddd
}

.tablepress tbody tr:first-child td {
    border-top: 0
}

.tablepress thead th {
    border-bottom: 1px solid #ddd
}

.tablepress tfoot th,.tablepress thead th {
    background-color: #d9edf7;
    font-weight: 700;
    vertical-align: middle
}

.tablepress .odd td {
    background-color: #f9f9f9
}

.tablepress .even td {
    background-color: #fff
}

.tablepress .row-hover tr:hover td {
    background-color: #f3f3f3
}

.tablepress img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: none
}

.dataTables_wrapper {
    clear: both;
    margin-bottom: 1em
}

.dataTables_wrapper .tablepress {
    clear: both;
    margin: 0!important
}

.dataTables_length {
    float: left;
    white-space: nowrap
}

.dataTables_filter {
    float: right;
    white-space: nowrap
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: .5em
}

.dataTables_info {
    clear: both;
    float: left;
    margin: 4px 0 0
}

.dataTables_paginate {
    float: right;
    margin: 4px 0 0
}

.dataTables_paginate a {
    color: #111!important;
    display: inline-block;
    outline: 0;
    position: relative;
    text-decoration: underline;
    margin: 0 5px
}

.dataTables_paginate a:first-child {
    margin-left: 0
}

.dataTables_paginate a:last-child {
    margin-right: 0
}

.paginate_button:hover {
    cursor: pointer;
    text-decoration: none
}

.paginate_button.disabled {
    color: #999!important;
    text-decoration: none;
    cursor: default
}

.paginate_button.current {
    font-weight: 700;
    text-decoration: none;
    cursor: default
}

.dataTables_paginate.paging_simple {
    padding: 0 15px
}

.paging_simple .paginate_button.next:after,.paging_simple .paginate_button.previous:before {
    text-align: left;
    font-family: TablePress;
    font-size: 14px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    content: "\f053";
    text-shadow: .1em .1em #666;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: -14px;
    margin: auto;
    height: 14px;
    width: 14px;
    line-height: 1
}

.paging_simple .paginate_button.next:after {
    text-align: right;
    content: "\f054";
    left: auto
}

.paginate_button:after,.paginate_button:before {
    color: #d9edf7
}

.paginate_button:hover:after,.paginate_button:hover:before {
    color: #049cdb
}

.paginate_button.disabled:after,.paginate_button.disabled:before {
    color: #f9f9f9
}

.dataTables_processing {
    display: none
}

.dataTables_scroll {
    clear: both
}

.dataTables_scrollBody {
    -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0!important;
    padding: 0!important
}

.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    outline: 0
}

.tablepress .sorting:after,.tablepress .sorting_asc:after,.tablepress .sorting_desc:after {
    font-family: TablePress;
    font-weight: 400;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 6px;
    margin: auto;
    height: 14px;
    line-height: 1
}

.tablepress .sorting:after {
    content: "\f0dc"
}

.tablepress .sorting_asc:after {
    content: "\f0d8";
    padding: 0 0 2px
}

.tablepress .sorting_desc:after {
    content: "\f0d7"
}

.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc {
    background-color: #049cdb
}

.dataTables_scrollBody .tablepress thead th:after {
    content: ""
}

.dataTables_wrapper:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.dataTables_wrapper label input,.dataTables_wrapper label select {
    display: inline;
    margin: 2px;
    width: auto
}
