/* --------------------------------
	Table of content
	
_HEADER
_MAINMENU
_HOME_PAGE
_CONTENT
_CAROUSEL
_CALCULATOR
_FOOTER
_FORMS
_POPUP
_COOKIE
_PRIOR
_MEDIA

-------------------------------- */
::-moz-selection {
    background: #3eabb5;
    color: white;
}
::selection {
    background: #3eabb5;
    color: white;
}
.home {
	opacity: 0;
	animation-name: smooth_fade_in;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}
body:not(.home) {
	opacity: 0;
	animation-name: smooth_fade_in;
	animation-duration: .5s;
	animation-fill-mode: forwards;
}
@-webkit-keyframes smooth_fade_in {
	0% {opacity: 0;}
	40% {opacity: 0.2;}
	100% {opacity: 1;}
}
@keyframes smooth_fade_in {
	0% {opacity: 0;}
	40% {opacity: 0.2;}
	100% {opacity: 1;}
}
.col-fl-12 {
	width: 100%;
}
.col-fl-12:after {
	content: '';
	display: table;
	clear: both;
}
.width-control {
	max-width: 1440px;
	padding: 0 15px;
	margin: 0 auto;
}
.width-control-0 {
	max-width: 1440px;
	margin: 0 auto;
}
.content-1300 {
	max-width: 1300px;
	margin: 0 auto;
}
.marginer-0 {
	margin: 0;
}
.paddinger-0 {
	padding: 0;
}
.grecaptcha-badge {right: -100% !important;}

/* --------------------------------
	_HEADER
-------------------------------- */
.site-header .width-control {
	position: relative;
}
.custom-logo-link:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.custom-logo-link:hover:before,
.custom-logo-link:focus:before {
	-o-animation: shine .75s;
	-moz-animation: shine .75s;
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-o-keyframes shine {
	100% {
		left: 125%;
	}
}
@-moz-keyframes shine {
	100% {
		left: 125%;
	}
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.custom-logo-link:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.custom-logo-link:hover:before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.custom-logo-link:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

.header-socs {
	position: absolute;
	right: 60px;
	top: 25px;
	font-size: 0;
}
.header-socs a {
	box-shadow: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	background-color: #56c49c;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	color: #fff;
}
.header-socs .fa {
	font-size: 22px;
	line-height: 32px;
}

/* --------------------------------
	_MAINMENU
-------------------------------- */
/* --------------------------------
	_HOME_PAGE
-------------------------------- */
.section-all {
	position: relative;
	overflow: hidden;
}
.section-all__inner {
	padding-top: 40px;
	padding-bottom: 40px;
}
.section-title {
	text-transform: uppercase;
	text-align: center;
	font-size: 32px;
}
.section-all .wp-block-columns {
	margin-bottom: 0;
}

.section-slider {}
.section-welcome {}
.section-priorities {}
.services-block {
	width: 100%;
	height: 100%;
	padding: 15px 0;
}
.services-block__inner {
	width: 100%;
	height: 100%;
	padding: 30px 20px 76px;
	position: relative;
	border: 2px solid;
	border-radius: 40px;
}
.services-block__title {
	font-size: 20px;
	font-weight: 600;
}
.services-block__title a {
	color: inherit;
	box-shadow: none;
}
.services-block__title span {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
.services-block__button {
	position: absolute;
	bottom: 30px;
	width: 100%;
	left: 0;
	text-align: center;
}
.services-block .bid-btn {
	text-align: center;
}

.services-block_white,
.services-block_white .services-block__title {
	color: #fff;
}
.services-block_white .services-block__inner {
	border-color: #fff;
}
.services-block_blue,
.services-block_blue .services-block__title {
	color: #3eabb5;
}
.services-block_blue .services-block__inner {
	border-color: #3eabb5;
}

.section-promo {}
.section-promo__img {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}
.section-promo__img img {
	max-width: 100%;
	margin: 0;
	height: auto;
}
.section-promo__text {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	max-width: 540px;
	margin: 0 auto;
	line-height: 28px;
}
.section-promo_buttons,
.section-promo_button {
	font-size: 0;
}
.section-promo_button {
	display: inline-block;
	vertical-align: middle;
	margin: 20px 20px 0 0;
	position: relative;
}
.section-promo_buttons .bid-btn {
	vertical-align: middle;
}

.slogan-over-image {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	font-weight: 300;
	font-size: 32px;
	letter-spacing: 5px;
	padding: 30px 60px;
	color: #000;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(4px);
}

/* --------------------------------
	_CONTENT
-------------------------------- */
.entry-content h2 {
	margin-top: 48px;
}
.entry-content .wp-block-image img {
	margin-bottom: 0;
}

.bid-btn,
.bid-btn-a a {
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	border: 1px solid;
	border-radius: 0;
	display: inline-block;
	box-shadow: none !important;
	position: relative;
}
.bid-btn_white,
.bid-btn-a_white a {
	color: #242424;
	border-color: #fff;
	background-color: #fff;
}
.bid-btn_white:hover,
.bid-btn_white:focus,
.bid-btn-a_white a:hover,
.bid-btn-a_white a:focus {
	border-color: #000;
	background-color: #ededeb;
}
.bid-btn_gray,
.bid-btn-a_gray a {
	color: #6d6d6d;
	border-color: #e3e3e3;
	background-color: #e3e3e3;
}
.bid-btn_gray:hover,
.bid-btn_gray:focus,
.bid-btn-a_gray a:hover,
.bid-btn-a_gray a:focus {
	border-color: #000;
}
.bid-btn_blue,
.bid-btn-a_blue a {
	color: #fff;
	border-color: #3eabb5;
	background-color: #3eabb5;
}
.bid-btn_blue:hover,
.bid-btn_blue:focus,
.bid-btn-a_blue a:hover,
.bid-btn-a_blue a:focus {
	border-color: #147079;
	background-color: #51c5c9;
}
.btn-to-info {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin-left: 5px;
}
.btn-to-info:before {
	content: '\f129';
	font: normal normal normal 24px/1 FontAwesome;
	line-height: 24px;
	color: #51c5c9;
	width: 10px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 50%;
	margin-left: -5px;
}

.styled-ol {
	list-style-type: none;
	counter-reset: num;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.styled-ol li {
	position: relative;
	margin: 20px 0;
	padding: 0 20px 0 46px;
	width: 100%;
}
.styled-ol li:before {
	content: counter(num);
	counter-increment: num;
	position: absolute;
	left: 0;
	top: 26px;
	line-height: 64px;
	font-size: 64px;
	font-weight: bold;
	font-family: Oswald, "Titillium Web", Tahoma, sans-serif;
}
:not(.section-all ) .styled-ol li {
	width: 100%;
}
:not(.section-all ) .styled-ol li:before {
	top: 0;
}
.li-title {
	display: block;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 8px;
}
.styled-ol_green li:before {
	color: #56c49c;
}
.styled-ol_arrows li:after {
	content: '';
	display: block;
	width: 48px;
	height: 16px;
	margin-bottom: 15px;
	line-height: 0;
	position: absolute;
	bottom: 0;
	right: -15px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background-image: url(/wp-content/themes/bid/assets/img/icon-arrow-white.png);
	background-size: 16px;
}
.styled-ol_green.styled-ol_arrows li:after {
	background-image: url(/wp-content/themes/bid/assets/img/icon-arrow-marine.png);
}
.styled-ol_arrows li:last-of-type:after {
	content: none;
}

.styled-ul {
	list-style: none;
	color: #3b3b3b;
}
.styled-ul li {
	position: relative;
	margin-bottom: 10px;
	line-height: 24px;
}
.styled-ul li:before {
	content: '';
	position: absolute;
	top: 4px;
	left: -24px;
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(/wp-content/themes/bid/assets/img/icon-arrow-white.png);
	background-size: 16px;
}
.styled-ul_white {
	color: #fff;
}
.styled-ul_blue li:before {
	background-image: url(/wp-content/themes/bid/assets/img/icon-arrow-marine.png);
}

.block-subpages {
	list-style: none;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	gap: 20px;
}
.block-subpages li {
	margin-top: 0;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	text-align: center;
}
.block-subpages li a {
	display: block;
	box-shadow: none;
	padding: 10px;
	font-size: 20px;
	font-weight: 600;
	border: 2px solid;
	background-color: #3eabb5;
	border-color: #3eabb5;
	color: #fff;
}
.block-subpages li a:hover,
.block-subpages li a:focus {
	background-color: #51c5c9;
	border-color: #147079;
}

.title-icon {
	position: relative;
	padding-right: 32px;
}
.title-icon:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(assets/img/icon-logo-sprite-01.png);
	width: 28px;
	height: 31px;
	background-size: 56px;
	background-repeat: no-repeat;
}
.title-icon_bw:before {
	background-position: 0 0;
}
.title-icon_color:before {
	background-position: -28px 0;
}

.bg-corner-1 {
	overflow: hidden;
	background-image: url(assets/img/bg-block-side-decor-01.png);
	background-size: 507px;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.elem-border-blue {
	background-color: #fff;
	color: #000;
	padding: 20px 15px;
	border: 2px solid #3eabb5;
	border-radius: 40px;
}

/* phone portfolio 18.04.2024 */
.invisible-y-scroll::-webkit-scrollbar {
  display: none;
}
.invisible-y-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
.phone-portfolio {
	margin-bottom: 24px;
	position: relative;
	text-align: center;
}
.phone-portfolio img {
	margin: 0;
}
.phone-portfolio-inner {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.phone-theme_iphone-15 {
	width: 390px;
	height: 768px;
	background-repeat: no-repeat;
	background-size: 390px;
}
.phone-color_pink {
	background-image: url('https://brandingindetail.com/wp-content/uploads/2024/04/phone-frame-01-01.png');
}
.phone-site-box {
	position: absolute;
}
.phone-theme_iphone-15 .phone-site-box {
	width: 338px;
	height: 730px;
	top: 18px;
	left: 25px;
	border-radius: 48px;
}
.phone-site__header-fixed {
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
.phone-theme_iphone-15 .phone-site__header-fixed {
	width: 338px;
	top: 18px;
	left: 25px;
	border-top-left-radius: 48px;
	border-top-right-radius: 48px;
}
@media only screen and (max-width: 767px) {
	.phone-theme_iphone-15 {
		width: 290px;
		height: 571px;
		background-size: 290px;
	}
	.phone-theme_iphone-15 .phone-site-box {
		width: 250px;
		height: 542px;
		top: 14px;
		left: 19px;
		border-radius: 34px;
	}
	.phone-theme_iphone-15 .phone-site__header-fixed {
		width: 250px;
		top: 14px;
		left: 19px;
		border-top-left-radius: 34px;
		border-top-right-radius: 34px;
	}
}
/* end phone portfolio */

/* template with leaper */
.page-template-tmpl-leaper .site-content {
	padding: 0;
}
.page-template-tmpl-leaper .site-content .entry-content > * {
	padding-left: 15px;
	padding-right: 15px;
}
.page-template-tmpl-leaper .entry-content h1 {
	text-align: center;
	text-transform: uppercase;
	color: #3eabb5;
}
.page-template-tmpl-leaper.fixed-nav .entry-content h1 {
	padding-top: 120px;
}
.page-template-tmpl-leaper.fixed-nav #content {
	padding-top: 0;
}
.page-template-tmpl-leaper .block-carousel__inner {
	background-color: transparent;
}
.page-template-tmpl-leaper .bc-theme_article {
	background: transparent;
}
.page-template-tmpl-leaper .bc-theme_portfolio .tns-controls button[data-controls="prev"] {
	left: 15px;
}
.page-template-tmpl-leaper .bc-theme_portfolio .tns-controls button[data-controls="next"] {
	right: 15px;
}
.page-template-tmpl-leaper .site-content .entry-content .wp-block-image {
	padding-left: 0;
	padding-right: 0;
}
.page-template-tmpl-leaper .site-content .entry-content ul:not(.styled-ul),
.page-template-tmpl-leaper .site-content .entry-content ol:not(.styled-ol) {
	padding: 0 0 0 39px;
}
.leaper {
	padding-top: 34px;
	padding-bottom: 34px;
	background:  -webkit-radial-gradient(circle at 30% 50%, #fff, #f3f3f3, #e5e5e3, #cfcfce);
	background: radial-gradient(circle at 30% 50%, #fff, #f3f3f3, #e5e5e3, #cfcfce);
}
.leaper .elem-border-blue {
	background-color: transparent;
}
@media only screen and (min-width: 1024px) {
	.page-template-tmpl-leaper.fixed-nav #content {
		padding-top: 0;
	}
	.page-template-tmpl-leaper.fixed-nav .entry-content h1 {
		padding-top: 123px;
	}
	.page-template-tmpl-leaper .site-content .entry-content .leaper {
		padding-left: 0;
		padding-right: 0;
	}
	.site-main.page-leaper {
		margin-left: -140px;
		position: relative;
	}
	.leaper {
		position: absolute;
		top: 120px;
		bottom: auto;
		right: -380px;
		width: 360px;
		padding-top: 0;
		padding-bottom: 0;
		background: transparent;
	}
	.leaper .elem-border-blue {
		background-color: #fff;
	}
	.leap-on-2 {
		position: fixed;
		bottom: 10px;
		top: unset;
		right: 50%;
		margin-right: -500px;
	}
	.leap-on {
		position: absolute;
		top: unset;
		bottom: 0;
		margin-right: 0;
		right: -380px;
	}
	.leaper .calculator-form:before {
		content: '';
		position: absolute;
		width: 330px;
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		height: 20px;
		top: 2px;
		left: 15px;
		background: -webkit-linear-gradient(180deg, #fff 0%, #fff 20%, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(180deg, #fff 0%, #fff 20%, rgba(255, 255, 255, 0) 100%);
		border-top-right-radius: 20px;
		border-top-left-radius: 20px;
		z-index: 1;
	}
	.leaper .calculator-form:after {
		content: '';
		position: absolute;
		width: 330px;
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		height: 20px;
		bottom: 2px;
		left: 15px;
		background: -webkit-linear-gradient(0deg, #fff 0%, #fff 20%, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(0deg, #fff 0%, #fff 20%, rgba(255, 255, 255, 0) 100%);
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	.leaper .calculator-form form {
		position: relative;
		overflow: hidden;
	}
}
/* end template with leaper */

/* --------------------------------
	_CAROUSEL
-------------------------------- */
.block-carousel-outer {
	margin-bottom: 24px;
	position: relative;
}
.block-carousel__inner,
.block-carousel__item {
	background-color: #fff;
	color: #3b3b3b;
	padding: 40px 20px;
	border: 2px solid #3eabb5;
	border-radius: 40px;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.bc-theme_article {
	background: -webkit-radial-gradient(circle at 30% 50%, #fff, #f3f3f3, #e5e5e3, #cfcfce);
	background: radial-gradient(circle at 30% 50%, #fff, #f3f3f3, #e5e5e3, #cfcfce);
}
.block-carousel__header {
	display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 24px;
}
.bc-header__left,
.bc-header__right,
.bc-footer__left,
.bc-footer__right {
	width: 50%;
}
.bc-header__left {
	display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.bc-header__right {
	text-align: right;
}
.bc-header__right span {
	text-align: left;
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	color: #3eabb5;
}
.bc-header__left-num {
	font-family: Oswald, "Titillium Web", Tahoma, sans-serif;
	font-weight: bold;
	font-size: 64px;
	line-height: 64px;
	color: #56c49c;
	margin-right: 10px;
}
.bc-header__left-txt {
	color: #3eabb5;
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
}
.block-carousel__footer {
	display: -webkit-flex;
    display: flex;
	-webkit-align-items: end;
	align-items: end;
}
.bc-footer__left img {
	margin: 0;
	border-radius: 50%;
	width: 110px;
}
.bc-footer__right {
	text-align: right;
}
.bc-footer__left-txt {
	color: #3eabb5;
	margin-bottom: 5px;
}
.bc-footer__left-social {}
.bc-footer__social {
	display: inline-block;
	width: 40px;
	height: 40px;
	box-shadow: none !important;
	background-color: #3eabb5;
	color: #fff;
	margin-left: 10px;
	border-radius: 50%;
	text-align: center;
}
.bc-footer__social:hover,
.bc-footer__social:focus {
	background-color: #51c5c9;
}
.bc-footer__social:before {
	content: '';
	font: normal normal normal 22px / 1 FontAwesome;
    line-height: 40px;
}
.bc-footer__social-fb:before {
	content: '\f09a';
}
.bc-footer__social-ln:before {
	content: '\f0e1';
	margin-left: 2px;
}
.carousel-holder {
	position: relative;
}
.carousel-holder_article {
	margin-bottom: 24px;
	padding: 0 30px;
}
.carousel-article,
.carousel-portfolio {
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: stretch;
	-moz-align-items: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.carousel-article__item {
	height: 100%;
}
.carousel-article__item p:last-of-type {
	margin-bottom: 0;
}

.carousel-portfolio__image {
	max-height: 148px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}
.carousel-portfolio__image img {
	margin: 0;
	max-height: 148px;
	width: auto;
}
.carousel-portfolio__txt {
	font-size: 16px;
	padding: 10px 20px 0;
	line-height: 22px;
}

.tns-controls {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 50%;
}
.tns-controls button {
	padding: 0 10px;
	margin: 0;
	background-color: transparent;
	color: #242424;
	border: 0;
	line-height: 80px;
	height: 80px;
}
.tns-controls button:hover {
    background-color: transparent;
    color: #3eabb5
}
.tns-controls button[data-controls="prev"] {
	position: absolute;
	bottom: 50%;
	margin-bottom: -40px;
	left: -10px;
}
.tns-controls button[data-controls="next"] {
	position: absolute;
	bottom: 50%;
	margin-bottom: -40px;
	right: -10px;
}
.tns-controls button:after {
    content: '';
    font: normal normal normal 20px / 1 FontAwesome;
    line-height: 80px;
}
.tns-controls button[data-controls="prev"]:after {
    content: '\f053';
}
.tns-controls button[data-controls="next"]:after {
    content: '\f054';
}

.bc-theme_portfolio .tns-controls {
	bottom: 100%;
}
.bc-theme_portfolio .tns-controls button[data-controls="prev"] {
	left: 0;
	margin-bottom: -245px;
}
.bc-theme_portfolio .tns-controls button[data-controls="next"] {
	right: 0;
	margin-bottom: -245px;
}

@media only screen and (max-width: 739px) {
	.block-carousel__inner,
	.block-carousel__item {
		padding: 40px 15px;
	}
	.carousel-article__item {
		font-size: 16px;
	}
	.carousel-portfolio__txt {
		padding: 10px 25px 0;
	}
	.bc-theme_portfolio .tns-controls button[data-controls="prev"],
	.bc-theme_portfolio .tns-controls button[data-controls="next"] {
		margin-bottom: -265px;
	}
}

/* --------------------------------
	_CALCULATOR
-------------------------------- */
.calculator-form {
	max-width: 360px;
	margin: 0 auto;
}
.calculator-form #fbuilder * {
	font-family: 'Titillium Web', Tahoma, sans-serif !important;
}
.calculator-form .fform {
	text-align: center;
	margin-bottom: 0px !important;
}
.cf-inline-radio {
	padding-bottom: 0 !important;
	position: relative;
}
.cf-inline-radio,
.cf-table-title,
.cf-subfield-area,
.cf-simple-fileds {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
}
.cf-table-title {
	font-size: 16px;
	font-weight: 600;
}
.cf-title-1 {
	width: 50%;
}
.cf-title-2 {
	width: 25%;
	text-align: right;
	font-size: 14px;
}
.cf-inline-radio label,
.cf-subfield-area label,
.cf-simple-fileds label {
	width: 60% !important;
}
.cf-inline-radio .dfield,
.cf-subfield-area .dfield,
.cf-simple-fileds .dfield {
	width: 40% !important;
}

.cf-inline-radio > label {
	font-size: 16px !important;
	font-weight: 600 !important;
	padding-left: 20px !important;
	line-height: 20px;
}
.cf-inline-radio > label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
	display: block;
	width: 14px;
	height: 14px;
	background-image: url(/wp-content/themes/bid/assets/img/icon-arrow-marine.png);
	background-size: 14px;
}
.cf-inline-radio .dfield {
	text-align: right;
}
.cf-inline-radio .dfield .one_column {
	padding-right: 5px;
}
.cf-inline-radio .dfield label {
	position: relative;
}
.cf-inline-radio .dfield label:before {
	content: '\f05a';
	font: normal normal normal 20px/1 FontAwesome;
	line-height: 20px;
	margin-right: 10px;
	color: #51c5c9;
	position: relative;
	top: 1px;
}
.cf-inline-radio .dfield label span {
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
	top: 25px;
	right: -1000%;
	background-color: #eee;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	padding: 2px 5px;
	border: 1px solid #51c5c9;
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.cf-inline-radio .dfield label:hover span,
.cf-inline-radio .dfield label:focus span {
	opacity: 1;
	right: 0;
	width: 150px;
	height: auto;
	z-index: 3;
}
.no-span-tooltip .dfield label:hover span,
.no-span-tooltip .dfield label:focus span {
	width: 0;
	height: 0;
	opacity: 0;
	right: -1000%;
}
.no-span-tooltip .dfield label:before {
	content: '';
}
.cf-inline-radio .dfield label input[type=radio] {
	border-radius: 3px !important;
	border-color: #56C49C !important;
	width: 20px !important;
	height: 20px !important;
	background-color: rgb(86, 196, 156, .3) !important;
}
.cf-inline-radio .dfield label input[type=radio]:checked {
	background-color: rgb(86, 196, 156, 1) !important;
}
.cf-inline-radio .dfield label input[type=radio]:checked:before {
	content: '\f00c' !important;
	font: normal normal normal 20px/1 FontAwesome;
	background-color: transparent !important;
	line-height: 20px !important;
	float: none;
	top: -4px;
	left: -4px;
	color: #007249;
}
.cf-inline-radio .dfield label input[type=radio]:focus {
	box-shadow: none !important;
}

.cf-subfield-area label {
	font-size: 14px;
	padding-left: 20px;
}
.cf-subfield-area .slider {
	margin-top: 5px;
}
.cf-subfield-area .ui-slider-range,
.cf-subfield-area .ui-slider-handle {
	background: #3eabb5 !important;
}
.cf-subfield-area .slider-caption {
	font-size: 14px !important;
	line-height: 18px !important;
}
.cf-subfield-area .dfield .slider .ui-slider-handle:hover .cff-slider-tooltip {
	display: none !important;
}

.cf-simple-fileds input {
	min-height: unset !important;
	margin-top: 0;
}

.calculator-form input[type=submit] {
	width: auto !important;
	padding: 10px !important;
	color: #fff !important;
	border: 1px solid #3eabb5 !important;
	border-radius: 0 !important;
	background-color: #3eabb5 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 24px !important;
}
.calculator-form input[type=submit]:hover,
.calculator-form input[type=submit]:focus {
	border-color: #147079 !important;
	background-color: #51c5c9 !important;
}
#fbuilder .captcha img {
	margin-bottom: 0;
}
#fbuilder .captcha input {
	margin-top: 0;
}
.cp_cff_13 #fbuilder h2 {
	color: #3eabb5;
}
.calculator-form .cp_cff_13 #fbuilder .pbSubmit {
	margin: 20px auto;
    float: none;
	display: block;
	width: -webkit-fit-content;
	width: fit-content;
	text-transform: uppercase;
	padding: 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	border: 1px solid;
	border-radius: 0;
	color: #fff;
	border-color: #3eabb5;
	background-color: #3eabb5;
}
.calculator-form .cp_cff_13 #fbuilder .pbSubmit:hover,
.calculator-form .cp_cff_13 #fbuilder .pbSubmit:focus {
	border-color: #147079;
	background-color: #51c5c9;
}
@media screen and (max-width: 640px) {
	#fbuilder .two_column {
		width: 48% !important;
	}
}

/* --------------------------------
	_FOOTER
-------------------------------- */
/* --------------------------------
	_FORMS
-------------------------------- */
form h2 {
	font-size: 24px;
}
form p,
form label {
	font-size: 16px;
	font-weight: 600;
}
form input,
form textarea {
	margin-top: 10px;
	border-color: #3eabb5;
}
.wpcf7-form .bid-btn {
	width: auto;
	margin-left: 44px;
}
.wpcf7-form .wpcf7-spinner {
	margin-left: 10px;
	margin-right: 10px;
}
.wpcf7-form .wpcf7-not-valid-tip {
	font-size: 14px;
}
.wpcf7-form input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin: 0;
}
.wpcf7-form input[type=checkbox]:focus {
	outline: none;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-acceptance label input,
.wpcf7-acceptance label span {
	display: inline-block;
	vertical-align: middle;
}
.wpcf7-acceptance label span {
	margin-left: 10px;
}

.bid-checkbox-ullike .wpcf7-list-item {
	display: block;
	position: relative;
	margin: 0 0 10px;
	padding: 0 24px;
}
.bid-checkbox-ullike .wpcf7-list-item:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
	display: block;
	width: 14px;
	height: 14px;
	background-image: url(/wp-content/themes/bid/assets/img/icon-arrow-marine.png);
	background-size: 14px;
}
.bid-checkbox-ullike .wpcf7-list-item label {
	display: block;
}
.bid-checkbox-ullike  input[type=checkbox] {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
}
.bid-checkbox-ullike input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin: 0;
	opacity: 0;
}
.bid-checkbox-ullike .wpcf7-list-item label span:after {
	content: '';
	display: block;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	margin: 0;
	background-color: rgb(86, 196, 156, .3);
	border: 1px solid #56c49c;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.bid-checkbox-ullike .wpcf7-list-item label input[type=checkbox]:checked + span:after {
	content: '\f00c';
	font: normal normal normal 20px/1 FontAwesome;
	line-height: 20px;
	background-color: rgb(86, 196, 156, 1);
	color: #007249;
}
/* --------------------------------
	_COOKIE
-------------------------------- */
.section-cookies {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
}
/* --------------------------------
	_POPUP
-------------------------------- */
.dg-overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 9999;
	-webkit-animation: fade .6s;
	-moz-animation: fade .6s;
	animation: fade .6s;
	overflow: auto;
}
.dg-popup {
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	width: 85%;
	min-width: 220px;
	max-width: 1200px;
	max-height: 90%;
	position: absolute;
	overflow-y: auto;
	background: #fff;
	z-index: 1000;
	-moz-animation: fade .6s;
	-webkit-animation: fade .6s;
	animation: fade .6s;
	padding: 30px 20px;
}
.popup-450 {
	max-width: 450px;
}
.popup-close {
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	position: absolute;
	z-index: 1;
	border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	outline: none;
	background: #fff;
}
.popup-close:before {
	content: "";
	width: 1px;
	height: 60%;
	background: #252525;
	position: absolute;
	top: 21%;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.popup-close:after {
	content: "";
	width: 1px;
	height: 60%;
	background: #252525;
	position: absolute;
	top: 21%;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.popup-close:hover:before,
.popup-close:hover:after {
	background: #fff;
}
.popup-close:hover,
.popup-close:hover {
	border-color: #d21212;
	background-color: #d21212;
}
.popup-bg-close {
	position: absolute;
	width: 100%;
	height: 100%;
}
@-moz-keyframes fade {
	from { opacity: 0; }
	to { opacity: 1 }
}
@-webkit-keyframes fade {
	from { opacity: 0; }
	to { opacity: 1 } 
}
@keyframes fade {
	from { opacity: 0; }
	to { opacity: 1 }
}

.dg-popup h2 {
	padding-right: 40px;
}

/* --------------------------------
	_PRIOR
-------------------------------- */
.bg-gray-grad {
	background:  -webkit-radial-gradient(circle at 30% 50%, #fff, #f3f3f3, #e5e5e3, #cfcfce);
	background: radial-gradient(circle at 30% 50%, #fff, #f3f3f3, #e5e5e3, #cfcfce);
}
.bg-gray-grad .section-title {
	color: #3eabb5;
}
.bg-blue-grad {
	background:  -webkit-radial-gradient(circle at 40% 50%, #6bd5db, #44b6bb, #58c9cd, #4cbcbe, #3daaab, #32c5c5);
	background: radial-gradient(circle at 40% 50%, #6bd5db, #44b6bb, #58c9cd, #4cbcbe, #3daaab, #32c5c5);
	color: #fff;
}
.bg-blue-grad .section-title {
	color: #fff;
}

.bid-scroll::-webkit-scrollbar {
	width: 5px;
}
.bid-scroll::-webkit-scrollbar-track {
	background-color: transparent;
}
.bid-scroll::-webkit-scrollbar-thumb {
	background-color: #000;
	border-radius: 3px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(27,116,125,0) 29%,rgba(20,112,121,1) 30%,rgba(20,112,121,1) 70%,rgba(27,116,125,0) 71%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(27,116,125,0) 29%,rgba(20,112,121,1) 30%,rgba(20,112,121,1) 70%,rgba(27,116,125,0) 71%,rgba(255,255,255,0) 100%);
}
.bid-scroll {
	scrollbar-width: thin;
	scrollbar-color: #147079 transparent;
}

.mobile-view,
.desktop-view {
	display: none;
}

/* --------------------------------
	_MEDIA
-------------------------------- */
@media only screen and (min-width: 540px) {
	.section-all .styled-ol li {
		width: 50%;
	}
	.section-all .styled-ol li:after {
		margin-top: 8px;
		position: unset;
		top: unset;
		right: unset;
		-webkit-transform: none;
		transform: none;
		margin-bottom: 0;
	}
	.dg-popup form {
		padding: 20px;
	}
}
@media only screen and (min-width: 740px) {
	.flex-block {
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.flex-stretch {
		-ms-align-items: stretch;
		-moz-align-items: stretch;
		-webkit-align-items: stretch;
		align-items: stretch;
	}
	.flex-center {
		-ms-align-items: center;
		-moz-align-items: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.flex-justify-between {
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.flex-justify-around {
		-ms-justify-content: space-around;
		-moz-justify-content: space-around;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	.col-flex-1, .col-flex-2, .col-flex-3, .col-flex-4, .col-flex-5, .col-flex-6, .col-flex-6, .col-flex-7, .col-flex-8, .col-flex-9, .col-flex-10, .col-flex-11 {
		width: 50%;
	}
	.col-lg-1, .col-lgp-1, .col-lg-2, .col-lgp-2, .col-lg-3, .col-lgp-3, .col-lg-4, .col-lgp-4, .col-lg-5, .col-lgp-5, .col-lg-6, .col-lgp-6, .col-lg-7, .col-lgp-7, .col-lg-8, .col-lgp-8, .col-lg-9, .col-lgp-9, .col-lg-10, .col-lgp-10, .col-lg-11, .col-lgp-11 {
		float: left;
		width: 50%;
	}
	.col-lgp-1, .col-lgp-2, .col-lgp-3, .col-lgp-4, .col-lgp-5, .col-lgp-6, .col-lgp-7, .col-lgp-8, .col-lgp-9, .col-lgp-10, .col-lgp-11 {
		padding: 0 15px;
	}
	.services-block {
		padding: 15px;
	}
	.section-priorities .styled-ol {
		padding: 0 15px;
	}
}
@media only screen and (min-width: 1024px) {
	.promo_inanother {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
		max-width: 1440px;
		margin: 0 auto 40px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.promo_inanother .section-promo__img,
	.promo_inanother .section-promo__textblock	{
		width: 50%;
		padding: 0 15px 15px;
	}
	.promo_inanother .section-promo__img img {
		border-radius: 40px;
		box-shadow: 4px 4px 4px #4eacb6;
	}
	.promo_inanother .section-promo__textblock {
		padding-left: 60px;
		padding-right: 60px;
	}
	.promo_inanother .section-promo__text {
		text-align: left;
	}
	.section-all .styled-ol li {
		width: 25%;
	}
	.desktop-view {
		display: block;
	}
}
@media only screen and (min-width: 1200px) {
	.col-lg-1, .col-lgp-1, .col-flex-1 {
		width: 8.33333333%;
	}
	.col-lg-2, .col-lgp-2, .col-flex-2 {
		width: 16.66666667%;
	}
	.col-lg-3, .col-lgp-3, .col-flex-3 {
		width: 25%;
	}
	.col-lg-4, .col-lgp-4, .col-flex-4 {
		width: 33.33333333%;
	}
	.col-lg-5, .col-lgp-5, .col-flex-5 {
		width: 41.66666667%;
	}
	.col-lg-6, .col-lgp-6, .col-flex-6 {
		width: 50%;
	}
	.col-lg-7, .col-lgp-7, .col-flex-7 {
		width: 58.33333333%;
	}
	.col-lg-8, .col-lgp-8, .col-flex-8 {
		width: 66.66666667%;
	}
	.col-lg-9, .col-lgp-9, .col-flex-9 {
		width: 75%;
	}
	.col-lg-10, .col-lgp-10, .col-flex-10 {
		width: 83.33333333%;
	}
	.col-lg-11, .col-lgp-11, .col-flex-11 {
		width: 91.66666667%;
	}
	.section-title {
		font-size: 48px;
	}
	.styled-ol li {
		padding: 0 20px 0 56px;
	}
	.styled-ol li:before {
		font-size: 76px;
		line-height: 76px;
		top: 32px;
	}
	.li-title {
		font-size: 24px;
	}
	.services-block__title {
		min-height: 82px;
	}
}
@media only screen and (min-width: 1300px) {
	.width-control {
		padding-left: 6%;
		padding-right: 6%;
	}
	.promo_inanother {
		padding-left: 6%;
		padding-right: 6%;
	}
}
@media only screen and (max-width: 1023px) {
	.site-header .width-control {
		padding: 0;
	}
	:where(.wp-block-columns.is-layout-flex) {
		gap: 0.5em;
	}
	.slogan-over-image {
		font-size: 20px;
		padding: 15px 20px;
	}
	.mobile-view {
		display: block;
	}
	.section-promo_buttons {
		text-align: center;
	}
	.section-promo_button {
		margin: 20px 10px 0 10px;
	}
}
@media only screen and (max-width: 781px) {
	.mobile-781-pseudo-bq {
		padding-left: 24px;
		border-left: 6px solid #3eabb5;
	}
	.bg-corner-1 {
		background-size: 360px;
	}
	.section-promo_button {
		display: block;
	}
	.section-promo_button .btn-to-info {
		margin-left: -30px;
		-webkit-transform: translateX(40px);
		transform: translateX(40px);
	}
}
@media only screen and (max-width: 479px) {
	.bg-corner-1 {
		background-size: 235px;
	}
}