:root {
  --bs-main: #AB79B0;
  --bs-hover: #915A96;
  --bs-back: #2B365B;
  --bs-gray: #ddd;
  --bs-font-color: #222;
}
* { margin: 0; padding: 0; }
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}
*,
::after,
::before {
    box-sizing: inherit
}
body {
   font-family: 'Montserrat', sans-serif;
   color: var(--bs-font-color);
}
h1 {
	font-size: 64px;
	font-weight:800; 
	line-height: 1.2;
	text-align: center;
}
h2 {
	font-size: 45px;
	line-height: 1.2;
	font-weight:800; 
	margin-bottom:10px; 
	margin-top: 10px;
}
h3 {
	font-size: 37px;
	line-height: 1.2;
	font-weight:800; 
	margin-bottom:10px; 
	margin-top: 20px;
}
h4 {
	font-size: 32px;
	line-height: 1.2;
	font-weight:800; 
	margin-bottom:10px; 
	margin-top: 20px; 
}
h5 {
	font-size: 28px;
	line-height: 1.2;
	font-weight:800; 
	margin-bottom:8px; 
	margin-top: 40px; 
}
h6 {
	font-size: 26px;
	line-height: 1.2;
	font-weight:800; 
	margin-bottom:8px; 
	margin-top: 10px; 
}
p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 27px;
}
.text-page .container-read p {
	font-weight: 500;
}
.text-page .container-read ul, 
.text-page .container-read ol {
    margin-bottom: 27px;
    font-size: 18px;
    line-height: 1.5;
    margin-left: 40px;
}
.text-page .container-read li {
	margin-bottom: 5px;
	font-weight: 500;
}
.text-page a {
	color: var(--bs-main);
}
.text-page a:hover {
	color: var(--bs-hover);
}
@media all and (max-width: 1510px) {
	h1 {
		font-size: 48px;
	}
}
@media all and (max-width: 1200px) {
	h1 {
		font-size: 40px;
	}
	h4 {
		font-size: 24px;
	}
	h6 {
		font-size: 18px;
	}
}
@media all and (max-width: 767px) {
	h1 {
		font-size: 32px;
	}
	.portfolio-page-line-subdesc h2 {
		font-size: 26px;
	}
	.text-page .container-read ul, 
	.text-page .container-read ol {
		margin-left: 15px;
	}
}
@media all and (max-width: 359px) {
	h1 {
		font-size: 28px;
	}
}
.banner-button {
	display: block;
    width: 384px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
	border-radius:3px;
	background-image: linear-gradient(to right, #BB5F80 0%, #734A7A  35%, #2B365B  70%);
	transition: 0.5s;
    background-size: 200% auto;
}
.banner-button:hover {
	background-position: center center;
	color: #fff;
	text-decoration: none;
}
.big-main-button,
.ai-next {
	display: block;
    width: 384px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    background: var(--bs-main);
	border: 1px solid var(--bs-main);
    font-size: 16px;
    color: #fff;
    text-decoration: none;
	border-radius:3px;
}
.small-main-button {
	display: block;
    width: 192px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: var(--bs-main);
	border: 1px solid var(--bs-main);
    font-size: 16px;
    color: #fff;
    text-decoration: none;
	border-radius:3px;
}
.small-secondary-button {
	display: block;
    width: 128px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: var(--bs-gray);
	border: 1px solid var(--bs-gray);
    font-size: 16px;
    color: var(--bs-font-color);
    text-decoration: none;
	border-radius:3px;
}
.btn-disable {
	user-select:none!important;
	background-color:#f9f9f9!important;
	border: 1px solid #f9f9f9!important;
	color:#ccc !important;
	cursor:default!important;
	outline:none!important;
	pointer-events:none!important;
}
.big-secondary-button {
	display: block;
    width: 384px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    background: var(--bs-gray);
	border: 1px solid var(--bs-gray);
    font-size: 16px;
    color: var(--bs-font-color);
    text-decoration: none;
	border-radius:3px;
}
.small-main-button:hover,
.big-main-button:hover,
.ai-next:hover {
	background: var(--bs-hover);
	color: #fff;
	border: 1px solid var(--bs-hover);
}
.small-secondary-button:hover,
.big-secondary-button:hover {
	background: #ccc;
}
@media all and (max-width: 992px) {
	.banner-button {
		width: 288px;
		height: 56px;
		line-height: 56px;
	}
	.big-secondary-button {
		width: 288px;
		height: 56px;
		line-height: 56px;
	}
	.big-main-button {
		width: 288px;
		height: 56px;
		line-height: 56px;
	}
}
@media all and (max-width: 767px) {
	.banner-button {
		width: auto;
		max-width: 384px;
	}
	.big-secondary-button {
		width: auto;
		max-width: 384px;
	}
	.big-main-button {
		width: auto;
		max-width: 384px;
	}
}
.container-classic {
   width:1440px;
   margin-right: auto;
   margin-left: auto;
}
.container-portfolio {
   width:1010px;
   margin-right: auto;
   margin-left: auto;
}
.container-read {
   width:730px;
}
.my-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -32px;
	margin-right: -32px;
}
.mycol-3{
	position: relative;
	width: 25%;
	padding-left: 32px;
	padding-right: 32px;
}
.mycol-4 {
	position: relative;
	width: 33.3333333%;
	padding-left: 32px;
	padding-right: 32px;
}
.mycol-6 {
	position: relative;
	width: 50%;
	padding-left: 32px;
	padding-right: 32px;
}
@media all and (max-width: 1510px) {
	.container-classic {
		width:100%;
		margin-right: auto;
		margin-left: auto;
		padding-left: 32px;
		padding-right: 32px;

	}
	.my-row {
		margin-left: -16px;
		margin-right: -16px;
	}
	.mycol-3{
		padding-left: 16px;
		padding-right: 16px;
	}
	.mycol-4 {
		padding-left: 16px;
		padding-right: 16px;
	}
	.mycol-6 {
		padding-left: 16px;
		padding-right: 16px;
	}
}
@media all and (max-width: 1200px) {
	.container-portfolio {
		width: 100%;
		padding-left: 32px;
		padding-right: 32px;
	}
	.mycol-lg-6 {
		width: 50%;
	}
}
@media all and (max-width: 992px) {
	.container-read {
	   width:100%;
	}
	.mycol-md-6 {
		width: 50%;
	}
}
@media all and (max-width: 767px) {
	.container-classic {
		width:100%;
		padding-left: 16px;
		padding-right: 16px;

	}
	.container-portfolio {
		padding-left: 16px;
		padding-right: 16px;
	}
	.my-row {
		margin-left: -8px;
		margin-right: -8px;
	}
	.mycol-3{
		padding-left: 8px;
		padding-right: 8px;
	}
	.mycol-4 {
		padding-left: 8px;
		padding-right: 8px;
	}
	.mycol-6 {
		padding-left: 8px;
		padding-right: 8px;
	}
	.mycol-sm-12 {
		width:100%;
	}
}
/* HOME */

/* Header */

header {
	margin-top: 16px;
	margin-bottom: 128px;
}
header .container-classic {
	display:flex;
	justify-content: space-between;
}
.header-left,
.header-right {
	display:flex;
	align-items:center;
}
.logo {
	margin-right: 64px;
}
.logo a {
	display: block;
}
.top-phone {
	position: relative;
}
.top-phone i {
	margin-right: 3px;
	font-size: 20px;
	position: relative;
	top: 3px;
	color: var(--bs-font-color);
}
.dropdown-toggle {
	display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--bs-font-color);
    text-decoration: none;
	cursor: pointer;
}
.dropdown-toggle:hover,
.dropdown-toggle:hover > i{
	color: var(--bs-hover);
}
.dropdown-menu {
    position: absolute;
	opacity:0;
	visibility:hidden;
	transition-property: all;
    transition-duration: 0.025s;
    transition-delay: 0.05s, 0.05s;
    min-width: 10rem;
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.dropdown-menu a {
	font-size: 16px !important;
	line-height: 2 !important;
}
.top-phone:hover .dropdown-menu {
	opacity:1;
	visibility:visible;
}
.multi-number-wrapper {
	z-index:10;
	top: 32px;
	width: max-content;
	left:0;
}
.multi-number-wrapper a {
	color: var(--bs-font-color) !important;
	font-size: 16px;
	line-height: 32px;
	display: block;
	text-decoration:none;
}
.multi-number-wrapper a:hover {
	text-decoration: underline;
}
.multi-number-wrapper {
	padding: 24px;
}
.multi-number-wrapper i {
	margin-right: 8px;
}
.multi-number-wrapper .fa-whatsapp {
	color:#4dc247 !important;
}
.multi-number-wrapper .fa-phone-square {
	color:#7b519d !important;
}
.multi-number-wrapper .fa-telegram {
	color:#0088CC !important;
}
.top-menu .mod-menu {
	display: flex;
    align-items: center;
}
.top-menu li {
	list-style: none;
}
.top-menu .white a {
	color: #fff;
}
.top-menu a {
	color: var(--bs-font-color);
	text-decoration: none;
}
.top-menu a:hover {
	text-decoration: underline;
}
.top-menu .mod-menu a {
	margin-left: 32px;
	font-size: 16px;
	font-weight: 500;	
	padding: 8px 0;
}
.top-menu .mod-menu > li {
	position: relative;
}
.top-menu .parent:after {
    font-family: 'FontAwesome'!important;
    margin-left: 4px;
    content: "\f107";
    color: var(--bs-font-color);
    font-weight: 400;
}
.top-menu .white .parent:after {
    color: #fff;
}
.top-menu .mod-menu__sub {
	opacity:0;
	visibility:hidden;
	width: max-content;
    transition-property: all;
    transition-duration: 0.025s;
    transition-delay: 0.05s, 0.05s;
    position: absolute;
    top: 32px;
    background: #fff;    
    z-index: 10;
    padding: 24px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);	
}
.top-menu .parent:hover ul {
	opacity:1;
	visibility:visible;
}
.top-menu .mod-menu__sub a {
	line-height: 32px;
	margin-left: 0;
	font-weight: 400;	
	padding: 0;
	color: var(--bs-font-color);
}
.mod-languages ul {
	display: flex;
	list-style: none;
	margin-left: 64px;
}
.mod-languages a {
	color: var(--bs-white);
	text-decoration: none;
	margin-left: 16px;
	font-size: 14px;
	font-weight: 500;
}

.home-page .mod-languages a {
	color: #fff;
}
.white114 a {
	color: #fff;
}
.mod-languages a:hover {
	color: var(--bs-main);
}
.mod-languages .lang-active a {
	background: var(--bs-main);
	color: #fff;
	border-radius: 3px;
	padding: 10px 12px;
}
.deskHide {
	display:none;
}
.minideskHide {
	display:none;
}
@media all and (max-width: 1200px) {
	header {
		margin-bottom: 72px;
	}
	.logo {
		margin-right: 32px;
	}
	.mod-languages ul {
		margin-left: 16px;
	}
	.top-menu .mod-menu a {
		margin-left: 24px;
	}
	.top-menu .mod-menu__sub a {
		margin-left: 0;
	}
}
@media all and (max-width: 992px) {
	#MobBut {
		background: var(--bs-main); 
		width:40px; 
		height:40px; 
		color: #fff; 
		border-radius:3px; 
		font-size:22px; 
		text-align:center; 
		line-height:40px; 
		display:block;
		margin-left: 32px;
	}
	.MobClose {
		display:none; 
		font-size:23px;
	}
	.mOpen {
		display:block !important;
	}
	.mClose {
		display:none;
	}
	.stopScrollMy {  
		width:100vw;
		height:100vh;
		overflow:hidden;
	}
	.menuForScroll { 
		max-height: 100vh;
		overflow-y:scroll;
	} 		
	.deskHide {
		display:block;
	}
	.mobHide {
		display:none;
	}
	.mob-menu-closed {
		position:absolute !important; 
		z-index:9;
		top:0; 
		left:-700px; 
		background: var(--bs-back); 
		width:384px !important;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
		margin-bottom:0;
		height:100%;
		display:block !important;
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.top-menu nav {
		padding-bottom: 16px;
		border-bottom: 1px solid #6575a9;
	}
	.top-menu .mod-menu {
		display: block;
		margin-left: 32px;
		padding-top: 16px;
	}
	.top-menu .mod-menu a {
		line-height: 1.2 !important;
		display: -webkit-box;
		margin-bottom: 8px;
		margin-left: 0;
		color: #fff;
	}
	.top-menu .mod-menu__sub {
		opacity: 1;
		visibility: visible;
		width: max-content;
		position: static;
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: none;
		display:none;
	}
	.top-menu .mod-menu__sub a {
		line-height: 1.2 !important;
		display: -webkit-box;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		padding: 8px 0;
	}
	.top-menu .parent:after {
		display:none;
	}
	.top-phone {
		margin-left: 32px;
		margin-top: 16px;
	}
	.top-phone > a {
		color: #fff;
	}
	.mod-languages .lang-active a {
		display:none;
	}
}
@media all and (max-width: 767px) {
	#MobBut {
		margin-left: 24px;
	}
	header {
		margin-top: 8px;
		margin-bottom: 64px;
	}
	.logo {
		margin-right: 0;
	}
	.mod-languages ul {
		margin-left: 0;
	}
	.mob-menu-closed {
		width:290px !important;
	}
	.logo img	{
		height: 28px;
	}
	.minideskHide {
		display:block;
	}
	.minimobHide {
		display:none;
	}
	
}
@media all and (max-width: 359px) {
	.mod-languages a {
		margin-left: 16px;
	}
	.mob-menu-closed {
		width:250px !important;
	}
	.logo img	{
		height: 24px;
	}
}
/* END Header */
/* Top Banner */
.top-banner-image {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	overflow: hidden;
	
}
.tbi-svg {
	position: relative;
	right: -24px;
}
.tbi-png {
	position: absolute;
	left: 207px;
	bottom: 39px;
	width: 532px;
}
.top-banner {
}

.tb-data {
	width: 610px;
	position: relative;
	bottom: 48px;
}
.ban-tit {
    font-size: 48px;
    text-align: left;
    margin-bottom: 0;
}
.tb-desc {
    font-size: 24px;
    margin-top: 16px;
}
.top-banner .banner-button {
	margin-top: 64px;
}
.top-banner-image__background {
	background: #2B365B;
    width: 50%;
    height: 200px;
    position: absolute;
    right: 0;
    z-index: -2;
}
@media all and (max-width: 1510px) {
	.top-banner-image {
		width: 747px;
	}
	.ban-tit {
		font-size: 40px;
	}
	.tb-desc {
		font-size: 20px;
	}
	.tb-data {
		width: 510px;
	}
}
@media all and (max-width: 1200px) {
	.top-banner-image {
		width: 676px;
	}
	.ban-tit {
		font-size: 32px;
	}
	.tb-data {
		width: 412px;
		bottom: 16px;
	}
	.tbi-svg {
		height: 565px;
	}
	.tbi-png {
		left: 212px;
		bottom: 87px;
		width: 399px;
	}
	.tb-desc {
		padding-right: 8px;
	}
	
}
@media all and (max-width: 992px) {
	.top-banner-image {
		width: 416px;
	}
	.top-banner-image__background {
		display: none;
	}
	.tbi-png {
		left: 97px;
		bottom: 157px;
		width: 314px;
	}
}
@media all and (max-width: 767px) {
	.top-banner-image {
		width: 237px;
	}
	.tbi-svg {
		height: 584px;
	}
	.tb-data {
		width: 100%;
	}
	.ban-tit {
		font-size: 24px;
		width: calc(100% - 47px);
	}
	.tb-desc {
		font-size: 16px;
		width: calc(100% - 115px);
	}
	.tbi-png {
		display:none;
	}
	.top-banner .banner-button {
		margin-top: 48px;
		box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
		-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	}
}
@media (min-width: 2000px) and (max-width: 2099px) {
	.tbi-svg {
		right: 0;
		width: 1028px;
	}
}
@media (min-width: 2100px) {
	.tbi-svg {
		right: 0;
		width: 1292px;
	}
	.tbi-png {
		left: 250px;
		bottom: 210px;
	}
}

/* END Top Banner */

/* Home */

.modulehome-title {
	margin-top: 128px;
	margin-bottom: 64px;
	font-size: 64px;
	font-weight:800;
	line-height: 1.2;
}
.modulehome-desc {
	font-size: 24px;
	margin-top: -48px;
	margin-bottom: 64px;
}
.modulehome-desc p {
	display: none;
}
.big-font-desc {
	width: 1010px;
}
.text-details {
	color: var(--bs-main);
}
.text-details:hover {
	color: var(--bs-hover);
}
@media all and (max-width: 1510px) {
	.modulehome-title {
		margin-top: 96px;
		font-size: 48px;
		margin-bottom: 48px;
	}
	.modulehome-desc {
		font-size: 20px;
		margin-top: -32px;
	}
	.big-font-desc {
		width: 860px;
	}
}
@media all and (max-width: 1200px) {
	.modulehome-title {
		margin-top: 72px;
		font-size: 40px;
	}
}
@media all and (max-width: 992px) {
	.big-font-desc {
		width: 100%;
	}
}
@media all and (max-width: 767px) {
	.modulehome-title {
		margin-top: 64px;
		font-size: 32px;
		margin-bottom: 32px;
	}
	.modulehome-desc {
		font-size: 18px;
		margin-top: -16px;
	}
}
.highlight-dot {
	border: 2px dashed var(--bs-main);
	border-radius: 3px;
	padding: 48px;
	height: 100%;
}
.highlights-wrapper .mycol-6:nth-child(1),
.highlights-wrapper .mycol-6:nth-child(2) {
	margin-bottom: 64px;
}
.highlight-img img {
	height: 178px;
	margin-bottom: 32px;
	margin-top: -104px;
}
.highlight-title {
	font-weight: 800;
	font-size: 24px;
	margin-bottom: 16px;
}
.highlight-desc {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
}
@media all and (max-width: 1200px) {
	.highlight-dot {
		padding: 24px 32px 32px 32px;
	}
	.highlight-img img {
		height: 132px;
		margin-bottom: 32px;
		margin-top: 0;
	}
	.highlights-wrapper .mycol-6:nth-child(1),
	.highlights-wrapper .mycol-6:nth-child(2) {
		margin-bottom: 32px;
	}
}
@media all and (max-width: 767px) {
	.highlight-dot {
		padding: 16px;
	}
	.highlight-img img {
		height: 96px;
		margin-bottom: 16px;
		margin-top: 0;
	}
	.highlights-wrapper .mycol-6:nth-child(1),
	.highlights-wrapper .mycol-6:nth-child(2),
	.highlights-wrapper .mycol-6:nth-child(3)	{
		margin-bottom: 16px;
	}
}
.services-dot {
	text-decoration:none;
	color: var(--bs-font-color);
	position: relative;
}
.services-dot:hover .services-dot-title {
	color: var(--bs-hover);
}
.services-dot-img {
	height: 375px;
	width: auto;
	overflow: hidden;
	margin-bottom: 16px;
}
.services-dot-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.services-dot:hover .services-dot-img img {
	-webkit-transform: scale(1.025); 
	-moz-transform: scale(1.025); 
	-o-transform: scale(1.025);
}
.services-dot-title {
	font-weight: 500;
	font-size: 21px;
}
.Services-wrapper .big-button-light {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.sticker {
	width: 0; 
	height: 0; 
	border-top: 96px solid #BB5F80;
	border-bottom: 96px solid transparent;
	border-left: 96px solid transparent;
	display:block;
	position:absolute;
	z-index: 9;
	top:0;
	right:0;
}
.st-data {
	position:relative;
	bottom: 70px;
	width: 0px;
	right: 34px;
	text-align: center;
	font-size: 15px;
	font-weight: 800;
	color:#fff;
	transform: rotate(45deg);
	display: flex;
    flex-direction: column;
    align-items: center;
}
.st-name {
	font-weight: 700;
}
.service-pack {
	padding: 32px 16px 16px 16px;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.service-pack-header {
	padding-bottom: 16px;
	border-bottom: 2px dashed var(--bs-gray);
	margin-bottom: 32px;
}
.service-pack-name {
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 16px;
}
.service-pack-prices {
	text-align: center;
	line-height: 1.2;
	margin-bottom: 8px;
}
.service-pack-price {
	font-weight: 800;
	font-size: 40px;
	text-align: center;
}
.service-pack-price-outline {
	font-size: 32px;
	margin-left: 8px;
	text-decoration: line-through;
}
.service-pack-promo-date {
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}
.service-pack-options {
	margin-bottom: 32px;
}
.service-pack-options li {
	display: flex;
	list-style: none;
	font-size: 16px;
	line-height: 1.7;
}
.service-pack-options li:before {
    font-size: 16px;
    color: var(--bs-main);
    font-family: 'FontAwesome'!important;
    margin-right: 8px;
    content: "\f058";
}
.service-pack-time {
	text-align: center;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 32px;
}
.service-pack-footer {
	padding-top: 16px;
	border-top: 2px dashed var(--bs-gray);

}
.service-pack-buttons {
	display: flex;
	justify-content: space-between;
}
.service-pack-buttons .small-main-button,
.service-pack-buttons .small-secondary-button {
	width: calc(50% - 4px);
}
@media all and (max-width: 1510px) {
	.services-dot-img {
		height: 278px;
	}
}
@media all and (max-width: 1200px) {
	.services-dot-title {
		font-size: 19px;
	}
	.service-pack-name {
		font-size: 20px;
	}
	.service-pack-price {
		font-size: 32px;
	}
	.service-pack-price-outline {
		font-size: 26px;
	}
	.service-pack-options li {
		line-height: 1.2;
		margin-bottom: 8px;
	}
	.service-pack-buttons {
		display: block;
	}
	.service-pack-buttons .small-main-button, 
	.service-pack-buttons .small-secondary-button {
    width: 100%;
	}
	.service-pack-buttons .small-main-button {
		margin-bottom: 8px;
	}
}
@media all and (max-width: 992px) {
	.services-dot {
		display: block;
	}
	.Services-wrapper .mycol-md-6:nth-child(1) .services-dot,
	.Services-wrapper .mycol-md-6:nth-child(2) .services-dot,
	.services-category .mycol-md-6:nth-child(1) .services-dot,	
	.services-category .mycol-md-6:nth-child(2) .services-dot	{
		margin-bottom: 32px;
	}
	.services-dot-img {
		height: 218px;
	}
	.service-pack {
		padding: 16px;
		margin-bottom: 32px;
	}
	.service-pack-name {
		font-size: 18px;
	}
	.service-pack-price {
		font-size: 26px;
	}
	.service-pack-promo-date {
		font-size: 14px;
	}
	.service-pack-price-outline {
		font-size: 20px;
	}
	.service-pack-options li:before {
		font-size: 14px;
		margin-right: 4px;
		position: relative;
		top: 2px;
	}
	.service-pack-time {
		font-size: 20px;
	}
}
@media all and (max-width: 767px) {
	.Services-wrapper .mycol-md-6:nth-child(1) .services-dot,
	.Services-wrapper .mycol-md-6:nth-child(2) .services-dot,
	.Services-wrapper .mycol-md-6:nth-child(3) .services-dot,
	.services-category .mycol-md-6:nth-child(1) .services-dot,	
	.services-category .mycol-md-6:nth-child(2) .services-dot,
	.services-category .mycol-md-6:nth-child(3) .services-dot	{
		margin-bottom: 24px;
	}
	.service-pack {
		height: auto;
	}
	.services-dot-img {
		margin-bottom: 12px;
	}
	.Service-wrapper .mycol-4:nth-child(1),
	.service-pack-page .mycol-4:nth-child(1)	{
		border-right: none;
	}
	.Service-wrapper .mycol-4:nth-child(3),
	.service-pack-page .mycol-4:nth-child(3)	{
		border-left: none;
	}
	.Service-wrapper .mycol-4:nth-child(1),
	.Service-wrapper .mycol-4:nth-child(2),
	.service-pack-page .mycol-4:nth-child(1),
	.service-pack-page .mycol-4:nth-child(2) {
		margin-bottom: 24px;
	}
	.Service-wrapper .my-row, .service-pack-page .my-row {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.Service-wrapper .mycol-4,
	.service-pack-page .mycol-4 {
		-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
		box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	}
	.services-dot-title {
		font-size: 18px;
	}
}
.Portfolio-wrapper {
	padding-left: 32px;
	padding-right: 32px;
}
.portfolio-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -16px;
	margin-right: -16px;
}
.portfolio-col {
	position: relative;
	width: 33.3333333%;
	padding-left: 16px;
	padding-right: 16px;
}
.portfolio-dot {
	display: block;
	text-decoration:none;
	color: var(--bs-font-color);
	position: relative;
	margin-bottom: 64px;
}
.portfolio-dot:hover .portfolio-dot-title {
	color: var(--bs-hover);
}
.portfolio-dot-img {
	height: 463px;
	width: auto;
	overflow: hidden;
	margin-bottom: 16px;
}
.portfolio-dot-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
/*
.portfolio-dot:hover .portfolio-dot-img img {
	-webkit-transform: scale(1.025); 
	-moz-transform: scale(1.025); 
	-o-transform: scale(1.025);
}
*/
.portfolio-dot-title {
	font-weight: 500;
	font-size: 21px;
}
.portfolio-dot-tags {
	color: #777;
	display: block;
	margin-top: 8px;
	font-size: 18px;
}
.Portfolio-wrapper .big-secondary-button {
	margin-left: auto;
	margin-right: auto;
	margin-top: -16px;
}
@media all and (max-width: 1510px) {
	.portfolio-dot-img {
		height: 335px;
	}
	.Portfolio-wrapper .container-classic {
		padding-left: 0;
		padding-right: 0;
	}
}
@media all and (max-width: 1200px) {
	.portfolio-dot-img {
		height: 234px;
	}
	.portfolio-dot-title {
		font-size: 19px;
	}
	.portfolio-dot {
		margin-bottom: 40px;
	}
}
@media all and (max-width: 992px) {
	.portfolio-dot-img {
		height: 263px;
	}
	.portfolio-col {
		width: 50%;
	}
}
@media all and (max-width: 767px) {
	.Portfolio-wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}
	.portfolio-dot-img {
		height: 281px;
		margin-bottom: 12px;
	}
	.portfolio-col {
		width: 100%;
	}
	.portfolio-dot-title {
		font-size: 18px;
	}
	.Portfolio-wrapper .big-secondary-button {
		margin-top: 0;
	}
	.portfolio-dot-tags {
		font-size: 16px;
	}
}
.con-prefooter {
	margin-top: 128px;
}
.con-prefooter .container-classic {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.modulehome-title-small {
	font-weight: 800;
	font-size: 48px;
	line-height: 1.2;
}
.con-header {
	text-align: center;
	margin-bottom: 32px;
	width: 608px;
}
.con-click {
	position: relative;
}
.con-number,
.con-email a {
    display: block;
    font-size: 24px;
	line-height: 1.5;
    color: var(--bs-font-color);
    text-decoration: none;
    cursor: pointer;
	text-align: center;
}
.con-number:hover,
.con-email a:hover {
	color: var(--bs-hover);
}
.con-click:hover .dropdown-menu {
	opacity:1;
	visibility:visible;
}
.con-click .multi-number-wrapper {
	right: auto;
	left: 0;
	top: 32px;
}
.con-prefooter .multi-number-wrapper a:hover {
	text-decoration: underline;
}
.con-prefooter .big-main-button {
	margin-top: 32px;
}
@media all and (max-width: 1510px) {
	.con-prefooter {
		margin-top: 96px;
	}
	.modulehome-title-small {
		font-size: 40px;
	}
}
@media all and (max-width: 1200px) {
	.con-prefooter {
		margin-top: 72px;
	}
	.con-header {
		width: 500px;
	}
	.modulehome-title-small {
		font-size: 32px;
	}
}
@media all and (max-width: 767px) {
	.con-prefooter {
		margin-top: 64px;
	}
	.con-header {
		width: 100%;
	}
	.modulehome-title-small {
		font-size: 24px;
	}
	.con-prefooter .container-classic {
		display: block;
	}
	.con-number,
	.con-email a {
		font-size: 20px;
		line-height: 1.7;
	}
}
/* END Home */


/* Footer */
footer {
	background: var(--bs-back);
	padding: 64px 0;
	margin-top: 128px;
}
footer .container-classic {
	display: flex;
	justify-content: space-between;
}
.footer-social a {
	color: #fff;
	font-size: 24px;
	margin-left: 32px;
} 
/*
.footer-social a:nth-last-child(1) {
	position: relative;
	bottom: 2px;
}
*/
.footer-social a:hover {
	opacity: 0.8;
} 
.footer-menu .mod-menu {
	display: flex;
    align-items: center;
}
.footer-menu li {
	list-style: none;
}
.footer-menu a {
	color: #fff;
	text-decoration: none;
	margin-right: 32px;
	font-size: 16px;
	font-weight: 500;	
	padding: 8px 0;
}
.footer-menu a:hover {
	text-decoration: underline;
}

.footer-menu .mod-menu__sub {
	display:none;	
}
.copyrights {
	font-size: 14px;
	color: #fff;
	margin-top: 64px;
}
.footer-privacy li {
	list-style:none;
}
.footer-privacy a {
	display:block;
	color: #fff;
	font-size: 14px;
	margin-top: 4px;
}
.form-hidden {
    display: none;
	max-width: 550px !important;
}
.chk-label {
    width: 100%;
    display: flex;
	align-items: flex-start;
}
#chck {
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.chk-text {
    font-size: 15px;
    line-height: normal;
    display: block;
    margin-bottom: 15px;
}
.chk-text a {
    color: var(--bs-main);
}
.rf_submit {
    cursor: pointer;
    background: var(--bs-main) !important;
    border: none;
    border-radius: 3px !important;
    font-family: 'Inter',sans-serif;
    font-size: 15px !important;
    color: var(--bs-white);
}
.rf_submit:hover {
    background: var(--bs-hover) !important;
}
.rf_submit_disabled {
    cursor: not-allowed !important;
    user-select: none !important;
    pointer-events: none !important;
    background: #e9d7eb !important;
    border: none;
    border-radius: 3px !important;
    font-family: 'Inter',sans-serif;
    font-size: 15px !important;
    color: #fff;
}
@media all and (max-width: 1200px) {
	footer {
		margin-top: 96px;
	}
}
@media all and (max-width: 992px) {
	footer {
		margin-top: 72px;
	}
}
@media all and (max-width: 767px) {
	footer {
		margin-top: 64px;
		padding: 32px 0;
	}
	footer .container-classic {
		display: block;
	}
	.footer-menu .mod-menu {
		display:block;
	}
	.footer-menu .mod-menu a {
		line-height: 2;
	}
	.footer-social {
		margin-top: 24px;
	}
	.footer-social a {
		margin-left: 0;
		margin-right: 16px;
	}
	.fancybox-content {
		padding: 48px 16px 16px 16px !important;
	}
}
/* END Footer */

/* SERVICES */
.single-page h1 {
	text-align: left;
	margin-bottom: 32px;
}
.page-desc p {
	font-size: 24px;
	line-height: normal;
	margin-bottom:0;
}
.page-desc {
	margin-bottom: 128px;
}
@media all and (max-width: 1510px) {
	.single-page h1 {
		margin-bottom: 24px;
	}
	.page-desc p {
		font-size: 20px;
	}
	.page-desc {
		margin-bottom: 96px;
	}
}
@media all and (max-width: 1200px) {
	.page-desc {
		margin-bottom: 72px;
	}
}
@media all and (max-width: 767px) {
	.single-page h1 {
		margin-bottom: 16px;
	}
	.page-desc {
		margin-bottom: 64px;
	}
	.page-desc p {
		font-size: 18px;
	}
}
/* END SERVICES */
/* SERVICE */
.service-page-subheader {
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 32px;
	font-weight: 500;
}
.highlights .modulehome-title,
.highlights .modulehome-desc {
	display: none;
}
.highlights .service-sub-header {
	margin-bottom: 80px;
}
.service-page-desc p {
	font-size: 24px;
}
.service-sub-header {
	font-size: 48px;
	margin-top: 128px;
	margin-bottom: 32px;
}
.highlight-express-dot {
	text-align: center;
	margin-bottom: 64px;
}
.highlight-express-img {
	filter: brightness(0) saturate(100%) invert(59%) sepia(16%) saturate(1028%) hue-rotate(247deg) brightness(89%) contrast(78%);
	margin-bottom: 32px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.highlights-express .mycol-6:nth-child(2) .highlight-express-img {
	margin-top: -22px;
}
.highlights-express .mycol-6:nth-child(4) .highlight-express-img {
	margin-top: 6px;
}
.highlights-express .mycol-6:nth-last-child(1) .highlight-express-dot,
.highlights-express .mycol-6:nth-last-child(2) .highlight-express-dot {
	margin-bottom: 0;
}
.add64botom {
	margin-bottom: 64px;
}
.add64botom:nth-last-child(1) {
	margin-bottom: 0;
}
.service-stage-dot {
	display: flex;
}
.service-stage-number {
	font-weight: 800;
	font-size: 128px;
	color: var(--bs-main);
	flex-shrink: 0;
	line-height: 91px;
	margin-right: 16px;
}
.stn-align {
	width: 90px;
	display: flex;
	justify-content: center;
}
.service-stage-title {
	font-weight: 800;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 16px;
}
.service-stage-desc {
	font-size: 18px;
	line-height: 1.4;
}
.service-portfolio .modulehome-title {
	font-size: 48px;
	margin-bottom: 32px;
}
table {
	width: 100%;
	border-spacing:0;
	margin-top: 20px;
	border-collapse: collapse;
	table-layout: fixed;
}
tr {
	border-bottom: 1px dashed #ccc;
}
td {
	vertical-align: middle;
	text-align: center;
}
tr td:first-child {
	text-align: left;
}
tr:nth-last-child(1),
tr:nth-last-child(2) {
	border-bottom: none;
}
tr:nth-last-child(1) td {
	padding: 0;
}
thead td {
	padding: 16px 0;
	font-size: 20px;
	font-weight: 500;
}
thead td:first-child {
	font-weight: 800;
	font-size: 16px;
}
tbody td {
	padding: 8px 0;
	font-size: 16px;
}
.yes-sign:before {
    font-size: 13px;
    color: var(--bs-main);
    font-family: 'FontAwesome'!important;
    content: "\f00c";
}
.no-sign:before {
    font-size: 13px;
    color: #ccc;
    font-family: 'FontAwesome'!important;
    content: "\f00d";
}
.service-inddev-price {
	font-weight: 800;
	font-size: 20px !important;
}
.service-inddev-button .small-main-button {
	margin-left: auto;
	margin-right: auto;
}
.service-pack-page .service-pack-col:nth-child(1) .service-pack-options li:nth-last-child(-n+5)::before,
.Service-wrapper .service-pack-col:nth-child(1) .service-pack-options li:nth-last-child(1)::before  {
	color:#ccc;
}
.service-inddev-option-mob {
	display: none;
}
@media all and (max-width: 1510px) {
	.service-page-desc p {
		font-size: 20px;
	}
	.service-sub-header {
		font-size: 40px;
		margin-top: 96px;
	}
	tr:nth-last-child(1) td {
		padding: 4px;
	}
	.service-page-subheader {
		font-size: 26px;
	}
	.highlight-express-img {
		margin-bottom: 16px;
	}
	.highlights-express .highlight-express-img img {
		width: 64px;
	}
	.highlights-express .mycol-6:nth-child(3) .highlight-express-img img {
		height: 64px;
	}
	.highlights-express .mycol-6:nth-child(2) .highlight-express-img {
		margin-top: -16px;
	}
	.highlights-express .mycol-6:nth-child(4) .highlight-express-img {
		margin-top: 5px;
	}
}
@media all and (max-width: 1200px) {
	.service-stage-desc {
		font-size: 16px;
	}
	.service-sub-header {
		font-size: 32px;
		margin-top: 72px;
	}
	.service-stage-number {
		font-size: 96px;
		line-height: 78px;
		margin-right: 13px;
	}
	.service-stage-title {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.service-portfolio .modulehome-title {
		font-size: 40px;
	}
	.service-portfolio .container-classic,
	.highlights-page .container-classic{
		padding-left: 0;
		padding-right:0;
	}
	.highlights .service-sub-header {
		margin-bottom: 32px;
	}
	.add64botom {
		margin-bottom: 32px;
	}
	.stn-align {
		width: 68px;
	}
	.highlight-title {
		font-size: 20px;
	}
	.highlight-desc {
		font-size: 16px;
	}
	.highlight-express-dot {
		margin-bottom: 32px;
	}
}
@media all and (max-width: 992px) {
	.add64botom-md {
		margin-bottom: 32px;
	}
	.service-page .service-stages .add64botom-md:nth-last-child(1) {
		margin-bottom:0;
	}
	tr:nth-last-child(1) td:nth-child(1),
	tr:nth-last-child(2) td:nth-child(1)	{
		display: none;
	}
	tr:nth-last-child(1) td:nth-child(1) {
		display:none;
	}
	.service-inddev-option {
		display:none;
	}
	.service-inddev-option-mob {
		display: table-row;
		border-bottom: none;
	}
	.service-inddev-option-mob td {
		font-weight: 500;
	}
	.service-inddev-option-mob td {
		text-align: center !important;
	}
	thead tr:nth-last-child(1) td {
		padding: 0 0 24px 0;
	}
}
@media all and (max-width: 767px) {
	.modulehome-desc {
		margin-bottom: 32px;
	}
	.service-page-desc p {
		font-size: 18px;
	}
	.service-sub-header {
		font-size: 24px;
		margin-top: 64px;
	}
	.stn-align-sm {
		width: 55px;
		display: flex;
		justify-content: center;
	}
	.service-portfolio .modulehome-title {
		font-size: 32px;
	}
	.service-inddev-button .small-main-button {
		height: auto;
		width: auto;
		line-height: 1.2;
		padding: 12px 0;
	}
	.service-inddev-price {
		padding: 24px 0 8px 0;
	}
	thead {
		background: #f5f5f5;
	}
	thead tr:nth-last-child(1) td {
		padding: 12px;
	}
	thead td {
		font-size: 16px;
	}
	.service-page-subheader {
		font-size: 22px;
	}
	.highlights-express .mycol-6:nth-child(2) .highlight-express-img {
		margin-top: 0;
	}
	.highlights-express .mycol-6:nth-child(4) .highlight-express-img {
		margin-top: 0;
	}
	.highlight-express-dot {
		margin-bottom: 24px;
	}
	.highlights-express .mycol-6:nth-last-child(1) .highlight-express-dot {
		margin-bottom: 0;
	} 
	.highlights-express .mycol-6:nth-last-child(2) .highlight-express-dot {
		margin-bottom: 24px;
	}
	.highlight-title {
		margin-bottom: 8px;
	}
}
/* END SERVICE */
/* PORTFOLIO PAGE */

.portfolio-page-cover img,
.portfolio-page-line img {
	max-width: 100%;
}
.portfolio-page-year {
	font-weight: 800;
	font-size: 64px;
	line-height: 1.2;
}
.portfolio-page-intro {
	margin-bottom: 64px;
}
.portfolio-page-title {
	font-weight: 500;
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 24px;
}
.portfolio-work-type-label {
	font-weight: 800;
}
.portfolio-page-desc {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 32px;
}
.portfolio-page-link {
	color: var(--bs-font-color);
	font-size: 24px;
	line-height: 1.2;
}
.portfolio-page-link:hover {
	color: var(--bs-hover);
}
.portfolio-page-line-subtitle {
	margin-top: 64px;
	margin-bottom: 32px;
}
.portfolio-page-line-subdesc p {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 29px;
}
.portfolio-page-line-subdesc ul,
.portfolio-page-line-subdesc ol {
	margin-left: 48px;
	margin-bottom: 29px;
}
.portfolio-page-line-subdesc li {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 8px;
}
.portfolio-page-cover {
	margin-bottom: 32px;
	margin-top: 32px;
}
.portfolio-page-line-image {
	display: block;
	margin-bottom: 32px;
}
.portfolio-page .Portfolio-wrapper .portfolio-col:nth-last-child(1) {
	display:none;
}
.mod-reset {
	margin-top: 128px;
	margin-bottom: 64px;
}
.jfilters-filter-container__inner {
    position: relative;
}
.mod-reset,
.jfilters-filter-list--buttons_single,
.mod-jfilters_filters {
	display: flex;
	flex-wrap: wrap;
}
.jfilters-filter-header,
.com-finder__navigation {
	display:none !important;
}
.jfilters-filter-list__item  {
	list-style: none;
}
.filter-all-button,
.jfilters-item-link,
.jfilters-filter-container__inner button,
.myfilter {
	display: block;
    width: 256px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #fff;
    border: 2px solid #ddd;
	border-radius: 3px;
    font-size: 18px;
    color: var(--bs-font-color);
    text-decoration: none;
	margin-right: 8px;
	margin-bottom: 8px;
	flex-shrink:0;
}
.jfilters-filter-container__inner button,
.myfilter {
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	padding: 0 12px;
	cursor: pointer;	
}
.filter-all-button:hover,
.jfilters-item-link:hover {
	background: #e8e7e7; 
    border: 2px solid #e8e7e7;
}
.jfilters-filter-container__inner button:after {
    position: absolute;
    right: 20px;
    font-size: 15px;
    color: var(--bs-font-color);
    font-family: 'FontAwesome'!important;
    content: "\f0d7";
}
.jfilters-item-link--selected,
.filter-all-button-selected {
    background: var(--bs-main) !important; 
    border: 2px solid var(--bs-main) !important;
	color:#fff !important;
}
.jfilters-filter-container {
	border-bottom: none !important;
	padding: 0 !important;
}
.jfilters-filter-container__inner {
	margin: 0 !important;
	padding: 0 !important;
}
.dropdown-menu.show {
    display: block;
	opacity: 1;
    visibility: visible;
	z-index: 10;
	padding: 24px;
}
.dropdown-menu.show li {
    list-style: none;
}
.dropdown-menu.show a {
   text-decoration: none;
   color: var(--bs-font-color);
   font-size:18px;
}
.dropdown-menu.show a:hover {
   text-decoration: underline;
}
.jscroll-added .container-classic {
	display: none;
}
.jscroll-added:nth-child(1) .container-classic {
	display: block;
}
.ai-next {
	margin-left: auto;
	margin-right: auto;
}
.fa-spinner {
	font-size: 32px;
}
.portfolio-page-video {
	width: 100%;
	height: 790px;
	background: #8f8f8f;
	display: flex; 
	justify-content: center;
	margin-bottom: 32px;
}
.portfolio-page-video video {
	width: 800px;
}
.container-portfolio table {
	margin-bottom: 32px;
}
.container-portfolio thead th {
	text-align: left;
	padding: 8px;
}
.container-portfolio td {
	text-align: left;
	padding: 8px !important;
}
.container-portfolio tr:nth-last-child(1),
.container-portfolio tr:nth-last-child(2) {
	border-bottom: 1px dashed #ccc;
}
.container-portfolio tr:nth-last-child(1) td {
	padding: 8px 0;
}
@media all and (max-width: 1510px) {
	.portfolio-page-year {
		font-size: 48px;
	}
	.portfolio-page-title {
		font-size: 26px;
	}
	.portfolio-page-desc {
		font-size: 20px;
	}
	.portfolio-page-link {
		font-size: 20px;
	}
	.portfolio-page-line-subtitle {
		font-size: 48px;
	}
	.portfolio-page-line-subdesc p {
		font-size: 20px;
		margin-bottom: 24px;
	}
	.portfolio-page-line-subdesc ul,
	.portfolio-page-line-subdesc ol	{
		margin-left: 36px;
		margin-bottom: 24px;
	}
	.portfolio-page-line-subdesc li {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.mod-reset {
		margin-top: 96px;
		margin-bottom: 32px;
	}
}
@media all and (max-width: 1200px) {
	.portfolio-page-line-subtitle {
		font-size: 40px;
	}
	.filter-all-button {
		margin-bottom: 8px;
	}
}
@media all and (max-width: 992px) {
	.portfolio-page-line-subtitle {
	font-size: 32px;
	}
	.portfolio-page-year {
		font-size: 40px;
	}
	.Portfolio-wrapper .portfolio-col:nth-last-child(1) {
		display:block;
	}
	.mod-reset {
		margin-top: 32px;
	}
	.mod-reset,
	.jfilters-filter-list--buttons_single {
		display: block;
	}
	.jfilters-item-link {
		margin-bottom: 8px;
	}
	.portfolio-page .Portfolio-wrapper .portfolio-col:nth-last-child(1) {
		display:block;
	}
	.portfolio-page-video {
		height: auto;
		background: none;
		-webkit-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 25%);
		box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 25%);
	}
	.portfolio-page-video video {
		width: 100%;
	}
	.container-portfolio tr:nth-last-child(1) td:nth-child(1),
	.container-portfolio tr:nth-last-child(2) td:nth-child(1) {
		display: table-cell;
	}
}
@media all and (max-width: 767px) {
	.portfolio-page-line-subtitle {
		font-size: 24px;
		margin-bottom: 24px;
	}
	.portfolio-page-year {
		font-size: 32px;
		margin-bottom: 16px;
	}
	.portfolio-page-title {
		font-size: 24px;
		margin-top: 16px;
	}
	.portfolio-page-intro {
		margin-bottom: 32px;
	}
	.portfolio-page-line-subdesc p {
		font-size: 18px;
	}
	.portfolio-page-line-image,
	.portfolio-page-cover	{
		margin-bottom: 16px;
	}
	.portfolio-page-cover {
		margin-top: 0;
	}
	.portfolio-page-line-subdesc ul,
	..portfolio-page-line-subdesc ol {
		margin-left: 16px;
	}
	.portfolio-page-line-subdesc li {
		font-size: 18px;
	}
	.filter-all-button,
	.jfilters-item-link,
	.jfilters-filter-container__inner button 	{
		width: 255px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
		margin-right: 0;
		margin-bottom: 8px;
	}
	.mod-reset {
		margin-bottom: 24px;
	}
	.portfolio-page-line-subtitle {
		margin-top: 32px;
	}
	.portfolio-page-line {
		margin-top: 32px;
	}
	.portfolio-page-desc {
		margin-bottom: 24px;
	}
	.portfolio-page-video {
		margin-bottom: 16px;
	}
	.portfolio-table {
		overflow-x: auto;
	}
	.container-portfolio table {
		width: 500px;
	}
}
/* END PORTFOLIO PAGE */
/* CONTACTS */
.contact-page ul {
	margin-bottom: 24px;
}
.contact-page li {
	list-style: none;
	font-size: 24px;
	line-height: 1.5;
	display: -webkit-box;
	position: relative;
	width: max-content;
}
.contact-page li a {
	font-size: 24px;
	line-height: 1.5;
	color: var(--bs-font-color);
	font-weight: 400;
}
.contact-page li a:hover {
	color: var(--bs-hover);
}
.contact-page-click {
	cursor: pointer;
}
.contact-page-click:hover .dropdown-menu {
	opacity:1;
	visibility:visible;
}
.contact-page-email {
	text-decoration: none;
}
.contact-page-company {
	font-weight: 800;
}
.contact-page .myform {
	max-width: 100%;
	width: 100%;
}
.contact-page .sscf-success-message .con-none {
   display: none !important;
}

@media all and (max-width: 1510px) {
	.contact-page li,
	.contact-page li a	{
		font-size: 20px;
	}
}
@media all and (max-width: 992px) {
	.contact-page li,
	.contact-page li a	{
		font-size: 18px;
	}
}
@media all and (max-width: 767px) {
	.contact-page li {
		width: 100%;
	}
}
/* END CONTACTS */