@charset "utf-8";
/* CSS Document */
html, body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #555;
    background-color: #fafafa;
	font-size: 16px;
    font-family: Graphik Web, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	letter-spacing: 0.16px;
    line-height: 1.5;
	min-width: 320px;
	box-sizing: border-box;
	display: flex;
    flex-direction: column;
    min-height: 100vh; /* Ensures the container takes at least the full viewport height */
}
/* scroll finder */
/* * {
    outline: 1px solid #f00 !important;
  } */
  *, *:before, *:after { 
      box-sizing: border-box;
    }
input:focus,_act
select:focus,
textarea:focus,
button:focus {
	outline: none;
	color: #555;	
    font-family: Graphik Web, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
input, textarea, select {
	outline: none;
	color: #555;	
    font-family: Graphik Web, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
input:focus, select:focus, textarea:focus, button:focus {
    /* outline: 0; */
	outline: none;
	color: #555;	
    font-family: Graphik Web, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active, 
input:-webkit-autofill::first-line  {
	-webkit-box-shadow: 0 0 0 35px white inset !important;
	box-shadow: 0 0 0 35px white inset !important;	
    font-family: Graphik Web, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
h1{
	margin: 10px 0 20px 0;	
	font-size: 18px;
}
h2,h3,h4,h5{
	margin: 35px 0 20px 0;
	font-size: 18px;
}
img{
	border: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a {
    text-decoration: none;
    color: #9e1f63;
}
a:hover {
    color: #555;
}
.cleaner {
	clear: both;
}
.nav_wrp {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #f5f5f5;
	border-bottom: 1px solid #dddddd;
    z-index: 95;
}
.nav_cnt {
    width: 100%;
    max-width: 1450px;
    margin:  -2px auto 0 auto;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
}
.logo_wrp {
    height: 40px;
    line-height: 40px;
}
.logo_wrp img {
	margin: -2px 0 0 0;
    width: 34px;
    vertical-align: middle;
}
.single_logo_wrp {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #dddddd;
    background-color: #f5f5f5;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
}
#botic_logo {
    width: 47px;
    height: 25px;
    margin: 18px 0 0 0;
}
.nav_lnks {
    height: 40px;
    line-height: 40px;
    transition:	all .3s ease-in-out;
}
.navs {
    display: block;
    height: 40px;
    line-height: 40px;  
    /* media */  
}
.navs_mob {
    display: none;
    height: 40px;
    line-height: 40px;
    /* media */
}
.mob_menu {
    width: 28px;
    height: 28px;
    margin: -2px 0 0 0;
    cursor: pointer;
    vertical-align: middle;
}
.nav_a {
    text-decoration: none;
    font-weight: bold;
    color: #555;
	font-size: 0.875rem;
}
.nav_a:hover {
    color: #9e1f63;
}
#menu_hor {
	width: 210px;
	min-height: 100%;
	top: 0;
	right: 0;
	padding: 10px 0;
	overflow: hidden;
	position: fixed;
	display:none;
	border-left: 1px solid #fff;
	background-color: #fff;
	box-shadow: 2px 2px 5px 2px #ccc;
    z-index: 99;
}
#menu_close_btn {
	width: 50px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #dddddd;
	border-right: none;
	border-radius: 4px 0 0 4px;
	background-color: #fff;
	background-image: url(../aksa/menu_close.png);
	background-size: auto 100%;		
	background-repeat: no-repeat;
    background-position: center;	
	cursor: pointer;
	float: right;
	transition:	all .3s ease-in-out;
}
#menu_close_btn:hover {
	background-color: #f5f5f5;
}
.cleaner {
	clear: both;
}
.lm_link {
	display: block;
	cursor: pointer;
    width: 100%;
    position: relative;
    margin: 10px 0;
	color: #555;
	border-left: 2px solid #fff;
	background-color: #fff;
    overflow: hidden; 
    padding: 2px 0 2px 10px;	
	transition:	all .1s ease-in-out;
}
.lm_link:hover {
	color: #9e1f63;
	border-left: 2px solid #9e1f63;
	background-color: #fff;	
}
.lm_link img {
	height: 26px;
	width: 26px;
	display:inline-block;
    vertical-align: middle;
    margin: -2px 0 0 0;
}
.lm_link_cnt {
	display:inline-block;
    vertical-align: middle; 
    height: 34px;
    line-height:34px; 
    margin: -2px 0 0 0;
}
.content {
    width: 100%;
	overflow: hidden;
    max-width: 1450px;
    margin: 70px auto 20px auto; 
    padding: 15px;
	box-sizing: border-box;
	flex: 1;
}
.content_index_wrp {
	width: 100%;
	height: 700px;
	overflow: hidden;
	background-color: #fafafa;
	border-bottom: 1px solid #dddddd;
}
.content_index {
	width: 80%;
	max-width: 1450px;
	margin: 0 auto;
    overflow: hidden;
}
.footer_wrp {
	width: 100%;
    background-color: #f5f5f5;
	overflow: hidden;
	clear: both;
	position: relative;
	height: 42px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.footer {
	width: 100%;
	max-width: 1450px;
	margin: 10px auto;
	padding: 0 15px;
}
.footer_links_wrp {
	display: block;
}     
.footer_links {
	color: #555;
	cursor: pointer;
	font-size: 0.875rem;
	margin: 0 20px 0 0;
	float: left;
	transition:	color .3s ease-in-out;
	/* media */
}
.footer_links:hover {
	color: #9e1f63;
}
.footer_br {
	display: none;
}
.copyright {
	color: #555;
	font-size: 0.875rem;
	float: right;
	/* media */
}
.ck_wrp {
	width: 100%;
	max-width: 1450px;	
	margin: 0 auto;
	left: 50%;
    transform: translate(-50%, 0);
	position: fixed;
	bottom: 5px;
	z-index: 0;
}
.ck {
	width: fit-content;
	font-size: 0.875rem;
	border: 1px solid #555;
	border-radius: 4px;
	background-color: #555;
	color: #fff;
	padding: 0 10px 10px 10px;
	margin: 5px;
	z-index: 80;
}
.ck_btn {
	display:block;
	width: 100px;
	text-align: center;
	padding: 4px 0;
	margin: 15px 0 5px 0;
	cursor: pointer;
	border-radius: 4px;
	color: #555;
	background-color: #fafafa;
	transition:	all .2s ease-in-out;
}
.ck_btn:hover {
    background-color: #f5f5f5;
}
.ck_more {
	text-align: center;	
	cursor: pointer;
	display:inline-block;
	color: #fff;
	text-decoration: underline;
	transition:	all .2s ease-in-out;		
}
.ck_more:hover {
	color: #ccc;		
}
.ck_img {
	width: 40px;
	height: 40px;
	margin: -17px 0 0 0;
}
.forms_center_wrp {
    width: 100%;
    max-width: 600px;
    margin: 40px auto;
	border-radius: 4px;
	/* media end */
}
.forms_center {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 4px;
}
.forms_head {
	width: 100%;
    display: block;
    font-weight: bold;
    font-size: 1.1rem;
	margin: 0 0 20px 0;
	color: #9e1f63;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px 0;
}
.form_error {
	margin: 10px 0 0 0;
	color: #9e1f63;
}
.forms_suc {
    max-width: 460px;
    margin: 60px auto 0 auto;
    padding: 10px;
    border-radius: 0 0 4px 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 200px;
    border-top: 2px solid #6e8e62;
    position: relative;
	/* media */
}
.forms_suc_head {
    color: #6e8e62;
    font-weight: bold;
}
.forms_suc_ico {
    margin: 10px auto 20px auto;
    border-radius: 50%;
    background-color: #fafafa;
    border: 2px solid #6e8e62;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -26px;
    left: 20px;
}
.inp {	
	border: 1px solid #cccccc;
	border-right: none;
	border-radius: 4px;
	height: 42px;
	line-height: 42px;	
	padding: 0 5px;
	width: 100%;
	max-width: 360px;
	float: left;
	font-size: 0.875rem;
}
.inp_err {
	border: 1px solid #9e1f63;
	border-right: none;
	border-radius: 4px;
	height: 42px;
	line-height: 42px;	
	padding: 0 5px;
	width: 100%;
	max-width: 360px;
	float: left;
	font-size: 0.875rem;
}
.inp_icon {
	width: 42px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #cccccc;	
	border-left: none;
	border-radius: 0 4px 4px 0;
    float: left;
	margin: 0 0 0 -42px;
	background-color: #fff;
}
.inp_icon_err {
	width: 42px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #9e1f63;
	border-left: none;
	border-radius: 0 4px 4px 0;
	float: left;
	margin: 0 0 0 -42px;
	background-color: #fff;
}
.input_ic_wh {
	width: 42px;
	height: 42px;
	margin: -1px auto 0 auto;
}
.txt {
	border: 1px solid #cccccc;
	border-radius: 4px;	
	height: 150px;
	min-height: 150px;
	max-height: 500px;
	padding: 5px;
	width: 100%;
	max-width: 360px;
	min-width: 238px;
    box-sizing: border-box;
}
.txt_err {
	border: 1px solid #9e1f63;	
	border-radius: 4px;
	height: 150px;
	min-height: 150px;
	max-height: 500px;	
	padding: 5px;
	width: 100%;
	max-width: 360px;
	min-width: 238px;
    box-sizing: border-box;
}
.six_inp {
    float: left;
	border: 1px solid #cccccc;	
	border-right: none;	
	border-radius: 4px 0 0 4px;
	height: 42px;
	line-height: 42px;	
	padding: 0 5px;
	width: 110px;
}
.six_inp_err {	
    float: left;
	border: 1px solid #9e1f63;	
	border-right: none;		
	border-radius: 4px 0 0 4px;
	height: 42px;
	line-height: 42px;	
	padding: 0 5px;
	width: 110px;
}
.lables {
	padding: 5px 0;
	margin: 10px 0 0 0;
	display: block;
	font-weight: bold;
	font-size: 0.875rem;
	color: #555;
}
.cap_img {
	float: left;
	vertical-align: middle;
	border: 1px solid #cccccc;
	border-radius: 0 4px 4px 0;
	width: 80px;
	height: 42px;	
	cursor: pointer;
}
.cap_img_err {
	float: left;
	vertical-align: middle;
	border: 1px solid #9e1f63;	
	border-left: 1px solid #cccccc;
	border-radius: 0 4px 4px 0;
	width: 80px;
	height: 42px;	
	cursor: pointer;	
}
.btn {
	margin: 30px 0 0 0;
	border: none;
	background-color: #9e1f63;
	border-radius: 4px;
	color: #fff;
	height: 42px;
	line-height: 42px;
	width: 100%;
	cursor: pointer;
    transition:	all .3s ease-in-out;
	padding: 0 0 0 30px;
	font-size: 0.875rem;
}
.btn:hover {
	background-color: #555;
	color: #fff;	
}
.blue {
    color: #6e8e62;
}
.red {
    color: #9e1f63;
}
/* white and gry S */
.lds-ellipsis,.lds-ellipsiss {
	display:inline-block;
	position: relative;
	width: 50px;
	height: 20px;
}
.lds-ellipsis div {
	position: absolute;
	top: 12px;
	width: 5px;
	height: 5px;
	border-radius: 50%; 
	background-color: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
 /* gry */ 
.lds-ellipsiss div {
	position: absolute;
	top: 12px;
	width: 5px;
	height: 5px;
	border-radius: 50%; 
	background-color: #cccccc;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 0.6s infinite;
}
 /* gry */ 
.lds-ellipsiss div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsiss div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsiss div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsiss div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0%   { transform: scale(0); }
	100% { transform: scale(1);	}
}
@keyframes lds-ellipsis3 {
	0%   {	transform: scale(1);	}
  	100% {	transform: scale(0);	}
}
@keyframes lds-ellipsis2 {
  	0%   {	transform: translate(0, 0);	}
  	100% {	transform: translate(19px, 0);	}
}
 /* gry */ 
@keyframes lds-ellipsiss1 {
  	0%   {	transform: scale(0);	}
  	100% {	transform: scale(1);	}
}
@keyframes lds-ellipsiss3 {
  	0%   {	transform: scale(1);	}
  	100% {	transform: scale(0); 	}
}
@keyframes lds-ellipsiss2 {
  	0% 	 {	transform: translate(0, 0);	}
  	100% {	transform: translate(19px, 0);	}
}
#tos_link {
	margin: 20px 0 -10px 0;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}
#tos_link img {
	height: 15px;
	width: 15px;
	vertical-align: middle;
	margin: -5px 10px 0 0;
}
#tos_link a {
	color: #9e1f63;
	transition:	all .3s ease-in-out;
}
#tos_link a:hover {
	color: #555;
}
@media screen and (max-width: 600px) {  
    .navs {
        display: none;
    }
    .navs_mob {
        display: block;
    }    
	.footer_wrp {
		height: 80px;
	}
	.footer_links_wrp {
		text-align: center;
		margin: 0 auto;
		width: fit-content;
		clear: both;
	}     
	.footer_links {
		float: left;
		margin: 5px 10px;
		width: fit-content;
	}
	.footer_br {
		display: inline;
	}
	.copyright {
		width: 100%;
		float: none;
		display: block;
		margin: 15px auto;
		text-align: center;
		font-size: 0.75rem;
		color: #555;
	}
	.forms_center_wrp {
    	margin: 10px auto;
	}
	.forms_suc {
		margin: 20px auto 0 auto;
	}
	/* media end */
} 