/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
Theme Name:     Onum Child
Theme URI:      http://wpdemo.archiwp.com/onum/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       onum
*/

@import url("../onum/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
.single-ot_portfolio .ot-heading h6:before,
.single-ot_portfolio .ot-heading h6:after,
.single-ot_portfolio .ot-heading .sub-heading:before,
.single-ot_portfolio .ot-heading .sub-heading:after
{
	top: 9px;
}
.sevice-slider-creation .slick-dots
{
	position: relative;
}
.ot_portfolio-template-default.single.single-ot_portfolio .elementor-element .ot-heading .sub-heading span
{
	color: #fff;
}
.ot_portfolio-template-default.single.single-ot_portfolio .service-box .overlay
{
	background-color: transparent;
	background-image: none;
}
.author-widget_wrapper
{
	background-image: -o-linear-gradient(36deg, #58cbbf, #fffa5b);
	background-image: linear-gradient(54deg, #58cbbf, #fffa5b);
}
.single-post .share-post
{
	padding-top: 30px;
}
/***footer form style***/
.form-price__footer
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.form-price__footer input[type=email]
{
	width: 90%;
}
.form-price__footer input[type=submit]
{
	height: 50px;
	width: 80%;
	color: #fff;
	border-radius: 50px;
	background: #00C988;
	border: 1px solid #00C988;
}
.form-price__footer input[type=submit]:hover
{
	background: #fff;
	color: #00C988;
	border: 1px solid #fff;
}
.fff-color .acceptance__form-price {
	color: #fff;
}
.home .fff-color .acceptance__form-price a {
	color: #203ea8e0;
}
.text-width .acceptance__form-price {
	width: 54%;
	margin: 0 auto;
}
.text-width .acceptance__form-price a{
	color: #fe4c1c;
}
.acceptance__form-price .wpcf7-form-control.wpcf7-acceptance > span
{
	width: 4%;
}
.acceptance__form-price a
{
	color: #fff;
}
header .main-navigation > ul > li > a
{
	line-height: 17px;
}
.page-template-default.page .side-panel-block .dropdown-menu li.menu-item-has-children:after
{
	top: 10px;
}
.wpcf7 input.wpcf7-mask
{
	width: 100%;
}
.elementor-3058 .elementor-element.elementor-element-cffd51c .panel-btn i:before
{
	top: 3px;
	position: relative;
}

.page-template-default.page .btQuoteContactForm7 button {
	margin-bottom: 20px;
}

.site-creation__title_link a {
	color: #1a1b1e;
}
.site-creation__title_link a:hover {
	color:#fe4c1c;
}

.post-widget-block {
	background: -o-linear-gradient(36deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
	background: linear-gradient(54deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
	border-radius: 15px;
}


.post-widget-block__button .wp-block-button__link {
	background: #7BDCB5;
}


.post-widget-block__button .wp-block-button__link:hover {
	background: #FFFFFF;
	color: black;
}

/******/

/* .portfolio-block .portfolio-cates {
	display: none;
} */

.portfolio-filter__link_edit {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

/**  Стилизация Цены  **/

.price-table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
	border-collapse: separate;
}

.price-table thead {
	background: rgb(44 187 176);
}

.price-table thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	font-size: 25px;
	border-top: 1px solid #ddd;
	color: white;
	text-transform: uppercase;
}
.price-table tr th:first-child, .price-table tr td:first-child {
	border-left: 1px solid #ddd;
}
.price-table tr th:last-child, .price-table tr td:last-child {
	border-right: 1px solid #ddd;
}
.price-table thead tr th:first-child {
	border-radius: 20px 0 0 0;
}
.price-table thead tr th:last-child {
	border-radius: 0 20px 0 0;
}
.price-table tbody td {
	text-align: left;
	border: none;
	padding: 10px 15px;
	font-size: 18px;
	vertical-align: top;
}

.price-table tbody td:nth-child(1) {
	font-weight: bold;
}
.price-table tbody td:nth-child(2) {
	font-weight: bold;
}

.price-table tbody tr:nth-child(even) {
	background: #e9f1f0;
}
.price-table tbody tr:last-child td{
	border-bottom: 1px solid #ddd;
}
.price-table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 20px;
}
.price-table tbody tr:last-child td:last-child {
	border-radius: 0 0 20px 0;
}

.price-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.price-navigation a {
	font-size: 20px;
	color: black;
}

.price-navigation a:hover {
	color: #2bdcce;
}
/** **/
.page .cities-list-title__header{
	margin: 0px;
	font-size: 16px;
	color: #1a1b1e;
	font-weight: 600;
	color: #1a1b1e;
}
.cities-list-title__header:hover{
	color: #2bdcce;
}
.cities-list-main-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.cities-list-title__header:before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url("/moscow/wp-content/uploads/sites/2/2022/11/maps-and-flags-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	left: -25px;
	top: 32px;
}
.cities-list-column {
	text-align: left;
}
.cities-list-item{
	color: #1a1b1e;
	font-size: 15px;
	font-weight: 600;
}
.cities-list-item:hover{
	color: #2bdcce;
}
a.cities-list-item:visited {
	color: #1a1b1e;
}
.cities-list-item:before{
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: url("/moscow/wp-content/uploads/sites/2/2022/11/maps-and-flags-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: -14px;
	margin-top: 8px;
}
/** **/

/**** ****/
/* .counters-landing .elementor-counter {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
} */
.landing-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
	padding: 107px 80px;
	background: url("/wp-content/uploads/2023/01/form-border_res.webp") no-repeat;
	background-size: cover;
	width: 543px;
	height: 732px;
}
.form-agreement {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.form-agreement .agreement-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	margin-bottom: 0;
	font-family: 'Montserrat';
}
.landing-form .form-row input {
	background: transparent;
	border: none;
	border-bottom: 2px solid #FFFFFF;
	border-radius: 0;
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	font-family: 'Montserrat';
}
.icon-ps-el:after{
	content: '';
	background: url("") no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	margin-right: 25px;
	margin-top: 10px;
}
.icon-ps-el{
	position: relative;
}
.ps-person.icon-ps-el:after{
	background: url("/wp-content/uploads/2023/01/ps-person_res.webp") no-repeat;
}
.ps-phone.icon-ps-el:after{
	background: url("/wp-content/uploads/2023/01/ps-phpne_res.webp") no-repeat;
}
.ps-link.icon-ps-el:after{
	background: url("/wp-content/uploads/2023/01/ps-link_res.webp") no-repeat;
}
.landing-form-btn{
	font-family: "Montserrat",Sans-serif;
	font-size: 20px;
	font-weight: 600;
	background-color: transparent;
	background-image: -webkit-gradient(linear,left top, right top,from(#FF0000),to(#990000));
	background-image: -o-linear-gradient(left,#FF0000 0%,#990000 100%);
	background-image: linear-gradient(90deg,#FF0000 0%,#990000 100%);
	border-radius: 0 0 0 0;
	padding: 15px 30px;
	color: #fff;
}
.team-member .elementor-image-box-content {
	position: absolute;
	margin-top: -130px;
	margin-left: 50px;
}
.prefooter-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
}
.prefooter-form input{
	height: 65px;
	border-radius: 0;
	text-align: center;
	font-family: 'Montserrat';
}
button.prefooter-form-btn {
	font-family: "Montserrat",Sans-serif;
	font-size: 20px;
	font-weight: 600;
	background-color: transparent;
	background-image: -webkit-gradient(linear,left top, right top,from(#FF0000),to(#990000));
	background-image: -o-linear-gradient(left,#FF0000 0%,#990000 100%);
	background-image: linear-gradient(90deg,#FF0000 0%,#990000 100%);
	border-radius: 0 0 0 0;
	color: #fff;
	width: 250px;
	height: 65px;
	border: none;
}
.prefooter-form-agreement {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	margin-top: 25px;
}
.prefooter-form-agreement .agreement-text{
	margin-bottom: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	opacity: 0.7;
	font-family: 'Montserrat';
}
/** what we do section **/
.what-we-do-section{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.what-we-do-section .circle{
	width: 255px;
	height: 240px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #D3D6D7;
	border-radius: 150px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.what-we-do-section .circle:hover{
	background: #DA1212;
	z-index: 99;
}

.request-form__textarea {
	resize: none;
}


.what-we-do-section .circle-num{
	font-family: 'Oswald';
	font-weight: 200;
	font-size: 80px;
	line-height: 80px;
	color: #0D0917;
	margin: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.circle:hover .circle-num{
	color: #fff;
	font-weight: 600;
}
.what-we-do-section .circle-title{
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #0D0917;
	margin: 0;
	text-align: center;
	margin-top: 20px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.circle:hover .circle-title{
	color: #fff;
	font-weight: 700;
}
.what-we-do-section div:not(first-child){
	margin-right: -30px
}
/** what we do section **/
.name-clr {
	color: #2BC3BD;
	text-align: right;
	font-weight: 700;
}
.problem-section .elementor-widget.elementor-widget-image-box {
	-webkit-box-shadow: 0px 8px 8px rgb(0 0 0 / 20%);
	box-shadow: 0px 8px 8px rgb(0 0 0 / 20%);
	min-height: 446px;
}
.page-id-12478 .ot-heading h6,
.page-id-12478 .ot-heading .sub-heading{
	padding-left: 0;
}
.page-id-12478 .ot-heading h6:before,
.page-id-12478 .ot-heading h6:after,
.page-id-12478 .ot-heading .sub-heading:before,
.page-id-12478 .ot-heading .sub-heading:after{
	display: none;
}
/** pseudo-elements landing **/
.main-screen-section__landing:before{
	content: '';
	position: absolute;
	width: 382px;
	height: 398px;
	background: url("/wp-content/uploads/2023/01/ps-e-main_res.webp") no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
}
.problems-section__landing:after{
	content: '';
	position: absolute;
	width: 412px;
	height: 657px;
	background: url("/wp-content/uploads/2023/01/octoweb-partner-circle_result.webp") no-repeat;
	background-size: contain;
	bottom: -390px;
	right: 0;
	z-index: -1;
}
.problem-section:after{
	content: '';
	position: absolute;
	width: 255px;
	height: 255px;
	background: url("/wp-content/uploads/2023/01/problems-circle_result.webp") no-repeat;
	background-size: contain;
	bottom: -115px;
	z-index: -1;
	left: 40.5%;
}
.connection-section__landing:before{
	content: '';
	position: absolute;
	width: 64px;
	height: 64px;
	background: url("/wp-content/uploads/2023/01/valuation-circle_result.webp") no-repeat;
	background-size: contain;
	top: 0;
	right: 15%;
}
.connection-section__landing:after{
	content: '';
	position: absolute;
	width: 412px;
	height: 792px;
	background: url("/wp-content/uploads/sites/208/2023/03/Group-214.webp") no-repeat;
	background-size: contain;
	bottom: -70px;
	right: 0;
}
.projects-section__landing:after{
	content: '';
	position: absolute;
	width: 338px;
	height: 676px;
	background: url("/wp-content/uploads/2023/01/projects-ellipse_result.webp") no-repeat;
	background-size: contain;
	bottom: -530px;
	left: 0;
}

.projects-section__landing .wantproject {
	position: relative;
	z-index: 99;
} 
.stages-section__landing:before{
	content: '';
	position: absolute;
	width: 238px;
	height: 659px;
	background: url("/wp-content/uploads/2023/01/stages-circle_result.webp") no-repeat;
	background-size: contain;
	top: 0px;
	left: 0;
}
.stages-section__landing:after{
	content: '';
	position: absolute;
	width: 255px;
	height: 255px;
	background: url("/wp-content/uploads/2023/01/ps-e-stages_res.webp") no-repeat;
	background-size: contain;
	bottom: -21%;
	left: 42%;
}
.testimonials-section__landing:after{
	content: '';
	position: absolute;
	width: 162px;
	height: 285px;
	background: url("/wp-content/uploads/2023/01/testimonials-circle_result.webp") no-repeat;
	background-size: contain;
	bottom: 0;
	right: 0;
}
.team-section__landing:before{
	content: '';
	position: absolute;
	width: 277px;
	height: 772px;
	background: url("/wp-content/uploads/2023/01/team-circle_result.webp") no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
}
.circle-pseudo-prices:after{
	content: '';
	position: absolute;
	width: 64px;
	height: 64px;
	background: url("/wp-content/uploads/2023/01/stage-circle-small_result.webp") no-repeat;
	background-size: contain;
	bottom: -80%;
	left: 15%;
}
.form-section__landing:after{
	content: '';
	position: absolute;
	width: 552px;
	height: 491px;
	background: url("/wp-content/uploads/2023/01/valuation-img_result.webp") no-repeat;
	background-size: contain;
	bottom: 101px;
	left: 0;
	margin-left: 36.5%;
}
.small-circle-pseudo:after{
	content: '';
	position: absolute;
	width: 64px;
	height: 64px;
	background: url("/wp-content/uploads/2023/01/valuation-circle_result.webp") no-repeat;
	background-size: contain;
	bottom: -20%;
	right: 10%;
}
.banner-img__landing:before{
	content: '';
	position: absolute;
	width: 160px;
	height: 160px;
	background: url("/wp-content/uploads/2023/01/ps-e-banner-img_res.webp") no-repeat;
	background-size: contain;
	bottom: 33%;
	left: 0;
	margin-left: 30px;
}
/** pseudo-elements landing **/
.faq-block__landing .elementor-tab-title:after{
	content: '';
	position: absolute;
	width: 95%;
	height: 3px;
	background: url("/wp-content/uploads/2023/02/ps-e-faq-line_res.webp") no-repeat;
	background-size: contain;
	margin-top: 30px;
	left: 16px;
}
.col-333{
	color: #DA1212;
}
.page-id-12478.page-template-default .mw-form-title {
	font-family: 'Oswald';
	font-size: 40px;
	font-weight: 600;
	line-height: 40px;
}
.page-id-12478.page-template-default .mw-form-descr {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
	width: 80%;
}
.modalwindow-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px;
}
.modalwindow-form-agreement {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.modalwindow-form-agreement .agreement-text {
	font-size: 11px;
	font-weight: 200;
	opacity: 0.7;
	margin-top: 17px;
}
button.mw-form-btn {
	font-family: "Montserrat",Sans-serif;
	font-size: 20px;
	font-weight: 600;
	background-color: transparent;
	background-image: -webkit-gradient(linear,left top, right top,from(#FF0000),to(#990000));
	background-image: -o-linear-gradient(left,#FF0000 0%,#990000 100%);
	background-image: linear-gradient(90deg,#FF0000 0%,#990000 100%);
	border-radius: 0 0 0 0;
	color: #fff;
	min-width: 418px;
	height: 65px;
	border: none;
}
.modalwindow-form input{
	font-family: 'Montserrat';
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #fff;
	border: none;
	border-bottom: 2px solid #ffffff6b;;
}
.modalwindow-form textarea{
	font-family: 'Montserrat';
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #fff;
	border: none;
	border-bottom: 2px solid #ffffff6b;;
}
.page .ays-pb-modal_2 .ays_pb_material_close_icon,
.page .ays-pb-modal_3 .ays_pb_material_close_icon,
.page .ays-pb-modal_4 .ays_pb_material_close_icon,
.page .ays-pb-modal_5 .ays_pb_material_close_icon{
	fill: #fff !important;
}
.page-id-12478 .elementor-12476 .elementor-element.elementor-element-917c807 .onum_menu__no-border.main-navigation > ul > li.current-menu-item > a{
	color: #fff!important;
}
._orientationRight_b095.wrap_cb4e {
    right: 0;
    bottom: 9%;
}
#back-to-top.show {
    bottom: 12%;
}


.page-id-12478 .elementor-element .ot-heading .main-heading{
		overflow-wrap: normal;
	}
/*** page effects ***/
/* glowing btn */
:root {
	--glow-color: #DD0000;
}
/**,*/
/**::before,*/
/**::after {*/
/*	box-sizing: border-box;*/

.glowing-btn {
	position: relative;
	color: #fff;
	cursor: pointer;
	padding: 15px 20px;
	border: 0.15em solid var(--glow-color);
	border-radius: 0;
	background: none;
	/*   perspective: 2em; */
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;

	-webkit-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
	0px 0px 0.5em 0px var(--glow-color);
	-moz-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
	0px 0px 0.5em 0px var(--glow-color);
	box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
	0px 0px 0.5em 0px var(--glow-color);
	animation: border-flicker 2s linear infinite;
}
.glowing-btn.clr-b{
	color: #000;
	-webkit-box-shadow: inset 0px 0px 1px 0px var(--glow-color),
	0px 0px 10px 0px var(--glow-color);
	-moz-box-shadow: inset 0px 0px 1px 0px var(--glow-color),
	0px 0px 10px 0px var(--glow-color);
	box-shadow: inset 0px 0px 1px 0px var(--glow-color),
	0px 0px 10px 0px var(--glow-color);
}

.glowing-txt {
	float: left;
	/*margin-right: -0.8em;*/
	-webkit-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),
	0 0 0.45em var(--glow-color);
	-moz-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),
	0 0 0.45em var(--glow-color);
	/*text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);*/
	animation: text-flicker 3s linear infinite;
}
.glowing-btn a{
	color: #fff;
}

.faulty-letter {
	opacity: 0.5;
	animation: faulty-flicker 2s linear infinite;
}

.glowing-btn::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.7;
	filter: blur(1em);
	transform: translateY(120%) rotateX(95deg) scale(1, 0.35);
	background: var(--glow-color);
	pointer-events: none;
}

.glowing-btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	background-color: var(--glow-color);
	box-shadow: 0 0 2em 0.2em var(--glow-color);
	transition: opacity 100ms linear;
}

.glowing-btn:hover {
	color: #fff;
	text-shadow: none;
	animation: none;
}

.glowing-btn:hover .glowing-txt {
	animation: none;
}

.glowing-btn:hover .faulty-letter {
	animation: none;
	text-shadow: none;
	opacity: 1;
}

.glowing-btn:hover:before {
	filter: blur(1.5em);
	opacity: 1;
}

.glowing-btn:hover:after {
	opacity: 1;
}

@keyframes faulty-flicker {
	0% {
		opacity: 0.1;
	}
	2% {
		opacity: 0.1;
	}
	4% {
		opacity: 0.5;
	}
	19% {
		opacity: 0.5;
	}
	21% {
		opacity: 0.1;
	}
	23% {
		opacity: 1;
	}
	80% {
		opacity: 0.5;
	}
	83% {
		opacity: 0.4;
	}

	87% {
		opacity: 1;
	}
}

@keyframes text-flicker {
	0% {
		opacity: 0.1;
	}

	2% {
		opacity: 1;
	}

	8% {
		opacity: 0.1;
	}

	9% {
		opacity: 1;
	}

	12% {
		opacity: 0.1;
	}
	20% {
		opacity: 1;
	}
	25% {
		opacity: 0.3;
	}
	30% {
		opacity: 1;
	}

	70% {
		opacity: 0.7;
	}
	72% {
		opacity: 0.2;
	}

	77% {
		opacity: 0.9;
	}
	100% {
		opacity: 0.9;
	}
}

@keyframes border-flicker {
	0% {
		opacity: 0.1;
	}
	2% {
		opacity: 1;
	}
	4% {
		opacity: 0.1;
	}

	8% {
		opacity: 1;
	}
	70% {
		opacity: 0.7;
	}
	100% {
		opacity: 1;
	}
}

@media only screen and (max-width: 600px) {
	.glowing-btn{
		font-size: 1em;
	}
}
/* call btn */
button.call-btn-landing {
	position: relative;
	background: transparent;
	color: #fff;
	text-decoration: none;
	text-transform: none;
	border: 2px solid #272822;
	letter-spacing: 1px;
	font-size: 20px;
	padding: 15px 20px;
	transition: 0.2s;
	top: 1px;
	left: 20px;
}

button.call-btn-landing:hover {
	/*letter-spacing: 0.2rem;*/
	padding: 20px 25px;
	/*background: var(--clr);*/
	color: var(--clr);
	/* box-shadow: 0 0 35px var(--clr); */
	animation: box 3s infinite;
	top: -3px;
	border: 2px solid var(--clr);
}

button.call-btn-landing::before {
	content: "";
	position: absolute;
	inset: 2px;
	/*background: #272822;*/
	background: transparent;
}

button.call-btn-landing span {
	position: relative;
	z-index: 1;
}
button.call-btn-landing i {
	position: absolute;
	inset: 0;
	display: block;
}

button.call-btn-landing i::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	left: 80%;
	top: -2px;
	border: 2px solid var(--clr);
	/*background: #272822;*/
	background: transparent;
	transition: 0.2s;
}

button.call-btn-landing:hover i::before {
	width: 15px;
	left: 20%;
	animation: move 3s infinite;
	height: 8px;
}

button.call-btn-landing i::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	left: 20%;
	bottom: -2px;
	border: 2px solid var(--clr);
	/*background: #272822;*/
	background: transparent;
	transition: 0.2s;
}

button.call-btn-landing:hover i::after {
	width: 15px;
	left: 80%;
	animation: move 3s infinite;
	height: 8px;
}
button.call-btn-landing a{
	color: #fff;
}

@keyframes move {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(5px);
	}
	100% {
		transform: translateX(0);
	}
}

@keyframes box {
	0% {
		box-shadow: #27272c;
	}
	50% {
		box-shadow: 0 0 25px var(--clr);
	}
	100% {
		box-shadow: #27272c;
	}
}
/* form btn */
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

button.form-new {
	width: 250px;
	height: 65px;
	cursor: pointer;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background-color: transparent;
	/*background-image: -webkit-gradient(linear,left top, right top,from(#FF0000),to(#990000));*/
	/*background-image: -o-linear-gradient(left,#FF0000 0%,#990000 100%);*/
	/*background-image: linear-gradient(90deg,#FF0000 0%,#990000 100%);*/
	border: 2px solid #FF0000;
	box-shadow: 5px 5px 0 #FF0000,
	-5px -5px 0 #FF0000,
	-5px 5px 0 #FF0000,
	5px -5px 0 #FF0000;
	transition: 500ms ease-in-out;
}

button.form-new:hover {
	box-shadow: 20px 5px 0 #FF0000, -20px -5px 0 #FF0000;
}

button.form-new:focus {
	outline: none;
}
.form-new .glowing-txt{
	float: none;
}

/*** page effects ***/
.tLink .testim-link-yandex{
	color: #DA1212;
	font-size: 18px;
}
.tLink .testim-link-flamp{
	color: #2f6be5;
	font-size: 18px;
}
.tLink .testim-link-yandex:before{
	content: '';
	position: absolute;
	background: url("/wp-content/uploads/sites/208/2023/03/yandex.png") no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px;
	margin-left: -28px;
	margin-top: 5px;
}
.tLink .testim-link-flamp:before{
	content: '';
	position: absolute;
	background: url("/wp-content/uploads/sites/208/2023/03/flamp.jpg") no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px;
	margin-left: -28px;
	margin-top: 5px;
}
.hidden-container-project {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.page-id-12478 .hidden-container-project a{
	position: relative;
	z-index: 33;
	opacity: 0;
	transition: .4s;
	color: #fff;
	font-size: 50px;
	font-family: "Oswald", Sans-serif;
	font-weight: 200;
	width: inherit;
	height: inherit;
	padding-top: 19%;
}
.page-id-12478 .hidden-container-project a:after{
	position: absolute;
	content: '';
	height: 18px;
	width: 15%;
	transition: width .5s ease 0s, right .5s ease 0s;
	margin-top: 60px;
	left: 48%;
	transform: skew(-12deg) translateX(-50%);
	background: linear-gradient(to left, #FF0000, #990000 100%);
	z-index: -1;
}
.projects-box:hover	.hidden-container-project a{
	opacity: 1;
}
/*.switch__item {*/
/*	display: none;*/
/*	color: #da1212;*/
/*}*/
#word-change {
	color: #da1212;
	transition: all 0.3s ease-in-out;
}
/*.switches {*/
/*	position: absolute;*/
/*}*/
/*.title-descr__landing {*/
/*	margin-top: 50px;*/
/*}*/
.after-footer-notice {
	background: #000;
	display: flex;
	justify-content: center;
}
.page-id-12478 .after-footer-notice {
	background: #101011;
}
.after-footer-notice p {
	font-size: 10px;
	color: #fff;
	font-weight: 200;
	font-family: "Montserrat", Sans-serif;
}
.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
	padding-bottom: 0!important;
	padding: 15px;
}

.acceptance__form-price a {
	color: #00C988;
}

@media only screen and (min-width: 320px) and (max-width: 767px)
{
	.form-price__footer
	{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.form-price__footer input[type=email]
	{
		width: 100%;
	}
	.form-price__footer input[type=submit]
	{
		width: 100%;
		margin-top: 30px;
	}
	.home .ot-tabs .tab-link
	{
		width: 100%;
	}
	.home .tabs-heading.unstyle .tab-link:last-child
	{
		margin-top: 15px;
	}
	body.page.page-parent.elementor-page .ot-testimonials-nav .prev-nav,
	body.page.page-child.elementor-page .ot-testimonials-nav .prev-nav,
	body.page.page-id-6373.elementor-page .ot-testimonials-nav .prev-nav
	{
		left: -38px;
	}
	body.page.page-parent.elementor-page .ot-testimonials-nav .next-nav,
	body.page.page-child.elementor-page .ot-testimonials-nav .next-nav,
	body.page.page-id-6373.elementor-page .ot-testimonials-nav .next-nav
	{
		right: -38px;
	}
	body.page.page-parent.elementor-page .slick-arrow,
	body.page.page-child.elementor-page .slick-arrow,
	body.page.page-id-6373.elementor-page .slick-arrow
	{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.ot-pricing-table .inner-table h2
	{
		font-size: 33px;
	}
	.mob-header-second
	{
		font-size: 28px;
	}
	.acceptance__form-price .wpcf7-form-control.wpcf7-acceptance > span
	{
		width: 8%;
	}
	.implemented-tabs .tabs-heading.unstyle li:last-child
	{
		margin-top: 15px;
	}
	.side-panel-block .elementor-icon-list-text
	{
		line-height: 20px;
	}
	.slick-list.draggable
	{
		min-height: 210px;
	}
	.testimonials-slider__mobile .slick-list.draggable {
		min-height: 0;
	}
	.price-table thead th{
		font-size: 18px;
	}
	.price-table tbody td{
		font-size: 14px;
	}
	.price-text-block {
		overflow-x: auto;
	}
	/**/
	.team-member .elementor-image-box-content {
		margin-top: -55px;
		margin-left: 7px;
	}
	.team-member .elementor-image-box-title{
		margin-bottom: 0;
	}
	.site-content .mob-btn-banner a{
		padding: 15px 8px;
	}
	.main-screen-section__landing:before{
		width: 112px;
		height: 112px;
	}
	.problems-section__landing:after {
		width: 107px;
		height: 107px;
		bottom: -80px;
		right: -48px;
	}
	.what-we-do-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
	.what-we-do-section .circle {
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: inherit;
		-ms-flex-align: inherit;
		align-items: inherit;
		border: none;
		border-radius: 0;
		width: 100%;
		padding: 5px 10px;
		-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	}
	.connection-section__landing:after{
		display: none;
	}
	.projects-section__landing:after{
		display: none;
	}
	.footer-menu-mob .menu{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.prefooter-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.stages-section__landing:before,
	.team-section__landing:before{
		display: none;
	}
	.testimonials-section__landing:after{
		width: 125px;
		height: 267px;
		right: -62px;
		bottom: -110px;
	}
	.what-we-do-section .circle-num{
		font-size: 20px;
		line-height: 20px;
		background: #FDFDFF;
		border: 1px solid #FFFFFF;
		-webkit-box-shadow: inset 4px 4px 6px 1px rgb(0 0 0 / 15%);
		box-shadow: inset 4px 4px 6px 1px rgb(0 0 0 / 15%);
		border-radius: 20px;
		padding: 10px 15px;
	}
	.what-we-do-section .circle-title{
		font-size: 9px;
		line-height: 10px;
		margin-left: 10px;
		margin-top: 15px;
	}
	.circle:hover .circle-num {
		color: #EB0101;
	}
	button.prefooter-form-btn{
		width: 100%;
	}
	.prefooter-form-agreement .agreement-text{
		font-size: 10px;
	}
	.faq-block__landing .elementor-tab-title:after{
		left: 12px;
		width: 91%;
	}
	.page-id-12478 .slick-list.draggable {
		min-height: 70px;
	}
	.landing-form .form-row input{
		font-size: 16px;
	}
	.form-agreement .agreement-text {
		font-size: 10px;
	}
	.landing-form-btn{
		font-size: 14px;
	}
	.landing-form {
		gap: 8px;
		padding: 60px 26px;
		background: url("/wp-content/uploads/2023/02/border-form-mob_res.webp") no-repeat;
		background-size: cover;
		width: 283px;
		height: 358px;
	}
	.landing-form .form-row input{
		font-size: 14px;
	}
	.form-agreement .agreement-text{
		font-size: 10px;
	}
	.form-section__landing:after{
		display: none;
	}
	.page-template-default.page.page-id-12478 .elementor-element.is-header-sticky{
		background: #DA1212;
	}
	.problem-section:after {
		left: 75.5%;
	}
	.problem-section .elementor-widget.elementor-widget-image-box {
		min-height: 493px;
	}
	.problem-section .owl-theme .owl-dots .owl-dot {
		border: 1px solid #0D0917;
		border-radius: 20px;
		padding: 2px 0!important;
	}
	.problem-section .owl-theme .owl-dots .owl-dot.active {
		border: 1px solid #DA1212;
	}
	.problem-section .owl-theme .owl-dots .owl-dot span{
		background: transparent;
	}
	.problem-section .owl-theme .owl-dots .owl-dot.active span{
		background: #DA1212;
	}
	.form-section__landing .wpcf7{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.icon-ps-el:after {
		right: 0;
		top: 11px;
	}
	.mob-tablet-header__landing .mmenu-wrapper,
	.mob-tablet-header__landing .mmenu_wrapper{
		background: url("/wp-content/uploads/2023/02/side-panel-bg_res.webp") no-repeat;
		background-size: cover;
	}
	.side-panel__landing{
		padding-bottom: 200px;
	}
	.page-id-12478 div#side-panel .side-panel-block{
		padding: 0;
		background: transparent;
	}
	.page-id-12478 div#side-panel{
		background: transparent;
	}
	.side-panel__landing .menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 20px;
	}
	.side-panel__landing .main-navigation > ul > li{
		margin: 0;
	}
	.side-panel__landing .main-navigation ul > li > a{
		padding: 0;
	}
	.page-id-12478 .is-fixed .elementor-section.elementor-top-section.elementor-element.mob-tablet-header__landing{
		background-color: #DA1212;
	}
	.page-id-12478 .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
		padding: 10px 0;
	}
	.side-panel__landing .elementor-container{
		padding: 10px;
	}
	.page-id-12478.page-template-default .mw-form-title{
		font-size: 22px;
		line-height: 28px;
	}
	.page-id-12478.page-template-default .mw-form-descr {
		font-size: 12px;
		line-height: 20px;
		width: 100%;
	}
	.page-id-12478.page-template-default .mob-correct.mw-form-title{
		line-height: 24px;
		margin-bottom: 0;
	}
	.page-id-12478.page-template-default .mob-correct.mw-form-descr {
		line-height: 13px;
		margin-bottom: 0;
	}
	button.mw-form-btn {
		font-size: 16px;
		min-width: auto;
	}
	.page-id-12478 .slick-dots li.slick-active button:before {
		font-size: 50px;
		color: #DA1212;
	}
	.elementor-2349 .landing__footer .elementor-element.elementor-element-fbd18c0,
	.elementor-2349 .landing__footer .elementor-element.elementor-element-c575653{
		width: 100%;
	}
	.banner-img__landing:before{
		display: none;
	}
	.ps-person.icon-ps-el:after,
	.ps-phone.icon-ps-el:after,
	.ps-link.icon-ps-el:after{
		display: none;
	}
	.scrolldown.scroller-block-landing{
		display: none;
	}
	button.call-btn-landing{
		left: 0;
	}
	.glowing-btn{
		font-size: 16px;
	}
	button.call-btn-landing{
		font-size: 15px;
		padding: 15px 12px;
	}
	button.form-new {
		width: 100%;
		font-size: 16px;
		min-width: 200px;
	}
	.page-id-12478 .ays-pb-modal_2 {
		height: 600px !important;
	}
	.page-id-12478 .wpcf7 .modalwindow-form textarea {
		height: 80px;
	}
	.page-id-12478 .elementor-2349 .elementor-element.elementor-element-c36cfd0 .elementor-heading-title {
		text-align: center;
	}
	.page-id-12478 .elementor-2349 .elementor-element.elementor-element-d2377b4 .elementor-icon-list-item > a{
		font-size: 14px;
	}
	.item-hints .hint-content.do--split-children{
		display: none;
	}
	.tLink .testim-link-yandex,
	.tLink .testim-link-flamp{
		font-size: 14px;
	}
	.tLink .testim-link-yandex:before {
		width: 16px;
		height: 16px;
		margin-left: -20px;
		margin-top: 7px;
	}
	.icon-phone-header-mob .elementor-icon-wrapper{
		display: flex;
	}
	.page-id-12478 .portfolio-cates {
		display: none;
	}
	.page-id-12478 .projects-style-3 .projects-box .portfolio-info .portfolio-info-title {
		font-size: 16px;
	}
	.page-id-12478 .projects-style-3 .projects-box .portfolio-info .portfolio-info-inner {
		padding: 0px 10px 10px 10px;
	}
	.page-id-12478 .hidden-container-project a{
		font-size: 20px;
		padding-top: 19%;
	}
	.page-id-12478 .hidden-container-project a:after {
		height: 10px;
		width: 20%;
		margin-top: 22px;
	}
	.after-footer-notice p {
		font-size: 10px;
		padding: 0 30px;
	}
	.text-width .acceptance__form-price {
		width: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.prefooter-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	button.prefooter-form-btn{
		width: 100%;
	}
	.connection-section__landing:after,
	.form-section__landing:after,
	.team-section__landing:before,
	.stages-section__landing:before,
	.projects-section__landing:after{
		display: none;
	}
	.problems-section__landing:after {
		width: 168px;
		height: 166px;
		bottom: -130px;
		right: -75px;
	}
	.what-we-do-section .circle-num {
		font-size: 50px;
		line-height: 50px;
	}
	.what-we-do-section .circle-title {
		font-size: 10px;
		line-height: 12px;
	}
	.what-we-do-section .circle {
		width: 136px;
		height: 137px;
	}
	.what-we-do-section {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.landing__footer .menu{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}
	.landing__footer .main-navigation ul > li > a{
		padding: 0;
	}
	.testimonials-section__landing:after {
		right: -80px;
	}
	.icon-ps-el:after {
		right: auto;
		margin-right: 0;
		margin-left: -28px;
	}
	.form-section__landing .wpcf7-form{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.mob-tablet-header__landing .elementor-text-editor a{
		color: #fff;
	}
	.mob-tablet-header__landing .mmenu-wrapper,
	.mob-tablet-header__landing .mmenu_wrapper{
		background: url("/wp-content/uploads/2023/02/side-panel-bg_res.webp") no-repeat;
		background-size: cover;
	}
	.main-screen-section__landing:before{
		width: 182px;
		height: 198px;
	}
	.side-panel__landing{
		padding-bottom: 200px;
	}
	.page-id-12478 div#side-panel .side-panel-block{
		padding: 0;
		width: 92%;
	}
	.page-id-12478 div#side-panel{
		background: transparent;
	}
	.side-panel__landing .menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 20px;
	}
	.side-panel__landing .main-navigation > ul > li{
		margin: 0;
	}
	.side-panel__landing .main-navigation ul > li > a{
		padding: 0;
	}
	.page-id-12478 .is-fixed .elementor-section.elementor-top-section.elementor-element.mob-tablet-header__landing{
		background-color: #DA1212;
	}
	
	.elementor-12478 .elementor-element.team-member .elementor-image-box-content .elementor-image-box-title {
		font-size: 22px;
		margin-bottom: 10px;
	}
	
	.elementor-12478 .elementor-element.team-member .elementor-image-box-content .elementor-image-box-description {
		font-size: 10px;
	}
	
	.team-member .elementor-image-box-content {
		margin-top: -80px;
    	margin-left: 30px; 
	}
	.scrolldown.scroller-block-landing{
		display: none;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1299px){
	.page-id-12478 .elementor-element.sec-sect-three-cols-landing{
		margin-top: 10px!important;
	}
	
	.page-id-12478 .main-screen-section__landing .elementor-element .elementor-button{
		font-size: 11px!important;
	}
	.elementor-12478 .elementor-element.team-member .elementor-image-box-content .elementor-image-box-title {
		font-size: 30px;
	}
	
	.elementor-12478 .elementor-element.team-member .elementor-image-box-content .elementor-image-box-description {
		font-size: 16px;
	}
	.team-member .elementor-image-box-content {
		margin-top: -110px;
    	margin-left: 30px; 
	}
	
}
@media screen and (min-width: 1025px) and (max-width: 1439px){
	.main-screen-section__landing:before{
		width: 194px;
		height: 200px;
	}
	.problems-section__landing:after {
		width: 140px;
		height: 257px;
		bottom: -185px;
	}
	.problems-section__landing{
		position: relative;
		z-index: 3;
	}
	.what-we-do-section .circle{
		width: 186px;
		height: 188px;
	}
	.what-we-do-section {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.projects-section__landing:after {
		width: 88px;
		height: 376px;
		left: 0;
	}
	.connection-section__landing:after,
	.form-section__landing:after{
		display: none;
	}
	.stages-section__landing:before {
		width: 105px;
		height: 259px;
		top: 115px;
	}
	.team-section__landing:before {
		width: 105px;
		height: 236px;
		top: 376px;
	}
	.prefooter-form input{
		font-size: 16px;
	}
	button.prefooter-form-btn {
		font-size: 16px;
		width: auto;
	}
	.testimonials-section__landing:after{
		bottom: -120px;
	}
	.circle-pseudo-prices .elementor-widget-container{
		font-size: 16px;
	}
	.elementor-12478 .elementor-element.elementor-element-70bedf6 > .elementor-widget-container {
		margin: 140px 0px 0px 0px;
	}
	
	.landing-form {
		position: relative;
		right: 150px;
	}
	.scrolldown.scroller-block-landing{
		display: none;
	}
}
@media screen and (min-width: 1440px) and (max-width: 1836px){
	.connection-section__landing:after{
		display: none;
	}
	.projects-section__landing:after{
		bottom: -600px;
	}
	.problems-section__landing:after{
		bottom: -520px;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1250px)
{
	.octf-search.octf-btn-cta.octf-search-builder
	{
		display: none;
	}
	
}
@media screen and (min-width: 1025px) and (max-width: 1146px)
{
	.octf-sidepanel.octf-cta-header
	{
		position: relative;
		right: -40px;
	}
	header .main-navigation > ul > li
	{
		margin: 0px 4px;
	}
	
}
@media screen and (min-width: 1147px) and (max-width: 1410px)
{
	header .main-navigation > ul > li
	{
		margin: 0px 8px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 1024px){
	.price-navigation {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.price-navigation p {
		margin-bottom: 10px;
	}
	.page-template-default.page .elementor-element.footer-col_width {
		width: 100%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 335px){
	.side-panel{
		width: auto;
	}
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
		.elementor-12478 .elementor-element.team-member .elementor-image-box-content .elementor-image-box-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	.elementor-12478 .elementor-element.team-member .elementor-image-box-content .elementor-image-box-description {
		font-size: 8px;
	}
	
	.team-member .elementor-image-box-content {
		margin-top: -90px;
    	margin-left: 40px; 
	}
	
	.elementor .mobile-btns .elementor-container .elementor-column.elementor-element-f460929 {
		width: 40%;
	}
	
}