.hidden{
	display: none;
}
.brand-logo-mob{
	display: none;
}

.section-advantage h1{
	font-weight: 700;
	font-size: 100px;
	line-height: 136px;
	text-transform: uppercase;
	color: #FFF53F;
}

.box-icon-erin-icon img{
	width: 34px;
}
.desktop .section-reviews .oh-desktop{
	color: #fff;
}
.desktop footer .oh-desktop{
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	
	text-transform: uppercase;
	color: #FFFFFF
}
.desktop .main-form .oh-desktop{
	color: #fff
}
.footer-social-list li:not(:last-child){
	margin-right: 18px;
}
.rd-navbar-fixed .rd-navbar-fixed-element-1{
	display: none;
}
.rd-navbar-tel{
	margin-left: auto;
}
.section-about .isotope-item{
	width: 100%;
}
.rd-navbar-tel a{
	font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.rd-navbar-tel svg{
	margin-right: 3px;
	width: 24px;
	height: 24px;
}
.rd-navbar-tel{
	display: none;
}
.wpcf7-form br{
	display: none;
}
.wpcf7-form label{
	display: block;
	margin-bottom: 25px;
}
.wpcf7-form label input{
	background: #FFFFFF;
	height: 60px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	padding-left: 26px;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #C8C8C8;
	width: 100%;
	outline: none;
	border: none;
}
.select2-container{
	max-width: unset;
	width: 100%;
	letter-spacing: unset;
	border-radius: 6px;
	margin-bottom: 20px;
}
.select2-container .select2-choice{
	background: #FFFFFF;
	height: 60px;
	padding-left: 26px;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #8080A0;
	width: 100%;
	outline: none;
	border: none;
	text-transform: uppercase;
}
.select2-results .select2-highlighted{
	background: unset;
}
.select2-results .select2-highlighted .select2-result-label{
	color: #FF006B;
}
.select2-results .select2-result-label:not(:last-child){
	border-bottom: 1px solid #DFDFDF;
}
.wpcf7-form .wpcf7-submit{
	outline: none;
	border: none;
	background: linear-gradient(88.29deg, #B327FF -110.7%, #1BD6FF 180.18%);
	height: 60px;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	justify-content: center;
	max-width: 270px;
	width: 100%;
	margin-top: 33px;
	cursor: pointer;
	transition: all .25s ease-in-out;
	background: #FF006B;
	border-bottom: 1px solid #FFF53F;
	border-radius: 29px;
}
.wpcf7-form .wpcf7-submit:hover{
	background: #EEF200;
	color: #000040;
}
.wpcf7-form .wpcf7-submit:active{
	background: #000040;
}
.modal .wpcf7-form{
	max-width: 560px;
}
.modal-bg{
	position: fixed;
    top: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
    background: linear-gradient(89.76deg, rgba(0, 0, 0, 0.9) 0.18%, rgba(0, 0, 0, 0) 102.01%);
    backdrop-filter: blur(6.5px);
    -webkit-backdrop-filter: blur(6.5px);
}
.modal-bg.active{
	opacity: 1;
    visibility: visible;
    transition: .2s ease;
}
.modal{
	position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    max-width: 706px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    height: auto;
    transform: translate(-50%, -50%);
    background-image: url(/wp-content/uploads/2023/01/20d29f25d41e21d113bb572c6100941a-1-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.modal.active{
	opacity: 1;
    visibility: visible;
    transition: .2s ease;
}
.wpcf7-spinner{
	position: absolute;
    left: 0;
    bottom: 80px;
}
.form_text{
	margin-top: 28px;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF;
	max-width: 477px;
	text-align: left;
}
.wpcf7 form.sent .wpcf7-response-output{
	display: none!important;
}
.wrapp-modal{
    padding: 53px 70px 55px 70px;
    position: relative;
    width: 100%;
    display: none;
    border-top: 7px solid #FF006B;
}
#header-form.active{
	display: block;
}
.select2-drop{
	z-index: 10000;
}
.wrapp-modal h2{
	font-weight: 800;
	font-size: 26px;
	line-height: 35px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.105em;
	text-align: center;
	margin-bottom: 40px;
}
.modal-close{
	position: absolute;
    top: 18px;
    right: 10px;
    z-index: 9;
    cursor: pointer;
    position: absolute;
    width: 53px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.modal-close svg{
	width: 53px;
    height: 53px;
    fill: #fff;
    transition: 0.5s ease;
}
html.rd-navbar-fixed-linked .error404 .page-new{
	padding-top: 0;
}
html.rd-navbar-fixed-linked .page-template-thanks .page-new{
	padding-top: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	display: none!important;
}
.error404 .swiper-custom-container{
	display: none;
}
.home .swiper-custom-container{
	height: 100vh;
	display: flex;
	align-items: center;
}
.error404 footer{
	display: none;
}
.wpcf7-form-control-wrap{
	display: block;
}
.wpcf7-not-valid-tip{
	position: absolute;
    right: 8px;
    top: 2px;
    color: #f5543f;
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
}
.wpcf7-form label input.wpcf7-not-valid{
	border: 1px solid #f5543f;
}
.fixed-form{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s; 
	background: #FF006B;
	position: fixed;
	right: 100px;
	bottom: 40px;
	cursor: pointer;
	z-index: 20;
}
.mobile-cosial{
	display: none;
}
.fixed-form svg{
	transition: all 0.2s; 
	width: 27px;
	height: 27px;
	fill: #fff;
}
.fixed-form:hover{
	background: #FEF100;
}
.fixed-form:hover svg{
	fill: #222
}
#ui-to-top{
	display: none;
}
.error404 .section-single .button, .page-template-thanks .section-single .button{
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
	background: #FF006B;
	border-bottom: 3px solid #FFF53F;
	border-radius: 29px;
	margin-left: 100px;
	padding: 17px 60px;
}
.error404  .section-single .button:hover, .page-template-thanks .section-single .button:hover{
	background: #FFF53F;
	color: #222222
}
.error404  .section-single .button:active, .page-template-thanks .section-single .button:active{
	border-radius: 29px;
	color: #222222
}
.page-template-thanks .swiper-custom-container{
	display: none;
}
.page-template-thanks footer{
	display: none;
}
.title-thanks{
	font-weight: 700;
	font-size: 65px;
	line-height: 75px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 20px;
	max-width: 700px;
	padding-left: 100px;
}
.page-template-thanks h4.text-spacing-0{
	font-weight: 400;
	font-size: 24px;
	line-height: 33px;
	color: #FFFFFF;
	padding-left: 100px;
	max-width: 616px
}
.breadcrumbs-custom-title{
	font-weight: 400;
	font-size: 50px;
	line-height: 68px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.breadcrumbs-custom-decor::before{
	content: none;
}

.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck.context-dark, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck.bg-gray-dark, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck.bg-primary, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone.context-dark, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone.bg-gray-dark, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone.bg-primary{
	background: #323232
}
.rd-navbar-creative.rd-navbar-static .rd-navbar-brand img{
	max-width: 94px;
}
.rd-navbar-creative.rd-navbar-static .rd-navbar-main{
	padding: 15px 0;
}
.rd-navbar-creative.rd-navbar-static{
	background: #000040
}
.swiper-custom-container .rd-navbar-creative.rd-navbar-static{
	background: transparent;
	position: fixed;
    width: 100%;
    top: 0;
    padding: 0;
    z-index: 9;
}
.rd-navbar-creative.rd-navbar-static .rd-navbar-collapse{
	margin: 0;
}
#menu-glavnoe-menju{
	text-align: center;
}
#menu-glavnoe-menju-en{
	text-align: center;
}
.rd-navbar-nav li{
	display: inline-block;
}
.rd-navbar-wrap{
	height: auto!important;
}
.swiper-slider-6 .swiper-wrapper::before{
	content: none;
}
.rd-navbar-nav li a{
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.105em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.rd-navbar-nav li.current_page_item a {
	color: #FFF53F;
	font-weight: 700
}
.rd-navbar-nav li:not(:last-child){
	margin-right: 50px;
}
.rd-navbar-nav li a:hover{
	color: #FFF53F;
	font-weight: 700
}
.page-template-templates-service .section-lg .row{
	margin-left: 19px;
	margin-right: 19px;
}
.page-template-templates-service .section-lg .col-xl-4{
	padding: 0 20px;
	margin-bottom: 70px;
}
.services-classic-caption{
	padding: 0;
	padding-top: 17px;
}
.unit-spacing-md{
	margin-left: 0;
	margin-right: 0;
}
.services-classic-counter{
	font-weight: 700;
    font-size: 80px;
    line-height: 101.6%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #E6E6EC;
    opacity: 0.8;
    margin-left: 13px;
}
.page-template-templates-service .unit-spacing-md > *{
	margin-left: 4px;
	margin-bottom: 0;
}
.services-classic-title{
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	text-transform: uppercase;
	color: #222222;
	position: relative;
}
.services-classic-title:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	background: #FF006B;
	height: 3px;
	transition: 0.5s ease;
}
.services-classic:hover .services-classic-title:after{
	width: 55px;
}
.page-template-templates-new .thumbnail-classic-caption h6:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	background: #FF006B;
	height: 3px;
	transition: 0.5s ease;
}
.page-template-templates-new .isotope-item:hover .thumbnail-classic-caption h6:after{
	width: 55px;
}
.page-template-templates-service .services-classic-text{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #696969;
	margin-top: 10px;
}
.page-template-templates-service .unit-spacing-md{
	margin-bottom: 0;
	margin-left: 0;
}




.aside-services-title{
	font-weight: 700;
	font-size: 25px;
	line-height: 33px;
	text-transform: uppercase;
	color: #000040;
}
.list-category a{
    padding: 10px 0;
	padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    display: block;
    border-bottom: 1px solid #E6E6EC;
    font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #6B6B6B;
}
.list-category li.current-menu-item a{
	color: #8080A0;
}
.list-category li a:before{
	position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    height: 3px;
    width: 0;
    background: #FF006B;
    transition: all .3s ease;
}
.list-category li.current-menu-item a:before{
	width: 55px;
}
.list-category li:not(.current-menu-item) a:hover:before{
	width: 100%;
}
.list-category{
	margin-top: 12px;
}
.aside-services .aside-item:first-child{
	margin-bottom: 100px;
}
.box-contacts-title{
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	
	text-transform: uppercase;
	color: #8080A0;
	margin-bottom: 7px;
}
.box-contacts .unit-body a{
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #8080A0;
}
.aside-services .box-contacts-item{
	display: flex;
	align-items: center;
}
.aside-services .box-contacts-item .unit-left{
	margin-right: 10px;
}
.aside-services .box-contacts-item .unit{
	display: block;
}
.single-service p{
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}
.single-service__row{
	display: flex;
}
.single-service__row img{
	margin-top: 0;
	max-width: 430px;
	width: 100%;
}
.single-service img + h4{
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	text-transform: uppercase;
	color: #000040;
	margin-top: 30px;
	letter-spacing: unset;
}
.single-service .card-corporate .card-title a{
	background: #FF006B;
	color: #fff;
}
.card-corporate .card-body p + p{
	margin-top: 8px;
}
.single-service .card-corporate .card-body p{
	font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #616060;
}
.team-classic-title{
	margin-top: 16px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #000040;
	text-align: center;
}
.servise-single_form h4{
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000040;
	margin-bottom: 40px;
	letter-spacing: unset;
}
.page-template-templates-project .isotope-item{
	padding: 0 13px;
}
.page-template-templates-project .row{
	margin-left: -13px;
	margin-right: -13px;
}
.page-template-templates-project .thumbnail-classic-title{
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #FFFFFF;
	max-width: 295px;
	text-align: left
}
.section-about .thumbnail-classic-title{
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #FFFFFF;
	max-width: 295px;
	text-align: left
}
.thumbnail-classic-title a[href*='tel'], .thumbnail-classic-title a[href*='mailto']{
	white-space: unset;
}
.thumbnail-classic:hover .thumbnail-classic-caption{
	border-top: 4px solid #FF006B
}
.thumbnail-classic-caption{
	border-top: 4px solid transparent
}
.single-projects .col-xl-7{
	max-width: 695px;
}
.single-projects .flex-lg-row-reverse{
	justify-content: space-between;
}
.project-page h1{
	font-weight: 800;
	font-size: 24px;
	line-height: 33px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #222222;
	margin-bottom: 30px;
}
.page-template-templates-project .thumbnail-classic-tag{
	margin-top: 7px;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	
	text-transform: uppercase;
	background: linear-gradient(88.29deg, #B327FF -110.7%, #1BD6FF 180.18%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.breadcrumbs-custom{
	background: #000040
}
.project-page h4{
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000040;
	letter-spacing: unset;
	margin-bottom: 23px
}
.project-page p + p{
	margin-top: 20px;
}
.project-page p{
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #616060;
}
.project-page h4 + p{
	margin-top: 0;
}
.project-page-social-list{
	display: flex;
	align-items: center;
	margin-left: 0;
	margin-right: 0;
}
.project-page-social-list li:not(:last-child){
	margin-right: 20px;
}
.project-page-social-list li svg{
	width: 25px;
	height: 25px;
	fill: #000040
}
.wrapp-modal .wpcf7-form label input{
	line-height: 19px;
	font-size: 16px;
	color: #ABABAB;
}
.wrapp-modal textarea{
	line-height: 19px;
	font-size: 16px;
	color: #ABABAB;
}
.select2-result:not(:last-child){
	border-bottom: 1px solid #DFDFDF;
}
.wrapp-modal .select2-container .select2-choice{
	font-size: 16px;
	line-height: 19px;
	color: #ABABAB;
}
.project-page-social-list a{
	display: block;
}
.project-page-social-list{
	margin-top: 100px;
}
.footer-social-list-4 .icon{
	fill: #fff
}
.swiper-custom-container .list-share-2 .icon{
	fill: #fff
}
.project-page-social-list li{
	margin-top: 0;
	padding: 0;
}
.project-page ~ .button-lg{
	letter-spacing: unset;
	font-weight: 600;
	font-size: 18px!important;
	line-height: 25px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 17px 60px!important;
	min-width: unset;

}
.slick-project .carousel-parent{
	margin-bottom: 100px;
}
.slick-project .slick-prev, .slick-project .slick-next{
	border: 0;
	background: unset;
	bottom: -73px;
}
.slick-project + .table-custom-responsive{
	margin-top: 50px;
}
.table-project td:first-child{
	min-width: 70px;
	padding: 18px;
}
.table-custom{
	max-width: 360px;
}
.table-project td{
	border: 1px solid #E6E6EC;
	letter-spacing: unset;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
}
.single-projects .carousel-parent .item{
	height: 472px;
}
.main-form .wpcf7-form{
	max-width: 568px;
}
.form__row{
	display: flex;
}
.carousel-parent .item img{
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.child-carousel .item{
	height: 110px;
}
.child-carousel .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.page-template-default h2{
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000040;
	margin-bottom: 40px;
}
.page-template-default h3{
	font-size: 16px;
	font-weight: 600;
	
	line-height: 22px;
	margin-bottom: 30px;
	margin-top: 30px;
	color: #000040
}
.page-template-default p{
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #8080A0;

}
.page-default{
	padding-top: 41px;
	text-align: left;
	padding-bottom: 64px;
}
.page-template-default h1{
	font-weight: 700;
	font-size: 40px;
	line-height: 51px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: unset;
}
.page-template-templates-new .isotope-item:first-child{
	flex: 0 0 50%;
    max-width: 100%;
}
.page-template-templates-new .isotope{
	columns: 2;
    break-inside: avoid;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    height: auto!important;
    margin-left: 0;
}
.page-template-templates-new .isotope-item:first-child .thumbnail-classic-figure{
	height: 800px;
}
.wrapp-news__data{
	margin-top: 25px;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #222222;
	position: relative;
	text-align: left;
	display: inline-block;
}
.single-news .flex-lg-row-reverse{
	flex-wrap: unset;
}
/*.single-news .col-xl-7{
	margin-right: 50px;
}*/
.wrapp-news__data:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	border-bottom: 1px solid #C8C8C8;
	width: 100%;
}
.page-template-templates-new .thumbnail-classic-caption{
	transform: unset;
	background: unset;
	border: none;
	margin-top: 20px;
	font-weight: 800;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #222222;
	padding: 0;
	text-align: left;
}
.page-template-templates-new .thumbnail-classic-caption h6{
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 33px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #222222;
	max-width: 300px;
}
.page-template-templates-new .isotope-item:first-child .thumbnail-classic-caption h6{
	max-width: unset;
}
.page-template-templates-new .isotope-item .thumbnail-classic-figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.page-template-templates-new .isotope-item{
	position: unset!important
}
.page-template-templates-new .isotope-item:nth-child(2){
	flex: 0 0 35%;
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-bottom: 45px;
}
.page-template-templates-new .isotope-item:nth-child(3){
	flex: 0 0 35%;
    margin-left: auto;
    max-width: 600px;
    width: 100%;
}
.page-template-templates-new .thumbnail-lg{
	max-width: unset;
	text-align: left;
}
.page-template-templates-new .isotope-item:nth-child(2)  .thumbnail-classic-caption h6{
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.2em;
}
.page-template-templates-new .isotope-item:nth-child(3)  .thumbnail-classic-caption h6{
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.2em;
}
.page-template-templates-new .isotope-item:nth-child(2)  .wrapp-news__data{
	margin-top: 14px;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
}
.page-template-templates-new .isotope-item:nth-child(3)  .wrapp-news__data{
	margin-top: 14px;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
}
.page-template-templates-new .thumbnail-classic:hover .thumbnail-classic-caption{
	border: none;
}

.page-template-templates-contact .project-page-social-list{
	margin-top: 15px;
    margin-bottom: 0;
    transform: unset;
}
.page-template-templates-contact .aside-contacts-title{
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	
	text-transform: uppercase;
	color: #000040;
}
.aside-contacts-item + .aside-contacts-item{
	padding-top: 20px;
	border-top: 1px solid #E6E6EC;
}
.page-template-templates-contact .aside-contacts .row-30 > *{
	margin-bottom: 20px;
}
.page-template-templates-contact .unit-spacing-xs{
	margin-bottom: 0;
	margin-top: 10px;
	align-items: center;
}
.page-template-templates-contact .unit-spacing-xs > *{
	margin-bottom: 0;
}
.page-template-templates-contact .unit-body a{
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #000040;
}
.aside-contacts{
	border-left: 1px solid #E6E6EC;
}
.servise-single_form label input{
	border: 1px solid #C8C8C8;
	background: unset;
	outline: none;
	padding-left: 20px;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	display: flex;
	align-items: center;
	color: #8080A0;
	height: 55px;
	box-shadow: none;
	text-transform: unset;
}
.servise-single_form label {
	display: block;
	margin-bottom: 25px;
}
.servise-single_form  textarea{
	box-shadow: none;
	border: 1px solid #C8C8C8;
	padding-left: 20px;
	text-transform: unset;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	padding-top: 20px;
	height: 180px;
}
.servise-single_form .form_row label{
	width: 50%;
}
.form_row{
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.form_row label:first-child{
	margin-right: 18px;
}
textarea{
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	height: 244px;
	padding-left: 26px;
	padding-top: 20px;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #8080A0;
	width: 100%;
	resize: unset;
}
.servise-single_form .wpcf7-form .wpcf7-submit{
	margin-top: 35px;
}
.single-service .team-classic{
	max-width: 255px;
}
.unit-left-mob{
	display: none;
}
.servise-single_form .form_text{
	color: #8080A0;
}
.select2-drop.select2-drop-above.select2-drop-active{
	border: 1px solid #E6E6EC;
	border: none;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.servise-single_form .select2-container{
	margin-bottom: 0;
}
.servise-single_form .select2-container .select2-choice{
	border: 1px solid #E6E6EC;
    border-radius: 6px;
    height: 50px;
    padding: 15px 40px 15px 16px;
}
.select2-drop-active{
	border: 1px solid #E6E6EC;
	border: none;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.select2-results .select2-result-label{
	padding: 19px 19px 19px 26px;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #696969;
}
.select2-results{
	padding: 0;
}
.select2-results{
	border: none;
}
.breadcrumbs span{
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	display: flex;
	align-items: center;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #222;
}
.breadcrumbs a span{
	color: #6B6B6B;
}
.breadcrumbs img{
	margin: 0 21px;
}
.breadcrumbs{
	padding: 20px 0;
	padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select2-container .select2-choice > .select2-chosen{
	display: flex;
	align-items: center;
}
.services-classic-figure{
	height: 336px;
    background: #EFEFEF;
    border: 1px solid #C8C8C8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-classic-figure img{
	width: auto;
    height: auto;
    object-fit: contain;
}

.services-classic-title a:hover{
	background: linear-gradient(88.29deg, #B327FF -110.7%, #1BD6FF 180.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.breadcrumbs a span:hover{
	background: linear-gradient(88.29deg, #B327FF -110.7%, #1BD6FF 180.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.box-contacts .unit-body a:hover{
	background: linear-gradient(88.29deg, #B327FF -110.7%, #1BD6FF 180.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main{
	padding: 15px 0;
}
.page-template-templates-project .thumbnail-classic-title:hover{
	color: #EEF200
}
.project-page ~ .button-lg:hover{
	color: #000040
}
.project-page-social-list a:hover{
	background: linear-gradient(88.29deg, #B327FF -110.7%, #1BD6FF 180.18%);
    border-radius: 3px;
}
.project-page-social-list a:hover svg{
	fill: #fff
}
.page-template-templates-contact .unit-body a:hover{
	background: linear-gradient(88.29deg, #B327FF -110.7%, #1BD6FF 180.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item{
	display: block!important;
}
.wpml-ls-legacy-list-horizontal a{
	padding: 0;
	margin: 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 0.105em;
	text-transform: uppercase;
	color: #C8C8C8;
}
.wpml-ls-current-language a{
	color: #FFF53F;
}
.wpml-ls-display{
	display: none;
}
.wpml-ls-legacy-list-horizontal{
	border: none!important
}
.header_lang{
	margin-top: 48px;
}
.wpml-ls-legacy-list-horizontal a:hover{
	color: #FFF53F;
}
footer .container{
	display: flex;
}
.wrapp-footer__logo img{
	max-width: 60px;
}
.wrapp-footer__logo{
	margin-right: 120px;
}
.wrapp-footer__menu ul li:not(:last-child){
	margin-bottom: 20px;
}
.wrapp-footer__menu ul li a{
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.105em;
	color: #FFFFFF;
}
.wrapp-footer__menu ul li:first-child a{
	color: #FFF53F
}
.wrapp-footer__menu{
	margin-right: 150px;
}
.wrapp-footer__info{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wrapp-footer__info-title{
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.wrapp-footer__info-row a{
	display: block;
}
.wrapp-footer__info-row a img{
	width: 35px;
	height: 35px;
}
.wrapp-footer__info-row a:not(:last-child){
	margin-right: 24px;
}
.wrapp-footer__info-row{
	display: flex;
}
.wrapp-footer__tel{
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}
.wrapp-footer__tel img{
	margin-right: 10px;
}
.wrapp-footer__tel:not(:last-child){
	margin-bottom: 15px;
}
.wrapp-footer__tel svg{
	margin-right: 10px;
}
.footer-corporate{
	padding: 60px 0 140px;
}

.swiper-custom-container .swiper-custom-bg, .swiper-custom-container .section-relative{
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.swiper-pagination-2 .swiper-pagination-bullet{
	margin: 0;
}
.swiper-pagination-2 .swiper-pagination-bullet:not(:last-child){
	margin-bottom: 25px;
}
.services-rose-caption__img{
	height: 336px;
	background: #EFEFEF;
	border: 1px solid #C8C8C8;
	display: flex;
    align-items: center;
    justify-content: center;
}
.section-services .services-rose-caption{
	display: block;
}
.select2-drop-active.active{
	opacity: 0;
	overflow: hidden;
}
.select2-drop-mask{
	display: none!important;
}
.section-services .owl-custom-nav-2{
	display: none;
}

.title-panel-left{
	margin-bottom: 0;
}
.context-dark .card-corporate .card-arrow::before, .bg-gray-dark .card-corporate .card-arrow::before, .bg-primary .card-corporate .card-arrow::before, .context-dark .card-corporate .card-arrow::after, .bg-gray-dark .card-corporate .card-arrow::after, .bg-primary .card-corporate .card-arrow::after{
	content: none;
}
.card-corporate .card-arrow::before, .card-corporate .card-arrow::after{
	content: none;
}
.card-corporate .card-title a.collapsed .card-arrow{
	transform: rotate(180deg);
}
.section-production{
	padding: 55px 76px;
}
.owl-style-10{
	border: 1px solid #C8C8C8;
	margin-top: 50px;
	padding: 68px 130px;
}
.wpcf7-form p{
	margin: 0;
}
 .wpcf7-form .form__row label{
	width: 50%;
}
 .wpcf7-form .form__row label:first-child{
	margin-right: 25px;
}
.modal-thanks{
	position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    max-width: 706px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    height: auto;
    transform: translate(-50%, -50%);
    background-image: url(/wp-content/uploads/2023/01/20d29f25d41e21d113bb572c6100941a-1-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.modal-thanks.active{
	opacity: 1;
    visibility: visible;
    transition: .2s ease;
}
.modal-thanks__wrapp{
	width: 100%;
	padding: 121px 50px 50px 50px;
	border-top: 7px solid #FF006B;
}
.modal-thanks__wrapp-title{
	max-width: 480px;
	font-weight: 800;
	font-size: 35px;
	line-height: 48px;
	text-align: center;
	letter-spacing: 0.105em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 0;
	margin: auto;
}
.modal-thanks__wrapp-description{
	margin: auto;
	margin-top: 40px;
	font-weight: 300;
	font-size: 24px;
	line-height: 33px;
	text-align: center;
	color: #FFFFFF;
	max-width: 360px;
	letter-spacing: 0.105em;
}
.modal-thanks__wrapp-btn{
	margin-top: 60px;
	
}
.modal-thanks__wrapp-btn a{
	padding: 17px 28px;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
	background: #FF006B;
	border-bottom: 3px solid #FFF53F;
	border-radius: 29px;
	display: inline-block;
}
.rd-navbar-fixed .rd-navbar-nav-wrap{
	background: rgba(50, 50, 50, 0.95);
    box-shadow: unset;
    width: 100%;
    padding: 164px 20px 0 20px;
}
.rd-navbar-fixed .rd-navbar-panel{
	box-shadow: none;
}
.owl-carousel .owl-item{
	min-height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination{
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	letter-spacing: 0.105em;
	text-transform: uppercase;
	color: #222222;
	margin-top: 75px
}
.pagination a{
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	letter-spacing: 0.105em;
	text-transform: uppercase;
	color: #222222;
}
.pagination  span{
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	letter-spacing: 0.105em;
	text-transform: uppercase;
	border-bottom: 1px solid #FF006B;
	color: #222222;
}
.wrapp-other h2{
	font-weight: 800;
	font-size: 24px;
	line-height: 33px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #222222;
	margin-bottom: 40px;
}
.pagination a:hover{
	border-bottom: 1px solid #FF006B;
}
.pagination .next{
	display: none;
}
.pagination .prev{
	display: none;

}
.wrapp-other{
	padding-bottom: 100px;
}
.wrapp-other .thumbnail-classic-figure{
	height: 232px;
}
.wrapp-other .thumbnail-classic{
	text-align: left;
}
.wrapp-other .thumbnail-classic:hover .thumbnail-classic-caption{
	border-top: 0;
}
.project-page .wrapp-news__data{
	margin-top: 0;
	margin-bottom: 32px;
	font-size: 20px;
	line-height: 27px;
}
.wrapp-other .thumbnail-classic-caption{
	margin: 0;
	transform: unset;
	background: unset;
	color: #222222;
	padding: 0;
	text-align: left;
	margin-top: 24px;
	max-width: 300px;
	border: none;
}
.wrapp-other .thumbnail-classic-caption .thumbnail-classic-title{
	font-weight: 800;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.wrapp-other .thumbnail-classic-caption .thumbnail-classic-title a{
	color: #222222
}
.wrapp-other .thumbnail-classic-caption .thumbnail-classic-title:before{
	content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    background: #FF006B;
    height: 3px;
    transition: 0.5s ease;
}
.wrapp-other .thumbnail-classic:hover .thumbnail-classic-title:before{
	width: 55px;
}
.wrapp-news__other{
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.single-service__img{
	position: relative;
	max-width: 430px;
	width: 100%;
}
.single-service__img a{
	position: absolute;
	display: flex;
	align-items: center;
	padding: 8px 66px 8px 27px;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
	 top: 50%;
	 left: 50%;
	 margin-right: -50%;
	 transform: translate(-50%, -50%);
	 background: #FF006B;
	border-bottom: 3px solid #FFF53F;
	border-radius: 29px;
}
.single-service__img a svg{
	fill: #fff;
	margin-right: 14px;
	transition: all 0.3s ease-in-out;
}
.single-service__img a:hover{
	color: #222222;
	background: #FFF53F;
}
.single-service__img a:hover svg{
	fill: #222222
}
.wrapp-news__other .isotope-item{
	width: 33.333%;
	padding: 0 15px;
}
.single-service__slider-title{
	margin-top: 16px;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.105em;
	text-transform: uppercase;
	color: #222222;
}
.section-contact{
	padding: 52px 0 90px;
}
.wrapp-contact h4{
	margin-bottom: 20px;
	font-weight: 800;
	font-size: 24px;
	line-height: 33px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #222222;
	text-align: left;
}
.wrapp-contact__items-row{
	display: flex;
	align-items: center;
}
.wrapp-contact__items-row:not(:last-child){
	margin-bottom: 20px;
}
.wrapp-contact__items-row img{
	margin-right: 24px;
	margin-top: 0;
}
.wrapp-contact__items-row p{
	font-weight: 300;
	font-size: 20px;
	line-height: 27px;
	color: #222222;
	margin: 0;
	text-align: left;
}
.wrapp-contact__items-row a{
	font-weight: 300;
	font-size: 20px;
	line-height: 27px;
	color: #222222;
}
.wrapp-contact__items{
	padding-bottom: 25px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 20px;
}
.section-contact__info{
	margin-left: 90px;
	max-width: 420px;
}
.owl-prev{
	width: 28px;
    background-image: url(/wp-content/themes/poliprint/assets/images/left.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 28px;
}
.owl-next{
	width: 28px;
    background-image: url(/wp-content/themes/poliprint/assets/images/right.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 28px;
}
.owl-next:before{
	content: none;
}
.owl-prev:before{
	content: none;
}
.owl-custom-nav-2 .owl-prev, .owl-custom-nav-2 .owl-next{
	width: 28px;
    background-position: center;
    background-repeat: no-repeat;
    height: 28px;
}
.owl-custom-nav-2 .owl-prev{
	background-image: url(/wp-content/themes/poliprint/assets/images/left1.svg);
}
.owl-custom-nav-2 .owl-next{
	background-image: url(/wp-content/themes/poliprint/assets/images/right1.svg);
}
.owl-custom-nav-2 .owl-next{
	border-left: 0;
	margin-left: 10px;
}
.slick-project .slick-prev{
	background-image: url(/wp-content/themes/poliprint/assets/images/left2.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.slick-project .slick-next{
	background-image: url(/wp-content/themes/poliprint/assets/images/right2.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-left: 2px solid #D1D1D1;
}
.slick-project .slick-prev:before{
	content: none;
}
.slick-project .slick-next:before{
	content: none;
}
.slick-project .slick-prev, .slick-project .slick-next{
	width: 60px;
    height: 40px;
    line-height: 40px;
}
.slick-project .slick-prev{
	right: 60px;
}
.preloader{
	flex-direction: column;
}
.preloader p{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.105em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 0;
}
.swiper-slider-5{
	padding: 0;
	height: 100vh;
	display: flex;
	align-items: center;
	margin-top: 0;
}
.services-rose{
	width: 100%
}
.wrapp-contact__items-row a:hover{
	color: #FF006B
}
.wrapp-footer__tel:hover{
	color: #FFF53F
}
.wrapp-footer__menu ul li a:hover{
	color: #FFF53F
}
.swiper-custom-container-2 .swiper-pagination-2{
	z-index: 2;
}
.preloader.loaded img{
	opacity: 0!important;
	visibility: hidden!important;
}
.preloader.loaded p{
	opacity: 0!important;
	visibility: hidden!important;
}
.swiper-slide__video{
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
}
.swiper-slide__video:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(89.76deg, rgba(0, 0, 0, 0.9) 0.18%, rgba(0, 0, 0, 0) 102.01%);
	filter: blur(6.5px);
}
.swiper-slide__video video{
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover
}
.preloader img:nth-child(1){
	/*animation: 2s cubic-bezier(.14,.15,.89,.87) heroCubesDown infinite;*/
    opacity: 0;
    visibility: hidden;
    transition: .6s ease-in-out;
}
.preloader img.active{
	opacity: 1;
    visibility: visible;
}
.preloader p{
    opacity: 0;
    visibility: hidden;
    transition: .6s ease-in-out;
}
.preloader p.active{
	opacity: 1;
	visibility: visible;
}
.single-slider{
	margin-top: 150px;
}
.single-service__slider{
	display: flex;
	margin-top: 36px;
	margin-bottom: 20px;
}
.single-service__slider-nav{
	max-width: 271px;
}
.single-service__slider-main{
	max-width: 600px;
	margin-right: 70px;
}
.single-service__slider-text{
	position: relative;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	text-transform: uppercase;
	color: #222222;
	display: flex!important;
	align-items: center;
	cursor: pointer;
	text-align: left;
	transition: all 0.3s ease-in-out;
}
.single-service__slider-text:hover{
	color: #FF006B;
}
.single-service__slider-text.slick-current{
	color: #FF006B;
}
.single-service__slider-text:before{
	content: '';
	display: block;
	margin-right: 17px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #FF38AE;
	min-width: 10px;
}
.single-service__slider-text{
	margin-bottom: 15px;
}
.single-slider .slick-prev, .single-slider .slick-next{
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	font-size: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #C8C8C8;
	display: flex;
	align-items: center;
	justify-content: center;
}
.single-service__slider-img img{
	padding: 0 40px;
}
.single-slider .slick-prev:before, .single-slider .slick-next:before{
	content: none;
}
.single-slider .slick-prev svg, .single-slider .slick-next svg{
	stroke: #C8C8C8
}
.single-slider .slick-prev{
	left: 0;
}
.single-slider .slick-next{
	right: 0;
}
@keyframes heroCubesDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0);
    }
}
@media (min-width: 1300px){
	.container, .container-sm, .container-md, .container-lg, .container-xl{
		max-width: 1450px;
	}
}
@media (min-width: 1200px){
	.section-advantage h1{
		font-size: 100px;
		line-height: 136px;
	}
}


@media (max-width: 1400px){
	.rd-navbar-creative.rd-navbar-static * + .button{
		display: none;
	}
	.rd-navbar-nav li:not(:last-child){
		margin-right: 30px;
	}
	.rd-navbar-nav li a{
		font-size: 17px;
	}
	.rd-navbar-contacts-3 .phone{
		font-size: 17px;
	}
}
@media (max-width: 1300px){
	.single-service__slider-main{
		max-width: 540px;
		margin-right: 40px;
	}
	.single-service__slider-img img{
		padding: 0 50px;
	}
	.single-service__slider-text{
		font-size: 18px;
	}
}
@media (max-width: 1200px){
	.footer-corporate-list a, .footer-corporate-list a:focus, .footer-corporate-list a:active{
		white-space: unset;
	}
	.wrapp-modal{
		padding: 42px 15px 20px 15px;
	}
	.mobile-cosial{
		display: block;
	}
	.modal-thanks__wrapp{
		padding: 88px 15px 62px 15px;
	}
	.modal{
		max-width: 390px;
		background-image: url(/wp-content/uploads/2023/01/20d29f25d41e21d113bb572c6100941a-1-2-1.jpg);
	}
	.modal-thanks{
		max-width: 390px;
		background-image: url(/wp-content/uploads/2023/01/20d29f25d41e21d113bb572c6100941a-1-2-1.jpg);
	}
	.modal-close{
		top: 12px;
		right: 12px;
		width: 40px;
		height: 40px;
	}
	.modal{
		background-position: right;
	}
	.modal .wpcf7-form .wpcf7-submit{
		margin-top: 38px;
	}
	.wrapp-modal h2{
		text-align: center;
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 34px;
		letter-spacing: 0.105em;
	}
	.wrapp-modal .form__row{
		flex-wrap: wrap;
	}
	.modal-close svg{
		width: 40px;
		height: 40px;

	}
	.wrapp-modal .wpcf7-form .form__row label{
		width: 100%;
	}
	.wrapp-modal .wpcf7-form .form__row label:first-child{
		margin-right: 0;
	}
	.title-modern{
		padding-left: 0;
	}
	.title-thanks{
		padding-left: 0;
	}
	.page-template-thanks h4.text-spacing-0{
		padding-left: 0;
	}
	.title-modern + h4{
		padding-left: 0;
	}
	.error404 .section-single .button, .page-template-thanks .section-single .button{
		margin-left: 0;
	}
	.rd-navbar-creative.rd-navbar-fixed.context-dark .rd-navbar-panel, .rd-navbar-creative.rd-navbar-fixed.bg-gray-dark .rd-navbar-panel, .rd-navbar-creative.rd-navbar-fixed.bg-primary .rd-navbar-panel{
		background: transparent;
	}
	html.rd-navbar-fixed-linked .page-new{
		padding-top: 0;
	}
	.rd-navbar-fixed .rd-navbar-panel{
		height: auto;
		justify-content: space-between;
	}
	.section-services .owl-custom-nav-2{
		display: flex;
		margin-right: 20px;
	}
	.page-template-templates-project .isotope-item{
		flex: 0 0 50%;
    	max-width: 50%;
	}
	.bg_fixed{
		background: #323232!important
	}
	.single-service__row{
		flex-direction: column-reverse;
	}
	.mobile-cosial .list-share-2{
		display: block!important;
		position: unset;
		margin: 0!important;
		text-align: left!important;
		padding: 0!important
	}
	.mobile-cosial .list-share-2 .icon{
		width: 21px;
		height: 21px;
	}
	.mobile-cosial .list-share-2 li{
		margin-bottom: 0!important
	}
	.mobile-cosial .wpml-ls-legacy-list-horizontal a{
		font-weight: 600;
		font-size: 14px;
		line-height: 19px;
		letter-spacing: 0.105em;
		padding: 0;
	}
	.mobile-cosial .wpml-ls-legacy-list-horizontal li:not(:last-child){
		margin-right: 13px;
	}
	.mobile-cosial__lang{
		margin-top: 36px
	}
	.single-slider{
		margin-top: 100px;
	}
	.single-service__slider{
		flex-direction: column-reverse;
		margin-top: 30px;
	}
	.single-service__slider-main{
		margin-right: 0;
	}
	.single-service__slider-text{
		font-weight: 600;
		font-size: 16px;
		line-height: 22px;
	}
	.single-slider .slick-prev, .single-slider .slick-next{
		width: 20px;
	    height: 20px;
	    border-radius: 0;
	    border: 0;
	}
	.single-service__slider-img img{
		padding: 0 30px;
	}
}
@media (max-width: 1199.5px){
	.rd-navbar-tel{display: flex;margin-left: 0;}
	.rd-navbar-nav li:not(:last-child){
		margin-right: 0;
		width: 100%;
		display: block;
	}
	.rd-navbar-nav li{
		display: block;
	}
	.rd-navbar-nav li a{
		padding: 0;
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0.105em;
		text-transform: uppercase;
		color: #FFFFFF;
		display: block;
		text-align: left;
	}
	.rd-navbar-nav li.current-menu-item a{
		color: #FFF53F;
	}
	.rd-navbar-nav li:not(:last-child){
		margin-bottom: 25px;
	}
	.page-template-templates-new .isotope-item:first-child .thumbnail-classic-figure{
		height: 600px;
	}
	.page-template-templates-new .isotope-item:first-child
	.page-template-templates-new .thumbnail-classic-caption h6{
		font-size: 22px;
		line-height: 30px;
	}
	.page-template-templates-new .isotope-item:nth-child(2) .thumbnail-classic-caption h6{
		font-size: 16px;
		line-height: 22px;
	}
	.page-template-templates-new .isotope-item:nth-child(3) .thumbnail-classic-caption h6{
		font-size: 16px;
		line-height: 22px;
	}
	.thumbnail-classic-figure{
		height: 260px;
	}
}
@media (max-width: 1100px){
	.section-about .isotope-item{
	}
	.section-about .thumbnail-mary-figure img{
		height: 350px;
	}
	.section-about .row{
		display: flex;
		flex-wrap: wrap;
	}

}
@media (max-width: 992px){
	.swiper-slider-5 * + .swiper-title-2{
		text-align: center;
		margin: auto;
		margin-top: 30px;
		line-height: 1.22727;
	}
	.section-about .thumbnail-mary-figure img{
		height: 300px;
	}
	.thumbnail-mary-title{
		font-size: 14px;
		white-space: unset;
		text-align: left;
		text-overflow: unset;
	}
	.thumbnail-mary-location{
		text-align: left;
		font-size: 14px;
	}
	.section-about .isotope-item{
		display: flex;
		flex-direction: column;
	}
	.section-about .isotope-item .oh-desktop{
		height: auto;
	}
	.row-md-50 > *:nth-child(odd){
		margin-right: 0;
	}
	.row-md-50 > *{
		max-width: unset;
	}
	.section-about .row{
		height: auto!important;
	}
	.section-about .group-middle{
		text-align: left!important;
		justify-content: space-between!important;
	}
	.title-panel-title{
		text-align: left;
	}
	.rd-navbar-tel{
		display: flex;
	}
	.quote-paris .col-lg-6 p{
	    margin-top: 30px;
	}
	.list-share-2{
		display: none!important;
	}
	.swiper-pagination-2 .swiper-pagination-bullet:not(:last-child){
		margin-bottom: 0;
		margin-right: 25px
	}
	.wrapp-footer__menu{
		margin-right: 0;
	}
	.wrapp-footer__logo{
		margin-right: 0
	}
	footer .container{
		justify-content: space-between;
	}
	.wrapp-footer__menu ul li a{
		font-size: 16px;
		line-height: 22px;
	}
	.wrapp-footer__tel{
		font-size: 16px;
		line-height: 22px;
	}
	.wrapp-footer__info-title{
		font-size: 16px;
		line-height: 22px;
	}
	.owl-style-10{
		padding: 36px 20px;
	}
	.section-production{
		padding: 55px 0;
	}
	.single-news .flex-lg-row-reverse .col-lg-6:first-child{
		display: none;
	}
	.section-contact__info{
		margin-left: 0;
	}
}
@media (max-width: 991.5px){
	.wpml-ls-legacy-list-horizontal>ul{
		display: flex;
		align-items: center;
	}
	.header_lang{
		margin: 0;
		margin-bottom: 20px;
		margin-left: auto!important;
	}
	.wpml-ls-legacy-list-horizontal{
		padding: 0!important
	}
	.swiper-custom-container .list-share-2{
		display: flex;
		align-items: center;
		padding: 0 15px;
    	margin-left: 0;
	}
	.swiper-custom-container .list-share-2 > li{
		margin-left: 0;
	}
	.swiper-custom-container .list-share-2 > li:not(:last-child){
		margin-right: 20px;
	}
	.wrapp-news__other{
		flex-wrap: wrap;
	}
	.wrapp-news__other .isotope-item{
		width: 50%;
	}
	.wrapp-news__other .isotope-item{
		margin-bottom: 30px;
	}
	.wrapp-other{
		padding-bottom: 70px;
	}
}
@media (max-width: 767.98px){
	.brand-logo-mob{
		display: block;
	}
	.brand-logo-desktop{
		display: none;
	}
	.single-projects .carousel-parent .item{
		height: 210px;
	}
	.child-carousel .item{
		height: 67px;
	}
	.slick-project .child-carousel .slick-slide{
		margin-right: 7px;
	}
	.slick-project .slick-prev, .slick-project .slick-next{
		bottom: -65px;
	}
	.page-template-templates-new .isotope-item{
		margin-bottom: 35px!important
	}
	.project-page h1{
		font-size: 20px;
	    line-height: 30px;
	    letter-spacing: 0.1em;
	}
	.project-page p{
		text-align: left;
		font-size: 14px;
		line-height: 19px;
	}
	.slick-project .child-carousel{
		margin-right: 0;
	}
	.project-page ~ .button-lg{
		margin-top: 43px;
		font-size: 14px!important;
		line-height: 19px!important;
		padding: 12px 26px!important;
	}
	.slick-project .carousel-parent{
		margin-bottom: 75px;
	}
	.project-page h4{
		font-size: 24px;
		line-height: 33px;
		margin-bottom: 17px;
	}
	.project-page-social-list{
		margin-top: 52px;
		justify-content: center;
	}
	.page-template-templates-project .thumbnail-classic-figure img{
		height: 100%;
		object-position: center;
		object-fit: cover
	}
	.page-template-templates-project .thumbnail-classic-figure{
		height: 258px;
	}
	.page-template-templates-project .thumbnail-classic-tag{
		font-size: 14px;
		line-height: 19px;
	}
	.thumbnail-classic-caption{
		padding: 15px 15px 11px 21px;
		border-top: 4px solid #FF006B;
		transform: unset;
	}
	.page-template-templates-project .thumbnail-classic-title{
		font-weight: 800;
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 0.2em;
		text-transform: uppercase;
		color: #FFFFFF;
		max-width: 208px;
	}
	.page-template-default h1{
		font-size: 22px;
		line-height: 30px;
	}
	.page-default{
		text-align: center;
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.fixed-form{
		right: 15px;
		bottom: 50px;
	}
	.button-lg{
		padding: 14px 45px;
	}
	.swiper-slider-5 .swiper-title-2{
		letter-spacing: unset;
	}
	.list-share-2 .icon{
		width: 20px;
		height: 20px;
	}
	.section-inset-4 .group-middle{
		justify-content: space-between;
	}
	.services-rose-title{
		margin-top: 0;
		background: #FF006B;
		padding: 19px 0;
		font-weight: 800;
		font-size: 20px;
		line-height: 27px;
		text-transform: uppercase;
		color: #FFFFFF;
	}
	h3, .heading-3{
		font-weight: 700;
		font-size: 22px;
		line-height: 30px;
		text-transform: uppercase;
		color: #FFFFFF;
	}
	.section-about .thumbnail-mary-figure img{
		height: 250px;
	}
	.slick-style-2{
		padding: 10px 0 25px;
	}
	.quote-paris-text{
		padding: 0 33px 0 27px;
	}
	.quote-paris .col-lg-6 p{
		font-weight: 400;
	    font-size: 14px;
	    line-height: 140%;
	    color: #8080A0;
	    margin-top: 30px;
	}
	.quote-paris{
		padding: 71px 0 50px;
	}
	.quote-paris-text::before{
		left: 35px;
    	top: -99px;
	}
	footer .col-md-4.col-lg-5{
		display: none;
	}
	footer .row-50 > *{
		margin-bottom: 70px;
	}
	.wpcf7-form .wpcf7-submit{
		margin: auto;
		margin-top: 26px;
		font-size: 14px;
		line-height: 19px;
		height: 45px;
	}
	.section-single-header{
		padding-top: 0;
	}
	.title-modern + h4{
		font-weight: 400;
		font-size: 14px;
		max-width: 235px;
		line-height: 19px;
	}
	.error404 .section-single .button, .page-template-thanks .section-single .button{
		font-size: 14px;
		padding: 14px 24px;
		margin-top: 25px;
		line-height: 140%;
	}
	.error404 .box-transform{
		background-position: 66%;
	}
	.title-thanks{
		font-size: 36px;
		line-height: 49px;
		margin-bottom: 10px;
	}
	.page-template-thanks h4.text-spacing-0{
		max-width: 235px;
		font-weight: 400;
		font-size: 14px;
		line-height: 19px;
	}
	.form_text{
		text-align: center;
		margin-top: 20px;
	}
	.breadcrumbs-custom h3{
		font-size: 24px;
		line-height: 33px;
	}
	* + .breadcrumbs-custom-decor{
		margin-top: 15px;
	}
	.breadcrumbs-custom-decor::before{
		width: 58px;
	}
	.services-classic-title{
		font-weight: 700;
		font-size: 16px;
		line-height: 22px;
	}
	.page-template-templates-service .services-classic-text{
		font-size: 12px;
		line-height: 140%;
	}
	.services-classic .unit{
		align-items: center;
	}
	.page-template-templates-service .section-lg .col-xl-4{
		padding: 0;
		margin-bottom: 35px;
	}
	.single-service > img{
		height: 300px;
		object-fit: cover;
		object-position: center;
	}
	.single-service * + .row{
		margin-top: 25px;
	}
	.team-classic-title{
		text-align: left;
	}
	.card-corporate .card-body{
		font-size: 16px;
		line-height: 17px;
		padding: 20px 0 8px 0;
	}
	.card-corporate .card-arrow{
		width: 50px;
	}
	.single-services .col-md-5.col-xl-4{
		margin-top: 50px;
	}
	.single-services .aside-services-title{
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 17px;
	}
	.aside-services .aside-item:last-child .aside-services-title{
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	.aside-services .box-contacts-item .unit-left{
		display: none;
	}
	.aside-services .box-contacts-item{
		justify-content: center;
		margin-top: 35px;
	}
	.unit-left-mob{
		display: block;
		margin: 5px 0;
	}
	.servise-single_form h4{
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 23px;
	}
	.form_row{
		display: block;
	}
	.form_row label:first-child{
		margin-right: 0;
		margin-bottom: 13px;
	}
	.servise-single_form .form_row label{
		width: 100%;
		margin-bottom: 13px;
	}
	textarea{
		margin-top: 0;
		height: 145px;
		padding-left: 15px;
		font-size: 12px;
		line-height: 15px;
		padding-top: 15px;

	}
	.servise-single_form .wpcf7-form .wpcf7-submit{
		margin-top: 24px;
	}
	.page-template-templates-contact .servise-single_form h4{
		font-size: 22px;
		line-height: 30px;
	}
	.page-template-templates-contact .aside-contacts{
		border: none;
	}
	.page-template-templates-contact .aside-contacts{
		padding-bottom: 80px;
	}
	.breadcrumbs span{
		font-size: 10px;
		line-height: 14px;
	}
	.breadcrumbs img{
		margin: 0 14px;
	}
	.swiper-slider-5 * + .swiper-title-2{
		font-weight: 800;
		font-size: 36px;
		line-height: 49px;
		margin-top: 10px;
	}
	.decor-classic span{
		width: 171px;
		height: 1px;
	}
	.swiper-slider-5 .swiper-subtitle-2{
		margin-top: 16px;
		font-size: 20px;
		line-height: 27px;
	}
	.rd-navbar-creative.rd-navbar-fixed .rd-navbar-brand img{
		max-width: 55px;
	}
	.rd-navbar-tel a{
		font-size: 14px;
		line-height: 19px;
	}
	.swiper-pagination-2 .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.button-primary, .button-primary:focus{
		font-weight: 600;
		font-size: 14px!important;
		line-height: 19px!important;
		padding: 13px 23px!important;
	}
	.swiper-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active{
		width: 10px;
	}
	.rd-navbar-creative.rd-navbar-fixed.context-dark .rd-navbar-panel, .rd-navbar-creative.rd-navbar-fixed.bg-gray-dark .rd-navbar-panel, .rd-navbar-creative.rd-navbar-fixed.bg-primary .rd-navbar-panel{
		padding: 10px 15px;
	}
	.rd-navbar-fixed .rd-navbar-nav-wrap{
		padding-top: 140px
	}
	.section-advantage h1{
		font-weight: 700;
		font-size: 40px;
		line-height: 55px
	}
	.counter-aria-title{
		margin-top: 8px;
		font-weight: 400;
		font-size: 12px;
		line-height: 16px;
	}
	.counter-aria-divider{
		margin-top: 0!important
	}
	.title-panel-title{
		font-weight: 800;
		font-size: 18px;
		line-height: 25px;
	}
	.services-rose-caption__img{
		height: 253px;
	}
	.services-rose img{
		width: 100%;
		height: 100%;
	}
	.subtitle-creative{
		font-weight: 800;
		font-size: 18px;
		line-height: 25px;
		letter-spacing: 0.105em;
	}
	.section-relative .title-creative.oh-desktop{
		font-weight: 800;
		font-size: 18px;
		line-height: 25px;
		letter-spacing: 0.105em;
	}
	.card-corporate .card-title a{
		font-size: 16px;
		line-height: 22px;
		padding: 14px 20px 11px 65px;
	}
	.section-production{
		padding: 37px 0px 54px 0px;
	}
	.owl-style-10{
		padding: 36px 13px;
	}
	.clients-jean img{
		max-width: 150px;
	}
	.section-production .title-panel-left{
		margin: 0;
	}
	.section-production .group-middle{
		margin-left: 0;
		justify-content: flex-start!important
	}
	.owl-style-10 .owl-prev{
		left: 0;
	}
	.owl-style-10 .owl-next{
		right: 0;
	}
	.section-advantage .col-6:first-child{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.wpcf7-form label input{
		height: 50px;
		padding-left: 15px;
		font-size: 12px;
		line-height: 15px;
	}
	.wpcf7-form .form__row label:first-child{
		margin-right: 0;
	}
	.wpcf7-form .form__row label{
		width: 100%;
	}
	.form__row{
		flex-wrap: wrap;
	}
	.select2-container .select2-choice{
		height: 50px;
		padding-left: 15px;
		font-size: 12px;
		line-height: 15px;
	}
	.select2-container{
		margin-bottom: 15px;
	}
	.wpcf7-form label{
		margin-bottom: 15px
	}
	.select2-container .select2-choice > .select2-chosen{
		min-height: 20px;
	}
	.select2-results .select2-result-label{
		height: 50px;
		font-size: 12px;
		line-height: 16px;
		padding: 16px
	}
	footer .container{
		flex-direction: column;
		align-items: center;
	}
	.wrapp-footer__logo{
		margin-bottom: 68px;
	}
	.wrapp-footer__menu ul li a{
		font-size: 14px;
		line-height: 19px;
	}
	footer .d-sm-block{
		text-align: center;
	}
	.menu-uslugi-container{
		display: none;
	}
	.footer-corporate{
		padding: 24px 0 45px;
	}
	.wrapp-footer__info{
		margin-top: 53px;
	}
	.wrapp-footer__info-title{
		text-transform: unset;
	}
	.wrapp-footer__info-tel{
		margin-bottom: 37px;
	}
	.wrapp-footer__info-row a img{
		width: 30px;
		height: 30px;
	}
	.wrapp-footer__info-row a:not(:last-child){
		margin-right: 22px;
	}
	.wrapp-footer__info-row{
		justify-content: center;
	}
	.main-form{
		background-image: url(/wp-content/uploads/2023/01/man-working-printing-house-with-paper-paints-1-2-1.jpg)!important
	}
	.breadcrumbs{
		justify-content: flex-start;
	}
	.breadcrumbs-custom{
		padding: 90px 0 56px;
	}
	.services-classic-figure{
		height: 276px;
	}
	.services-classic-title:after{
		width: 55px;
		bottom: -3px;
	}
	.services-classic-caption{
		padding-top: 14px;
	}
	.page-template-templates-project .isotope-item{
		flex: 0 0 100%;
    	max-width: 100%;
    	margin-bottom: 50px;
	}
	.single-projects .breadcrumbs img{
		margin: 0 4px;
	}
	.wpcf7-form label{
		margin-bottom: 15px;
	}
	.wrapp-modal .wpcf7-form label input{
		font-size: 12px;
		line-height: 15px;
	}
	.wrapp-modal .select2-container .select2-choice{
		font-size: 12px;
		line-height: 15px;
	}
	.wrapp-modal textarea{
		font-size: 12px;
		line-height: 15px;
	}
	.modal .wpcf7-form .wpcf7-submit{
		margin-top: 25px;
	}
	.modal-thanks__wrapp-title{
		font-weight: 800;
		font-size: 24px;
		line-height: 33px;
	}
	.modal-thanks__wrapp-description{
		margin-top: 32px;
		font-weight: 300;
		font-size: 18px;
		line-height: 25px;
		max-width: 300px
	}
	.modal-thanks__wrapp-btn{
		margin-top: 50px;
	}
	.modal-thanks__wrapp-btn a{
		padding: 12px 15px;
		max-width: 207px;
		width: 100%;
		font-weight: 600;
		font-size: 14px;
		line-height: 19px;
	}
	.page-template-templates-new .isotope{
		columns: unset;
		-moz-column-gap: 0;
		margin-right: 0;
		-webkit-column-gap: 0;
	}
	.thumbnail-classic-figure{
		height: 220px!important;
	}
	.wrapp-news__data{
		margin-top: 14px;
		font-weight: 300;
		font-size: 14px;
		line-height: 19px;
	}
	.thumbnail-classic-caption{
		margin-top: 21px;
		font-size: 16px!important;
		line-height: 22px!important;
		letter-spacing: 0.2em;
	}
	.page-template-templates-new .thumbnail-classic-caption h6{
		margin-top: 21px;
		font-size: 16px!important;
		line-height: 22px!important;
		letter-spacing: 0.2em;
		max-width: 300px;
	}
	.project-page{
		text-align: left;
	}
	.project-page .wrapp-news__data{
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.project-page h1{
		font-weight: 800;
		font-size: 18px;
		line-height: 25px;
		letter-spacing: 0.2em;
		margin-bottom: 17px;
	}
	.single-news .breadcrumbs > span:last-child{
		display: none;
	}
	.single-news .col-xl-7{
		margin-right: 0;
	}
	.wrapp-other h2{
		text-align: left;
		font-weight: 800;
		font-size: 18px;
		line-height: 25px;
		letter-spacing: 0.2em;
		margin-bottom: 35px;
	}
	.wrapp-news__other .isotope-item{
		width: 100%;
	}
	.wrapp-other .thumbnail-classic-caption .thumbnail-classic-title{
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0.2em;
	}
	.section-contact__maps iframe{
		height: 306px;
	}
	.section-contact__maps{
		margin-bottom: 30px
	}
	.wrapp-contact h4{
		text-align: center;
		margin-bottom: 15px;
		font-weight: 700;
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0.1em;
	}
	.wrapp-contact__items-row img{
		width: 30px;
		height: 30px;
		margin-right: 13px;
	}
	.wrapp-contact__items-row{
		justify-content: center;
	}
	.wrapp-contact__items-row p{
		font-weight: 300;
		font-size: 14px;
		line-height: 19px;
	}
	.wrapp-contact__items-row a{
		font-weight: 300;
		font-size: 14px;
		line-height: 19px;
	}
	.wrapp-contact__items{
		border-bottom: 0;
		padding-bottom: 35px;
		margin-bottom: 0;
	}
	.section-contact .group-middle{
		justify-content: flex-start;
	}
	.section-contact .group-middle .title-panel-left{
		margin-bottom: 0;
	}
	.slick-project .slick-prev{
		background-size: 13px;
	}
	.slick-project .slick-next{
		background-size: 13px;
	}
	.slick-project .slick-prev, .slick-project .slick-next{
		width: 45px;
	    height: 28px;
	    line-height: 40px;
	}
	.slick-project .slick-prev{
		right: 45px;
	}
	.slick-project .slick-prev, .slick-project .slick-next{
		bottom: -53px;
	}
	.single-service__img{
		height: 210px;
	}
	.single-service__img img{
		width: 100%;
		height: 100%;
	}
	.single-service__img a{
		font-weight: 600;
		font-size: 14px;
		padding: 6px 45px 6px 12px;
		line-height: 19px;
	}
	.single-service__img a svg{
		width: 30px;
		height: 30px;
	}
	.single-service p{
		font-size: 14px;
		line-height: 19px;
	}
	.single-service .card-corporate .card-title a{
		font-size: 14px;
		line-height: 19px;
	}
	.single-service .card-corporate .card-body p{
		font-size: 14px;
		line-height: 19px;
	}
	.aside-services .aside-item:last-child .aside-services-title{
		font-weight: 700;
		font-size: 16px;
		line-height: 22px;
		text-align: left;
	}
	.aside-services .aside-item:first-child{
		margin-bottom: 0
	}
	.section-sm.section-first .col-xl-3{
		display: none;
	}
	.servise-single_form textarea{
		padding-left: 15px;
	    font-size: 12px;
	    height: 145px;
	    line-height: 15px;
	}
	.single-slider{
		margin-top: 35px;
	}
	.single-service__slider-title{
		margin-top: 0;
		font-size: 12px;
		line-height: 15px;
	}
	.wrapp-footer__tel{
		justify-content: center;
	}

}

@media (max-width: 500px){
	.section-about .isotope-item{
		width: 100%;
		max-width: 100%;
	}
	.section-about .thumbnail-mary-figure img{
		height: 230px;
	}
	.thumbnail-mary-title{
		font-weight: 600;
	    font-size: 14px;
	    line-height: 124.6%;
	    display: flex;
	    align-items: center;
	    
	    text-transform: uppercase;
	    color: #000040;
	}
	.thumbnail-mary-location{
		font-size: 14px;
	    line-height: 19px;
	    display: flex;
	    align-items: center;
	    text-align: center;
	    
	    text-transform: uppercase;
	}
	.counter-aria-title{
		font-size: 14px;
		line-height: 19px;
		letter-spacing: unset;
	}

}
@media (max-width: 575px){
	.desktop footer .oh-desktop{
		justify-content: center;
	}
}
html[lang="uk"] .navxt-en{
	display: none;
} 
html[lang="en-US"] .navxt-ua{
	display: none;
} 
.single-service__row-editor ul{
	margin-top: 20px;
	list-style: disc;
	padding-left: 30px;
}
.single-service__row-editor ol{
	margin-top: 20px;
	list-style: decimal;
	padding-left: 30px;
}
.single-service__row-editorul li{
	font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
	display: list-item;
}
.single-service__row-editor ol li{
	font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
	display: list-item;
}
.single-service__row-editor ul li:not(:last-child){
	margin-bottom: 10px;
}
.single-service__row-editor ol li:not(:last-child){
	margin-bottom: 10px;
}
.single-service__row-editor h2, .single-service__row-editor h3, .single-service__row-editor h4, .single-service__row-editor h5{
	font-weight: 700;
    font-size: 20px;
    line-height: 33px;
    text-transform: uppercase;
    color: #000040;
    margin-top: 30px;
    letter-spacing: unset;
}

.project-page ul{
	margin-top: 20px;
	list-style: disc;
	padding-left: 30px;
}
.project-page ol{
	margin-top: 20px;
	list-style: decimal;
	padding-left: 30px;
}
.project-page ul li{
	font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #616060;
	display: list-item;
}
.project-page ol li{
	font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #616060;
	display: list-item;
}
.project-page ul li:not(:last-child){
	margin-bottom: 10px;
}
.project-page ol li:not(:last-child){
	margin-bottom: 10px;
}
.project-page h2, .project-page h3, .project-page h4, .project-page h5{
	font-weight: 700;
    font-size: 23px;
    line-height: 33px;
    text-transform: uppercase;
    color: #000040;
    margin-top: 30px;
    letter-spacing: unset;
}
@media (max-width: 767.98px){
	.single-service__row-editor ul li{
		font-size: 14px;
    	line-height: 19px;
	}
	.single-service__row-editor ol li{
		font-size: 14px;
    	line-height: 19px;
	}
	.single-service__row-editor h2, .single-service__row-editor h3, .single-service__row-editor h4, .single-service__row-editor h5{
		font-size: 16px;
	    line-height: 22px;
	    margin-bottom: 17px;
	}
	.project-pageul li{
		font-size: 14px;
    	line-height: 19px;
	}
	.project-page ol li{
		font-size: 14px;
    	line-height: 19px;
	}
	.project-page h2, .project-page h3, .project-page h4, .project-page h5{
		font-size: 16px;
	    line-height: 22px;
	    margin-bottom: 17px;
	}
}