@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{
  /*background: #181920;*/
  /*background: #0c0c10;*/
/*    background: linear-gradient(-45deg, #070709, #08080b,#272630, #0b0b0f);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;*/
    font-family: 'BebasRegular';
    color:#fff;
    font-size: 14px;
  }
  .lantern{
    position: absolute;
  }
  .spotlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background-image: -webkit-radial-gradient(center, circle cover, rgba(0, 0, 0, 0.2) 5%, black 25%);
  }
/*
.div_wrap{
  position:absolute;
  top:0px;
  left:0px;
  width:100vw;
  height:100vh;
}
@-webkit-keyframes fade{
  from{
    opacity:0;
  }
  to{
    opacity:1;
  }
}
#v1{
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgb(19, 20, 32));
    animation: fade 3s infinite alternate;
}
#v2{
  background:linear-gradient(to bottom, rgba(49, 51, 63, 0.1), #181920cc);
  animation: fade 4s infinite alternate 1s;
}
#h1{
  background:linear-gradient(to right, rgba(49, 51, 63, 0.1), #181920cc);
  animation: fade 4s infinite alternate 0.5s;
}
#h2{
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgb(20, 21, 29));
    animation: fade 3s infinite alternate 1.5s;
}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
    }*/
    *{
      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;
    }
    .browserupgrade {
      margin: 0.2em 0;
      background: #ccc;
      color: #000;
      padding: 0.2em 0;
    }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   .content_block .about_content::scrollbar { width: 0; }
   .content_block .about_content::-webkit-scrollbar { width: 0; }
   .content_block .about_content { -ms-overflow-style: none; }
   .content_block .about_content { overflow: -moz-scrollbars-none; }


   .sl-nav {
    display: inline;
  }
  .sl-nav ul {
    margin:0;
    padding:0;
    list-style: none;
    position: relative;
    display: inline-block;
  }
  .sl-nav li {
    cursor: pointer;
    padding-bottom:10px;
  }
  .sl-nav li ul {
    display: none;
  }
  .sl-nav 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);
  }
  .sl-nav li:hover .triangle {
    position: absolute;
    top: 15px;
    right: -10px;
    z-index:10;
    height: 14px;
    overflow:hidden;
    width: 30px;
    background: transparent;
  }
  .sl-nav li:hover .triangle: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);
  }
  .sl-nav 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);
  }
  .sl-nav li ul li:last-of-type {
    padding-bottom: 15px;
  }
  .sl-nav li ul li span {
    padding-left: 5px;
  }
  .sl-nav li ul li span:hover, .sl-nav li ul li span.active {
    color: #fff;
  }
  .sl-nav ul li a{
    text-decoration: none;
    color:inherit;
    cursor: pointer;
  }
  .sl-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;
  }
  .flag-ru {
    background-size: cover;
    background-position: center center;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAsGVYSWZJSSoACAAAAAMADgECAG4AAAAyAAAAGgEFAAEAAACgAAAAGwEFAAEAAACoAAAAAAAAAEZsYWcgZGVzaWduLiBSdXNzaWFuIGZsYWcgb24gdGhlIHdoaXRlIGJhY2tncm91bmQsIGlzb2xhdGVkIGZsYXQgbGF5b3V0IGZvciB5b3VyIGRlc2lnbnMuIFZlY3RvciBpbGx1c3RyYXRpb24uLAEAAAEAAAAsAQAAAQAAAITlZWwAAABcSURBVHicY/z//z8DKYCJJNXkaGD5+480JzGS6geWnOa9/xkYGGF8iG5GbGxGCCloPpU0GwT52UnTwPD3L2kaPjJykqbB68dlkjQwPtJVJM2Gz4wkepqJYbAlPgAs3hkGojenAQAAAABJRU5ErkJggg==');
  }
  .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=');
  }
  .flag-ua {
    background-size: cover;
    background-position: center center;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAQklEQVR4nGM07vr8n4ECwESJ5mFiAAsjA0VhyMDy+z8LZQYIsX2kyADGj1cDKPIDCx+FLmD5T2kYUBoLA5+QBt4AAMDQDf3ExGi3AAAAAElFTkSuQmCC');
  }


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

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

  .modal_info.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;
  }
  .modal_info{
    position: fixed;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    z-index: 12;
    background: rgba(24,25,32,.6);
    display: none;
    opacity: 0;
  }
  .modal_info .info_cont {
    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);
  }
  .modal_info .info_cont .container_modal{
    border:1px solid #c4833166;
    padding: 30px 10px;
    text-align: center;
    position: relative;
  }
  .modal_info .info_cont .container_modal h1{
   font-family: 'DiditBold';
   font-size: 42px;
   margin-top: 10px;
   margin-bottom: 20px;
 }
 .modal_info .info_cont .container_modal p{
  font-size: 15px;
  color: rgba(255,255,255,.7);
  font-family: 'RobotoRegular';
  margin-bottom: 10px;
  display: block;
}
.modal_info .info_cont .container_modal .delete_info_modal{
  position: absolute;
  right:5px;
  top:13px;
  cursor: pointer;
}
.modal_info .info_cont .container_modal .delete_info_modal:hover{
  opacity: .7;
  transform: scale(0.9);
}
.modal_info .info_cont .container_modal .delete_info_modal span{
  width: 20px;
  height: 1px;
  display: block;
  background: #fff;
  margin-bottom: 5px;
}
.modal_info .info_cont .container_modal .delete_info_modal span:first-child{
  transform: rotate(45deg) translateY(4px);
}
.modal_info .info_cont .container_modal .delete_info_modal span:last-child{
  transform: rotate(-45deg) translateY(-4px);
}
.wrapper {
  box-sizing: border-box;
  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;
}
.wrapper.active:after{
  content:' ';
  position: fixed;
  top:0px;
  right:0px;
  bottom: 0px;
  left:0px;
  background: rgba(24,25,32,.6);
}
.wrapper {
  width: 100%;
  /*height: 100%;*/
  height: 100vh;
  position: relative;
  background: url(../img/bg_wrapper.png)no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 120px 90px;
}
.wrapper#main_wrap{
  overflow:hidden;
}
.wrapper .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;
}
.wrapper .thumb h1{
  color:#ffffff;
  font-size: 85px;
  font-family: 'DiditBold';
  margin: 0;
  line-height: 55px;
  text-align: center;
}
.wrapper .thumb h1 span{
  font-size: 52px;
}
.wrapper .thumb p{
  font-size: 14px;
  color:rgba(255,255,255,.7);
  font-family: 'RobotoRegular';
}
.wrapper .thumb .agency{
  width: 100%;
  max-width: 540px;
}
.wrapper .thumb .agency p{
  display: block;
  position: relative;
  padding-left: 88px;
  width: 100%;
  max-width: 405px;
  margin-top: 25px;
  line-height: 22px;
  text-align: center;
}
.wrapper .thumb .agency p:before{
  content:' ';
  position: absolute;
  top:10px;
  left:0px;
  width: 60px;
  height: 1px;
  background: rgba(255,255,255,.2);
}
.wrapper .thumb .about_agency{
  width: 100%;
  max-width: 275px;
}
.wrapper .thumb .about_agency h2{
  color:#fff;
  font-size: 26px;
  margin: 0;
  font-family: 'DiditBold';
  margin-bottom: 20px;
}
.wrapper .thumb .about_agency p{
  width: 100%;
  /*font-weight: bold;*/
  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 .logo{
  width: 130px/*120px*/;
  margin-right: 50px;
}
header .logo a{
  display: block;
}
header .logo a img{
  max-width: 100%;
}
header .header{
  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 .header .social a{
  margin-right: 28px;
}
header .header .social a:hover{
  opacity: .7;
}
header .header .social a:hover img{
  transform: scale(1.2);
}
header .header .logo_container{
  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 .header a.contact,
header .header .contact{
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.22em;
  padding: 4px;
  margin-left: 15px;
}
header .header .contact{
  display: inline;
  vertical-align: middle;
}
header .header a.contact:hover{
  text-decoration: none;
}
.menu_left{
 position: fixed;
 z-index: 10;
 left:0px;
 top:0px;
 bottom:0px;
 width: 72px;
 border-right:1px solid rgba(255,255,255,.04);
}
.menu_left .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;
}
.copyright{
  position: absolute;
  bottom: 30px;
  transform: rotate(-90deg) translateY(-113px) translateX(80px);
  padding: 0px 65px;
  cursor: pointer;
}

.copyright span{
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 25px;
  background: rgba(255,255,255,.1);
  margin-right: 20px;
}
.copyright .copyr{
  white-space: nowrap;
  font-family: 'RobotoRegular';
  font-size: 11px;
  color:rgba(255,255,255,.3);
}
.copyright:hover .copyr{
  color:rgba(255,255,255,.8);
}
.copyright .copyr b{
  visibility: hidden;
}
.menu_left .amenities:hover{
  background: rgba(255,255,255,.05);
}
.menu_left .amenities .menu span{
  width: 25px;
  height: 1px;
  display: block;
  background: #fff;
  margin-bottom: 5px;
}
.menu_left .amenities .menu span:last-child{
  margin-bottom: 0px;
}
.menu_left .amenities .menu_name{
  letter-spacing: 0.25em;
}
.tag_sam{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.25em;
}
.comment_right{
  position: fixed;
  right:0px;
  top:0px;
  bottom:0px;
  width: 72px;
  z-index: 11;
  border-left:1px solid rgba(255,255,255,.04);
}
.simple span{
  width: 25px;
  height: 1px;
  display: block;
  background: rgba(255,255,255,.2);
  margin: 0px 9px;
}
.comment_right .comments{
  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);
  /*transform: rotate(-90deg) translateY(-50px) translateX(-55px);*/
  padding: 25px 85px;
  cursor: pointer;
  letter-spacing: 0.25em;
}
.comment_right .comments#lk_modal{
  transform: rotate(-90deg) translateY(-50px) translateX(-50px);
}
.comment_right .comments#com_lk{
  position: absolute;
  bottom: 60px;
  right: -5px;
}
.comment_right .comments:hover{
  background: rgba(255,255,255,.05);
}
.comment_right .comments .comment img{
  transform: rotate(90deg);
}
.wrap_act,
.cont_act_bl{
  position: fixed;
  top:0px;
  right:0px;
  bottom:0px;
  left:0px;
  display: none;
  z-index: 8;
}
.cont_act_bl{
  background: rgba(24,25,32,.6);
}
.wrap_act.active,
.cont_act_bl.active{
  display: block;
}
.btn_asses{
  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;
  color:#fff;
  cursor: pointer;
  margin-top: 50px;
  margin-left: 88px;
  position: relative;
  z-index: 7;
}
.btn_asses .btn_name{
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.22em;
  padding: 4px;
}
.btn_asses:hover{
  text-decoration: none;
}
.btn_asses:hover .btn_bg img{
  transform: translateX(10px);
}
.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%);
}
.navigation.active{
 transform: translateX(0%); 
}
.menu_left .amenities .menu.active span:first-child{
  transform: rotate(45deg) translateY(4px);
}
.menu_left .amenities .menu.active span:last-child{
 transform: rotate(-45deg) translateY(-4px);
}
.navigation .menu_main{
  width: 100%;
}
.navigation .menu_main a{
  text-decoration: none;
  color:inherit;
  display: block;
  padding-left: 89px;
  margin-bottom: 20px;
  position: relative;
}
.navigation .menu_main a .pic_nav{
  display: none;
  padding-top: 5px;
  position: absolute;
  left: 10px;
  text-align: center;
  top: 10px;
  background: #c48331;
  width: 28px;
  height: 28px;
  transform: rotate(45deg);
}
.navigation .menu_main a .pic_nav#priority{
  display: block;
}
.navigation .menu_main a:hover .pic_nav{
  display: block;
}
.navigation .menu_main a .pic_nav img{
  width: 18px;
  transform: rotate(-45deg);
}
/*.navigation .menu_main a:before{
    content:' ';
    position: absolute;
    display: none;
    left:0px;
    top:20px;
    width: 60px;
    height: 1px;
    background: rgba(255,255,255,.2);
    }*/
/*.navigation .menu_main a:hover::before{
    display: block;
    }*/
    .navigation .menu_main a .name_link{
      font-family: 'DiditBold';
      font-size: 27px;
      line-height: 39px;
      color:rgba(255,255,255,1);
      letter-spacing: 0.1em;
    }
    .navigation .menu_main a .about_link{
     font-family: 'RobotoRegular';
     font-size: 13px;
     color:rgba(255,255,255,.3);
     display: none;
     position: absolute;
     width: 100%;
     bottom: -12px;
   }
   .navigation .menu_main a:hover .about_link{
    display: block;
  }
  .commenter{
    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; 
  }
  .commenter.active{
    transform: translateX(0%);
  }
  .commenter .tag{
    font-size: 26px;
    font-family: 'DiditBold';
    margin-bottom: 12px;
  }
  .commenter .about_tag{
    font-size: 13px;
    font-family: 'RobotoRegular';
    color:rgba(255,255,255,.7);
    margin-bottom: 30px;
  }
  .main-carousel *{
    transition: 0s!important;
  }

  .carousel-cell {
    width: 300px;
    height: auto;
    margin-right: 20px;
    border-radius: 5px;
    counter-increment: gallery-cell;
    opacity: .7;
  }
  .carousel-cell:hover{
    opacity: 1;
  }
  .carousel-cell:hover a{
    text-decoration: underline;
  }
  .carousel-cell img{
    display: block;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .carousel-cell a{
    color: #c48331;
    font-size: 13px;
    font-family: 'BebasBook';
    letter-spacing: 0.14em;
    text-decoration: none;
  }
  .main-carousel{
    padding-bottom: 30px;
  }
  .smi{
    border-bottom: 1px solid rgba(255,255,255,.2);
    margin-bottom: 40px;
  }
  .placed .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);
}
.content_block{
  /*height: 100vh;*/
  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;
}
.content_block .about_content{
  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%;
}
.content_block .simple_text{
  padding-left: 80px;
  position: relative;
}
.content_block .simple_text:before{
  content:' ';
  position: absolute;
  left:0px;
  top:10px;
  width: 50px;
  height: 1px; 
  background: rgba(255,255,255,.3);
}
.content_block .pic_content{
  width: 30%;
  height: 100vh;
  position: fixed;
  z-index: 2;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.content_block .pic_content#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;
  }
}
.content_block .pic_content#asses{
  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;
  }
}
.content_block .pic_content#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;
  }
}
.content_block .pic_content#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;
  }
}
.content_block .pic_content#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;
  }
}
.content_block .pic_content#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;
  }
}
.content_block .about_content{
  position: relative;
}
.content_block .about_content h1{
  font-family: 'DiditBold';
  color:#fff;
  font-size: 66px;
  margin-bottom: 30px;
}
.content_block .about_content .simple_text p{
  font-size: 15px;
  width: 100%;
  line-height: 22px;
  color:rgba(255,255,255,.7);
  font-family: 'RobotoRegular';
  margin-bottom: 35px;
}
.content_block .about_content .ital_text{
  font-family: 'DiditBold';
  font-size: 18px;
  color:#fff;
}
.content_block .about_content table{
  margin: 40px 0px;
}
.content_block .about_content table td{
  padding: 15px 8px;
}
.content_block .about_content table .name_tab{
  font-size: 18px;
  color:rgba(255,255,255,.7);
  font-family: 'RobotoRegular';
  padding: 0px 20px; 
}
.content_block .about_content table .cost_tab{
  font-family: 'DiditBold';
  font-size: 23px;
  color:#fff;
}
.content_block .about_content: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));
}

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

#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;
}
#loader svg{
  stroke:#fff !important;
}

#loader-wrapper .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);
}

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

#loader-wrapper .loader-section.section-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);
  }
}
#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;
  }
}
.loaded #loader-wrapper .loader-section.section-left {
  opacity: 0;
  
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

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

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

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
#dash_enter > div > div > p > a{
 color: rgba(255,255,255,.7);
}
#dash_enter > div > div > p > a:hover{
 color: rgba(255,255,255,.9);
 text-decoration: none;
}
.loaded #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;
  }
}

#loader svg {
  animation: rotate 4s infinite ease;
}
#loader svg #horizontal {
  stroke: #c48331;
  stroke-width: 2;
}
#loader svg #vertical {
  stroke: #c48331;
  stroke-width: 2;
}
#loader svg #outer-ring {
  stroke: #c48331;
  stroke-width: 2.5;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: draw 2s linear alternate infinite;
}
#loader svg #inner-ring {
  stroke: #c48331;
  stroke-width: 2;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: draw 2s ease-in alternate infinite;
}
#loader svg #top-left {
  stroke: #c48331;
  stroke-width: 2;
}
#loader svg #top-right {
  stroke: #c48331;
  stroke-width: 2;
}
#loader svg #bottom-left {
  stroke: #c48331;
  stroke-width: 2;
}
#loader svg #bottom-right {
  stroke: #c48331;
  stroke-width: 2;
}

@keyframes draw {
  from {
    stroke-dashoffset: 500;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

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

.clearfix:after {
  clear: both;
}
.row_contact{
  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;
}
.row_contact .col_cont{
  width: 49%;
  margin-right: 20px;
}
.row_contact .col_cont .contacted{
  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;
}
.row_contact .col_cont .contacted:hover,
.row_contact .col_cont .contacted:focus,
.row_contact .col_cont .contacted:active{
  border:1px solid #c48331;
}
.row_contact .col_cont .contacted img{
  width: 50px;
}
.row_contact .col_cont .contacted .pic_cont{
  margin-right: 20px;
}
.row_contact .col_cont .contacted .contact_contain{
 font-family: 'DiditBold';
 font-size: 21px;
}
.row_contact .col_cont .contacted .contact_contain span{
  font-family: 'RobotoRegular';
  display: block;
  font-size: 16px;
  color:rgba(255,255,255,.7);
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
.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;
}


/*DASHBOARD*/

.dash_content{
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url(../img/bg_dash1.png)no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-left: 280px;
}
.dash_content:after{
  content:' ';
  position: absolute;
  top:0px;
  left:-80px;
  width: 850px;
  height: 850px;
  background: url(../img/lights_dash.png)no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}
.dash_content .dash_nav{
  padding-left: 75px;
  padding-top: 150px;
  position: fixed;
  z-index: 4;
  top:0px;
  left:0px;
  bottom:0px;
  width: 280px;
  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: flex-start;
  align-items: flex-start;
}
.dash_content .dash_nav .nav_menu a{
  margin-top: 20px;
  display: block;
  text-align: center;
  font-family: 'RobotoLight';
  font-size: 14px;
  color:#fff;
  text-decoration: none;
  cursor: pointer;
}
.dash_content .dash_nav .nav_menu a .title_nav{
  opacity: .7;
}
.dash_content .dash_nav .nav_menu a.active .title_nav{
  opacity: 1;
}
.dash_content .dash_nav .nav_menu a.active .pic_nav{
  background: #c48331;
  box-shadow: 3px 6px 20.88px 3.12px rgba(196, 131, 49, 0.27);
}
.dash_content .dash_nav .nav_menu a.active .pic_nav img{
  opacity: 1;
}
.dash_content .dash_nav .nav_menu a:hover .pic_nav img,
.dash_content .dash_nav .nav_menu a:focus .pic_nav img{
  opacity: .9;
}
.dash_content .dash_nav .nav_menu a:hover .title_nav,
.dash_content .dash_nav .nav_menu a:focus .title_nav{
 opacity: .9;
}
.dash_content .dash_nav .nav_menu .pic_nav{
  width: 59px;
  height: 59px;
  margin: 0 auto;
  border-radius: 50%;
  background: #21212f;
  padding: 15px;
  margin-bottom: 10px;
}
.dash_content .dash_nav .nav_menu .pic_nav img{
  max-width: 100%;
  opacity: .5;
}
.dasboard{
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 4;
  background: rgba(19,20,26,.7);
}
.card_davinci{
  width: 100%;
  background: #13141a;
  padding: 150px 115px 45px 70px;
  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;
}
.plan_cd{
  position: relative;
  width: 280px;
  height: 177px;
  border-radius: 15px;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .0s;
  transition-duration: .0s;
  background: -moz-linear-gradient( -41deg, rgb(13,12,25) 0%, rgb(30,29,43) 100%);
  background: -webkit-linear-gradient( -41deg, rgb(13,12,25) 0%, rgb(30,29,43) 100%);
  background: -ms-linear-gradient( -41deg, rgb(13,12,25) 0%, rgb(30,29,43) 100%);
  box-shadow: 0px 12px 34.8px 5.2px rgba(15, 13, 27, 0.29);
}
.plan_cd.is-out {
  transform: rotateX(0) rotateY(0) !important;
  transition-duration: 1s;
}
.plan_cd:after{
  content:' ';
  position:absolute;
  top:0px;
  right:0px;
  bottom:0px;
  left:0px;
  background: url(../img/dv_card_tips.png)no-repeat right center;
  -webkit-background-size: contain;
  background-size: contain;
}
.plan_cd .icon_wallet{
  position: absolute;
  right:-20px;
  top:-20px;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background: #c48331;
  box-shadow: 3px 6px 20.88px 3.12px rgba(196, 131, 49, 0.27);
  padding: 15px;
}
.plan_cd .icon_wallet img{
  max-width: 100%;
}
.plan_cd .tipd{
  font-size: 25px;
  font-family: 'DiditBold';
}
.plan_cd .pin_glob{
  font-size: 18px;
  color:rgba(255,255,255,.7);
  text-transform: uppercase;
  font-family: 'RobotoLight';
}
.plan_cd .pin_glob span{
  width: 6px;
  height: 6px;
  margin-right: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,.7);
  display: inline-block;
  vertical-align: middle;
}
.plan_cd .card_dv{
  margin-right: 80px;
}
.info_card{
  width: 100%;
  margin-left: 90px;
}
.info_card .title_card{
  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: flex-start;
  align-items: flex-start;
}
.info_card .usetool h2{
  font-size: 32px;
  font-family: 'DiditBold';
}
.gb_text{
  font-size: 13px;
  color:rgba(255,255,255,.5);
  font-family: 'RobotoLight';
  letter-spacing: 0.2px;
}
.id_card_some{
  font-size: 20px;
  font-family: 'RobotoLight';
  color:rgba(255,255,255,.7);
}
.balanced_dv{
  margin-top: 40px;
  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: flex-start;
  align-items: flex-end;
  overflow: hidden;
}
.balanced_dv .name_b{
  font-size: 18px;
  color:#fff;
  position: relative;
  font-family: 'RobotoRegular';
}
.balanced_dv .name_b:after{
  content:'..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................';
  font-size: 18px;
  color: #fff;
  font-family: 'RobotoRegular';
  position: absolute;
  width: 100%;
  margin-left: 2px;
}
.balanced_dv .main_balance{
  color:#ffab40;
  font-size: 25px;
  font-family: 'DiditBold';
  background: #131419;
  padding-left: 8px;
  position: relative;
}
.page_dash_card_element{
  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: flex-start;
  align-items: flex-start;
}
.page_dash_card_element .replenishment{
  padding: 70px;
  width: 60%;
}
.page_dash_card_element .operation{
  padding: 70px 115px 70px 0px;
  width: 40%;
}
.page_dash_card_element .page_dash_title{
  font-size: 32px;
  color:#fff;
  font-family: 'DiditBold';
}
.page_dash_card_element .page_dash_title span{
  font-size: 13px;
  color: rgba(255,255,255,.5);
  font-family: 'RobotoLight';
  letter-spacing: 0.2px;
}
.btc_adress{
  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;
}
.btc_adress .copy_btn{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #c48331;
  padding: 5px;
  padding-top: 7px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  box-shadow: 0.776px 2.898px 15.04px 0.96px rgba(196, 131, 49, 0.27);
}
.btc_adress .copy_btn img{
  max-width: 100%;
}
.btc_adress .some_adress{
  font-size: 18px;
  color:rgba(255,255,255,.7);
  font-family: 'RobotoRegular';
  display: inline-block;
}
.btc_adress .qr_adress{
  padding: 10px;
  border:1px solid rgba(255,255,255,.1);
}
.operation .request{
  background: #171722;
  padding: 15px;
  border-radius: 15px;
  margin-top: 20px;
  box-shadow: 0px 12px 34.8px 5.2px rgba(15, 13, 27, 0.29);
}
.operation .request .title_request{
  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: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: 17px;
  border-bottom: 1px dotted rgba(255,255,255,.1);
}
.operation .request .title_request .name-req{
  font-size: 13px;
  font-family: 'RobotoLight';
}
.operation .request .title_request .btn-req{
  text-transform: uppercase;
  font-size: 14px;
  color:#ffab40;
  font-family: 'BebasBook';
  letter-spacing: 0.22em;
}
.operation .request .title_request .btn-req:hover,
.operation .request .title_request .btn-req:focus{
  text-decoration: none;
  transform: scale(1.1);
}
.operation .request .some_request{
  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;
}
.operation .request .some_request .tt{
  font-size: 15px;
  color:#fff;
  font-family: 'RobotoRegular';
  margin-bottom: 3px;
}
.operation .request .some_request .some_name{
  font-size: 13px;
  color:rgba(255,255,255,.7);
  font-family: 'RobotoLight';
}
.operation .request .some_request .some_cost{
  color:#ffbdbb;
  font-size: 16px;
  font-family: 'RobotoRegular';
  text-align: right;
}
.operation .list_operation{
  margin-top: 20px;
}
.operation .list_operation .time_oper{
  font-family: 'RobotoRegular';
  font-size: 16px;
  margin-bottom: 5px;
  color:rgba(255,255,255,.7);
}
.operation .list_operation .some_operation{
  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;
  padding: 12px 0px;
  border-bottom: 1px solid rgba(255,255,255,.03);
}
.operation .list_operation .some_operation:last-child{
  border-bottom: 0px;
}
.operation .list_operation .some_operation .name_operation{
  font-size: 13px;
  color: rgba(255,255,255,.7);
  font-family: 'RobotoLight';
  text-align: left;
}
.operation .list_operation .some_operation .name_operation .tt{
  font-family: 'RobotoRegular';
  color: rgba(255,255,255,1);
  font-size: 15px;
  display: block;
}
.operation .list_operation .some_operation .cost_operation{
  font-family: 'RobotoRegular';
  font-size: 19px;
  text-align: right;
}
.operation .list_operation .some_operation .cost_operation#minus{
  color:#ffbdbb;
}
.operation .list_operation .some_operation .cost_operation#plus{
  color:#c7fdbb;
}
/*DASHBOARD_END*/

.modal_info#dash_enter .dv_dash{
  font-family: 'DiditBold';
  font-size: 26px;
  margin-bottom: 20px;
  /*margin-top: -20px;*/
}
#dash_enter > div > div > img{
  display: none;
}
.modal_info#dash_enter .enter_cab label{
  font-size: 15px;
  color: rgba(255,255,255,.9);
  font-family: 'RobotoLight';
  letter-spacing: 0.2px;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.modal_info#dash_enter .enter_cab label small{
  /*display: block;*/
  color: rgba(255,255,255,.5);
}
.modal_info#dash_enter .enter_cab input{
  display: block;
  border-radius: 10px;
  background: none;
  outline: none;
  padding: 0px 8px;
  font-size: 18px;
  width: 100%;
  line-height: 47px;
  padding-top: 3px;
  letter-spacing: 0.25em;
  color:#fff;
  border: 1px solid rgba(255,255,255,.1);
}
.modal_info#dash_enter .info_cont{
  max-width: 420px;
}
.modal_info#dash_enter .info_cont .container_modal{
  position: relative;
  border:0px;
  background: -webkit-linear-gradient( -41deg, rgb(13,12,25) 0%, rgb(30,29,43) 100%);
}
.modal_info#dash_enter .info_cont .container_modal:after {
  content: ' ';
  position: absolute;
  opacity: .3;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: url(../img/dv_card_tips.png)no-repeat right center;
  -webkit-background-size: contain;
  background-size: contain;
}
.modal_info#dash_enter .info_cont .container_modal .list_input_t{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.modal_info .info_cont .container_modal .delete_info_modal{
  z-index: 5;
}
.modal_info#dash_enter .info_cont .container_modal{
  padding: 30px 20px;
}
.modal_info#dash_enter .info_cont{
  overflow: hidden;
  padding: 0px;
}
.modal_info#dash_enter .info_cont .container_modal .enter_cab{
  position: relative;
  z-index: 3;
}
.modal_info#dash_enter .enter_cab input:focus{
  border:1px solid #c48331;
}
.modal_info#dash_enter .enter_cab button{
  text-transform: uppercase;
  background: #c48331;
  box-shadow: 3px 6px 20.88px 3.12px rgba(196, 131, 49, 0.27);
  color:#fff;
  width: 145px;
  line-height: 45px;
  border: 0px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 0.25em;
}
.modal_info#dash_enter .enter_cab button:hover{
  box-shadow: 3px 6px 20.88px 3.12px rgba(196, 131, 49, 0);
}
.modal_info#dash_enter .info_cont{
  border-radius:15px; 
}
.dash_content .blog_dv{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 150px 20px 70px;
  z-index: 4;
  min-height: 100vh;
  background: rgba(19,20,26,.7);
}
.dash_content .blog_dv .blog_cont{
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.dash_content .blog_dv .blog_cont .title_bg{
  font-family: 'DiditBold';
  color: #fff;
  font-size: 66px;
  margin-bottom: 30px;
}
.dash_content .blog_dv .blog_cont .hot_bl_sample{
  width: 100%;
  border-radius: 15px;
  padding: 30px 50px;
  background: -moz-linear-gradient( -41deg, rgb(13,12,25) 0%, rgb(30,29,43) 100%);
  background: -webkit-linear-gradient( -41deg, rgb(13,12,25) 0%, rgb(30,29,43) 100%);
  background: -ms-linear-gradient( -41deg, rgb(13,12,25) 0%, rgb(30,29,43) 100%);
}
/*.dash_content .blog_dv .blog_cont .hot_bl_sample:hover{
  background: -moz-linear-gradient( 41deg, rgb(13,12,25) 0%, rgb(30,29,43) 100%);
  background: -webkit-linear-gradient( 41deg, rgb(13,12,25) 0%, rgb(30,29,43) 100%);
  background: -ms-linear-gradient( 41deg, rgb(13,12,25) 0%, rgb(30,29,43) 100%);
  }*/
  .dash_content .blog_dv .blog_cont .hot_bl_sample .tipe_bg{
    font-size: 14px;
    letter-spacing: 0.2em;
    color: rgb(205, 128, 12);
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'RobotoRegular';
  }
  .blog_dv .list_blog_dv{
    margin-top: 50px;
    border-top:1px solid rgba(255,255,255,.1);
    padding-top: 30px;
  }
  .dash_content .blog_dv .blog_cont .hot_bl_sample .name_bl{
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    font-family: 'RobotoRegular';
  }
  .dash_content .blog_dv .blog_cont .hot_bl_sample .prew_bl{
    font-size: 16px;
    margin-bottom: 20px;
    color: rgba(255,255,255,.8);
    font-family: 'RobotoLight';
    letter-spacing: 0.2px;
  }
  .dash_content .blog_dv .blog_cont .hot_bl_sample .date_bl{
    font-size: 13px;
    color: rgba(255,255,255,.5);
    font-family: 'RobotoLight';
    letter-spacing: 0.2px;
  }
  .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;
  }
  .dash_content .blog_dv .blog_cont#tit_cont_bl{
    max-width: 740px;
  }
  #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;
}
.aplication{
  width: 100%;
  position: relative;
  z-index: 7;
  max-width: 1064px;
  margin: 0 auto;
  padding: 120px 20px 40px;
}
.aplication .title{
  text-align: center;
  width: 100%;
  font-family: 'DiditBold';
  color: #fff;
  height: 221px;
  font-size: 55px;
  padding-top: 40px;
  margin-bottom: -70px;
  background: url(../img/aplic_top_bg.png)no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}
.aplication .aplic{
  width: 100%;
  position: relative;
}
.aplication .aplic .input_line{
  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: flex-start;
  padding: 50px 0px;
  border-bottom: 1px solid rgba(255,255,255,.01);
}
.aplication .aplic .input_line .line_exp{
  width: 100%;
}
.aplication .aplic .input_line .line_exp .exp{
  font-size: 13px;
  color: rgba(255,255,255,.5);
  margin-top: 15px;
  font-family: 'RobotoLight';
  letter-spacing: 0.2px;
}
.aplication .aplic .input_line .line_exp .sm_input:first-child{
  margin-right: 45px;
}
.aplication .aplic .input_line .name_inp{
  font-size: 16px;
  /*font-weight: bold;*/
  letter-spacing: 0.25em;
  width: 100%;
  max-width: 235px;
  text-align: left;
  margin-right: 20px;
}
.aplication .aplic .input_line .line_input_sm{
  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;
}
.aplication .aplic input,
.aplication .aplic select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  background: rgba(14,14,27,.1);
  outline: none;
  padding: 0px 8px;
  font-size: 18px;
  width: 100%;
  height: 52px;
  line-height: 47px;
  padding-top: 3px;
  letter-spacing: 0.25em;
  color: #fff;
  border: 1px solid rgba(255,255,255,.1);
}
.aplication .aplic input:focus,
.aplication .aplic select:focus{
 border: 1px solid #c48331;
 background: #12121c;
}
/*.aplication .aplic input:valid{
  background: #12121c;
  }*/
  .aplication .aplic input.md_input{
    max-width: 420px;
  }
  .aplication .aplic input.sm_input{
    display: inline-block;
    vertical-align: middle;
    max-width: 252px;
  }
  .aplication .aplic select.sm_input{
    display: inline-block;
    vertical-align: middle;
    max-width: 252px; 
  }
  .aplication .aplic select.md_input{
   max-width: 420px;
 }

 .aplication .aplic .inputGroup {
  background-color: transparent;
  display: block;
  margin: 10px 0;
  margin-right: 50px;
  position: relative;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.1);
  max-width: 232px;
}
.aplication .aplic .inputGroup:last-child{
  margin-right: 0px;
}
.aplication .aplic .inputGroup label {
  padding: 12px 30px;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 80px;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.25em;
  font-size: 18px;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}
.aplication .aplic .inputGroup label:before {
  content: '';
  position: absolute;
  border-radius: 10px;
  background: #12121c;
  border: 1px solid #c48331;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.aplication .aplic .inputGroup label:after {
  width: 20px;
  height: 20px;
  content: '';
  border: 1px solid #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 14px;
  top: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.aplication .aplic .inputGroup input:checked ~ label {
  color: #fff;
}
.aplication .aplic .inputGroup input:checked ~ label:before {
  opacity: 1;
}
.aplication .aplic .inputGroup input:checked ~ label:after {
  background-color: #c48331;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
}
.aplication .aplic .inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
.aplication .aplic .input_line .line_exp .exp.sec_exx{
  margin-bottom: 20px;
}
.dash_content#aplicat{
  background: url(../img/aplication_bg.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.aplication .aplic .input_line.border_md_none{
  border-bottom: none;
}
.aplication .aplic .input_line button{
  outline: none;
  border:none;
  cursor: pointer;
  width: 100%;
  max-width: 229px;
  text-align: center;
  font-size: 16px;
  background: #c48331;
  color:#fff;
  height: 55px;
  line-height: 55px;
  letter-spacing: 0.25em;
  box-shadow: 0px 12px 37.2px 2.8px rgba(196, 131, 49, 0.14);
}
.aplication .aplic .input_line button:hover{
  box-shadow: none;
  background: #ad742d;
}
.aplication .aplic .input_line.tit_type_btn{
  background: url(../img/aplic_bottom_bg.png)no-repeat left center;
  -webkit-background-size: contain;
  background-size: contain;
  height: 220px;
}
/*.aplication .aplic select{
  position: relative;
  }*/
  .dash_content .aplic_info{
    width: 60%;
    padding: 150px 40px 45px 110px;
  }
  .dash_content .chat_aplic{
    width: 40%;
    min-height: 100vh;
    padding: 150px 110px 45px 40px;
    background: rgba(19,20,26,.5);
  }
  .dash_content .cont_info_apl{
    width: 100%;
    position: relative;
    z-index: 8;
  }
  .dash_content .cont_info_apl .title_garnt{
    font-family: 'DiditBold';
    color: #fff;
    font-size: 55px;
    margin-bottom: 45px;
    width: 100%;
  }
  .dash_content .cont_info_apl .aplication_type{
    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;
    min-height: 100px;
    padding: 20px;
    margin-bottom: 60px;
    background: #171722;
    border-radius: 15px;
    box-shadow: 0px 12px 34.8px 5.2px rgba(15, 13, 27, 0.29);
  }
  .dash_content .cont_info_apl .aplication_type .number_apl{
    font-size: 20px;
    font-family: 'RobotoLight';
    color: rgba(255,255,255,.9);
  }
  .dash_content .cont_info_apl .aplication_type .processing{
    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-end;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-family: 'RobotoLight';
    color: rgba(255,255,255,.9);
    text-align: right;
  }
  .dash_content .cont_info_apl .aplication_type .processing span{
    font-size: 13px;
    font-family: 'RobotoLight';
    color: rgba(255,255,255,.5);
    display: block;
  }
  .dash_content .cont_info_apl .aplication_type .processing .apl_pic{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #c48331;
    padding: 5px;
    padding-top: 0px;
    text-align: center;
    /*margin-right: 12px;*/
    box-shadow: 0.776px 2.898px 15.04px 0.96px rgba(196, 131, 49, 0.27);
  }
  .dash_content .cont_info_apl .aplication_type .processing .apl_pic img{
    max-width: 100%;
    margin-top: -2px;
    margin-right: -1px;
  }
  .dash_content .cont_info_apl .aplication_type .processing .apl_proc_t{
    padding-right: 13px;
  }
  .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_aplic{
    position: relative;
  }
  .chat_aplic .chat_mes_box{
    width: 100%;
    min-height: 100%;
  }
  .chat_aplic .chat_line_action{
    width: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-top: 10px;
  }
  .dash_content .chat_aplic{
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }
  .dash_content .chat_aplic .chat_mes_box{
    overflow-y: auto;
    padding: 15px 0px;
    height: calc(100vh - 230px);
    min-height: 250px;
  }
  .dash_content .chat_aplic .chat_mes_box .message_tip{
    background: rgba(255,255,255,.04);
    border-radius: 15px;
    width: max-content;
    max-width: 100%;
    border-radius: 15px 15px 15px 0px;
    margin-bottom: 22px;
    line-height: 22px;
    box-shadow: 0px 13px 42.14px 6.86px rgba(0, 0, 0, 0.04);
    font-size: 15px;
    text-align: left;
    padding: 14px 18px;
    color: #fff;
    font-family: 'RobotoLight';
  }
  .dash_content .chat_aplic .chat_mes_box .message_tip span{
    display: block;
    font-size: 13px;
    margin-top: 3px;
    color: rgba(255,255,255,.3);
    font-family: 'RobotoLight';
  }
  .dash_content .chat_aplic .chat_mes_box .some_message_s{
    padding-right: 20%;
  }

  .dash_content .chat_aplic .chat_mes_box .message_div{
    background: #171722;
    border-radius: 15px;
    width: max-content;
    max-width: 100%;
    border-radius: 15px 15px 0px 15px;
    margin-bottom: 22px;
    line-height: 22px;
    box-shadow: 0px 13px 42.14px 6.86px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 19px 34px 6px rgba(0, 2, 35, 0.09);
    font-size: 15px;
    text-align: right;
    padding: 14px 18px;
    color: #fff;
    font-family: 'RobotoLight';
  }
  .dash_content .chat_aplic .chat_mes_box .name_davinci{
    color:#c48331;
    font-family: 'RobotoRegular';
    font-size: 15px;
    margin-bottom: 4px;
    padding-right: 18px;
  }
  .dash_content .chat_aplic .chat_mes_box .message_div span{
    display: block;
    font-size: 13px;
    margin-top: 3px;
    color: rgba(255,255,255,.3);
    font-family: 'RobotoLight';
  }
  .dash_content .chat_aplic .chat_mes_box .some_message_r{
    padding-left: 20%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
  }
  .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;
  }
  .chat_aplic .chat_line_action form{
    width: 100%;
    position: absolute;
  }
  .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;
    }
    .page_dash_card_element .operation{
      min-width: 430px;
    }
  }
  @media screen and (max-width: 1350px){
    .dash_content .cont_info_apl .aplication_type .processing .apl_pic img{
      margin-top: 2px;
      margin-right: -2px;
    }
    .dash_content .aplic_info {
      padding: 140px 20px 35px 0px;
    }
    .dash_content .chat_aplic{
      padding: 150px 110px 45px 30px;
    }
    .dash_content .aplic_info{
      padding: 150px 40px 45px 0px;
    }
    .dash_content .aplic_info,
    .dash_content .chat_aplic{
      width: 50%;
    }
    .operation .list_operation .some_operation .name_operation{
      max-width: 260px;
      white-space: nowrap; 
      overflow: hidden; 
      text-overflow: ellipsis;
    }
    .dash_content#aplicat{
      padding: 20px 110px;
    }
    .operation .list_operation .some_operation .cost_operation{
      font-size: 17px;
    }
    .dash_content{
      padding-left: 0px;
    }
    .dash_content .dash_nav .nav_menu a{
      margin-top: 10px;
      display: block;
      margin-right: 30px;
    }
    .dash_content .dash_nav .nav_menu .pic_nav{
      width: 49px;
      height: 49px;
    }
    .dash_content .dash_nav .nav_menu{
      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;
    }
    .dash_content .dash_nav{
      padding-left: 105px;
      padding-top: 145px;
      position: absolute;
      z-index: 6;
      bottom: inherit;
      width: auto;
      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;
    }
    .info_card{
      margin-left: 40px;
    }
    .page_dash_card_element .replenishment{
     padding: 70px 30px 70px 105px;
   }
   .card_davinci{
    padding: 270px 105px 45px 105px;
  }
  .plan_cd .icon_wallet{
    display: none;
  }
  .flickity-prev-next-button.previous {
    left: -42px!important;
  }
  .wrapper .thumb h1{
    font-size: 75px;
  }
  .wrapper .thumb h1 span {
    font-size: 42px;
    display: block;
  }
  .btn_asses{
    margin-top: 30px;
  }
  .wrapper .thumb p{
    font-weight: bold;
    font-size: 13px;
  }
  .wrapper .thumb .about_agency p{
    padding-bottom: 30px;
  }
  .wrapper .thumb{
    max-width: 960px;
  }
  .navigation{
    padding-top: 120px;
    padding-left: 60px;
  }
  .navigation .menu_main{
    transform: scale(0.9);
  }
  .navigation .menu_main a .name_link{
    font-size: 25px;
    line-height: 31px;
  }
  .navigation .menu_main a{
    margin-bottom: 25px;
  }
  .navigation .menu_main a:before{
    width: 30px;
  }
  .navigation .menu_main a{
    padding-left: 59px;
  }
  .navigation .menu_main a .about_link{
    font-size: 12px;
  }
  .carousel-cell{
    width: 240px;
  }
  .commenter{
    padding: 130px 110px 20px 40px;
  }
  .content_block .about_content{
    padding: 120px 100px 40px;
    padding-right: 25%;
  }
  .content_block .simple_text:before{
    width: 30px;
  }
  .content_block .simple_text{
    padding-left: 50px;
  }
/*    .content_block .about_content{
        width: 80%;
        }*/
        .content_block .pic_content{
          width: 20%;
        }
        .content_block .about_content table .name_tab{
          font-size: 16px;
        }
        .content_block .about_content table .cost_tab{
          font-size: 21px;
        }
        .dash_content .chat_aplic .chat_mes_box .some_message_s{
          padding-right: 10%;
        }
        .dash_content .chat_aplic .chat_mes_box .some_message_r{
          padding-left: 10%;
        }
        .dash_content .cont_info_apl .aplication_type .processing,
        .dash_content .cont_info_apl .aplication_type .number_apl{
          font-size: 17px;
        }
        .dash_content .cont_info_apl .aplication_type .processing span{
          font-size: 12px;
        }
        .tab_apl_info td.info_tab{
          font-size: 15px;
        }
        .tab_apl_info td.name_tab{
          font-size: 14px;
        }
      }
      @media screen and (max-width: 1100px){
        .dash_content .aplic_info, .dash_content .chat_aplic{
          width: 100%;
        }
        .dash_content .chat_aplic{
          position: relative;
        }
        .dash_content .aplic_info {
          padding: 140px 0px 35px 0px;
        }
        .dash_content .chat_aplic{
          padding: 10px 0px 45px 0px;
        }
        .dash_content .blog_dv{
          padding: 150px 100px 70px;
        }
        .page_dash_card_element{
          -ms-flex-direction: column;
          flex-direction: column;
        }
        .page_dash_card_element .replenishment,
        .page_dash_card_element .operation{
          padding: 70px 95px;
          width: 100%;
        }
        .page_dash_card_element .operation{
          padding: 0px 95px 70px;
        }
        .dash_content .dash_nav{
         padding-left: 0px;
         padding-top: 115px;
         position: absolute;
         z-index: 6;
         bottom: inherit;
         width: 100%;
         -ms-flex-pack: center;
         justify-content: center;
       }
       .dash_content .dash_nav .nav_menu a{
        margin-right: 40px;
      }
      .info_card .usetool h2{
        font-size: 26px;
      }
      .id_card_some{
        font-size: 16px;
      }
      .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);
      }
      .card_davinci {
        padding: 240px 95px 45px 95px;
      }
      .navigation .menu_main a .pic_nav{
        left: -15px;
        top: 5px;
        transform: rotate(45deg) scale(0.8);
      }
      .content_block{
        display: block;
        /*overflow: auto;*/
      }
      .content_block .about_content {
       padding-right: 0px; 
       padding: 0px 100px 40px;
     }
     .content_block .pic_content{
      height: 40vh;
      position: relative;
      top: inherit;
      right: inherit;
      bottom: inherit;
    }
    .content_block .about_content{
      width: 100%;
    }
    .content_block .pic_content{
      width: 100%;
    }
    .content_block .pic_content:after{
      content:' ';
      position: absolute;
      top:20%;
      right:0px;
      bottom:-1px;
      left:0px;
      background: linear-gradient(to top, #181920, transparent);
    }
/*    .content_block .about_content{
        height: min-content;
        }*/
        .carousel-cell,
        .placed .carousel-cell{
          width: 210px;
        }
        header{
          padding-top: 20px;
          padding-right: 100px;
          padding-left: 100px;
        }
        header .logo{
          width: 80px/*100px*/;
          margin-right: 30px;
        }
        header .header .social a {
          margin-right: 20px;
        }
        header .header a.contact,
        header .header .contact{
          font-size: 13px;
        }
        .wrapper .thumb .agency p:before{
          width: 30px;
        }
        .wrapper .thumb .agency p{
          padding-left: 48px;
        }
        .btn_asses{
          margin-left: 48px;
        }
        .wrapper .thumb .agency{
          padding-right: 20px;
        }
        .wrapper .thumb h1 {
          font-size: 65px;
          line-height: 50px;
        }
        .wrapper .thumb h1 span {
          font-size: 32px;
          display: block;
        }
        .wrapper .thumb .about_agency h2{
          font-size: 23px;
          margin-bottom: 10px;
        }
/*        body{
            overflow:auto;
            }*/
            .navigation{
              padding-top: 0px;
              padding: 75px 30px 20px 80px;
            }
            .navigation .menu_main a {
              padding-left: 49px;
            }
            .navigation .menu_main a .name_link{
              font-size: 19px;
              line-height: 32px;
            }
            .navigation .menu_main a:before {
              width: 15px;
            }
            .navigation .menu_main a {
              padding-left: 30px;
            }
            .navigation .menu_main a{
              margin-bottom: 15px;
            }
            .dash_content:after{
              display: none;
            }
          }
          @media screen and (max-width: 956px){
            .aplication .aplic .input_line .name_inp{
              max-width: 205px;
            }
            .aplication .aplic .input_line .line_input_sm{
              -ms-flex-direction: column;
              flex-direction: column;
            }
            .aplication .aplic select.md_input{
              max-width: 100%;
            }
            .aplication .aplic input.sm_input,
            .aplication .aplic select.sm_input{
              display: block;
              max-width: 100%;
            }
            .aplication .aplic .input_line .line_exp .sm_input:first-child{
              margin-right: 0px;
              margin-bottom: 20px;
            }
            .dash_content#aplicat{
              padding: 20px 100px;
            }
            .aplication .aplic input.md_input{
              max-width: 100%;
            }
            .aplication .aplic .inputGroup{
              max-width: 100%;
              margin-right: 0px;
            }
            .aplication .aplic .input_line{
              padding: 35px 0px;
            }
          }
          @media screen and (max-width: 856px){
            .dash_content .aplic_info {
              padding: 90px 0px 35px 0px;
            }
            .dash_content .chat_aplic .chat_mes_box{
              height: calc(66vh - 90px);
            }
            .dash_content .chat_aplic{
              max-height: 100vh;
            }
            .dash_content#aplicat{
              padding: 20px;
            }
            .aplication{
              padding: 70px 20px 0px;
            }
            .dash_content .blog_dv{
              padding: 100px 30px 70px;
            }
            .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;
            }
            .dash_content .blog_dv .blog_cont .hot_bl_sample .name_bl{
              font-size: 37px;
              line-height: 41px;
            }
            .list_blog_dv .bl_sample .img_bl_g img{
              width: 180px;
              height: 200px;
            }
            .card_davinci{
              -ms-flex-direction: column;
              flex-direction: column;
              padding: 240px 25px 45px 25px;
            }
            .dash_content .dash_nav{
              padding-left: 0px;
              padding-top: 95px;
            }
            .dash_content .dash_nav .nav_menu a:last-child{
              margin-right: 0px;
            }
            .page_dash_card_element .replenishment{
              padding: 70px 25px;
            }
            .page_dash_card_element .operation{
              padding: 0px 25px 70px;
            }
            .info_card {
              margin-left: 0px;
              margin-top: 20px;
            }
            .navigation .menu_main a .name_link {
              font-size: 18px;
              line-height: 25px;
            }
            .spotlight{
              display: none;
            }
            body{
             background: #181920; 
           }
           #main_wrap > svg{
            display: none;
          }
          .comment_right .comments#lk_modal {
            transform: rotate(0deg);
          }
          .comment_right .comments#com_lk{
            display: none;
          }
          .navigation .menu_main a .pic_nav#priority,
          .navigation .menu_main a .pic_nav{
            display: none!important;
          }
          .modal_info#copy_lite.active{
            display: none;
          }
          .main-carousel {
            padding: 0px 20px 30px;
          }
          .flickity-prev-next-button.next {
            right: -20px!important;
          }
          .flickity-prev-next-button.previous {
            left: -22px!important;
          }
          .content_block .about_content {
            padding: 0px 20px 40px;
            margin-top: -90px;
            position: relative;
            z-index: 2;
          }
          .wrapper#contact_bg{
            align-items: center;
            overflow-y: auto;
            display: block;
            height: 100vh;
          }
          .commenter{
            width: 100%;
          }
          .commenter {
            padding: 110px 20px 20px 20px;
          }
          .navigation.active ~ .commenter.active{
            display: none;
          }
          .commenter.active ~ .navigation.active{
            display: none;
          }
          .wrapper .thumb .about_agency{
            display: none;
          }
          header{
            border-bottom: 1px solid rgba(255,255,255,.1);
          }
          .comment_right,
          .menu_left{
            border:none;
          }
          .copyright .copyr{
            display: none;
          }
          header .header .social,
          header .header a.contact,
          body > div.comment_right > div.comments > div.simple,
          .tag_sam,
          .simple span,
          header .header .contact{
            display: none;
          }
          .menu_left .amenities,
          .comment_right .comments{
            transform: none;
            padding: 25px;
          }
          .comment_right .comments .comment img{
            transform: none;
          }
          header {
            padding-top: 10px;
            padding-right: 70px;
            padding-left: 70px;
            height: 70px;
            background: none;
          }
          header .header{
            justify-content: center;
          }
          header .logo{
            margin-right: 0px;
            width: 50px/*90px*/;
          }
          .menu_left .amenities, .comment_right .comments{
            padding: 30px;
            height: 70px;
          }
          .comment_right, .menu_left{
            bottom: inherit;
            width: 72px;
            height: 70px;
          }
          .wrapper{
            padding: 90px 20px 20px;
          }
          .navigation{
            width: 100%;
          }
          .navigation .menu_main {
            transform: scale(1);
          }
          .navigation .menu_main a{
            text-align: center;
            padding-left: 0px;
          }
          .navigation {
            padding: 80px 20px 20px 20px;
          }
          .navigation .menu_main a:hover::before{
            display: none;
          }
          .content_block .about_content{
            overflow-y: inherit;
          }
        }
        @media screen and (max-width: 768px){
          .dash_content .cont_info_apl .title_garnt{
            font-size: 45px;
          }
          .back_link{
            display: block;
          }
          .dash_content .blog_dv .blog_cont .hot_bl_sample{
            padding: 30px;
          }
          .dash_content .blog_dv .blog_cont .hot_bl_sample .name_bl {
            font-size: 31px;
            line-height: 34px;
          }
          .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;
          }
          .row_contact{
            flex-direction: column;
          }
          .row_contact .col_cont{
            width: 100%;
            margin-right: 0px;
          }
          .content_block .simple_text:before{
            display: none;
          }
          .content_block .simple_text {
            padding-left: 0px;
          }
          .content_block .about_content table .name_tab{
            padding: 0px 10px;
            font-size: 15px;
          }
          .content_block .about_content table .cost_tab {
            font-size: 19px;
          }
          .content_block .about_content h1{
            font-size: 56px;
            margin: 20px 0px;
          }
          .aplication .aplic .input_line .name_inp{
            max-width: 175px;
            font-size: 15px;
          }
        }
        @media screen and (max-width: 540px){
          .tab_apl_info td.name_tab{
            width: 40%;
          }
          .dash_content .cont_info_apl .aplication_type{
            min-height: 80px;
            padding: 10px 15px;
            margin-bottom: 25px;
          }
          .tab_apl_info td.info_tab{
            font-size: 13px;
          }
          .tab_apl_info td.name_tab {
            font-size: 13px;
          }
          .dash_content .cont_info_apl .aplication_type{
            -ms-flex-direction: column;
            flex-direction: column;
          }
          .dash_content .cont_info_apl .aplication_type .processing .apl_pic{
            display: none;
          }
          .dash_content .cont_info_apl .aplication_type .processing{
            text-align: center;
          }
          .dash_content .cont_info_apl .aplication_type .processing .apl_proc_t{
            padding-right: 0px;
          }
          .dash_content .cont_info_apl .aplication_type .number_apl{
            margin-bottom: 10px;
          }
          .dash_content .chat_aplic .chat_mes_box .message_tip,
          .dash_content .chat_aplic .chat_mes_box .message_div{
            line-height: 20px;
            font-size: 14px;
            padding: 14px 12px;
          }
          .tab_apl_info td{
            padding: 16px 0px;
          }
          .aplication .aplic .input_line{
            -ms-flex-direction: column;
            flex-direction: column;
          }
          .aplication .aplic select.md_input{
            max-width: 100%;
          }
          .aplication {
            padding: 70px 0px 0px;
          }
          .aplication .title{
            font-size: 41px;
            padding-top: 30px;
            margin-bottom: -110px;
            background: url(../img/aplic_top_bg.png)no-repeat center top;
            -webkit-background-size: contain;
            background-size: contain;
          }
          .aplication .aplic .input_line button{
            margin: 0 auto;
          }
          .aplication .aplic .input_line .name_inp {
            max-width: 100%;
            margin-bottom: 20px;
            font-size: 16px;
          }
          .aplication .aplic .input_line {
            padding: 25px 0px;
          }
          .aplication .aplic .input_line .line_exp .exp{
            max-width: 340px;
          }
          .aplication .aplic .input_line.tit_type_btn{
            height: 170px;
          }
          #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;
          }
          .dash_content .blog_dv {
            padding: 80px 10px 50px;
          }
          .list_blog_dv .bl_sample{
            -ms-flex-direction: column;
            flex-direction: column;
          }
          .dash_content .blog_dv .blog_cont .hot_bl_sample{
            padding: 20px;
          }
          .dash_content .blog_dv .blog_cont .hot_bl_sample .name_bl {
            font-size: 27px;
            line-height: 29px;
          }
          .list_blog_dv .bl_sample .img_bl_g{
            margin-bottom: 10px;
            width: 100%;
          }
          .dash_content .blog_dv .blog_cont .hot_bl_sample .prew_bl{
            font-size: 15px;
            margin-bottom: 10px;
          }
          .dash_content .blog_dv .blog_cont .hot_bl_sample .tipe_bg{
            font-size: 13px;
          }
          .list_blog_dv .tipe_bl{
            font-size: 12px;
          }
          .list_blog_dv .link_bl_g:last-child .bl_sample{
            border-bottom: 0px;
          }
          .dash_content .blog_dv .blog_cont .title_bg{
            font-size: 56px;
          }
          .dash_content .blog_dv .blog_cont .title_bg{
            margin-bottom: 10px;
          }
          .list_blog_dv .bl_sample .img_bl_g img{
            width: 100%;
            height: 200px;
          }
          .dash_content .dash_nav .nav_menu .pic_nav{
            width: 39px;
            height: 39px;
            padding: 10px;
          }
          .dash_content .dash_nav .nav_menu a .title_nav{
            font-size: 13px;
          }
          .card_davinci {
            padding: 210px 15px 45px 15px;
          }
          .page_dash_card_element .replenishment{
            padding: 70px 15px;
          }
          .page_dash_card_element .operation {
            padding: 0px 15px 70px;
          }
          .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;
          }
          .id_card_some {
            font-size: 14px;
          }
          .balanced_dv .name_b {
            font-size: 15px;
          }
          .btc_adress .some_adress{
            font-size: 16px;
          }
          .navigation.active ~ body{
            overflow: hidden;
          }
          .content_block .about_content h1{
            font-size: 40px;
          }
          .content_block .about_content table td:first-child{
            display: none;
          }
          .row_contact .col_cont .contacted .contact_contain span{
            font-size: 15px;
          }
          .content_block .about_content table .cost_tab{
            font-size: 17px;
          }
          .content_block .about_content table .name_tab{
            font-size: 14px;
          }
          .content_block .about_content table td{
            padding: 8px 6px;
          }
          .navigation .menu_main a .name_link {
            font-size: 23px;
            line-height: 28px;
          }
          .navigation .menu_main a {
            margin-bottom: 15px;
            padding: 5px;
          }
          .navigation .menu_main a .about_link {
            font-size: 11px;
          }
          .wrapper{
            align-items: flex-end;
          }
          .wrapper .thumb h1 {
            font-size: 45px;
            line-height: 38px;
          }
          .wrapper .thumb .agency p{
            padding-left: 28px;
            font-size: 12px;
            margin-top: 25px;
          }
          .wrapper .thumb .agency p:before {
            width: 19px;
          }
          .btn_asses {
            margin-left: 28px;
          }
          .btn_asses .btn_name{
            font-size: 13px;
          }
          .btn_asses img{
            max-width: 47px;
          }
          .wrapper .thumb .agency{
            padding-right: 0px;
            padding-bottom: 50px;
          }
          .navigation .menu_main a:hover .about_link{
            display: none;
          }
          .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;
          }
          .dash_content .chat_aplic{
            min-height: 100%;
          }
          .dash_content .chat_aplic .chat_mes_box{
            padding: 15px 5px;
          }
          .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%;
          }
          .dash_content .cont_info_apl .title_garnt{
            font-size: 35px;
            margin-bottom: 25px;
          }
          .chat_line_action input{
            padding-left: 10px;
          }
          .dash_content .chat_aplic .chat_mes_box .message_div{
            margin-bottom: 7px;
          }
          .dash_content .chat_aplic .chat_mes_box .name_davinci{
            font-size: 14px;
            margin-bottom: 2px;
          }
        }
        @media screen and (max-width: 360px){
          .aplication .title{
            font-size: 33px;
            padding-top: 10px;
            margin-bottom: -130px;
          }
          .dash_content#aplicat {
            padding: 20px 15px;
          }
          .aplication .aplic .input_line {
            padding: 20px 0px;
            border-bottom: 1px solid rgba(255,255,255,.05);
          }
          #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;
          }
          .page_dash_card_element .replenishment, .page_dash_card_element .operation{
            padding: 40px 15px;
          }
          .page_dash_card_element .operation {
            padding: 0px 15px 40px;
          }
          .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;
          }
          .wrapper .thumb h1 span{
            font-size: 26px;
          }
          .content_block .about_content table .name_tab{
            font-size: 13px;
          }
          .carousel-cell, .placed .carousel-cell {
            width: 180px;
          }
          .main-carousel:before{
            width: 20px;
          }
          .balanced_dv .main_balance{
            font-size: 29px;
          }
          .page_dash_card_element .page_dash_title{
            font-size: 29px;
          }
        }
        @media print {
          *,
          *:before,
          *:after {
            background: transparent !important;
            color: #000 !important; /* Black prints faster */
            -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;
          }
        }
