/*@font-face {
    font-family: 'MontBlanc';
    src: url('fonts/montblancbg-regular.woff.woff') format('woff');
    src: url('fonts/montblancbg-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontBlancBold';
    src: url('fonts/montblancbg-bold.woff') format('woff');
    src: url('fonts/montblancbg-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MontBlancExtraBold';
    src: url('fonts/montblancbg-extrabold.woff') format('woff');
    src: url('fonts/montblancbg-extrabold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
   */
h1,h2,h3,p {margin:0;}
input, textarea, button {
    -webkit-border-radius:0;
    border-radius:0;
    padding: 0;
    outline: none;
}
button, button:focus {
    outline: none;
}
a:hover{
    text-decoration:none !important;

}
.hidden{
    display:none;
}

.w50{
    width:50%;
}

/* This used to work for parent element of button divs */

/* But it is not enough now, below dont hide play button parent div */

*::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::--webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
}


/* #Helper classes
================================================== */
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    text-decoration: none;
}
.center_them {
    display:inline-block;
    zoom: 1;
    *display:inline;
}
.vertical_centering_css3 {
    position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.horizontal_centering_css3 {
    position: relative;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.pointer {cursor: pointer;}
.relative {position: relative;}
.absolute {position:absolute;}
.invisible {display: none;}
.block {display:block !important;}
.w100 {width:100%;}
.w100_important {width:100% !important;}
.center {text-align:center;}
.text-left {text-align:left !important;}
.upper {text-transform: uppercase;}
.bold {font-weight:bold;}
.decor_none {text-decoration: none;}
.border_none {border: 0 !important;}
.box_sizing {box-sizing:border-box;}
.overflow_hidden {overflow: hidden;}
.clearfix {
zoom:1;}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.mt30 {
    margin-top: 30px;
}
.rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.black {color:#111111;}
.white {color:#fff;}
.btn:hover {
    color: #fff;
}


.mobile {
    display: none;
}


@font-face {
  font-family: 'helen';
  src: url('/box2/fonts/Helen-Pro-Regular.woff') format('woff'),
  url('/box2/fonts/Helen-Pro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
  font-family: 'helen-bold';
  src: url('/box2/fonts/HelenBold.otf') format('opentype'),
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: 'helen';
  src: url('/box2/fonts/HelenBold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'helen2';
  src: url('/box2/fonts1/Helen2-regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helen2';
  src: url('/box2/fonts1/Helen2-bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

/* #Site styles
================================================== */
body {
  font-family:'helen', sans-serif !important;
    font-weight: normal;
    background:#fff;
    float:left;
    width:100%;
    margin:0px;
    line-height: 1.27 !important;
}
section{
    float:left;
    width:100%;
}
header{
    float:left;
    width:100%;
}
main{
    float:left;
    width:100%;
    background:#fff;
}
.site-wrap{
    width:1170px;
    margin:0 auto;
}
.all-aside-links{
   position:fixed;
    top:200px;
    z-index:99;
    display: flex;
    flex-direction: column;
    gap:20px;
    right:-100px;
}
.all-aside-links.visible {
    right: 0px;
}
.social-wrap{
    right:0px;
    z-index:99;
    display: flex;
    flex-direction: column;
    background: #fff;
    border:1px solid #E6EBF0;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.catalog{

}
.social-wrap .soc-icon{
    padding:13px;
    box-sizing:border-box;
    border-bottom:1px solid #E6EBF0;
    display:flex;
    align-items:center;
    justify-content:center;
}
.social-wrap .soc-icon:hover{
    border-bottom:1px solid #00698F;
}
.social-wrap .soc-icon img{
    width:25px;
}
.top-slider{
    float:left;
    width:100%;
}
.top-slider img{
    float:left;
    width:100%;
}
.swiper-pagination {
    background: none !important;
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    border-radius: 100%;
    background: #fff;
    box-shadow:0px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #FAA61A !important;
    border: none !important;
    width: 40px !important;
    height: 10px;
    border-radius: 20px;
}

.all-news-wrap{
    float:left;
    width:100%;
    margin-top:30px;
}
.top-title-elem{
    FLOAT:LEFT;
    WIDTH:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:20px;
    margin-top:20px;
    padding-bottom:10px;
    box-sizing:border-box;
    border-bottom:6px solid #D3E6F0;
    gap:10px;

}
.big-title{
    float:left;
    color:#FAA61A;
    font-size:26px;

}
.big-title.blue{
    color:#00698F;
}
.see-all{
      color:#FAA61A;
      font-size:16px;
      padding-right: 15px;
      box-sizing:border-box;
      position:relative;
      font-weight: 500;
}
.see-all:hover{
   color:#00698F;
}
.see-all:after{
    position:absolute;
    content:"";
    right:0;
    top:5px;
    width:10px;
    height: 10px;
    background: url("../img/arrow.svg") no-repeat center;
}
.see-all:hover:after{
    background: url("../img/arrow-blue.svg") no-repeat center;

}
.all-news{
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    flex-direction:column;
}
.news-box{
   float:left;
   width:100%;
   display:flex;
   gap:20px;
   align-items:center;
   border:1px solid #D3E6F0;
   border-radius:5px;
   min-height: 195px;

}
.news-box .image-box{
    max-width: 300px;
    min-width: 300px;
    overflow: hidden;

}
.news-box .image-box img{
    float:left;
    width:100%;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.news-box .image-box:hover img{
    transform:scale(1.1);
}
.news-box .news-title{
    float:left;
    width:100%;
    font-size:22px;
    color:#00698F;
    margin-bottom:10px;
    font-weight:bold;
}
.news-box .news-title:hover{
    color:#FAA61A;
}
.news-box p{
    float:left;
    width:100%;
    font-size:17px;
    line-height: 19px;
    color:#00698F;
    margin-bottom:20px;
    max-height: 70px;
    overflow:hidden;
}
.news-box .see-more{
    color:#FAA61A;
    font-size:15px;
    font-weight: 500;
    position:relative;
    padding-right:20px;
    box-sizing:border-box;
}
.news-box .see-more:after{
    position:absolute;
    content:"";
    right:4px;
    top:0px;
    width:10px;
    height: 10px;
    background: url("../img/arrow.svg") no-repeat center;
    -webkit-transition:0.7;
    transition:0.7s;
}
.news-box .see-more:hover{
    color: #00698F;
}
.news-box .see-more:hover:after{
       background: url("../img/arrow-blue.svg") no-repeat center;

}
.banner{
    float:left;
    width:100%;
    margin-top:30px;

}
.banner img{
    float:left;
    width:100%;
    border-radius:5px;
}
.banners{
    float:left;
    width:100%;
    background: url("../img/banners-bg.png") no-repeat center;
    min-height: 500px;
    padding:30px 0px;
    box-sizing:border-box;

}
.banners .big-title{
    float:left;
    width:100%;
    text-align:left;
    color:#fff;
    border-bottom:6px solid #fff;
    margin-bottom:20px;
    padding-bottom:10px;
    box-sizing:border-box;
}
.all-banners{
    float:left;
    width:100%;
    display:flex;
    gap:20px;
}
.all-banners .small-banner{
    width:25%;
}
.all-banners .small-banner:hover .title-wrap{
    background: #ED3324;
}
.all-banners .small-banner .img{
    float:left;
    width:100%;
}
.all-banners .small-banner .img img{
   float:left;
   width:100%;
   border-top-left-radius:5px;
   border-top-right-radius:5px;
   max-height: 346px;
   object-fit:cover;

}
.all-banners .small-banner .title-wrap{
    float:left;
    width:100%;
    min-height: 90px;
    background:#FAA61A;
    position:relative;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    padding:15px;
    box-sizing:border-box;
}
.all-banners .small-banner .title-wrap .small-title{
    float:left;
    width:100%;
    color:#FFFFFF;
    font-size:19px;
    font-weight:bold;
}
.all-banners .small-banner .title-wrap .ticket{
    position:absolute;
    top:-45px;
    right:20px;
    width:60px;
    height: 60px;
}
.all-banners .small-banner .title-wrap .ticket img{
    float:left;
    width:100%;
}
.mt{
    margin-top:30px !important;
}
.new-editions{
    float:left;
    width:100%;
}
.all-new-editions-wrap{
    float:left;
    width:100%;
    position:relative;
}
.all-new-editions{
    float:left;
    width:100%;
    padding:0 20px !important;
    box-sizing:border-box;
}
.all-new-editions-wrap .swiper-button-next{
    background: url("../img/next.svg") no-repeat center !important;
    right:-40px !important;
    width:50px;
    height: 50px;
    border-radius:100%;
}
.all-new-editions-wrap .swiper-button-prev{
    background: url("../img/prev.svg") no-repeat center !important;
    left:-40px !important;
    width:50px;
    height: 50px;
    border-radius:100%;
}

.all-new-editions-wrap .swiper-button-next:hover{
    background: #D3E6F0 url("../img/next.svg") no-repeat center !important;
    right:-40px !important
}
.all-new-editions-wrap .swiper-button-prev:hover{
    background: #D3E6F0 url("../img/prev.svg") no-repeat center !important;
    left:-40px !important;
}


.top-slider .swiper-button-next{
    background: url("../img/next.svg") no-repeat center !important;
    right:10px !important;
    width:50px;
    height: 50px;
    border-radius:100%;
}
.top-slider .swiper-button-prev{
    background: url("../img/prev.svg") no-repeat center !important;
    left:10px !important;
    width:50px;
    height: 50px;
    border-radius:100%;
}
.top-slider .swiper-button-next:hover{
    background: #D3E6F0 url("../img/next.svg") no-repeat center !important;
    right:10px !important
}
.top-slider .swiper-button-prev:hover{
    background: #D3E6F0 url("../img/prev.svg") no-repeat center !important;
    left:10px !important;
}

 /*.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
     display:block !important;
 }   */

.all-new-editions .swiper-pagination-fraction,.all-new-editions .swiper-pagination-custom,.all-new-editions .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom:0px !important;
}
.all-new-editions  .new-editions-box{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.all-new-editions .img{
    float:left;
    width:100%;
    background: #D3E6F0;
    /*border:1px solid #D3E6F0;*/
    border-radius:5px;
    padding:20px;
    min-height: 360px;
    display:flex;
    align-items:center;
}
.all-new-editions .img img{
    float:left;
    width:100%;
    border-radius:5px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
}
.all-new-editions .small-title{
    float:left;
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
    text-align: center;
    color:#333333;
    font-weight: 600;
    font-size:18px;
}
.all-new-editions .small-title:hover{
    color:#FF5B04 ;
}
.all-new-editions .see-btn{
    font-size:16px;
    text-transform:uppercase;
    color:#fff;
    padding:15px;
    box-sizing:border-box;
    background: #FAA61A;
    border-radius:5px;
    width:100%;
    text-align:center;
}
.all-new-editions .see-btn:hover{
    background: #ED3324;
}
.about-banner{
    float:left;
    width:100%;
}
.about-banner img{
    float:left;
    width:100%;
}
.logos{
    float:left;
    width:100%;
    position: relative;
}
.logos .swiper-pagination{
    position:absolute;
    bottom:-15px;
    width:100%;
}
.logos-slider{
    float:left;
    width:100%;
    padding-bottom:20px !important;
    box-sizing:border-box;
}
 .logos .swiper-button-prev {
    background: url(../img/logos-left.svg) no-repeat center;
    position:absolute;
    left:-20px;
    width:50px;
    height: 50px;
}
.logos .swiper-button-prev:hover {
    background: #D3E6F0 url(../img/logos-left.svg) no-repeat center;
    position:absolute;
    left:-20px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.logos .swiper-button-next {
    background: url(../img/logos-right.svg) no-repeat center;
    position:absolute;
    right:-20px;
    width:50px;
    height: 50px;
}
.logos .swiper-button-next:hover{
   background: #D3E6F0 url(../img/logos-right.svg) no-repeat center !important;
    right: -20px !important;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

}
.logos-slider a{
    float:left;
    width:100%;
    height: 50px;
}
.logos-slider a img{
    float:left;
    width:100%;
    height: 50px;
    object-fit:contain;
    filter:grayscale(1);
    opacity:0.5;
}
.logos-slider a img:hover{
   filter:none;
   opacity:1;
}
.top-slider .swiper-pagination-bullet{
    border-right:none;
    margin:0 5px;
}
.all-new-editions .swiper-pagination-bullet, .logos .swiper-pagination-bullet{
    border-right:none;
    margin:0 5px;
    background:#D3E6F0 ;
    margin:0 5px;
}
.all-new-editions .swiper-pagination-bullets{
    bottom:-5px !important;
}
.logos-slider .swiper-pagination-bullets{
    bottom:-5px !important;
}
.logos-slider .swiper-pagination-bullet{
    border-right:none;
    margin:0 5px;
    background:#D3E6F0 ;
    margin:0 5px;
}
.path{
    float:left;
    width:100%;
    gap:20px;
    margin-top:20px;
    margin-bottom:15px;
}
.path .path-link{
   color:#00698F;
   font-size:14px;
   position:relative;
   padding-right:20px;
   box-sizing:border-box;
}
.path .path-link:hover{
    color:#FAA61A;
}
.path .path-link img{
    margin-top:-7px;
}
.path .path-link:after{
    content:"";
    position:absolute;
    right:4px;
    top:-2px;
    width:10px;
    height: 15px;
    background: url("../img/path.svg") no-repeat center;
    background-size:60%;

}
.path .path-link:last-child{
    cursor:auto;
    opacity:0.7;
}
.path .path-link:last-child:after{
    cursor:none;
    content:None;
}
.all-class-cat{
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    flex-wrap: wrap;
}
.all-class-cat .cat-box{
    width:calc(33% - 10px);
    background:#D3E6F0;
    border-radius:5px;
    padding:20px;
    box-sizing:border-box;
    display: flex;
    gap: 20px;
    align-items:center;
    flex-direction:column;
    justify-content:center;
    min-height: 300px;
    /* height: 390px; */
    cursor:pointer;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);
}
.all-class-cat .cat-box .txt-box{
    float:left;
    width:100%;
    /* padding:20px; */
    box-sizing:border-box;

}
.all-links{
    float:left;
    width:100%;
    display:flex;
    flex-direction:row;
    gap:5px;
}
.all-links .left-links-c, .all-links .right-links-c{
    width:50%;
    display:flex;
    gap:10px;
    flex-direction:column;
}

.all-links .link1{
    display: flex;
    gap:10px;
    background: #fff;
    color:#00698F;
    border-radius:5px;
    min-height: 35px;
    /* height: 35px; */
    align-items:center;
    font-size: 16px;
    margin-bottom: 5px;
}
.all-links .link1:hover{
    background: #00698F;
    color:#fff;
}
.all-links .link1 img{
    width:50px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    height: 50px;
    object-fit:contain;
    padding:3px;
    box-sizing:border-box;
}
.all-class-cat .cat-box img{
    max-width: 100%;
    max-height: 270px;
    /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20); */
}
.all-class-cat .cat-box .small-txt{
   font-size:24px;
   color:#333;
   float:left;
   width:100%;
   margin-bottom:5px;
}
.all-new-editions.listing{
    float:left;
    width:100%;
    display:flex;
    gap:35px 20px;
    flex-wrap:wrap;
}
.all-new-editions.listing .new-editions-box{
    width:calc(25% - 23px);
}
.all-new-editions.listing .new-editions-box .publishing{
    float:left;
    width:100%;
    display:flex;
    gap:10px;
    align-items:center;
    justify-content:center;
    margin-top:5px;
    margin-bottom:5px;
    height: 40px;
}
.all-new-editions.listing .new-editions-box .publishing img{
    height:26px;
}
.top-image-wrap{
    float:left;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-around;
    text-align: center;
}
.view-image{
    max-width:100%;
    width:100%;
    height: 300px;
    margin-bottom:20px;

}
.top-image-wrap img{
    width:100%;
    display:inline-block;
    height: 300px;
    object-fit:cover;
}
.all-downloads-books{
    float:left;
    width:100%;
    display:flex;
    flex-direction:column;
    gap:20px;
}
.all-downloads-books .downl-wrap{
    float:left;
    width:100%;
    display:flex;
    align-items:center;
    justify-content: space-between;
    min-height: 60px;
    border:1px solid #E6EBF0;
    background: #D3E6F0;
    border-radius:5px;
    padding:0 10px;
    box-sizing:border-box;
    word-break: break-all;

}
.all-downloads-books .downl-wrap .title-book{
   color:#00698F;
   font-size:22px;
   max-width: 72%;
}
.all-downloads-books .downl-wrap .title-book:hover{
    color:#FAA61A;
}
.all-downloads-books .downl-wrap .downl-link{
    color:#00698F;
    font-size:14px;
    padding-left: 35px;
    box-sizing:border-box;
    position:relative;
}
.all-downloads-books .downl-wrap .downl-link:hover{
    color:#FAA61A;
}
.all-downloads-books .downl-wrap .downl-link:before{
    position:absolute;
    content:"";
    left:0;
    top:-5px;
    width:30px;
    height: 35px;
    background: url("../img/download-icon.svg") no-repeat center;
    background-size:100%;
}
.all-downloads-books .downl-wrap .downl-link:hover:before{
    position:absolute;
    content:"";
    left:0;
    top:-5px;
    width:30px;
    height: 35px;
    background: url("../img/download-icon-hover.svg") no-repeat center;
    background-size:100%;
}
.all-more-news-wrap{
    float:left;
    width:100%;
    background: url("../img/more-news-image.png") no-repeat center;
    background-size:cover;
    min-height: 600px;
    padding:30px 0px;
    box-sizing:border-box;
    margin-top:50px;
}
.all-more-news-wrap .big-title{
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
    border-bottom: 6px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.all-more-news-wrap .news-box{
    background:#fff;
}
.news-text{
    float:left;
    width:100%;
    text-align:left;
}
.news-text p{
    /* float:left;
    width: 100%;
    text-align:center;
    color:#333;
    font-size:20px;
    line-height: 26px;
    margin-bottom:20px; */
    width: 100%;
    margin-bottom: 5px;
    color:#00698F;
}
.news-text p {
    font-family: 'helen' !important;
    /* font-size:18px; */
}
.news-text p span {
    /* font-family: 'helen' !important;
    font-size:18px; */
}
.news-text li{
   color:#00698F;
}
.news-text img,.banner img {
    max-width: 100%;
}
.news-text .reg-btn{
    padding:20px 30px;
    background: #FAA61A;
    color:#fff;
    border-radius:3px;
    font-size:16px;
    text-transform:uppercase;
}
.cat-section{
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    padding-bottom:20px;
    border-bottom:6px solid #D3E6F0;
}
.cat-section .ctl{
   padding:20px;
   box-sizing:border-box;
   float:left;
   width:calc(25% - 15px);
   background: #D3E6F0;
   border-radius:5px;
   min-height: 360px;
   display: flex;
   align-items: center;
}
.cat-section .ctl img{
    float:left;
    width:100%;
}
.pt20{
    padding-top:20px;
    box-sizing:border-box;
}
.blue-section{
    float:left;
    width:100%;
    background:#00698F ;
    border-bottom:10px solid #FAA61A ;
    padding:30px 0px;
    box-sizing:border-box;
}
.blue-section-colums{
    float:left;
    width:100%;
    display:flex;
}
.blue-section-colums .contact-box .bold-title, .blue-section-colums .cont-info{
    color:#fff;
    font-size:16px;
}
.blue-section-colums .contact-box span{
    color:#fff;
    font-size:16px;
}
.blue-section-colums .contact-box a{
    float:left;
    width:100%;
    color:#fff;
    font-size:16px;
}
.top-contacts-info{
    float:left;
    width:100%;
    display:flex;
    padding-bottom:50px;
    box-sizing:border-box;
    border-bottom: 6px solid #D3E6F0;
}
.top-contacts-info .left-colum, .blue-section .left-colum{
    width:50%;
    padding-right:30px;
    box-sizing:border-box;
}
.top-contacts-info .right-colum, .blue-section .right-colum{
    width:50%;
    padding-left:30px;
    box-sizing:border-box;
}
.top-contacts-info .right-colum .cont-info, .top-contacts-info .left-colum .cont-info{
    color:#00698F;
    font-size:16px;
}
.top-contacts-info .orange-title, .blue-section .orange-title{
    float:left;
    width:100%;
    color:#FAA61A;
    font-size:20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom:20px;
}
.top-contacts-info .left-colum input, .blue-section .left-colum input{
    float:left;
    width:100%;
    height: 40px;
    border:1px solid #C1C1C1;
    border-radius:5px;
    padding-left:10px;
    box-sizing:border-box;
}
.top-contacts-info  .contact-box span{
    color:#00698F;
    font-size:16px;
}
.big-title.cont-title {
    font-size:32px;
}
.contact-box{
    float:left;
    width:100%;
    margin-top:20px;
}
.contact-box .bold-title{
    float:left;
    width:100%;
    color:#00698F;
    font-weight: 700;
    font-size:20px;
    margin-bottom:10px;
}
.all-inputs{
    float:left;
    width:100%;
}
.inp-hld{
    float:left;
    width:49%;
}
.all-inputs .inp-hld:first-child{
    margin-right: 2%;
}
.inp-hld label{
   float:left;
   width:100%;
   font-size:15px;
   color:#00698F;
   text-align:left;
}
.inp-hld input{
    float:left;
    width:100%;
    border-radius:5px;
    height: 40px;
    border:1px solid #00698F;
    padding-left:10px;
    box-sizing:border-box;

}
.inp-hld textarea{
    float:left;
    width:100%;
    border:1px solid #00698F;
    padding-left:10px;
    box-sizing:border-box;
    border-radius:5px;
    min-height: 160px;


}
.inp-hld.w100{
    float:left;
    width:100%;
    margin-top:30px;
}
.checks-wrap{
    float:left;
    width:100%;
    margin-top:30px;
}
.check-row{
    float:left;
    width:100%;
}
.check-row label{                               4
    color:#00698F;
    font-size:15px;
    font-weight: 400;
    float:left;
    text-align: left;
}
.check-row input{
   position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;

}
.check-row{
    position:relative;
    float:left;
    width:100%;
    padding-left:30px;
    box-sizing:border-box;
    line-height: 25px;
    margin-bottom:5px;
}
.checks-wrap .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}
.check-row input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checks-wrap input ~ .checkmark {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    width: 20px;
    height: 20px;
    margin-bottom: 0px;
}
.checks-wrap input:checked ~ .checkmark {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    margin-bottom: 0px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checks-wrap .checkmark:after {
    left: 7px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #C29B40;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checks-wrap input:checked ~ .checkmark:after {
    display: block;
}
.checks-wrap .checkmark:after {
    left: 7px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #C29B40;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checks-wrap input:checked ~ .checkmark {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    margin-bottom: 0px;
}
.maps-wrap{
    float:left;
    width:100%;
    margin-top:40px;
}
.map{
    float:left;
    width:100%;
    margin-top:20px;
}
.map img{
    float:left;
    width:100%;
    height: 300px;
    object-fit:cover;
}
.send-btn{
    width:250px;
    height: 45px;
    line-height: 45px;
    color:#fff;
    text-align:center;
    text-transform: uppercase;
    font-size:15px;
    border-radius:5px;
    background:#00698F ;
    border:none;
    float:left;
}
ul.pagination {
    float: left;
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 5px;
    margin-top: 50px;
    margin-bottom: 10px;
    padding-left: 0px;
    flex-wrap:wrap;
}
ul.pagination .page-item {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    border: 1px solid #FAA61A;
    background: #FAA61A;
    border-radius: 100%;
    justify-content: space-around;
}
ul.pagination .page-item .page-link {
    color: #fff;
    font-size: 18px;
}
ul.pagination .page-item.active, ul.pagination .page-item:hover {
    background: #ED3324;
    border: 1px solid #ED3324;
}
.top-tabs.for-mobile{
    display:none;
}
.bottom-bar-mobile{
    display:none;
}
.klett-results{
    float:left;
    width:100%;
    font-size:32px;
    color: #00698F;
    margin-bottom:20px;
}
.mt50{
    margin-top:50px;
}
.books-results .book-title{
    float:left;
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
    font-size:20px;
    color: #00698F;
    min-height: 58px;
    overflow:hidden;
}
.video-wrap{
    float:left;
    width:100%;
    margin-bottom:50px;
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.glightbox-clean .gdesc-inner{
    display:none !important;
}
@keyframes jiggle {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.jiggle {
    animation: jiggle 0.5s;
}
.static-content .listing-title{
   color:#00698F;
   float:left;
   width:100%;
   font-size:24px;
   padding-bottom:10px;
   box-sizing:border-box;
   border-bottom:6px solid #D3E6F0;
   margin-bottom:20px;
}
