@font-face{
font-family: 'diner';
src: url('fonts/diner.ttf');
}

body{
    font-size: 100%;
    font: 1.125em 'Roboto', 'PT Sans', sans-serif;
}

#menu {
    background: #fff;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 18px rgba(0,0,0,.2);
    text-align: right;
}

#menu a {
        font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    color: #6d6464;
    text-decoration:none;
}
#menu a i.fa {
    color: #aab6bc;
}


#menu a:hover {
    color:#ff3e3e;

}
#menu a:hover i.fa {
    color:#ff3e3e;
}
.logo1 {

       position: absolute;
       top: 2px;
       left: 30px;
}

.logo1 span.logo_text {
    font-family: 'diner';
    font-size: 37px;
    color: blue;
    font-weight: 700;
    position: absolute;
    top: 12px;
    left: 10px;
    text-align: left;
    line-height: 1.1;

}
.logo_text {
    font-family: 'diner';
    font-size: 70px;
    color: blue;
    font-weight: 700;
    text-align: center;
    line-height: 1;

}
.half_page{
    width: 50%;
    float: left;
    height: 100% !important;
}
.half_right{
    background: #fff;
}
.container-login100 h1{
    margin-top:5px;
    padding: 0;
    line-height: 1;
    text-align: center;
    font-size: 17px;
}
.itemsMenu {
margin-top: 20px;

}
.itemsMenu li {
    display:inline;
    padding-right: 35px;
    width:100%;
    margin: 0 auto;

}

    .itemsMenu li img{
        vertical-align: middle;
        margin-right: 10px;
    }

.iconMenu {
    color: #fff;
    cursor: pointer;
    display: none;
    margin: 9px 15px 0 0;
}
.showitems {
    display:block !important;
    background-color: #fff;
    margin-top: 5px;
    height: 500px;

}

@media screen and (max-width: 600px) {
    #menu a{

    }
    #menu a:hover {
        border-bottom: none;
    }
    .iconMenu {
      display:block;

  }
    .itemsMenu {
        display:none;
    }
        .itemsMenu li {
            width: 85%;
            display:block;
            border-top: #d9d9d9 1px solid;
            text-align: left;
            padding: 10px 10px;


        }
        .itemsMenu li.last{
        border-bottom: #d9d9d9 1px solid;
        }
}











/*-------------
     General
-------------*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



ul, nav{
    list-style: none;
}




section{
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 125px 100px;
}

@media (max-width: 1000px){

    section{
        padding: 100px 50px;
    }

}

@media (max-width: 600px){

    section{
        padding: 80px 30px;
    }

}

section h3.title{
    color: #414a4f;
    text-transform: capitalize;
    font: bold 32px 'Open Sans', Arial, sans-serif;
    margin-bottom: 35px;
    text-align: center;
}

section p{
    max-width: 800px;
    text-align: center;
    margin-bottom: 35px;
    padding: 0 20px;
    line-height: 2;
}


.hero{
    position: relative;
    justify-content: center;
    min-height: 100vh;
    color: #fff;
    text-align: center;
    margin-top: -100px;

}

.hero .background-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #2196F3;

}

.hero .background-image:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #414a4f;
    opacity: 0.75;
}

.hero h1{
    font: bold 60px 'Open Sans', Arial, sans-serif;
    margin-bottom: 15px;
    z-index: 2;
}

.hero h3{
    font: normal 28px 'Open Sans', Arial, sans-serif;
    margin-bottom: 40px;
    z-index: 2;
}

.no_tiket_mobile {
    display: none;
}

@media (max-width: 800px){

    .hero{
        min-height: 600px;
    }

    .hero h1{
        font-size: 48px;
    }

    .hero h3{
    	font-size: 24px;
	}

	.hero a.btn{
		padding: 15px 40px;
	}

}

/*-------------
     main_page
-------------*/
.market_block{
   margin: 50px 0;
   background-color:#fff;
   border-radius:.6rem;
   text-align: center;
   font-size: 1.8rem;
   line-height: 1.6;
   color:#807f7f;
}
.market_block_in{
   padding: 40px;
}
.market_block_in span{
   font-size: 3.6rem;
   color:#1c1c1c;
}

/*----ссылки в списке тикетов-------- */

.tasks-list--task--status a.link_in:hover{
   color:#ff3e3e;
}
.link_in_task a:hover{
   color:#ff3e3e;
}



img {
    max-width: 100%;
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    transition-duration: .5s;
    transition-timing-function: linear;
    position: absolute;
    top: 18px;
    right: 18px;
    display: none;
}
.hamburger-box {
    width: 46px;
    height: 30px;
    display: inline-block;
    position: relative;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 46px;
    height: 2px;
    background-color: #aeb5b9;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    transition-duration: .15s;
    transition-timing-function: ease;
    display: block;
}
.hamburger-inner {
    top: 1px;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
}
.hamburger-inner::after, .hamburger-inner::before {
    content: "";
}
.hamburger-inner::before {
    top: 14px;
    transition: opacity .15s .4s ease;
}
.hamburger-inner::after {
    top: 28px;
    transition: transform .4s cubic-bezier(.68,-.55,.265,1.55);
    transition: transform .4s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .4s cubic-bezier(.68,-.55,.265,1.55);
}

._opened-menu .hamburger-inner {
    -webkit-transform: translate3d(0,14px,0) rotate(135deg);
    transform: translate3d(0,14px,0) rotate(135deg);
    transition-delay: .1s;
}
._opened-menu .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}
._opened-menu .hamburger-inner::after {
    -webkit-transform: translate3d(0,-28px,0) rotate(-270deg);
    transform: translate3d(0,-28px,0) rotate(-270deg);
    transition-delay: .1s;
}
._opened-menu .itemsMenu {
    display: block;
    margin-top: 75px;
}
._opened-menu {
    background-color:#fff;
}
._opened-menu .page {
    display: none;
}
.back-btn {
    background: #edf1f4;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 18px rgba(0,0,0,.2);
    height: 55px;
    line-height: 55px;
    padding: 0 18px;
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 10;
}

@media screen and (max-width: 768px){
    .itemsMenu {
        display: none;
    }
    .hamburger,
    .back-btn {
		display: block;
	}
	html,
	body,
	.tasks-list,
	.task--title-and-chat.unified {
		overflow: inherit;
	}
	html,
	body,
	.tasks {
		height: auto;
	}
	.logo1 {
		left: 5px;
	}

	.itemsMenu li {
		width: 85%;
		display:block;
		border-bottom: #d9d9d9 1px solid;
		text-align: left;
		padding: 10px 10px;
        border-top:none;
	}

	.page-right,
	.tasks-list--task--status i,
	.ticket-page .page-left{
		display: none;
	}
	.ticket-page .page-right {
		display: block;
	}
	.page-left,
	.ticket-page .page-right	{
		width: 100%;
	}
	.tasks-stat {
		text-align: center;
	}
	.tasks-stat--stat {
		display: inline-block;
		float: none;
		width: auto;
		margin: 0;
		padding: 18px 30px 19px;
	}
	.tasks-stat--wrapper {
		padding: 0;
	}
	.tasks-list--task--date {
		top: 0;
	}
	.tasks-list--task--name {
		height: auto;
		min-height: 42px;
	}

	.tasks-list {
		height: 100%;
	}

	.task--title-and-chat.unified {
		position: relative;
	}
	.task--title-and-chat.unified,
	.task--chat	{
		bottom: auto;
		left: auto;
		right: auto;
		top: auto;
	}
	.task-info {
		padding: 65px 18px 18px;
	}
	.task--chat--message {
		margin-right: 0;
		padding-right: 0;
	}
	.task--chat--message--photo {
		left: 0;
	}
	.task--chat--message--photo img {
		border-radius: 50%;
		height: 65px;
		width: 65px;
	}
     .create_ticket {
        margin: 30px 0;
    }

    .create_ticket label,
 .create_ticket label input,
 .create_ticket label select{
     width: 100% !important;
    }

    .task--reply {
  position: relative;
  padding: 0px 0 0 80px;
  margin: 40px 0;
  left: 0;
 }
 .task--chat {
  position: relative;
 }
 .task--title-and-chat.unified {
  bottom: auto !important;
 }
 .ticket-page::before{
    width: 100%;
    height: 10px;
    background: #edf1f4;
    content: "";
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 120;
}
._opened-menu {
    background-color:#fff;
}
._opened-menu body {
    background: #fff;
}
.scroll {
  overflow-x: scroll;
  font-size: 0.75em;
}
.scroll .title_table td{
  min-width: 130px;   
}
.action_title{
    font-size: 1em !important;
    min-width: 62px !important;
}
.modal.modal-entrance .modal-content .close{
    left: auto;
    right: 1rem;
}
.no_tiket_mobile {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 50px;

}
}

@-webkit-keyframes autofill {
  to {
    color: inherit;
    background: #fff;
  }
}
 
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
 .pre-load {
         position: relative; 
        width: 25px;
        height: 25px;
       
    }
    .pre-bg {
      position: absolute;
      top: 80px;
      right: 80px;
      z-index: 99999;
      display: none;
    }

    .pre-load:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #d52b2f;
        border-right-color: #d52b2f;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }
    @-webkit-keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    @keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
