/* font-family: "GothamProRegular"; */
@font-face {
	font-family: "GothamProRegular";
	src: url("../fonts/GothamProRegular/GothamProRegular.eot");
	src: url("../fonts/GothamProRegular/GothamProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProRegular/GothamProRegular.woff") format("woff"), url("../fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "GothamProBold"; */
@font-face {
	font-family: "GothamProBold";
	src: url("../fonts/GothamProBold/GothamProBold.eot");
	src: url("../fonts/GothamProBold/GothamProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBold/GothamProBold.woff") format("woff"), url("../fonts/GothamProBold/GothamProBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "GothamProBlack"; */
@font-face {
	font-family: "GothamProBlack";
	src: url("../fonts/GothamProBlack/GothamProBlack.eot");
	src: url("../fonts/GothamProBlack/GothamProBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBlack/GothamProBlack.woff") format("woff"), url("../fonts/GothamProBlack/GothamProBlack.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "GothamProItalic"; */
@font-face {
	font-family: "GothamProItalic";
	src: url("../fonts/GothamProItalic/GothamProItalic.eot");
	src: url("../fonts/GothamProItalic/GothamProItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProItalic/GothamProItalic.woff") format("woff"), url("../fonts/GothamProItalic/GothamProItalic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "GothamProMedium"; */
@font-face {
	font-family: "GothamProMedium";
	src: url("../fonts/GothamProMedium/GothamProMedium.eot");
	src: url("../fonts/GothamProMedium/GothamProMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProMedium/GothamProMedium.woff") format("woff"), url("../fonts/GothamProMedium/GothamProMedium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "GothamProLight"; */
@font-face {
	font-family: "GothamProLight";
	src: url("../fonts/GothamProLight/GothamProLight.eot");
	src: url("../fonts/GothamProLight/GothamProLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProLight/GothamProLight.woff") format("woff"), url("../fonts/GothamProLight/GothamProLight.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "GothamProMediumItalic"; */
@font-face {
	font-family: "GothamProMediumItalic";
	src: url("../fonts/GothamProMediumItalic/GothamProMediumItalic.eot");
	src: url("../fonts/GothamProMediumItalic/GothamProMediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProMediumItalic/GothamProMediumItalic.woff") format("woff"), url("../fonts/GothamProMediumItalic/GothamProMediumItalic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "GothamProLightItalic"; */
@font-face {
	font-family: "GothamProLightItalic";
	src: url("../fonts/GothamProLightItalic/GothamProLightItalic.eot");
	src: url("../fonts/GothamProLightItalic/GothamProLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProLightItalic/GothamProLightItalic.woff") format("woff"), url("../fonts/GothamProLightItalic/GothamProLightItalic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "GothamProBoldItalic"; */
@font-face {
	font-family: "GothamProBoldItalic";
	src: url("../fonts/GothamProBoldItalic/GothamProBoldItalic.eot");
	src: url("../fonts/GothamProBoldItalic/GothamProBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBoldItalic/GothamProBoldItalic.woff") format("woff"), url("../fonts/GothamProBoldItalic/GothamProBoldItalic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "GothamProBlackItalic"; */
@font-face {
	font-family: "GothamProBlackItalic";
	src: url("../fonts/GothamProBlackItalic/GothamProBlackItalic.eot");
	src: url("../fonts/GothamProBlackItalic/GothamProBlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBlackItalic/GothamProBlackItalic.woff") format("woff"), url("../fonts/GothamProBlackItalic/GothamProBlackItalic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
html,
body {
	width: 100%;
	height: 100%;
}
body {
	background: #ececec;
	overflow-x: hidden;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.bg_white {
	background: #fff !important;
}
.bg_white_bordered {
	background: #fff;
	margin: 7px 0;
	border: 1px solid #eaeaea;
	border-radius: 7px;
	box-shadow: 0 12px 14px rgba(0, 0, 0, 0.12), 0 12px 14px rgba(0, 0, 0, 0.12);
	overflow: hidden;
}
h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}
#inner-main {
	margin-bottom: 20px;
}
.no-indents > [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}
/* Section Heading
======================================*/
.s_heading {
	position: relative;
}
.s_heading h2 {
	margin-bottom: 20px;
	padding-left: 32px;
	/* color: #787878; */
	color: #333;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.s_heading:after {
	content: "";
	position: absolute;
	left: 0;
	top: 30%;
	width: 2px;
	height: 40px;
	background: #f1cf00;
}
/* Set Transition To All Buttons
======================================*/
.btn {
	transition: all 0.25s;
}
.btn.active,
.btn:active {
	background-image: initial;
}
/* Navbar Brand Text
======================================*/
.navbar-brand_text {
	margin: 10px;
	color: #41b649;
}
@media (min-width: 768px) {
	.navbar-brand_text {
		display: none;
	}
}
/* Dividers
======================================*/
.divider {
	margin-bottom: 5px;
}
.col_2x .divider {
	margin-left: -15px;
}
.col_full .divider {
	margin-left: -20px;
	margin-top: 0;
}
.col_full .divider,
.col_2x .divider {
	margin-right: -15px;
}
.col_1x .divider {
	margin-left: -35px;
	margin-right: -15px;
}
/* Buy Button
======================================*/
.price {
	color: #41b649;
	margin-top: 30px;
	font-size: 15px;
}
.price a {
	position: relative;
}
.price a:hover {
	text-decoration: none;
}
.price a img {
	transition: all 0.25s;
	position: absolute;
	top: -7px;
	left: 17px;
	opacity: 0;
	display: none;
}
.price a:hover img {
	opacity: 1;
}
.price span {
	transition: all 0.25s;
	background: #41b649;
	border-radius: 25px;
	padding: 12px 20px;
	font-weight: bold;
	color: #fff;
}
.price span:hover {
	background: #2d7e32;
}
@media (max-width: 992px) {
	.price {
		margin-bottom: 35px;
	}
}
/* Header Banner Button
======================================*/
.btn-xl {
	color: #41b649;
	background-color: #fff;
	border-color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px 30px 20px 75px;
	background-image: url(../img/flag_green.png);
	background-repeat: no-repeat;
	background-position: 10% 50%;
	box-shadow: 2px 3px 25px -3px #41b649;
	z-index: 1;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
	color: #41b649;
	background-color: #e6e6e6;
	border-color: #e0e0e0;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
	background-color: #fff;
	border-color: #fff;
}
.btn-xl .badge {
	color: #fff;
	background-color: #41b649;
}
.btn-xl:active,
.btn-xl:focus,
.btn-xl:hover {
	background-image: url(../img/flag_green.png);
}
/* Bordered Button
======================================*/
.btn-bordered {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	border-width: 2px;
	border-radius: 25px;
	padding: 8px 25px;
}
.btn-bordered:hover,
.btn-bordered:focus,
.btn-bordered:active,
.btn-bordered.active,
.open .dropdown-toggle.btn-bordered {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	border-color: #e0e0e0;
}
.btn-bordered.disabled,
.btn-bordered[disabled],
fieldset[disabled] .btn-bordered,
.btn-bordered.disabled:hover,
.btn-bordered[disabled]:hover,
fieldset[disabled] .btn-bordered:hover,
.btn-bordered.disabled:focus,
.btn-bordered[disabled]:focus,
fieldset[disabled] .btn-bordered:focus,
.btn-bordered.disabled:active,
.btn-bordered[disabled]:active,
fieldset[disabled] .btn-bordered:active,
.btn-bordered.disabled.active,
.btn-bordered[disabled].active,
fieldset[disabled] .btn-bordered.active {
	background-color: transparent;
	border-color: #fff;
}
.btn-bordered .badge {
	color: transparent;
	background-color: #fff;
}
.btn-bordered:hover {
	color: #41b649;
	background: #fff;
	border-color: #fff;
}
/* Top Pager Styles
======================================*/
.pager li {
	position: relative;
	margin-right: 10px;
}
.pager li a {
	transition: all 0.25s;
	color: #bbb;
	border-color: #bbb;
}
.pager li a:hover {
	color: #41b649;
}
.pager li a:after {
	position: absolute;
	content: "»";
	color: inherit;
	top: -2px;
	right: -12px;
}
/* Form Input BG
======================================*/
.form-control {
	background: #f3f3f3;
	border: 1px solid #e7e7e7;
}
.form-control:focus,
.form-control:active {
	background: #fff;
	box-shadow: none;
}
/* Selection Styles
======================================*/
::-webkit-input-placeholder {
	color: #909090;
}
:focus::-webkit-input-placeholder {
	color: transparent;
}
::-moz-selection {
	border: 1px solid #41b649;
	text-shadow: none;
	background: rgba(65, 182, 73, 0.5);
}
::selection {
	border: 1px solid #41b649;
	text-shadow: none;
	background: rgba(65, 182, 73, 0.5);
}
/* Owl Styles
======================================*/
.owl-carousel.owl-drag .owl-item {
	width: 100%;
}
.owl-carousel:hover .owl-nav {
	opacity: 1;
}
.owl-carousel .owl-item img {
	width: initial;
	margin: 0 auto;
}
.owl-carousel .owl-item .img-responsive {
	height: 400px;
}
.col_full .owl-nav,
.col_grid .owl-nav {
	transition: all 0.25s;
	position: absolute;
	width: 100%;
	opacity: 0;
}
.col_full .owl-nav .owl-prev,
.col_grid .owl-nav .owl-prev {
	float: left;
}
.col_full .owl-nav .owl-next,
.col_grid .owl-nav .owl-next {
	float: right;
}
.col_full .owl-nav {
	top: 40%;
	height: 0;
}
.col_grid .owl-nav {
	top: 30%;
    height: 0;
}
.col_full .owl-nav i {
	font-size: 30px;
}
.owl-theme .owl-dots .owl-dot span {
	background: #f1cf00;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #41b649;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
/* Import Sections Styles
======================================*/
/* Navbar
======================================*/
.navbar-default .navbar-collapse {
	border-color: rgba(255, 255, 255, 0.02);
}
.navbar-default .navbar-brand {
	background-image: url(../img/Firm_stil_baner_small.png);
	width: 38px;
	height: 36px;
	margin-left: 0 !important;
	margin-right: 15px;
	margin-top: 5px;
}
.navbar-default .nav > li > a {
	text-decoration: none;
}
.navbar-default .nav > li.active {
	border-radius: 0;
	background-image: url(../img/flag_green.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.navbar-default .nav > li.active a:focus {
	color: #fff !important;
}
@media (max-width: 768px) {
	.navbar-default .nav > .active {
		margin-left: 15px;
	}
	.navbar-default .navbar-brand {
		margin-left: 15px !important;
	}
}
@media (min-width: 768px) {
	.navbar-default .container {
		padding: 0;
	}
	.navbar-default .nav > li > a {
		padding-left: 5px;
	}
	.navbar-default .nav > li.active {
		background-position: 15% 50%;
	}
	.navbar-default .nav > li.active a {
		padding-left: 40px;
	}
}
@media (max-width: 992px) {
	.navbar-default .nav > .active > a {
		padding-left: 30px;
	}
}
@media (min-width: 992px) {
	.navbar-default {
		padding: 20px 0 0;
		transition: all 0.25s;
		background-color: transparent;
		padding-top: 20px;
		border: 0;
	}
	.navbar-default .navbar-brand {
		background-image: url(../img/Firm_stil_baner.png);
		width: 63px;
		height: 60px;
	}
	.navbar-default .navbar-brand {
		margin: -5px 35px 0 15px !important;
	}
	.navbar-default .nav > li.active {
		margin-top: 2px;
		background-image: url(../img/flag.png);
		border-radius: 30px;
		background-color: #41b649;
	}
	.navbar-default .nav > li.active > a {
		color: #fff;
		margin-top: 3px;
		padding: 10px 35px 10px 45px;
	}
	.navbar-default .nav > li.active > a:hover {
		color: #fff;
	}
	.navbar-default .nav > li a {
		padding-left: 30px;
	}
	.navbar-default.affix {
		background-color: #fff;
		padding: 6px 0 5px;
		border-bottom: 1px solid #41b649;
	}
	.navbar-default.affix .navbar-brand {
		background-image: url(../img/Firm_stil_baner_small.png);
		width: 38px;
		height: 36px;
		margin-top: 5px !important;
	}
}
/* Header banner
======================================*/
header {
	margin-top: 51px;
	position: relative;
	width: 100%;
	min-height: auto;
	padding: 100px 0;
	background: #fff url('../img/header_banner_bg.jpg') center center scroll no-repeat;
	background-size: contain;
	text-align: left;
}
header .header-content {
	position: relative;
	padding: 100px 15px;
	width: 100%;
}
/*header .header-content a {
	border-radius: 40px;
}*/
header:before,
header:after {
	position: absolute;
	content: "";
	display: none;
}
header:before {
	left: 0;
	bottom: 0;
	background: url(../img/header_bg_bottom_left.png);
	width: 471px;
	height: 427px;
}
header:after {
	top: 0;
	right: 0;
	background: url(../img/header_bg_top_right.png);
	height: 369px;
	width: 313px;
}
@media (max-width: 768px) {
	header .header-content {
		padding: 0 15px;
	}
	header h4,
	header p {
		display: none;
	}
	header .btn-xl {
		font-size: 12px;
		margin-top: 365px;
		margin-left: 25px;
		padding: 20px 20px 20px 55px;
	}
}

@media (min-width: 768px) {
	header {
		margin-top: 0;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	header .header-content {
		padding: 0 15px;
	}
	header .container {
		padding-top: 250px;
		padding-right: 350px;
	}
	header .container p {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) {
	header {
		min-height: 675px;
		padding: 0;
	}
	header:before,
	header:after {
		display: block;
	}
	header .header-content {
		position: absolute;
		top: 70%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	header .header-content h4 {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	header .header-content a {
		margin-top: 30px;
	}
}
@media (min-width: 1200px) {
	header .header-content .container {
		width: 1070px;
	}
}
@media (min-height: 850px) {
	header {
		min-height: 750px;
	}
}
/* Hearer - Not Main
======================================*/
.mt_160 {
	margin-top: 30px;
	/*margin-top: 100px;*/
}
@media (min-width: 768px) {
	.mt_160 {
		margin-top: 30px;
		/*margin-top: 160px;*/
	}
}
.header {
	transition: all 0.25s;
	border-radius: 3px;
	box-shadow: -0.5px 0.866px 18px 0px #838582;
	/*position: fixed;*/
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.header .h_contacts {
	display: none;
}
.header .h_contacts a {
	color: #909090;
}
.header .navbar-default {
	margin-bottom: 0;
	border-color: transparent;
}
.header .navbar-default .active a,
.header .navbar-default .current a {
	padding-bottom: 20px;
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 27px;
	border-top-right-radius: 27px;
}
.header.affix .h_contacts {
	display: none;
}
@media (min-width: 768px) {
	.header .h_contacts {
		display: block;
		background: #f3f3f3;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
	}
	.header .h_contacts .phone li {
		padding: 0 5px;
	}
	.header .h_contacts ul {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		padding-left: 0;
	}
	.header .h_contacts ul li {
		display: inline-block;
		font-size: 10px;
		color: #909090;
		line-height: 45px;
	}
}
@media (max-width: 768px) {
	.header .online-buy {
		margin: 0 auto;
		width: 260px !important;
		padding: 12px !important;
		font-size: 12px !important;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.header .navbar-default .nav > li:not(.active) > a {
		padding-left: 0 !important;
	}
	.header .navbar-default .nav > li:not(.current) > a {
		padding-left: 0 !important;
	}
}
@media (max-width: 992px) {
	.header .online-buy {
		width: 100px;
		height: 43px;
		padding: 8px;
		font-size: 10px;
		word-wrap: break-word;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	.header .header-icon {
		display: none;
	}
}
@media (min-width: 992px) {
	.header .h_contacts {
		height: 45px;
		margin-left: 115px;
		border-bottom-right-radius: 27px;
		border-bottom-left-radius: 27px;
	}
	.header .navbar-brand {
		margin: -35px 35px 0 15px !important;
	}
	.header.affix .navbar-brand {
		margin-top: -12px !important;
	}
	.header .header-icon {
		margin-right: 10px;
	}
}
@media (max-width: 1200px) {
	.header .navbar-default .nav > li:not(.active) > a {
		padding-left: 15px;
	}
}
@media (min-width: 1200px) {
	.header .h_contacts ul li {
		font-size: 12px;
	}
	.header .phone li {
		padding: 0 20px;
	}
	.header .header-icon {
		margin-right: 5px;
	}
}
.main-menu {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 55px;
	margin: 33px auto 0;
	border-top-right-radius: 27px;
	border-top-left-radius: 27px;
}
.main-menu ul li {
	display: inline-block;
	text-align: left;
	padding: 18px;
}
.main-menu ul li a {
	color: #909090;
	text-decoration: none;
}
.main-menu ul li a:hover {
	text-decoration: underline;
}
.main-menu ul li img {
	margin-right: 10px;
	vertical-align: middle;
}
.main-menu .active {
	width: 167px;
	text-transform: uppercase;
	color: #dc4a4a;
	font-weight: bold;
	border-left: 1px solid #41b649;
	border-top: 1px solid #41b649;
	border-right: 1px solid #41b649;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom: none;
	box-sizing: border-box;
	font-size: 11px;
	line-height: 1.634;
}
.main-menu .active .active a {
	text-transform: uppercase;
	color: #41b649;
	font-weight: bold;
	letter-spacing: 3px;
}
.main-menu .active .active a:hover {
	text-decoration: none;
}
.online-buy {
	transition: all 0.25s;
	width: 165px;
	height: 55px;
	padding: 18px;
	box-sizing: border-box;
	background: #63c76a;
	text-transform: uppercase;
	text-align: center;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.online-buy a {
	padding: 0 !important;
	color: #fff;
}
.online-buy a:hover,
.online-buy a:active,
.online-buy a:focus {
	background-color: transparent !important;
}
.online-buy:hover,
.online-buy:focus,
.online-buy:active {
	background: #41b649;
	cursor: pointer;
}
aside {
	background: #fff;
	margin-bottom: 45px;
	padding: 15px 0 5px;
	font-size: 13px;
}
aside a {
	color: #333333;
	text-decoration: underline;
}
@media (min-width: 992px) and (max-width: 1200px) {
	aside .col-md-12,
	aside .col-md-6 {
		text-align: center;
	}
}
@media (max-width: 992px) {
	aside {
		padding: 15px 0 50px;
	}
	aside [class*='col'] {
		text-align: center;
		margin-bottom: 10px;
		font-size: 15px;
	}
}
/* Section - What we type
======================================*/
#what_we_type {
	padding-bottom: 15px;
}
@media (max-width: 1200px) {
	#what_we_type h3:not(.red) {
		font-size: 21px;
	}
}
/* Col_full styles
======================================*/
.col_full {
	height: 100%;
	align-items: center;
}

@media (min-width: 992px) {
	.col_full { display: flex }
}

.col_full h3 a {
	color: inherit;
}
.col_full .categories a,
.col_full .list-inline a {
	text-decoration: underline;
}
.col_full .list-inline {
	margin: 15px 0 0 15px;
}
.col_full .list-inline li:first-child {
	margin-right: 30px;
}
.col_full .categories ul {
	margin-top: 20px;
	padding-left: 15px;
}
.col_full .categories ul a {
	color: #41b649;
	font-size: 18px;
}
.col_full .col-md-11 {
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.col_full .col-md-13 {
	padding-bottom: 25px;
    align-self: stretch;
}

.col_full .col-md-13 .bg_white {
	padding: 0;
}
.col_full .col-md-13 ul li {
	color: #41b649;
	/*font-size: 16px;
	font-weight: 700;*/
	margin-bottom: 11px;
}

.for-green-lists li {
	background-color: #63c161;
	border-radius: 10px;
	list-style-type: none;
}
.for-green-lists a {
	padding: 10px;
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none!important;
	color: #feffff!important;
	font-family: Helvetica;
	font-size: 20px!important;
	font-weight: 400;
}
.col_full .col-md-13 ul.list-inline > li {
	font-size: 16px;
	font-weight: 700;
}
.col_full .col-md-13 .red {
	text-transform: uppercase;
	margin-right: 10px;
	color: #dc4a4a;
	line-height: 35px;
	font-size: 11px;
	font-weight: bold;
}
.col_full .col-md-13 .red:before {
	position: absolute;
	content: "";
	top: 30px;
	left: -10px;
	background-image: url(../img/info_red.png);
	width: 15px;
	height: 15px;
}
.col_full .col-md-13 p {
	clear: left;
	letter-spacing: -0.4px;
	padding: 7px 0 0 15px;
}
.bld-text {
	font-weight: 900;
}
.two-colmn-list {
	display: flex;
	flex-wrap: wrap;
}
.text-blck-reklama {
	display: flex;
	/* flex-wrap: wrap; */
}
.text-blck-reklama p {
	color: #555;
	font-size: 18px;
	font-weight: 900;
	text-indent: 15px;
}
.text-blck-reklama div {
	width: 55%;
	min-width: 350px;
}
.rekl-recomend-blck {
	position: relative;
	display: inline-block;
	width: 270px;
	height: 175px;
	border-radius: 5px;
	border: 1px solid #d4d4d4;
}
.rekl-recomend-blck img {
	width: 100%;
	height: 100%;
}
.rekl-recomend-blck p {
	width: 100%;
	text-align: center;
	background-color: rgba(56, 56, 56, 0.5);;
	border-radius: 5px;
	position: absolute;
	bottom: -10px;
}
/* .text-blck-reklama a, .text-blck-reklama div {
	min-width: 300px;
} */
.two-colmn-list ul {
	width: 500px;
	min-width: 280px;
}

.rekl-flagi-img {
	width: 500px;
	height:230px!important;
}
.tabl-center {
	margin: 0 auto!important;
}
.txt-center {
	text-align: center;
}
.titl-head {
	font-size: 28px;
	font-weight: 700;
}
.titl-head span {
	font-weight: 300;
}
.bckgr-tbl {
	background: rgba(75, 76, 79, 0.1);
	border-bottom: 3px solid white;
}
.bckgr-tbl:last-child {
	border: 0px;
}
/* Col_full responsive styles
======================================*/
@media (max-width: 768px) {
	.col_full .red {
		text-align: left;
		padding-left: 25px;
	}
	.col_full .red:before {
		left: 15px !important;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.col_full .red:before {
		left: 60px !important;
	}
}
@media (max-width: 992px) {
	.col_full .col-md-13 .row:first-child {
		position: relative;
		margin-left: -15px;
		margin-right: -15px;
	}
	.col_full .col-md-13 .row:first-child:before,
	.col_full .col-md-13 .row:first-child:after {
		position: absolute;
		background: #eaeaea;
		content: "";
		left: 0;
		right: 0;
		width: 100%;
		height: 1px;
	}
	.col_full .col-md-13 .row:first-child:before {
		top: 0;
	}
	.col_full .col-md-13 .row:first-child:after {
		bottom: 0;
	}
}
@media (min-width: 992px) {
	/* .col_full {
	height: 440px;
} */
	.col_full .col-md-13:after {
		position: absolute;
		background: #eaeaea;
		content: "";
		left: -5px;
		top: 0;
		bottom: 0;
		width: 1px;
	}
	.col_full .categories {
		height: 110px;
	}
}
@media (min-width: 1200px) {
	.col_full .red:before {
		left: 30px !important;
	}
}
/* Main Page Grid
======================================*/
.col_grid {
	/* Tall column
	======================================*/
	/* Regular columns
	======================================*/
	/* Regular columns - wide
	======================================*/
	/* Col grid - responsive styles
	======================================*/
}
.col_grid h3 a {
	color: inherit;
}
.col_grid .col_2x {
	padding-left: 0;
	padding-right: 0;
}
.col_grid .col_2x .bg_white_bordered {
	padding: 0 15px;
}
.col_grid .col_2x .bg_white_bordered ul li:first-child {
	margin-right: 0;
}
.col_grid .col_2x .bg_white_bordered .owl-carousel {
	margin-top: 40px;
}
.col_grid .col_2x .bg_white_bordered hr:first-child {
	margin-top: 40px;
}
.col_grid .col_2x .list-inline {
	margin: 40px 0 0 0;
	font-size: 13.4px;
}
.col_grid .col_2x .list-inline a {
	text-decoration: underline;
}
.col_grid .col_1x .bg_white_bordered ul li:first-child {
	margin-right: 0;
}
.col_grid .col-md-18 {
	padding-right: 0;
}
.col_grid .col-md-18 .list-inline {
	margin: 20px 0 0 0;
	font-size: 13.4px;
}
.col_grid .col-md-18 .list-inline a {
	text-decoration: underline;
}
.col_grid .col-md-18 :not(.row_inverse) .col-md-8 {
	padding-left: 0;
}
.col_grid .col-md-18 .row_inverse .col-md-8 {
	padding-right: 0;
}
.col_grid .col-md-18 > .row {
	margin-left: -15px;
	margin-right: -15px;
}
.col_grid .col-md-10 {
	padding: 27px 10px 0 15px;
}
.col_grid .col-md-14 {
	padding-left: 30px;
}
.col_grid.inversed .col-md-18 {
	padding-right: 0;
	padding-left: 0;
}
@media (max-width: 992px) {
	.col_grid .col-md-18 {
		padding-left: 0;
	}
	.col_grid.inversed .row .col-lg-16 {
		padding-right: 0;
	}
	.col_grid.inversed .col-md-18 .col_1x:first-child .bg_white_bordered {
		margin-bottom: 14px;
	}
}
@media (min-width: 992px) {
	.col_grid.inversed .col-md-18 {
		padding-right: 15px;
	}
	.col_grid .col-md-10:after {
		position: absolute;
		background: #eaeaea;
		content: " ";
		right: 5px;
		top: 0;
		bottom: 0;
		height: 300px;
		width: 1px;
	}
	.col_grid .col_1x .bg_white_bordered {
		height: 300px;
	}
	.col_grid .col_2x .bg_white_bordered {
		height: 615px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.col_grid .col_2x .list-inline {
		margin: 10px 0 0;
	}
}
/* Grid items with bg image
======================================*/
[class*='bg_item'] {
	display: none;
	color: #fff;
	border: 0;
	padding: 20px 35px;
	background-size: cover;
	background-position: center top;
}
[class*='bg_item'] h3 {
	font-size: 19px;
	text-transform: uppercase;
}
[class*='bg_item'] .btn-bordered {
	position: absolute;
	bottom: 35px;
}
[class*='bg_item'] .price_from {
	font-size: 18px;
}
[class*='bg_item'] .price_from span {
	font-size: 47px;
}
@media (min-width: 1200px) {
	[class*='bg_item'] {
		display: block;
	}
}
.bg_item_1 {
	background-image: url(../img/col_3_bg_1.jpg);
}
.bg_item_2 {
	background-image: url(../img/col_3_bg_2.jpg);
}
.bg_item_3 {
	background-image: url(../img/col_3_bg_3.jpg);
}
.bg_item_4 {
	background-image: url(../img/col_3_bg_4.jpg);
}
.bg_item_5 {
	background-image: url(../img/col_3_bg_5.jpg);
}
.bg_item_6 {
	background-image: url(../img/col_3_bg_6.jpg);
}
/* Why We
======================================*/
#why_we {
	padding: 35px 0 15px;
	/**/
}
#why_we .col-md-8 {
	padding: 0;
}
#why_we .col-md-8 img {
	height: 300px;
	width: 100%;
	margin-top: 30px;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}
#why_we .col-md-16 {
	padding-right: 0;
}
#why_we .why_we_item {
	padding: 0 40px 15px;
}
#why_we .why_we_item h4 {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 20px;
}
#why_we .why_we_item-img {
	text-align: center;
}
#why_we .why_we_item-img > div {
	position: relative;
	display: inline-block;
}
#why_we .why_we_item-img > div:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: -9px;
	left: -9px;
	padding: 35px;
	transition: opacity .2s, -webkit-transform .2s;
	transition: transform .2s, opacity .2s;
	transition: transform .2s, opacity .2s, -webkit-transform .2s;
	border: 4px solid rgba(65, 182, 73, 0.7);
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	border-radius: 100%;
	opacity: 0;
}
#why_we .why_we_item-img > div img {
	border-radius: 100%;
	background: #eee;
	width: 60px;
}
#why_we .why_we_item:hover .why_we_item-img > div:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
#why_we .why_we_item:hover img {
	background: rgba(65, 182, 73, 0.7);
}
#why_we [class*='we_img'] {
	transition: all 0.25s;
	background-repeat: no-repeat;
	background-position: -10px 80px;
}
#why_we .we_img_1 {
	background-image: url(../img/we_img_1.png);
}
#why_we .we_img_2 {
	background-image: url(../img/we_img_2.png);
}
#why_we .we_img_3 {
	background-image: url(../img/we_img_3.png);
}
#why_we .we_img_4 {
	background-image: url(../img/we_img_4.png);
}
#why_we .we_img_5 {
	background-image: url(../img/we_img_5.png);
}
#why_we .we_img_6 {
	background-image: url(../img/we_img_6.png);
}
#why_we .we_img_1:hover {
	background-image: url(../img/we_img_1_hover.png);
}
#why_we .we_img_2:hover {
	background-image: url(../img/we_img_2_hover.png);
}
#why_we .we_img_3:hover {
	background-image: url(../img/we_img_3_hover.png);
}
#why_we .we_img_4:hover {
	background-image: url(../img/we_img_4_hover.png);
}
#why_we .we_img_5:hover {
	background-image: url(../img/we_img_5_hover.png);
}
#why_we .we_img_6:hover {
	background-image: url(../img/we_img_6_hover.png);
}
@media (min-width: 992px) and (max-height: 900px) {
	#why_we .why_we_item {
		padding-top: 10px !important;
	}
	#why_we .col-md-8 img {
		height: 610px !important;
	}
	#why_we [class*=we_img] {
		background-position: 0 45px !important;
	}
}
@media (min-width: 1200px) and (max-height: 900px) {
	#why_we .why_we_item {
		padding-top: 5px !important;
	}
	#why_we .col-md-8 img {
		height: 560px !important;
	}
	#why_we [class*=we_img] {
		background-position: 30px 45px !important;
	}
}
@media (min-width: 992px) {
	#why_we .col-md-8 img {
		height: 640px;
	}
	#why_we [class*='we_img'] {
		background-position: -10px 30px;
	}
	#why_we .why_we_item {
		padding-top: 20px;
	}
}
@media (min-width: 768px) {
	#why_we .why_we_item {
		padding: 10px 100px;
	}
}
@media (min-width: 992px) {
	#why_we .why_we_item {
		padding: 70px 0 0 55px;
	}
}
@media (min-width: 1200px) {
	#why_we .why_we_item {
		padding: 0 40px 5px 40px;
	}
	#why_we [class*='we_img'] {
		background-position: 30px 5px;
	}
	#why_we .col-md-8 img {
		height: 680px;
		width: initial;
	}
}
/* Our Works
======================================*/
#our_works {
	padding: 5px 0 15px;
	background: #fff;
}
#our_works .img-responsive {
	border-radius: 10px;
	width: 100%;
	height: 288px;
}
#our_works .works_slide {
	position: relative;
	display: block;
	margin: 10px 0;
}
#our_works .works_slide .works_slide_hover {
	transition: all 0.25s;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.65);
	border-radius: 10px;
	text-align: center;
}
#our_works .works_slide .works_slide_hover .works_slide_hover_content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#our_works .works_slide .works_slide_hover .works_slide_hover_content p {
	margin-top: 40px;
}
#our_works .works_slide:hover .works_slide_hover {
	opacity: 1;
}
#our_works .owl-nav {
	position: absolute;
	top: -55px;
	right: -10px;
}
#our_works .owl-nav [class*=owl-] {
	transition: all 0.25s;
	color: #333;
	font-size: 20px;
	margin: 0px 7px;
	padding: 0;
	background: transparent;
}
#our_works .owl-nav [class*=owl-]:hover {
	color: #41b649;
}
#our_works .owl-dots {
	margin-top: 5px;
	text-align: right;
}
@media (max-width: 480px) {
	#our_works .works_slide > img {
		width: 100%;
	}
}
/* Steps
======================================*/
#stages {
	padding-bottom: 50px;
}
#stages .col-md-3 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 150px;
}
#stages .col-md-3 .flex-end {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}
#stages .col-md-3 .flex-end h4 {
	margin-bottom: 30px;
}
#stages .col-md-3 .flex-start {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
#stages .col-md-1 img {
	position: absolute;
	height: 180px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#stages h4 {
	font-size: 17px;
	font-weight: bold;
}
#stages p {
	font-size: 11px;
}
#stages [class*='stage_bg'] {
	background-position: center center;
	background-repeat: no-repeat;
}
#stages .stage_bg_1 {
	background-image: url(../img/calc.png);
}
#stages .stage_bg_2 {
	background-image: url(../img/correct.png);
}
#stages .stage_bg_3 {
	background-image: url(../img/dropper.png);
}
#stages .stage_bg_4 {
	background-image: url(../img/pen.png);
}
#stages .stage_bg_5 {
	background-image: url(../img/hryvna.png);
}
#stages .stage_bg_6 {
	background-image: url(../img/hands.png);
}
@media (max-width: 768px) {
	#stages .col-md-1 {
		display: none;
	}
	#stages .col-md-3,
	#stages .col-md-4 {
		height: 200px;
		background-position-y: 70%;
	}
	#stages .col-md-3 .flex-end,
	#stages .col-md-4 .flex-end {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
}
@media (max-width: 992px) {
	#stages .text-center .col-md-1:nth-child(4),
	#stages .text-center .col-md-1:nth-child(8) {
		display: none;
	}
}
@media (min-width: 768px) {
	#stages {
		padding: 30px 0 40px;
	}
	#stages .col-md-3 {
		height: 180px;
	}
}
/* Info
======================================*/
#info {
	background: #fff;
	padding: 15px 0;
}
#info .row .col-md-12 {
	padding-right: 70px;
	font-size: 13px;
	padding-left: 0;
}
#info .row .col-md-12:first-child {
	margin-bottom: 40px;
}
@media (min-width: 992px) {
	#info .row .col-md-12:first-child {
		padding-left: 0;
		margin-bottom: 0;
	}
}
/*#special {
padding-bottom: 100px;

.col-md-12 .bg_white_bordered { height: 614px }

.col-md-6,
.col-md-12{
padding-left: 0;
}

.inner_content {
position: relative;
height: 270px;
margin: 170px 0 0 80px;

h3 { font-size: 36px }

p {
font-size: 31px;

span { font-size: 72px }
}
}

@media @min-desktop and @max-desktop-lg {
.col_1x [class*=bg_item] {
padding: 20px 15px;
}
}

@media @max-desktop {
.col-md-12 [class*=bg_item] { background-position: right center }
.col_1x [class*=bg_item] {
padding: 80px 35px 140px;
background-position: 50% 10%;
}
}

@media @min-desktop {
.inner_content {
margin: 170px 0 0 80px;
}
}

@media @max-desktop-lg {
[class*=bg_item] {
display: block;
}
}
}*/
/* Gallery
======================================*/
#gallery {
	padding-bottom: 100px;
}
/* #gallery #posts {
	overflow: hidden;
} */
#gallery #filters,
#gallery .works_slide {
	padding-left: 0;
}
#gallery #filters {
	margin: 15px 0 10px;
}
#gallery #filters .list-inline {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#gallery #filters .btn {
	margin-bottom: 8px;
	font-size: 12px;
	color: #909090;
	border: 1px solid #909090;
	background: transparent;
	box-shadow: none;
	transition: all 0.25s;
}
#gallery #filters .btn:hover,
#gallery #filters .btn.active {
	color: #fff;
	background: #41b649;
	border-color: #41b649;
}
@media (max-width: 1200px) {
	#gallery #filters .list-inline {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#gallery #filters .list-inline li {
		margin-bottom: 10px;
	}
}
@media (min-width: 1200px) {
	#gallery #filters .list-inline {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
#gallery .works_slide {
	/* position: static !important; */
	display: block;
	padding-bottom: 15px;
}
#gallery .works_slide > img {
	width: 100%;
	border-radius: 10px;
}
#gallery .works_slide .works_slide_hover {
	transition: all 0.25s;
	width: 96.4%;
	height: 96.4%;
	opacity: 0;
	position: absolute;
	top: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.65);
	border-radius: 10px;
	text-align: center;
}
#gallery .works_slide .works_slide_hover .works_slide_hover_content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#gallery .works_slide .works_slide_hover .works_slide_hover_content p {
	margin-top: 40px;
}
#gallery .works_slide .works_slide_hover .works_slide_hover_content img {
	width: 30px;
}
@media (min-width: 480px) {
	#gallery .works_slide .works_slide_hover {
		width: 97.6%;
		height: 97.6%;
	}
}
@media (min-width: 768px) {
	#gallery .works_slide .works_slide_hover {
		width: 185px;
		height: 185px;
	}
}
#gallery .works_slide:hover .works_slide_hover {
	opacity: 1;
}
/* Footer
======================================*/
footer {
	padding-top: 15px;
	background: #333333;
}
footer h3 {
	color: #fff;
	margin-top: 5px;
}
footer [class*='col-md'] {
	padding-left: 0;
}
footer img {
	margin-top: 25px;
}
footer .col-md-12 ul {
	margin-top: 10px;
}
footer ul {
	list-style: disc inside;
	padding-left: 0;
}
footer ul a {
	text-decoration: none;
	line-height: 30px;
}
footer dl {
	margin-top: 20px;
}
footer dl dt {
	color: #fff;
	margin-bottom: 10px;
}
footer dl dd {
	margin-bottom: 15px;
	font-size: 13px;
}
footer .f_map_link {
	text-decoration: underline;
	font-size: 13px;
	background: url(../img/ic_my_location_white_24dp.png) no-repeat 0 50%;
}
footer .f_map_link a {
	color: #fff;
	padding-left: 30px;
}
footer .f_bottom {
	margin-top: 50px;
	padding: 10px 0 0px;
	background: #282828;
}
@media (min-width: 992px) {
	footer li {
		height: 25px;
	}
	footer dl dt {
		margin-bottom: 5px;
	}
	footer dl dd {
		line-height: 16px;
	}
	footer .f_bottom {
		margin-top: 15px;
	}
}
/* Contact Form
======================================*/
.contact_form .bg_white_bordered {
	padding-bottom: 15px;
}
.contact_form [class*='col-md-'] {
	padding: 5px 50px;
}
.contact_form p {
	margin: 0;
}
.contact_form h2 {
	margin: 0 0 8px;
	font-size: 22px;
}
.contact_form a {
	transition: all 0.25s;
	color: #333;
}
.contact_form a:hover {
	color: #41b649;
}
.contact_form [class*='contact_form_'] p:first-child {
	margin-bottom: 10px;
}
.contact_form_adress {
	margin-top: 20px;
}
.contact_form_phone {
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact_form form {
	margin-top: 35px;
}
.contact_form button[type='submit'],
.contact_form button[type='button'] {
	border: 0;
}
.contact_form button[type='submit']:focus,
.contact_form button[type='button']:focus {
	outline: none;
}
.contact_form .submit_group {
	margin: -70px 15px 0;
}
.contact_form .submit_group input[type='file'] {
	margin-top: 20px;
}
.contact_form .submit_group button {
	border-radius: 100%;
}
.contact_form .submit_group button i {
	font-size: 20px;
	padding: 4px 0 6px;
}
.contact_form div#fox-container-m164 .control-group {
	margin-bottom: 15px;
}
.contact_form div#fox-container-m164 .fox-form-stacked input[id*=fox-],
.contact_form div#fox-container-m164 .fox-form-stacked textarea,
.contact_form div#fox-container-m164 .fox-form-stacked .controls {
	width: 100%;
}
.contact_form div#fox-container-m164 .fox-form-stacked .help-block,
.contact_form div#fox-container-m164 .fox-form-stacked .control-label,
.contact_form div#fox-container-m164 .fox-form-stacked .moduletable h3,

div#fox-container-m173 .fox-form-stacked .help-block,
div#fox-container-m173 .fox-form-stacked .control-label,
div#fox-container-m173 .fox-form-stacked .moduletable h3 {
	display: none;
}
.contact_form div#fox-container-m164 .fox-form-stacked .control-group input,
.contact_form div#fox-container-m164 .fox-form-stacked .control-group textarea,

div#fox-container-m173 .fox-form-stacked .control-group input,
div#fox-container-m173 .fox-form-stacked .control-group textarea {
	padding: 15px 20px;
	background: #f3f3f3;
	border: 1px solid #e7e7e7;
}
.contact_form div#fox-container-m164 .fox-form-stacked .control-group input:focus,
.contact_form div#fox-container-m164 .fox-form-stacked .control-group textarea:focus,
.contact_form div#fox-container-m164 .fox-form-stacked .control-group input:active,
.contact_form div#fox-container-m164 .fox-form-stacked .control-group textarea:active,

div#fox-container-m173 .fox-form-stacked .control-group input:focus,
div#fox-container-m173 .fox-form-stacked .control-group textarea:focus,
div#fox-container-m173 .fox-form-stacked .control-group input:active,
div#fox-container-m173 .fox-form-stacked .control-group textarea:active {
	background: #fff;
	box-shadow: none;
}
.contact_form div#fox-container-m164 .fox-form-stacked .submit-button,
div#fox-container-m173 .fox-form-stacked .submit-button {
	background: #41b649;
	color: #fff;
	border-radius: 20px;
	border: 0;
	margin-right: 0;
    text-shadow: none;
	transition: all .25s;
}
.contact_form div#fox-container-m164 .fox-form-stacked .submit-button:hover,
.contact_form div#fox-container-m164 .fox-form-stacked .submit-button:active,
.contact_form div#fox-container-m164 .fox-form-stacked .submit-button:focus,

div#fox-container-m173 .fox-form-stacked .submit-button:hover,
div#fox-container-m173 .fox-form-stacked .submit-button:active,
div#fox-container-m173 .fox-form-stacked .submit-button:focus {
	background: #2d7e32;
}
.contact_form div#fox-container-m164 .fox-form-stacked .submit-button i {
	font-size: 20px;
	padding: 6px 0 8px;
	color: #fff;
}
.contact_form div#fox-container-m164 .fox-item-submit .controls {
	text-align: right;
	float: right;
}
.contact_form div#fox-container-m164 #fox-m164-attachments-box {
	/* position: absolute; */
	bottom: 15px;
}
#map {
	padding-bottom: 50px;
}
#map img {
	border-radius: 10px;
}
#map .overlay {
	background: transparent;
	position: relative;
	width: 100%;
	height: 550px;
	top: 550px;
	margin-top: -550px;
}
/* About Us
======================================*/
#about_us p {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}
#about_us li {
	
	font-size: 20px;
}
@media (min-width: 1200px) {
	/* #about_us p {
		padding-left: 140px;
		padding-right: 140px;
	} */
}
/* Modal Window
======================================*/
.online-order_form {
    background: #ececec;
    border-top: 1px solid #c7c7c7;
	padding-bottom: 25px;
}

.online-order_form .form-control {
	background: #fff;
}

.online-order_form .of_foot_submit {
	margin-top: 20px;
}

.online-order_form .btn-default {
	background: transparent;
}

.modal-title {
	font-size: 21px;
	font-weight: bold;
}
.modal-header .close span {
	border: 1px solid #000;
	border-radius: 100%;
	padding: 0px 6px 0px 5px;
}
.online-order_form .text-muted span {
	font-size: 14px;
	font-weight: 600;
	color: #333;
}
.modal-body_price {
	color: #41b649;
}
.modal-body_price span {
	color: #41b649 !important;
}
.online-order_form .radio-inline {
	margin-left: 5px;
}
.online-order_form .btn.active .r_active {
	display: inline-block;
}
.online-order_form form {
	margin-top: 25px;
}
.online-order_form textarea {
    height: 82px;
}
.online-order_form button.btn[type='button'] {
	color: #41b649;
}
.online-order_form .dl-horizontal dt {
	width: 70px;
	text-align: left;
}
.online-order_form .dl-horizontal dd {
	margin-left: 70px;
	margin-bottom: 5px;
}
.online-order_form button[type='submit'],
.online-order_form button[type='button'] {
	border: 0;
}
.online-order_form button[type='submit']:focus,
.online-order_form button[type='button']:focus {
	outline: none;
}
.online-order_form .btn.active,
.online-order_form .btn:active {
	box-shadow: none;
}
.online-order_form .btn:not(.active) .r_active,
.online-order_form .btn.active .passive {
	display: none;
}
.online-order_form button[type='submit'] {
	color: #fff;
	background: #41b649;
	font-weight: bold;
	border-radius: 30px;
	padding: 10px 30px;
}
.online-order_form button[type='submit']:hover {
	background: #34903a;
}

.of_file-input {
	padding-left: 7px;
}

/* Inner Page Item Info
======================================*/
.expanded {
	height: auto !important;
}
#inner-main .inner_info {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* height: 74px; */
	overflow: hidden;
	margin-bottom: 1px;
}

#inner-main .inner_info:before,
#inner-main .inner_info:after {
	display: none;
}

#inner-main .inner_info > div {
	position: relative;
	padding: 25px 20px;
}
#inner-main .inner_info > div:after {
	position: absolute;
	background: #eaeaea;
	content: "";
	right: 5px;
	top: 0;
	bottom: 0;
	width: 1px;
}
@media (max-width: 768px) {
	#inner-main .inner_info > div:nth-child(1):after,
	#inner-main .inner_info > div:nth-child(3):after,
	#inner-main .inner_info > div:nth-child(5):after {
		display: none;
	}
}
@media (min-width: 1200px) {
	#inner-main .inner_info > div:last-child:after {
		display: none;
	}
}
@media (max-width: 1200px) {
	#inner-main .inner_info > div {
		border-bottom: 1px solid #eaeaea;
	}
	#inner-main .inner_info > div:nth-child(2):after,
	#inner-main .inner_info > div:nth-child(4):after {
		display: none;
	}
	#inner-main .inner_info > div:last-child {
		border-bottom: none;
	}
}
#inner-main .inner_info p,
#inner-main .inner_info li {
	font-size: 13px;
}
#inner-main .inner_info ul {
	padding-left: 20px;
}
#inner-main .inner_info-title {
	height: 34px;
}

.inner_info > [class*="col-"] p:not(.inner_info-title),
.inner_info > [class*="col-"] small {
	padding-left: 33px;
}

#inner-main .inner_info img {
	float: left;
	width: 21px;
	margin-right: 12px;
}
#inner-main .inner_info a {
	transition: all 0.25s;
	border-bottom: 1px dashed #909090;
	text-decoration: none;
}
#inner-main .inner_info a:hover {
	border-bottom-color: #41b649;
}
#inner-main .col-xs-2 {
	margin-bottom: 15px;
	padding-left: 5px;
}
#inner-main .expand-toggle {
	cursor: pointer;
	color: #41b649;
	background: #fff;
	padding: 3px 20px;
	border-radius: 0 0 7px 7px;
}
/* Price Table
======================================*/
#price-table {
	padding: 0;
}
#price-table > div {
	margin-bottom: 30px;
}
#price-table h4 {
	padding: 20px 40px;
}
#price-table h4 b {
	font-size: 21px;
}
#price-table tbody tr:first-child td {
	border-top: 0;
}
#price-table tbody tr td:nth-child(n+3) {
	color: #41b649;
}
#price-table tr td {
	padding-top: 12px;
	padding-bottom: 12px;
}
#price-table tr td:first-child {
	padding-left: 40px;
}
#price-table tr td span {
	font-weight: bold;
	font-size: 1.15em;
}
.aside {
	padding-right: 0;
}
.aside .order-steps {
	margin: 15px 0 40px;
}
.aside .order-steps > div {
	position: relative;
	height: 135px;
	margin-bottom: 40px;
	padding-top: 15px;
	padding-left: 100px;
	background-position: left top;
	background-repeat: no-repeat;
}
.aside .order-steps > div:nth-child(1) { background-image: url('../img/order_steps_1.png') }
.aside .order-steps > div:nth-child(2) { background-image: url('../img/order_steps_2.png') }
.aside .order-steps > div:nth-child(3) { background-image: url('../img/order_steps_3.png') }

.order-steps.shatri-order > div:nth-child(1) { background-image: url('../img/shatri-palatki/shatri-order_img-1.png') }
.order-steps.shatri-order > div:nth-child(2) { background-image: url('../img/shatri-palatki/shatri-order_img-2.png') }
.order-steps.shatri-order > div:nth-child(3) { background-image: url('../img/shatri-palatki/shatri-order_img-3.png') }

.aside .order-steps > div:after {
	content: "";
	position: absolute;
	background-image: url('../img/dot.png');
	top: 85px;
	left: 32px;
	width: 25px;
	height: 80px;
}
.aside .order-steps > div:last-child:after {
	display: none;
}
.aside .col_1x {
	height: 300px;
}
/* Our Products
======================================*/
#our_products {
	padding-bottom: 50px;
}
#our_products .title {
	border-bottom: 2px solid #eee;
	margin: 0 15px 20px;
}
#our_products .title h1 {
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: -2px;
	border-bottom: 2px solid #41b649;
}
#our_products a.col-md-6 {
	text-decoration: none;
}
#our_products a.col-md-6 .bg_white_bordered {
	transition: all 0.25s;
	height: 235px;
}
#our_products a.col-md-6:hover .bg_white_bordered {
	background: #eaeaea;
}
#our_products a.col-md-6 .img-circle {
	width: 140px;
}
#our_products a.col-md-6 .divider {
	margin-top: 10px;
}
#our_products a.col-md-6 h4 {
	margin-top: 5px;
}
/* Promo Banner
======================================*/
@media (min-width: 992px) {
	/* .col_full {
	height: 580px;
} */
}

.akciya-promo-flags.promo-bg 	{ background: url(/images/akciya-bg.png) no-repeat }
.akciya-promo-flags.ukr-flag-bg { background: url(/images/ukraine_flag_bg.png) no-repeat }



.akciya-promo-flags {
	position: relative;
	display: block;
	padding: 30px;
	overflow: hidden;
	border-radius: 8px;
	max-width: 572px;
	text-decoration: none !important;
}

@media (min-width: 768px) {
	.akciya-promo-flags { margin-left: 15px }
}

.akciya-promo-flags:hover p,
.akciya-promo-flags:focus p,
.akciya-promo-flags:active p {
	text-decoration: none;
}
.akciya-promo-flags-head,
.akciya-promo-flags-p,
.akciya-promo-flags-price {
	display: block;
	color: #fff;
}
.akciya-promo-flags-head {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}
.akciya-promo-flags-p {
	font-size: 13px;
}
.akciya-promo-flags-price {
	position: absolute;
	right: 40px;
	bottom: 10px;
	font-size: 30px;
}
.akciya-promo-flags-price span {
	font-size: 72px;
	font-weight: bold;
}

@media (max-width: 758px) {
	header {
	    padding: 300px 0 0 0;
        background-position-y: 50px;
	}

	.akciya-promo-flags-head { font-size: 16px }

	.akciya-promo-flags-price {
	    right: 20px;
	    bottom: 0px;
	    font-size: 16px;
	}

	.akciya-promo-flags-price span { font-size: 32px }
}

/* Ukraine Flags Price Table
======================================*/
.ukr-price-image-big {
	border: 0;
	height: 360px;
	background: url(/images/ukraine_flag_bg.png) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.ukr-price-image-big-inner {
	padding-left: 65px;
	padding-right: 115px;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.ukr-price-image-big-inner-left-head {
	color: #f1cf00;
	font-size: 42px;
	font-weight: 700;
	line-height: 42px;
}

.ukr-price-image-big-inner-left-text {
	color:  #fff;
	font-size: 16px;
}

.ukr-price-image-big-inner-left-text.bold {
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: 20px;
}

.ukr-price-image-big-inner-right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.ukr-price-image-big-inner-right-text {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
}

.ukr-price-image-big-inner-right-text span {
	font-size: 86px;
}

/* -------------------------------- */

.ukr-price-table-block {
	border: 0;
	background: url(/images/ukr-price-table-block-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: 0 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.ukr-price-table-block-left {
	padding: 70px 0 0 70px;
}

.ukr-price-table-block-left-head {
	color: #f1cf00;
	font-size: 30px;
	font-weight: 700;
	line-height: 42px;
}

.ukr-price-table-block-left-subhead {
	font-size: 16px;
	color: #fff;
	font-weight: 700;

}

.ukr-price-table-block-left-text {
	font-size: 16px;
	color: #fff;
}

.ukr-price-table-block .table>thead {
	text-align: center;
}

.ukr-price-table-block .table>thead>tr.active>td {
	background: #47629d;
	color: #fff;
}

.ukr-price-table-block .table>tbody>tr>td {
	color: #fff;
	padding: 40px 28px !important;
}

.ukr-price-table-block-right .table {
	margin-bottom: 0;
	border-left: 1px solid rgba(245, 245, 245, .15);
}

.ukr-price-table-block-right .table-hover>tbody>tr:hover,
.ukr-price-table-block-right .table>tbody>tr.active>td,
.ukr-price-table-block-right .table>tbody>tr.active>th,
.ukr-price-table-block-right .table>tbody>tr>td.active,
.ukr-price-table-block-right .table>tbody>tr>th.active,
.ukr-price-table-block-right .table>tfoot>tr.active>td,
.ukr-price-table-block-right .table>tfoot>tr.active>th,
.ukr-price-table-block-right .table>tfoot>tr>td.active,
.ukr-price-table-block-right .table>tfoot>tr>th.active,
.ukr-price-table-block-right .table>thead>tr.active>td,
.ukr-price-table-block-right .table>thead>tr.active>th,
.ukr-price-table-block-right .table>thead>tr>td.active,
.ukr-price-table-block-right .table>thead>tr>th.active {
    background-color: rgba(245, 245, 245, .15);
}

.ukr-price-table-block-price {
	color: #f1cf00 !important;
	text-decoration: underline;
}

.ukr-price-table-block-right .table>tbody>tr>td,
.ukr-price-table-block-right .table>tbody>tr>th {
    text-align: center;
	border-top: 1px solid rgba(245, 245, 245, .15);
}

.price-table-left {
	margin: 50px 0 50px 50px;
}

.price-table-left__title {
	font-size: 36px;
	font-weight: 700;
	line-height: .7em;
}

.price-table-left__subtitle {
	font-size: 16px;
	font-weight: 700;
}

.price-table-left__image-block__wrapp {
	margin-top: 25px;
}

.price-table-left__image-block {
	margin-right: 20px;
}

.price-table-left__image-block > img {
	margin-bottom: 10px;
}

.price-table-left__image-block > p {
	line-height: 1em;
}

.table-shatri > table,
.table-palatki > table {
	margin-bottom: 0;
    border-left: 1px solid #ddd;
}

.table-shatri tbody > tr > td {
    padding: 27px 8px;
}

.table-palatki tbody > tr > td {
	padding: 15px 8px;
}

.shatri_text-wrapp {
	font-size: 14px;
	margin: 30px;
}

/* ----------- OUR PRODUCTS ----------- */
.products-heading {
    margin: 30px 0;
    font-size: 24px;
    font-weight: 700;
}

.products-row {
    margin-left: -15px;
    margin-right: -15px;
}

.product-block {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.product-block > img {
    width: 100%;
    border-radius: 10px;
}

.product-block:hover .product-block-overlay {
    opacity: 1;
}

.product-block-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 10px;
    transition: all .25s;
}

.product-block-title-wrapp {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 0 0 10px 10px;
}

.product-block-title {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 75px;
    font-weight: 700;
}
/* ----------- /OUR PRODUCTS ----------- */
.col-md20 {
	width: 24%;
	float: left;
	/* padding-left: 15px; */
	/* padding-right: 15px; */
	margin: 0 15px;
}

@media (min-width: 992px) {
	.col-md20 {
		width: 22%;
	}
}


.street-flags-top {
  height: 600px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.street-flags-top img {
  max-width: 100%;
  max-height: 100%;
  padding: 10px;
}

.row_street-flags {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
  margin-left: -5px;
  margin-right: -5px;
	position: relative;
}

.row_street-flags:before,
.row_street-flags:after {
  display: none;
}

.row_street-flags>[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.mrgn-tp {
	margin-top: 50px;
}

.plashka {
	width: 98.2%;
	position: absolute;
	height: 50px;
	line-height: 50px;
	z-index: 10;
	text-align: center;
	font-size: 26px;
	color: white;
	left: 5px;
}

.recomended {
	top: 718px;
  background: #86dd75;
}

.variants {
	top: 890px;
	background: #f9bd83;
}

.possible {
	top: 1170px;
	background: #8190c8;
}

.row_street-flags .bg_white_bordered {
  height: 100%;
  padding: 10px;
}

.row_street-flags .bg_white_bordered img {
  max-width: 100%;
}

.row_street-flags h1 {
  font-size: 33px;
  font-weight: 700;
  text-align: center;
	height: 125px!important;
}

.pechat1-img {
	display: flex;
	align-items: center;
}

.pechat1-img img {
	height: 200px;
}

.blcks-pechat1 {
	width: 75.806%;
	margin: 0 auto 30px;
	display: flex;
	background: white;
	padding: 25px 0 50px;
	border: 1px solid #bfc0c1;
	border-radius: 7px;
	box-shadow: 0 12px 14px rgba(0, 0, 0, 0.12), 0 12px 14px rgba(0, 0, 0, 0.12);
}

.blcks-pechat2 {
	width: 100%;
	background: white;
	display: flex;
	justify-content: center;
}

.pechat2-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 75.806%;
	margin: 20px 0;
}

.pechat2-img {
	min-width: 200px;
	width: 25%;
}
.pechat2-img img {
	width: 95%;
	height: 200px;
}

.pechat1-info p:nth-child(1) {
	background-color: #41b649;
	border-radius: 5px 0px 0px 5px;
	font-size: 24px;
	font-weight: 400;
	color: white;
	height: 54px;
	line-height: 54px;
	text-indent: 20px;
}

.pechat1-info p:nth-child(2) {
	margin: 50px 20px 0 20px;
	font-size: 20px;
	font-weight: 400;
	color: #151515;
}

.pechat1-info p:nth-child(2) span {
	color: #41b649;
}

.pechat1-img {
	margin: 0 10px 0 20px;
}
.pechat3-main {
	width: 75.806%;
  margin: 20px auto;
  display: flex;
	justify-content: space-between;
}
.left-blck-pechat3, .right-blck-pechat3 {
	width: 48%;
	height: 587px;
	background: white;
	border: 1px solid #bfc0c1;
	box-shadow: 0 12px 14px rgba(0, 0, 0, 0.12), 0 12px 14px rgba(0, 0, 0, 0.12);
	border-radius: 7px;
}
.left-blck-pechat3 p, .right-blck-pechat3 p {
	width: 94%;
	background-color: #41b649;
	border-radius: 0px 5px 5px 0px;
	font-size: 24px;
	font-weight: 400;
	color: white;
	padding: 12px 0 12px 20px;
	line-height: 25px;
	margin: 25px 0 0 0;
}
.right-blck-pechat3 p {
	padding: 12px 40px 12px 20px;
}
.pechat3-main ul {
	font-size: 18px;
	font-weight: 400;
	color: #151515;
}
.pechat3-main li {
	margin: 30px 0;
	width: 80%;
}
.blcks-pechat4 {
	width: 75.806%;
	margin: 0 auto 35px;;
	background: white;
	border: 1px solid #bfc0c1;
	border-radius: 7px;
	box-shadow: 0 12px 14px rgba(0, 0, 0, 0.12), 0 12px 14px rgba(0, 0, 0, 0.12);
}
.pechat4-title {
	border-top: 1px solid transparent;
}
.blcks-pechat4 p {
	width: 90%;
	margin: 30px 0 15px;
	padding: 5px 0;
	font-size: 24px;
	font-weight: 400;
	background-color: #41b649;
	color: white;
	text-indent: 20px;
  border-radius: 0px 5px 5px 0px;
}
.pechat4-list-img {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px 0
}
.pechat4-list-img ul {
	width: 50%;
	margin: 0 0 0 15px;
	min-width: 300px;
}
.pechat4-list-img li {
	margin: 10px 0;
	font-size: 18px;
	font-weight: 400;
}
.pechat4-list-img div {
	width: 30.051%;
	min-width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 102px;
	background-color: #ececec;
}
.pechat4-list-img div img {
	height: 218px;
}
.blcks-pechat5 {
	background-color: #ececec;
	margin: 0 0 50px 0;
}
.blcks-pechat5 p {
	width: 63%;
	margin: 0 auto;
	text-align: center;
	color: #151515;
	font-size: 24px;
}
.blcks-pechat5 span {
	color: #41b649;
	font-size: 36px;
}
.blcks-pomeshcheniya {
	width: 75.806%;
  margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blcks-pomeshcheniya-left {
	width: 63%;
	min-width: 500px;
	background-color: white;
	border: 1px solid #bfc0c1;
	border-radius: 5px;
	box-shadow: 0 12px 14px rgba(0, 0, 0, 0.12), 0 12px 14px rgba(0, 0, 0, 0.12);
}
.blcks-pomeshcheniya-right {
	width: 35%;
	min-width: 300px;
	background-color: white;
	border: 1px solid #bfc0c1;
	border-radius: 5px;
	box-shadow: 0 12px 14px rgba(0, 0, 0, 0.12), 0 12px 14px rgba(0, 0, 0, 0.12);
}
.title-pomeshcheniya {
	width: 90%;
	padding: 10px 0 10px 15px;
	margin: 15px 0 30px;
	/* text-indent: 15px; */
	font-size: 25px;
	font-weight: 400;
	color: white;
	background-color: #41b649;
	border-radius: 0px 5px 5px 0px;
}
.examples {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.exampl {
	width: 45%;
	min-width: 280px;
	margin: 20px 10px;
	text-align: center;
}
.exampl img {
	padding: 30px 0;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.exampl-vertical img {
	padding: 0 20px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.exampl p {
	margin: 30px auto;
	font-size: 22px;
	font-weight: 400;
}
.exampl-right {
	text-align: center;
}
.exampl-right-info {
	background-color: #41b649;
	border-radius: 10px 0px 0px 10px;
	margin: 0 0 0 20px;
}
.exampl-right-info p {
	margin: 30px 0 0 20px;
	color: white;
	font-size: 24px;
	font-weight: 400;
}
.exampl-right-info ul {
	margin: 0 0 10px;
	border: 1px solid transparent;
}
.exampl-right-info li {
	width: 80%;
	margin: 5px 0;
	color: white;
	font-size: 16px;
	font-weight: 400;
}
.exampl-right-info li:last-child {
	margin: 0 0 10px;
}
.blcks-pomeshcheniya-1 {
	width: 75.806%;
  margin: 0 auto 30px;
  background: white;
  padding: 25px 0 0;
  border: 1px solid #bfc0c1;
  border-radius: 7px;
  box-shadow: 0 12px 14px rgba(0, 0, 0, 0.12), 0 12px 14px rgba(0, 0, 0, 0.12);
}
.three-elem-blck {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.for-three {
	width: 30%;
}
.recomended-blck {
	width: 75.806%;
	display: flex;
	justify-content: space-around;
	align-items: center;
  margin: 0 auto 30px;
  background: white;
  /* padding: 25px 0 0; */
  border: 1px solid #bfc0c1;
  border-radius: 7px;
  box-shadow: 0 12px 14px rgba(0, 0, 0, 0.12), 0 12px 14px rgba(0, 0, 0, 0.12);
}
.recomended-blck p:nth-child(1) {
	color: #41b649;
	font-size: 25px;
	font-weight: 400;
}
.recomended-blck p:nth-child(2) {
	color: #151515;
	font-size: 24px;
	font-weight: 400;
}
.recomended-blck img {
	height: 120px;
	margin: 15px 0;
}
.additional-inf {
	width: 75.806%;
  margin: 0 auto 30px;
  background: white;
  padding: 25px 0 0;
  border: 1px solid #bfc0c1;
  border-radius: 7px;
  box-shadow: 0 12px 14px rgba(0, 0, 0, 0.12), 0 12px 14px rgba(0, 0, 0, 0.12);
}
.additional-inf__blck {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.blck--text {
	width: 20%;
	min-width: 200px;
	margin: 20px 10px 0;
	font-size: 20px;
	font-weight: 400;
	color: #151515;
}
.green-check {
	list-style-image: url('/images/check.png')!important;
}
.orange-check {
	list-style-image: url('/images/check-2.png')!important;
}

.row_street-flags h2 {
  margin-top: 0;
  font-size: 27px;
  font-weight: 700;
}

.row_street-flags .mt-10 {
  margin-top: 10px;
}

.row_street-flags .mb-20 {
  margin-bottom: 20px;
	font-size: 18px;
}

.row_street-flags .mb-30 {
  margin-bottom: 30px;
	font-size: 26px;
}

.row_street-flags .col-sm-24 h2 {
	margin-top: 48px;
}

.row_street-flags ul {
  padding-left: 20px;
  font-size: 22px;
}

.street-flags-bot-text {
  margin-top: 20px;
  font-size: 20px;
}

.street-flags-bot-text span {
  color: #dc4a4a;
}

.navbar-default .navbar-nav > li {
	margin-right: 15px;
	margin-top: 2px;
	border-radius: 30px;
	background-color: #41b649;
	transition: background .25s ease;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    margin-top: 3px;
    padding: 10px 35px 10px 45px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:focus:active {
    color: #fff;
}

.navbar-default .navbar-nav > li:hover {
	background-color: #63c76a;
}

.nav-affix-toolbar {
	display: none;
	float: right;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 15px;
	text-align: right;
}

.nav-affix-toolbar .header-icon {
	height: 12px;
	margin-right: 3px;
}

.nav-affix-toolbar li,
.nav-affix-toolbar a {
	font-size: 14px;
	color: #909090;
}

.navbar.affix .nav-affix-toolbar {
	display: block;
}

#stages .col-md-1.col-sm-4 {
	position: relative;
	height: 180px;
}

.info-delivery {
	position: relative;
}

.info-delivery-img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* ///////////////flashki page/////////////////////// */
.txt-flashki-1-screen {
	font-size: 20px;
	font-weight: 24px;
}
.categoriest-title {
	color: #41b649;
	font-size: 20px;
	font-weight: 400;
}
.categoriest-list {
	width: 80%;
	margin: 0 0 10px!important;
}
.categoriest-list li {
	display: inline-block;
	padding: 5px 15px;
	/* border-radius: 5px; */
	height: 32px;
  line-height: 22px;
  background-color: #63c161;
  border-radius: 10px;
  list-style-type: none;
	color: white!important;
	margin: 10px 0!important;
}
.content-blck__title {
	width: 70%;
	margin: 30px 0;
	padding: 10px 15px;
	/* text-indent: 15px; */
	max-width: 820px;
	background-color: #41b649;
	color: white;
	border-radius: 0px 5px 5px 0px;
	font-family: 'GothamProBold';
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
}
.content-blck:not(:first-child) .content-blck__title {
	font-family: 'GothamProRegular';
	font-weight: 400;
}
.flashki-description {
	margin: 0 25px 30px;
}
.flashki-description__txt {
	margin: 15px 0;
	font-size: 20px;
	font-weight: 400;
}
.flashki-description__list-flags {
	padding: 0;
}
.flashki-description__list-flags li {
	padding: 15px 0;
	text-indent: 30px;
	list-style-type: none;
	background: url('../img/flag-green.png');
	background-repeat: no-repeat;
	background-position: 0 20px;
	font-family: 'GothamProBold';
	font-size: 18px;
	font-weight: 400;
}
.txt-right {
	text-align: right;
}
.examples-oneside-print {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
.examples-oneside-print>div {
	width: 30%;
	min-width: 200px;
	max-width: 328px;
	margin: 0 35px;
	display: flex;
	text-align: center;
}
.examples-oneside-print img {
	height: 173px;
	margin: 0 0 25px 0;
}
.examples-oneside-print p {
	color: white;
	background-color: #41b649;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}
.examples-oneside-print__2photo {
	display: flex;
	justify-content: space-around;
}
.examples-oneside-print__1photo {
	flex-direction: column;
}
.two-photo--element {
	width: 40%;
	margin: 0 10px;
}
.titles-for-examples p {
	display: inline-block;
	width: 49%;
	font-size: 20px;
	text-align: center;
}
.example-horizontal {
	display: inline-block;
	background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: white;
	padding: 30px 0;
	margin: 10px 20px;
}
.example-horizontal img {
	width: 232px;
	height: 175px;
}
.example-vertical {
	display: inline-block;
	background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: white;
	padding: 0 30px;
	margin: 10px 1.5%;
}
.example-totheleft {
	margin-right: 4%;
}
.example-totheright {
	margin-left: 4%;
}
.example-vertical img {
	width: 164px;
	height: 228px;
}
.example-vertical p {
	text-align: center;
	margin: 10px 0 10px;
	color: white;
	background-color: #41b649;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}
.left-additional {
	width: 40%;
	min-width: 350px;
	display: inline-block;
	vertical-align: top;
}
.right-additional {
	width: 59%;
	min-width:500px;
	display: inline-block;
}
.left-additional__title {
	font-size: 24px;
	font-weight: 800;
}
.left-additional__options-txt {
	font-size: 20px;
	font-weight: 400;
}
.right-additional__example {
	margin: 0 2%;
	display: inline-block;
	text-align: center;
}
.right-additional__example img {
	height: 284px;
}
.right-additional__example p {
	margin: 30px 0 0;
	font-size: 24px;
	font-weight: 600;
}
.two-blcks-flaszhki {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.two-blcks-flaszhki div {
	width: 48%;
	min-width: 500px;
}
.two-blcks-flaszhki .content-blck__title {
	width: 85%;
}
.three-photos-girlyanda {
	display: flex;
	justify-content: space-between;
}
.three-photos-girlyanda img {
	min-width: 100px;
}
.birki-list {
	padding: 0;
}
.birki-list li {
	margin: 7px 0;
	list-style-type: none;
	font-size: 16px;
}
.vimpela-block {
	display: flex;
	justify-content: space-around;
}
.vimpela-block> div {
	width: 50%;
}
.vimpela-block> div:nth-child(1) img {
	display: inline-block;
}
.vimpela-block> div:nth-child(2) {
	padding-left: 2%;
}
.vimpela-block hr {
	width: 90%;
	margin-left: 0;
	margin-right: 0;
}
.vimpela-block__title {
	font-size: 24px;
	font-weight: 800;
}
.vimpela-block__list {
	padding: 0;
}
.vimpela-block__list li {
	margin: 15px 0;
	font-size: 20px;
	font-weight: 600;
	list-style-type: none!important;
}
.vimpela-block__example {
	display: inline-block;
	text-align: center;
}
.vimpela-block__example:not(:last-child) {
	margin-right: 7%;
}
.vimpela-block__example p {
	margin: 10px 0 30px;
	font-size: 20px;
	font-weight: 600;
}
/* ///////////////flashki page end/////////////////////// */
