

/* Start:/bitrix/main_js/documents_button.css?176025436411150*/
.doc_container{
  height: 100%;
  display: flex;
  padding: 20px;
  justify-content: flex-start;
  flex-direction: column;
}

.doc_container #filter_document{
  position: sticky;
  background-color: #fff;
  top: 0;
  z-index: 999;
}
.doc_container .doc_list{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.doc_container .overview[data-view=excerpt]{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.doc_container .overview[data-view=excerpt] .doc_item{
  cursor: pointer;
    width: inherit;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    box-shadow: 0 5px 10px #e3e3e3;
    min-height: 50px;
    height: auto;
    padding: 5px 15px;
    margin: 0;
    align-items: center;
    border-radius: 8px;

}
.doc_container .overview[data-view=excerpt] .doc_item .doc_item_icon{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.doc_container .overview[data-view=excerpt] .doc_item .doc_item_icon::before{
  content: '';
  width: 25px;
  height: 5px;
  position: absolute;
  border-radius: 3px;
  top: 0px;
  left: 2px;
  background-color: #26a69a;
  transform: rotate3d(1, 1, 1, 302deg);
  opacity: 0;
  transition: all 0.3s ease;
}
.doc_container .overview[data-view=excerpt] .doc_item .doc_item_icon::after{
    content: '';
    width: 13px;
    height: 5px;
    position: absolute;
    border-radius: 3px;
    top: 2px;
    left: -5px;
    background-color: #26a69a;
    transform: rotate3d(1, 1, 1, 32deg);
    opacity: 0;
    transition: all 0.3s ease;
}
.doc_container .overview[data-view=excerpt] .doc_item.selected .doc_item_icon::before,
.doc_container .overview[data-view=excerpt] .doc_item.selected .doc_item_icon::after
{
  opacity: 1;
  transition: all 0.3s ease;
}
.doc_container .overview[data-view=excerpt] .doc_item .doc_item_icon svg{
  width: 30px;
}
.doc_container .overview[data-view=excerpt] .doc_item.selected .doc_item_icon{
  color: #26a69a;
}
.doc_container .overview[data-view=excerpt] .doc_item .doc_item_icon{
  flex: content;
  font-size: 2rem;
}
.doc_container .overview[data-view=excerpt] .doc_item .doc_link{
  position: relative;
  color: #26a69a;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.doc_container .overview[data-view=excerpt] .doc_item .doc_item_size{
  display: flex;
  justify-content: flex-start;
  position: relative;
  bottom: 0;
  right: 0;
  width: max-content;
  gap: 10px;
}
.doc_container .overview[data-view=excerpt] .doc_item .doc_item_size span{
  white-space: nowrap;
}
.doc_container .doc_list .doc_item .doc_item_checkbox,
.doc_container .doc_checkall{
  position: relative;
  opacity: 1;
}
.doc_checkall_label{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1em;
}
.doc_action{
  position: sticky;
  background-color: #fff;
  bottom: 0;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.doc_action button{
  border: none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 20px;
  color: #fff;
}
.doc_action button:hover{
  opacity: 9;
}
.doc_action .doc_action_close{
  background-color: #a62626;
}
.doc_action .doc_action_select{
  background-color: #26a69a;
}
.doc_tabs_items{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
}
.doc_tabs_items .doc_tabs_item{
  display: flex;
  cursor: pointer;
  justify-content: center;
  width: 100%;
  align-items: center;
  transition: all 0.3s ease;
}
.doc_tabs_items .doc_tabs_item{
  padding: 10px;
  transition: all 0.3s ease;
}
.doc_tabs_items .doc_tabs_item:hover{
  background-color: #005da954;
  transition: all 0.3s ease;
}
.doc_tabs_items .doc_tabs_item.active{
  background-color: #005ca9;
  color: #fff;
  
  transition: all 0.3s ease;
}
.doc_tabs_content{
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.doc_tabs_content.active{
  visibility: inherit;
  opacity: 1;
  height: auto;
  transition: all 0.3s ease;
}
.doc_uploader{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  gap: 20px;
}
.doc_site_select, .doc_section_select{
  width: 100%;
  height: 36px;
  border-radius: 3px;
  border: none;
}
.form_row__photo-previews {
  max-width: 1140px;
  margin: auto;
  min-height: 80px;
  text-align: center;
  padding: 30px 15px;
  position: relative
}

.form_row__photo-previews #js-photo-upload {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none
}

.form_row__photo-previews .add_photo-content {
  width: 100%;
  height: auto;
  position: relative;
}

.form_row__photo-previews .add_photo-item {
  min-height: 80px;
  line-height: 80px;
  cursor: pointer;
  font-size: 1.2rem;
  border: 3px dashed rgb(184, 184, 184);
  border-radius: 5px;
  margin-bottom: 20px;
  color: rgb(184, 184, 184);
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.form_row__photo-previews .add_photo-item:hover {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: rgb(99, 99, 99);
  border: 3px dashed rgb(99, 99, 99);
}

.form_row__photo-previews #uploadImagesList {
  padding: 0px;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
}

.form_row__photo-previews #uploadImagesList .document_list_item {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0;
  border-bottom: 1px solid rgba(38, 59, 94, .3);
  padding: 0 15px;
  position: relative
}
.form_row__photo-previews #uploadImagesList .document_list_item .document_list_item_wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.form_row__photo-previews #uploadImagesList .document_list_item .file_size{
  margin-left: auto;

}
.form_row__photo-previews #uploadImagesList .document_list_item .file_name{
  width: 100%;
}
.form_row__photo-previews #uploadImagesList .document_list_item .file_name input{
  border: none;
}
.form_row__photo-previews #uploadImagesList .document_list_item .img-wrap {
  height: 100%;
  width: auto;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: 50% 50%;
}

.form_row__photo-previews #uploadImagesList .document_list_item input {
  max-width: 100%
}
.form_row__photo-previews #uploadImagesList .document_list_item .file_action{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 60px;
}
.form_row__photo-previews #uploadImagesList .document_list_item .file_action span{
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.form_row__photo-previews #uploadImagesList .document_list_item .file_action span.file_edit{
  color: #26a69a;
}
.form_row__photo-previews #uploadImagesList .document_list_item .file_action span.file_delete{
  color: rgb(255, 93, 93);
}
.form_row__photo-previews #uploadImagesList .document_list_item .delete-link {
  cursor: pointer;
  width: 35px;
  height: 35px;
  background-color: rgb(255, 93, 93);
  border-radius: 5px;
  color: #fff;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}
.form_row__photo-previews .btn{
  margin-top: 30px;
}

#filter_document{
  display: flex;
  width: 100%;
  gap: 0 15px;
  margin-bottom: 30px;
}
#filter_document .options{
  position: relative;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
#filter_document .options button{
  color: #9e9e9e;
  width: 45px;
  height: 42px;
  border: 1px solid #9e9e9e;
  
}
#filter_document .options button.active{
  color: #ffaa59;
  border: 1px solid #ffaa59;
}
#filter_document .filter_item{
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#filter_document .filter_item #filter_section_insert{
  margin: 0;
  border:none;
  height: 42px;
  line-height: 42px;
  border-radius: 3px;
  width: inherit;
}
#filter_document .filter_item input{
  height: 36px;
}
#filter_document #filter_sort{
  background-color: transparent;
  border: 1px solid #9e9e9e;
  height: 42px;
  border-radius: 3px;
  padding: 0 20px;
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#filter_document #filter_sort svg{
  width: 16px;
  fill: #26a69a;
}
.paginationjs-pages {
  width: 100%;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 30px;
  padding: 0 15px;
  max-width: 1280px;
}
.paginationjs-pages ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  text-align: center;
  width: 100%;
  margin: auto;
}
.paginationjs-pages li {
  display: inline-block;
  width: auto;
  min-width: 45px;
  height: 45px;
  margin: 5px;
  padding: 0 15px;
  line-height: 45px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.paginationjs-pages li.beginning, .paginationjs-pages li.previous {
  float: left;
}
.paginationjs-pages li.beginning.act, .paginationjs-pages li.previous.act {
  cursor: pointer;
  border-color: #ffaa59;
}
.paginationjs-pages li.beginning.act a, .paginationjs-pages li.previous.act a {
  color: #ffaa59;
}
.paginationjs-pages li.end, .paginationjs-pages li.next {
  float: right;
}
.paginationjs-pages li.end.act, .paginationjs-pages li.next.act {
  cursor: pointer;
  border-color: #ffaa59;
}
.paginationjs-pages li.end.act a, .paginationjs-pages li.next.act a {
  color: #ffaa59;
}
.paginationjs-pages .paginationjs-page {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.paginationjs-pages .paginationjs-page:hover, .paginationjs-pages .paginationjs-page.active {
  border-color: #ffaa59;
}
.paginationjs-pages .paginationjs-page:hover a, .paginationjs-pages .paginationjs-page:hover span, .paginationjs-pages .paginationjs-page:hover .act, .paginationjs-pages .paginationjs-page.active a, .paginationjs-pages .paginationjs-page.active span, .paginationjs-pages .paginationjs-page.active .act {
  color: #ffaa59;
  transition: all 0.2s ease-in-out;
}
.paginationjs-pages .paginationjs-page a, .paginationjs-pages .paginationjs-page span {
  cursor: pointer;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #ccc;
  line-height: 45px;
}
.main_doc_item a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.main_doc_item .main_doc_item_icon{
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_doc_item .main_doc_item_icon svg{
  width: 22px;
}

/* End */


/* Start:/bitrix/templates/main_site_nav/components/bitrix/main.site.selector/main_site_navigation/style.css?150200099019966*/
.margin-box{
margin:20px;
}
/*
.link-item{
	background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    height: 200px;
    padding: 40px !important;
	box-shadow: 0px 0px 1px 1px #e8e8e8;
    width: 25%;
}
.link-item img{
	margin:0 auto;
	opacity: 0.7;
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all 0.6s ease 0s;
}
.link-item:hover img{
	opacity: 1;
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transition: all 0.6s ease 0s;
}
*/

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-nav-trigger {
  /* hamburger icon */
  position: absolute;
  z-index: 3;
  top: 0px;
  right: 5%;
  height: 44px;
  width: 44px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.cd-nav-trigger span {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 32px;
  height: 3px;
  background-color: black;
}
.cd-nav-trigger span::before, .cd-nav-trigger span:after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s, width 0.2s;
  -moz-transition: -moz-transform 0.2s, width 0.2s;
  transition: transform 0.2s, width 0.2s;
}
.cd-nav-trigger span::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.cd-nav-trigger span::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.no-touch .cd-nav-trigger:hover {
  /* rotate trigger on hover */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.no-touch .cd-nav-trigger:hover span::after,
.no-touch .cd-nav-trigger:hover span::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
}
.no-touch .cd-nav-trigger:hover span::before {
  -webkit-transform: translateX(1px) translateY(1px) rotate(45deg);
  -moz-transform: translateX(1px) translateY(1px) rotate(45deg);
  -ms-transform: translateX(1px) translateY(1px) rotate(45deg);
  -o-transform: translateX(1px) translateY(1px) rotate(45deg);
  transform: translateX(1px) translateY(1px) rotate(45deg);
}
.no-touch .cd-nav-trigger:hover span::after {
  -webkit-transform: translateX(1px) translateY(-1px) rotate(-45deg);
  -moz-transform: translateX(1px) translateY(-1px) rotate(-45deg);
  -ms-transform: translateX(1px) translateY(-1px) rotate(-45deg);
  -o-transform: translateX(1px) translateY(-1px) rotate(-45deg);
  transform: translateX(1px) translateY(-1px) rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .cd-nav-trigger {
    top: 0px;
      right: 20px;
  }
}

/* -------------------------------- 

xnavigation 

-------------------------------- */
.cd-nav-container {
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #ffffff;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s;
  -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0.4s;
  transition: transform 0.4s 0s, box-shadow 0s 0.4s;
}
.cd-nav-container.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-overflow-scrolling: touch;
  box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0s;
  -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0s;
  transition: transform 0.4s 0s, box-shadow 0s 0s;
}
.cd-nav-container header {
  padding: 1.5em 0 0 6.25%;
  height: 68px;
  position: relative;
    background-color: #ccc;
}
.cd-nav-container h3 {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Lora", serif;
  text-transform: uppercase;
  color: #5c4b51;
}
@media only screen and (min-width: 700px) {
  .cd-nav-container {
    width: 70%;
  }
  .cd-nav-container header {
    height: 116px;
    padding-top: 3em;
  }
}

.cd-close-nav {
  /* 'X' close icon */
  position: absolute;
  height: 44px;
  width: 44px;
  /* set the right position value so that it overlaps the .cd-nav-trigger*/
  right: 6.25%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-close-nav::after, .cd-close-nav::before {
  /* lines of 'X' icon */
  content: '';
  position: absolute;
  height: 3px;
  width: 32px;
  left: 50%;
  top: 50%;
  background-color: #5c4b51;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-close-nav::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-close-nav::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.no-touch .cd-close-nav:hover {
  opacity: .8;
}
@media only screen and (min-width: 700px) {
  .cd-close-nav {
    right: 7.14%;
  }
}

.cd-nav {
  background-color: #f2f2f2;
    position: relative;
    margin-top: 100px;
}
.cd-nav::after {
  clear: both;
  content: "";
  display: table;
}
.
.cd-nav span, .cd-nav em {
  position: absolute;
}
.cd-nav span {
  top: calc(50% - 48px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 48px;
  width: 48px;
}
.cd-nav span * {
  -webkit-transition: stroke 0.2s;
  -moz-transition: stroke 0.2s;
  transition: stroke 0.2s;
}
.cd-nav em {
  width: 100%;
  left: 0;
  top: calc(50% + 15px);
  color: #5c4b51;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (min-width: 700px) {
    .cd-nav-container{
        width: 80%;
    }
  .cd-nav span {
    height: 64px;
    width: 100%;
    top: calc(50% - 56px);
  }
  .cd-nav em {
    font-size: 2.2rem;
    font-weight: 300;
    top: calc(50% + 21px);
  }
}
@media only screen and (min-width: 1024px) {
    .cd-nav-container{
        width: 80%;
    }
  .cd-nav li:nth-of-type(2n) {
    border-right-width: 1px;
  }
  .cd-nav li:nth-of-type(3n) {
    border-right-width: 0;
  }
  .cd-nav em {
    font-size: 2.5rem;
  }
}

@-webkit-keyframes cd-shock {
  0% {
    -webkit-transform: rotate(0);
  }
  30% {
    -webkit-transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0);
  }
}
@-moz-keyframes cd-shock {
  0% {
    -moz-transform: rotate(0);
  }
  30% {
    -moz-transform: rotate(10deg);
  }
  60% {
    -moz-transform: rotate(-10deg);
  }
  100% {
    -moz-transform: rotate(0);
  }
}
@keyframes cd-shock {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  30% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
/* -------------------------------- 

xshadow layer 

-------------------------------- */
.cd-overlay {
  /* shadow layer visible when navigation is open */
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.35);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  transition: opacity 0.4s 0s, visibility 0s 0.4s;
}
.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.4s 0s, visibility 0s 0s;
  transition: opacity 0.4s 0s, visibility 0s 0s;
}

/* -------------------------------- 

xcontent 

-------------------------------- */
main {
  position: relative;
  height: 100vh;
  overflow-x: hidden;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  box-shadow: 0 0 30px #241d20;
}
main.scale-down {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.cd-section {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0s 0.4s;
  -moz-transition: -moz-transform 0s 0.4s;
  transition: transform 0s 0.4s;
}
.cd-section.cd-selected {
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.4s 0s;
  -moz-transition: -moz-transform 0.4s 0s;
  transition: transform 0.4s 0s;
  -webkit-overflow-scrolling: touch;
}
.cd-section header {
  height: 100vh;
  background: #9e87ce;
  position: relative;
}
.cd-section.projects header {
  background-color: #5c4b51;
}
.cd-section.about header {
  background-color: #e0cf75;
}
.cd-section.services header {
  background-color: #f5b65a;
}
.cd-section.careers header {
  background-color: #f25f5c;
}
.cd-section.contact header {
  background-color: #8abeb2;
}
@media only screen and (min-width: 700px) {
  .cd-section {
    /* not 100vh to fix a small bug --> border visible otherwise */
    header: 102vh;
  }
}

.cd-title {
  position: relative;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  text-align: center;
}
.cd-title > * {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-title h2 {
  font-size: 2.8rem;
  margin-bottom: .8em;
}
.cd-title span {
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (min-width: 700px) {
  .cd-title h2 {
    font-size: 5rem;
    font-weight: 300;
    margin-bottom: .6em;
  }
}

.cd-content {
  background-color: #ffffff;
  padding: 4em 0;
}
.cd-content p {
  width: 90%;
  max-width: 800px;
  margin: 2em auto;
  line-height: 2;
  color: #78626a;
}

.no-js main, .no-js .cd-section {
  height: auto;
  overflow: visible;
}

.no-js .cd-section {
  position: static;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.no-js .cd-nav-container {
  width: 100%;
  position: static;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  height: auto;
  overflow: visible;
}

.no-js .cd-close-nav {
  display: none;
}

@media only screen and (min-width: 700px) {

}
@media only screen and (min-width: 1024px) {

}


/* Основной контейнер */
.cbp-vm-switcher {
    padding: 20px;
}

/* контейнер выбора опции */
.cbp-vm-options {
    text-align: right;
    padding-bottom: 10px;
}

.cbp-vm-options a {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    color: #d0d0d0;
    margin: 2px;
}

.cbp-vm-options a:hover,
.cbp-vm-options a.cbp-vm-selected {
    color: #47a3da;
}

.cbp-vm-options a:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    display: inline-block;
}

/* Основные стили для переключения между режимами */

.cbp-vm-switcher .ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Сброс основных CSS настроек */
.cbp-vm-switcher .ul:before,
.cbp-vm-switcher .ul:after {
    content: " ";
    display: table;
}

.cbp-vm-switcher .ul:after {
    clear: both;
}

.cbp-vm-switcher .ul .li {
    display: block;
    background-color: #f1f1f1;
    position: relative;
    height: 70px;
    margin-top: 10px;
    transition: all 0.3s ease 0s;
}
.cbp-vm-switcher .ul .li:hover{
  background-color: #67809F;
  transition: all 0.3s ease 0s;
}
.cbp-vm-switcher .ul .li a{
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  line-height: 70px;
  width: 100%;
  height: 100%;
}
.cbp-vm-image {
    display: block;
    margin: 0 auto;
}

.cbp-vm-image img {
    display: inline-block;
    max-width: 100%;
}

.cbp-vm-title {
    margin: 0;
    padding: 0;
}

.cbp-vm-price {
    color: #c0c0c0;
}

.cbp-vm-add {
    color: #fff;
    background: #47a3da;
    padding: 10px 20px;
    border-radius: 2px;
    margin: 20px 0 0;
    display: inline-block;
    transition: background 0.2s;
}

.cbp-vm-add:hover {
    color: #fff;
    background: #02639d;
}

.cbp-vm-add:before {
    margin-right: 5px;
}

/* Основные иконки */
.cbp-vm-icon:before {
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.cbp-vm-grid:before {
    content: "\f00a";
}

.cbp-vm-list:before {
    content: "\f00b";
}

.cbp-vm-add:before {
    content: "\f055";
}

/* Виды отображений */
.cbp-vm-view-grid, .cbp-vm-view-list{
    transition: all 0.3s ease;
}
/* Отображение сеткой */
.cbp-vm-view-grid .ul {
    text-align: center;
}

.cbp-vm-view-grid .ul .li {
    width: 33%;
    text-align: center;
    padding: 25px;
    margin: 20px 0 0;
    display: inline-block;
    min-height: 200px;
    background-color: #F1F1F1;
    vertical-align: top;
    transition: all 0.3s ease;
}
.cbp-vm-view-grid .ul .li:hover{
  background-color: #67809F;
  transition: all 0.3s ease;
}
.cbp-vm-view-grid .ul .li a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cbp-vm-view-grid .cbp-vm-title {
    font-size: 2em;
}

.cbp-vm-view-grid .cbp-vm-details {
    max-width: 300px;
    min-height: 70px;
    line-height: 25px;
    margin: 0 auto;
}

.cbp-vm-view-grid .cbp-vm-price {
    margin: 10px 0;
    font-size: 1.5em;
}


/* Отображение списком */
.cbp-vm-view-list .li {
    padding: 20px 0;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add {
    display: inline-block;
    vertical-align: middle;
}

.cbp-vm-view-list .cbp-vm-image {
    width: 10%;
}

.cbp-vm-view-list .cbp-vm-title {
    font-size: 1.3em;
    padding: 0 10px;
    white-space: normal;
    width: 23%;
}

.cbp-vm-view-list .cbp-vm-price {
    font-size: 1.3em;
    width: 10%;
}

.cbp-vm-view-list .cbp-vm-details {
    width: 40%;
    padding: 0 15px;
    overflow: hidden;
    line-height: 25px;
    white-space: normal;
}

.cbp-vm-view-list .cbp-vm-add {
    margin: 0;
}

@media screen and (max-width: 66.7em) {
    .cbp-vm-view-list .cbp-vm-details  {
        width: 30%;
    }
}

@media screen and (max-width: 57em) {
    .cbp-vm-view-grid .ul .li {
        width: 49%;
    }
}

@media screen and (max-width: 47.375em) {
    .cbp-vm-view-list .cbp-vm-image {
        width: 20%;
    }

    .cbp-vm-view-list .cbp-vm-title {
        width: auto;
    }

    .cbp-vm-view-list .cbp-vm-details  {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .cbp-vm-view-list .cbp-vm-add  {
        margin: 10px;
    }
}

@media screen and (max-width: 40.125em) {
    .cbp-vm-view-grid .ul .li {
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/main_site_nav/template_styles.css?17303786184900*/
.form_row__photo-previews {
  width: 100%;
  min-height: 80px;
  text-align: center;
  padding: 30px 0;
  position: relative
}

.form_row__photo-previews #js-photo-upload {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none
}

.form_row__photo-previews .add_photo-content {
  width: 100%;
  height: auto;
  position: relative;
}

.form_row__photo-previews .add_photo-item {
  min-height: 80px;
  line-height: 80px;
  cursor: pointer;
  font-size: 1.2rem;
  border: 3px dashed rgb(184, 184, 184);
  border-radius: 5px;
  margin-bottom: 20px;
  color: rgb(184, 184, 184);
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.form_row__photo-previews .add_photo-item:hover {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: rgb(99, 99, 99);
  border: 3px dashed rgb(99, 99, 99);
}

.form_row__photo-previews #uploadImagesList {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}

.form_row__photo-previews #uploadImagesList .item {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0;
  border: 1px solid rgba(38, 59, 94, .3);
  padding: 0;
  border-radius: 4px;
  position: relative
}

.form_row__photo-previews #uploadImagesList .item .img-wrap {
  height: 100px;
  width: 100px;
  font-size: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: 50% 50%;
}

.form_row__photo-previews #uploadImagesList .item .img-wrap {
  font-size: 4rem;
}

.form_row__photo-previews #uploadImagesList .item input {
  max-width: 100%
}

.form_row__photo-previews #uploadImagesList .item .delete-link {
  cursor: pointer;
  width: 35px;
  height: 35px;
  background-color: rgb(255, 93, 93);
  border-radius: 5px;
  color: #fff;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}
.progress_bar{
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 86px;
  background-color: #ff4a4a47;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.progress_bar.done{
  opacity: 0;
  transition: all 0.3s ease;
}
.document_list {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.document_list li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid rgb(172, 172, 172);
}

.document_list li:hover,
.document_list li.active {
  background-color: #f0f0f1;
}

.document_list li .document_list_item_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  width: 100%;
  gap: 20px;
  color: rgb(59, 59, 59);
  text-decoration: none;
}

.document_list li .document_list_item_wrap .file_name {
  width: 100%;
  font-size: 18px;
  overflow: hidden;
  max-height: 50px;
}

.document_list li .document_list_item_wrap .file_name input,
.document_list li .document_list_item_wrap .file_name input:focus {
  outline: none !important;
  border: none;
  width: 100% !important;
  max-width: 100%;
  box-shadow: none !important;
  border-radius: 0;
  background-color: #fff;
}

.document_list li .document_list_item_wrap .file_name input[disabled] {
  color: rgb(59, 59, 59);
  border: none;
  box-shadow: none;
  background-color: transparent;
}

.document_list li .document_list_item_wrap .file_icon {
  width: 40px;
  height: 40px;
  font-size: 32px;
  margin: 0 15px;
}

.document_list li .document_list_item_wrap .file_size {
  width: auto;
  font-size: 16px;
  font-weight: bold;
  margin: 0 15px;
}

.document_list li .file_action {
  width: 120px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin: 0 15px;
}

.document_list li .file_action span {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid;
  border-radius: 5px;
  text-decoration: none;
}
.document_list li .file_action span a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.document_list li .file_action .file_edit {
  border-color: #34495e;
  color: #34495e;
}
.document_list li .file_action .file_edit.edit {
  border-color: #27ae60;
  color: #27ae60;
}
.document_list li .file_action .file_delete {
  border-color: #e74c3c;
  color: #e74c3c;
}
.document_list li .file_action .file_link {
  border-color: #3498db;
  color: #3498db;
}
/* End */
/* /bitrix/main_js/documents_button.css?176025436411150 */
/* /bitrix/templates/main_site_nav/components/bitrix/main.site.selector/main_site_navigation/style.css?150200099019966 */
/* /bitrix/templates/main_site_nav/template_styles.css?17303786184900 */
