/* ----- GLOBAL ----- */
.no-padding {
	padding:0;
}
html, body {
	font-family: 'Roboto', sans-serif;
}
::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}
::-webkit-scrollbar-button {
    background: #288AD5;
}
::-webkit-scrollbar-track-piece {
	background: #F4F4F4;
}
::-webkit-scrollbar-thumb {
  background: #1D2A37;
}
/* ----- HEADER BLOCK ----- */
.head {
	background-image:url('../files/images/header.png');
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:500px;
	color:#FFFFFF;
	text-align:center;

}
.logo-row {
	position:relative;
	height:52%;
}
.logo {
	--logo-height: 100px;
    background-image: url(../files/images/logo.png);
    background-size: auto var(--logo-height);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: var(--logo-height);
    position: relative;
    top: 100px;
    margin: 0 auto;
}
.slogan {
	margin:0 auto;
	max-width:980px;
	position:relative;
}
.slogan_big {
	font-size:50px;
	font-weight:700;
}
.slogan_small {
	margin-top:40px;
	font-size:20px;
	font-weight:500;
}
/* ----- OPTIONS BLOCK ----- */
.options {
	background-color:#EBEDF1;
	margin:0 auto;
}
.options_title {
	display:block;
	font-size:22px;
	font-weight:700;
	line-height:36px;
}
.options_descr {
	display:block;
	font-size:16px;
}
.options_icon {
	background-repeat:no-repeat;
	padding-left:95px;
	/* height:auto;
	margin-bottom:45px; */
}
.clock {
	background-image:url('../files/images/clock.png');
}
.page {
	background-image:url('../files/images/page.png');
}
.sms {
	background-image:url('../files/images/sms.png');
}
.house {
	background-image:url('../files/images/house.png');
}
.calendar {
	background-image:url('../files/images/calendar.png');
}
.page-web {
	background-image:url('../files/images/page-web.png');
}
.walet {
	background-image:url('../files/images/walet.png');
}
.swipe {
	background-image:url('../files/images/swipe.png');
}
.meter {
	background-image:url('../files/images/meter.png');
}
.house_folder {
	background-image:url('../files/images/house_folder.png');
}
.report {
	background-image:url('../files/images/report.png');
}
.talk {
	background-image:url('../files/images/talk.png');
}
/* ----- CLIENTS BLOCK ----- */

.clients_slogan, .apply_slogan, .options_slogan, .login_slogan {
	margin: 3rem auto;
	font-size:40px;
	font-weight:700;
	width:100%;
	text-align:center;
}
.clients_carousel {
	max-width:820px;
	margin:0 auto;
}
.carousel_left,.carousel_right {
	width:24px;
	height:38px;
	cursor:pointer;
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.slick-slide {
	width:100px;
}
.client {
	margin:0px 22px;
	width:100px;
	height:100px;
	max-width:100px;
	max-height:100px;
	border-radius:50px;
	background-color:#DDDDDD;
	position:relative;
	cursor:pointer;
}
.client img {
	position:absolute;
	top:0;
    bottom:0;
	left:0;
	right:0;
	margin:auto;
	max-height:85px;
	max-width:85px;
}
/* ----- APPLY BLOCK ----- */
.apply_block {
	background-color:#EBEDF1;
	margin-top:70px;
	padding-bottom:75px;
}
.apply {
	margin:0 auto;
}

.apply_form label {
	font-size:16px;
	line-height:35px;
}
.apply_submit {
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
}
/* ----- ADDRESS BLOCK ----- */
.address_block {
	background-image:url('../files/images/address.png');
	background-repeat:no-repeat;
	background-size:cover;
	height:130px;
}
.address_logo {
	display: inline-block;
	background-image:url('../files/images/logo.png');
	background-repeat:no-repeat;
	background-size:85px 36px;
	margin-top:47px;
	height:36px;
	width:85px;
}
.address_info {
    width: calc(100% - 250px);
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: 120px;
	position: relative;
    top: -0.5rem;
}
.address_info span {
	color:#FFFFFF;
	line-height:36px;
	display:inline-block;
	font-size:16px;
	font-weight:700;
}
/* ----- MAP BLOCK ----- */
#map_canvas {
    width: 100%;
    height: 210px;
}
/* ----- SYSTXT ----- */
.txt_buttons {
	margin-top:20px;
	text-align:right;
}
.txt_edit {
	margin-top:10px;
}
.code_edit {
	color:red !important;
}
.new_value {
	margin-top:20px;
}
.own_tooltip {
	color: #1374bb;
	text-align: left;
	background-color: transparent;
	position: absolute;
	font-size: 0.66rem;
	top: -0.72rem;
	left: 0;
}

input.form-control {
	border-radius: 0;
	border: 0;
	border-bottom: 2px solid #f1f4f7;
}

.form-control:focus {
	border-color: #f1f4f7;
	outline: 0;
	box-shadow: none;
}

#apply_form {
	background: white;
	padding: 20px;
	width: 27.77rem;
	margin: 0px auto 15px;
}

#apply_form span.msg {
    color: #a50000;
    font-size: 13px;
		display:none;
}

.form_submit_button {
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
input.form-control.error {
	border-bottom: 1px solid #a50000;
}

.success{
		color: green;
}
.error{
		color: #a50000;
}

#apply_to_author_contact_by.error .apply_to_author_contact_by {
	color:#a50000;
}

.success {
	background-color: #b1d5ff;
	color: white;
}

.picked-time > div {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.c-radio {
	padding-right: 0.75rem;
}

.c-radio .c-indicator {
	position: relative;
	border-radius: .25rem;
	background-color: #f5f5f5;
	border: 1px solid #d6d6d6;
	top: 0.25rem;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 0.5rem;
}

.c-input input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.c-input>input:checked~.c-indicator {
	color: #fff;
	background-color: #0074d9;
}

.c-input>input:focus~.c-indicator {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}

.c-input>input:checked~.c-indicator::after {
	content: "";
	display: block;
	position: relative;
	margin: 0 auto;
	top: 5px;
	width: 7px;
	height: 7px;
	border-radius: 25%;
	background-color: #FFFFFF;
}

.grecaptcha-badge {
	z-index: 1;
}

.slick-prev,
.slick-next {
	width: 24px !important;
	height: 38px !important;
	cursor: pointer;
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -10px;
	/*lte IE 8*/
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.slick-prev {
	background-image: url('/files/images/carousel_left.png');
	background-repeat: no-repeat;
	left: -60px;
}
  
.slick-next {
	background-image: url('/files/images/carousel_right.png');
	background-repeat: no-repeat;
	right: -60px;
}

.hkRow {
	text-align: center;
	margin: 0.25rem 0;
	padding: 0.5rem 0;
	border: 1px solid gray;
	border-radius: 0.5rem;
	cursor: pointer;
	font-weight: 600;
}

.hkRow .col {
	transition: 
		transform .25s ease-out 100ms,
		color .25s ease-out 100ms;
}

.hkRow:hover .col {
	transform: scale(1.2);
	color: #0B5ED7;
}

.options_list .item {
	position: relative;
}

.options_list .slick-list {
	padding: 0 4rem;
}

.options_list .slick-track {
	display: flex !important;
	gap: 5rem;
}

.options_list .slick-slide {
	display: flex !important;
	flex-direction: column;
	height: max-content !important;
	align-content: space-between;
	height: 100%;
	gap: 3rem;
}

.options_list .options_icon {
	max-height: 50%;
	min-height: 50%;
	height: 50%;
}

.options_list .carousel_left {
	background-image:url('../files/images/carousel_left_light.png');
	background-repeat:no-repeat;
	left: -60px;
}

.options_list .carousel_right {
	background-image:url('../files/images/carousel_right_light.png');
	background-repeat:no-repeat;
	right: -60px;
}

.options_list .options_icon:first-of-type {
	/* background-color: blue; */
}

.options_list .options_icon:last-of-type {
	/* background-color: red; */
}

@media only screen and (max-width:575px) {
	.options_list .item {
		width: calc(100vw - 3.75rem) !important;
	}
}

@media only screen and (min-width:576px) {
	.options_list .item {
		width: 516px !important;
	}
}

@media only screen and (min-width:768px) {
	.options_list .item {
		width: 660px !important;
	}
}

@media only screen and (min-width:992px) {
	.options_list .item {
		width: calc(810px / 2) !important;
	}
}

@media only screen and (min-width:1200px) {
	.options_list .item {
		width: calc(990px / 2) !important;
	}
	.options_list .slick-track {
		gap: 4rem !important;
	}
	.options_list .slick-list {
		width: calc(100% - 2rem);
		padding: 0 2rem !important;
	}
}


@media (min-width:1400px) {
	.carousel_left {
		left: -25px !important;
	}
	.carousel_right {
		right: -25px !important;
	}
	.options_list .item {
		width: calc(calc(1296px - 4rem) / 2) !important;
	}
}

@media (min-width:1200px) {
	.carousel_left {
		left: -25px !important;
	}
	.carousel_right {
		right: -25px !important;
	}
	.options_list .item {
		width: calc(calc(960px - 4rem) / 2) !important;
	}
}

@media (max-width:1200px) {
	.carousel_left {
		left: -25px !important;
	}
	.carousel_right {
		right: -25px !important;
	}
	.options_list .slick-track {
		gap: 4rem !important;
	}
	.options_list .slick-list {
		width: 100%;
		padding: 0 !important;
	}
}

@media (max-width:768px) {
	.slogan_big {
		font-size:30px;
	}
	.slogan_small {
		font-size:16px;
	}
	.address_block {
		height: 250px;
	}
	.address_info {
		display:block;
		text-align:center;
		width: 100%;
		position: relative;
		top: 2rem;
		margin-left: 0;
	}
	.address_info span {
		margin-left:0px;
		display:block;
		text-align:center;
		font-weight: 500;
	}
	.address_logo {
		display: block;
		margin: 0 auto 25px auto;
		top: 2rem;
		position: relative;
		width: 110px;
		background-size: 110px auto;
		height: 50px;
	}
	.client {
		margin:0px 50px;
	}
	.options_icon {
		background-position:top center;
		padding:0;
		margin-top:0;
	}
	.options_icon ~ .options_icon {
		margin-top:95px;
	}
	.options_icon:last-of-type {
		margin-bottom:95px;
	}
	.txt_wrap {
		position:relative;
		top:75px;
		margin-top:115px;
		text-align:center;
		margin:0 auto;
		width:100%;
	}
	#apply_form {
		max-width: 100%;
	}
	.slick-list {
		padding: 0 !important;
		max-width: calc(100vw - 48px) !important;
	}
	.options_list, .options_list .slick-track {
		gap: 1rem !important;
		overflow: hidden !important;
	}
	.client_logo_wrapper {
		margin: 0 25% 1.75rem 10% !important;
	}
	.apply_block {
		padding-bottom: 1rem;
		margin-top: 1rem;
	}
	.clients_slogan, .apply_slogan, .options_slogan, .login_slogan {
		margin: 2rem auto;
		font-size:30px;
		font-weight:600;
	}
}
@media (min-width:768px) {

}
