@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/fonts/icomoon.eot?icdsoz');
  src:  url('../fonts/icomoon/fonts/icomoon.eot?icdsoz#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/fonts/icomoon.ttf?icdsoz') format('truetype'),
    url('../fonts/icomoon/fonts/icomoon.woff?icdsoz') format('woff'),
    url('../fonts/icomoon/fonts/icomoon.svg?icdsoz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@media (prefers-reduced-motion: no-preference) {
      :root {
        scroll-behavior: smooth;
      }
    }

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-vk-with-circle:before {
  content: "\e902";
}
.icon-telegram1:before {
  content: "\e901";
}
.icon-vk:before {
  content: "\e900";
}
.icon-telegram:before {
  content: "\ea95";
}
.icon-vk1:before {
  content: "\ea98";
}
.c1 {
    color: #ff91b5;
}
.c2 {
    color: #92a8e9;
}
.swiper-slide-controls-play-pause {
	display:none;
}
.header-menu {
    background-color: #BCC563 !important;
    height: 150px !important;
}
.header-menu.scrolled {
    background-color: transparent !important;

}


.main-slider {
	z-index:1;
}
.z-1 {
	z-index:1;
	display: none;
}
.z-10 {
	z-index:10;
}

.opacity-0 {
	opacity:1;
	z-index:100;
	display: block;
}

.txt p, #news p {
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.tran4s {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
 }
.modal-small {
    width: 80%;
    margin: 5% auto;
    height: 80% !important;
	margin-left: auto !important;
    margin-right: auto !important;
	/*overflow-y: visible !important;*/
}
.product-pic {
    background: url("../img/bg-modal-small.jpg");
	background-size:cover;
	z-index: 1;
}
.product-pic-left::before {
    content: "";
    position: absolute;
    bottom: -75px;
    left: -30px;
    display: block;
    background: no-repeat url(../img/z-pic-left.png);
    width: 266px;
    height: 600px;
    background-size: cover;
}
.product-pic-right::after {
    content: "";
    position: absolute;
    bottom: -75px;
    right: -20px;
    display: block;
    background: no-repeat url(../img/z-pic-right.png);
    width: 270px;
    height: 440px;
    background-size: cover;
}
.modal-small .modal-content {
    padding: 50px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;
}
.product-info-title {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: #5f5f5f;
    line-height: 1.25;
    margin: 15px 0;
	text-align: center;
}
.modal-small p.text {
    text-align: center;
	width: 70%;
    margin: auto;
}
.product-info-category {
    text-align: center;
}
.product-info-category img {
    width: 400px;
}
.lang-block-eng {
    display: contents;
}
.lang-en {
    z-index: 10000;
    display: block;
    position: absolute;
    background: blueviolet;
    text-align: center;
    width: 100%;
    font-variant: all-petite-caps;
}
.lang-block-eng a {
    color: white;
}


#header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 50px;
    background: none;
    -webkit-transition: 1s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
    -moz-transition: 1s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
    -ms-transition: 1s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
    -o-transition: 1s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
    transition: 1s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1001;
}

.width-text {
    display: flex;
    justify-content: space-between;
}
.width-text span {
    line-height: 1.1;
    font-weight: bold;
    text-transform: uppercase;
}
.visibility {
	visibility: visible;
	opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;    
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;	
}

h1.home-page-title p span {
    color: #40a174;
}
/* Menu */
.show.center-block-menu {
    background: rgb(255 255 255 / 0%);
	display: table-cell !important;
}
.dark-layer {
	position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    background: #00000082;
    cursor: pointer;
}
.menu a:hover {
    background-color: #fff1a4;
    padding: 10px 20px;
    border-radius: 25px;
    color: #F49B65 !important;
}
.sponsors .block-txt p{
    text-align: left;
    font-size: 1rem;
    line-height: inherit;
    font-weight: 600;
}
.block-txt {
	margin-bottom: 25px;
    margin-top: 15px;
}
.sponsor-main {
    position: absolute;
    bottom: 0;
    width: inherit;
}
.menu a.menu-lang {
    background: #ff91b5;
    color: white !important;
	display:none;
}
/* It-slider start */
.container-slider  {
    width: 50vw;
    height: 100vh;
    display: flex;
    align-items: center;
}
.itc-slider {
      max-width: 1200px;
      margin: 0 auto;
    }

    .itc-slider__items {
      counter-reset: slide;
      --gap: 0.8455rem;
      gap: var(--gap);
    }

    .itc-slider__item {
      flex: 0 0 auto;
      width: 100%;
      counter-increment: slide;
      height: 250px;
      position: relative;
    }

    @media (min-width: 768px) {
      .itc-slider__item {
        width: calc(50% - var(--gap) / 2);
      }
    }

    @media (min-width: 992px) {
      .itc-slider__item {
        width: calc(33.3333333333% - var(--gap) * 2 / 3);
      }
    }

    .itc-slider__item::before {
      content: counter(slide) "/5";
      position: absolute;
      top: 10px;
      right: 20px;
      color: #fff;
      font-style: italic;
      font-size: 32px;
      font-weight: bold;
      display: block;
    }

    .itc-slider__item:nth-child(1) {
      background-color: #f44336;
    }

    .itc-slider__item:nth-child(2) {
      background-color: #9c27b0;
    }

    .itc-slider__item:nth-child(3) {
      background-color: #3f51b5;
    }

    .itc-slider__item:nth-child(4) {
      background-color: #03a9f4;
    }

    .itc-slider__item:nth-child(5) {
      background-color: #4caf50;
    }

/* It-slider end */

.slide-img-it img {
    display: block;
    width: 100%;
    height: 100vh;
    right: 0;
    left: auto;
    -webkit-transition: 1.2s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0.65s;
    -moz-transition: 1.2s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0.65s;
    -ms-transition: 1.2s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0.65s;
    -o-transition: 1.2s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0.65s;
    transition: 1.2s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0.65s;
    object-fit: cover;
}
.itcss__indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    display: flex;
    justify-content: center;
    padding-left: 0;
	margin: auto;
    list-style: none;
    user-select: none;
    width: 100%;
}
.img-poster {
	width:100% !important;
}
.itcss__wrapper {
    background-color: #000;
}
/* It-adapt-slider start */
itcss__item {
	height:100vh;
}

/* It-adapt-slider end */

.title-slide {
    /*padding-left: 120px ;*/
}
/* */
.full {
    width: 100vw;
    height: auto;
	position: relative;
    -webkit-transition: 1.2s cubic-bezier(0.67, 0.02, 0.2, 0.97) 2.3s;
    -moz-transition: 1.2s cubic-bezier(0.67, 0.02, 0.2, 0.97) 2.3s;
    -ms-transition: 1.2s cubic-bezier(0.67, 0.02, 0.2, 0.97) 2.3s;
    -o-transition: 1.2s cubic-bezier(0.67, 0.02, 0.2, 0.97) 2.3s;
    transition: 1.2s cubic-bezier(0.67, 0.02, 0.2, 0.97) 2.3s;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow: auto;
	background: #81C9CE;
	color: white;
	z-index: 1000;
}
.full:before {
	 content: ' ';
	 display: block;
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 opacity: 0.3;
	 background: url(../img/bg-cover.jpg) top center no-repeat;
	 background-size:cover;
	 background-attachment: fixed;
}
@media only screen and (max-width: 768px) {
	#contact.full {
	width:100%;
	overflow-x: hidden;
	}
}
.full h2.home-page-title-all {
    margin-bottom: 50px;
}
.full-type2 {
    width: 100vw;
    height: auto;
	position: relative;
    -webkit-transition: 1.2s cubic-bezier(0.67, 0.02, 0.2, 0.97) 2.3s;
    -moz-transition: 1.2s cubic-bezier(0.67, 0.02, 0.2, 0.97) 2.3s;
    -ms-transition: 1.2s cubic-bezier(0.67, 0.02, 0.2, 0.97) 2.3s;
    -o-transition: 1.2s cubic-bezier(0.67, 0.02, 0.2, 0.97) 2.3s;
    transition: 1.2s cubic-bezier(0.67, 0.02, 0.2, 0.97) 2.3s;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow: auto;
	background: #e5f9e2;
	color: white;
	z-index: 1001;
}
.full-type2 > .container {
    width: 100%;
    height: auto;
    padding: 25px 72px 0 55px;
    overflow-x: hidden;
    overflow-y: hidden;
}
#contact-form {
    font-size: 2rem;
}
@media only screen and (max-width: 768px) {
	#contact-form {
    width: 90%;
    margin: 0 auto;
    font-size: 1.5rem;
	}
}
@media only screen and (max-width: 560px) {
	#contact-form {
    width: 90%;
    margin: 0 auto;
    font-size: 1.2rem;
	}
	.pole span {
    border-radius: 25px;
    margin-right: 10px;
    padding: 10px;
}
}
.full .introduction {
    margin: 0;
	-webkit-transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
   -moz-transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
    -ms-transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
     -o-transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
        transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
}
.full .introduction h3 p{
    color: white;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: 0.05em;
    word-spacing: 0.3em;
    margin-bottom: 25px;
    line-height: 1.5;	
}
.full h2 {
    color: white;	
}
.block-pole {
    border: 2px solid white;
    border-radius: 50px;
	    margin-bottom: 100px;
}
.block-pole .pole3 {
   border-bottom: 0px solid white;
}
.pole {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid white;
    padding: 15px 0 25px 0;
	align-items: center;
}
.pole  span{
    border-radius: 25px;
    margin-right: 25px;
    padding: 15px;
}
.pole1 .pole-data span {
    border: 2px solid #f5b3c9;
	background: #f5b3c9;
}
.pole2 .pole-data span {
    border: 2px solid #BCC563;
	background: #BCC563;
}
.pole3 .pole-data span {
    border: 2px solid #93d4e7;
	background: #93d4e7;
}

.text-block h3 {
	font-size:2rem;
}
.text-block p {
	font-size:1.5rem;
}

.full-slide-img {
    width: 50vw;
}
@media only screen and (max-width: 880px) {
	.full-slide-img {
    width: 100vw;
}
}

/*  */
.container-home-right {
		display:none;
	}
@media only screen and (max-width: 880px) {
	.container-home-right {
		position: absolute;
		bottom: 12%;
		background: #ffffffd1;
		padding: 25px 0;
		display:block;
	}
	.introduction-right {
    width: 80%;
    margin: auto;
	}
	.introduction-right h3 {
    font-size: 1.3rem;
    text-align: center;
}
}

/* Persons */
.person-card {
    padding: 15px 15px;
    overflow: hidden;
    margin-bottom: 30px;
    float: left;
    background: #ffffff;
}
.person-card .single-team-member, .person-card .single-team-member .img {
    overflow: hidden;
    position: relative;
    text-align: center;
	border-radius: 15px;
}
.person-card .single-img img, .person-card .single-team-member .img img, #skill-section .img img, #blog-section .single-news-item .img img, .koprod img {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.person-card .single-team-member .img .opacity h4 {
    line-height: 40px;
    padding: 0 18px;
    border-width: 3px;
    display: inline-block;
    background: #ffd658;
    color: #d73e4d;
}
.person-card .single-team-member .img .opacity h4, .person-card .single-team-member .img .opacity span, .person-card .single-team-member .img .opacity p {
    opacity: 0;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.person-card .single-team-member .img .opacity span {
    font-weight: 700;
    font-size: 1.5em;
    display: block;
    margin: 22px 0 15px 0;
    color: #363636;
}
.person-card .single-team-member .img .opacity h4, .person-card .single-team-member .img .opacity span, .person-card .single-team-member .img .opacity p {
    opacity: 0;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.person-card .single-team-member .img .opacity p {
    color: #373a3f;
    padding: 0 40px;
}
.person-card .single-team-member .img .opacity h4, .person-card .single-team-member .img .opacity span, .person-card .single-team-member .img .opacity p, .name-actor {
    opacity: 0;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.member-name, .member-name-actor {
    /* background: #e6e6e6; */
    overflow: hidden;
    position: relative;
    min-height: 70px;
}
.member-name h6, .member-name-actor h6 {
    text-transform: capitalize;
    color: #696f78;
    margin-top: 20px;
    font-size: 1em;
	line-height: 1;
	position: absolute;
	width: 100%;
}
.tran3s, .theme-main-menu .navbar-nav>li a, .person-card .single-team-member .member-name h6, .person-card .single-team-member .member-name p, .person-card .single-team-member .member-name ul {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.person-card .single-team-member .img .opacity p {
    color: #373a3f;
    padding: 0 40px;
}
.person-card .single-team-member .img .opacity {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 227 88 / 72%);
    opacity: 0;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.person-card .single-team-member:hover .img img {
    -webkit-transform: scale3d(1.15,1.15,1);
    -moz-transform: scale3d(1.15,1.15,1);
    -ms-transform: scale3d(1.15,1.15,1);
    -o-transform: scale3d(1.15,1.15,1);
    transform: scale3d(1.15,1.15,1);
}
.person-card .single-team-member:hover .img .opacity {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/*.single-team-member:hover .member-name {
    display: none;
}
.single-team-member:hover .member-name-actor {
    display: block;
}*/
.single-team-member:hover .img .opacity h4, .single-team-member:hover .img .opacity span, .single-team-member:hover .img .opacity p, .single-team-member:hover .name-actor  {
    opacity: 1;
}
.person-card .single-team-member:hover .img .opacity h4, .person-card .single-team-member:hover .img .opacity span, .person-card .single-team-member:hover .img .opacity p {
    opacity: 1;
}
.person-card .single-team-member:hover .img .opacity p {
    opacity: 1;
}
.single-team-member:hover .member-name h6, .person-card .single-team-member:hover .member-name p {
    visibility: hidden;
    -webkit-transform: translate3D(0,-100px,0);
    -moz-transform: translate3D(0,-100px,0);
    -ms-transform: translate3D(0,-100px,0);
    -o-transform: translate3D(0,-100px,0);
    transform: translate3D(0,-100px,0);
}

.single-team-member h6.name-actor {
	-webkit-transform: translate3D(0,-100px,0);
    -moz-transform: translate3D(0,-100px,0);
    -ms-transform: translate3D(0,-100px,0);
    -o-transform: translate3D(0,-100px,0);
    transform: translate3D(0,-100px,0);
}
.single-team-member:hover h6.name-actor {
    visibility: visible !important;
	-webkit-transform: translate3D(0,0px,0);
    -moz-transform: translate3D(0,0px,0);
    -ms-transform: translate3D(0,0px,0);
    -o-transform: translate3D(0,0px,0);
    transform: translate3D(0,0px,0);
}

/*.person-card:hover .single-team-member::after {
	content: '';
    position: absolute;
    display: block;
    height: 70px;
	width:70px;
	background: url('../img/sound.svg') no-repeat center !important;
	left: 220px;
    bottom: 80px;
}*/
.image-works {
    border-radius: 50%;
    overflow: hidden;
}
.sound-ico {
  height: 75px;
    background: url(../img/sound.svg) no-repeat;
    position: absolute;
    width: 75px;
    display: block;
    background-size: contain;
    z-index: 10;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
}
.audio-play {
  height: 75px;
  animation: play 1s linear infinite alternate;
  background: url(../img/sound-play.svg) no-repeat;
  background-size: contain;
  z-index: 10;
}

@keyframes play {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

.owl-nav-custom-persons {
	display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100vw;
    left: 0;
}
.owl-nav-custom-news-all {
	/*display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100vw;
    left: 0;*/
}
.owl-prev, .owl-next {
    display: block;
    text-align: center;
}
.owl-prev:hover, .owl-next:hover {
	transform:scale(1.1);
}
.owl-prev.disabled, .owl-next.disabled{
	transform:scale(1);
}
.owl-next {
	background: url('../img/btn-next.svg') no-repeat center;
	right: 25px;
	left: initial;
}
.owl-next.disabled {
    left: auto;
	background: url('../img/btn-next.svg') no-repeat center !important;
	opacity:.5;
}
.owl-prev {
	background: url('../img/btn-prev.svg') no-repeat center;
}
.owl-prev.disabled {
	background: url('../img/btn-prev.svg') no-repeat center !important;	
	opacity:.5;
}
.owl-prev  i, .owl-prev.disabled i, .owl-next i, .owl-next.disabled i{
	display:none;
}
.owl-prev, .owl-prev.disabled, .owl-next, .owl-next.disabled{
	background-size:contain;
}
.owl-prev, .owl-next, .owl-prev.disabled , .owl-next.disabled{
    width: 100px;
    height: 100px;
    line-height: 100px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
    border-radius: 0%; 
    font-size: 12px;
    color: #fff;    
    cursor: pointer;
    z-index: 10;
}

/* Logo */

.logo-block {
    position: relative;
    display: block;
    width: 270px;
    FONT-WEIGHT: 200;
    top: 35px;
    margin: auto;
    padding: 0;
    border: none;
    -webkit-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: color, -webkit-transform;
    transition-property: transform, color;
    transition-property: transform, color, -webkit-transform;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 10;
}
.logo-block-scrolled {
    position: fixed;
    display: none;
    top: 42px;
    left: 39px;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: color, -webkit-transform;
    transition-property: transform, color;
    transition-property: transform, color, -webkit-transform;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
	width:100px;
}

@media only screen and (max-width: 768px) {
	.logo-block {
		width: 220px;
		top: 0px;
	}
}
img.img-fluid {
    width: 100%;
}

.lang-block {
    position: absolute;
    display: block;
    top: 42px;
    left: 39px;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: color, -webkit-transform;
    transition-property: transform, color;
    transition-property: transform, color, -webkit-transform;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
}
.lang-block:hover span{
    opacity:0;
	transition: all 1s ease;
}
.lang-block .rus-version {
    opacity:0;
	transition: all 1s ease;
}
.lang-block:hover .rus-version {
    opacity:1;
}
@media only screen and (max-width: 768px) {
	.lang-block:hover .rus-version {
    opacity:0;	
	}
	.lang-block:hover span{
    opacity:1;
	}
	.lang-block {
    top: 0px;
	}
	.header-menu {
    height: 100px !important;
	}
}
.lang span{
    color: white;
    font-size: 1.5rem;
    padding: 15px 25px;
    background-color: #ff91b5;
    display: inline-block;
    position: fixed;
	border-radius: 50px;
}

/* menu */
.round-menu {
    position: absolute;
    display: block;
    width: 120px;
    height: 90px;
    top: 30px;
    right: 39px;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: color, -webkit-transform;
    transition-property: transform, color;
    transition-property: transform, color, -webkit-transform;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    cursor: pointer;
    z-index: 99;
   /* background: no-repeat url(../img/menu-ico.svg);*/
}
.round-menu:hover {
	background: no-repeat url("../img/menu-ico-hover.svg");
}
.round-menu.direction {
    background: #fff;
    top: 55px;
    right: 55px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	background: no-repeat url("../img/menu-ico-scrolled.svg");
}
.round-menu.direction.round-menu::before {
   background: transparent;
}

.round-menu::before {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: -webkit-calc(50% - 30px);
    top: -moz-calc(50% - 30px);
    top: calc(50% - 30px);
    left: -webkit-calc(50% - 30px);
    left: -moz-calc(50% - 30px);
    left: calc(50% - 30px);
    background: transparent;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 0;
}

.round-menu .dot-1, .round-menu .dot-2, .round-menu .dot-3 {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: -webkit-calc(50% - 3px);
    top: -moz-calc(50% - 3px);
    top: calc(50% - 3px);
    left: -webkit-calc(50% - 6px);
    left: -moz-calc(50% - 6px);
    left: calc(50% - 6px);
    background: white;
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}
.round-menu.direction .dot-1, .round-menu.direction .dot-2, .round-menu.direction .dot-3 {
    background: #fff;
}
.round-menu .dot-1 {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
}
.round-menu .dot-3 {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}

.round-menu:hover .dot-1, .round-menu:hover .dot-2, .round-menu:hover .dot-3 {
    mix-blend-mode: normal;
    background: #fff;
    transform: scale(2);
}

@media only screen and (max-width: 768px) {
	.round-menu.direction {
	top: 10px;
    right: 0px;
    transform: scale(0.8);
	}
	.round-menu {
    top: 0px;
	}
}

/* Левый сайдбар */

.center-container-home {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 98;
    padding-right: 100px;
}
@media only screen and (max-width: 880px) {
.center-container-home {
    display: none;
}
}
/*.left-side-home {
	width: 100vw;
}
.left-side-home {
    width: 100vw;
    height: 100%;
    -webkit-transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
    -moz-transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
    -ms-transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
    -o-transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
    transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow: hidden;
}
.center-container-home {
    width: 100%;
    background-color: #f9f9f9;
}
.introduction {
    position: relative;
    width: 100%;
    margin: 0 0 0 55px;
    -webkit-transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
    -moz-transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
    -ms-transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
    -o-transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
    transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 0;
}
/* Правый сайдбар */
/*.right-side {
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 0;
    -webkit-transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
    -moz-transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
    -ms-transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
    -o-transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
    transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0s;
    background: none;
    overflow-x: hidden;
    overflow-y: hidden;
}

.home-img-container {
    position: absolute!important;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97);
    -moz-transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97);
    -ms-transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97);
    -o-transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97);
    transition: 0s cubic-bezier(0.67, 0.02, 0.2, 0.97);
    overflow: hidden;
    z-index: 0;
}*/

.swiper-slide-inner-bg {
    font-size: xxx-large;
    color: aliceblue;
    display: flex;
    align-items: center;
}
.page-loaded .overlay:before {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.swiper-slide-inner-bg .more-wraper-center {
    position: absolute;
    width: 150px!important;
    max-width: 1500px;
    height: 150px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 100;
}
/*.slide-img img {
    display: block;
    width: 50vw;
    height: initial;
    right: 0;
    left: auto;
    -webkit-transition: 1.2s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0.65s;
    -moz-transition: 1.2s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0.65s;
    -ms-transition: 1.2s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0.65s;
    -o-transition: 1.2s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0.65s;
    transition: 1.2s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0.65s;
    object-fit: cover;
}
.page-loaded .slide-img img {
    width: 50vw;
    display: block;
}*/
.more-button-txt-center {
    position: absolute;
    top: 80px;
    left: 75px;
    width: 120px!important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: normal;
    color: #5f5f5f;
    margin: 0 auto;
}
.swiper-slide-inner {
    background: #2c873b;
}

/* start ABOUT */
.panel-title {
    position: relative;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: #5f5f5f;
    margin: 0;
}
.panel-title > a {
	display: flex !important;
    flex-direction: row-reverse;
}
.panel-group .panel .panel-heading h4 a i {
    position: relative;
    display: block;
    top: 30px;
    left: -30px;
    color: #5f5f5f;
    text-align: center;
    font-size: 2rem;
}
@media only screen and (max-width: 768px) {
.panel-group .panel .panel-heading h4 a i {
    top: 10px;	
	font-size: 1.5rem;
}
.panel-title {
    font-size: 1.5rem;
}
}

.panel-body p {
    line-height: 1.5;
    text-align: left;
    position: relative;
	margin-bottom: 25px;
}

/* end ABOUT */

/* start Studio */
.section-title-inner {
	color: #4a8894;
    font-size: 2rem;	
}
.section-title-inner.section-title-inner-dark {
    color: #AB95C7;
    font-size: 1rem;
    margin-top: 1rem;
}
/* end Studio */


/* start Product */
.prod-item {
    display: table;	
	background: #eaeaea;
    border-radius: 25px;
}
.prod-item:hover  .prod-item-inner {   
    background: #F49B64;
}
.prod-item:hover  .prod-item-inner  .the-button::before, .prod-item:hover  .prod-item-inner  .the-button::after {
    width: 100%;
    background: aliceblue;
}
.prod-item:hover  .prod-bg-wrapper {
    background-size: 120%;
}
.prod-bg-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 105%;
    -moz-background-size: 105%;
    -ms-background-size: 105%;
    -o-background-size: 105%;
    background-size: 105%;
    border-radius: 25px 0 0 25px;
	display: table-cell;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.prod-item-inner > .text {
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: space-between;
	min-height: 425px;
}
.prod-item-inner {
    position: relative;
    width: 100%;
	height:fit-content;
    margin: 0;
    padding: 15px;
    background: #bcc563;
    border-radius: 0 25px 25px 0;
	display: table-cell;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.prod-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#product .text p{
    line-height: 1.5;
	font-size: 1rem;
}
#product .text div {
	margin:15px 0;
}
.prod-info-title {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: -0.04em;
    color: #5f5f5f;
    line-height: 1.25;
    margin: -8px 0 -5px 0;
}
.prod-info-category {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    text-align: left;
    letter-spacing: -0.04em;
    color: #5f5f5f;
    margin: -4px 0 -3px 0;
}
.prod-info-category b{
    font-size: 24px;
    font-weight: 700;
	margin: 0 5px;
}
button.button-all span {
    position: relative;
    top: -12px;
    font-size: 1.2rem;
	z-index: 100;
}

.the-button::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 38px;
    top: -2px;
    left: -6px;
    border: 3px solid #5f5f5f;
    border-right: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.the-button::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 38px;
    top: -2px;
    right: -6px;
    border: 3px solid #5f5f5f;
    border-left: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

/* end Product */


/* Footer */
footer {
    background: #EAA672;
    z-index: 1000;
    position: relative;
    padding: 50px 0;
}
.footer-logo {
    width: 300px;
    margin: auto;
}
footer .logo-tmf {
    width: 250px;
}
.footer-content {
	display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
footer .social-icons-home-wrapper {
    position: relative;
    text-align: left;
    z-index: 98;
    bottom: 0;
	left: 0;
}
.footer-copyright {
	text-align: center;
    margin-top: 25px;
	color: #446F76;
}
footer .c1, footer .c2 {
    color: #ffffff;
}
footer ul.social-icons-home a:hover .c1{
    padding: 0;
    color: #ff32f9;
    text-decoration: none;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;    
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
footer ul.social-icons-home a:hover .c2{
    padding: 0;
    color: #735cff;
    text-decoration: none;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;    
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
/*  */

.more-button-bg-center {
    background: rgb(255 255 255 / 70%);
    border: 3px dashed #fff;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.circle-wrapper-full:hover .more-button-bg-center {
    background: rgb(255 255 255 / 90%);
    border: 5px dashed #fff;
}
.more-button-circle {
    padding: 6.5px;
}

/*  */
.read-more.is-inline,
.read-more.is-inline p,
.read-more.is-inline + span  {
  display: inline;
}

.read-more.is-inline + span {
  margin-left: 0.25em
}
.read-more__link {
    cursor: pointer;
    border-bottom: 3px solid #ab95c5;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #7b5f9c;
}

/**/
.sponsor-grat {
    font-size: 2rem;
    line-height: 1.5;
    color: #766aa1;
	 margin-bottom: 100px;
	 text-align:center;

}
.sponsor-grat h2 {
    margin-bottom: 25px;
}

.track {
  margin: .4em;
  padding: .2em;
  background: white;
  border: solid 1px lightgray;
}
.track .mini_controls {
  float: left;
  margin: 12px;
}

.playpause {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 64px;
  background-position: -1px -16px;
  background-image: url(http://simpleicon.com/wp-content/uploads/play_pause.png);
}
.track.active  {
   background: lightyellow;
}
.active .playpause {
  background-position: -33px -16px;
}

/* timer */
.timer {
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	z-index: 10;
}	
.timer-row{
    z-index: 100;
    display: block;
    position: fixed;
    background: #dfdf73;
    width: 100vw;
    background: rgb(244 230 77);
    background: linear-gradient(90deg, rgb(242 228 77), rgb(238 216 80) 80%);
    color: #e21919;
}
.timer-row::before{
	content: '';
    display: block;
    background: url(/img/timer_bg_left.png) no-repeat;
    height: 50px;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 310px;
}
.timer-row::after{
	content: '';
    display: block;
    background: url(/img/timer_bg_right.png) no-repeat;
    height: 51px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;

}
.timer__items {
      display: flex;
      font-size: 48px;
	  justify-content: center;
    }

    .timer__item {
      position: relative;
      min-width: 60px;
      margin-left: 10px;
      margin-right: 10px;
      padding-bottom: 15px;
      text-align: center;
	  font-size: 1.5rem;
    }

    .timer__item::before {
      content: attr(data-title);
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      font-size: 14px;
    }

    .timer__item:not(:last-child)::after {
      content: ':';
      position: absolute;
      right: -15px;
    }
.timer_text_right a	{
    padding: 7px 14px;
    background: #df7dbc;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fffce6;
    border-radius: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-left: 25px;
}
.timer_text_right a:hover	{
    color: white;
}
/* Slider */
.sl_text {
    width: 60%;
}
/*  */
.smi {
    background: #e2e3f9;
}
.smi .section-title-inner {
    font-size: 1.2rem;
	margin-bottom: 25px;
	cursor: pointer;
}

.smi .section-title-inner  a:hover {
    color: #4a8894;
    font-weight: 600; 
	text-decoration: underline;
}
.smi .image-works {
    width: 200px;
    height: 200px;    
	margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.smi .image-works span{
    font-family: 'Oswald';
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
	text-align: center;
}
.bc1 {background-color: #4fe269;}
.bc2 {background-color: #c6c6c6;}
.bc3 {background-color: #707070;}
.bc4 {background-color: #3b914e;}
.bc5 {background-color: #d74f4f;}
.bc6 {background-color: #4cbf65;}
.bc7 {background-color: #f48a36;}


/* News */
    .container-news {
      max-width: 350px;
      margin: 0 auto;
	 display: flex;
     align-items: center;
    }

    @media (min-width: 768px) {
      .container-news {
        max-width: 710px;
        margin: 0 auto;
      }
    }

    @media (min-width: 1200px) {
      .container-news {
        max-width: 1140px;
        margin: 0 auto;
      }
    }

    .itc-slider {
      overflow: hidden;
      padding-bottom: 35px;
    }

    .itc-slider__wrapper {
      margin-left: -10px;
      margin-right: -10px;
	  margin-bottom: 50px;
    }

    @media (min-width: 768px) {
      .itc-slider__item {
        flex: 0 0 50%;
        max-width: 50%;
      }
    }

    @media (min-width: 1200px) {
      .itc-slider__item {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
      }
    }
.itc-slider__items-news {
	counter-reset: auto;
}
.container-news .itc-slider__items {
    counter-reset: slide;
    --gap: 0;
    gap: var(--gap);
}
.container-news .itc-slider__item {
    flex: 0 0 auto;
    width: 100%;
    counter-increment: slide;
    height: auto;
    position: relative;
}
.container-news .itc-slider__item {
    background: none;
}
    .card {
      position: relative;
      padding-left: 10px;
      padding-right: 10px;
    }

    .card__header {
      position: relative;
	  background: white;
	  padding-top: 15px;
    }

    .card__img {
    display: block;
    height: auto;
    max-width: 90%;
    width: 100%;
    margin: auto;    
	border-radius: 15px;
    }

    .card__section {
    position: absolute;
    top: 25px;
    left: 30px;
    background-color: rgb(255 159 56);
    color: #fff;
    padding: 6px 10px;
    font-size: 20px;
    border-radius: 12px;
    line-height: 1;
    font-weight: 700;
	}

    .card__title {
      background: #ffffff;
      color: #696f78;
      white-space: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 1.3;
      padding: 10px 15px;
      margin: 0;
      height: 100px;
    }

    .card__footer {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      background: #fafafa;
      padding: 10px 15px 15px;
      color: #616161;
    }

    .card__photo {
      width: 40px;
      height: 40px;
      border-radius: 50%;
    }

    .card__author {
      margin-left: 6px;
    }

    .card__icon {
      margin-left: auto;
      width: 18px;
      max-height: 20px;
    }

    .card__views {
      margin-left: 6px;
    }

    .itc-slider__btn {
      background-color: unset;
    }

    .itc-slider__btn:hover,
    .itc-slider__btn:focus {
      background-color: rgba(0, 0, 0, 0.1);
    }

    .itc-slider__indicators {
      bottom: 0;
    }

    .itc-slider__indicator {
      background-color: #fff;
    }

    .itc-slider__indicator_active {
      background-color: #757575;
    }
.container-news .itc-slider__btn {
    position: absolute;
    top: inherit !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 50px;
    color: #fff;
    text-align: center;
    background: rgb(0 0 0 / 20%);
    border: none;
    transform: translateY(-50%);
    cursor: pointer;
}
/* lity */
.lity-iframe .lity-container {
   /* height: 100%;*/
}
.lity-content  {
    height: 100%;
	/*padding: 25px 0;*/
}
.lity-iframe-container  {
    height: 100%;
}
.home-img-container .swiper-slide-pagination{
    display: none;
}


/* @media */	
@media (min-width: 1920px){
	h1.home-page-title {
		font-size: 8rem;
		margin: 0 0 -6px -10px;
	}
}
@media only screen and (max-width: 1200px) {
	.timer-row::before {
    left: -75px;
	}
	.timer-row::after {
	right: -50px;
	}
	.lity-iframe .lity-container {
    height: 100%;
    max-width: 85%;
	}
}

@media only screen and (max-width: 1024px) {
	.panel-title {
    font-size: 1.5rem;
	}
	.panel-group .panel .panel-heading h4 a i {
    top: 10px;
    font-size: 1.5rem;
	}
	.full-type2 > .container {
    padding: 0;
	}
	.timer-row::before {
    left: -100px;
	}
	.timer-row::after {
	right: -100px;
	}
	.lity-iframe .lity-container {
    max-width: 85%;
	}
}
@media only screen and (max-width: 933px) {
	.timer-row::before {
    left: -150px;
	}
	.timer-row::after {
	right: -150px;
	}
}
@media only screen and (max-width: 846px) {
	.timer-row::before {
    left: -175px;
	}
	.timer-row::after {
	right: -125px;
	}
	.sl_text {
    width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.footer-content {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
	}
	footer ul.social-icons-home {
    font-size: 60px;
    margin-top: 35px;
	}
	.nav-menu-links .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
	}	
	.block-logo img {
		height: 75px;
	}
	.sponsors .block-txt p {
		font-size: medium;
	}
	.sponsor-grat .block-logo img {
    height: 175px;
	margin-bottom:25px;
	}
	.sponsors {
    padding: 10px 25px;
	}
	.sponsor-main-m .sponsors p{
    font-size: 14px;
	}
	.sponsor-main-m .block-txt {
    margin: inherit;
	}
	.timer-row::before {
    left: -150px;
	display:none;
	}
	.timer-row::after {
	display:none;
	}
}
@media only screen and (max-width: 700px) {
	.timer_text_left {
    font-size: 0.9rem;
    font-weight: 600;
	}
	.lity-iframe .lity-container {
    height: 100%;
    max-width: 80%;
}
}
@media only screen and (max-width: 520px) {
	.prod-item {
    max-width: 400px;
	}	
	nav.navigation-menu a {
    font-size: 1.7rem;
	}
	.logo-block  {
    float: left;
    left: 25px;
	top: 5px;
	}
	.lang-block {
    display: none;
	}
	.nav-menu-links .menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
	}
	nav.navigation-menu li {
		margin: 10px;
	}
	.block-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	}
	.pole span {
    margin-right: 15px;
    padding: 10px;
	}
	.menu a.menu-lang {
	display:block;
	}
	#header {
		/*top: 90px;*/
	}
	.timer {
    align-items: center;
    justify-content: flex-start;
}
.timer_text_right a {
    font-size: 0.6rem;
}
.timer_text_left {
    text-align: right;
	display: none;
}
.timer-row.row {
    margin-right: 0px;
    margin-left: 0px;
}
}
@media only screen and (max-width: 400px) {
	.block-logo img {
	height: 35px;
    margin-right: 10px;
	}
	.sponsors {
    padding: 10px 10px;
	}
	.sponsor-main-m .sponsors p{
    font-size: 12px;
    line-height: initial;
	}
	.sponsor-main-m .block-txt {
    margin: inherit;
	}
	.page-loaded .right-side {
    top: 35px;
	}
	.container-home-right {
    padding: 10px 0;
	}
	.introduction-right h3 {
    font-size: 1rem;
	}
	.round-menu {
    right: 10px;
	}
	.show .sponsors {
    flex-direction: column-reverse;
	}
	.show .block-logo img {
    height: 55px;
	}
	nav.navigation-menu, nav.navigation-menu.show {
    width: 100vw;
    height: 100vh;
	}
	.pole {
    flex-direction: column;
	}
	.owl-prev, .owl-next, .owl-prev.disabled, .owl-next.disabled {
    width: 75px;
    height: 75px;
    bottom: 19%;
	}
	.sponsor-grat h2 {
    line-height: 1.3;
	}
}