/************** DEFAULT MODULE AND MAIN PAGE ***************************/
/************** Common Elements ***********************/
.required {	color:#a00000; }
.home-button { display:inline-block; margin:10px auto; }
.s-button,
.home-button,
.front-button-serv,
.front-button-tech {
	width:150px;
	float:left;
	padding: 10px 20px;
	background: #41cd52;
	background: linear-gradient(-45deg, transparent 10px, #41cd52 0) right, linear-gradient(135deg, transparent 10px, #41cd52 0) left;
	background-size: 51% 100%;
	background-repeat: no-repeat;
	cursor:pointer;
}

.blue-button {
	background: #337ab7;
	background: linear-gradient(-45deg, transparent 10px, #337ab7 0) right, linear-gradient(135deg, transparent 10px, #337ab7 0) left;	
	background-size: 51% 100%;
	background-repeat: no-repeat; 	
}
.cyan-button {
	background: #2EFEF7;
	background: linear-gradient(-45deg, transparent 10px, #2EFEF7 0) right, linear-gradient(135deg, transparent 10px, #2EFEF7 0) left;	
	background-size: 51% 100%;
	background-repeat: no-repeat; 	  
}
.yellow-button {
	background: #80FF00;
	background: linear-gradient(-45deg, transparent 10px, #80FF00 0) right, linear-gradient(135deg, transparent 10px, #80FF00 0) left;	
	background-size: 51% 100%;
	background-repeat: no-repeat; 	
}
.front-button-tech { margin-left:10px; }
.front-button-serv a, .front-button-tech a {
	display:block;
	text-align:center;
	width:100%;
	height:100%;
	color:#fff;
}
.s-button {
	color:#fff;
	width:130px;
	padding:7px 25px;
}
.s-button:hover,
.front-button-serv:hover,
.front-button-tech:hover { box-shadow: 12px -10px 20px -8px rgba(65,205,82,.8), -12px 10px 20px -8px rgba(65,205,82,.8);   } 

.blue-button:hover   { box-shadow: 12px -10px 20px -8px #337ab7, -12px 10px 20px -8px #337ab7; }
.cyan-button:hover   { box-shadow: 12px -10px 20px -8px #2EFEF7, -12px 10px 20px -8px #2EFEF7; }
.yellow-button:hover { box-shadow: 12px -10px 20px -8px #80FF00, -12px 10px 20px -8px #80FF00; }

.top-front-right {
	position:absolute;
	right:-80px;
	margin-top:-10px;
	width:900px;
	height:300px;
	transform: rotate(-6deg);
	overflow:hidden;

}
.top-front-right img,
.top-front-bottom img {
	display:block;
	float:left;
	margin-right:10px;
	box-shadow:2px 2px 2px #000;
}
.top-front-bottom {
	margin-top:30px;
	width:120%;
	height:300px;
	transform: rotate(-6deg);
	overflow:hidden;
}

.blue-box,
.green-box,
.oragne-box,
.red-box {
	padding:5px 10px;
	border-radius:3px;
}

.blue-box   { background:#5ec5cb; }
.green-box  { background:green; }
.orange-box { background:lime; }
.red-box    { background:red; }

/************** Right Popup Sidebar ***********************/
#fixed-side {
	position: fixed;
	left:-370px;
	top:250px;
	width:440px;
	height:295px;
	background:transparent;
	z-index:100;
}

#fixed-side-butt,
#fixed-side-nav {
	float:left;
	height:100%;
	box-shadow:1px 1px 10px #000;
}

#fixed-side-butt {
	width:15%;
	background:#5ec5cb;	
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	color:#fff;
	padding-top:200px;
	cursor:pointer;
}
#fixed-side-butt p {
	margin-left:3px;
	transform: rotate(-90deg);
	width:80%;
	font-size:25px;
  line-height:24px;
  display: inline-block;
white-space: nowrap;
}
#fixed-side-nav {
	width:84%;
	background:#fff;
	border:1px solid #41cd52;
}
#fixed-side-nav ul {
	display:block;
	margin-top:20px;
}
#fixed-side-nav li { padding:3px 0; }

#fixed-side-close { 
	text-align:center;
	margin:3px 3px 0 0; 
	float:right;
	width:26px;
	font-size:20px;
	cursor:pointer;
}
#fixed-side-close:hover { 
   box-shadow:1px 1px 10px rgb(0, 204, 255);
   transition: box-shadow 0.6s;
}

/************** What it is ***********************/
#what-it-is h3 {
	font-weight:normal;
	font-size:18px;
	color: #383838;
	padding-bottom:20px;
}
.what-it-is-card { padding:20px; }

.what-it-is-card div {
	text-align:center;
	width:80%;
	height:200px;
	padding-top:15px;
	margin-left:10%;
    border: 1px solid #41cd52;
}
.top-ancors {
	width: 380px;
	height: auto;
}
.top-ancors a { color:#fff; }
.top-ancors a:hover { color:#3f3c03; }
  
.uslugaodin h1, 
.uslugaodin h5, 
.uslugadva h4,
.uslugatri h3,
.uslugatri h5,
.uslugatri h5 a,
.uslugilast h4,
.case-container h5 {
	font-family: Gilroy Light;
}
.solfoto {
	border-radius: 50%;
	object-fit: cover;
}

/**************  Partners and Team Slider ***********************/
.carousel-inner .active .row {
	display: inherit;
	margin: auto;
}
.person-card {
	width: 20rem;
	height: auto;
}
.person-card img {
	height: 10.8rem;
	width: auto;
	margin: auto;
}
.person-card .card-body h4 { font-family: 'Gilroy light'; }

.person-card .card-body p.h5 {
	color: #66cfd4;
	font-family: 'Gilroy light';
}

#partners { padding:20px 0; }

#partners .slick-arrow,
#our-team .slick-arrow {
	width: 4rem;
    height: 4rem;
    border: 1px solid #41cd52;
    background: #fff;
}
#partners .slick-arrow:before,
#our-team .slick-arrow:before { color:#41cd52; }
  
#partners .slick-arrow:hover,
#our-team .slick-arrow:hover { background:#41cd52; }

#partners .slick-arrow:hover:before,
#our-team .slick-arrow:hover:before { color:#000; }

#partners .slick-prev,
#our-team .slick-prev { left:-35px; }

#partners .slick-next,
#our-team .slick-next { right:-35px; }

.slick-track { height:240px !important;}
.slider-card-inner { 
	text-align:center;
	padding:20px;
	margin-left:10px;
	max-height:220px;
}
.slider-card-inner:hover {
	box-shadow:2px 2px 2px #ccc;
}
.slider-card-inner img {
	display:inline-block;
	margin:0 auto;
	height:60px;
}
.slider-card-inner p {
	padding-top:15px;
	margin:0;
	font-family:"Titillium Web",sans-serif;
}
.slider-card-inner p:nth-child(2) {
	color:#41cd52;
	font-weight:bold;
	font-size:14px;
}
.slider-card-inner p:nth-child(3) {
	color:rgb(83, 88, 107);
	font-size:12px;
}	

.our-team-slider .slick-slide { height:350px; }

/************** Services ***********************/
#services { background:#F2F2F2; padding-bottom:20px; }
#services h2 { padding:10px; height:auto; }
.services-article { padding:20px 40px !important; }
.services-article:hover { box-shadow:3px 3px 3px #ccc; }

.services-article h3 { margin:0; font-size:1.5em; }
.services-article h3 img { padding-right:5%; }
.services-article p { margin:0; font-size: 18px; line-height:20px; }

.services-article p span {
    position: relative;
    color: #000;
    z-index: 1;
    display: inline-block;
}

.services-article p span:after {
	content: "";
    display: block;
    width: 100%;
    height: 5px;
    bottom: -.1em; 
    left: 0;
    background: #41cd52;
    position: absolute;
    z-index: -1;
}
.services-article p span.blue-span:after { background: #022e54; }  
.services-article p span.ligntblue-span:after { background: #8bcee9; }  
.services-article p span.cyan-span:after { background: #2EFEF7; }
.services-article p span.green-span:after { background: #1e4d02 ; }

.services-article .s-button { margin-top:20px; }

/************** Solutions ***********************/
#solutions-headline {
	color: #eeb058;
	font-size:1.4em;
}
.sol-front {
	border:4px solid #337ab7;
	height:100%;
	padding-top:50px;
	font-size:34px;	
}

/************** Solutions Hover Effect ***********************/
.view {
   width: 300px;
   height: 200px;
   margin: 10px auto;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../img/bgimg.jpg) no-repeat center center;
}
.view .mask, .view .content {
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;

}
.view img,
.view div {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
}
.view p {
   font-family: Arial;
   font-size: 12px;
   position: relative;
   color: #fff;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover { box-shadow: 0 0 5px #000; }

.view-fourth img,
.view-fourth div {
   transition: all 0.4s ease-in-out 0.2s;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-fourth .mask {
   background-color: rgba(0,0,0,0.8);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   transform: scale(0) rotate(-180deg);
   transition: all 0.4s ease-in;
   border-radius: 0px;
}
.view-fourth h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   height:30px;
   margin-bottom:30px;
   transition: all 0.5s ease-in-out;
}
.view-fourth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   transition: all 0.5s ease-in-out;
}
.view-fourth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   transition: all 0.5s ease-in-out;
}
.view-fourth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   transform: scale(1) rotate(0deg);
   transition-delay: 0.2s;
   margin-left:-10px;
}
.view-fourth:hover img, 
.view-fourth:hover div, {
   -ms-transform: scale(0);
   transform: scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   transition-delay: 0s;
}
.view-fourth:hover h2,
.view-fourth:hover p,
.view-fourth:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   transition-delay: 0.5s;
}

/************** Our Team ***********************/
#our-team { 
    background:url('../img/gear_heart.jpg') !important;
	background-size:cover;
}
.our-team-member { text-align:center; }
.our-team-member a {
	display:inline-block;
	width:80%;
	margin:0 auto;
}
.homepage-team-img {
	border-radius:50%;
	width:200px;
	height:200px;
	overflow:hidden;
	box-shadow:2px 2px 2px #ccc;
	margin:0 auto;
}
#page .homepage-team-img {
	border-radius:50%;
	width:180px;
	height:180px;
}	

/************** COMMON MODULES STYLES ***************************/
#module-tabs {
    background-color: #E7FDE7;
    border: 1px solid #556b2f;
}

#module-title {
	cursor:pointer;
	text-align:center;
	padding:1px 2px 2px 3px;
	display:inline-block;
	width:24px;
	height:24px;
	font-size:20px;
	background:#ccc;
	color:#fff;
	border-radius:50%;
}

.tab-icon {
	display:inline-block;
	width:20px;
	height:20px;
	margin-bottom:-5px;	
}

#tab-icon-proj     { background:url('../img/icons/project-24.png'); background-size:cover;	}
#tab-icon-settings { background:url('../img/icons/settings-24.png'); background-size:cover;	}
#tab-icon-files    { background:url('../img/icons/file-24.png'); background-size:cover;	}

.tab-count {
	text-align:center;
	display:inline-block;
	width:24px;
	height:24px;
	background:#ccc;
	color:#000; 
	border-radius:50%;
}

/************** MODULE WORK AREA ********************/
.module { background:#fbfdfb; min-height:1000px !important; }
.module-side { 
	background:#f2f7f3;
	height:800px;
	padding:30px;
}
.module-main h2 {
	font-family: Gilroy Light;
	padding:5px;
	height:auto;
	font-size:32px;
}
.module-main h5 {
	font-family: Gilroy Light;
}
.module-side h3 {
	text-align:center;
	color: #000 !important;
	font-family: 'Gilroy Light';
}
button.my-auto {
	display: block;
	width: 60%;
	background-color: #fff !important;
	color: #5ec5cb;
	border-radius: 15px;
	border-color: #5ec5cb !important;
    margin-left: 0px;
	margin: auto; 
}
.module .ac-container {
	width:60%;
	margin:0 auto;
}
.module .ac-container label { color:#41cd52; }
.module .ac-container label:hover { border:2px solid #41cd52; }

.module-form {
	background:#fff;
	padding:30px;
}
.module-input {
	text-align:left;
	font-size:18px;
	margin:5px 0;
}
.module-form input,
.module-form select {
	outline:0;
	height:35px;
	border:2px solid #99d9ea;
	width:260px;
}
.module-form input[type=file] {
	font-size:14px;
}

.module-button {
	background-color: #5ec5cb !important;
    font-family: 'Gilroy Light';
	padding:15px 20px;
	color:#fff;
	font-size:22px;
}
.module-button:hover { box-shadow: 12px -10px 20px -8px rgba(65,205,82,.8), -12px 10px 20px -8px rgba(65,205,82,.8); }

ul.errors li {
	color:red;
	font-weight:bold;
}

/************** MODULE SIDE AREA ********************/
.module-side { 
	background:#f2f7f3;
	padding:30px;
}
.module-side h3 {
	text-align:center;
	color:#ccc;
}

.module-projects { width:100%; }

.module-projects th { background:#99d9ea; }
.module-projects th,
.module-projects td {
	width:19%;
	padding:5px;
	text-align:center;
}

.tab-pane { padding:20px 0; }

/************** MODULE SPREADSHEET **********************/
.spreadsheet thead {
    color: #586069;
    background-color: #f1f8ff;
    border: 1px solid #c8e1ff;
    border-radius: 3px;
}
.spreadsheet th {
	text-align: center;
	padding: 6px 3px;
    line-height: 20px;
}
.spreadsheet td {
	text-align: center;
	min-width: 90px;
	color: #0366d6;
	padding: 6px 3px;
    line-height: 20px;
    border-top: 1px solid #eaecef;
}

.create-project {
	margin-top: 10px;
    padding: 6px;
	color: #fff;	
    background-color: #28a745;
    background-image: linear-gradient(-180deg, #34d058 0%, #28a745 90%);
}
.create-project:hover { background-image: linear-gradient(-180deg, #34e058 0%, #28b745 90%); }

.msg {
	display:inline-block; 
	opacity:0;
	margin-left:20%;
}

/************** METRICS MODULE **********************/
#remove-error-modal .button {
	margin:0;
	padding:5px 10px;
	float:none;
}

/************** QA-CHECK MODULE **********************/
.txt { border:1px solid green; padding: 10px; }
#qacheck-menu { padding: 15px; }
#qacheck-menu-left,
#qacheck-menu-right { text-align: left;  }

#editor1 table {
	border:1px solid green;
	border-collapse: collapse;
	width:100% !important;
}

.col-num { padding:10px; }	
.col-num span { color:red; font-weight:bold; padding:10px; }

.the-text-itself { padding:10px; }

#wrong_lang {
	margin-top:50px;
	color: maroon;
	font-size: 1.42em;
	font-weight: bold;
	padding: 1.6em 4.6em;
}
#wrong_lang span { color:red; } 
#back-to-project { display:inline-block; }

h3.sub-message1::before {
	content: '⚠';
	position: absolute;
	margin-left: -1.1em;
	font-size: 1.1em;
	display: inline-block;
	text-shadow: 0 0 0.2em, 0 0 0.12em, 0 0 0.52em;
}
  
h3.sub-message1 { padding-bottom: 0.57em; }
  
.notice-mistake-plain,
.notice-mistake-space,
.notice-mistake-complex {
    color: #5ec5cb;
    border-radius: 0.361em;
    text-shadow: 0 0 0.3rem #ff5e00;
    box-shadow: 0 0 0.3rem #ff5e00;
}
.notice-mistake-complex {
    border-bottom: 0.3rem solid #ff5e00;
}
.notice-mistake-space {
    border: 0.23rem solid #ff5e00;
    border-bottom: 0.3rem solid #ff5e00;
    background-color: rgba(255, 85, 0, 0.2);
}
.checkbox-default-checked {
    box-shadow: 0 0 0.7rem #539600, 0 0 0.27rem #539600;
    border-radius: 0.361em;
    outline-radius: 0.361em;
    background-color: rgba(55, 255, 255, 0.792);
    border: 0.23em solid rgba(55, 255, 255, 0.792);
}
.checkbox-default-checked:not(:checked) {
	box-shadow: 0 0 0.7rem #4aa0ba, 0 0 0.27rem #4aa0ba;
}
input[type="checkbox"]:checked:not(.checkbox-default-checked) {
	box-shadow: 0 0 0.7rem #ff702a, 0 0 0.27rem #ff702a; 
}

/* Privacy policy checkbox */
input.privacy-policy {
    height: auto;
    width: auto;
	border: 2px solid #99d9ea;     
}
input.privacy-policy:checked { box-shadow: 0 0 0.7rem #99d9ea, 0 0 0.27rem #99d9ea;  }
  
  .line-search-fltr1 a:hover { color: orange; }
  .line-search-fltr1 {
    background-color: rgba(0,0,0,0.7289);
    color: white;
    position: fixed;
    z-index: 70;
    left: 0;
    right: 0;
    top: 100px;
    font-weight: lighter;
    transition: 0.5282s ease-in-out;
  }
  .fixed-navbar-on .line-search-fltr1 { top: 38px; }
  .line-search-fltr2 {
    padding: 0.2em;
    text-align: center;
    line-height: 2.0943em;
  }
  .single-flt-search-link {
    padding: 0 0.392em;
    line-height: 1.43em;
    background-color: rgba(255, 255, 255, 0.13);
    border-radius: 0.361em;
    outline-radius: 0.361em;
    margin: 0 0.3em;
    white-space: nowrap;
    display: inline-block;
    border: 0.127em solid rgba(255, 255, 255, 0.2);
    transition: 0.72s ease-in-out;
  }
  .single-flt-search-link:hover {
    border: 0.127em solid rgba(255, 155, 55, 0.72);
  }
  .single-flt-search-link-subheader {
    opacity: 0.7;
    font-size: 0.88em;
  }
  .single-flt-search-link-active .single-flt-search-link-subheader {
    opacity: 0.37;
  }
 
.result-table { margin-top:50px; margin-left:-2%; } 
.result-table tr th {
	width:100%;
	height:70px;
    text-align: center;
    background-color: rgba(205, 205, 205, 0.32);
	border:2px solid #000 !important;
}
.result-table tr td {
	padding:10px;
    border: 0.1em solid rgba(205, 205, 205, 0.2);
	border-left:0;
} 
.result-table tr td:last-of-type div { min-width:150px; }   
.result-table tr:nth-of-type(odd) { background-color: rgba(80,80,80,0.071); }   

.result-table .the-tmx-mismatch-item,
.result-table .the-tmx-mismatch-item-norm { border:1px solid rgba(205, 55, 5, 0.472); }
.result-table .the-tmx-mismatch-line strong { color: rgba(25, 105, 55, 0.892); }
.result-table .the-tmx-mismatch-line-err {
    color: maroon;
    border-color: maroon;
}
.result-table .the-tmx-mismatch-line-notfound {
    background-color: rgba(205, 205, 205, 0.62);
    color: rgba(255, 255, 255, 1);
    opacity: 0.4;
}
  
  .beidge-num {
    padding: 0 0.42em;
    background-color: rgba(255, 255, 255, 0.3);
    color: rgba(0, 0, 0, 0.93);
    border-radius: 0.9361em;
    outline-radius: 0.9361em;
    display: inline-block;
  }
  .line-search-fltr1 .beidge-num {
    font-size: 0.9em;
    font-weight: bold;
    color: white;
    color: #303030;
  }
  .single-flt-search-link .beidge-num {
    transform: scale(1);
    transition: 0.6s ease-in-out;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    min-width: 2.02em;
    opacity: 0.631;
  }
  .single-flt-search-link:hover .beidge-num {
    transform: scale(1.7);
    opacity: 1;
  }
  .single-flt-search-link-active {
    background-color: rgba(255, 155, 55, 0.72);
  }
  .single-flt-search-reset.single-flt-search-link-active {
    background-color: rgba(255, 155, 55, 0.372);
  }
  .single-flt-search-reset-sign {
    border-radius: 0.9361em;
    outline-radius: 0.9361em;
    background-color: rgba(255, 55, 25, 0.92);
    background-color: rgba(230, 79, 39, 0.9);
    display: inline-block;
    min-width: 1.594032em;
    margin: -0.23em 0;
    font-weight: bold;
    border: 0.141em solid rgba(255, 255, 255, 0.72);
    transition: 3.2s ease-in-out;
  }
  .single-flt-search-reset.single-flt-search-link-active .single-flt-search-reset-sign {
    opacity: 0.2;
    transition: 0.62s ease-in-out;    
 }
 

/************** CABINET MODULE **********************/
.dashboard-wrapper { padding:0; } 
.right-info-panel, .left-info-panel, #my-projects {
	background:#fff;	
	margin-top:10px;
	border:1px solid #ccc;
	padding:5px 10px 25px 10px;
	font-size:12px;
} 
.right-info-panel h5 { font-size:18px; font-weight:bold; }
.right-info-panel .close {
	color:#000;
	font-weight: bold;
	font-size:18px;
}
#my-projects, .right-info-panel {
	margin-left:10px;
	font-size:16px;
}
#my-projects h4 { margin-left:15px; margin-top:15px; }
#my-projects h4 a { 
	display:block;
	font-family:Open Sans, Arial;
	font-weight:300;
	font-size:24px;
}

.cabinet-controls { padding-top:15px; margin-bottom:10px; }

#cabinet-head { margin-top:15px; color: #000; font-size:16px; }
#cabinet-head span { color:#ccc; font-size:24px; }	

#cabinet-photo { display:block; width: 100%; height:auto; border-radius:4px; box-shadow:2px 2px 2px black; }

#cabinet-profile { text-align:left; height:400px; }
#cabinet-info { text-align:left; }	

/************** PAYMENT MODULE **********************/
.price-panel,
.links-panel { display:none; }
.price-panel.active,
.links-panel.active { display:block; }
.price-panel a {
	color:#000;
	text-decoration:none;
} 
.price-card {
	height:575px;
	background-color: #5ec5cb;
	text-align:center;
	padding:15px;	
}
.price-card:hover {
    box-shadow: 0 10px 40px 0 rgb(94, 197, 203);
    transition: box-shadow 0.6s;
}
.price-card h2 { color:#000; }
.price {
	color:#fff;
	font-size:64px;
	margin-bottom:0;
}
.price-description {
	color:#fff;
	font-size:26px;
	margin-bottom:8px;
}
.price-description-en {
	font-size:16px;
	color:#fff;
	padding-bottom:10px;
}
.price-card p {
	margin:5px 0 0 0;
}
.price-card p span {
	font-weight:bold;
}
.price-card ul {
	background-color:#6495ED;
	width:calc(100% + 30px);
	height:140px;
	margin:30px 0 20px -15px;
	padding:10px;
}
.price-card li {
	list-style-type:none;
	text-align:left;
	width:100%;
	padding-left:10px;
}
.price-card img {
	display:inline-block;
	border:2px solid #ac211e;
	padding:10px;
}
.price-card-second-row {
	height:350px;
	border-radius:20px;
	padding:30px;
}

.price-add-info {
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
.prices-table,
.sale-action { margin-top:70px; }
.sale-action h1 { color:red; } 
.sale-action h3 span {
	color:#5ec5cb;
	font-weight:bold;	
}
 
.payment-systems p {
	margin:10px 0 0 0;
}
.payment-systems .switch-label {
	margin:5px;
	padding:5px;
}

.payment-info-block {
	font-family: 'Gilroy Light';
	color: #898989;
}
.payment-info-block img {
	display:inline-block;
	width:60%;
	height:auto;
}

.payment-form-msg { display:none; }
.blue-dot {
	display:inline-block;
	width:12px;
	height:12px;
	background:#5ec5cb;
	border-radius:50%;
	margin-bottom:-2px;
}

@media (max-width:1200px) {
	.price-card ul { height:145px; }
	.price-card ul li { font-size:14px; }
}
@media (max-width:997px) {
	.price-card { 
		height:525px;
		margin-bottom:20px;
	}
	.price-card ul { height:120px; }
	.price-card ul li { font-size:16px; }	
}
@media (max-width:600px) {
	.price-card { height:555px;}
	.price-card ul { height:120px; }
	.price-card ul li { font-size:13px; }
}


/*** BUY PAGE ***/
.payment-systems .step {
    font-weight:bold;
	display:inline-block;
	background-color: #5ec5cb;
	padding:10px;
	border-radius:3px;
}
.payment-systems button {
	display: inline-block;
	border:2px solid #5ec5cb;
	width: 100%;
	height: 140px;
	text-align:center;
	padding: 10px;
}
.payment-systems button:hover {
    box-shadow: 0 10px 40px 0 rgb(94, 197, 203);
    transition: box-shadow 0.6s;
}
.payment-systems button img {
	display: inline-block;
	width: 100%;
	height: 80%;
	object-fit: cover;
}
.payment-hint { 
	display:none;
	position:absolute;
	top:50px;
	left:420px;
	width:270px;
	height:50px;
	font-size:13px;
	background:#fff;
	border:1px solid #5ec5cb;
	box-shadow:2px 2px 2px #ccc;
	padding:3px 5px;	
	z-index:500;
} 
#demo-available{
	display:none;
	position:absolute;
	width:300px;
	height:80px;
	margin:0 auto;
	padding:20px;
	font-size:20px;
	font-weight:bold;
	color:green;
	background:#fff;
	border:1px solid #5ec5cb;
	box-shadow:2px 2px 2px #ccc;
	padding:3px 5px;	
	z-index:500;
}

select#id-currency--1 {
  left: 1px;
  width: 75px;
  height: 34px;
  background-color: #5ec5cb;
  border-radius: 8px;
}
@media (max-width:997px) {
	.payment-hint { 
		position:static;
		width:100%;
		margin:0 auto;
	}
	.payment-systems p {
		text-align:center;
		padding-bottom:25px;
	}
	.step-text { 
		display:inline-block;
		width:100%;
		padding:15px;
	}
	.payment-systems button { 
		width:92%;
		height:150px;
	}
}	


/*** PAYMENT FORM ***/
#payment-parameters { 
	background:#5ec5cb;
	padding:50px 40px;
}
#payment-parameters-inner {
	background:#fff;
	font-family: monospace;
	padding:30px 20px;
}


/*** PRICES OPTIONS TABLE ***/
.prices-table table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	border-collapse: collapse;
	text-align: center;
	margin-top:40px;
}
.prices-table th,
.prices-table td:first-child {
	background: #AFCDE7;
	color: white;
	width:18%;
	padding: 10px 20px;
}
.prices-table th,
.prices-table td {
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: white;
}
.prices-table td { background: #D8E6F3; }
.prices-table th:first-child,
.prices-table  td:first-child { text-align: left; }

@media (max-width:600px) {
	.prices-table table { font-size:12px; }
	.prices-table th,
	.prices-table td:first-child {
		width:10%;		
		padding: 5px 10px;		
	}
}

/************** NEWS & BLOG MODULES **********************/
.news-list-1-all h3 a {
	font-size:28px;
	color:#41cd52;
}
.pub-content-image {
	padding:10px;
	text-align:center;
}
.homepage-news-summary {
	font-size:20px;
}

/************** HELP MODULE **********************/
#help-menu-wrapper {
	height:3000px;
	background:#5ec5cb;
}
#help-menu-wrapper a {
	text-align:center;
	font-family: 'Gilroy light';
	font-weight: bold;
    font-size: 20px;
    color: black;
}
#help-menu-wrapper a:hover { text-shadow:2px 2px 2px #5ec5cb;}
#help-mainarea p {
	font-family: 'Gilroy light';
    font-size: 22px;
}
#help-mainarea li { list-style-type:none; }


.help-block { padding:50px 0 30px 0; }
.step-img img {
	display:inline-block;
	width:100%;
	height:auto;
}
.nav-link .active,
.show > .nav-link {
    border-right: 1px solid #5ec5cb !important;
    color: black;
    background-color: #fff;
}
.nav-link h5 {
	text-align:center;
	font-weight:bold;
	font-size: 20px;	
}



/************** SPECIAL ELEMENTS **********************/
.qat-delimeter {
	padding:0 0.3em;
	border:0.1em solid rgba(0, 0, 0, 0.092);
	background-color:rgba(255, 140, 110, 0.392);
	color:red;
}

#freqdict-result {	
	margin:0 auto;
}
#freqdict-result th,
#freqdict-result td {
	text-align:center;
	padding:10px;
	border:1px solid #ccc;
	min-width:25vw;
} 
#freqdict-result th {
	background:#ccc;
	border:3px solid #000;
}

/************** Material design toggle switch ***********************/
.switch-input { display:none; }
.switch-label {
  position: relative;
  display: inline-block;
  min-width: 68px;
  cursor: pointer;
  font-weight: 500;
  text-align: left;
  margin: 16px;
  padding: 16px 0 16px 44px;
}
.switch-label:before,
.switch-label:after {
  content: "";
  position: absolute;
  margin: 0;
  outline: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.switch-label:before {
  left: 1px;
  width: 68px;
  height: 14px;
  background-color: #5ec5cb;
  border-radius: 8px;
}
.switch-label:after {
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #FAFAFA;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}
.switch-label .toggle--on  { display: none; }
.switch-label .toggle--off { display: inline-block; }

.switch-input:checked + .switch-label:before { background-color: #5ec5cb; }
.switch-input:checked + .switch-label:after  { 
  background-color: red;
  -ms-transform: translate(180%, -50%);
  -webkit-transform: translate(80%, -50%);
  transform: translate(250%, -50%);
}
.switch-input:checked + .switch-label .toggle--on  { display: inline-block; }
.switch-input:checked + .switch-label .toggle--off { display: none; }





