@import url('../fonts/manrope/stylesheet.css');
@import url('../fonts/icomoon/style.css');

* {
	font-family: 'Manrope';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
}
::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: #b3b3b3;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
}
.clearfix:after {
    content: "";
    display:block;
    clear: both;
}

html {
    min-width: 400px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
html, body {	
    height: 100%;
    margin: 0;
    padding: 0;    
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;

}
.swiper-container {
 padding-bottom: 40px !important;
}
/*----  cookies  ----**/
#nca-cookiesaccept-line {
	display:block!important;
}
#nca-cookiesaccept-line-accept-btn{
	background-color: #000000;
	border: none;
	color: white;
	padding: 10px 28px;
	}
#nca-cookiesaccept-line-accept-btn:hover {
    opacity: 0.5;
}

/*----  /cookies  ----**/
/*----  preloader  ----**/

.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #ebebeb;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}
.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #EE6B0C;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}
/*----  /preloader  ----**/

h1{
	font-weight: 600;
	font-size: 36px;
	line-height: 45px;
	letter-spacing: 0.5px;
    color: #13454B;
    padding: 15px 0 12px 0;
	margin-bottom: 40px;
}
h2, p{
	font-weight: 400;
	letter-spacing: 1px;
}
h2{
	font-size: 20px;
	line-height: 25px;
    color: #13454B;
}
p{
	font-size: 16px;
	line-height: 20px;
    color: #000;
}
iframe{
    border : 0px;
}
a{
    color: #ee6b0c;
    text-decoration: underline;    
}
a > *{
    color: inherit;
}
a:hover{
    opacity: 0.8;
}
a:hover b{
    color: #ee6b0c;
} 
a.button{
    display: block;
    padding: 10px 20px;
    margin: 20px;
    background-color: #0a3f48;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
ul {
    padding: 30px 0;
}
.group-buttons{
    margin-left: 33.3%;
    display: block;
}
@media (max-width: 740px){
	.group-buttons{
		margin-left: 0%;
	}
	a.button{
		margin: 10px 0px;
	}
}

svg{
    display: block;
    width: 35px;
    height: 35px;
    margin: 13px auto;
    fill:  #13454B;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    transform: translateZ(0);
    shape-rendering: geometricPrecision;
}

.fancybox-button.fancybox-close-small{
    padding: 0;
    margin: 8px;
}
.fancybox-button svg {
    display: block !important;
    height: 100%!important ;
    overflow: visible !important;
    position: relative !important;
    width: 100% !important;
	margin:0 !important;
	padding:0 !important;
}
ul li{
    padding-left: 20px;
    margin-left: 20px;
}

.green-block svg{
    fill: #fff;
}
svg:not(:root) {
    overflow: hidden;
}
.header, .content-wrapper, .container, .content, .footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
}

.header {
    position: relative;
    z-index: 10;
    background: white;
    width: 100%;
    height: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

div.logo-top a{
	display: block;
}

@media (max-width: 1080px){
.header {
	position: fixed;
	box-shadow: 0px 5px 5px #0000001f;
}
.container {
    margin-top: 100px;
}
.logo-top {
    z-index: 200;
}
}

.top-block{
	display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 !important;
}
.content-wrapper {
    margin: 0 auto;
    flex-direction: column;
	justify-content: space-between;
    height: 100%;
    width: 100%;
}

.container {
    flex-wrap: nowrap;
    flex: 1 0 auto;
}
#develop.container{
    overflow: hidden;
    position: relative;
}
.block-center{
    min-width: 400px;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 60px 0;
}
.main{
    width: 100%;
    overflow: hidden;
}

.main img{
    width: auto;
    height: 100%;
    margin: auto;
    display: block;
}
.main.green-block{
    background: url(/local/templates/ugmk-it-tech/images/img-0.1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content {
    width: 100%;
    flex-direction: column;
    flex: 1 1 auto;
    order: 1;

}
.bracket{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 42px;
    height: 60px;
    margin: 0 auto;
}
.bracket-ico{
   width: 130px;
}
.bracket-text{
    width: 100%;
}
.bracket::before,
.bracket::after{    
    content: '';
    background-image: url("../images/skobka.svg");
    display: block;
    background-repeat: no-repeat;
    background-size: contain; 
    background-position: center;
    position: absolute;   
    top: 0;
    width: 28px;
    height: 100%;

}
.bracket::before{
    float: left;
    left: 0;
}
.bracket::after{
    float: right;
    transform: scaleX(-1);
    right: 0;
}
.presenting-list .bracket-text{
	width: min-content;
}
.presenting-list-block h2{
	padding-top: 20px;
}
h2 ul{
    padding: 20px 0;
}
h2 ul li{
    color: #13454B;
}
ul.site-menu {
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
ul.site-menu li{
	display: inline-block;
}
ul.site-menu li a{
	text-decoration: none;
	text-transform: lowercase;
	padding: 10px;
    color: #13454b;
}
.presenting-list,
.interact-list,
.news-list{
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 60px 0;
}

.news-list{
a:before{
content: '';
position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #0000006b;
	}
}
.presenting-list-block,
.interact-list-block {
    display: block;
    width: 33.3%;
    padding: 15px;
    text-align: center;
}
.presenting-list-block:first-child,
.interact-list-block:first-child {
    padding-left: 0;
}
.presenting-list-block:last-child,
.interact-list-block:last-child {
    padding-right: 0;
}
@media (min-width: 650px) and (max-width: 1100px){
	.presenting-list{
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		width: 100%;
}
	.presenting-list-block{
		display: inline-block;
		width: 100%;
		padding: 15px 0;
}
	.presenting-list-block h1{
		width: 360px !important;
		float: left;
		margin-left: 0 !important;
}
	.presenting-list-block h2{
		text-align: left;
		margin-left: 390px;
}
}
.news-list-block{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 20px;
    
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.news-list-block h2,
.news-list-block p{
    color: #fff;
    text-align: left;
    position: relative;
    z-index: 3;
}
.news-list-block h2{
    font-weight: bold;
}
.swiper-slide{
    text-decoration: none;
    opacity: 1 !important;
}

.swiper-slide:hover:after{
    box-shadow: 0 0 0 10px #ee6b0c inset;
}
.presenting-list-block h1,
.interact-list-block h1{
    text-align: center;
    white-space: nowrap;
}
#interact .interact-list p{
    padding-top: 20px; 
}
.green-block {
    background: #0a3f48;
    display: flex;
    justify-content: center;
}
.green-block h1,
.green-block h2,
.green-block p{
    color: #fff;
}
.fullscreen-bg__video{
    position: relative;
    top: 0;
    /*left: 0;
    width: 100%;*/
}
.help-list{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 60px 0;
}
.help-list-block {
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 22px 0;

}

.help-list-block p{
    padding: 0 15px;
    width: 80%;
}
.share-container-block{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.share-container-block{
position: relative;
    border-top: 2px solid #ee6b0c;
    border-bottom: 2px solid #ee6b0c;
}
.share-container-block img{
    width: 310px;
    height: 211px;
}
.share-container-block:nth-child(odd){
    border-left: 2px solid #ee6b0c;
    margin-left: 145px;
}
.share-container-block:nth-child(even){
    border-right:  2px solid #ee6b0c;
    margin-right:  145px;
    flex-direction: row-reverse;
}
.share-container-block:nth-child(odd) img{
    margin-right: 5px;
}
p{
font-size: 13px;
}
.share-container-block:nth-child(even) img{
    margin-left: 5px;
}
.share-container-block:nth-child(even) p{
    text-align: right;
}
.share-container-block::before{
    content: '';
    display: block;
    position: absolute;
    box-sizing: content-box;
    width: 180%;
    height: 100%;
    z-index: 1;
    border-top: 2px solid #ee6b0c;
    border-bottom: 2px solid #ee6b0c;
}
.share-container-block:nth-child(odd):before{
    left: 0;
}
.share-container-block:nth-child(even):before{
    right: 0;
}

#invite .block-center{
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
#invite .block-center h1{
    width: 50%;
    padding-bottom: 0px;
}
#invite .block-center h1 a{
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
}
.container-contact{
    display: flex;
    flex-direction: row;
}
.container-contact div{
    display: block;
    width: 100%;
    padding-bottom: 15px;
}
.container-contact .contact-text{
    padding-left: 35px;
}
.statuses{
    float: none;
    display: inline-block;
    width: 100%;
}
.statuses img{
    display: block;
    float: left;
    width: 33.3%;
    height: auto;
    margin-right: 15px;
}
.DETAIL_TEXT{
	padding: 20px 40px;
}
.footer .documents{
    padding-top: 20px;
    padding-bottom: 0;
    border-top: 1px solid #3e676b;
    margin-top: 40px;
    text-align: right;
}
.footer .documents a {
    color: #a5b8b4;
    text-decoration: none;
}
@media (max-width: 800px){
	.DETAIL_TEXT{
		padding: 20px 20px;
}
}
.DETAIL_TEXT h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 14px;
    border-bottom: 2px solid #ee6b0c;
}
.DETAIL_TEXT .date{
    margin-bottom: 14px;
}
.DETAIL_TEXT p{
    text-align: justify;
    padding-bottom: 20px;
}
.DETAIL_TEXT  img.PREVIEW_PICTURE {
    width: 30%;
    height: auto;
    float: left;
    margin: 0 20px 10px 0;
}


.footer{    
    background: #13454B;    
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.footer h1{
	color: #fff;
	text-align: left;	
}
.footer .logo-bottom{
	display: block;
    width: 100%;
    text-align: right;
	padding-bottom: 0px;
}
/* плавное появление блоков*/
.element-animation { 
  /* Скроем элемент в начальном состоянии */
  opacity: 0;
  transform: translateY(20px);
}


@media (max-width: 830px){
	.element-animation { 
		opacity: 1 !important;
}}

.element-animation.element-show {
  opacity: 1;
  transition: all 1.5s;
  transform: translateY(0%);
}

.element-animation-right { 
  /* Скроем элемент в начальном состоянии */
  opacity: 0;
  transform: translateX(20px);
}
.element-animation-right.element-show-right {
  opacity: 1;
  transition: all 1.5s;
  transform: translateX(0%);
}

/* плавное появление блоков*/

@media (max-width: 1200px){
	.block-center{
		padding:  0 30px !important;
}
	#news.container .block-center,
	#invite.container .block-center{
    	padding: 30px 30px 60px 30px !important;
}
	#invite .block-center {
		display: block;
}
	#invite .block-center h1{
		padding-right: 30px;
		margin-bottom: 15px;
		line-height: initial;
		width: 100%;
}
	#invite h1.link-hh{
		width: max-content;
		padding: 0 42px;
		white-space: nowrap;
}
	#invite .block-center h1 a{
		width: auto;
}
@media (max-width: 1100px){
	h1.bracket.bracket-text,
	#invite .block-center h1.bracket.bracket-text{
		/*font-size: 3.2vw;*/
		line-height: initial;
		/*padding-right: 30px;*/
}
}
@media (max-width: 900px){
	.presenting-list{
		display: block;
}
	.presenting-list-block{
		width: 100%;
		text-align: center;
		padding: 15px 0;
}
	#develop .share-container-block img {
		width: 200px;
		height: auto;
	}
	#develop .share-container .share-container-block h2{
		font-size: 2.2vw;
		line-height: initial;
	}
	.share-container-block::before{
    	height: 100%;
	}
	#interact .interact-list.element-animation.element-show{
		display: block;
		width: 100%;
}
	#interact .interact-list-block{
		display: inline-flex;
		width: 100%;
		align-items: center;
		padding: 15px 0;
}
	.interact-list-block p{
		padding: 0 15px;
		text-align: left;
		width: 80%;
}
}
@media (min-width: 700px) and (max-width: 843px){
	div.logo-bottom img {
		width: 100% !important;
	}
}

@media (max-width: 700px){
	h1{
		font-size: 4.9vw;
		line-height: initial;
		margin-bottom: 15px;
}

	h1.bracket.bracket-text {
		/*float: right;*/
    	font-size: 36px;
}
	div.logo-bottom img {
		width: 70% !important;
	}
	.help-list {
		display: block;
		padding-top: 0;
	}
	.help-list-block {
			width: 100%;
	}
}
@media (max-width: 800px){
	.container {
		margin-top: 95px}
	#bg-video.container {
		margin-top: 100px
}
	.help-list{
		padding:0;
}
.main.green-block{
    background: url(/local/templates/ugmk-it-tech/images/img-0.2.jpg);
            background-position: center;
            background-size: cover;
}

.video-bg-mobile{
	video{
		display:none;
			}
}
@media (max-width: 650px){
	.share-container-block:nth-child(odd){
		margin-left:0 !important;
}
	.share-container-block:nth-child(even){
		margin-right: 0 !important;
}
}
@media (max-width: 650px){
	.container-contact{
		display: block;
		margin: -30px;
}
	#contact .container-contact{
		display: flex;
		flex-wrap: nowrap;
		flex: 1 0 auto;
		flex-direction: column;
		padding-top: 30px;
}
	#contact .container-contact .contact-map{
		order: 2;
}
	#contact .container-contact .contact-text{
		order: 1;
		padding: 15px 30px 30px;
}
}
@media (max-width: 550px){
	h1, #invite .block-center h1 a{
		font-size: 21px;
}
}