@charset "UTF-8";
/*
 * blueimp Gallery CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  /*margin: auto;*/
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  opacity: 1;
  border: 5px solid #f1ece4;
  box-shadow: 1px 1px 2px #4e4e4e inset;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #333;
  /*background: rgba(0, 0, 0, 0.9);*/
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  background-color: #E0CFAF;
  position: relative;
  float: left;
  max-width: 67%;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
     -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
       -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.2s linear;
     -moz-transition: opacity 0.2s linear;
      -ms-transition: opacity 0.2s linear;
       -o-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(https://0d468b.claudeassets.com/20260509165519im_/https://atarasova.com/local/templates/main/js/blueimp/img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(https://7d0d83.claudeassets.com/20260509165519im_/https://atarasova.com/local/templates/main/js/blueimp/img/error.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(https://a6ba7c.claudeassets.com/20260509165519im_/https://atarasova.com/local/templates/main/js/blueimp/img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(https://2be98d.claudeassets.com/20260509165519im_/https://atarasova.com/local/templates/main/js/blueimp/img/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(https://18b5ea.claudeassets.com/20260509165519im_/https://atarasova.com/local/templates/main/js/blueimp/img/play-pause.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}

/* IE7 fixes */
*+html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
*+html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}


/*******************************************************/

.blueimp-gallery>.slides>.slide>.slide-content {
max-width:80%;
position:absolute;
top:0;
/*left:-20%;*/
left:-380px;
right:0;
bottom:0;
margin:auto;
}

.blueimp-gallery .wrapper-slide-info {
position:absolute;
top:0;
right:0;
bottom:0;
/*width:20%;*/
width:380px;
margin:auto;
background-color: #610000;
}

.blueimp-gallery .wrapper-slide-info>.slide-info {
/*display:table;*/
display:block;
width:100%;
height:80%;
overflow-y: auto;
background-color: #610000;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
padding:40px;
box-sizing: border-box;
}



.blueimp-gallery .wrapper-slide-info>.slide-info h3 span {
display:block;
font-size:1rem;
margin-top:5px;
color:#ccc;
}

.blueimp-gallery .wrapper-slide-info>.slide-info .item-content-description {
border-top:1px solid #888;
border-bottom:1px solid #888;
color:#fff;
margin-bottom:30px;
padding:10px 0;
}

.blueimp-gallery .wrapper-slide-controls {
position:absolute;
bottom:0;
right:0;
width:380px;
}

.blueimp-gallery .wrapper-slide-controls>.slide-controls {
display:table;
width:100%;
padding:22px;
box-sizing: border-box;
}

.blueimp-gallery .wrapper-slide-controls>.slide-controls a.next,.blueimp-gallery .wrapper-slide-controls>.slide-controls a.prev {
display:table-cell;
vertical-align:middle;
font-size:50px;
color:#E0CFAF;
border:none;
text-decoration: none;
}

.blueimp-gallery .wrapper-slide-controls>.slide-controls .slide-controls-counter {
display:table-cell;
vertical-align:middle;
text-align:center;
font-size:1.5rem;
padding-bottom:8px;
}

.blueimp-gallery>.close,.form-modal .modal-header>.close {
position:absolute;
top:0;
right:0;
font-size:4.5rem;
border:none;
}

.blueimp-gallery .wrapper-slide-controls>.slide-controls .slide-controls-counter .slide-total:before {
content:' / ';
}

.blueimp-gallery>.close {
display:inline-block;
color:#E0CFAF;
margin:0;
padding:22px;
font-size: 22px;
}

ul.list-default li:last-child,nav.nav-top ul.list-top-menu>li:last-child,section.section-pricing ul.list-pricing-features>li:last-child,article.blog-post.blog-post-preview:last-child,aside.blog-sidebar section.blog-sidebar-section:last-child,ul.list-technical>li:last-child,.blueimp-gallery .wrapper-slide-info>.slide-info .item-content-description p {
margin-bottom:0;
}
.main-content section header.header-section h2.heading-bright,header.main-header nav.nav-top .logo-wrapper .composition-text-primary,nav.nav-top ul.list-top-menu>li a:hover,nav.nav-bottom ul.list-bottom-menu>li a:hover,section.section-intro.section-intro-dark h1,section.section-portfolio header.header-section h2,section.section-contacts .info-block-contacts h2,section.section-contacts .info-block-contacts p,article.blog-post.blog-post-preview ul.list-post-info>li a,article.blog-post.blog-post-preview ul.list-post-info>li.info-comments a,article.blog-post.blog-post-preview ul.list-post-info>li.info-datetime a,article.blog-post.blog-post-preview ul.list-post-info>li.info-author a:hover,article.blog-post.blog-post-preview ul.list-post-info>li.info-category a:hover,article.blog-post.blog-post-preview ul.list-social.list-social-share:before,article.blog-post.blog-post-full ul.list-social.list-social-share:before,article.blog-post.blog-post-full ul.list-social.list-social-share>li a,.blueimp-gallery .wrapper-slide-controls>.slide-controls .slide-controls-counter .slide-current,.blueimp-gallery .wrapper-slide-controls>.slide-controls a.next:hover,.blueimp-gallery .wrapper-slide-controls>.slide-controls a.prev:hover,.blueimp-gallery>.close:hover,.color-white {
color:#fff;
}
header.main-header.main-header-dark nav.nav-top .logo-wrapper .composition-text-secondary,nav.nav-bottom .bottom-copyright-wrapper small,section.section-intro.section-intro-dark h1 span,article.blog-post.blog-post-preview ul.list-post-info>li.info-author a,article.blog-post.blog-post-preview ul.list-post-info>li.info-category a,.blueimp-gallery .wrapper-slide-controls>.slide-controls .slide-controls-counter .slide-total {
color: #E0CFAF;
}
.blueimp-gallery .wrapper-slide-info>.slide-info .item-content-wrapper {
/*display:table-cell;*/
display:block;
vertical-align:top;
}
nav.nav-bottom ul.list-bottom-menu,section.section-portfolio header.header-section,section.section-contacts .info-block-form,section.section-testimonials header.header-section,.blueimp-gallery .wrapper-slide-controls>.slide-controls a.next {
text-align:right;
}
section.section-intro.section-intro-bright .info-block,section.section-about.section-about-regular .info-block-about .inner-wrapper,.blueimp-gallery .wrapper-slide-controls>.slide-controls a.prev {
text-align:left;
}
section.section-about,section.section-about .info-block,section.section-contacts,.blueimp-gallery>.slides>.slide {
position:relative;
}
section.section-counters .fact-counter .counting-descr,section.section-pricing .pricing-table-head .option-name-wrapper .option-name,section.section-blog .section-comments .comments-heading,section.section-contacts ul.list-contacts .contact-info h3 span,section.section-testimonials .owl-carousel .owl-item-content h3 span,ul.list-pagination>li a,ul.list-tags-heading:before,.blueimp-gallery .wrapper-slide-controls>.slide-controls .slide-controls-counter,.blueimp-gallery .wrapper-slide-info>.slide-info h3 span {
font-weight:300;
letter-spacing:.15625rem;
line-height:1.6;
text-transform:uppercase;
}

#paspartou_change {
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 300px;
    margin: 0 40px;
    text-align: center;
}
#paspartou_color {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#paspartou_color>li {
    width: 20px;
    height: 20px;
    border: 2px solid #E0CFAF;
    cursor: pointer;
    display: inline-block;
}

.item-content {display: none;}
.item-content-wrapper {color:#F1ECE4;}
.item-content__name {
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
}
.item-content__year {font-weight: bold;}
.item-content__desc {font-style: italic;}
.item-content__comment {font-size: 12px; line-height: 18px;}
.ya-share2 {margin-top: 20px;}

@media only screen and (max-width: 1600px) {
  .blueimp-gallery > .slides > .slide > .slide-content {max-width: 67%;}
}
@media only screen and (max-width: 1280px) {
  .blueimp-gallery .wrapper-slide-controls,.blueimp-gallery .wrapper-slide-info {width: 280px;}
  .blueimp-gallery .wrapper-slide-info {width: 280px;background-color: #610000;}
  .blueimp-gallery > .slides > .slide > .slide-content {left: -280px;}
  #paspartou_change {width: 280px; margin: 0 0; bottom: 80px;}
  #paspartou_color > li {border-width: 1px;}
}
@media only screen and (max-width: 992px){
   .blueimp-gallery {background-color: #610000;}
    .blueimp-gallery>.slides {
    width:100%;
    height:70%;
    }

    .blueimp-gallery>.slides>.slide>.slide-content {
    max-width:90%;
    left:0;
    }

    .blueimp-gallery .wrapper-slide-info {
    width:100%;
    height:auto;
    top:auto;
    left:0;
    bottom:70px;
    }

    .blueimp-gallery .wrapper-slide-info>.slide-info {
    max-width:100%;
    padding:20px;
    }

    .blueimp-gallery .wrapper-slide-controls>.slide-controls,.blueimp-gallery>.close {
    padding:6px;
    }
    section.section-contacts:before,.blueimp-gallery .wrapper-slide-controls {
        width:100%;
    }
    .item-content-wrapper {padding-bottom: 0; position: relative;}
    .item-content__name {margin-top: 0; margin-bottom: 10px; font-size: 20px; line-height: 28px; padding-right: 100px;}
    .item-content__year {margin-top: 0; display: inline-block; margin-right: 40px; font-size: 14px;}
    .item-content__desc {margin-top: 0; display: inline-block; font-size: 14px;}
    .item-content__comment {font-size: 12px; line-height: 18px;}
    .blueimp-gallery .wrapper-slide-controls > .slide-controls .slide-controls-counter {font-size: 12px;}
    #paspartou_change {
      width: 100%;
      bottom: 40px;
    }
    .blueimp-gallery > .close {
      text-shadow: none;
      color: #610000;
    }
    .ya-share2 {
      margin-top: 0;
      position: absolute;
      top: 0;
      right: 0;  
    }
}
@media screen and (max-width: 600px), screen and (max-height: 599px){
  #paspartou_change {display: none;}
  .wrapper-slide-controls {display: none;}
  /*.item-content__comment {display: none;}*/
  .item-content__comment p {margin: 0;}
  .blueimp-gallery .wrapper-slide-info {bottom: 0;}
  .blueimp-gallery > .slides {height: 83%;}
  .blueimp-gallery .wrapper-slide-info > .slide-info {padding: 10px;}
  .item-content__name {
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .item-content__year, .item-content__desc {margin-bottom: 0;}
  .ya-share2 {display: none;}
}


@media screen and (max-width: 480px) {
  .blueimp-gallery > .slides {height: 80%;}
  .item-content__name {
    font-size: 14px;
    line-height: 18px;
  }
  .item-content__desc, .item-content__year {font-size: 12px;}
  .item-content__year {margin-right: 10px;}

}
/*@media only screen and max-width768px{
    .blueimp-gallery>.slides {
    height:67%;
    }

    .blueimp-gallery .wrapper-slide-info {
    width:100%;
    bottom:auto;
    }

    .blueimp-gallery .wrapper-slide-info>.slide-info {
    display:block;
    }

    .blueimp-gallery .wrapper-slide-info>.slide-info ul.list-technical {
    display:none;
    }

    .blueimp-gallery .wrapper-slide-controls,.blueimp-gallery .wrapper-slide-controls>.slide-controls {
    width:100%;
    }

    .blueimp-gallery .wrapper-slide-info>.slide-info .item-content-wrapper,section.section-blog .section-comments .form-comment input[type=email],section.section-blog .section-comments .form-comment input[type=text] {
    display:block;
    width:100%;
    }
}*/

/*@media only screen and max-width768px and max-height900px{
.blueimp-gallery>.slides {
height:60%;
}
}

@media only screen and max-width768px and max-height800px{
.blueimp-gallery>.slides {
height:100%;
}

.blueimp-gallery .wrapper-slide-info>.slide-info {
display:none;
}

.blueimp-gallery .wrapper-slide-controls>.slide-controls {
background-color:#333;
}
}*/
/*
     FILE ARCHIVED ON 01:46:45 Apr 02, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:36:33 Jul 28, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.641
  exclusion.robots: 0.077
  exclusion.robots.policy: 0.063
  esindex: 0.01
  cdx.remote: 17.083
  LoadShardBlock: 239.682 (3)
  PetaboxLoader3.datanode: 229.674 (5)
  PetaboxLoader3.resolve: 104.29 (2)
  load_resource: 185.133
  loaddict: 68.186
*/