@font-face {
  font-family: 'DiditBold';
  src: url('../fonts/DidotBold/DidotBold.woff2') format('woff2'),
  src: url('../fonts/DidotBold/DidotBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BebasBook';
  src: url('../fonts/BebasBook/BebasBook.eot');
  src: url('../fonts/BebasBook/BebasBook.eot?#iefix') format('embedded-opentype'),
  url('../fonts/BebasBook/BebasBook.woff') format('woff'),
  url('../fonts/BebasBook/BebasBook.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoLight';
  src: url('../fonts/RobotoLight/roboto-light.eot');
  src: url('../fonts/RobotoLight/roboto-light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/RobotoLight/roboto-light.woff') format('woff'),
  url('../fonts/RobotoLight/roboto-light.ttf') format('truetype'),
  url('../fonts/RobotoLight/roboto-light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoRegular';
  src: url('../fonts/RobotoRegular/RobotoRegular.eot');
  src: url('../fonts/RobotoRegular/RobotoRegular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/RobotoRegular/RobotoRegular.woff') format('woff'),
  url('../fonts/RobotoRegular/RobotoRegular.ttf') format('truetype'),
  url('../fonts/RobotoRegular/RobotoRegular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasRegular';
  src: url('../fonts/bebas_regular/9115.eot');
  src: url('../fonts/bebas_regular/9115.eot?#iefix') format('embedded-opentype'),
  url('../fonts/bebas_regular/9115.woff') format('woff'),
  url('../fonts/bebas_regular/9115.ttf') format('truetype'),
  url('../fonts/bebas_regular/9115.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
body{
    font-family: 'BebasRegular';
    color:#fff;
    font-size: 14px;
    background: #12131e;
  }
  
  

    *{
      padding: 0;
      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: .4s;
      transition-duration: .4s;
      -webkit-transition-timing-function: ease;
      transition-timing-function: ease;
    }
    ::-moz-selection {
      background: #b3d4fc;
      text-shadow: none;
    }

    ::selection {
      background: #b3d4fc;
      text-shadow: none;
    }

    hr {
      display: block;
      height: 1px;
      border: 0;
      border-top: 1px solid #ccc;
      margin: 1em 0;
      padding: 0;
    }
    audio,
    canvas,
    iframe,
    img,
    svg,
    video {
      vertical-align: middle;
    }
    fieldset {
      border: 0;
      margin: 0;
      padding: 0;
    }
    textarea {
      resize: vertical;
    }
    .dopr-browserupgrade {
      margin: 0.2em 0;
      background: #ccc;
      color: #000;
      padding: 0.2em 0;
    }

   .dopr-content .dopr-content-body::scrollbar { width: 0; }
   .dopr-content .dopr-content-body::-webkit-scrollbar { width: 0; }
   .dopr-content .dopr-content-body { -ms-overflow-style: none; }
   .dopr-content .dopr-content-body { overflow: -moz-scrollbars-none; }

   .dopr-lang {
    display: inline;
  }
  .dopr-lang ul {
    margin:0;
    padding:0;
    list-style: none;
    position: relative;
    display: inline-block;
  }
  .dopr-lang li {
    cursor: pointer;
    padding-bottom:10px;
  }
  .dopr-lang li ul {
    display: none;
  }
  .dopr-lang li:hover ul {
    position: absolute;
    top:29px;
    right:-15px;
    display: block;
    background: #12131e;
    width: 130px;
    padding-top: 0px;
    z-index: 1;
    border-radius:5px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
  }
  .dopr-lang li:hover .dopr-lang-caret {
    position: absolute;
    top: 15px;
    right: -10px;
    z-index:10;
    height: 14px;
    overflow:hidden;
    width: 30px;
    background: transparent;
  }
  .dopr-lang li:hover .dopr-lang-caret:after {
    content: '';
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    background: #12131e;
    border-radius:2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
  }
  .dopr-lang li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 15px 15px;
    padding-bottom:0;
    z-index: 2;
    font-size: 15px;
    color: rgba(255,255,255,.5);
  }
  .dopr-lang li ul li:last-of-type {
    padding-bottom: 15px;
  }
  .dopr-lang li ul li span {
    padding-left: 5px;
  }
  .dopr-lang li ul li span:hover, .dopr-lang li ul li span.dopr-is-active {
    color: #fff;
  }
  .dopr-lang ul li a{
    text-decoration: none;
    color:inherit;
    cursor: pointer;
  }
  .dopr-lang-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
  }
  .dopr-flag-ru {
    background-size: cover;
    background-position: center center;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAsGVYSWZJSSoACAAAAAMADgECAG4AAAAyAAAAGgEFAAEAAACgAAAAGwEFAAEAAACoAAAAAAAAAEZsYWcgZGVzaWduLiBSdXNzaWFuIGZsYWcgb24gdGhlIHdoaXRlIGJhY2tncm91bmQsIGlzb2xhdGVkIGZsYXQgbGF5b3V0IGZvciB5b3VyIGRlc2lnbnMuIFZlY3RvciBpbGx1c3RyYXRpb24uLAEAAAEAAAAsAQAAAQAAAITlZWwAAABcSURBVHicY/z//z8DKYCJJNXkaGD5+480JzGS6geWnOa9/xkYGGF8iG5GbGxGCCloPpU0GwT52UnTwPD3L2kaPjJykqbB68dlkjQwPtJVJM2Gz4wkepqJYbAlPgAs3hkGojenAQAAAABJRU5ErkJggg==');
  }
  .dopr-flag-usa {
    background-size: cover;
    background-position: center center;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=');
  }
  .dopr-flag-ua {
    background-size: cover;
    background-position: center center;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAQklEQVR4nGM07vr8n4ECwESJ5mFiAAsjA0VhyMDy+z8LZQYIsX2kyADGj1cDKPIDCx+FLmD5T2kYUBoLA5+QBt4AAMDQDf3ExGi3AAAAAElFTkSuQmCC');
  }

  #dopr-main > svg {
    height: auto;
    fill: none;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  #dopr-main > svg path,
  #dopr-main > svg line {
    stroke-dasharray: 200;
    stroke-dashoffset: -1500;
  }
  #dopr-main > svg path,
  #dopr-main > svg line{
    -webkit-animation: draw 8s infinite;
    animation: draw 8s infinite;
  }
  @-webkit-keyframes draw {
    100% {
      stroke-dashoffset: 0;
    }
  }

  @keyframes draw {
    100% {
      stroke-dashoffset: 0;
    }
  }

  .dopr-modal.dopr-is-active{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
  }
  .dopr-modal{
    position: fixed;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    z-index: 12;
    background: rgba(24,25,32,.6);
    display: none;
    opacity: 0;
  }
  .dopr-modal .dopr-modal-inner {
    width: 100%;
    max-width: 510px;
    height: auto;
    background: url(../img/bg_nav.png)no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 10px;
    box-shadow: 0px 0px 40px 20px rgba(11, 12, 20, 0.49);
  }
  .dopr-modal .dopr-modal-inner .dopr-modal-panel{
    border:1px solid #c4833166;
    padding: 30px 10px;
    text-align: center;
    position: relative;
  }
  .dopr-modal .dopr-modal-inner .dopr-modal-panel h1{
   font-family: 'DiditBold';
   font-size: 42px;
   margin-top: 10px;
   margin-bottom: 20px;
 }
 .dopr-modal .dopr-modal-inner .dopr-modal-panel p{
  font-size: 15px;
  color: rgba(255,255,255,.7);
  font-family: 'RobotoRegular';
  margin-bottom: 10px;
  display: block;
}
.dopr-modal .dopr-modal-inner .dopr-modal-panel .dopr-modal-close{
  position: absolute;
  right:5px;
  top:13px;
  cursor: pointer;
}
.dopr-modal .dopr-modal-inner .dopr-modal-panel .dopr-modal-close:hover{
  opacity: .7;
  transform: scale(0.9);
}
.dopr-modal .dopr-modal-inner .dopr-modal-panel .dopr-modal-close span{
  width: 20px;
  height: 1px;
  display: block;
  background: #fff;
  margin-bottom: 5px;
}
.dopr-modal .dopr-modal-inner .dopr-modal-panel .dopr-modal-close span:first-child{
  transform: rotate(45deg) translateY(4px);
}
.dopr-modal .dopr-modal-inner .dopr-modal-panel .dopr-modal-close span:last-child{
  transform: rotate(-45deg) translateY(-4px);
}
.dopr-wrapper {
  box-sizing: border-box;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.dopr-wrapper.dopr-is-active:after{
  content:' ';
  position: fixed;
  top:0px;
  right:0px;
  bottom: 0px;
  left:0px;
  background: rgba(24,25,32,.6);
}
.dopr-wrapper {
  width: 100%;
  
  min-height: 100vh;
  position: relative;
  background: url(../img/bg_wrapper.png)no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 120px 90px;
}
.dopr-wrapper#dopr-main{
  overflow-x: hidden;
}
.dopr-wrapper .dopr-thumb{
  position: relative;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.dopr-wrapper .dopr-thumb h1{
  color:#ffffff;
  font-size: 85px;
  font-family: 'DiditBold';
  margin: 0;
  line-height: 1;
  text-align: center;
}
.dopr-wrapper .dopr-thumb h1 span{
  font-size: 52px;
  line-height: 1;
}
.dopr-wrapper .dopr-thumb p{
  font-size: 14px;
  color:rgba(255,255,255,.7);
  font-family: 'RobotoRegular';
}
.dopr-wrapper .dopr-thumb .dopr-agency{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 540px;
  min-width: 0;
}
.dopr-wrapper .dopr-thumb .dopr-agency p{
  display: block;
  position: relative;
  padding-left: 88px;
  width: 100%;
  max-width: 405px;
  margin-top: 25px;
  line-height: 22px;
  text-align: center;
}
.dopr-wrapper .dopr-thumb .dopr-agency p:before{
  content:' ';
  position: absolute;
  top:10px;
  left:0px;
  width: 60px;
  height: 1px;
  background: rgba(255,255,255,.2);
}
.dopr-wrapper .dopr-thumb .dopr-agency-text{
  width: 100%;
  max-width: 275px;
}
.dopr-wrapper .dopr-thumb .dopr-agency-text h2{
  color:#fff;
  font-size: 26px;
  margin: 0;
  font-family: 'DiditBold';
  margin-bottom: 20px;
}
.dopr-wrapper .dopr-thumb .dopr-agency-text p{
  width: 100%;
  
  max-width: 272px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,.2);
  line-height: 22px;
}
header{
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
  right: 0px;
  padding-top: 20px;
  padding-right: 120px;
  padding-left: 120px;
  background: linear-gradient(to bottom, rgb(24, 25, 33), transparent);
}
header .dopr-logo{
  width: 130px;
  margin-right: 50px;
}
header .dopr-logo a{
  display: block;
}
header .dopr-logo a img{
  max-width: 100%;
}
header .dopr-header-bar{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
header .dopr-header-bar .dopr-social a{
  margin-right: 28px;
}
header .dopr-header-bar .dopr-social a:hover{
  opacity: .7;
}
header .dopr-header-bar .dopr-social a:hover img{
  transform: scale(1.2);
}
header .dopr-header-bar .dopr-logo-box{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
header .dopr-header-bar a.dopr-contact,
header .dopr-header-bar .dopr-contact{
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.22em;
  padding: 4px;
  margin-left: 15px;
}
header .dopr-header-bar .dopr-contact{
  display: inline;
  vertical-align: middle;
}
header .dopr-header-bar a.dopr-contact:hover{
  text-decoration: none;
}

.dopr-header-actions {
  display: flex;
}
.dopr-modal-close {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.dopr-about-btn {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.14rem;
  max-width: 190px;
  position: relative;
  z-index: 7;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  margin: 50px 0 2em 88px;
}
.dopr-about-btn-outline {
  border: 0 solid;
  text-align: center;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.dopr-about-btn-outline:hover {
  border: 1px solid;
  text-decoration: none;
  color: #fff;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
}
.dopr-menu-left{
 position: fixed;
 z-index: 10;
 left:0px;
 top:0px;
 bottom:0px;
 width: 72px;
 border-right:1px solid rgba(255,255,255,.04);
}
.dopr-menu-left .dopr-amenities{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transform: rotate(-90deg) translateY(-49px) translateX(-51px);
  padding: 25px 85px;
  cursor: pointer;
}
.dopr-copyright{
  position: absolute;
  bottom: 30px;
  transform: rotate(-90deg) translateY(-113px) translateX(80px);
  padding: 0px 65px;
  cursor: pointer;
}

.dopr-copyright span{
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 25px;
  background: rgba(255,255,255,.1);
  margin-right: 20px;
}
.dopr-copyright .dopr-copyr{
  white-space: nowrap;
  font-family: 'RobotoRegular';
  font-size: 11px;
  color:rgba(255,255,255,.3);
}
.dopr-copyright:hover .dopr-copyr{
  color:rgba(255,255,255,.8);
}
.dopr-copyright .dopr-copyr b{
  visibility: hidden;
}
.dopr-menu-left .dopr-amenities:hover{
  background: rgba(255,255,255,.05);
}
.dopr-menu-left .dopr-amenities .dopr-burger span{
  width: 25px;
  height: 1px;
  display: block;
  background: #fff;
  margin-bottom: 5px;
}
.dopr-menu-left .dopr-amenities .dopr-burger span:last-child{
  margin-bottom: 0px;
}
.dopr-menu-left .dopr-amenities .dopr-menu-label-wrap{
  letter-spacing: 0.25em;
}
.dopr-side-label{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.25em;
}
.dopr-aside-right{
  position: fixed;
  right:0px;
  top:0px;
  bottom:0px;
  width: 72px;
  z-index: 11;
  border-left:1px solid rgba(255,255,255,.04);
}
.dopr-side-rule span{
  width: 25px;
  height: 1px;
  display: block;
  background: rgba(255,255,255,.2);
  margin: 0px 9px;
}
.dopr-aside-right .dopr-aside-btn{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transform: rotate(-90deg) translateY(108px);
  
  padding: 25px 85px;
  cursor: pointer;
  letter-spacing: 0.25em;
}

.dopr-aside-right .dopr-aside-btn#dopr-reviews-toggle{
  position: absolute;
  bottom: 60px;
  right: -5px;
}
.dopr-aside-right .dopr-aside-btn:hover{
  background: rgba(255,255,255,.05);
}
.dopr-aside-right .dopr-aside-btn .dopr-aside-icon img{
  transform: rotate(90deg);
}
.dopr-overlay,
.dopr-content-overlay{
  position: fixed;
  top:0px;
  right:0px;
  bottom:0px;
  left:0px;
  display: none;
  z-index: 8;
}
.dopr-content-overlay{
  background: rgba(24,25,32,.6);
}
.dopr-overlay.dopr-is-active,
.dopr-content-overlay.dopr-is-active{
  display: block;
}

.dopr-navigation{
  width: 50%;
  position: fixed;
  z-index: 9;
  left:0px;
  top:0px;
  bottom:0px;
  padding: 160px 30px 20px 120px;
  background: url(../img/bg_nav.png)no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  transform: translateX(-100%);
}
.dopr-navigation.dopr-is-active{
 transform: translateX(0%); 
}
.dopr-menu-left .dopr-amenities .dopr-burger.dopr-is-active span:first-child{
  transform: rotate(45deg) translateY(4px);
}
.dopr-menu-left .dopr-amenities .dopr-burger.dopr-is-active span:last-child{
 transform: rotate(-45deg) translateY(-4px);
}
.dopr-navigation .dopr-nav-list{
  width: 100%;
}
.dopr-navigation .dopr-nav-list a{
  text-decoration: none;
  color:inherit;
  display: block;
  padding-left: 89px;
  margin-bottom: 20px;
  position: relative;
}
.dopr-navigation .dopr-nav-list a .dopr-nav-icon{
  display: none;
  padding-top: 5px;
  position: absolute;
  left: 10px;
  text-align: center;
  top: 10px;
  background: #c48331;
  width: 28px;
  height: 28px;
  transform: rotate(45deg);
}
.dopr-navigation .dopr-nav-list a .dopr-nav-icon#dopr-service-priority{
  display: block;
}
.dopr-navigation .dopr-nav-list a:hover .dopr-nav-icon{
  display: block;
}
.dopr-navigation .dopr-nav-list a .dopr-nav-icon img{
  width: 18px;
  transform: rotate(-45deg);
}

    .dopr-navigation .dopr-nav-list a .dopr-nav-title{
      font-family: 'DiditBold';
      font-size: 27px;
      line-height: 39px;
      color:rgba(255,255,255,1);
      letter-spacing: 0.1em;
    }
    .dopr-navigation .dopr-nav-list a .dopr-nav-desc{
     font-family: 'RobotoRegular';
     font-size: 13px;
     color:rgba(255,255,255,.3);
     display: none;
     position: absolute;
     width: 100%;
     bottom: -12px;
   }
   .dopr-navigation .dopr-nav-list a:hover .dopr-nav-desc{
    display: block;
  }
  .dopr-reviews-panel{
    width: 50%;
    position: fixed;
    z-index: 9;
    right:0px;
    top:0px;
    bottom:0px;
    padding: 130px 110px 20px 70px;
    background:url(../img/bg_comenters.png)no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    transform: translateX(100%);
    overflow-y:auto; 
  }
  .dopr-reviews-panel.dopr-is-active{
    transform: translateX(0%);
  }
  .dopr-reviews-panel .dopr-panel-heading{
    font-size: 26px;
    font-family: 'DiditBold';
    margin-bottom: 12px;
  }
  .dopr-reviews-panel .dopr-panel-text{
    font-size: 13px;
    font-family: 'RobotoRegular';
    color:rgba(255,255,255,.7);
    margin-bottom: 30px;
  }
  .dopr-carousel *{
    transition: 0s!important;
  }

  .dopr-carousel-cell {
    width: 300px;
    height: auto;
    margin-right: 20px;
    border-radius: 5px;
    counter-increment: gallery-cell;
    opacity: .7;
  }
  .dopr-carousel-cell:hover{
    opacity: 1;
  }
  .dopr-carousel-cell:hover a{
    text-decoration: underline;
  }
  .dopr-carousel-cell img{
    display: block;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .dopr-carousel-cell a{
    color: #c48331;
    font-size: 13px;
    font-family: 'BebasBook';
    letter-spacing: 0.14em;
    text-decoration: none;
  }
  .dopr-carousel{
    padding-bottom: 30px;
  }
  .dopr-panel-media{
    border-bottom: 1px solid rgba(255,255,255,.2);
    margin-bottom: 40px;
  }
  .dopr-panel-web .dopr-carousel-cell{
    width: 270px;
  }
  .commentorser .some_t{
    margin-bottom: 40px;
    width: 100%;
    display: block;
  }
  .commentorser .name_some{
    color:rgba(255,255,255,.4);
    font-size: 13px;
    font-family: 'BebasBook';
    letter-spacing: 0.14em;
    margin-bottom: 10px;
  }
  .commentorser .name_some a{
   color: #c48331;
 }
 .commentorser .text_some{
  font-size: 13px;
  padding-left: 20px;
  font-family: 'RobotoRegular';
  color: rgba(255,255,255,.7);
}
.dopr-content{
  
  background: #181920;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.dopr-content .dopr-content-body{
  width: 100%;
  min-height: 100vh;
  background: url(../img/seatch_bg.png)no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 120px 140px 40px;
  padding-right: 35%;
}
.dopr-content .dopr-prose{
  padding-left: 80px;
  position: relative;
}
.dopr-content .dopr-prose:before{
  content:' ';
  position: absolute;
  left:0px;
  top:10px;
  width: 50px;
  height: 1px; 
  background: rgba(255,255,255,.3);
}
.dopr-content .dopr-content-visual{
  width: 30%;
  height: 100vh;
  position: fixed;
  z-index: 2;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.dopr-content .dopr-content-visual#dopr-service-search{
  background: url(../img/pic_search.png)no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  animation:anim_search 30s ease-in-out infinite;
}
@keyframes anim_search{
  0%{
    background: url(../img/pic_search.png)no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;  
  }
  50%{
    background: url(../img/pic_dog.png)no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  100%{
    background: url(../img/pic_search.png)no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.dopr-content .dopr-content-visual#dopr-service-access{
  background: url(../img/pic_assec.png)no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  animation:anim_asses 30s ease-in-out infinite;
}
@keyframes anim_asses{
  0%{
    background: url(../img/pic_assec.png)no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;  
  }
  50%{
    background: url(../img/pic_1-3.png)no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  100%{
    background: url(../img/pic_assec.png)no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.dopr-content .dopr-content-visual#dopr-service-protect{
  background: url(../img/pic_protect.png)no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  animation:anim_protect 30s ease-in-out infinite;
}
@keyframes anim_protect{
  0%{
    background: url(../img/pic_protect.png)no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;  
  }
  50%{
    background: url(../img/pic_1-1.png)no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  100%{
    background: url(../img/pic_protect.png)no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.dopr-content .dopr-content-visual#dopr-service-finance{
  background: url(../img/pic_finance.png)no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  animation:anim_finance 30s ease-in-out infinite;
}
@keyframes anim_finance{
  0%{
    background: url(../img/pic_finance.png)no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;  
  }
  50%{
    background: url(../img/pic_1-4.png)no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  100%{
    background: url(../img/pic_finance.png)no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.dopr-content .dopr-content-visual#dopr-service-priority{
  background: url(../img/pic_priority.png)no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  animation:anim_priority 30s ease-in-out infinite;
}
@keyframes anim_priority{
  0%{
    background: url(../img/pic_priority.png)no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;  
  }
  50%{
    background: url(../img/pic_1-2.png)no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  100%{
    background: url(../img/pic_priority.png)no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.dopr-content .dopr-content-visual#dopr-service-garant{
  background: url(../img/pic_garant.png)no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  animation:anim_garant 30s ease-in-out infinite;
}
@keyframes anim_garant{
  0%{
    background: url(../img/pic_garant.png)no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;  
  }
  50%{
    background: url(../img/pic_1-6.png)no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  100%{
    background: url(../img/pic_garant.png)no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.dopr-content .dopr-content-body{
  position: relative;
}
.dopr-content .dopr-content-body h1{
  font-family: 'DiditBold';
  color:#fff;
  font-size: 66px;
  margin-bottom: 30px;
}
.dopr-content .dopr-content-body .dopr-prose p{
  font-size: 15px;
  width: 100%;
  line-height: 22px;
  color:rgba(255,255,255,.7);
  font-family: 'RobotoRegular';
  margin-bottom: 35px;
}
.dopr-content .dopr-content-body .dopr-prose-lead{
  font-family: 'DiditBold';
  font-size: 18px;
  color:#fff;
}
.dopr-content .dopr-content-body table{
  margin: 40px 0px;
}
.dopr-content .dopr-content-body table td{
  padding: 15px 8px;
}
.dopr-content .dopr-content-body table .dopr-table-label{
  font-size: 18px;
  color:rgba(255,255,255,.7);
  font-family: 'RobotoRegular';
  padding: 0px 20px; 
}
.dopr-content .dopr-content-body table .dopr-table-cost{
  font-family: 'DiditBold';
  font-size: 23px;
  color:#fff;
}
.dopr-content .dopr-content-body:before{
  content: ' ';
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 80px;
  z-index: 8;
  background: linear-gradient(to bottom, transparent, rgb(24, 25, 33));
}

#dopr-loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#dopr-loader {
  position: relative;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100vh;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1001;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#dopr-loader svg{
  stroke:#fff !important;
}

#dopr-loader-wrapper .dopr-loader-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #181920;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  z-index: 1000;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#dopr-loader-wrapper .dopr-loader-section.dopr-loader-left {
  left: 0;
}

#dopr-loader-wrapper .dopr-loader-section.dopr-loader-right {
  right: 0;
}

@-webkit-keyframes load-x {
  0% {
    left: -10px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 2;
  }
  50% {
    left: 60px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 1;
  }
  100% {
    left: -10px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes load-x {
  0% {
    left: -10px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 2;
  }
  50% {
    left: 60px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 1;
  }
  100% {
    left: -10px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes load-y {
  0% {
    right: -10px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    right: 60px;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
  }
  75% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 2;
  }
  100% {
    right: -10px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes load-y {
  0% {
    right: -10px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    right: 60px;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
  }
  75% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 2;
  }
  100% {
    right: -10px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#dopr-loader p {
  text-align: center;
  font-family: 'Hanna', serif;
  font-weight: 50;
  color: #c02942;
  -webkit-animation: pulse 2s ease-in-out infinite;
  animation: pulse 2s ease-in-out infinite;
}

@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
.dopr-is-loaded #dopr-loader-wrapper .dopr-loader-section.dopr-loader-left {
  opacity: 0;
  
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.dopr-is-loaded #dopr-loader-wrapper .dopr-loader-section.dopr-loader-right {

  opacity: 0;
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.dopr-is-loaded #dopr-loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.dopr-is-loaded #dopr-loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 0.3s 1s ease-out;
}

#wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
}

.path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  animation: dash 5s linear  infinite;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 2000;
  }
  90% {
    stroke-dashoffset: 0;
  }
}

.path2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash2 5s linear  infinite;
}

@keyframes dash2 {
  60% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

.dopr-wrapper .dopr-thumb#dopr-contact-inner{
  max-width: 900px;
}
.dopr-wrapper .dopr-thumb#dopr-contact-inner .dopr-agency {
  width: 100%;
  max-width: 100%;
}
.dopr-wrapper .dopr-thumb#dopr-contact-inner .dopr-agency p{
  max-width: 100%;
  padding-left: 0px;
}
.dopr-wrapper .dopr-thumb#dopr-contact-inner .dopr-agency p:before{
  display: none;
}
.dopr-wrapper#dopr-contact-page{
  background: url(../img/bg_contact.png)no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.clearfix:before,
.clearfix:after {
  content: " "; 
  display: table; 
}

.clearfix:after {
  clear: both;
}
.dopr-contact-row{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
.dopr-contact-row .dopr-contact-col{
  width: 49%;
  margin-right: 20px;
}
.dopr-contact-row .dopr-contact-col .dopr-contact-card{
  text-decoration: none;
  color:#fff;
  padding: 15px;
  display: block;
  margin-bottom: 20px;
  border:1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.01);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
.dopr-contact-row .dopr-contact-col .dopr-contact-card:hover,
.dopr-contact-row .dopr-contact-col .dopr-contact-card:focus,
.dopr-contact-row .dopr-contact-col .dopr-contact-card:active{
  border:1px solid #c48331;
}
.dopr-contact-row .dopr-contact-col .dopr-contact-card img{
  width: 50px;
}
.dopr-contact-row .dopr-contact-col .dopr-contact-card .dopr-contact-icon{
  margin-right: 20px;
}
.dopr-contact-row .dopr-contact-col .dopr-contact-card .dopr-contact-label{
 font-family: 'DiditBold';
 font-size: 21px;
}
.dopr-contact-row .dopr-contact-col .dopr-contact-card .dopr-contact-label span{
  font-family: 'RobotoRegular';
  display: block;
  font-size: 16px;
  color:rgba(255,255,255,.7);
}

.flickity-button{
  background: transparent!important;
}
.flickity-prev-next-button{
  top:40%!important;
}
.flickity-prev-next-button.previous {
  left: -48px!important;
}
.flickity-prev-next-button.next {
  right: -40px!important;
}
.flickity-button-icon {
  fill: #c48331!important;
}

.dopr-modal .dopr-modal-inner .dopr-modal-panel .dopr-modal-close{
  z-index: 5;
}

  
  .blog_dv .list_blog_dv{
    margin-top: 50px;
    border-top:1px solid rgba(255,255,255,.1);
    padding-top: 30px;
  }
  
  
  
  .hot_link{
    text-decoration: none;
    color:inherit;
  }
  .hot_link:hover .name_bl{
    text-decoration: underline;
  }
  .list_blog_dv .bl_sample{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 50px 30px 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .list_blog_dv .link_bl_g{
    text-decoration: none;
    color:inherit; 
  }
  .list_blog_dv .link_bl_g:hover .name_bl{
    text-decoration: underline;
  } 
  .list_blog_dv .bl_sample .img_bl_g img{
    display: block;
    width: 240px;
    height: 230px;
    border-radius: 10px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .list_blog_dv .tipe_bl{
    font-size: 14px;
    letter-spacing: 0.2em;
    color: rgb(205, 128, 12);
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'RobotoRegular';
  }
  .list_blog_dv .name_bl{
    font-size: 33px;
    line-height: 39px;
    margin-bottom: 15px;
    color: #fff;
    position: relative;
    font-family: 'RobotoRegular';
  }
  .list_blog_dv .prew_bl{
    font-size: 16px;
    margin-bottom: 20px;
    color: rgba(255,255,255,.8);
    font-family: 'RobotoLight';
    letter-spacing: 0.2px;
  }
  .list_blog_dv .date_bl{
    font-size: 13px;
    color: rgba(255,255,255,.5);
    font-family: 'RobotoLight';
    letter-spacing: 0.2px;
  }
  #tit_tipe{
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 15px;
  }
  .date_tit{
    font-size: 14px;
    color: rgba(255,255,255,.5);
    font-family: 'RobotoLight';
    letter-spacing: 0.2px;
  }
  .blog_cont .text_tipe{
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 40px;
    color: rgba(255,255,255,.8);
    font-family: 'RobotoRegular';
    letter-spacing: 0.2px;
  }
  .tit_sample{
    margin: 40px auto;
  }
  .tit_sample a{
    color:#fff;
    text-decoration: underline;
    font-family: 'RobotoRegular';
  }
  .tit_sample a:hover{
    text-decoration: none;
  }
  .tit_sample ul{
    padding-left: 60px;
  }
  .tit_sample li{
    max-width: 100%;
  }
  #h2_tit{
    font-family: 'DiditBold';
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 40px;
  }
  
  #tit_cont_bl img{
    max-width: 100%;
    margin-top: 20px;
    display: block;
    max-height: 750px;
    border-radius: 15px;
  }
  .back_link a{
   font-size: 18px;
   padding: 20px 0px;
   width: 100%;
   display: block;
   border-bottom: 1px solid rgba(255,255,255,.1);
   border-top: 1px solid rgba(255,255,255,.1);
 }
 .back_link a svg{
  width: 18px;
  height: 18px;
  fill:#fff;
  margin-right: 5px;
}

  
  
  
  

 

  
  
  
  
  
  
  
  
  
  
  
  .tab_apl_info{
    width: 100%;
    border-collapse: collapse;
  }
  .tab_apl_info td{
    width: 50%;
    padding: 22px 0px;
  }
  .tab_apl_info tr{
    border-bottom: 1px solid rgba(255,255,255,.03);
  }
  .tab_apl_info tr:last-child{
    border-bottom: none;
  }
  .tab_apl_info td.name_tab{
    font-size: 15px;
    text-align: left;
    letter-spacing: 0.25em;
    padding-right: 20px;
  }
  .tab_apl_info td.info_tab{
    font-size: 16px;
    text-align: right;
    color:rgba(255,255,255,.5);
    font-family: 'RobotoLight';
  }
  .tab_apl_info td span{
    display: block;
    margin-bottom: 5px;
  }
  .tab_apl_info td span:last-child{
    margin-bottom: 0px;
  }
  
  
  
  
  
  
  
  

  
  
  
  
  .chat_line_action{
    width: 100%;
    position: relative;
    background: #171722;
    height: 55px;
    border-radius: 15px;
    box-shadow: 0px 12px 34.8px 5.2px rgba(15, 13, 27, 0.29);
  }
  .chat_line_action input{
    width: 100%;
    font-size: 15px;
    padding-left: 30px;
    padding-right: 70px;
    line-height: 55px;
    border:none;
    outline:none;
    color:#fff;
    font-family: 'RobotoLight';
    border-radius: 15px;
    background: #171722;
    box-shadow: 0px 12px 34.8px 5.2px rgba(15, 13, 27, 0.29);
  }
  .chat_line_action button{
    position: absolute;
    right: 14px;
    outline:none;
    top: 9px;
    border: none;
    padding: 9px;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background: #c48331;
    box-shadow: 0.776px 2.898px 15.04px 0.96px rgba(196, 131, 49, 0.27);
  }
  .chat_line_action button:disabled{
    opacity: .3;
  }
  
  .mes_null{
    text-align: center;
    width: 100%;
    max-width: 180px;
    margin: 20px auto;
    color:rgba(255,255,255,.8);
    font-family: 'RobotoLight';
    border-radius: 16px;
  }
  @media screen and (min-width: 1350px){
    .operation .list_operation .some_operation .name_operation{
      max-width: 260px;
      white-space: nowrap; 
      overflow: hidden; 
      text-overflow: ellipsis;
    }
    
  }
  @media screen and (max-width: 1350px){
    .dopr-about-btn {
      margin-top: 30px;
    }
    
    
    
    
    
    .operation .list_operation .some_operation .name_operation{
      max-width: 260px;
      white-space: nowrap; 
      overflow: hidden; 
      text-overflow: ellipsis;
    }
    
    .operation .list_operation .some_operation .cost_operation{
      font-size: 17px;
    }
    
    
    
    
    
    .info_card{
      margin-left: 40px;
    }
    
   
  .plan_cd .icon_wallet{
    display: none;
  }
  .flickity-prev-next-button.previous {
    left: -42px!important;
  }
  .dopr-wrapper .dopr-thumb h1{
    font-size: 75px;
  }
  .dopr-wrapper .dopr-thumb h1 span {
    font-size: 42px;
    display: block;
    margin-top: -0.15em;
  }
  
  .dopr-wrapper .dopr-thumb p{
    font-weight: bold;
    font-size: 13px;
  }
  .dopr-wrapper .dopr-thumb .dopr-agency-text p{
    padding-bottom: 30px;
  }
  .dopr-wrapper .dopr-thumb{
    max-width: 960px;
  }
  .dopr-navigation{
    padding-top: 120px;
    padding-left: 60px;
  }
  .dopr-navigation .dopr-nav-list{
    transform: scale(0.9);
  }
  .dopr-navigation .dopr-nav-list a .dopr-nav-title{
    font-size: 25px;
    line-height: 31px;
  }
  .dopr-navigation .dopr-nav-list a{
    margin-bottom: 25px;
  }
  .dopr-navigation .dopr-nav-list a:before{
    width: 30px;
  }
  .dopr-navigation .dopr-nav-list a{
    padding-left: 59px;
  }
  .dopr-navigation .dopr-nav-list a .dopr-nav-desc{
    font-size: 12px;
  }
  .dopr-carousel-cell{
    width: 240px;
  }
  .dopr-reviews-panel{
    padding: 130px 110px 20px 40px;
  }
  .dopr-content .dopr-content-body{
    padding: 120px 100px 40px;
    padding-right: 25%;
  }
  .dopr-content .dopr-prose:before{
    width: 30px;
  }
  .dopr-content .dopr-prose{
    padding-left: 50px;
  }

        .dopr-content .dopr-content-visual{
          width: 20%;
        }
        .dopr-content .dopr-content-body table .dopr-table-label{
          font-size: 16px;
        }
        .dopr-content .dopr-content-body table .dopr-table-cost{
          font-size: 21px;
        }
        
        
        
        
        .tab_apl_info td.info_tab{
          font-size: 15px;
        }
        .tab_apl_info td.name_tab{
          font-size: 14px;
        }
      }
      @media screen and (max-width: 1100px){
        .dopr-about-btn {
          margin-left: 48px;
        }
        
        
        
        
        
        
        
        
       
      .info_card .usetool h2{
        font-size: 26px;
      }
      
      .balanced_dv .main_balance{
        font-size: 22px;
      }
      .balanced_dv .name_b{
        font-size: 16px;
      }
      .balanced_dv{
        align-items: center;
      }
      .operation .list_operation .some_operation{
        padding: 15px 0px;
      }
      .operation .list_operation .time_oper{
        color: rgb(255, 175, 78);
      }
      
      .dopr-navigation .dopr-nav-list a .dopr-nav-icon{
        left: -15px;
        top: 5px;
        transform: rotate(45deg) scale(0.8);
      }
      .dopr-content{
        display: block;
        
      }
      .dopr-content .dopr-content-body {
       padding-right: 0px; 
       padding: 0px 100px 40px;
     }
     .dopr-content .dopr-content-visual{
      height: 40vh;
      position: relative;
      top: inherit;
      right: inherit;
      bottom: inherit;
    }
    .dopr-content .dopr-content-body{
      width: 100%;
    }
    .dopr-content .dopr-content-visual{
      width: 100%;
    }
    .dopr-content .dopr-content-visual:after{
      content:' ';
      position: absolute;
      top:20%;
      right:0px;
      bottom:-1px;
      left:0px;
      background: linear-gradient(to top, #181920, transparent);
    }

        .dopr-carousel-cell,
        .dopr-panel-web .dopr-carousel-cell{
          width: 210px;
        }
        header{
          padding-top: 20px;
          padding-right: 100px;
          padding-left: 100px;
        }
        header .dopr-logo{
          width: 80px;
          margin-right: 30px;
        }
        header .dopr-header-bar .dopr-social a {
          margin-right: 20px;
        }
        header .dopr-header-bar a.dopr-contact,
        header .dopr-header-bar .dopr-contact{
          font-size: 13px;
        }
        .dopr-wrapper .dopr-thumb .dopr-agency p:before{
          width: 30px;
        }
        .dopr-wrapper .dopr-thumb .dopr-agency p{
          padding-left: 48px;
        }
        
        .dopr-wrapper .dopr-thumb .dopr-agency{
          padding-right: 20px;
        }
        .dopr-wrapper .dopr-thumb h1 {
          font-size: 65px;
          line-height: 1;
        }
        .dopr-wrapper .dopr-thumb h1 span {
          font-size: 32px;
          display: block;
          margin-top: -0.15em;
        }
        .dopr-wrapper .dopr-thumb .dopr-agency-text h2{
          font-size: 23px;
          margin-bottom: 10px;
        }

            .dopr-navigation{
              padding-top: 0px;
              padding: 75px 30px 20px 80px;
            }
            .dopr-navigation .dopr-nav-list a {
              padding-left: 49px;
            }
            .dopr-navigation .dopr-nav-list a .dopr-nav-title{
              font-size: 19px;
              line-height: 32px;
            }
            .dopr-navigation .dopr-nav-list a:before {
              width: 15px;
            }
            .dopr-navigation .dopr-nav-list a {
              padding-left: 30px;
            }
            .dopr-navigation .dopr-nav-list a{
              margin-bottom: 15px;
            }
            
          }
          
          @media screen and (max-width: 856px){
            
            
            
            
            
            
            .list_blog_dv .bl_sample{
              padding: 0px 30px 30px 10px;
            }
            .list_blog_dv .prew_bl{
              font-size: 15px;
            }
            .blog_dv .list_blog_dv{
              margin-top: 40px;
              padding-top: 30px;
            }
            .list_blog_dv .name_bl{
              font-size: 29px;
              line-height: 32px;
            }
            
            .list_blog_dv .bl_sample .img_bl_g img{
              width: 180px;
              height: 200px;
            }
            
            
            
            
            
            .info_card {
              margin-left: 0px;
              margin-top: 20px;
            }
            .dopr-navigation .dopr-nav-list a .dopr-nav-title {
              font-size: 18px;
              line-height: 25px;
            }
            
            body{
             background: #181920; 
           }
           #dopr-main > svg{
            display: none;
          }
          
          .dopr-aside-right .dopr-aside-btn#dopr-reviews-toggle{
            display: none;
          }
          .dopr-navigation .dopr-nav-list a .dopr-nav-icon#dopr-service-priority,
          .dopr-navigation .dopr-nav-list a .dopr-nav-icon{
            display: none!important;
          }
          .dopr-modal#dopr-about-modal.dopr-is-active{
            display: none;
          }
          .dopr-carousel {
            padding: 0px 20px 30px;
          }
          .flickity-prev-next-button.next {
            right: -20px!important;
          }
          .flickity-prev-next-button.previous {
            left: -22px!important;
          }
          .dopr-content .dopr-content-body {
            padding: 0px 20px 40px;
            margin-top: -90px;
            position: relative;
            z-index: 2;
          }
          .dopr-wrapper#dopr-contact-page{
            align-items: center;
            overflow-y: auto;
            display: block;
            height: 100vh;
          }
          .dopr-reviews-panel{
            width: 100%;
          }
          .dopr-reviews-panel {
            padding: 110px 20px 20px 20px;
          }
          .dopr-navigation.dopr-is-active ~ .dopr-reviews-panel.dopr-is-active{
            display: none;
          }
          .dopr-reviews-panel.dopr-is-active ~ .dopr-navigation.dopr-is-active{
            display: none;
          }
          .dopr-wrapper .dopr-thumb .dopr-agency-text{
            display: none;
          }
          header{
            border-bottom: 1px solid rgba(255,255,255,.1);
          }
          .dopr-aside-right,
          .dopr-menu-left{
            border:none;
          }
          .dopr-copyright .dopr-copyr{
            display: none;
          }
          header .dopr-header-bar .dopr-social,
          header .dopr-header-bar a.dopr-contact,
          body > aside.dopr-aside-right > .dopr-aside-btn > .dopr-side-rule,
          .dopr-side-label,
          .dopr-side-rule span,
          header .dopr-header-bar .dopr-contact{
            display: none;
          }
          .dopr-menu-left .dopr-amenities,
          .dopr-aside-right .dopr-aside-btn{
            transform: none;
            padding: 25px;
          }
          .dopr-aside-right .dopr-aside-btn .dopr-aside-icon img{
            transform: none;
          }
          header {
            padding-top: 10px;
            padding-right: 70px;
            padding-left: 70px;
            height: 70px;
            background: none;
          }
          header .dopr-header-bar{
            justify-content: center;
          }
          header .dopr-logo{
            margin-right: 0px;
            width: 50px;
          }
          .dopr-menu-left .dopr-amenities, .dopr-aside-right .dopr-aside-btn{
            padding: 30px;
            height: 70px;
          }
          .dopr-aside-right, .dopr-menu-left{
            bottom: inherit;
            width: 72px;
            height: 70px;
          }
          .dopr-wrapper{
            padding: 90px 20px 20px;
          }
          .dopr-navigation{
            width: 100%;
          }
          .dopr-navigation .dopr-nav-list {
            transform: scale(1);
          }
          .dopr-navigation .dopr-nav-list a{
            text-align: center;
            padding-left: 0px;
          }
          .dopr-navigation {
            padding: 80px 20px 20px 20px;
          }
          .dopr-navigation .dopr-nav-list a:hover::before{
            display: none;
          }
          .dopr-content .dopr-content-body{
            overflow-y: inherit;
          }
        }
        @media screen and (max-width: 768px){
          
          .back_link{
            display: block;
          }
          
          
          .list_blog_dv .name_bl {
            font-size: 24px;
            line-height: 29px;
          }
          .list_blog_dv .prew_bl {
            font-size: 14px;
            margin-bottom: 10px;
          }
          .list_blog_dv .bl_sample .img_bl_g img {
            width: 160px;
            height: 180px;
          }
          .dopr-contact-row{
            flex-direction: column;
          }
          .dopr-contact-row .dopr-contact-col{
            width: 100%;
            margin-right: 0px;
          }
          .dopr-content .dopr-prose:before{
            display: none;
          }
          .dopr-content .dopr-prose {
            padding-left: 0px;
          }
          .dopr-content .dopr-content-body table .dopr-table-label{
            padding: 0px 10px;
            font-size: 15px;
          }
          .dopr-content .dopr-content-body table .dopr-table-cost {
            font-size: 19px;
          }
          .dopr-content .dopr-content-body h1{
            font-size: 56px;
            margin: 20px 0px;
          }
          
        }
        @media screen and (max-width: 540px){
          .dopr-about-btn {
            margin-left: 28px;
          }
          .tab_apl_info td.name_tab{
            width: 40%;
          }
          
          .tab_apl_info td.info_tab{
            font-size: 13px;
          }
          .tab_apl_info td.name_tab {
            font-size: 13px;
          }
          
          
          
          
          
          
          .tab_apl_info td{
            padding: 16px 0px;
          }
          
          
          
          
          
          
          
          
          
          #tit_cont_bl img{
            max-height: 450px;
          }
          #tit_tipe {
            font-size: 32px;
            line-height: 32px;
            margin-bottom: 15px;
          }
          #h2_tit{
            font-size: 24px;
            line-height: 28px;
          }
          .blog_cont .text_tipe{
            font-size: 16px;
            line-height: 23px;
          }
          .list_blog_dv .name_bl {
            font-size: 20px;
            line-height: 23px;
          }
          .list_blog_dv .bl_sample{
            padding: 0px 10px 30px 10px;
          }
          
          .list_blog_dv .bl_sample{
            -ms-flex-direction: column;
            flex-direction: column;
          }
          
          
          .list_blog_dv .bl_sample .img_bl_g{
            margin-bottom: 10px;
            width: 100%;
          }
          
          
          .list_blog_dv .tipe_bl{
            font-size: 12px;
          }
          .list_blog_dv .link_bl_g:last-child .bl_sample{
            border-bottom: 0px;
          }
          
          
          .list_blog_dv .bl_sample .img_bl_g img{
            width: 100%;
            height: 200px;
          }
          
          
          
          
          
          .btc_adress{
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-align: flex-start;
            align-items: flex-start;
          }
          .replenishment .btc_adress .line_dv{
            margin-bottom: 20px;
            margin-top: 20px;
          }
          .balanced_dv .main_balance {
            font-size: 20px;
          }
          .info_card .usetool h2 {
            font-size: 22px;
          }
          
          .balanced_dv .name_b {
            font-size: 15px;
          }
          .btc_adress .some_adress{
            font-size: 16px;
          }
          .dopr-navigation.dopr-is-active ~ body{
            overflow: hidden;
          }
          .dopr-content .dopr-content-body h1{
            font-size: 40px;
          }
          .dopr-content .dopr-content-body table td:first-child{
            display: none;
          }
          .dopr-contact-row .dopr-contact-col .dopr-contact-card .dopr-contact-label span{
            font-size: 15px;
          }
          .dopr-content .dopr-content-body table .dopr-table-cost{
            font-size: 17px;
          }
          .dopr-content .dopr-content-body table .dopr-table-label{
            font-size: 14px;
          }
          .dopr-content .dopr-content-body table td{
            padding: 8px 6px;
          }
          .dopr-navigation .dopr-nav-list a .dopr-nav-title {
            font-size: 23px;
            line-height: 28px;
          }
          .dopr-navigation .dopr-nav-list a {
            margin-bottom: 15px;
            padding: 5px;
          }
          .dopr-navigation .dopr-nav-list a .dopr-nav-desc {
            font-size: 11px;
          }
          .dopr-wrapper{
            align-items: flex-end;
          }
          .dopr-wrapper .dopr-thumb h1 {
            font-size: 45px;
            line-height: 1;
          }
          .dopr-wrapper .dopr-thumb .dopr-agency p{
            padding-left: 28px;
            font-size: 12px;
            margin-top: 25px;
          }
          .dopr-wrapper .dopr-thumb .dopr-agency p:before {
            width: 19px;
          }
          
          
          
          .dopr-wrapper .dopr-thumb .dopr-agency{
            padding-right: 0px;
            padding-bottom: 50px;
          }
          .dopr-navigation .dopr-nav-list a:hover .dopr-nav-desc{
            display: none;
          }
          .dopr-navigation{
            align-items: flex-start;
            overflow-y: auto;
          }
          .btc_adress .copy_btn{
            margin-right: 5px;
          }
        }
        @media screen and (max-width: 480px){
          .tab_apl_info td{
            display: block;
            width: 100%;
            padding: 3px 0px;
          }
          
          
          .tab_apl_info td.info_tab{
            text-align: left;
            font-size: 15px;
          }
          .tab_apl_info td.info_tab{
            padding-bottom: 11px;
          }
          .tab_apl_info td.name_tab{
            padding-top: 20px;
            width: 100%;
          }
          
          .chat_line_action input{
            padding-left: 10px;
          }
          
          
        }
        @media screen and (max-width: 360px){
          
          
          
          #tit_cont_bl img{
            max-height: 350px;
          }
          .balanced_dv .name_b:after{
            display: none;
          }
          #tit_tipe{
            font-size: 26px;
            line-height: 29px;
          }
          #h2_tit{
            font-size: 20px;
            line-height: 24px;
          }
          .blog_cont .text_tipe{
            font-size: 15px;
            line-height: 22px;
          }
          .tit_sample ul {
            padding-left: 40px;
          }
          .balanced_dv{
            -ms-flex-direction: column;
            flex-direction: column;
            align-items: flex-start;
            margin-top: 20px;
          }
          
          
          .btc_adress .line_dv .text_adress{
            text-align: center;
          }
          .btc_adress .copy_btn{
            margin-bottom: 10px;
          }
          .btc_adress{
            align-items: center;
          }
          .operation .list_operation .some_operation .name_operation{
            max-width: 170px;
            font-size: 12px;
          }
          .operation .list_operation .some_operation .name_operation .tt{
            font-size: 14px;
          }
          .operation .request .some_request .some_cost{
            font-size: 14px;
          }
          .btc_adress .some_adress {
            font-size: 15px;
          }
          .balanced_dv .main_balance{
            padding-left: 0px;
          }
          .operation .request .some_request .some_name{
            font-size: 12px;
          }
          .operation .list_operation .some_operation .cost_operation{
            font-size: 14px;
          }
          .dopr-wrapper .dopr-thumb h1 span{
            font-size: 26px;
          }
          .dopr-content .dopr-content-body table .dopr-table-label{
            font-size: 13px;
          }
          .dopr-carousel-cell, .dopr-panel-web .dopr-carousel-cell {
            width: 180px;
          }
          .dopr-carousel:before{
            width: 20px;
          }
          .balanced_dv .main_balance{
            font-size: 29px;
          }
          
        }
        @media print {
          *,
          *:before,
          *:after {
            background: transparent !important;
            color: #000 !important; 
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            text-shadow: none !important;
          }

          a,
          a:visited {
            text-decoration: underline;
          }

          a[href]:after {
            content: " (" attr(href) ")";
          }

          abbr[title]:after {
            content: " (" attr(title) ")";
          }
          a[href^="#"]:after,
          a[href^="javascript:"]:after {
            content: "";
          }

          pre {
            white-space: pre-wrap !important;
          }
          pre,
          blockquote {
            border: 1px solid #999;
            page-break-inside: avoid;
          }

          thead {
            display: table-header-group;
          }

          tr,
          img {
            page-break-inside: avoid;
          }

          p,
          h2,
          h3 {
            orphans: 3;
            widows: 3;
          }

          h2,
          h3 {
            page-break-after: avoid;
          }
        }
