/*
Theme Name: MOBILFAST
Theme URI: https://gegstyle.com/
Author: GEGstyle
Version: 1.1
*/


html, body {
	margin: 0;
	padding: 0;
	color: #383b41;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	max-width: 100%;
	letter-spacing: 0.01px;
}

img{
	width: 100%;
	height: auto;
}
a {
	color: #5BB4E6;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	opacity: 0.8;
	transition: all 0.5s;
}
h1 {
	font-family: 'Roboto';
	font-style: bold;
	font-weight: 600;
	font-size: 40px;
	line-height: 52px;
	color: #363F46;
	margin: 24px 0;
}
h2 {
	font-family: 'Roboto';
	font-style: bold;
	font-weight: 600;
	font-size: 36px;
	line-height: 52px;
	color: #363F46;
	margin: 24px 0;
}
h3 {
	font-weight: 600;
	font-family: 'Roboto';
	font-size: 28px;
	line-height: 40px;
	color: #363F46;
	margin: 16px 0;
}
h4 {
	color: #363F46;
	font-family: 'Roboto';
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	margin: 16px 0;
}
.mobilfast-custom-heading {
	margin: 24px 0;
}
.wpb_text_column.mt-0 p {
	margin: 0;
}
.page-title {
	text-align: center;
	color: #363F46;
	font-size: 36px;
	margin-top: 0;
}
.carerpost-title, .blogpost-title {
	margin-top: 70px;
}
h1.mobilfast-custom-heading {
	margin-top: 0;
}
#main {
	/* margin-top: 80px; */
	display: block;
	position: relative;
	padding-top: 80px;
}
ul {
	padding: 0 15px;
}
.green {
	color: #ed1e23;
}
.flex {
	display: flex;
}
.text-cener {
	text-align: center;
}
.flex-column-reverse {
	flex-direction: row-reverse;
}
.section-o-content-bottom .row {
	align-items: center;
	-ms-flex-align: center;
}
section.section {
	margin: 0 auto;
	width: 100%;
}
.align-self-end {
	justify-content: flex-end;
}
.col-md-1\/5 {
	width: 20%;
	padding: 15px;
}
.ml-65 {
	margin-left: 55px;
}
.justyifuly-center {
	justify-content: center;
}
.row {
	position: relative;
}
.pt-20 {
	padding-top: 120px;
}
.mt--10 {
	margin-top: -100px;
}

::-webkit-input-placeholder { 
	color: #B3B3B3;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
:-ms-input-placeholder { 
	color: #B3B3B3;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
:-moz-placeholder { 
	color: #B3B3B3;
	font-family: 'Roboto', sans-serif;
    opacity:  1;
    font-size: 16px;
	font-weight: 400;
}
::-moz-placeholder {
	color: #B3B3B3;
	font-family: 'Roboto', sans-serif;
    opacity:  1;
    font-size: 16px;
    font-weight: 400;
} 
::placeholder {
	color: #B3B3B3;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 16px;
}
.status .error {
	color: rgb(231, 49, 49);
}
.status .success {
	color: rgb(62, 199, 64);
}
select.form-control {
	color: #B3B3B3;
}
@media screen and (max-width: 767px){
	.container {
		padding-right: 32px !important;
		padding-left: 32px !important;
	}
	h1 {
		font-size: 28px;
		line-height: 40px;
	}
	h2 {
		font-size: 28px;
		line-height: 40px;
	}
}
.parallax-mirror {
	width: 100% !important;
	overflow: hidden;
}
.alignleft {
	float: left;
	width: auto;
	margin-right: 15px;
}
.alignright {
	float: right;
	width: auto;
	margin-left: 15px;
}
/*************** FORM ************/
.btn, .wpcf7-submit, .form-submit .button-info {
	padding: 12px 30px;
	border: none;
	border-radius: 4px;
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
}
.wpcf7-spinner {
	/* display: none; */
	position: absolute;
	right: 0;
	bottom: -25px;
}
.button-info {
	background: #ed1e23;
	color: #fff;
	transition: 0.3s;
}
.button-info:hover {
	background: #e43538;
}
.button-cancel {
	border: 1px solid;
	background: none;
	padding: 11px 9px;
}
.button-cancel:hover {
	border: 1px solid #737373;
}
.form-control {
	display: block;
	width: 100%;
	padding: .438rem .75rem;
	font-size: 16px;
	line-height: 1.5;
	color: #363F46;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	/*border-color: #212529;
	 outline: 0;*/
	box-shadow: #212529;
}
select.form-control {
	height: 40px;
}
label {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	display: block;
}
.wpcf7-form label {
	margin-bottom: 5px;
	display: block;
}
form strong {
	margin-right: 5px;
}
.wpcf7-textarea {
	height: 112px;
	width: 100%;
	letter-spacing: -0.5px;
	padding: 8px;
	border-radius: .25rem;
	border: 1px solid rgb(206, 212, 218);
}
.wpcf7-acceptance{
	display: block;
	position: relative;
	padding-left: 26px;
	margin-bottom: 12px;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: 9px;
}
.wpcf7-acceptance label, #checkbox-pice {
	cursor: pointer;
}
  .wpcf7-acceptance input, #checkbox-pice input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  #checkbox-pice .checkbox {
	position: absolute;
	right: 50px;
	top: 0;
}
.wpcf7-acceptance label:before, .checkbox:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	background: url('assets/img/chickbox.png') no-repeat center center;
  }

  
  .wpcf7-acceptance input:checked ~ .wpcf7-list-item-label::after, #checkbox-pice input:checked ~ .checkbox::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	background: url('https://mobilfast.com/wp-content/uploads/2022/03/checkbox_checked.svg') no-repeat center center;
  }
  .wpcf7-acceptance .wpcf7-list-item-label::after, #checkbox-pice .checkbox::after {
	  content: "";
	left: 9px;
	top: -3px;
	width: 11px;
	height: 20px;
	position: absolute;
}
.wpcf7-list-item-label, .checkbox::after {
	font-size: 16px;
}
.form-select, select.form-control {
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23B3B3B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 14px 8px;
	border: 1px solid #D0D0D0;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	word-wrap: normal;
}
.fontsize-18 {
	font-size: 18px;
}

/******** CHECKBOX **********/


  .form-check label {
    display: inline-block;
    color: #333;
    cursor: pointer;
    position: relative;
  }
  .form-check label span {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 25px;
    height: 25px;
    transform-origin: center;
    border: 2px solid #333;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  }
  .form-check label span:before {
    content: "";
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background: #333;
    position: absolute;
    transform: rotate(45deg);
    top: 11px;
    left: 7px;
    transition: width 50ms ease 50ms;
    transform-origin: 0% 0%;
  }
  .form-check label span:after {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #333;
    position: absolute;
    transform: rotate(305deg);
    top: 14px;
    left: 9px;
    transition: width 50ms ease;
    transform-origin: 0% 0%;
  }
  .form-check label:hover span:before {
    width: 5px;
    transition: width 100ms ease;
  }
  .form-check label:hover span:after {
    width: 10px;
    transition: width 150ms ease 100ms;
  }

  .form-check input[type=radio] {
    display: none;
  }
  .form-check input[type=radio]:checked + label span {
    background-color: #333;
    transform: scale(1.25);
  }
  .form-check input[type=radio]:checked + label span:after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease 100ms;
  }
  .form-check input[type=radio]:checked + label span:before {
    width: 5px;
    background: #fff;
    transition: width 150ms ease 100ms;
  }
  .form-check input[type=radio]:checked + label:hover span {
    background-color: #333;
    transform: scale(1.25);
  }
  .form-check input[type=radio]:checked + label:hover span:after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease 100ms;
  }
  .form-check input[type=radio]:checked + label:hover span:before {
    width: 5px;
    background: #fff;
    transition: width 150ms ease 100ms;
  }

/********* SELL FORM **********/
/* #form-condition,
#form-wrong,
#form-damaged,
#form-battery,
#form-send {
	display: none;
} */
.wpb-content-wrapper {
	width: 100%;
}
/********** lOADER ************/
#loader { 
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
	z-index: 9999;
}
#loader span{
    position: absolute;
    width: 6px;
    height: 90px;
    margin-top: -45px;
    border-radius: 10px;
    background-color: #60b8ba;
    animation: animate 0.8s infinite;
    animation-direction: alternate-reverse;
}#loader span:nth-child(1){
    margin-left: 0px;
}
#loader span:nth-child(2){
    margin-left: -14px;
    animation-delay: 0.1s;
}
#loader span:nth-child(3){
    margin-left: -28px;
    animation-delay: 0.2s;
}
#loader span:nth-child(4){
    margin-left: -42px;
    animation-delay: 0.3s;
}
#loader span:nth-child(5){
    margin-left: -56px;
    animation-delay: 0.4s;
}
#loader span:nth-child(6){
    margin-left: -70px;
    animation-delay: 0.5s;
}
#loader span:nth-child(7){
    margin-left: -84px;
    animation-delay: 0.6s;
}
#loader span:nth-child(8){
    margin-left: -98px;
    animation-delay: 0.7s;
}
@keyframes animate{
    0%{
        height: 5px;
        margin-top: 0;
        transform: rotate(40deg);
    }
    100%{
        height: 90px;
         transform: rotate(0deg);
    }
}

/*************** HEADER **********/
.header {
	padding: 10px 0;
	z-index: 88;
	position: fixed;
	width: 100%;
	transition: all 0.3s;
	background: #fff;
	border-bottom: 3px solid #ccc;
	height: 85px;
	top: 0;
}
.transparent #masthead #content-fulid::before {
	width: 95%;
	content: "";
	height: 2px;
	background: #ec1d23;
	position: absolute;
	top: 39px;
	left: 5%;
}
.transparent #masthead.fixed #content-fulid::before {
    display: none;
}
#content-fulid {
	position: relative;
}
.admin-bar #masthead {
	margin-top: 32px;
}
.transparent .header {
    background: none;
	border: none;
}
.transparent .header.fixed.slideDown {
	border-bottom: 3px solid #ccc;
}
.transparent #content {
	margin: 0;
}
.header.fixed {
	top: -100px;
	transition: all 0.3s;
	background: #fff;
	border-bottom: 3px solid #ccc;
}
.header.fixed .main-menu li a {
	color: #000 !important;
}
.header.fixed .loged-user a {
	color: #000 !important;
}
.header.fixed .loged-user svg {
	fill: #000 !important;
}
.heder.fixed .oval svg path {
	stroke: #000 !important;
}
.header.fixed.slideDown {
	background: #fff;
	top: 0px;
	transition: all 0.3s;
	position: fixed;
	width: 100%;
	height: 75px;
}
#logo img {
	width: auto;
	height: 60px;
	position: relative;
}
.transparent #logo img {
	height: 70px;
}
.header.fixed.slideDown #logo img {
	width: auto;
	height: 55px;
}
.header.fixed.slideDown .main-menu {
	padding: 15px 0;
}
.header.fixed.slideDown .lang-switcher ul {
	margin-top: 3px;
	top: -20px;
}
.header.fixed.slideDown .custom-logo,
.custom-logo, .transparent .dark-logo{
	display: none;
}
.header.fixed.slideDown .dark-logo, .transparent .custom-logo {
	display: block;
}
.main-menu {
	list-style: none;
	padding: 20px 0;
}
.transparent .main-menu {
	padding: 10px 0 20px 0;
}

.main-menu li a{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	transition: all 0.3s;
	color: #FFFFFF;
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 0px 8px;
}
.transparent .main-menu li a{
	color: #FFFFFF;
}
.main-menu li a:hover {
	color: #ed1e23;
	opacity: 1;
}
.header.fixed.slideDown .main-menu li a, .main-menu li a {
	color: #363F46;
}
.software-table .text-link.desktop-hide {
	display: none;
}
#masthead .align-self-end {
	margin-top: -28px;
}
.transparent #masthead .align-self-end {
	margin-top: -45px;
}
.transparent #masthead.fixed .align-self-end {
	margin-top: -30px;
}
.transparent .fixed .mini-cart svg {
	fill: #363F46 !important;
}
.transparent .fixed .login-button a:hover svg {
	fill: #ed1e23;
}
.lang-switcher {
	margin-top: -3px;
	margin-right: 20px;
}
.lang-switcher ul {
	display: flex;
	list-style: none;
	margin-right: 35px;
	margin-top: 25px;
	margin-bottom: 0;
	position: relative;
	margin: -15px 15px 0 0;
}
.lang-switcher .lang-item {
	margin-right: 10px;
}

/********** SEARCH ********/
.serach {
	position: relative;
	top: -16px;
	right: 0px;
}
/* .serach.active {
	margin: 0;
	width: 100%;
	z-index: 777;
} */
#searchform {
	position: absolute;
	width: 0;
	right: 0;
	transition: all 0.8s cubic-bezier(.87, -.41, .19, 1.04);
}
.active #searchform {
	width: 300px;
	z-index: 88;
	right: 0;
}
.oval {
	width: 20px;
	height: 20px;
	padding: 5px 0;
	cursor: pointer;
	position: absolute;
	top: -2px;
	z-index: 6;
	display: block;
	transition: all 1.5s;
	right: 5px;
}

.fixed.transparent .oval svg path, 
.oval svg path {
	stroke: #363F46;
	transition: all 0.3s;
}

.transparent .oval svg path {
	stroke: #ffffff;
}
.transparent .oval:hover svg path {
	stroke: #ed1e23;
	transition: all 0.3s;
}
.fixed.transparent .oval:hover svg path,
.oval:hover svg path {
	stroke: #ed1e23;
	transition: all 0.3s;
}
.serach.active .oval {
	z-index: 777;
	right: 5px;
	transition: all 1.5s;
}
.serach.active svg path {
	stroke: #ccc;
}
.searchbutton {
	position: relative;
	float: left;
}

.searchinput {
	width: 0%;
	background: #FFFFFF;
	border: 1px solid #B3B3B3;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 10px 6px 10px 30px;
	margin-top: -8px;
	color: #B3B3B3;
	font-size: 15px;
	line-height: 14px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: all 0.8s cubic-bezier(.87, -.41, .19, 1.04);
}

.active .searchinput {
	width: 100%;
	opacity: 1;
	visibility: visible;
	z-index: 88;
}

input.searchinput:active,
input.searchinput:focus {
	outline: 0;
}
.close-search span:last-child, .close-search span:first-child {
	width: 2px;
	height: 15px;
	background: #B3B3B3;
	display: block;
	position: relative;
	z-index: 99;
	
}
.close-search span:last-child {
	transform: rotate(45deg);
}
.close-search span:first-child {
	transform: rotate(-45deg);
	top:  15px;
}
.close-search {
	position: absolute;
	right: 15px;
	cursor: pointer;
	top: -10px;
	width: 25px;
	height: 25px;
	opacity: 0;
	z-index: 0;
	transition: all 0.2s cubic-bezier(.87, -.41, .19, 1.04);
}
.serach.active .close-search {
	opacity: 1;
	transition: all 2s cubic-bezier(.87, -.41, .19, 1.04);
	z-index: 99;
	left: 15px;
}

.loged-user {
	margin-right: 15px;
	margin-left: 15px;
	min-width: 100px;
	text-align: center;
	margin-top: -24px;
}
.loged-user a {
	line-height: 35px;
	color: #363F46;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
.loged-user svg {
	fill: #363F46;
	margin-left: 10px;
	position: relative;
	top: 3px;
}
.transparent .loged-user a{
    color: #fff;
}
.transparent .loged-user svg{
    fill: #fff;
}
.transparent .slideDown .loged-user a {
	color: #363F46;
}
.transparent .slideDown .loged-user svg {
	fill: #363F46;
}
/********** Accaunt page *********/
.accaunt-sidebar {
	border: 1px solid #B3B3B3;
	padding: 20px;
	border-radius: 5px;
	margin-top: -40px;
}
.login-name {
	border-bottom: 1px solid #B3B3B3;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #737373;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}
.user-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.user-menu ul a {
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #737373;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	display: block;
}
.user-menu ul li.current_page_item a {
	color: #ed1e23;
}
.user-menu ul li:last-child a {
    border: none;
}
/* .wpb_image_grid_ul {
	display: grid;
	columns: 5;
} */
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
	margin: 0 10px 30px 10px !important;
	width: 18%;
}
.isotope-item span {
	display: block;
	text-align: center;
	color: #363F46;
	font-size: 18px;
	margin: 10px;
}
.row.thable {
	/* margin-top: 40px; */
	padding: 0 15px;
}
.thable span {
	color: #737373;
	font-size: 14px;
}
.table {
	border: 1px solid #B3B3B3;
	padding: 15px;
	border-radius: 5px;
}
.row.table {
	flex-direction: row-reverse;
}
.justify-content-mobile-end {
	justify-content: flex-end;
}
.controller-name {
	color: #5BB4E6;
}
.table .date {
	color: #B3B3B3;
}
.action-delete {
	float: right;
	position: relative;
	top: 0;
	cursor: pointer;
}
.profile-form {
	padding: 20px;
	border: 1px solid #B3B3B3;
	border-radius: 5px;
	margin-top: -40px;
}
.form-title {
	font-size: 18px;
	color: #363F46;
}
#datapicker {
	padding: 9px 19px;
}

/*************** MENU **********/
.nt-mobile-wrapper-spacer {
	display: none;
}
.main-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation ul {
	display: flex;
}
#navigation ul li {
	margin-right: 25px;
}
.header.fixed.slideDown .main-menu li a:hover {
	color: #ed1e23;
}
/**
 * Submenus
 */
 .main-menu ul.sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: rgba(255,255,255,0.95);
    list-style: none;
    margin: 0;
    padding: 0;
    width: 262px;
    z-index: 999;
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.main-menu ul.sub-menu {
	display: block !important;
}
.main-menu ul.sub-menu li {
    position: relative;
}
.main-menu ul.sub-menu li ul.sub-menu {
    top: 0;
}
/* Submenu & Submenu Submenu - visibility control */
.main-menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

/* Submenu Submenu - positioning */
.main-menu > ul > li ul ul {
    left: 100%;
    top: 100%;
    padding: 3px 0;
}

/* Submenu Submenu - Link Colors */
body .main-menu ul.sub-menu ul li a,
body.header_transparent .main-menu ul.sub-menu ul li a,
body.header_transparent .nt-is-sticky .main-menu ul.sub-menu ul li a {
    padding: 18px;
    border: 0;
}

/* Submenu - Main Styling */
.main-menu ul.sub-menu li a, 
body.header_transparent .main-menu ul.sub-menu li a, 
body.header_transparent .nt-is-sticky .main-menu ul.sub-menu li a {
	color: #737373;
	display: block;
	padding: 9px 16px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
}
.main-menu ul.sub-menu li a:hover, 
body.header_transparent .main-menu ul.sub-menu li a:hover, 
body.header_transparent .nt-is-sticky .main-menu ul.sub-menu li a:hover {
	color: #ed1e23;
}

/* Mobile menu */

.hamburger-button {
	position: relative;
	height: 20px;
	width: 20px;
	z-index: 7;
	top: 5px;
	right: 0;
	cursor: pointer;
}
/* fix ham button when menu opened - prevents scrolling issue */

.hamburger-button:hover {
    cursor: pointer;
}
.hamburger-button .hamburger-bar-top {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #363F46;
    border-radius: 1px;
    top: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.hamburger-button .hamburger-bar-middle {
	position: absolute;
	width: 100%;
	background: #363F46;
	height: 2px;
	border-radius: 1px;
	top: 8px;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.hamburger-button .hamburger-bar-bottom {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #363F46;
    border-radius: 1px;
    top: 16px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.transparent .hamburger-button .hamburger-bar-top,
.transparent .hamburger-button .hamburger-bar-middle,
.transparent .hamburger-button .hamburger-bar-bottom {
    background: #FFFFFF;
}
.nt-mm1-button-open .hamburger-bar-top {
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    -moz-transform: rotate(45deg) translate(8px, 8px);
    -ms-transform: rotate(45deg) translate(8px, 8px);
    -o-transform: rotate(45deg) translate(8px, 8px);
    transform: rotate(45deg) translate(8px, 8px);
}
.nt-mm1-button-open .hamburger-bar-middle {
    opacity: 0;
}
.nt-mm1-button-open .hamburger-bar-bottom {
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
    -moz-transform: rotate(-45deg) translate(7px, -7px);
    -ms-transform: rotate(-45deg) translate(7px, -7px);
    -o-transform: rotate(-45deg) translate(7px, -7px);
    transform: rotate(-45deg) translate(7px, -7px);
    top: 21px;
}

/**
 * Main wrapper
 */
.nt-mm1-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    font-size: 1em;
    font-weight: 400;
    overflow: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 6;
    background-size: cover;
    background-position: center top;
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
}
.nt-mm1-show-menu {
    background: #fff;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15);
}
.mobile-logo-opened-menu.nt-mobile-logo {
    top: 55px;
    left: 10px;
    display: inline-block;
}
.mobile-menu {
    margin: 25px 30px 25px 30px;
    padding: 0;
    position: relative;
    top: 50px;
    list-style: none;
    text-align: left;
}
.mobile-menu li > a {
	font-size: 16px;
	line-height: 24px;
	font-feature-settings: 'liga' off;
	color: #363F46;
	position: relative;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	text-decoration: none;
}
.mobile-menu .main-menu-item-has-children {
    position: relative;
}
.mobile-menu li {
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
}
.nt-mm1-chevron svg {
	width: 8px;
	height: 14px;
}
.nt-mm1-chevron.nt-mm1-submenu-active svg {
	transform: rotate(-90deg);
}
.mobile-menu .current-menu-item a, .mobile-menu a:hover {
    color: #ed1e23;
	/*border-bottom: 1px solid #B3B3B3;*/
}
.mobile-menu .menu-item-has-children .sub-menu {
	display: none;
	padding-top: 10px;
	list-style: none;
}
.mobile-menu .menu-item-has-children .sub-menu li{
	border: none;
}
.mobile-menu .menu-item-has-children .sub-menu a{
	color: #737373;
}


/**
 * Submenu arrow
 */
.dropdown-menu-ul .nt-responsive-toggle-subarrow {
    display: block;
    color: #999999;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    padding: 7px 20px 10px 20px;
    z-index: 10;
    font-size: 22px;
}
.mobile-menu li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
    line-height: 22px;
}
.mobile-menu li span i {
    width: 10px;
    font-size: 16px;
    height: auto;
    color: #000;
    padding: 0;
    margin: 0 0 0 0;
    fill: #8C9093;
    vertical-align: middle;
}
.mobile-menu li span.nt-mm1-submenu-active i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.nt-mm1-chevron i {
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 10px;
}
.nt-mm1-chevron i:hover {
    opacity: 1;
}

/**
 * Submenu
 */
.dropdown-menu-ul .sub-menu {
    transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropdown-menu-ul .sub-menu li {
    font-size: 12px;
}
.dropdown-menu-ul .sub-menu li:first-child {
    padding-top: 20px;
}
.dropdown-menu-ul li {
    padding: 10px 0 10px 18px;
}
.fixed .hamburger-button .hamburger-bar-top,
.fixed .hamburger-button .hamburger-bar-middle,
.fixed .hamburger-button .hamburger-bar-bottom,
.hamburger-button.nt-mm1-button-open .hamburger-bar-top,
.hamburger-button.nt-mm1-button-open .hamburger-bar-middle,
.hamburger-button.nt-mm1-button-open .hamburger-bar-bottom {
	background: #363F46;
}
/*************** BLOG ************/
.post-grid-name a {
	color: #363F46;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
}
.post-date {
	color: #363F46;
	font-size: 16px;
	line-height: 24px;
	margin: 5px 0;
}

.post-meta {
	display: flex;
	justify-content: space-between;
	margin: 25px 0;
}
.post-meta p {
	margin: 5px;
}
.share-links {
	display: flex;
	list-style: none;
	margin: 0;
}
.share-links li {
	margin-right: 10px;
}
.share-links li:last-child {
	margin-right: 0;
}
.form-control.dropdown {
	padding: 7px 15px;
}
.filter-scroll .form-control {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #B3B3B3;
	border-radius: 0;
}
.filter-scroll .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-top-color: #fff;
	border-right-color: #fff;
	border-left-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0;
}
.datapicer::after {
	content: '';
	display: inline-block;
	padding: 3px;
	position: absolute;
	right: 20px;
	top: 18px;
	background: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23B3B3B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	width: 16px;
	height: 8px;
	background-repeat: no-repeat;
}
/*************** PAGIONATION ************/
.navigation.pagination {
	width: 100%;
	display: block;
}
.pagination .nav-links {
	display: flex;
	justify-content: flex-end;
}
.pagination .page-numbers {
	padding: 0px 16px;
	color: #363F46;
	transition: all 0.3s;
}
.pagination .page-numbers.current {
	color: #5BB4E6;
}
.pagination .page-numbers:hover {
	color: #5BB4E6;
}
.nav-link.next, .nav-link.previous {
	text-indent: 999999999999px;
	position: relative;
	font-size: 0;
	width: 9px;
	height: 9px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOSA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMCA3LjI2NEw2LjggNC4xNzZMMCAxLjA4OFYwTDguMTI4IDMuNjhWNC42NzJMMCA4LjM1MlY3LjI2NFoiIGZpbGw9IiMzNjNGNDYiLz4KPC9zdmc+Cg==");
	display: block;
	top: 9px;
	background-repeat: no-repeat;
	transition: all 0.3s;
}
.nav-link.previous {
	transform: rotate(180deg);
}
.nav-link.next:hover, .nav-link.previous:hover {
	transition: all 0.3s;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuOTkzNzUgOC4wNEw3Ljc5Mzc1IDQuOTUyTDAuOTkzNzUgMS44NjRWMC43NzZMOS4xMjE3NSA0LjQ1NlY1LjQ0OEwwLjk5Mzc1IDkuMTI4VjguMDRaIiBmaWxsPSIjNUJCNEU2Ii8+Cjwvc3ZnPgo=");
}
/*************** COMMENTS ***********/
.comments-area {
	margin-top: 45px;
}
.comments-title {
	font-size: 22px;
	line-height: 30px;
	color: #363F46;
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
	/* flex-direction: initial; */
	justify-content: space-between;
}
.comment-list {
	padding: 0;
}
.child-comments {
	padding: 0 0px 0 32px;
}
h3.comment-reply-title {
	font-size: 18px;
}
.comment-meta.post-meta {
	margin: 0;
}
.comment-meta.post-meta .comment-author {
	margin: 8px 0;
}
.comments-title-wrap {
	padding-bottom: 10px;
	border-bottom: 1px solid #D0D0D0;
	margin-bottom: 20px;
	display: block;
}
.comment-reply-link {
	text-align: right;
	float: right;
	color: #ed1e23;
}
.comment-author span {
	color: #363F46;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
}
.comment-content p {
	margin-top: 4px;
}
.comment-form-flex {
	border-top: 1px solid #D0D0D0;
}
textarea#comment {
	width: 100%;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	padding: 8px;
    font-family: 'Roboto', sans-serif !important;
}
.leave-comment {
	border: 1px solid #363F46;
	padding: 7px 25px;
	font-size: 18px;
	line-height: 24px;
	color: #363F46;
	margin-top: -5px;
	font-weight: 400;
	border-radius: 4px;
	cursor: pointer;
}
.comments-title span.count {
	color: #5BB4E6;
	font-size: 22px;
	margin-left: 10px;
}
.comment-meta-item {
	color: #B3B3B3;
}
/* #commentform label {
	display: none;
} */
/*************** SWIPER ************/
.swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mySwiper .swiper-slide {
	padding: 0;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.mySwiper .swiper-slide a {
	display: block;
	padding: 0;
	width: 156px;
	object-fit: cover;
	height: auto;
}
.mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	object-fit: cover;
	height: auto;
	padding: 10px;
	/* padding: 75%; */
}
.mySwiper {
	/* padding: 0 80px; */
	width: 80%;
	margin: 0 auto;
}
.mySwiper .swiper-slide.swiper-slide-active img {
	border: 1px solid #ed1e23;
	border-radius: 8px;
}

.mySwiper .swiper-wrapper .swiper-slide:last-child {
	margin: 0 !important;
}

/*************** Header buttons **********/
.login-button {
	margin: 0;
	margin-top: -20px;
}
.login-button a, 
.fixed .login-button a,
.transparent .login-button a {
	border: 0;
	box-sizing: border-box;
	border-radius: 4px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #363F46;
	padding: 4.25px 19px;
	display: block;
	transition: all 0.3s;
}
.login-button a svg,
.fixed .login-button a svg {
	fill: #363F46;
	transition: all 0.3s;
}
.transparent .login-button a svg {
	fill: #fff;
	transition: all 0.3s;
}
.transparent .login-button a {
	border: 0;
	background: none;
	color: #fff;
}

.login-button a span {
	top: 3px;
	position: relative;
	right: -3px;
}

.transparent .fixed.slideDown .login-button a svg {
	fill: #363F46;
}
.transparent .fixed.slideDown .login-button a {
	border: 0;
	color: #363F46;
}
.transparent .fixed .login-button a:hover, 
.fixed .login-button a:hover,
.login-button a:hover {
	color: #ed1e23;
}
.login-button a:hover svg,
.transparent .fixed .login-button a:hover svg,
.transparent .login-button a:hover svg{
	fill: #FFFFFF;
}
.demo-button {
	margin: 0px;
	font-family: 'Roboto', sans-serif;
}
.transparent .demo-button a{
	color: #ed1e23;
	background: #FFF;
	border: 1px solid #FFF;
}
.fixed .demo-button a{
	background: #ed1e23;
	color: #FFF;
}
.demo-button a, .banner-button a, .request-hardware a {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	background: #ed1e23;
	border: 1px solid #ed1e23;
	border-radius: 4px;
	padding: 5px 14px;
	display: block;
	transition: all 0.3s;
}
.request-hardware a {
	padding: 13px 50px;
	display: inline-table;
}
.demo-button a:hover, .banner-button a:hover, .request-hardware a:hover{
	background: #ed1e23;
	color: #FFF;
	border: 1px solid #ed1e23;
	opacity: 1;
	transition: all 0.3s;
}
/* .banner-button a:hover {
	background: #fff;
	color: #ed1e23;
	border: 1px solid #fff;
	transition: all 0.3s;
	opacity: 1;
} */
.banner-button {
	display: inline-table;
}
.header.transparent .demo-button a:hover {
	color: #fff;
	background: none;
	border: 1px solid #fff;
	opacity: 1;
}
.header.fixed.slideDown .demo-button a:hover{
	color: #FFF;
	background: #ed1e23;
	border: 1px solid #ed1e23;
}
.header.fixed.slideDown .oval svg path {
	stroke: #363F46;
}
/*************** breadcrumbs **********/
#breadcrumbs {
	list-style: none;
	display: flex;
	margin-left: -4px;
	padding: 0px 0;
}
.breadcrumb-item.active {
	color: #B3B3B3;
}
.breadcrumb-item, .breadcrumb-item a {
	margin-right: 10px;
	font-size: 14px;
	line-height: 19px;
	color: #737373;
}
.breadcrumb-item a:hover {
	color: #ed1e23;
}
/*************** Slider **********/
.slider-top{
	/* margin-top: -90px; */
	position: relative;
	width: 100%;
	overflow: hidden;
}
p.form-row {
	margin: 0;
}
/*************** VC **********/
/* section.section-top-angle {
	padding-top: 85px;

} */
section.section-bottom-angle {
	padding-bottom: 85px;
	margin-bottom: -85px;
}
/* .angle_top {
	position: absolute;
	left: 0;
	transform: skewY(175deg);
	width: 100%;
	height: 175px;
	background: #fff;
	top: -85px;
	z-index: 0;
} */
.angle_top {
	position: absolute !important;
	right: 0;
	width: 100%;
	height: 115px;
	z-index: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iZGVjb3IiIGhlaWdodD0iMTAwJSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgd2lkdGg9IjEwMCUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDEwMCBMMTAwIDAgTDEwMCAxMDAiIHN0cm9rZS13aWR0aD0iMCI+PC9wYXRoPg0KPC9zdmc+);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	transform: rotate(180deg);
	top: 0;
}
/* .angle_bottom {
	position: absolute;
	left: 0;
	transform: skewY(175deg);
	width: 100%;
	height: 175px;
	background: #fff;
	bottom: -85px;
	z-index: 0;
} */
.angle_bottom {
	position: absolute !important;
	right: 0;
	width: 100%;
	height: 115px;
	z-index: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iZGVjb3IiIGhlaWdodD0iMTAwJSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgd2lkdGg9IjEwMCUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDEwMCBMMTAwIDAgTDEwMCAxMDAiIHN0cm9rZS13aWR0aD0iMCI+PC9wYXRoPg0KPC9zdmc+);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	bottom: 0px;
}
.zindex .angle_top {
	top: 10px;
	z-index: 5;
}
/*************** Button  **********/
.custom-button a {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	background: #ed1e23;
	border: 1px solid #ed1e23;
	border-radius: 4px;
	transition: all 0.3s;
	display: inline-table;
}
.custom-button a:hover {
	color: #FFFFFF;
	background: #ed1e23;
	border: 1px solid #ed1e23;
	opacity: 1;
}

.custom-button.size_smail a {
	padding: 7px 15px;
}
.custom-button.size_medium a {
	padding: 11px 31px;
}
.custom-button.size_large a {
	padding: 15px 40px;
}
/*************** Paralax **********/
.section.vc_parallax-content-moving-fade .angle_bottom {
	z-index: 5 !important;
	left: 0;
	position: absolute;
}
.section.vc_parallax-content-moving-fade .angle_top {
	z-index: 5 !important;
	position: absolute;
	left: 0;
}
.section.vc_parallax-content-moving-fade::after {
	background: rgba(0,0,0,0.5);
	z-index: 1;
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.skrollable.skrollable-before {
	z-index: 5;
	padding: 50px 0;
}
.fetured-name {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
}

/*************** FEATURED BLOCK **********/
.featured-grid-img img {
	width: auto;
	height: auto;
}
.featured-block {
	padding: 0 20px;
}
.vc_parallax .featured-block {
	padding: 0;
	color: #fff;
}
/*************** Resources **********/
.resources-b {
	border-top: 1px solid RGB(179, 179, 179);
}
.resources-b:last-child {
	border-bottom: 1px solid RGB(179, 179, 179);
}
.resource-name {
	font-weight: bold;
}
.resource-links a::before {
	content: "";
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzIDE1VjIwLjMzMzNDMjMgMjEuMDQwNiAyMi43NDI1IDIxLjcxODkgMjIuMjg0IDIyLjIxOUMyMS44MjU2IDIyLjcxOSAyMS4yMDM5IDIzIDIwLjU1NTYgMjNIMy40NDQ0NEMyLjc5NjE0IDIzIDIuMTc0MzggMjIuNzE5IDEuNzE1OTYgMjIuMjE5QzEuMjU3NTQgMjEuNzE4OSAxIDIxLjA0MDYgMSAyMC4zMzMzVjE1IiBzdHJva2U9IiMzNjNGNDYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik02IDEwTDEyIDE2TDE4IDEwIiBzdHJva2U9IiMzNjNGNDYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMiAxNlYxIiBzdHJva2U9IiMzNjNGNDYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
	width: 24px;
	height: 24px;
	position: relative;
	display: inline-table;
	float: left;
	margin-right: 15px;
}
.resource-block {
	margin-top: 15px;
	padding-top: 15px;
}
.wpcf7-form-control.wpcf7-file {
	display: none;
}
.wpcf7-file label {
	color: #5BB4E6;
	cursor: pointer;
}
.wpcf7-file label span {
	color: #B3B3B3;
	margin-left: 10px;
}
/*************** CALCULATE BLOCK **********/

.theme-switch__input, .theme-switch__label {
	position: absolute;
	z-index: 1;
}
.theme-switch__input {
	opacity: 0;
}
.switcher {
	margin-left: 5px;
}
.theme-switch__label {
	padding: 10px;
	transition: background-color 200ms ease-in-out;
	width: 50px;
	height: 23px;
	border-radius: 50px;
	text-align: center;
	background-color: #ed1e23;
	cursor: pointer;
}
.theme-switch__label::before, .theme-switch__label::after {
	font-size: 2rem;
	position: absolute;
	transform: translate3d(0, -50%, 0);
	top: 50%;
}

.theme-switch__label span {
	position: absolute;
	bottom: calc(100% + 10px);
	left: 0;
	width: 100%;
}
.theme-switch__label span::after {
	position: absolute;
	top: calc(100% + 12.5px);
	left: 4px;
	width: 18px;
	height: 18px;
	content: '';
	border-radius: 50%;
	background-color: #FFFFFF;
	transition: transform 200ms, background-color 200ms;
}

.theme-switch__input:checked ~ .theme-switch__label span::after {
	transform: translate3d(25px, 0, 0);
}


.calculate-grid {
	background: #FFFFFF;
	border: 1px solid #B3B3B3;
	box-sizing: border-box;
	border-radius: 8px;
	border-top: 8px solid #737373;
	padding: 20px;
}
.calculate-name {
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}
.calculate-subname {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0;
	color: #363F46 !important;
}
.calculate-grid-text ul {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #363F46;
	padding: 0 20px;
}
.calculate-grid-text ul li::marker {
	font-size: 18px;
	font-weight: bolder;
	color: #000;
}
.calculate-description {
	display: none;
}
.calculate-select{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #363F46;
	margin-bottom: 5px;
	display: flex;
}
.calculate-description.plan-1 {
	display: block;
}
.calculate-button {
	/* margin: 110px 0 15px 0; */
	text-align: center;
	margin-bottom: 15px;
}
.calculate-grid-text {
	min-height: 210px;
}
.calculate-price {
	font-weight: 600;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	font-feature-settings: 'liga' off;
	color: #363F46! important;
}
.calculate-block {
	margin-top: 10px;
}
.calculate-block .form-select {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.calculate-select .con-tooltip {
	margin-top: -4px;
	margin-right: 10px;
}
.btn.btn-success {
	background: #ed1e23;
	color: #fff;
	padding: 9px 30px;
	border-radius: 4px;
	min-width: 148px;
	display: inline-table;
}
.calculate-block .select2-container--default .select2-selection--single {
	background: #FFFFFF;
	border: 1px solid #B3B3B3;
	box-sizing: border-box;
	border-radius: 4px;
	margin: 4px 0px;
	padding: 0 10px;
}
.calculate-block .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
}
.calculate-block .select2-container--default .select2-selection--single .select2-selection__rendered{
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	font-feature-settings: 'liga' off;
    color: #363F46;
}
.calculate-block .select2-container--default .select2-selection--single .select2-selection__arrow b { 
	background-image: url('data:image/svg+xml;utf8,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7L13 1" stroke="#B3B3B3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	border: none;
  }
  .calculate-select .tooltip p {
	margin-top: -15px;
}
.calculate-select .tooltip b {
	margin-bottom: -16px;
	display: block;
	line-height: 13px;
	margin-top: 24px;
}
.labelform {
	color: #363F46;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 10px;
}
#thisprice {
	color: #ed1e23;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	margin: 5px 0;
}
smail {
	font-size: 10px;
	color: #737373;
	line-height: 16px;
}
/*********** TABS ******************/
.vc_tta-panel .geg-panel-body {
	display: none;
	padding: 10px 0;
}
.vc_tta-panel.vc_active .geg-panel-body {
	display: block;
}
.vc_tta-panel {
    border-top: 1px #B3B3B3 solid;
}
.vc_tta-panel:last-child {
	border-bottom: 1px #B3B3B3 solid;
}
.vc_tta-panel-title {
	margin: 0 !important;
	padding: 8px 0 !important;
	position: relative;
}
.geg-panel-heading span {
	text-align: left;
	font: normal normal bold 16px/24px 'Roboto';
	color: #363F46;
	padding: 0;
	display: block;
}
.vc_tta .vc_tta-controls-icon {
	right: 5px;
	top: 14px;
	position: absolute;
	font-size: inherit;
}
.vc_tta .vc_tta-controls-icon::before {
	content: "";
	width: 13px;
	height: 13px;
	left: 0;
	border: solid #B3B3B3 !important;
	position: relative;
	display: block;
	border-width: 0 3px 3px 0 !important;
	transform: rotate(45deg);
}
.vc_tta .vc_active .vc_tta-controls-icon::before {
	transform: rotate(225deg);
	top: 5px !important;
}
.featured-grid.fetured a {
	color: #363F46;
}
/*************** TESTIMIONAL **********/
.swiper-button-next, 
.swiper-button-prev {
	color: #B3B3B3 !important;
}
.testimonial-grid-img img {
	max-height: 60px;
	width: auto;
	border-radius: 150%;
}
.testimional-title, .testimional-text, .testimional-name {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
    font-feature-settings: 'liga' off;
} 
.testimional-name {
    color: #363F46;
	font-weight: 600;
}
.testimional-title, .testimional-text {
	color: #363F46;
	font-family: 'Roboto', sans-serif;
}
.testimional-text svg {
	left: -15px;
	position: absolute;
	top: 22px;
}

#testimonial .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ed1e23;
}
#testimonial .swiper-slide {
	padding: 0 75px;
}
/*************** BANNER **********/
.footer-top.banner-block {
	position: relative;
	margin-bottom: -225px;
	/* margin-top: 100px; */
}
.footer-top.banner-block .banner {
	background-position: center;
}
.footer-top.banner-block .banner::before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.footer-top.banner-block .banner-button {
	display: block;
	text-align: center;
}
.footer-top.banner-block .banner-button a {
	display: inline-table;
}
/* .parallax-mirror {
	margin-top: -70px;
} */
#content {
	z-index: 5;
	background: #fff;
	margin-top: 90px;
}
.banner {
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.banner::before {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.banner-blocks {
	max-width: 650px;
	display: block;
	border-radius: 6px;
	width: auto;
	z-index: 5;
	position: relative;
	/* margin-top: 150px; */
	margin: 0 auto;
	margin-top: calc(480px / 2 - 50px );
}
.banner-title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    position: relative;
    margin-bottom: 7px;
    margin-top: 12px;
    letter-spacing: 0.2px;
}
.banner-title::before {
	content: "";
	width: 3px;
	height: 70%;
	position: absolute;
	top: 6px;
	left: 0;
}
.banner-description {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	font-feature-settings: 'liga' off;
}
.banner-blocks {
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}
.banner-button {
	text-align: center;
	margin-top: 25px;
}
.banner-button a {
	color: #fff;
	padding: 11px 37px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}
.decor.mobilfast_angle_top {
	position: absolute;
	top: 0;
	width: 100%;
	height: 150px;
	transform: rotatez(180deg);
	z-index: 7;
}
.decor.mobilfast_angle_bottom {
	position: absolute;
	bottom: 150px;
	width: 100%;
	height: 150px;
}
.zindex {
	z-index: 0;
	position: relative;
}

/********** Table ***********/
.table-title {
	font-size: 16px;
	color: #363F46;
	font-weight: bold;
	font-style: bold;
}
.software-table .row:nth-child(2n) {
	background: #F9F9F9;
}
.software-table .col-md-auto {
	border: 1px solid RGB(208, 208, 208) !important;
	padding: 15px 10px;
	border-top: none !important;
	border-bottom: none !important;
	text-align: center;
	overflow: visible !important;
	border-collapse: collapse;
	border-spacing: 0;
	border-right: none !important;
}
.software-table .col-md-3 {
	/*padding: 15px;*/
}
.software-table .text-link {
	padding: 7px 16px;
	display: block;
}
.software-table .tableicon {
	width: 20px;
	height: 20px;
	margin: 0 auto;
}
.software-table .col-md-auto.noborder {
	border: none !important;
}
.noprice {
	color: #5BB4E6;
}
.tabletitle {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}
.tabletitles {
	font-size: 36px;
	font-weight: 600;
	line-height: 52px;
}
.tabletitles {
	font-size: 36px;
	font-weight: 600;
	line-height: 52px;
}
.titles {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	padding-top: 40px;
	color: #363F46;
}
.software-table .row:nth-child(3) .titles {
	padding: 0;
}
/*.software-table .row:first-child .col-md-auto:nth-child(2) .tabletitle {
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-text-stroke: 1px black;
}*/
.software-table .row:nth-child(2) {
	background: none;
}

.tableicon.suported {
	background: url('assets/img/ok.png') no-repeat center center;
}
.tableicon.not_suported {
	background: url('assets/img/nook.png') no-repeat center center;
}
.colapse {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	width: 16px;
	height: 16px;
	display: none;
}
.desktop-hide {
	display: none;
}
.wpDataTable tr td:first-child {
	text-align: left !important;
}
.software-table .col-md-auto {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	height: calc(4em - 10px);

}
.software-table .colapse {
	top: 7px;
	position: relative;
	cursor: pointer;
}
/*************** Team BLOCK **********/
.team-grid-img {
	text-align: center;
}
.team-grid-img img {
	width: 168px;
	height: auto;
	border-radius: 150px;
}
.team-name {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	font-feature-settings: 'liga' off;
	color: #ed1e23;
	margin-bottom: 8px;
}
.team-subname {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	font-feature-settings: 'liga' off;
	color: #363F46;
}
.team-grid-text {
	padding: 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	font-feature-settings: 'liga' off;
	color: #363F46;
}
.team-grid-text p {
	margin: 5px 0;
}
.team-grid-text span {
	font-weight: bold;
}
/*************** TEXT IMAGE BLOCK **********/
.text-block {
	align-items: center;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: 'liga' off;
}
.text-block-title {
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	line-height: 40px;
	color: #363F46;
	margin-top: 0;
}
.text-block .text {
	font-size: 16px;
	line-height: 24px;
	color: #363F46;
	margin-bottom: 20px;
}
.text-link {
	border: 1px solid #363F46;
	box-sizing: border-box;
	border-radius: 4px;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #363F46;
	padding: 9px 24px;
	transition: all 0.3s;
	margin-top: 24px;
	position: relative;
	display: table;
}
.text-link.requestsmail {
	padding: 7px 24px;
}
.text-link:hover {
    color: #fff;
	background: #ed1e23;
	border-color: #ed1e23;
	transition: all 0.3s;
}
/*************** Login Block *****/
.login-form {
	position: absolute;
	bottom: 0;
	background: linear-gradient(71.12deg, #363F46 11.15%, rgba(109, 116, 130, 0.8) 105.28%);
	padding: 310px;
	right: 0;
	width: 75%;
	z-index: 5;
}
.login-form .blocklogin{
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #D0D0D0;
	box-sizing: border-box;
	border-radius: 8px;
}
.login-form .login-title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 40px;
	text-align: center;
	color: #363F46;
}
.login-form .login-descriptiaon {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #363F46;
}
.login-buttons {
	margin-top: 35px;
	text-align: center;
}
.login-form .login-buttons a {
	background: #0093E6;
	border-radius: 4px;
	padding: 10px 70px;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}
.login-form .blocklogin {
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #D0D0D0;
	box-sizing: border-box;
	border-radius: 8px;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	padding: 45px 80px;
}
.news-slider, #testimonial {
	overflow: hidden;
}
.row.news-block {
	padding: 0 60px 0 75px;
	overflow: hidden;
}
/*************** FOOTER **********/
footer {
	background: #050d1a;
	padding: 50px 0 20px 0;
	margin-top: 90px;
	/* margin-top: -25px; */
	position: relative;
	color: #ececec;
}
.footer-sidebars {
	display: flex;
	flex-wrap: wrap;
}
#block-6 {
	flex-basis: 10%;
}
.footer-sidebars section {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
footer .footer-sidebars h2, footer .footer-sidebars .widget-title, footer .footer-sidebars a.widgettitle {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 24px;
	font-feature-settings: 'liga' off;
	color: #ed1e23;
	text-shadow: none;
	border: none;
	-webkit-text-stroke: 0;
	margin: 20px 0;
	text-align: left;
}

.footer-logo {
	max-width: 220px;
	display: block;
	margin-bottom: 10px;
}
footer ul.menu {
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0;
}
.footer-badges {
	list-style: none;
	display: flex;
	margin: 0;
}
.footer-badges li {
	width: 50px;
	height: 30px;
	margin-right: 10px;
	flex: 0 0 50px;
	overflow: hidden;
}
.footer-badges li svg {
	width: 100%;
	height: 100%;
}
.icon_box {
	margin-right: 5px;
	margin-top: 3px;
}
.fa {
	width: 20px;
	height: 20px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
}
.fa-mobile {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.629 5h-9.257a1.6 1.6 0 0 0-1.601 1.603V25.4a1.6 1.6 0 0 0 1.601 1.601h9.257c.883 0 1.6-.718 1.6-1.601V6.603c0-.885-.717-1.603-1.6-1.603zm-6.247 1.023h3.302v.768h-3.302v-.768zm1.619 19.395a1.024 1.024 0 0 1-1.023-1.021 1.023 1.023 0 0 1 2.044 0c-.001.494-.46 1.021-1.021 1.021zm5.028-3.501H10.971V7.704h10.058v14.213z'/%3E%3C/svg%3E");
	width: 22px;
	height: 25px;
	margin-left: -2px;
}
.fa-map-marker {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12,14 C9.790861,14 8,12.209139 8,10 C8,7.790861 9.790861,6 12,6 C14.209139,6 16,7.790861 16,10 C16,12.209139 14.209139,14 12,14 Z M12,13 C13.6568542,13 15,11.6568542 15,10 C15,8.34314575 13.6568542,7 12,7 C10.3431458,7 9,8.34314575 9,10 C9,11.6568542 10.3431458,13 12,13 Z M12.3391401,20.8674017 C12.1476092,21.0441994 11.8523908,21.0441994 11.6608599,20.8674017 C7.23483091,16.7818365 5,13.171725 5,10 C5,6.13400675 8.13400675,3 12,3 C15.8659932,3 19,6.13400675 19,10 C19,13.171725 16.7651691,16.7818365 12.3391401,20.8674017 Z M18,10 C18,6.6862915 15.3137085,4 12,4 C8.6862915,4 6,6.6862915 6,10 C6,12.7518356 7.98660341,16.0353377 12,19.8163638 C16.0133966,16.0353377 18,12.7518356 18,10 Z'/%3E%3C/svg%3E");
}
.fa-envelope {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.75 5.25L3 6V18L3.75 18.75H20.25L21 18V6L20.25 5.25H3.75ZM4.5 7.6955V17.25H19.5V7.69525L11.9999 14.5136L4.5 7.6955ZM18.3099 6.75H5.68986L11.9999 12.4864L18.3099 6.75Z' fill='%23fff'/%3E%3C/svg%3E");
}
#menu-footer-buttom {
	display: flex;
	justify-content: center;
}
#menu-footer-buttom li {
	margin-right: 10px;
	padding-right: 10px;
}
#menu-footer-buttom li::after {
	content: "";
	border: 1px solid #b7b7b7;
	left: 10px;
	position: relative;
	height: 11px;
	overflow: hidden;
	display: inline-table;
}
#menu-footer-buttom li:last-child::after {
	display: none;
}
footer ul.menu li a {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #ececec;
}
footer ul.menu li a:hover {
	color: #ed1e23;
}
ul.menu li.right{
	border-top: 1px solid #B3B3B3;
}
#block-2 {
	margin-right: 80px;
	margin-top: 15px;
}
.social-icons a:first-child {
	margin: 0;
}
.copyright {
	color: #ececec;
	font-size: 14px;
	border-top: 1px solid #fff;
}
.social_icons {
	margin-left: 15px;
}
.social-icons svg {
	width: 30px;
	height: 30px;
}
a.social_icons:hover {
	opacity: 1;
}
a.social_icons:hover svg path {
	fill: #ed1e23;
	stroke: #ed1e23;
	transition: all 0.3s;
}
a.social_icons:hover svg circle {
	stroke: #ed1e23;
	transition: all 0.3s;
}

#scrolltop {
	cursor: pointer;
	position: fixed;
	bottom: 25px;
	right: -100px;
	transition: all 0.3s;
	z-index: 999;
}
#scrolltop.islive {
	right: 25px;
	transition: all 0.3s;
}
#scrolltop svg path{
	stroke: #D0D0D0;
	transition: all 0.3s;
}
#scrolltop:hover svg path{
	stroke: #ed1e23;
}

.vc_custom_1634114513557 {
	margin-bottom: -78px;
	z-index: 0;
	height: 480px;
}
.vc_custom_1634114513557 p {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	font-feature-settings: 'liga' off;
	color: #FFFFFF;
}
.vc_btn3-container .vc_btn3.vc_btn3-color-success, 
.vc_btn3-container .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
	padding: 10px 32px;
	background: #ed1e23;
	border-radius: 4px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	display: flex;
	align-items: center;
	text-align: center;
	font-feature-settings: 'liga' off;
	color: #FFFFFF;
	display: inline-table;
}
.ps-scrollbar-x-rail {
	display: none !important;
}

/************** Modal ************/
.overley {
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 88;
}
.modal-header {
	color: #363F46;
	padding: 32px 80px 0 80px;
}
.modal-content.width {
	max-width: 860px;
}
.modal-content .modal-body {
	padding: 15px 79px 32px 79px;
}
.modal-header .close {
	position: absolute;
	right: 15px;
	top: 15px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7071 1.70711C16.0976 1.31658 16.0976 0.683418 15.7071 0.292893C15.3166 -0.0976311 14.6834 -0.0976311 14.2929 0.292893L15.7071 1.70711ZM0.292893 14.2929C-0.0976311 14.6834 -0.0976311 15.3166 0.292893 15.7071C0.683418 16.0976 1.31658 16.0976 1.70711 15.7071L0.292893 14.2929ZM1.70711 0.292893C1.31658 -0.0976311 0.683418 -0.0976311 0.292893 0.292893C-0.0976311 0.683418 -0.0976311 1.31658 0.292893 1.70711L1.70711 0.292893ZM14.2929 15.7071C14.6834 16.0976 15.3166 16.0976 15.7071 15.7071C16.0976 15.3166 16.0976 14.6834 15.7071 14.2929L14.2929 15.7071ZM14.2929 0.292893L0.292893 14.2929L1.70711 15.7071L15.7071 1.70711L14.2929 0.292893ZM0.292893 1.70711L14.2929 15.7071L15.7071 14.2929L1.70711 0.292893L0.292893 1.70711Z' fill='%23D0D0D0'/%3E%3C/svg%3E%0A");
	font-size: 0px;
	text-indent: -999999999999px;
	cursor: pointer;
	display: block;
	width: 14px;
	height: 14px;
	background-size: cover;
}
.status {
	margin: 9px 0;
}
.modal-title {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
}
.modal-subtitle {
	font-size: 16px;
}
.modal-body button {
	display: block;
	width: 100%;
} 
.modal-content {
	position: fixed;
	background-color: #fefefe;
	margin: auto;
	border: 1px solid #F9F9F9;
	width: 100%;
	height: auto;
	max-height: 100% ;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	animation-name: animatetop;
	animation-duration: 0.4s;
	display: none;
	top: 50%;
	left: 50%;
	max-width: 520px;
	transform: translate(-50%, -50%);
	z-index: 999;
	border-radius: 8px;
	overflow-y: auto;
}
div#registermodal {
	overflow-y: scroll;
	height: auto;
}
div#registermodal.thanks {
	overflow: hidden;
}
.g-recaptcha {
	transform: scale(1.13);
	transform-origin: 0 0;
	display: block;
}
.input-group {
	position: relative;
}
.show-pass, .hide-pass {
	position: absolute;
	right: 10px;
	top: 30px;
	cursor: pointer;
}
.hide-pass {
	display: none;
}
.modal-footer {
	border-top: 1px solid #D0D0D0;
	padding: 32px 79px 32px 79px;
}
.modal-footer .btn {
	display: block;
	width: 100%;
}
#recaptcha > div, #recaptcha iframe {
	/* width: 100% !important; */
	text-align: center;
	margin: 1px;
	display: inline-block;
}
.rc-anchor-light.rc-anchor-normal {
	width: 100% !important;
}
.or {
	color: #B3B3B3;
}
@keyframes animatetop {
	from {top: -300px; opacity: 0}
	to {top: 0; opacity: 1}
} 
.thank-you, .thanks .modal-header, .thanks .login_form {
	display: none;
}
.thanks .thank-you, 
.thanks .modal-header.thank-you {
	display: block;
	text-align: center;
}
.modal-body svg {
	margin: 20px 0;
}
#scrollblock {
	max-height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}
/*************** Login form **********/

/* .lost {
	text-align: right;
	display: block;
	margin-top: -30px;
} */

.xs-login {
	display: flex;
	justify-content: center;
	text-decoration: none;
	list-style: none;
}
.lost, .modal-subtitle a {
	color: #5BB4E6;
}
.xs-login .wslu-color-scheme--google span, 
.xs-login .wslu-color-scheme--linkedin span, 
.xs-login .wslu-color-scheme--facebook span {
	width: 24px;
	height: 24px;
	margin-right: 25px;
	display: block;
}
.xs-login .wslu-color-scheme--google span{
    background: url('assets/img/google.png') no-repeat center center;
	
}
.xs-login .wslu-color-scheme--linkedin span{
	background: url('assets/img/linkdin.png') no-repeat center center;
}
.xs-login .wslu-color-scheme--facebook span{
	background: url('assets/img/facebook.png') no-repeat center center;
	margin-right: 0;
}
.top-block p {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
}
.wpb_image_grid_ul {
	list-style: none;
	position: relative !important;
}
.grecaptcha-badge {
	display: none !important;
}
.geg-panel-body .wpb_text_column.wpb_content_element {
	margin-bottom: 15px;
}
.mobile-block{
	display: none;
}
.variations_form #requesthardware a {
	font-size: 18px;
	padding: 13px 30px;
	font-weight: 600;
}
#sell_privancy {
	min-width: 20px;
}
.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1,
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
/*************** RESPONSIVE **********/

@media screen and (max-width: 1440px){
	.demo-button {
		margin: 0px 0 0 20px;
	}
	.login-button {
		margin: 0px 20px;
	}
	.banner::before {
		top: 45px;
	}
	.zindex .angle_top {
		top: 10px;
		z-index: 5;
	}
	#breadcrumbs {
		margin-left: 35px;
	}
	#navigation ul li {
		margin-right: 16px;
	}
}

@media screen and (max-width: 1280px) and (min-width: 990px){
	#logo.mr-5{
		margin-right: 1rem !important;
	}
	.loged-user {
		min-width: auto;
	}
	
}
@media screen and (max-width: 1280px){
	.demo-button {
		margin: 0px 0 0 15px;
	}
	.login-button {
		margin: 0px 15px;
	}
	#navigation ul li {
		margin-right: 5px;
	}
}
@media screen and (max-width: 990px){
	.vc_col-xs-12 {
		width: 100% !important;
		max-width: 100% !important;
		flex: 100% !important;
	}
	#main {
		padding-top: 0;
	}
	.transparent #main {
		padding-top: 80px;
	}
	#navigation, .demo-button, .login-button,.swiper-button-next, .swiper-button-prev {
		display: none !important;
	}
	.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
		padding-top: 20px;
		position: relative;
	}
	.mobile-block{
		display: block;
	}
	.nt-mobile-wrapper-spacer {
		display: block;
		z-index: 7;
	}
	.swiper-slide {
		padding: 0;
	}
	.news-block {
		padding: 10px;
	}
	.testimional-text svg {
		left: 10px;
	}
	.text-block {
		padding-bottom: 50px;
	}
	footer .angle_top {
		background: linear-gradient(71.5deg, #3D464E, #6C7584 100%);
	}
	.footer-sidebars section {
		-ms-flex-preferred-size: 0;
		flex-basis: inherit;
		-webkit-box-flex: inherit;
	}
	.footer-sidebars ul.menu, .footer-sidebars .widget-contact-us {
		height: 0px;
		opacity: 0;
		transition: all 0.3s;
	}
	.footer-sidebars .active ul.menu, .footer-sidebars .active .widget-contact-us {
		height: auto;
		opacity: 1;
		margin-top: 10px;
		transition: all 0.3s;
	}
	footer .footer-sidebars h2, footer .footer-sidebars .widget-title {
		border-bottom: 1px solid #737373;
		padding-bottom: 10px;
		margin: 10px 0 0 0;
		position: relative;
		cursor: pointer;
	}
	.widget.widget_nav_menu {
		position: relative;
	}
	footer .footer-sidebars h2.widgettitle::after, 
	footer .footer-sidebars .widget-title::after {
		content: "";
		position: absolute;
		right: 0;
		top: 5px;
		width: 20px;
		height: 20px;
		display: block;
		transition: all 0.3s;
		background: url('assets/img/down.svg') no-repeat center center;
	}
	footer .footer-sidebars .active h2.widgettitle::after, 
	footer .footer-sidebars .active .widget-title::after {
		transform: rotate(90deg);
		transition: all 0.3s;
	}
	.serach {
		margin-right: 24px;
		top: 1px;
	}
	.loged-user {
		margin-top: -5px;
	}
	.login-form {
		padding: calc(100% - 65%);
		width: 75%;
	}
	.career-block .btn {
		margin: 10px 10px 10px 0;
		padding: 12px 15px;
	}
	.geg-panel-body p {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px){
	#masthead #content-fulid::before {
		display: none;
	}
	.lang-switcher ul {
		margin-right: 20px;
		margin-top: 9px;
		top: -13px;
	}
	.mbt-0 {
		margin-top: 0;
	}
	#main {
		margin-top: 0;
		padding-top: 35px;
	}
	#main.default {
		padding-top: 24px;
	}
	
	.page-title {
		margin-bottom: 0;
	}
	.loged-user, .mobile-none {
		display: none;
	}
	.desktop-hide {
		display: block;
	}
	.pt-20 {
		padding-top: 20px;
	}

	.col-md-1\/5, .tab-row-2 .col-md-3 {
		width: 50%;
		padding: 15px;
	}
	.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
		margin-bottom: 15px;
	}
	div.mobilfast-custom-heading {
		margin: 5px 0;
	}
	.mobile-center {
		text-align: center;
	}
	#content {
		margin-top: 70px;
	}
	.header {
		padding: 12px 0;
		height: 60px;
	}
	.header.fixed.slideDown {
		height: 60px;
	}
	.transparent #masthead .align-self-end {
		margin-top: -25px;
	}
	.transparent #masthead.fixed .align-self-end {
		margin-top: -20px;
	}
	#logo img, .header.fixed.slideDown #logo img {
		width: 80px;
		height: auto;
	}
	.serach {
		margin-right: 10px;
		top: -8px;
	}
	.hamburger-button {
		top: -3px;
	}

	.angle_top {
		height: 75px;
		top: 0px;
	}
	.zindex .angle_top {
		top: -5px;
		z-index: 5;
		height: 125px;
	}
	#breadcrumbs {
		max-width: 90%;
		margin: 0 auto;
		padding: 7px 30px;
	}
	footer {
		margin-top: 100px;
	}
	footer .angle_top {
		height: 80px;
		top: -45px;
		background: linear-gradient(71.5deg, #404951, #6C7584 100%);
	}
	.banner::before {
		top: 0;
	}
	.banner-blocks {
		margin-top: calc(300px / 2 - 50px );
	}
	.row.row-fluid .pr-5, .px-5 {
		padding-right: 15px !important;
	}
	.row.row-fluid .pl-5, .px-5 {
		padding-left: 15px !important;
	}
	.footer-top.banner-block {
		position: relative;
		margin-bottom: -280px;
		margin-top: 0;
	}
	.mobile-reverse .row {
		flex-direction: column-reverse;
	}
	.searchinput {
		position: fixed;
		width: 100%;
		right: 0;
		top: 0;
	}
	.active .searchinput {
		top: 11px;
	}
	.close-search {
		width: 35px;
		height: 35px;
	}
	.section.table {
		overflow: scroll;
	}
	#searchform {
		position: relative;
		width: 0;
		left: 0;
		top: 0;
	}
	.serach.active .close-search {
		top: 6px;
	}
	.searchinput {
		padding: 15px 6px 15px 30px;
	}
	.active #searchform {
		width: 100%;
		z-index: 88;
		position: fixed;
	}
	.close-search {
		position: absolute;
		top: -9px;
	}
	.serach.active .close-search {
		left: 20px;
	}
	.active #searchform {
		width: 100%;
		z-index: 88;
		position: fixed;
	}
	.serach.active .oval {
		z-index: 777;
		left: 90%;
		transition: all 1.5s;
		top: 12px;
	}
	.decor-top, .angle_bottom {
		height: 75px;
	}
	section.container-full {
		padding-bottom: 40px;
		margin-bottom: -40px;
		padding-left: 32px !important;
        padding-right: 32px !important;
	}
	.geg-panel-heading span {
		padding: 0;
	}
	.section.section-bottom-angle.section-o-content-bottom.section-flex.no-margin {
		padding-top: 80px;
	}
	.login-form {
		right: -20px;
		width: 100%;
	}
	.login-form .blocklogin {
		padding: 20px 20px;
		width: 100%;
	}
	.wpDataTableContainerSimpleTable {
		margin-left: -30px;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.tooltip {
		width: auto !important;
		min-width: 225px;
	}
	.right .tooltip {
		top: -3px;
		right: 30px;
	}
	.right .tooltip::after {
		left: 97.5%;
	}
	.wpdtSimpleTable tr td:first-child, .wpdtSimpleTable tr th:first-child {
		width: 200px !important;
		min-width: 200px !important;
	}
	.calculate-select .con-tooltip {
		position: relative;
	}
	.btn.btn-success {
		padding: 14px 20px;
	}
	.accaunt-sidebar {
		display: none;
	}
	.row.thable.ml-3, .row.table.ml-3 {
		margin-left: 0 !important;
	}
	.software-table .col-md-auto {
		display: none;
	}
	.con-tooltip.left {
		margin-right: 30px;
	}
	.tooltip-block {
		display: flex;
		position: relative;
		width: 100%;
	}
	.tooltip-block span {
		flex: max-content;
		flex-basis: max-content;
	}
	.software-table .tooltip-block span {
		flex: max-content;
		flex-basis: 78%;
	}
	.neznayu{
		background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5L8 11L14 5' stroke='%23B3B3B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
		width: 18px;
		height: 16px;
		margin-top: 6px;
		cursor: pointer;
	}
	.tooltip-block .right .tooltip {
		top: -3px;
		right: 30px;
	}
	.tooltip-block .con-tooltip.right {
		margin-right: 25px;
		float: right;
		text-align: right;
	}
	.software-table .colapse {
		top: 7px;
		position: relative;
		cursor: pointer;
		align-content: flex-end !important;
		float: right;
	}
	.con-tooltip.right {
		position: relative;
	}
	.active .col-md-auto {
		display: block;
	}
	.active .tooltip-block .colapse {
		transform: rotate(180deg);
	}
	.active .col-md-auto {
		display: block;
		border: none !important;
		padding: 15px;
	}
	.mobile-text-right {
		text-align: right !important;
	}
	.software-table .mobile-text-right .tableicon {
		margin: 0;
		float: right;
	}
	.active .tabletitle {
		font-size: 16px;
	}
	.software-table .col-6 {
		background: #fff;
	}
	.row .col-6:nth-child(2),
	.row .col-6:nth-child(3),
	.row .col-6:nth-child(6),
	.row .col-6:nth-child(7),
	.row .col-6:nth-child(10),
	.row .col-6:nth-child(11),
	.row .col-6:nth-child(14),
	.row .col-6:nth-child(15) {
		background: RGB(249, 249, 249);
	}
	.colapse {
		display: block;
	}
	.software-table .col-md-auto {
		-ms-flex-preferred-size: 0;
		flex-basis: 50%;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 2;
		max-width: 100%;
		width: 100%;
	}
	.login-form {
		display: none;
	}
	.active .login-form {
		display: block;
		width: 100%;
		padding: 75px;
		left: 0;
	}
	.login-form .blocklogin {
		background: none;
		border: none;
	}
	.login-form .login-title,
	.login-form .login-descriptiaon {
		color: rgb(255, 255, 255);
		margin-bottom: 10px;
	}
	.login-buttons {
		margin-top: 15px;
	}
	.login-form .login-buttons a {
		background: #ed1e23;
		display: block;
	}
	.software-table .text-link {
		margin: 0 auto;
		text-align: center;
		display: block;
	}
	.wpb_image_grid .wpb_image_grid_ul .isotope-item {
		margin: 0 10px 30px 10px !important;
		width: 45%;
	}
	.career-grid-name {
		font-size: 16px;
		line-height: 22px;
		font-weight: bold;
	}
	.career-block .btn {
		margin: 10px;
		width: auto;
		text-align: center;
	}
	.career-grid-name {
		padding: 17px 10px;
	}
	.modal-content .modal-body {
		padding: 0 35px 15px 35px;
	}
	.geg-panel-heading span {
		width: 90%;
	}
	.vc_tta .vc_tta-controls-icon {
		top: 14px;
	}
	.angle_top {
	    z-index: 1;
	}
	.footer-top.banner-block .banner::before {
	    z-index: 0;
	    top: 0;
	}
	.carerpost-title, .blogpost-title {
		margin-top: 24px;
		text-align: center;
	}
	.mobile-menu .menu-item-has-children .sub-menu li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	form .ml-3 {
		margin-left: -10px !important;
	}
	#update_user {
		margin-top: 30px;
	}
	.woocommerce-product-gallery {
		margin-bottom: 30px;
	}
	.col-md-1\/5 .featured-grid.fetured {
		padding: 0 25px;
	}
	#selecttag {
		margin-top: 15px;
	}
	#cookie-law-info-bar {
		border-radius: 8px;
		margin: 0 2px;
		border: 1px solid #eaeaea;
	}
	.transparent #logo img {
		height: auto;
	}
	.col-md-4.col-sm-4.text-right.socials {
		text-align: center !important;
		margin-top: 15px;
	}
	.lang-switcher {
		margin-top: -3px;
		margin-right: 5px;
	}
	.header.fixed.slideDown .lang-switcher ul {
		margin-top: -5px;
		top: 0;
	}
	.lang-switcher {
		margin-top: -3px;
		margin-right: 5px;
	}
	.modal-header.desktop-hiden {
		display: block !important;
	}
}
@media screen and (max-width: 480px){
	.container-fluid .container {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.container-fluid {
		padding-right: 32px !important;
		padding-left: 32px !important;
	}
	#breadcrumbs {
		max-width: 100%;
		padding: 7px 0;
	}
	.button-info {
		display: block;
		width: 100%;
		text-align: center;
	}
	.col-md-1\/5, .tab-row-2 .col-md-3 {
		width: 100%;
	}
	 .row.row-fluid.mob-p-10 {
		padding: 0 20px;
	}

	.text-block {
		padding-bottom: 30px;
	}
	.decor-top {
		width: 110%;
		left: -5%;
	}
	.banner-blocks {
		margin-top: calc(255px / 2 - 50px );
	}
	footer .angle_top {
	    height: 60px;
	    top: -20px;
	    z-index: 0;
	}
	footer .angle_top {
		background: linear-gradient(71.5deg, #48505A, #6C7584 100%);
	}
	.banner-blocks {
		margin-top: calc(220px / 2 - 50px );
	}
	.angle_top, .decor-top, .angle_bottom {
		height: 60px;
		bottom: 0px;
	}
	.vc_tta-panel-title.vc_tta-controls-icon-position-left {
		padding: 0 !important;
	}
	.vc_tta-panel .geg-panel-body {
		padding-top: 0;
	}
	#calculate strong {
		display: block;
		margin-right: -130px;
		position: relative;
		top: -5px;
	}
	#calculate .switcher {
		text-align: left;
		top: 24px;
		position: relative;
	}
	#calculate .green {
		position: relative;
		top: 25px;
	}
	.row.thable {
		display: none;
	}
	.row.table {
		flex-direction: row;
	}
	.wpb_image_grid .wpb_image_grid_ul .isotope-item {
		margin: 0 0 30px 0 !important;
		width: 100%;
		left: 0 !important;
	}
	.date-picker-wrapper .drp_top-bar.normal .normal-top {
		display: block;
		text-align: center;
	}
	.date-picker-wrapper .month-wrapper table {
		width: 100% !important;
		float: none;
	}
	#cookie-law-info-bar[data-cli-style="cli-style-v2"], #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"], #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
	    padding: 15px 25px;
	}
	.cli-bar-btn_container {
		margin: 10px auto !important;
		text-align: center;
		display: block;
		margin-bottom: 0 !important;
	}
	.career-block .btn {
	    padding: 12px 20px;
	}
	.cli-style-v2 .cli-bar-btn_container {
		width: 100%;
	}
	.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
		width: 44%;
	}
	.featured-grid.fetured {
		padding-bottom: 16px;
	}
	.col-md-8.text-left.jus {
		text-align: center !important;
	}
	.col-md-4.col-sm-4.text-right.socials {
		text-align: center !important;
		margin-top: 15px;
	}
	.row.news-block {
		padding: 0;
	}
}
@media screen and (min-width: 1900px){
	#breadcrumbs {
		margin-left: -12px;
		margin-top: 45px;
		margin-bottom: -24px;
	}
}
@media screen and (min-width: 2000px){
	footer .angle_top {
		height: 300px;
		top: -175px;
	}
}	
@media (orientation: landscape) and (max-width: 767px) {
	.section {
		left: -32px !important;
	}
}

#requestmodal .wpcf7 form.invalid .wpcf7-response-output {
	border: none !important;
    padding: 0 !important;
    margin-left: 10px !important;
    margin-top: 0 !important;
	color: #A2C790
}
#requestmodal .wpcf7 form.sent .wpcf7-response-output {
	border: none !important;
    padding: 0 !important;
    margin-left: 10px !important;
    margin-top: 0 !important;
    text-align: center !important;
    display: none !important;
}

.software-table .row {
	align-items: center !important;
}
.wpcf7-not-valid-tip {
    color: #FF0000;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	display: none !important;
}
.accaunt-sidebar ul.menu li.right{
	border-top: unset;
}
.accaunt-sidebar ul#menu-user-menu li:nth-last-child(2) a {
    border-bottom: 1px solid #B3B3B3;
}