.width100 {
	width: 100%;
}

.display-block {
	display: block;
}

header {
	background-size:cover;
	width:100%;
	position:relative;
	z-index:99;
	left:0;
	top:0;
	display:block;
	padding:10px 0 10px;
	margin-bottom:30px;
}

@media only screen and (max-width: 767px) {
	header {
		margin-bottom:25px;
	}
}


header img.logotype {
	max-width:186px;
	width:100%;
}

header div.logo_div {
	line-height:60px;
	position:relative;
	z-index:0;
	text-align:left;
}

header div.top_contact span {
	display:inline-block;
}

header ul {
	color: #2e3745;
}

header span.lang_box {
	background: #ffffff;
	border-radius: 37px;
	font-family: "Exo2";
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	width: 65px;
	color: #2D3745;
	vertical-align: middle;
	height: 28px;
	position: relative;
	cursor: pointer;
	text-align: left;
	margin: 7px 0 0 30px;
}

header span.lang_box:after {
	content:'';
	background:url('../img/arrow_down.svg') 50% 50% no-repeat;
	width:14px;
	height:6px;
	vertical-align:middle;
	display:inline-block;
	position:absolute;
	right:7px;
	top:12px;
}

header span.lang_box ul li:nth-child(1) {
	display:block;
	padding:0 15px;
	position:relative;
	z-index:10 !important;
}

header span.lang_box ul li:nth-child(2) {
	padding-top: 19px !important;
}

header span.lang_box ul li:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #fff;
}

header span.lang_box ul li:nth-last-child(1) {
	border-radius: 0px 0px 10px 10px;
}

header span.lang_box ul li:not(:nth-child(1)) {
	display:none;
	background-color: rgba(255, 255, 255, 0.8);
	opacity: 0.8;
	padding: 2px 15px;
	position:relative;
	top:-15px;
	z-index:5;
}

header span.lang_box.open ul li {
	display:block;
	position:relative;
	z-index:5;
}

header span.lang_box.open ul li:hover {
	opacity: 1;
}

header span.lang_box.open ul li {
	display:block;
}

header span.lang_box ul {
	margin:0;
	padding:0;
}


header .menu  {
	color:#FFF;
	text-align:center;
	float:none;
	font-size:16px;
	margin-bottom:0px;
}

header .menu li{
	margin: 0 3px;
	line-height:75px;
}

header .menu li a {
	padding: 0 0 3px;
	color:#FFF;
	font-family: Exo2;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
}

header .menu li a.current {
	font-weight: bold;
	border-bottom: solid 2px white;
}

header .mobile_menu_button {
	margin-top: 14px;
	padding: 9px;
	line-height: 0;
	background: #009eec;
}

.mobile_menu_container .dropdown-menu {
	padding: 0;
}

.mobile_menu_container .dropdown-menu > li {
	border-bottom: solid 1px #e2effb;
}

.mobile_menu_container .dropdown-menu > li:last-child {
	border-bottom: none;
}

.mobile_menu_container .dropdown-menu > li > a {
	padding: 10px 15px;
	min-width: 200px;
}

header .top_contact {
	text-align:right;
	margin-top:10px;
}

header .top_contact a {
	color:#FFF;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
}

header .top_contact span:nth-child(1) {
	padding:0;
	vertical-align: top;
}

.spacer_box {
	margin-top:25px;
}

.spacer_box p {
	color:#FFF;
	line-height:25px;
}

#face {
	display:block;
	width: 100%;
	min-height: 500px;
	background-color: #019eed;
	background-image: url("/img/city_island.png");
	background-position: 90% 100%;
	background-repeat: no-repeat;
	position: relative;
	top:0;
	left:0;
	z-index:3;
	color:#FFF;
}

.page_agents #face {
	background-image: url("/img/city_agents_notebook.png");
}


.page_blog #face, .page_exchange #face {
	background-image: none;
	height: 80px !important;
	min-height: 0;
	padding-bottom: 0 !important;
}

.page_blog #face .bus_system_name,
.page_blog #face .btn_scroll,
.page_exchange #face .bus_system_name {
	display:none;
}

#face:before {
	content:'';
	background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 25%, transparent 100%);
	width:100%;
	height:95px;
	position:absolute;
	top:0;
	left:0;
}

#face a.btn_scroll {
	background:url('../img/scroll.svg') 50% 50% no-repeat;
	width:36px;
	height:56px;
	position:absolute;
	bottom:40px;
	left:50%;
	margin:0 auto 0 -18px;
	cursor:pointer;
	border:0;
	outline:0;
}

#face .container {
	position:relative;
	top:0;
	left:0;
}

#face h1 {
	font-family: 'Exo2';
	font-weight:bold;
	font-size:28px;
	line-height:35px;
	margin:32px 0 0;
}

#face h2 {
	font-family: 'Exo2';
	font-weight:normal;
	font-size:22px;
	line-height:35px;
	margin:30px 0 0;
}

@media only screen and (max-width: 991px) {
	#face {
		padding-bottom: 200px;
		background-position: 50% 100%;
		background-size: 66% auto;
		text-align: center;
	}

	#face a.btn_scroll {
		display:none;
	}
}

@media only screen and (max-width: 767px) {
	#face {
		padding-bottom: 280px;
		background-position: 50% 100%;
		background-size: contain;
		height: auto;
	}

	#face h1 {
		font-size: 20px;
		line-height: 29px;
		text-align: center;
		color: #FFFFFF;
		text-transform:none;
		position:relative;
		z-index:1;
	}

	#face h2 {
		font-size: 16px;
		line-height: 22px;
		text-align: center;
		color: #FFFFFF;
		text-transform:none;
		position:relative;
		z-index:1;
	}
}

.btn_coop {
	text-align:center;
}

.btn_coop a{
	background: #43D26B;
	box-shadow: 0px 0px 20px #01ED43;
	border-radius: 170px;
	color:#FFF;
	padding:34px 30px;
	display:inline-block;
	cursor:pointer;
	max-width: 415px;
	min-width: 340px;
	font-family: Exo2;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 12px;
	text-align: center;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}



table {
	border-collapse: inherit;
}

table tr td {
	border: none;
	height:100%;
	vertical-align:middle;
}

table td {
	padding: 0 5px;
}

table td.td_price {
	width:120px;
}

table tr td.text_option {
	padding:5px !important;
	font-family: Exo2;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #2D3745;
	min-width:140px;
}

table tr.last_option td div.blue {
	text-align:center;
	width:120px;
	background:#ddf0fa;
	margin:0 auto;
	padding:10px;
	font-family: Exo2;
	font-size: 18px;
	line-height: 22px;
}

table tr.last_option td.td_blue {
	background:#ddf0fa;
}

table tr.last_option td div.blue.anticovid {
	background:rgba(255,109,106,0.13);
}

table tr.last_option td  {
	vertical-align:middle;
}

table td div.blue {
	text-align:center;
	width:120px;
	background:#f6fafe;
	margin:0 auto;
	font-family: Exo2;
	font-size: 16px;
	line-height: 22px;
	height:inherit;
	vertical-align:middle;
	padding: 5px 0;
}

table td div.red {
	text-align:center;
	width:120px;
	background:rgba(255,109,106,0.13);
	margin:0 auto;
	font-family: Exo2;
	font-size: 16px;
	line-height: 22px;
	height:inherit;
	vertical-align:middle;
	padding: 5px 0;
}

table td.td_price div span.text_price {
	font-family: Exo2;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #2D3745;
	width:100%;
	display:block;
	vertical-align:bottom;
	padding-top:20px;
	display:none;
}


table td.td_price div {
	position:relative;
	height:30px;
	width:120px;
	margin:0 auto;
}

table tr.last_option td.td_price div {
	position:relative;
	height:80px;
	width:120px;
	margin:0 auto;
}

table td.td_price.anticovid div {
	background: rgba(255,109,106,0.13);
}

table td.td_price div {
	background: #f6fafe;
}

table td.td_price.anticovid span.btn_price:nth-child(1){
	background: #ff6d6a;
	box-shadow: 0px 0px 20px #ff6d6a;
}

table td.td_price span.btn_price {
	position:absolute;
	/* background:url('../img/btn_small.svg') 50% 50% no-repeat; */
	background: #43D26B;
	box-shadow: 0px 0px 20px #01ED43;
	border-radius: 170px;

	display:block;
	width: 120px;
	height: 40px;
	top:-25px;
	left:0;
	margin:0 auto;
	font-family: Exo2;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #FFFFFF;
	vertical-align:middle;
	padding-top:7px;
}

table td.td_price span.big_numb {
	font-family: Exo2;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	/* identical to box height */
	text-align: center;
	color: #F6FAFE;
}

table td.td_price span.individual {
	font-family: Exo2;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height:25px;
	/* identical to box height */
	text-align: center;
	color: #F6FAFE;
}

/* hide some parts in BY domain */
html[domain="by"] .column_anticovid {
	display: none;
}
html[domain="by"] .row_amount_of_routes {
	display: none;
}
html[domain="by"] .row_add_1_route {
	display: none;
}
html[domain="by"] .box_slide .bonus_time {
	display: none;
}
html .box_slide .bonus_time + div.separator {
	display: none;
	width: 94%;
	height: 2px;
	margin: auto;
	background: #0191da;
	opacity: 0.4;
}
html[domain="by"] .box_slide .bonus_time + div.separator {
	display: block;
}


div.last_option {
	background:#e6f4fb;
	border-top:1px solid #0091D9;
	border-bottom:1px solid #0091D9;
	position:relative;
}

.btn_buttom {
	width: 120px;
	height: 45px;
	display:block;
	background: #43D26B;
	box-shadow: 0px 0px 20px #01ED43;
	border-radius: 5px;
	font-family: Exo2;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	vertical-align:middle;
	padding-top:7px;
	position:absolute;
	bottom:-20px;
	left:0px;
}

#section_third .btn_coop a {
	margin-bottom:30px;
}


span.mob_coop  a {
	background:#4ced79;
	border-radius:50px;
	padding:30px;
	display:inline-block;
	font-size:18px;
	margin:20px auto;
}

p.title_form {
	font-family: Exo2;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #2D3745;
	padding: 15px 60px 10px 28px;
}


/* captcha: correct styles */
.b24-form-wrapper .b24-form-recaptcha {
	width: 364px;
	height: 76px;
	padding-left: 31px;
	padding-right: 31px;
	margin: 0 0 20px;
	justify-content: flex-start;
	-webkit-box-pack: start;
}

.b24-form-wrapper .b24-form-recaptcha > div {
	width: 100%;
}

.b24-form-wrapper .b24-form-recaptcha .grecaptcha-badge {
	width: 100% !important;
	height: 100% !important;
	box-shadow: none !important;
}

.b24-form-wrapper .b24-form-recaptcha .grecaptcha-badge .grecaptcha-logo {
	height: 100%;
}

.b24-form-wrapper .b24-form-recaptcha .grecaptcha-badge iframe {
	width: 100%;
	height: 100%;
}
/* end captcha */

button.sendler {
	border:none !important;
	outline:none !important;
	color:#FFF;
	max-width: 402px;
	width:100%;
	height: 76px;
	background: #43D26B;
	box-shadow: 0px 0px 20px #01ED43;
	border-radius: 5px;
	font-family: Exo2;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	margin:20px auto;
	display:block;
}

button.sendler:hover, button.sendler:focus, button.sendler:active {
	background:#43cd69;
	color:#FFF;
}


section .bold_text {
	font-family: "Exo2_bold";
	font-size: 17px;
	line-height: 1.2em;
}

.section_about_us .block_advantages {
	display: inline-block;
	width: 100%;
	padding: 0 100px;
}

.section_about_us .block_advantages .square_card {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
	padding: 16px 20px 26px;
	border-radius: 10px;
	box-shadow: 0 0 12px rgba(0,0,0,0.5);
	font-size: 18px;
	line-height: 1.2em;
}

.section_about_us .block_advantages .square_card .image_container {
	height: 110px;
	text-align: center;
}

.section_about_us .block_advantages .square_card .bold_text {
	height: 44px;
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	.section_about_us .block_advantages {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.section_possibilities {
	height:auto;
	position:relative;
	background:#eef5fd;
	padding:0 0 25px 0;
}

.section_possibilities .inner {
	display: inline-block;
	width: 100%;
}

.section_possibilities .inner > div {
	padding-top:90px;
	text-align:center;
	margin-bottom:20px;
}

.section_possibilities span.bold_text {
	font-family: Exo2;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #2D3745;
	display:block;
	text-align:center !important;
	margin-bottom:15px;
	height:50px;
	overflow:hidden;
}

.section_possibilities div.inner > div:nth-child(1) {
	background:url('../img/vector_1.svg') 50% 0 no-repeat;
}

.section_possibilities div.inner > div:nth-child(2) {
	background:url('../img/vector_2.svg') 50% 0 no-repeat;
}

.section_possibilities div.inner > div:nth-child(3) {
	background:url('../img/vector_3.svg') 50% 0 no-repeat;
}

.section_possibilities div.inner > div:nth-child(4) {
	background:url('../img/vector_4.svg') 50% 0 no-repeat;
}

.section_possibilities div.inner > div:nth-child(5) {
	background:url('../img/vector_5.svg') 50% 0 no-repeat;
}

.section_possibilities div.inner > div:nth-child(6) {
	background:url('../img/vector_6.svg') 50% 15px no-repeat;
}

.section_possibilities div.inner div.meta_text  {
	padding:0 40px;
	height:160px;
	overflow:hidden;
}

@media (max-width: 767px) {
	.section_possibilities div.inner div.meta_text  {
		height: auto;
	}
}

.section_possibilities div.inner ul  li,
.section_possibilities div.inner ol  li{
	list-style-type:circle !important;
	text-align:left;
}

.section_possibilities div.inner span{
	text-align:left;
	display:block;
	width:100%;
}

.section_possibilities .btn_coop {
	text-align:center;
	width:100%;
	display:block;
	margin-bottom:25px;
}

@media (max-width: 767px) {
	.section_4_steps_from_profit .clarification {
		display: inline-block;
		margin: 16px 0 0;
		font-family: "Exo2";
		font-size: 18px;
		font-weight: 100;
		line-height: 20px;
	}
}

.section_4_steps_from_profit .text_4_steps_from_profit {
	font-size: 22px;
	text-align: center;
}

@media (max-width: 767px) {
	.section_4_steps_from_profit .text_4_steps_from_profit {
		font-size: 18px;
		text-align: center;
	}
}

.section_4_steps_from_profit .block_advantages {
	display: inline-block;
	width: 100%;
	padding: 20px 100px;
}

.section_4_steps_from_profit .block_advantages .item {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
	padding: 0 20px 0;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	line-height: 1.2em;
}

@media (max-width: 767px) {
	.section_4_steps_from_profit .block_advantages .item {
		margin: 0;
	}
}

.section_4_steps_from_profit .block_advantages .item .image_container {
	height: 130px;
	text-align: center;
}

.section_4_steps_from_profit .block_advantages .item .bold_text {
	height: 44px;
	margin-bottom: 10px;
}

.section_4_steps_from_profit .arrow_pale {
	position: absolute;
	top: 86px;
	right: -41px;
}

@media (max-width: 991px) {
	.section_4_steps_from_profit .block_advantages {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 1199px) {
	.section_4_steps_from_profit .arrow_pale {
		display: none;
	}
}

.section_agent_cooperation {
	height:auto;
	position:relative;
	background:#eef5fd;
	padding:0 0 25px 0;
	margin: 70px 0 0;
}

.section_agent_cooperation .inner {
	display: inline-block;
	width: 100%;
}

.section_agent_cooperation .inner > div {
	text-align:center;
	margin-bottom:20px;
}

.section_agent_cooperation .bold_text {
	font-family: Exo2;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #2D3745;
	display:block;
	text-align: left;
	margin-bottom:15px;
	height:50px;
	overflow:hidden;
}

.section_agent_cooperation div.inner div.meta_text {
	height: 160px;
	overflow: hidden;
	font-size: 17px;
	text-align: left;
}

@media (max-width: 767px) {
	.section_agent_cooperation .bold_text {
		margin-bottom: 0;
		text-align: center;
	}
	.section_agent_cooperation div.inner div.meta_text {
		height: auto;
		text-align: center;
	}
}

.section_why_bussystem .block_advantages {
	display: inline-block;
	width: 100%;
	padding: 0 100px;
}

.section_why_bussystem .block_advantages .item {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
	padding: 0 20px 0;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	line-height: 1.2em;
}

.section_why_bussystem .block_advantages .item .image_container {
	height: 130px;
	text-align: center;
}

.section_why_bussystem .block_advantages .image_container .bubble {
	position: absolute;
	top: -30px;
	left: -70px;
	width: 55px;
	height: 55px;
	display: inline-block;
	padding: 2px 6px;
	border-radius: 50%;
	color: white;
	background: #0191DA;
	font-family: "Exo2_bold";
	font-size: 30px;
	line-height: 50px;
}

.section_why_bussystem .block_advantages .item .bold_text {
	height: 44px;
	margin-bottom: 10px;
}

.section_why_bussystem .block_advantages .item .meta_text {
	font-size: 21px;
}


table tr td span.tick {
	background:url('../img/tick.svg') 50% 0 no-repeat;
	width:24px;
	height:18px;
	display:block;
	margin:0 auto;

}

span.close_option {
	background:url('../img/close.svg') 50% 0 no-repeat;
	width:24px;
	height:18px;
	display:block;
	margin: 5px auto 0;
}

.bonus_time span.close_option {
	margin-top:10px;
	text-align:right;
	width:100%;
	background:url('../img/close.svg') 50% 0 no-repeat;
	padding-right:10px;
	position:relative;
	right: 10px;
}

h3.h3_title {
	font-family: Exo2_bold;
	font-style: normal;
	font-weight: bold;
	font-size: 38px;
	line-height: 46px;
	text-align: center;
	color: #0191DA;
	margin: 44px 0 32px;
}

@media (max-width: 690px) {
	h3.h3_title {
		margin: 22px 0 16px;
		font-size: 28px;
		line-height: 30px;
	}
}


h3.h3_title.white span{
	display:inline-block;
	border-bottom: 2px solid #FFF;
}

.white {
	color:#FFF !important;
}



div.box_slide {
	width:100%;
	text-align:center;
	position:relative;
	top:0;
	left:0;
	z-index:10;
}

div.temp_slider > div {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	border-radius: 10px;
	margin:10px;
}

div.box_slide span.name_tarif {
	background: #0191DA;
	border-radius: 10px 10px 0px 0px;
	font-family: Exo 2;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	display:block;
	padding:10px 0;
}

div.box_slide span.name_tarif.red {
	background: #ff6d6a;
}

div.box_slide div.desc_tarif {
	border: 1px solid #43D26B;
	box-sizing: border-box;
	border-radius: 0px 0px 10px 10px;
	padding: 20px 0;
}
div.box_slide.anticovid div.desc_tarif {
	border: 1px solid #ff6d6a;
}

div.desc_tarif span.big_numb {
	background: #43D26B;
	border-radius: 170px;
	display: inline-block;
	height: 50px;
	padding:0 8px;
	font-family: Exo2;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
}

div.box_slide.anticovid div.desc_tarif span.big_numb {
	background: #ff6d6a;
}

div.desc_tarif span.text_price {
	font-family: Exo2;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #2D3745;
	display:none;
}

div.desc_tarif span.text_price i {
	margin-left:10px;
	padding-right:5px;
	font-style: normal;
}

div.desc_tarif span.text_price b {
	font-family: Exo2;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	color: #2D3745;
}

div.box_slide table tr td.text_option{
	text-align:left;
}

div.box_slide table tr td:nth-last-child(1){
	padding:10px !important;
	vertical-align:bottom;
}

/*div.box_slide.individ table tr td:nth-last-child(1){*/
/*	text-align:left;*/
/*} */

div.box_slide table tr td span.tick, div.box_slide table tr td span.close_option{
	padding:0px;
	width:70px;
	vertical-align:bottom;
}


div.box_slide table tr td.free_td {
	width:0px;
	position:relative;
	top:0;
	left:0;
}

div.box_slide table tr td span.free_days {
	display:none;
	font-family: Exo2;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #43D26B;
	opacity: 0.6;
	transform: rotate(-90deg);
	white-space: nowrap;
	position:absolute;
	top:50%;
	left:-90px;
	width:200px;
}

div.box_slide table tr.hide_tr td {
	padding:10px !important;
}

div.box_slide table tr.hide_tr div {
	display:block;
}

div.box_slide table tr.slide_hidden td {
	padding:0px !important;
}


div.box_slide table tr.slide_hidden div {
	display:none;
}

table tr.show_li td{
	height:auto;
}

div.box_slide div.bonus_time {
	background: #e6f4fb;
	border-top: 1px solid #0091D9;
	border-bottom: 1px solid #0091D9;
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	z-index:20;
	bottom:0;
	font-family: Exo 2;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #2D3745;
}

div.box_slide div.bonus_time .text_time span {
	position:absolute;
	bottom:-35px;
	left:30px;
	font-size:12px;
	font-weight:normal;
}

span.mounth {
	font-family: Exo2;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #2D3745;
	display:block;
}

tr.last_option td.td_price span.mounth {
	margin-top:-5px;
}

td.td_price span.free_text {
	font-family: Exo2;
	font-style: normal;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	color: #666;
}

html[domain="by"] tr.last_option td.td_price span.mounth {
	display: none;
}
html[domain="by"] .btn_buttom {
	bottom: 19px;
}

div.box_slide div.bonus_time span.free_text {
	font-family: Exo2;
	font-style: normal;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	color: #666;
}

div.box_slide div.bonus_time div.text_time {
	text-align:left;
	padding-left:25px;
	height:35px;
}


div.box_slide div.found_slider {
	position:relative;
	top:0;
	left:0;
}

div.box_slide span.btn_order {
	max-width: 310px;
	width:100%;
	height: 60px;
	background: #43D26B;
	box-shadow: 0px 0px 20px #01ED43;
	border-radius: 5px;
	font-family: Exo2;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	display:block;
	margin:20px auto;
	margin-top:25px;
	line-height:60px;
	cursor:pointer;
}

div.box_slide span.open_full {
	font-family: Exo2;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #0091D9;
	cursor:pointer;
	display:block;
}

div.box_slide span.open_full:after {
	content:'';
	background:url('../img/arrow_d.svg') 50% 50% no-repeat;
	width:17px;
	height:9px;
	display:block;
	margin:7px auto;
}

div.box_slide span.open_full.active:after {
	background:url('../img/arrow_up.svg') 50% 50% no-repeat;
}

div.box_slide tr.separator.active_tr td {
	height:40px;
	vertical-align:middle !important;
}

div.box_slide tr.separator.active_tr td div {
	background: #0191DA;
	opacity: 0.4;
	height:2px;
}

div.desktop_tarif {
	position:relative;
	top:0;
	left:0;
	vertical-align:top;
}

div.desktop_tarif table tr:last-child {
	padding-bottom: 10px;
}

.table tr td.text_option, .table tr td span.tick, .table tr td span.close_option{
	position:relative;
	top:0;
	left:0;
	z-index:3;
}

div.birka {
	width:100%;
	font-family: Exo2;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 34px;
	text-align: center;
	color: #43D26B;
	opacity: 0.6;
	position:absolute;
	height:250px;
	top:30px;
	left:0px;
	white-space: nowrap;
	background: rgba(230,244,251, 0.5);
	border-top: 1px solid #0091D9;
	border-bottom: 1px solid #0091D9;
	z-index:2;
	text-align:center;
}

div.birka .desktop_tarif {
	height:250px;
}

div.birka span {
	position:absolute;
	top: 50%;
	left:-140px;
	width:162px;
	transform: rotate(-90deg);
	line-height:22px;
	display:none;
}

div.individ.blue {
	position:relative;
}

span.individual_text{
	position:absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	transform: rotate(-90deg) translate(-50%, -50%);
	transform-origin: 0 0;
	display: inline-block;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
}

span.individual_text.mobil {
	left: 50%;
}

div.birka span.ru, div.birka span.ua, div.birka span.pl{
	margin-top: -10px;
	left: -95px;
}

div.birka span.en{
	margin-top: -20px;
	left: -105px;
}

span.infinity {
	font-size:25px;
	width:70px;
}

.tarif_col.ru div{
	padding-left:10px !important;
}

.tick.stars:before {
	content:'**';
	position:relative;
	left: 25px;
	top: -10px;
	font-size: 20px;
	font-weight: bold;
}
.box_slide.anticovid .tick.stars:before {
	left: 20px;
}

div.footer_table {
	font-size: 12px;
	line-height: 12px;
}

div.footer_table_mob {
	font-size: 14px;
	text-align: left;
	padding: 0 25px;
}

div.footer_table_mob p{
	margin:2px 0;
}

span.stars {
	font-weight:bold;
	font-size:14px;
	margin-right:5px;
}

.section_bussystem_driver {
	font-size: 20px;
}

.bsdriver_slider_container1 {
	display: block;
	width: 100%;
	background: #eef5fd;
}

.bsdriver_slider {
	margin-top: -40px !important;
	margin-bottom: -25px !important;
	max-width: none !important;
}

.bsdriver_slider .slide {
	position: relative;
	margin: 10px 15vw;
	padding: 25px;
	border-top: solid 40px #0191da;
	background: white;
	border-radius: 20px;
	box-shadow: 0 0 12px rgba(0,0,0,0.5);
}

@media (min-width: 992px) and (max-width: 1400px) {
	.bsdriver_slider .slide {
		margin-left: 10vw;
		margin-right: 10vw;
	}
}

.bsdriver_slider .slide img {
	display: inline-block;
	max-width: 95%;
	max-height: 100%;
}

.bsdriver_slider .slide .notebook_container {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.bsdriver_slider .slide_text_content {
	display: inline-block;
	width: 100%;
}

.bsdriver_slider .slide_caption {
	margin: 70px 0 90px;
	font-size: 30px;
	font-weight: 900;
}

.bsdriver_slider .slide .bold_text {
	margin-left: 60px;
}

.checklist {
	margin: 65px 0;
	padding-left: 60px;
}

.checklist .checklist_point {
	position: relative;
	margin-bottom: 16px;
}

.checklist .checklist_point .check_mark {
	position: absolute;
	top: 5px;
	left: -60px;
	width: 27px;
	height: 19px;
	color: #0191da;
}

.bsdriver_slider .block_app_links {
	display: inline-block;
	width: 100%;
	margin: 0 0 90px;
}

.bsdriver_slider .app_link {
	display: inline-block;
}

.bsdriver_slider .app_link:first-child {
	margin: 0 4% 0 0;
}

@media (max-width: 1200px) {
	.bsdriver_slider .app_link {
		width: 51%;
	}

	.bsdriver_slider .app_link:first-child {
		width: 43%;
	}
}

.bsdriver_slider .slick-arrow {
	z-index: 2;
	top: 50% !important;
	width: 60px;
	height: 60px;
	background: white;
	border: solid 2px #0191da;
	border-radius: 50%;
	color: #0191da;
	text-align: center;
}

.bsdriver_slider .slick-prev {
	left: 20px;
}

.bsdriver_slider .slick-next {
	right: 20px;
}

.bsdriver_slider .slick-arrow svg {
	width: 20%;
	height: 30%;
}

.bsdriver_slider .slick-dots {
	bottom: 48px;
}

.bsdriver_slider .slick-dots li button {
	background: white;
	border: solid 1px #0191da;
	border-radius: 50%;
}

.bsdriver_slider .slick-dots li.slick-active button {
	background: #0191da;
}

.bsdriver_slider .slick-dots li.slick-active button::before {
	display: none;
}

/* xs + sm */
@media (max-width: 991px) {
	.section_bussystem_driver {
		font-size: 16px;
	}

	.bsdriver_slider {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.bsdriver_slider .slide {
		margin: 15px 10vw;
		padding: 1.5vh 2.5vw;
	}

	.bsdriver_slider .slide_caption {
		margin: 15px 0 35px;
		font-size: 20px;
		text-align: center;
	}

	.bsdriver_slider .slide .bold_text {
		margin-left: 0;
		font-size: 16px;
	}

	.checklist {
		margin: 30px 0;
		padding-left: 30px;
	}

	.checklist .checklist_point .check_mark {
		top: 5px;
		left: -30px;
		width: 19px;
		height: 13px;
	}

	.bsdriver_slider .block_app_links {
		margin-bottom: 50px;
		text-align: center;
	}

	.bsdriver_slider .app_link {
		height: 45px;
	}

	.bsdriver_slider .slick-arrow {
		width: 40px;
		height: 40px;
	}

	.bsdriver_slider .slick-prev {
		left: 12px;
	}

	.bsdriver_slider .slick-next {
		right: 12px;
	}

	.bsdriver_slider .slick-dots {
		bottom: 28px;
	}
}

/* xs */
@media (max-width: 767px) {
	.bsdriver_slider .slide {
		margin: 15px 5vw;
	}

	.bsdriver_slider .slick-arrow {
		display: none !important;
	}
}

.section_tariffs {
	width:100%;
	display:block;
	height:auto;
	padding-top:15px;
	padding-bottom:80px;
}

@media (max-width: 767px) {
	.section_tariffs {
		padding-bottom: 0;
	}
}

.section_tariffs div.head_prices {
	background: #0191DA;
	height:70px;
	width:100%;
	margin-top:15px;
	display: inline-block;
}

table td.td_price div span.text_price small{
	font-size:12px;
	font-style: normal;
}

.section_tariffs div.head_prices table tr td{
	color:#FFF;
	font-family: Exo2;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	vertical-align:middle;
	height:70px;
	padding: 15px 5px !important;
}

.section_tariffs div.head_prices table tr td:nth-child(1){
	min-width:140px;
}

.section_tariffs div.head_prices table tr td.tarif_col div{
	width:120px;
	text-align:center;
	margin:0 auto;
	padding:0;
	display:block;
}

.section_tariffs div.head_prices td.tarif_col {
	font-family: Exo2;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
	vertical-align:top;
}

.section_tariffs .slick-arrow {
	width: 40px;
	height: 40px;
	background: #0191DA;
	opacity: 0.6;
	border-radius:25px;
	z-index:20;
}

.section_tariffs .slick-prev {
	left:10px !important;
}

.section_tariffs .slick-next {
	right:10px !important;
}

.section_tariffs .slick-next:before {
	content:'';
	background:url('../img/arrow_next.svg') 50% 50% no-repeat;
	height:18px;
	display:block;
}

.section_tariffs .slick-prev:before {
	content:'';
	background:url('../img/arrow_prev.svg') 50% 50% no-repeat;
	height:18px;
	display:block;
}

.section_feedback {
	background-image:url('../img/back_contact.svg');
	background-color:#f1f7fd;
	background-repeat:no-repeat;
	background-position:50% 50%;
	width:100%;
	display:block;
	height:auto;
	padding-bottom:100px;
}

.section_feedback p.desc_contact {
	font-family: Exo2;
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 31px;
	text-align: center;
	color: #2D3745;
	margin-bottom:25px;
}


.section_feedback .page_feedback_form_box {
	max-width: 612px;
	display:block;
	margin: 0 auto;
	box-shadow: 0 11px 24px rgba(0, 0, 0, 0.19);
	background:#FFF;
	padding:40px 0 50px 0;
}

.section_feedback .page_feedback_form_box .warp_form {
	padding:20px 80px;
	background:#FFF;
	display:block;
}

span.title_form {
	display:block;
	background:#2e3745;
	color:#FFF;
	text-align:center;
	padding:20px 5px;
	font-size:18px;
}

span.numbers {
	font-size:20px;
	color:#00abff;
	text-align:right;
	font-weight:bold;
	display:inline-block;
	height:35px;
	line-height:35px;
}

#exampleInputEx {
	border:none;
	box-shadow:none;
	background:#e4f1fe;
	border-radius:15px;
	display:inline-block;
	width:auto;
	font-size:18px;
	min-width:174px;
}

#exampleInputEx:focus {
	border:none;
	box-shadow:none;
}

.no_padding {
	padding:0 !important;
}

footer {
	width:100%;
	background:#2e3745;
	color:#FFF;
	padding:10px 0;
}

footer .logo_footer ul  {
	margin:0;
	padding:0;
	padding-top:5px;
}

footer .logo_footer ul li {
	display:inline-block;
}

footer .logo_footer ul li img{
	width:35px;
	margin:0 5px;
}

footer .text_footer {
	text-align:right;
}

footer .footer_contact a {
	display:inline-block;
	font-family: Exo2;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	color:#FFF;
}



div.btn_phone {
	font-family: "Arial", Gadget, sans-serif;
	background:#000;
	border-radius:10px;
	height:50px;
	display:inline-block;
	color:#FFF;
	padding:5px 10px 5px 10px;
	vertical-align:bottom;
	margin-top:10px !important;
	width:150px !important;
	margin:0 5px;

}

div.btn_phone a {
	margin-right:5px;
}


div.btn_phone a.apple:before {
	content: '';
	background:url('../img/apple.png') 50% 50% no-repeat;
	display:inline-block;
	width:26px;
	height:32px;
	float:left;
	margin-top:0px;
	margin-left:10px;
}

div.btn_phone a.google:before {
	content: '';
	background:url('../img/google.png') 50% 50% no-repeat;
	display:inline-block;
	width:30px;
	height:28px;
	float:left;
	margin-top:4px;
}

div.btn_phone div.txt_btn {
	float:right;
	margin-left:10px !important;
}


div.btn_phone  a {
	height:100%;
	width:100%;
	color:#FFF !important;
	display:inline-block;
	vertical-align: bottom;
}

div.btn_phone  a span{
	display:block;
	font-size:12px;
}

div.btn_phone  a span.big{
	font-size:16px;
}

div.warp_form .alert-danger, div.warp_form .alert-danger p {
	display:none;
}


/* Меню */
@import url(https://fonts.googleapis.com/css?family=Raleway:300,700);
h1.page_title{color:#fff;}
h4.what_to_do{color:#fff;}
h2.menu_title{color:#fff;}
.page_title,
.what_to_do {
	font-weight: 300;
	line-height: 120%;
	text-align: center;
	text-shadow: 0 1px 5px rgba(0,0,0,.8);
	text-transform: uppercase;
}

/* Модальное окно */
.info_mail, .info_mail div {
	display:none;
}


#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display:none;
}
#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 45%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #9370DB;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #BA55D3;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}
#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #FF00FF;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

ul.social_btn li a {
	background-image:url('../img/social.svg');
	display:inline-block;
	height:40px;
	width:40px;
	margin:10px 5px 0px 5px;
}

ul.social_btn li a.facebook {
	background-image:url('../img/facebook.svg');
}

ul.social_btn li a.vk{
	background-image:url('../img/vk.svg');
}

ul.social_btn li a.insta{
	background-image:url('../img/instagram.svg');
}

input[name="phone"] {
	-moz-appearance: textfield;
}
input[name="phone"]::-webkit-inner-spin-button {
	display: none;
}

.modal-backdrop {
	background: #0191DA !important;
}

.modal {
	margin: 0 auto;
}

.modal-dialog {
	top:50%;
	margin-top:-400px;
	padding:40px 0 20px 0;
}

.modal-content {
	padding:30px 0 20px 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome,.modal-dialog {
		margin-top:50px;
	}
	::i-block-chrome, table  {
		-webkit-box-sizing: inherit !important;
		-moz-box-sizing: inherit !important;
		box-sizing: inherit !important;
	}
}


.modal-dialog .close {
	font-size:40px;
	opacity:1 !important;
	color:#2D3745 !important;
	width:40px;
	height:40px;
	position:absolute;
	top:20px;
	right:15px;
}

.btn.focus, .btn:focus, .btn:hover {
	color:#FFF;
}

#box_form {
	display:inline-block;
	width:100%;
}


div.modal p.title_form {
	padding: 20px 0px 10px 10px;
	max-width: 402px;
	width: 100%;
	display:block;
	margin: 0 auto;
	margin-bottom:15px;
	position:relative;
	top:-20px;
	line-height: 22px;
}

span.bold {
	font-weight: bold;
}

.prominent_text {
	font-weight: 300;
	font-size: 16px;
	font-family: Exo2;
	margin: 50px 0;
}

.prominent_text h2 {
	font-family: inherit;
	font-size: 22px;
	line-height: 30px;
	text-align: left;
	color: #0191DA;
	margin-top: 30px;
	margin-bottom: 10px;
}

.prominent_text b {
	font-weight: 500;
}

.prominent_text i {
	font-weight: 400;
	font-style: normal;
}

footer .widget-title {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
	text-align:left;
}

footer .widget-block li {
	background: url(../img/arrow.png) left center no-repeat;
	padding: 7px 0 7px 15px;
	text-align:left;
}

footer .widget-block {
	list-style: none;
	padding-left: 0;
}

section#section_third  .grid_place .steps {
	position:absolute;
	display:inline-block;
	width:auto;
}

section#section_third  .grid_place .step1 {
	top: 160px;
	left: 180px;
}

section#section_third  .grid_place .step2 {
	top: 245px;
	left: 165px;
}

section#section_third  .grid_place .step3 {
	top: 325px;
	left: 155px;
}

section#section_third  .grid_place .step4 {
	top: 160px;
	right: 120px;
}

section#section_third  .grid_place .step5 {
	top: 245px;
	right: 180px;
}

section#section_third  .grid_place .step6 {
	top: 320px;
	right: 200px;
}

section#section_third  .grid_place .step7 {
	top: 520px;
	width:100%;
	text-align:center;
}

.section_possibilities ul li:nth-child(1) span {
	padding-top:10px;
}
	


@media only screen and (max-width: 1199px) {
		
	button.sendler {
		margin-top:30px;
	}
		
	header .top_contact {
		padding-right:15px;
	}
	

	.section_tariffs .page_feedback_form_box span:nth-child(1)  {
		left:-20px;
		top:120px;
	}

	.section_tariffs .page_feedback_form_box span:nth-child(2)  {
		right:120px;
		top:120px;
	}

	.section_tariffs .page_feedback_form_box span:nth-child(3)  {
		left: 60px;
		top: 295px;
	}	

	.section_tariffs .page_feedback_form_box span:nth-child(4)  {
		left: 390px;
		top: 305px;
	}

	.section_tariffs .page_feedback_form_box span:nth-child(5)  {
		right: -15px;
		top: 370px;
	}

	.section_tariffs .page_feedback_form_box span:nth-child(6)  {
		left: 105px;
		top: 440px;
	}

	.section_tariffs .page_feedback_form_box span:nth-child(7)  {
		right: 150px;
		top: 440px;
	}

	.section_tariffs .page_feedback_form_box span:nth-child(8)  {
		left: 300px;
		top: 40px;
		font-weight:bold;
		font-family: 'Helvetica Neue Cyr Thin';
	}

	.section_tariffs .page_feedback_form_box span:nth-child(9)  {
		right: 350px;
		top: 40px;
		font-weight:bold;
		font-family: 'Helvetica Neue Cyr Thin';
	}

	.section_tariffs .page_feedback_form_box span.t1_s1  {
		left: 70px;
		top: 65px;
		background:url('../img/ticket.svg') 50% 50% no-repeat;
		width:40px;
		height:40px;
		background-size:contain;
		position:absolute;
		opacity:0;
	}

	.section_tariffs .page_feedback_form_box span.t2_s1  {
		right: 20px;
		top: 300px;
		background:url('../img/ticket.svg') 50% 50% no-repeat;
		width:40px;
		height:40px;
		background-size:contain;
		position:absolute;
		opacity:0;
	}
	
	
	
	#section_fourth .page_feedback_form_box span:nth-child(1)  {
		left: 380px;
		top: 130px;
	}

	#section_fourth .page_feedback_form_box span:nth-child(2)  {
		left: -15px;
		top: 245px;
	}

	#section_fourth .page_feedback_form_box span:nth-child(3)  {
		left: 150px;
		top: 245px;
	}	

	#section_fourth .page_feedback_form_box span:nth-child(4)  {
		right: 180px;
		top: 245px;
	}

	#section_fourth .page_feedback_form_box span:nth-child(5)  {
		right: -10px;
		top: 245px;
	}


	#section_fourth .page_feedback_form_box span:nth-child(6)  {
		right: 425px;
		top: 365px;
	}
	
	
	
	#section_fourth .page_feedback_form_box span.t1_s3  {
		left: 340px;
		top: 60px;
		opacity:1;
	}

	#section_fourth .page_feedback_form_box span.t2_s3  {
		left: 340px;
		top: 60px;
		opacity:1;
	}

	#section_fourth .page_feedback_form_box span.t3_s3  {
		right: 360px;
		top: 60px;
		opacity:1;
	}

	#section_fourth .page_feedback_form_box span.t4_s3  {
		right: 360px;
		top: 60px;
		opacity:1;
	}

}
@media only screen and (min-width: 650px) {
	.bonus_time span.close_option {
		right:25px;
	}
}

@media only screen and (max-width: 991px) {
	button.sendler {
		padding: 20px 80px;
	}
	
	span.ticket  {
		background:url('../img/ticket.svg') 50% 50% no-repeat;
		width:40px;
		height:40px;
		background-size:contain;
	}
	
	.section_tariffs {
		padding-top:0px;
	}
	
	.section_tariffs h3 {
		padding-bottom:0px;
		
	}

	.section_tariffs .page_feedback_form_box {
		background:url('../img/plan1_mob.svg') 50% 50% no-repeat;
		background-size:contain;
		position:relative;
		width:320px;
		height:484px;
		margin:0 auto;
	}
	
	.section_tariffs .page_feedback_form_box span  {
		font-size:16px;
		font-weight:normal;
	}


	.section_tariffs .page_feedback_form_box span:nth-child(1)  {
		left: 210px;
		top: 67px;
	}

	.section_tariffs .page_feedback_form_box span:nth-child(2)  {
		right: 15px;
		top: 165px;
	}

	.section_tariffs .page_feedback_form_box span:nth-child(3)  {
		left: -10px;
		top: 360px;
	}	

	.section_tariffs .page_feedback_form_box span:nth-child(4)  {
		left: 90px;
		top: 290px;
	}

	.section_tariffs .page_feedback_form_box span:nth-child(5)  {
		right: 220px;
		top: 67px;
	}

	.section_tariffs .page_feedback_form_box span:nth-child(6)  {
		left: 215px;
		top: 470px;
	}

	.section_tariffs .page_feedback_form_box span:nth-child(7)  {
		right: 225px;
		top: 470px;
	}

	.section_tariffs .page_feedback_form_box span:nth-child(8)  {
		left: 300px;
		top: 40px;
		font-weight:bold;
		font-family: 'Helvetica Neue Cyr Thin';
	}

	.section_tariffs .page_feedback_form_box span:nth-child(9)  {
		right: 350px;
		top: 40px;
		font-weight:bold;
		font-family: 'Helvetica Neue Cyr Thin';
	}

	.section_tariffs .page_feedback_form_box span.t1_s1  {
		left: 35px;
		top: 45px;
		
	}

	.section_tariffs .page_feedback_form_box span.t2_s1  {
		right:45px;
		top:35px;
		opacity:1;
	}

	.section_possibilities ul li span{
		display:block;
		padding-left:140px;
		vertical-align:top;
		font-size:14px;
	}

	.section_possibilities ul li img {
		width:120px;
		margin-right:20px;
		margin-top:15px;
		float:left;
		display:inline-block;
		
	}
	
	.section_feedback {
		padding: 20px 0;
	}
	
}

@media only screen and (max-width: 767px) {
	div.box_slide table tr td {
		font-family: Exo2;
		font-style: normal;
		font-weight: 300;
		font-size: 14px;
		line-height: 17px;
		color: #2D3745;
	}
	div.box_slide div.bonus_time {
		font-family: Exo2;
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 17px;
		color: #2D3745;
	}
	
	div.box_slide span.btn_order {
		line-height: 40px;
	}

	.section_possibilities div.inner div.meta_text b {
		padding-left: 40px;
		display: block;
	}
		
}	


@media only screen and (max-width: 690px) {
	#section_five .middle_part img, #section_five .right_part img{
		margin: 5px auto;
	}
	
	.section_feedback .page_feedback_form_box .warp_form {
		padding:10px 20px;
	}
	
	
	#exampleInputEx {
		font-size:15px;
	}
	
	div.change_typeof {
		font-size: 14px !important;
	}
	
	div.change_typeof a {
		padding:5px 10px !important;
		margin:0 10px !important;
	}
	
	.section_feedback p.desc_contact {
		font-family: Exo2;
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 22px;
		text-align: center;
		color: #2D3745;
	}
	
	.inputText {
		max-width:400px;
	}
	
		
	table tr td span.close_option {
		background:url('../img/close.svg') 100% 0% no-repeat;
	}
	
}	

@media only screen and (max-width: 470px) {
	
	div.desc_tarif span.big_numb {
		font-size:14px;
	}
	
	.section_feedback .page_feedback_form_box {
		padding:10px 0 10px 0;
	}
	
	p.title_form {
		margin-bottom:20px;
		padding:0 5px;
	}
	
	.form-group label, button.sendler {
		width:calc(100% - 40px);
	}
	
	ul.social_btn li a {
		height: 28px;
		width: 28px;
		background-size:contain;
		background-position:50% 50%;
		margin: 5px 2px 0px 2px;
	}
	
	ul.social_btn li a.vk{
		height:27px;
	}
	
	button.sendler {
		height:69px;
	}
	
	.inputText {
		height:56px;
	}

	.section_possibilities div.inner div.meta_text {
		height:auto;
		padding:0;
	}

	.section_possibilities div.inner div.meta_text b{
		padding-left:40px;
		display:block;
	}
	
	span.btn_coop a {
		font-size: 18px;
		line-height: 10px;
		padding: 30px 10px;
	}
	
	.modal-dialog {
		margin-top: -300px;
		padding:0 !important;
	}
	
	header .top_contact span:nth-child(1) {
		vertical-align:middle;
	}
	
	header span.lang_box ul li:nth-child(1) {
		padding: 0 25px 0 15px;
	}
	
	header span.lang_box:after {
		right:10px;
		top:12px;
	}
	
	header span.lang_box {
		height:30px;
		line-height:30px;
		width:70px;
	}
	
	div.modal p.title_form {
		padding: 20px 40px 10px 20px;
	}
	
	.modal-dialog .close {
		top:10px;
		right:10px;
	} 
	.modal-content {
		padding:0;
	}

	div.modal p.title_form {
		top:0px;
	}
	
	
	.footer_contact {
		text-align:center;
	}
	
}	

@media only screen and (max-width: 540px) {
	iframe {
		height: 480px !important;
	}
	
	.modal-dialog {
		margin-top:-250px;
		padding:5px 0 5px 0;
	}

}

footer .blogpost a,
footer .blogpost a:hover {
	color: #ffffff;
}

footer .blogpost a:focus,
footer .blogpost a:active {
	color: #a0cfff;
}

@-webkit-keyframes autofill {
  to {
    color: #00abff;
    background: transparent;
  }
}
 
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

div.change_typeof {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	letter-spacing: 2px;
	display:block;
	margin-bottom:15px;
}

div.change_typeof a.active {
	padding:10px 20px;
	background: #2e3745;
    color: #FFF;
	border-radius:10px;
	margin:10px 25px;
	text-decoration:none;
}

div.change_typeof a {
	padding:10px 20px;
    color: #2e3745;
	margin:10px 25px;
}

div.change_typeof a span {
	border-bottom:1px dashed #2e3745;
}

div.change_typeof a:hover  {
	padding:10px 20px;
	background: #2e3745;
    color: #FFF;
	border-radius:10px;
	text-decoration:none;
	opacity:0.7;
}

.section_feedback .page_feedback_form_box .warp_form .form-group p{
	color:#999;
	margin-bottom:20px;
}

section.section_list_functions {
    background: #eef5fd;
	font-size: 20px;
	display: inline-block;
	width:100%;
}	


section.section_list_functions ul.list_functions {
	list-style:none;
	padding:0;
}

section.section_list_functions ul.list_functions li {
	padding:10px;
}

section.section_list_functions ul.list_functions li:nth-child(odd){
	background:#FFF;
}

section.section_list_functions .btn.free-call {
	white-space:normal;
	line-height:20px;
}





/* history of currencies */

.section_currency_history,
.section_currency_exchange {
	padding: 0 20% 70px 20%;
	color: #2d3745;
}

.section_currency_history a,
.section_currency_exchange a {
	color: inherit;
	text-decoration: none;
}

.section_currency_exchange #accordion .panel {
	border: none;
	box-shadow: none;
}

.section_currency_exchange .panel-group .panel + .panel {
	margin-top: 15px;
}

.section_currency_exchange .panel-heading {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: solid 2px silver;
}

.section_currency_exchange .panel-body {
	padding: 0 15px;
	border-bottom: solid 2px #2d3745;
}

.page_exchange table th,
.page_exchange table td {
	padding: 10px 0;
	border-bottom: solid 1px #ececec;
}

.section_currency_exchange table img {
	margin-right: 5px;
	vertical-align: middle;
}

.section_currency_exchange table img + .country_name {
	vertical-align: middle;
}

.section_currency_history .hist_course_table {
	width: 50%;
	margin: 20px auto 0;
}

.section_currency_history .courses_error {
	text-align: center;
	color: #aa2200;
	font-size: 16px;
}

.bootstrap-datetimepicker-widget {
	padding: 6px 14px;
	text-align: center;
}

.bootstrap-datetimepicker-widget > ul {
	margin: 0;
}

.bootstrap-datetimepicker-widget table {
	width: 100%;
}

.bootstrap-datetimepicker-widget th {
	text-align: inherit;
}

.bootstrap-datetimepicker-widget th.prev,
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.picker-switch,
.bootstrap-datetimepicker-widget .day:not(.disabled),
.bootstrap-datetimepicker-widget .datepicker-months .month,
.bootstrap-datetimepicker-widget .datepicker-months .year {
	cursor: pointer;
}

.bootstrap-datetimepicker-widget .day.disabled {
	cursor: not-allowed;
}

.bootstrap-datetimepicker-widget .day.today {
	box-shadow: inset 0 0 0 1px #0191da;
}

.bootstrap-datetimepicker-widget .day.active {
	background: #0191da;
	color: white;
}
