

/* Start:/local/templates/videohosting/css/styles.css?171592839528292*/
@font-face
{ 
  font-family: "PTRootUI";
  src: url("/local/templates/videohosting/css/../fonts/PTRootUI/PTRootUI.eot");
  src: url("/local/templates/videohosting/css/../fonts/PTRootUI/PTRootUI.eot?#iefix")format("embedded-opentype"),
  url("/local/templates/videohosting/css/../fonts/PTRootUI/PTRootUI.woff") format("woff"),
  url("/local/templates/videohosting/css/../fonts/PTRootUI/PTRootUI.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

.tablebodytext
{
	display: none !important;
}

body
{
  margin: 0px;
}

body.lock {
	overflow: hidden;
}

input:focus,
textarea:focus 
{
  outline: none;
}

section *,
header *,
footer *
{
  transition: all 0.5s ease;
  font-weight: 500;
  color: #3D3D3D;
}

*
{
  box-sizing: border-box;
  font-family: "PTRootUI", sans-serif;
}

section
{
  margin-top: 50px !important;
}

@media screen and (max-width: 750px)
{
  section
  {
    margin-top: 40px !important;
  }
}

.main-content
{
  margin-left: 270px;
}

.wrap 
{
 max-width: 1560px;
 width: 100%;
 margin: 0 auto;
 padding: 0 15px;
}

.sub-title
{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px)
{
  .sub-title
  {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

button
{
  cursor: pointer;
}

button:hover
{
  opacity: 0.8;
}

.buttons
{
  width: 100%;
  height: 44px;
  border-radius: 8px;
  background: #3D93F2;
  color: #FFFFFF;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

h1,h2,h3,p
{
  margin: 0px;
} 

a
{
  text-decoration: none;
  color: #3D3D3D;
}

a:hover
{
  opacity: 0.8;
}

/****важные классы на js**/
input.error,
textarea.error
{
    border: 1px solid #FFAEAE !important;
}

.obj-fit
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.margin-left-wrap
{
  margin-left: 85px !important;
}

.show
{
  display: block !important;
}

.hide
{
  display: none !important;
}
 
.active-arrow
{
  transform: rotate(-180deg);
}

.show_flex
{
  display: flex !important;
}

.position-fixed-mobile-window
{
    position: fixed !important;
    top: 80px !important;
    left: calc(50% - 160px) !important;
    box-shadow: none !important;
}

.overflow-hidden
{
  overflow-y: hidden;
}

.no-padding
{
  padding-top: 0px !important;
}
/****важные классы на js**/

/******классы карточки видео********/

.top-video-slide {
	width: calc(20% - 20px);
	margin: 0 10px 0;
}

.top-video-slide .video-item {
	width: 100%;
	margin: 0 !important;
}

@media(max-width: 1300px) {
	.top-video-slide {
		width: calc(33.33% - 20px);
	}
}

@media(max-width: 1300px) {
	.top-video-slide {
		width: calc(33.33% - 20px);
		margin: 0 10px 20px;
	}
}

@media(max-width: 749px) {
	.top-video-slide {
		width: 222px;
		margin: 0 10px 20px;
	}
}


.video-item
{
  display: block;
  width: calc(20% - 20px);
  position: relative;
}

@media(max-width: 1300px) {
	.video-item {
	  display: block;
	  width: calc(33.33% - 20px);
	  position: relative;
	}
}


@media(max-width: 768px) {
	.video-item {
	  display: block;
	  width: calc(50% - 20px);
	  position: relative;
	}
}

@media(max-width: 576px) {
	.video-item {
	  display: block;
	  width: calc(100% - 20px);
	  position: relative;
	}
}

.video-box
{
  display: block;
  padding-top: 56%;
  border-radius: 8px;
  position: relative;
}

.video-img
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  object-position: 50% 50%;
}

.video-name-box
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.video-name
{
  font-size: 16px;
  font-weight: 600;
  color: #3D3D3D;
  width: calc(100% - 20px);
}

.video-option
{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 20px;
  height: 18px;
  cursor: pointer;
}

.video-option div
{
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #D8D7D7;
}

@media screen and (max-width: 750px)
{
  .video-name
  {
    font-size: 16px;
    line-height: 1.5;
  }

  .video-name-box
  {
    align-items: flex-start;
  }

  .video-option
  {
    margin-top: 7px;
  }
}

/******классы карточки видео********/

/***класс опций к карточке видео**/
.opts-box-video
{
  position: absolute;
  z-index: 999;
  top: 100%;
  left: -10%;
  /*width: 120%;*/
  width: 270px;
  /*height: 108px;*/
  background: #FFFFFF;
  /* background: blue;*/
  box-shadow: 0px 0px 15px 1px #f3f3f3;
  border-radius: 20px;
  padding: 10px;
  /*border: 1px solid black;*/
  /*display: none;*/
}

.opts-box-video .add-favorites svg.active
{
  fill: #004EA4 !important;
}

.opts-box-video .option-item
{
  border-radius: 10px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.opts-box-video .option-item p
{
  font-size: 16px;
  color: #3D3D3D;
  margin-left: 20px;
}

.opts-box-video .option-item:hover
{
  background: #EEF9FF;
}

.opts-box-video .option-item:hover .option-title
{
  color: #004EA4;
}

.opts-box-video .option-item:hover svg path
{
  stroke: #004EA4;
}

@media screen and (max-width: 750px)
{
  .opts-box-video
  {
    left: calc(100% - 260px);
  }
}
/***класс опций к карточке видео**/

/***анимация попап***/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 0.5s;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  animation-duration: 0.5s;
}
/***анимация попап***/

/* Попап поделиться */
.fancybox-bg
{
  background: #6691B9 !important;
  opacity: 0.7 !important;
}

#share-popup
{
  border-radius: 8px !important;
  width: 100%;
  max-width: 500px;
  padding: 30px;
  max-height: 90vh;
  overflow-y: auto;
}

#share-popup .fancybox-close-small
{
  width: 50px;
  height: 50px;
  opacity: 0.4;
}

#share-popup .popup-title
{
  font-size: 18px;
  color: #1A2433;
}

#share-popup .social-media
{
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}

#share-popup .social-name
{
  font-size: 14px;
  color: #979797;
  margin-top: 3px;
}

#share-popup .social-media-item
{
  text-align: center;
}

#share-popup .popup-delimeter
{
  height: 1px;
  background: #EDF2F9;
}

#share-popup .pop-up-text
{
  font-size: 15px;
  color: #6C6C6C;
  margin: 25px 0 15px 0;
}

#share-popup .copy-line
{
  height: 44px;
  display: flex;
  justify-content: space-between;
}

#share-popup #ref-text
{ 
  width: 67%;
  height: inherit;
  border-radius: 8px;
  border: 1px solid #D0DDEB;
  font-size: 16px;
  color: #3D3D3D;
  padding: 0 15px;
  outline: none;
}

#share-popup a
{
  outline: none;
  display: block;
}

#share-popup #copy-video-ref
{
  width: calc(33% - 10px);
  height: inherit;
  border-radius: 8px;
  background: #3D93F2;
  border: none;
  font-size: 16px;
  color: #FFFFFF;
}

@media screen and (max-width: 750px)
{
  #share-popup
  {
    max-width: 320px;
  }

  #share-popup .social-media-item svg
  {
    width: 44px;
    height: 44px;
  }

  #share-popup .social-name
  {
    display: none;
  }

  #share-popup
  {
    border-radius: 15px !important;
  }

  #share-popup .social-media
  {
    margin: 25px 0;
  }

  #share-popup .copy-line
  {
    flex-direction: column;
    height: auto;
  }

  #share-popup #ref-text
  {
    width: 100%;
    height: 44px;
    margin-bottom: 10px;
  }

  #share-popup #copy-video-ref
  {
    width: 100%;
    height: 44px;
  }
}
/* Попап поделиться */

/***просмотры дата***/
.views-date 
{
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.views-date span 
{
  font-size: 15px;
  color: #7F8692;
}

.views-date svg 
{
  margin: 0 10px;
}

@media screen and (max-width: 750px)
{
  .views-date 
  {
    margin-top: 5px;
  }
}
/***просмотры дата***/

/**********окно проверки************/
.check-clear-box
{
  cursor: default;
  border-radius: 15px;
  position: absolute;
  width: 320px;
  background: white;
  z-index: 999;
  top: calc(100% + 5px);
  right: 0px;
  padding: 30px;
  box-shadow: 0px 0px 15px 1px #f3f3f3;
}

.button-line-check
{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.check-clear-box .buttons
{
  width: calc(50% - 5px);
}

#check-clear-hist-no
{
  background: white;
  color: #6C6C6C;
  border: 1px solid #EAEAEA;
}

.check-clear-box .quest
{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
/**********окно проверки************/

/**************нет записей в списке*******/
.no-tems
{
  margin-top: 0px !important;
  height: calc(100vh - 65px);
  /*background: gray;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-tems div
{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.no-tems .no-tems-title
{
  font-size: 16px;
  color: #3D3D3D;
  margin: 20px 0;
  font-weight: 600;
}

.no-tems .go-to-main
{
  font-size: 16px;
  color: #6C6C6C;
  width: 144px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #EAEAEA;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 750px)
{
   .no-tems
  {
    height: calc(100vh - 77px - 97px);
  }
}

/**************нет записей в списке*******/
































/*********************/
header #bitrix-auth-form [name="captcha_word"]
{
  margin-bottom: 20px !important;
}


header
{
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
  border-bottom: 1px solid #EDF2F9;
  position: relative;
  margin-bottom: 30px;
}

header .menu-logo
{
  display: flex;
  align-items: center;
}

header #catalog_nav_btn 
{
    cursor: pointer;
}

header .head-logo
{
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-left: 20px;
}

@media (max-width: 575px) {
  header .head-logo svg {
    height: 34px;
    width: auto;
  }

  header .head-logo {
    overflow: hidden;
    width: 44px;
  }
}

header .head-search
{
  width: 100%;
  max-width: 600px;
  position: relative;
}

header #head-search
{
  width: 100%;
  height: 44px;
  border: 1px solid #D6E5EA;
  border-radius: 60px;
  padding: 0 80px 0 45px;
  font-size: 16px;
}

header #head-search::placeholder
{
  color: #B4BCC9;
}

header .loopa
{
  position: absolute;
  top: calc(50% - 9px);
  left: 17px;
  /*cursor: pointer;*/
}

header .go-to-box
{
  position: absolute;
  top: 0px;
  right: 15px;
  height: 100%;
  display: flex;
  align-items: center;
}

header #head-search-cross,
header #head-search-arrow
{
  cursor: pointer;
}

header #head-search-cross:hover,
header #head-search-arrow:hover
{
  opacity: 0.5;
}

header .head-search-line
{
  margin: 0 12px;
}

header .head-search-vars
{
  position: absolute;
  top: calc(100% + 2px);
  width: 100%;
  left: 0px;
  box-shadow: 0px 0px 15px 1px #f3f3f3;
  padding: 10px;
  border-radius: 15px;
  z-index: 999;
  background: #FFFFFF;
}

header .head-search-vars-item
{
  font-size: 16px;
  cursor: pointer;
  padding: 12px 15px;
  border-radius: 10px;
}

header .head-search-vars-item:hover
{
  background: #F1F8FF;
  color: #111111 !important;
}

header .register,
header .about-registr
{
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

header .about-registr
{
  color: #004EA4;
  margin-right: 15px;
}

header #go-to-office
{
  display: flex;
  align-items: center;
  margin-left: 25px;
  cursor: pointer;
}

header #go-to-office span
{
  font-size: 16px;
  color: #3D3D3D;
  font-weight: bold;
}

header #go-to-office svg
{
  margin-right: 10px;
}

header .user
{
  display: flex;
  align-items: center;
  cursor: pointer;
}

.user-ava
{
  width: 38px;
  height: 38px;
  border-radius: 38px;
  margin-right: 10px;

  border-radius: 100%;
  background: linear-gradient(to left, #4092FF, #5EB6FF);
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-ava .first-latter
{
  font-size: 16px !important;
}

.user-ava img
{
  width: 100%;
  height: 100%;
  border-radius: 38px;
  object-fit: cover;
  object-position: 50% 50%;
}

header .user-name
{
  font-size: 16px;
  font-weight: 600;
}

header .private-office
{
  display: flex;
  align-items: center;
  position: relative;
}

header .about-registr-box,
header .form-box
{
  position: absolute;
  top: 100%;
  right: 0px;
  padding: 25px 30px;
  box-shadow: 0px 0px 15px 1px #f3f3f3;
  border-radius: 20px;
  z-index: 999;
  background: #FFFFFF;
  width: 320px;
}

header .form-box
{
  max-height: 90vh;
  overflow-y: auto;
}

header input:focus
{
  border: 1px solid #88A6C6 !important;
}

header .come-in-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

header .come-in-head .come-in-title {
	margin-bottom: 0px;
	margin-top: 0px;
}

header .come-in-head .registr-button {
    cursor: pointer;
}

header .registr-title,
header .come-in-title
{
  font-size: 18px;
  color: #1A2433;
  font-weight: 600;
}

header .come-in-title
{
  margin-top: -5px;
}

header .form-error
{
  color: #E34343;
  font-size: 15px;
  margin-bottom: 10px;
}

header .come-in-input.error
{
  border: 1px solid #FFAEAE;
}

header .come-in-title
{
  margin-bottom: 20px;
}

header .registr-text
{
  font-size: 15px;
  color: #6C6C6C;
  margin: 20px 0;
}

header .come-in-input
{
  width: 100%;
  height: 44px;
  font-size: 16px;
  border: 1px solid #D0DDEB;
  padding: 0 25px;
  border-radius: 8px;
  margin-bottom: 10px;
}

header .come-in-input::placeholder
{
  color: #B4BCC9;
}

header .buttons.forms
{
  margin: 10px 0 0 0;
}

header .option-line
{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

header .option-line svg
{
  margin: 0px 15px;
}

header .option-line span
{
  font-size: 16px;
  color: #6C6C6C;
  cursor: pointer;
}

header .option-line span:hover
{
  opacity: 0.8;
}

header .explanation
{
  color: #6C6C6C;
  font-size: 15px;
  margin: 20px 0 15px 0;
}

header .switch-box
{
  margin-bottom: 20px;
  padding: 3px;
  background: #F2F5F9;
  border-radius: 12px;
  height: 44px;
  display: flex;
  justify-content: space-between;
}

header .switch-box div
{
  background: #F2F5F9;
  border-radius: 12px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 5px);
  cursor: pointer;
}

header .switch-box .switch-item.active
{
  background: #FFFFFF;
}

header .menu-box
{
  position: absolute;
  width: 100%;
  top: 100%;
  left: -100%;
  display: flex;
  z-index: 999;
  border-top: 1px solid #EDF2F9;

}

header .menu-box.active
{
  left: 0px;
}

header .menu-box ul
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

header .menu-reff
{
  display: flex;
  align-items: center;
  font-size: 16px;
  border-radius: 10px;
  /*height: 48px;*/
  padding: 15px;
  color: #3D3D3D;
  line-height: 1.5;
  word-break: break-all;
}

header .menu-reff:hover
{
  background: #F1F8FF;
  color: #004EA4;
}

header .menu-reff:hover svg path
{
  stroke: #004EA4;
}

header .menu-reff.active
{
  background: #F1F8FF;
  color: #004EA4;
}

header .menu-reff.active svg path
{
  stroke: #004EA4;
}

footer .menu-reff-footer.active
{
  color: #004EA4;
}

footer .menu-reff-footer.active svg path
{
  stroke: #004EA4;
}

header .menu-reff svg
{
  margin-right: 15px;
}

header .menu-delimeter
{
  width: calc(100% - 15px);
  height: 2px;
  background: #EDF2F9;
  margin: 20px 0 20px auto;
}

header .catalog-title
{
  font-size: 18px;
  color: #7F8692;
  /*color: #303030;*/
  margin: 0 0 10px 15px;
  font-weight: 700;
  cursor: pointer;
  line-height: 2;
}

header .catalog-title.active
{
  color: #303030;
  border-bottom: 1px solid #303030;
}

header .catalog-title:hover
{
  color: #303030;
}

header .catalog-vars
{
  display: flex;
}

header .more-catalog-butt
{
  font-size: 16px;
  color: #004EA4;
  margin: 15px 0 0 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

header .more-catalog-butt svg
{
  margin-right: 5px;
  transform: rotate(0deg);
}

header .more-catalog-butt span
{
  color: #004EA4;
}

header .more-catalog-butt svg.active
{
  transform: rotate(-180deg);
}

header .menu
{
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 58px);
  overflow-y: auto;
  width:270px;
  padding: 15px;
  border-bottom: 2px solid #EDF2F9;
}

header .menu::-webkit-scrollbar {
    width: 5px;
}

header .menu::-webkit-scrollbar-track {
    background-color: white;
}

header .menu::-webkit-scrollbar-thumb {
	display: none;
    background: #004EA4;
	border-radius: 20px;
}

header .menu:hover::-webkit-scrollbar-thumb {
	display: block;
}


html::-webkit-scrollbar {
    width: 10px;
}

html::-webkit-scrollbar-track {
    background-color: white;
}

html::-webkit-scrollbar-thumb {
    background: #004EA4;
	border-radius: 20px;
}

header .last-line
{
  display: flex;
  justify-content: space-between;
  margin-left: 15px;
}

header .domen
{
  color: #7C7C7C;
  font-size: 13px;
}

header .social-media a
{
  margin-left: 10px;
}

header .social-media a:hover svg path
{
  fill: #FF0000;
}

header .menu-shade
{
  width: calc(100% - 270px);
  background: #6691B9;
  opacity: 0.7;
}

header .mobile-shade
{
  transition: none;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: #6691B9;
  opacity: 0.7;
  z-index: 998;
}

header .user-main-info
{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .user-round
{
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: linear-gradient(to left, #4092FF, #5EB6FF);
  display: flex;
  justify-content: center;
  align-items: center;
}

.first-latter
{
  font-size: 26px;
  color: #FFFFFF;
  font-weight: 600;
}

header .ava-img-option
{
  border-radius: inherit;
}

header .name-mail
{
  width: calc(100% - 10px - 60px);
}

header .name-mail .come-in-title
{
  margin-bottom: 0px;
}

header .name-mail .explanation
{
  margin: 0px;
}

header .delimeter
{
  border-top: 1px solid #EDF2F9;
  border-bottom: 1px solid #EDF2F9;
  width: calc(100% + 60px);
  margin: 20px 0 20px -30px;

}

header .menu-form-author-item
{
  font-size: 16px;
  padding: 13px 20px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  width: calc(100% + 40px);
  margin-left: -20px;
}

header .menu-form-author-item:hover
{
  background: #EEF9FF;
  color: #004EA4;
}

header .seller
{
  width: calc(100% + 60px);
  margin-left: -30px;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  border-top: 1px solid #FFEBDD;
  border-bottom: 1px solid #FFEBDD;
}

header .seller-title
{
  margin-left: 20px;
  color: #BB5A13;
  font-size: 16px;
  font-weight: 600;
}

header #load-ava
{
  background: white;
  /*font-weight: 600;*/
  border: 1px solid #E1E9F3;
  color: #004EA4;
  font-size: 16px;
  border-radius: 8px;
  height: 44px;
  width: calc(100% - 60px - 10px);
}
 
header .change-name-ava-form .mail-box
{
  display: flex;
  align-items: center;
  background: #EAF2FD;
  border: none;
}

header .go-to-menu-auth
{
  margin-bottom: 0px;
  text-align: center;
  cursor: pointer;
}

header .go-to-menu-auth:hover
{
  color: #004EA4;
}

/**************************/
.recommend img[data-lazy]
{
  display: none; 
}

.recommend .recommend-slide
{
  width: 33.3%;
}

.recommend
{
  margin-top: 0px !important;
}

.recommend .opts-box-video
{
  top: calc(50% - 90px);
  left: calc(50% - 135px);
}

.recommend .video-item
{
  display: block;
  width: calc(100% - 15px);
  margin: 0 auto;
  position: relative;
}

.recommend-box
{
  display: flex;
  /*justify-content: space-between;*/ 
}

/*Классы для slick-slidera*/
.prev-photo,
.next-photo
{
    background: #686868BF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    opacity: 0.75;
    cursor: pointer;
    position: absolute;
    z-index: 10;
}

.prev-photo
{
    top: calc(50% - 42px);
    left: -14px;
}

.next-photo
{
    right: -14px;
    top: calc(50% - 42px);
}

.prev-photo svg,
.next-photo svg
{
    width: 20px;
    color: white;
}

.recommend-slider
{
    position: relative;
}
/*Классы для slick-slidera*/

.video-opts-box
{
  z-index: 999;
  height: 200px;
  background: blue;
  position: absolute;
  bottom: 0;
  width: 270px;
  padding: 10px;
  border-radius: 20px;
  /*background: #FFFFFF;*/
  box-shadow: 0px 0px 15px 1px #f3f3f3;
}

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

.top-video .top-video-first-line
{
  display: flex;
  justify-content: space-between;
}

.top-video .all-top-title
{
  font-size: 16px;
  color: #004EA4;
}

.top-video .all-top
{
  display: flex;
  align-items: center;
}

.top-video .all-top svg
{
  margin-right: 5px;
}

.top-video .top-video-box
{
  display: flex;
  /*justify-content: space-around;*/
  flex-wrap: wrap;
}

.top-video .video-item
{
  margin: 0 10px 20px 10px;
}

/***************/
.interesting
{
  margin-top: 30px !important;
  margin-bottom: 70px !important;
}

.main-new
{
  margin-bottom: 40px;
}

.main-new .inter-video-box,
.interesting .inter-video-box
{
  display: flex;
  flex-wrap: wrap;
}

.main-new .video-item,
.interesting .video-item
{
  margin: 0 10px 20px 10px;
}

/*****Меню десктоп**********/

/*****Меню десктоп**********/

header .menu.no-active .menu-name,
header .menu.no-active .menu-delimeter,
header .menu.no-active .menu-footer,
header .menu.no-active .catalog-vars,
header .menu.no-active .catigory-catalog,
header .menu.no-active .teg-catalog
{
  display: none;
}

header .menu.no-active .menu-reff svg
{
  margin-right: 0px;
  /*width: 100%;*/
  transition: none !important;
}

header .menu.no-active
{
  width: 85px;
  border-bottom: none;
  transition: none !important;
}

header .menu
{
  transition: none !important;
}

header .menu
{
  transition: min-height 0.4s ease !important;
}























/************медиа- запросы***************/
@media screen and (max-width: 1200px)
{
  header .head-search
  {
    max-width: 400px;
  }
}

@media all and (max-width: 1000px) and (min-width: 750px)
{
  header #head-search
  {
    font-size: 14px; 
  }
}

@media screen and (max-width: 1000px)
{
  header .head-search-vars-item
  {
    font-size: 14px;
  }

  header .head-search
  {
    max-width: 250px;
  }

  header #go-to-office
  {
    margin-left: 5px;
  }

  header .head-logo
  {
    font-size: 18px;
  }

  header #go-to-office svg
  {
    margin-right: 5px;
  }

  header .head-search
  {
    max-width: 230px;
  }

  header #head-search
  {
    padding: 0 80px 0 45px;
  }

  /*header .about-registr-box,
  header .form-box
  {
    left: -75px;
  }
*/
  header
  {
    padding: 10px;
  }
}

@media screen and (max-width: 750px)
{
  header
  {
    margin-bottom: 20px;
  }

  header .head-search-vars
  {
    border-radius: 0px;
  }

  header .close-line
  {
    display: flex !important;
    justify-content: flex-end;
    margin-top: -5px;
      margin-right: -10px;
  }

  header
  {
    padding: 14.5px 20px;
  }

  header .user-name
  {
    display: none;
  }

  .user-ava
  {
    width: 32px;
    height: 32px;
    margin: 0px;
  }

  header #go-to-office span,
  header .about-registr
  {
    display: none;
  }

  header .mobile-loopa
  {
    display: block !important;
    margin-right: 10px;
  }

  header .head-search
  {
    position: absolute;
    top: 0px;
    left: -100%;
    /*left: 0px;*/
    max-width: 100%;
    height: 100%;
    z-index: 11;
  }

  header .head-search.active
  {
    left: 0px;
  }

  header #head-search
  {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0px;
    padding: 0 80px 0 75px;
  }

  header .mobile-search-arrow
  {
    display: block !important;
    position: absolute;
      top: calc(50% - 8px);
      left: 2px;
      padding: 0 15px; 
  }

  header .loopa
  {
    left: 45px;
  }

  header #go-to-office svg 
  {
      margin-right: 0px;
  }

  header .menu
  {
    width: 290px;
  }

  header .menu-shade
  {
    width: calc(100% - 290px);
  }

  header .menu-delimeter 
  {
      width: calc(100% - 30px);
      margin: 20px auto 30px auto;
  }

  header .menu-delimeter.bottom
  {
    margin: 40px auto 20px auto;
  }

  header .social-media
  {
    padding-right: 15px;
  }

}

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

@media screen and (max-width: 750px)
{
  .top-video .video-item
  {
    width: 234px;
    margin: 0px 7px;
  }

  .top-video.wrap
  {
    padding-right: 0px !important;
    margin-top: 40px !important;
    overflow: hidden;
  }

  .top-video .all-top
  {
    display: none;
  }

  .top-video .opts-box-video
  {
    width: 224px;
    top: calc(50% - 76px);
      left: calc(50% - 112px);
  }

  .top-video .opts-box-video .option-item
  {
    padding: 5px;
  }
}

/*********************************/
@media screen and (max-width: 1200px)
{
  .opts-box-video
  {
    width: 225px;
  }

  .recommend .opts-box-video
  {
    left: calc(50% - 112px);
  }
}

@media all and (max-width: 1000px) and (min-width: 750px)
{
  .recommend .opts-box-video
  {
    width: 224px;
    left: calc(50% - 112px);
    top: calc(50% - 74px);
  }

  .recommend .opts-box-video .option-item
  {
    padding: 5px;
  }
}

@media screen and (max-width: 750px)
{
  /*.recommend
  {
    padding-right: 0px;
  }*/

  .slick-dots li button:before
  {
    font-size: 35px !important;
    color: #E4E4E4 !important;
    opacity: 1 !important;
  }

  .slick-dots li.slick-active button:before
  {
    color: #004EA4 !important;
  }

  .recommend
  {
    overflow: hidden;
  }
}

/**********************/
@media screen and (max-width: 750px)
{
  .interesting .video-item
  {
    width: 100%;
  }

  .interesting .video-item
  {
    margin: 0 0 20px 0;
  }
}

/********************/
@media screen and (max-width: 750px)
{
  .mobile-footer
  {
    display: block !important;
    border-top: 1px solid #EDF2F9;
    margin-top: 30px;
    /*margin-bottom: 2000px;*/
    padding: 10px 5px !important;
  }

  .mobile-footer .footer-menu
  {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
  }

  .mobile-footer .menu-reff-footer
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    /*color: #3D3D3D;*/
  }

  .mobile-footer .menu-reff-footer svg
  {
    margin-bottom: 5px;
    width: 23px;
    height: 23px;
  }
} 


/********Правки шаблон сайта***************/
@media screen and (min-width: 1000px)
{
	.main-wraper
	{
		margin-left: 270px;
    transition: all 0.5s ease;
	}

	header .menu-shade
	{
		width: 0px;
	}

	header .menu-box
	{
		left: 0px !important;
	}

	header .menu-box
	{
		width: 270px;
	}
}
/********Правки шаблон сайта***************/

@media screen and (max-width: 750px)
{
  body
  {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.about-video-tag a {
  color: #004EA4;
}

.about-video-tag {
  display: inline-block;
  margin: 0 10px 15px 0;
}

.video-container .plyr {
	height: 616px !important;
}

@media(max-width: 1600px) {
	.video-container .plyr {
		height: 524px !important;
	}
}

@media(max-width: 1200px) {
	.video-container .plyr {
		height: 327px !important;
	}
}

@media(max-width: 992px) {
	.video-container .plyr {
		height: 360px !important;
	}
}

@media(max-width: 768px) {
	.video-container .plyr {
		height: 280px !important;
	}
}

@media(max-width: 576px) {
	.video-container .plyr {
		height: 185px !important;
	}
}
/* End */


/* Start:/local/templates/videohosting/libraries/fancybox/jquery.fancybox.min.css?169634723212795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/videohosting/libraries/slick/slick.css?16963472321776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/videohosting/libraries/slick/slick-theme.css?16963472323145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/videohosting/libraries/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/videohosting/libraries/slick/./fonts/slick.eot');
    src: url('/local/templates/videohosting/libraries/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/videohosting/libraries/slick/./fonts/slick.woff') format('woff'), url('/local/templates/videohosting/libraries/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/videohosting/libraries/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/videohosting/components/bitrix/system.auth.form/auth_form/style.min.css?1696347232424*/
div.bx-system-auth-form span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:bottom;margin-top:-1px}div.bx-system-auth-form div.bx-auth-secure-icon{background-image:url(/local/templates/videohosting/components/bitrix/system.auth.form/auth_form/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-system-auth-form div.bx-auth-secure-unlock{background-image:url(/local/templates/videohosting/components/bitrix/system.auth.form/auth_form/images/sec-unlocked.png)}
/* End */


/* Start:/local/templates/videohosting/components/bitrix/main.register/registr_form/style.css?17339203662305*/
table
	{
		margin: 0px !important; 
		width: 100% !important; 
		display: block;
	}

tbody,
tbody tr,
tbody td,
tfoot,
tfoot tr,
tfoot td
{
	display: block;
	width: 100% !important;
}

/*tbody
{
	display: flex;
	flex-direction: column;
}*/

.select-phone{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	
	width: 100%;
    height: 44px;
    font-size: 16px;
    border: 1px solid #D0DDEB;
    border-radius: 8px;
	margin-bottom: 10px;
}
.select-phone:has(#registr-phone.error),
.select-phone:has(#registr-phone.error) .select-mask{
	border-color: #FFAEAE !important;
}

.select-phone .select-mask{
	padding-left: 25px;
	padding-right: 16px;
	display: flex;
	align-items: center;
    white-space: nowrap;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-align: left;
	color: #B4BCC9;
	height: 100%;
	border-right: 1px solid #D0DDEB;
	cursor: pointer;
}

.select-phone::after{
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
    height: 4.5px;
	background-image: url('/local/templates/videohosting/components/bitrix/main.register/registr_form/./images/arrow.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.select-phone.active::after{
	transform: translateY(-50%) rotate(180deg);
}
.select-phone input{
	width: 100%;
	height: 100%;
	border: none;
	outline: navajowhite;
	padding: 0 30px 0 10px;
	font-size: 16px;
}
.select-phone input.error{
	border: unset !important;
}
.select-phone .selector{
	display: none;
	flex-direction: column;
	row-gap: 4px;

    border: 1px solid #D0DDEB;
    border-radius: 8px;
	padding: 5px;

	position: absolute;
	bottom: -10px;
	left: -1px;
	transform: translateY(100%);
	width: calc(100% + 2px);
	background-color: #fff;
}
.select-phone.active .selector{
	display: flex;
}
.select-phone .selector .select-country{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 9px 6px;

	font-size: 14px;
	font-weight: 800;
	line-height: 16.8px;
	text-align: left;
	text-decoration: none;
	color: #383838;
	border-radius: 6px;
}
.select-phone .selector .select-country.active,
.select-phone .selector .select-country:hover{
	transition: .3s;
	background-color: #F3F9FF;
}
/* End */


/* Start:/local/templates/videohosting/template_styles.css?17115139472791*/
.main-wraper .main-wraper {
    margin: 0;
}

.categories-slider-wrapper .next-photo:before,
.categories-slider-wrapper .prev-photo:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 30px;
    top: 0;
}

.categories-slider-wrapper .prev-photo:before {
    left: 100%;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.categories-slider-wrapper .next-photo:before {
    right: 100%;
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

.categories-slider-wrapper .prev-photo {
    left: 0;
}

.categories-slider-wrapper .next-photo {
    right: 0;
}

.categories-slider-wrapper .next-photo svg,
.categories-slider-wrapper .prev-photo svg {
    opacity: 0.5;
}

.categories-slider-wrapper .next-photo:hover svg,
.categories-slider-wrapper .prev-photo:hover svg {
    opacity: 1;
}

.categories-slider-wrapper .next-photo,
.categories-slider-wrapper .prev-photo {
    display: block;
    top: 0;
    border-radius: 0;
    background: #fff;
    color: #000;
    opacity: 1;
    height: 100%;
    padding: 12px;
    z-index: 2;
}

.categories-slider-wrapper .slick-arrow.slick-disabled {
    display: none !important;
}

.index-page .categories-slider-wrapper {
    padding: 0 15px 0 10px;
}

.categories-slider-wrapper {
    margin-bottom: 20px;
    overflow: hidden;
}

.main-catalog-sections .catigory {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.main-catalog-sections .catigory-item {
    padding: 10px 15px;
    background: #F5F5F5;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    margin: 0 10px 0 0;
    display: block;
}

.main-catalog-sections .catigory-item:hover {
    background: #E1E1E1;
}

.main-catalog-sections .catigory-item.active {
    background: #1D1D1D;
    color: #FFFFFF;
}

.modal-support {
    width: 100%;
    max-width: 500px;
}

.modal-support__buttons .buttons {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 12px;
}

.modal-support__info {
    font-size: 18px;
    line-height: 21px;
    color: #1A2433;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.menu-form-support {
    font-weight: 600;
    color: #6C6C6C;
    font-size: 15px;
    border-top: 1px solid #EDF2F9;
    padding-top: 20px;
    margin-top: 10px;
}

.menu-form-support a {
    color: #004EA4;
    font-weight: 600;
}

.fancybox-support .fancybox-bg {
    background: #000 !important;
    opacity: 0.4 !important;
}

.fancybox-support .fancybox-content {
    border-radius: 10px;
}

.fancybox-active .for_mobile_box {
    filter: blur(1px);
}

/* End */
/* /local/templates/videohosting/css/styles.css?171592839528292 */
/* /local/templates/videohosting/libraries/fancybox/jquery.fancybox.min.css?169634723212795 */
/* /local/templates/videohosting/libraries/slick/slick.css?16963472321776 */
/* /local/templates/videohosting/libraries/slick/slick-theme.css?16963472323145 */
/* /local/templates/videohosting/components/bitrix/system.auth.form/auth_form/style.min.css?1696347232424 */
/* /local/templates/videohosting/components/bitrix/main.register/registr_form/style.css?17339203662305 */
/* /local/templates/videohosting/template_styles.css?17115139472791 */
