
/*   
Theme Name: mural-market-mobile (uncommented)
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Special edition for mural-market-mobile
Author: SM2
Author URI: https://sm2.in.ua
*/

@media screen and (max-width: 320px) {
	.bot-front .left-utp .carrousel span{
		font-size: 0.8em;
	}
	#algorithm .head-section h2{
		font-size: 1.25em;
	}
    .features-content .head-cont p{
        font-size:11px;
    }
}
.sdbar{
    display: flex;
    flex-direction: column-reverse;
}
.sl-wrapper .sl-image img{
    transform: scale(1.25) !important;
}
.wp-block-image figcaption{
    text-align: center;
}
.foot-column .wpcf7 input[type="url"], .foot-column .wpcf7 input[type="email"], .foot-column .wpcf7 input[type="tel"]{
	padding: 0px 0.7em;
    height: 36px;
    line-height: 36px;
    border: none;
    width: 80%;
    border-radius: 4px;
    outline:none;
    font-size: 0.9em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.wp-block-image img{
	max-width: 100%;
    height: auto;
    aspect-ratio: 16/12;
}
.foot-column ul li .footnum{
	font-size:1.2em;
	color:#ff8835;
}
.acf-gallery-backdrop{
    display: none !important;
}
.fr-monitor {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 118px);
   background-size: cover;
    background-position: center;
    background-image: url(/wp-content/themes/mural-market-mobile/img/nx.jpg);
    -webkit-transition: 0s linear;
    -o-transition: 0s linear;
    transition: 0s linear;
}
@font-face {
    font-family: 'AppleChancery';
    src: url('/wp-content/themes/mural-market-mobile/fonts/Apple-Chancery.woff2') format('woff2'), url('/wp-content/themes/mural-market-mobile/fonts/Apple-Chancery.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AndaleMono';
    src: url('/wp-content/themes/mural-market-mobile/fonts/AndaleMono.woff2') format('woff2'), url('/wp-content/themes/mural-market-mobile/fonts/AndaleMono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirNextCyr';
    src: url('/wp-content/themes/mural-market-mobile/fonts/AvenirNextCyr-Regular.woff2') format('woff2'), url('/wp-content/themes/mural-market-mobile/fonts/AvenirNextCyr-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

p,
h1,
h2,
h3,
h4,
h5,
a,
span {
    font-family: 'AvenirNextCyr';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Cyr Bold';
    src: url('/wp-content/themes/mural-market-mobile/fonts/AvenirNextCyr-Bold.eot');
    src: url('/wp-content/themes/mural-market-mobile/fonts/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/mural-market-mobile/fonts/AvenirNextCyr-Bold.woff') format('woff'), url('/wp-content/themes/mural-market-mobile/fonts/AvenirNextCyr-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.mobile-main-menu-langs{

    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding-left: 12px;


}
.lang-desc-menu{
    display: none;
}
.mobile-main-menu-langs li{
    border: 1px solid #afafaf;
    padding: 6px 10px;
}
.mobile-main-menu-langs li:first-child{
    
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-right: none;

}
.mobile-main-menu-langs li:last-child{
    
    border-left: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;

}
.mobile-main-menu-langs .current-lang{
    background: #FF8835;
}
.mobile-main-menu-langs .current-lang a{
    color: #fff;
    text-decoration: none;
}
.mobile-main-menu-langs a{
    color: #39393a;
    text-decoration: none;
    font-size: 0.8em;
    text-transform: uppercase;
}
.mobile-main-menu-reca{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}
.mobile-main-menu-reca li{
    padding-left: 0px;
}
.mobile-main-menu-reca li a{
    color: #fff;
    text-decoration: none;
    pointer-events: none;
}
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

* {
    font-family: 'AvenirNextCyr';
}

figcaption {
    font-family: 'AvenirNextCyr';
    font-size: 0.9em;
    font-style: italic;
    font-weight: 100;
}


/* ============== Mural Market CSS MOBILE FIRST ============== */
.head-section{
    margin-bottom: 2em;
    margin-top: 2em;
}
.shadow-section  .head-section{
  margin-bottom: 0em;
    margin-top: 0em;
}
.all-cats{
    padding: 0.7em 0em;
}
.all-cats ul{
    list-style: none;
    padding:0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.all-cats ul li{
    margin: 0.4em 1em;
    width: 40%;
    min-width: calc(50% - 2em - 2px);
    border: 1px solid #ff8835;
    padding: 0.5em 0.6em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    border-radius: 1.6em;
}
.all-cats .current-menu-item{
   
    pointer-events:none;
    cursor: default;
}
.all-cats ul li:first-child{
    width: 50%;
}
.fbx-modal.fbx-phone.fbx-portrait .fbx-prev{
	position: absolute;
	top:45%;
	width: 20px;
	background: transparent;
}
.fbx-modal.fbx-phone.fbx-portrait .fbx-next{
	position: absolute;
	top:45%;
	width: 20px;
	background: transparent;
	left:calc(100% - 25px);
}
.fbx-modal.fbx-phone.fbx-portrait .fbx-close{
	background: transparent;
}
.fbx-icon{
	color:#fff;
	box-shadow: 2px 2px 5px #000;
    border-radius: 20px;
}
.all-cats ul .current-menu-item{
     background: #ff8835;
}
.all-cats ul .current-menu-item a{
    color:#fff;
    
}
.all-cats ul li a{
    text-decoration: none;
    color:#ff8835;
    font-size: 0.8em;
}
.hd-page {
    background: #fafafa;
    padding-bottom: 1em;
   
}

.service-page .left-utp {
    width: 94%;
    margin-left: -6%;
}

.service-page .left-utp h1 {
    color: #ff8835;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.3em;
    font-family: 'Avenir Next Cyr Bold';
}

footer .section-content {
}

.section-foor {
    display: none;
}

body {
    margin: 0;
    background: #fafafa;
}

.slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.hide-mob{
    display: none;
}
.head-section h1 {
    width: auto;
    color: #39393a;
    text-align: left;
    padding: 0.3em 0.5em;
    border-radius: 25px;
    border: 0;
    font-family: 'Avenir Next Cyr Bold';
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#studio .head-section h1{
    display: none;
}
#studio .head-section h2{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin:0px;
}
.top-head {
    padding: 0px 1em;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.logo {
    width: 100%;
    max-width: 11.3em;
}

.logo a:after {
    height: 0;
}

.logo a:hover:after {
    height: 0;
}

.logo img {
    width: 100%;
    height: auto;
    aspect-ratio: 8/1.7;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobile-main-menu ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

#wpcf7-f1234-o1 input[type="submit"]{
    width:100%;
    max-width: 246px;
}

.background {
    padding: 20px;
    width: 100%;
    position: relative;
    
}
.background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: url(/wp-content/themes/mural-market-mobile/img/overlays/pattern.png) 0px 0px repeat;
    background-image: url(/wp-content/themes/mural-market-mobile/img/overlays/pattern2.png);
}
.background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: -o-linear-gradient(top, rgba(0,0,0,0) 20%,rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0,0,0,0)),to(rgba(0,0,0,0.8)));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 20%,rgba(0,0,0,0.8) 100%);
}
.right-hide {
    position: absolute;
    z-index: 99;
    -webkit-box-shadow: 8px 2px 8px 6px rgba(0, 0, 0, 0.6);
            box-shadow: 8px 2px 8px 6px rgba(0, 0, 0, 0.6);
    background: #fefefe;
    right: -90%;
    top: 80px;
    width: 90%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-transition: 0.33s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -o-transition: 0.33s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: 0.33s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.nav-links a{
    padding: 0.5em 1em;
    color:#ff8835;
    text-decoration: none;
}
.dymanic-text{
        position: relative;
    height: 2em;
    overflow: hidden;
    font-size: 1.7em;
    line-height: 2em;
    width: 100%;
}
.left-hide {
    position: fixed;
    background: rgb(175, 164, 164);
    background: -o-linear-gradient(left, rgba(175, 164, 164, 1) 0%, rgba(244, 244, 244, 1) 7%, rgb(255 255 255) 15%, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(175, 164, 164, 1)), color-stop(7%, rgba(244, 244, 244, 1)), color-stop(15%, rgb(255 255 255)), color-stop(29%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(90deg, rgba(175, 164, 164, 1) 0%, rgba(244, 244, 244, 1) 7%, rgb(255 255 255) 15%, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 1) 100%);
    -webkit-box-shadow: -5px 1px 8px 5px rgba(0, 0, 0, 0.6);
            box-shadow: -5px 1px 8px 5px rgba(0, 0, 0, 0.6);
    left: -100%;
    top: 80px;
    z-index: 9;
    width: 90%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    -webkit-transition: 0.66s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -o-transition: 0.66s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: 0.66s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.hidden-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.close {
    position: absolute;
    left: calc(100% - 45px);
    top: 15px;
    width: 24px;
    height: 24px;
}

.close_left {
    position: absolute;
    right: 15px;
    top: 15px;
}

.mains-menu {
    padding-top: 35px;
}

.mobile-main-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.mobile-main-menu img {
    width: 1em;
    height: auto;
}

.mobile-main-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 12px 0px;
    padding-left: 12px;
}

.mobile-main-menu li a {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    color: #39393a;
    text-decoration: none;
}

.socials-menu {
    margin: 50px 45px 27px 45px;
}

.social-menu-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.back-pic-main {
    height: 40vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hide{
    height: 0;
    overflow: hidden;
}
.social-menu-list li a img {
    width: 100%;
    height: auto;
    aspect-ratio:1/1;
    max-width: 20px;
    margin-right: 0;
    height: auto;
    -webkit-filter: grayscale(1) opacity(0.5);
            filter: grayscale(1) opacity(0.5);
}
.diss figure{
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.diss img{
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}
.diss a{
    pointer-events: none;
       cursor: default;
}
.social-menu-list li {
    width: 30px;
}

.bot-front {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.btn-front-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.btn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 17em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 25px;
    line-height: 1.3rem;
    height: 43px;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
}

.btn img {
    position: absolute;
    top:calc(50% - 13px);
    left: 0px;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0px 18px;
}

.gray-button {
    border: 1px solid #39393a8f;
    color: #39393a8f;
    margin-top: 18px;
}
.btn-front-section .orange-button{
    font-size: 16px;
}
.orange-button {
    background-color: #FF8835;
    padding-left: 18px;
    text-align: left;
}
.button-portfolio-section .white-button{
    border:1px solid #FF8835;
    color:#FF8835;
}
.button-portfolio-section .white-button:hover{
    color:#FF8835;
}
.clear-button {
    border: 1px solid #fff;
    margin-top: 13px;
}

.left-utp {
    margin-bottom: 10px;
   width: 100%;
   text-align: center;
}

.left-utp p {
    font-family: 'AvenirNextCyr';
    text-decoration: none;
    font-weight: bold;
    color: #fafafa;
    font-size: 1.45em;
    line-height: normal;
    padding: 8px 0 0 0;
    text-shadow: -1px -3px 2px #000;
    margin: 0;
    text-transform: uppercase;
}

.head-section h2 {
    width: auto;
    font-size: 1.45em;
    border: 1px solid #e6e6e6;
    border-left: none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 6px 2em 8px 2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 20px 0px 4px 0px;
    font-weight: bold;
    font-family: 'Avenir Next Cyr Bold';
    color: #39393a;
    text-transform: uppercase;
    display: inline;
}

.section-content {
    padding: 0px 2em;
    margin-bottom: 2em;
}

.section-content strong {
    font-family: 'AvenirNextCyr';
    color: #39393a;
    font-weight: 900;
}

.section-content p {
    color: #39393a;
    margin: 0px 0px 1em 0px;
}

.list-service {
    padding: 0;
    margin: 15px 0px;
    list-style: none;
    width: 100%;
    text-transform: uppercase;
}

.list-service li {
    text-align: left;
    margin: 10px 0px;
}

.list-service li a {
    color: #373739;
    text-decoration: underline;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
}

.serv-full-list {
    width: 100%;
}

.serv-full-list ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.serv-full-list ul li {
    width: 100%;
    background-position: center;
    height: auto;
    min-height: 90px;
    margin: 5px 0px;
    background-size: cover;
    position: relative;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 155px;
    min-height: 155px;
    overflow: hidden;
}

.serv-full-list ul li:nth-child(9) img{
    max-height: 175px;
}
.serv-full-list ul li:nth-child(10) img{
    width: auto;
    height: 100%;
    aspect-ratio: 16/5.5;
}
.serv-full-list ul li:nth-child(10) a span img{
    width: 20px;
    height: 20px;
    aspect-ratio:2/1;
}
.serv-full-list ul li img {
    width: 100%;
    height: auto;
    max-height: 155px;
    border-radius: 5px;
    aspect-ratio: 16/8;
}

.serv-full-list ul li:first-child {
    display: none;
}

.serv-full-list ul li a {
    display: block;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 50px;
    padding-left: 20px;
    bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fafafa;
    text-decoration: none;
    font-weight: 800;
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.8) 20%, transparent 50%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0,0,0,0.8)), color-stop(50%, transparent));
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 20%, transparent 50%);
}

.serv-full-list ul li a span {
    padding: 0.7em 2.3em;
    font-family: 'Avenir Next Cyr Bold';
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    left: 0px;
    font-weight: bold;
    text-transform: uppercase;
    bottom:0;
    font-size: 1.1em;
    line-height: 1em;
}
.serv-full-list ul li a span img{
    position: absolute;
    width: 20px;
    left: 10px;
    bottom: 10px;
    -webkit-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotateZ(-90deg);
    border: 1px solid #fafafa;
    border-radius: 22px;
    padding: 1px;
    aspect-ratio: 1/1;
}
.fg-item-inner {
    border-radius: 20px;
}

.client-list {
    margin-top: 10px;
}

.client-list ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.sl-wrapper .sl-navigation button,
.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
    color: #fff !important;
    outline: none;
}

.client-list ul li {
    margin: 5px 0px;
    width: calc(38% - 20px);
    min-width: 80px;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0.5px solid #e6e6e6;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 7px;
}

.client-list ul li a img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/2.56;
}

.client-list ul li img {
    width: 100%;
    -webkit-filter: grayscale(1) opacity(0.8);
            filter: grayscale(1) opacity(0.8);
    height: auto;
    aspect-ratio: 4/2.56;
}

.algo-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.algo-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

.algo-block {
    font-size: 14px;
    color: #39393a;
}

.button-consult-section {
    margin-top: 20px;
    width: 100%;
}

.button-consult-section p {
    font-size: 19px;
    color: #fff;
}

footer {
    background-color: #fafafa;
}
.blackback{
    background-color: #39393a;
    margin-bottom: 0;
}
.footer-data {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
    padding: 10px 10px;
    min-height: 80px;
    background: #39393a;
}

.contact-form {
    padding: 50px 41px;
}

.contact-form p {
    margin: 0px;
    font-weight: 750;
    font-size: 20px;
    color: #FF8835;
    font-family: 'Avenir Next Cyr Bold';
}

.contact-form form {
    margin-top: 18px;
}

.contact-form form input {
    width: 100%;
    border: 1px solid #b4b4b4;
    border-radius: 25px;
    padding: 15px 0px;
    text-align: center;
    font-size: 20px;
    color: #39393a;
    font-weight: 450;
    outline: none;
    margin: 16px 0px;
}

.contact-form form input::-webkit-input-placeholder {
    color: #b4b4b4;
}

.contact-form form input::-moz-placeholder {
    color: #b4b4b4;
}

.contact-form form input:-ms-input-placeholder {
    color: #b4b4b4;
}

.contact-form form input::-ms-input-placeholder {
    color: #b4b4b4;
}

.contact-form form input::placeholder {
    color: #b4b4b4;
}

.contact-form form .form-btn {
    color: #fff;
    font-weight: 450;
    margin-top: 54px;
    margin-bottom: 7px;
}

.open {
    -webkit-transition: 0.66s ease;
    -o-transition: 0.66s ease;
    transition: 0.66s ease;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

.menu-icon {
    -webkit-transition: 0.66s ease;
    -o-transition: 0.66s ease;
    transition: 0.66s ease;
}
.menu-icon img{
	width: 43px;
	height: 41px;
	aspect-ratio:1/1;
}
#hideframe {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.scroll-disallowed {
    overflow: hidden;
}

.wtbtn {
    border: 1px solid #fff;
    margin: 1em 0 0 0;
}

.sticky {
    background: rgba(255, 255, 255, 0.99);
    height: 60px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -webkit-box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
            box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
    -webkit-filter: none;
            filter: none;
}

.algo-block img{
    width: 100%;
    max-width: 78px;
    aspect-ratio:1/1;
}
.accord_button img{
	width: 20px;
	height: 20px;
	aspect-ratio:1/1;
}
.sticky .logo img {
    -webkit-filter: invert(0.8);
            filter: invert(0.8);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0.75;
}

.feature-single {
    position: relative;
    min-height: 2.9em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0px 10px 0px 12px;
    border: 1px solid #e6e6e6;
    border-radius: 25px;
    margin-bottom: 16px;
    margin-top: 9px;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.features-content .head-cont{
    line-height: 3em;
    padding-left: 4.4em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid transparent;
    width: calc(100% + 22px);
    margin-left: -12px;
}
.open-single .features-content .head-cont{
    -webkit-box-shadow:0px 0px 5px #e1e7ea;
            box-shadow:0px 0px 5px #e1e7ea;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 20px;
    border:1px solid #e6e6e6;
}
.features-content .head-cont p{
    
}
.features-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.features-img {
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.features-img img {
    position: absolute;
    top:3px;
    left: 12px;
    width: 3em;
    height: auto;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.body-cont {
    opacity: 0;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    max-height: 0px;
}

.body-cont p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.head-cont p {
    font-size: 14px;
    font-weight: 400;
    color: #39393a;
    margin: 0;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.open-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.container-inside {
    width: 100%;
}



.accord_button {
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    padding-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    position: absolute;
    top:0.8em;
    right: 1em;
}

.open-single {
    border-left: 1px solid #fafafa;
    border-right: 1px solid #fafafa;
    border-bottom: 1px solid #fafafa;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.open-single .accord_button {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.main-menu-desctop {
    display: none;
}

.open-single .head-cont p {
    font-weight: 400;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    line-height: 3em;
}
.features-content .head-cont p{
    line-height: 3em;
    font-weight: 800;
}
.open-single .features-content-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.open-single .body-cont p {
    opacity: 1;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    width: 100%;
}

.shev {
    margin: 10px 0px;
}

.shev img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
            aspect-ratio:2/1;
            width: 20px;
            height: 12px;
}

.open-single .body-cont {
    max-height: 300px;
    padding-top: 10px;
    padding-bottom: 20px;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    opacity: 1;
}

.section-content {
    min-height: calc(85vh - 145px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.button-partner-section {
    width: 100%;
}

.gray-button {
    margin: 18px auto;
}

.grid-of-works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.section-auto-heigh {
    height: auto;
    min-height: auto;
}

.grid figure {
    margin: 0;
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transition: 8s linear;
    -o-transition: 8s linear;
    transition: 8s linear;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.acordeonbtn span {
    font-weight: 600;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fafafa;
    color: #39393a;
    margin: 0px;
    padding: 1em;
    max-width: 20em;
    width: 180px;
    max-height: 2.5em;
    font-size: 0.9em;
    margin: 0 auto;
    padding: 1em 1.5em;
    border: 1px solid #39393a;
    line-height: 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 1.6em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    align-items: center;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.open-acc .acordeonbtn span {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

.acordeonbtn span:before {
    content: ' ';
}

.open-acc .acordeonbtn span:before {
    content: ' ';
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

.open-acc .acordeonbtn img {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
}

.acordeonbtn span img {
    border-radius: 0;
}

.acordeonbtn span:hover img {}

.get-consult-single {
    margin-top: 40px;
    padding: 20px 0px;
    margin-bottom: 0px;
}

.get-consultation-wraper {

    background-color: #e6e6e6;
    min-height: 176px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0px 20px;
      padding-top:1em;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    -webkit-box-pack: center;
            justify-content: center;
}
.get-consultation-wraper .custom-html-widget{
background-color: #e6e6e6;
    min-height: 176px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0px 20px;
      padding-top:1em;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    -webkit-box-pack: center;
            justify-content: center;
}
.get-consult-single p {
    width: 57%;
    line-height: 1.3em;
}

.video-back {
    display: none;
}

.other-projects {
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #6b6b6b;
}

.list-other-projects ul li {
    width: calc(50% - 10px);
    font-size: 22px;
    text-align: left;
    padding: 5px;
    position: relative;
}

.button-portfolio-section {
    margin-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.foogallery.fg-light.fg-shadow-outline .fg-item-inner {
    border-radius: 5px;
}

.list-other-projects ul li a span {
    padding: 5px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0.6em;
    text-align: center;
    font-weight: 900;
    color:#fafafa;
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    background:-o-linear-gradient(bottom, rgba(0,0,0,0.6) 26%, transparent 90%);
    background:-webkit-gradient(linear, left bottom, left top, color-stop(26%, rgba(0,0,0,0.6)), color-stop(90%, transparent));
    background:linear-gradient(360deg, rgba(0,0,0,0.6) 26%, transparent 90%);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #000;
}

.list-other-projects ul li a {
    color: #6b6b6b;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.list-other-projects ul li a figure {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: center;
    margin: 0;
    border-radius: 5px;
}

.list-other-projects ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.list-serv-other ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.list-other-projects ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    padding-left: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.get-consultation-wraper p {
    font-family: 'AvenirNextCyr';
    font-size: 1.3em;
    text-align: center;
    color: #39393a;
    line-height: 1em;
    letter-spacing: -0.3px;
    width: auto;
}

.get-consultation-wraper p span {
    margin-top: 0.5em;
    display: block;
}

.clear-button {
    padding: 1em;
}

.get-consultation-wraper .clear-button {
    margin-bottom: 1em;
    border-color: #e6e6e6;
}



.linkstoproj {
    border-radius: 5px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: -o-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.69) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(56%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.69)));
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.69) 100%);
    color: #f1c550;
    -webkit-transition: 1.5s ease;
    -o-transition: 1.5s ease;
    transition: 1.5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.linkstoproj h3 {
    margin: 0;
    padding: 1em;
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
    font-weight: 800;
    font-size: 0.8em;
    -webkit-transform: translate(0px, 10px);
        -ms-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.linkstoproj span {
    padding-bottom: 10px;
    -webkit-transform: translate(0px, 30px);
        -ms-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.grid li {
    width: calc( 50% - 6px);
    min-height: 150px;
    position: relative;
    margin-bottom: 3px;
    border-radius: 5px;
}

.linkstoproj {
    opacity: 1;
    -webkit-transform: translateY(0vh);
        -ms-transform: translateY(0vh);
            transform: translateY(0vh);
    background-image: -o-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 78%, rgba(0, 0, 0, 0.69) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(56%, rgba(0, 0, 0, 0.1)), color-stop(78%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.69)));
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 78%, rgba(0, 0, 0, 0.69) 100%);
}

.linkstoproj a {
    text-align: center;
    color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}

.linkstoproj:hover {
    opacity: 1;
    -webkit-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    transform: translateY(0vh);
}

.linkstoproj:hover h3 {
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
}

.grid figure:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.section-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

.consult-wr-single {
    width: 100%;
    max-width: 17em;
    margin-bottom: 2em;
}
.video-proj{
    margin: 0 5px;
}
.main-text-project-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1em 0;

}
.main-text-project{
    margin-top: 1em;
}
.bck-fwd {
    display: none;
}

.main-gallery {
    margin-bottom: 2em;
    width: 100%;
}

.gallery-main {
    margin-top: 80px;
}

.gallery-main h1 {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 800;
}

.filter-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
}

.filter-search button {
    margin: 5px 0px;
    width: 60%;
    padding: 3px 20px;
    background-color: rgba(255, 121, 14, 0.46);
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    max-width: 150px;
    height: 2.5em;
}

.head-post h1 {
    padding: 0 1em;
    font-family: 'Avenir Next Cyr Bold';
    color: #fafafa;
    margin-bottom: 0.5em;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    padding: 0;
    margin: 1em 0;
}

.foogallery.fg-dark.fg-shadow-small .fg-item-inner,
.foogallery.fg-light.fg-shadow-small .fg-item-inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 5px;
}

.pagination li {
    margin: 0 0.5em;
}

.tech-info-project a {
    color: #ff8835;
    margin-right: 10px;
}

.pagination li a {
    color: #ff8835;
}

.pagination .active {
    background: #ff8835;
    color: #fff;
    border-radius: 1.6em;
    padding: 0.1em 0.4em;
}

.button8::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    border-radius: 50px;
    color: #fafafa;
    z-index: 0;
    opacity: 0;
    background-color: rgba(255, 121, 14, 0.7);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button8 span {
    font-family: 'AvenirNextCyr';
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 16px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.full-wdth {}

.sidebar {
    display: none;
}

.section-content {}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 900vh;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.hide{
    max-height: 0px;
}


.gallery a {
    width: 100%;
    min-height: auto;
    max-height: 210px;
    height: auto;
    margin-bottom: 10px;
    margin: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    text-decoration: none;
}
.gallery a img {
    border-radius: 5px;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    min-height: auto;
    max-height: none;
}
.gallery a:hover {
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
            box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.gallery a:hover img {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}
.gallery a span{
    display: block;
    text-align: center;
    text-decoration: none;
    color: #39393a;
    line-height: 1.2em;
    font-size: 0.8em;
    margin-top: 0.3em;
    margin-bottom: 1em;
}
.acordeonx {
    padding-bottom: 3em;
    position: relative;
    overflow: hidden;
    max-height: 70vh;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

#action .section-content{
    min-height: auto;
    margin: 10vh 3vh 7vh 3vh;
    padding: 2em 0 1.5em 0;
    border-radius: 25px;
    background: #c7c7c7;
}
.act-sec .form-inner  .action-text{
    text-align: center;
}
.act-sec .form-inner  .action-text h4{
    color: #39393c;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Avenir Next Cyr Bold';
    font-size: 1.4em;
    margin-top: 0;
    margin-bottom: 0;
}
.text-in-form{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.text-in-form p:first-child{
  margin-bottom:0px;
}
.act-sec .form-inner .action-text .text-in-form p:last-child{
  margin-top:0px;
}
.act-sec .form-inner .action-text p{
    color: #39393c;
    font-size: 0.9em;
    margin-top: 0.8em;
    line-height: 1em;
}
.act-sec .form-inner .action-text p div{
  font-size: 0.9em;
  line-height: 1em;
  margin-bottom: 0.8em;
}
.form-inner form input{
    text-align: center;
    margin: 0.6em 0em;
    height: 2.6em;
    border-radius: 1.6em;
    border: none;
    width: 100%;
    max-width: 242px;
}
.form-inner form input:focus{
    outline: none;
}
div.wpcf7 .ajax-loader{
    position: absolute;
}
.background-full{
    display: none;
}
#acordeon::after {
    content: '';
    position: absolute;
    text-align: center;
    height: 5.7em;
    z-index: 1;
    bottom: 0;
    left: 0px;
    right: 0px;
    background: rgb(250 250 250);
    background: -o-linear-gradient(top, rgb(255 255 255 / 0%) 0%, rgb(250 250 250) 50%, rgb(250 250 250) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255 255 255 / 0%)), color-stop(50%, rgb(250 250 250)), to(rgb(250 250 250)));
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(250 250 250) 50%, rgb(250 250 250) 100%);
    color: #fff;
}

.bg-page-service {
    height: 100vh;
    position: absolute;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dotted {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI4RkZBQTgzNzg1NzExRTU4NTQyODc3OUM4MTZGMUREIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI4RkZBQTg0Nzg1NzExRTU4NTQyODc3OUM4MTZGMUREIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjhGRkFBODE3ODU3MTFFNTg1NDI4Nzc5QzgxNkYxREQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjhGRkFBODI3ODU3MTFFNTg1NDI4Nzc5QzgxNkYxREQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz66uHInAAAAIUlEQVR42mL5//8/AyMj42YGIGBigABfEMEIkoEBgAADAKvuBwVS8BAjAAAAAElFTkSuQmCC);
    background-size: 2px 2px;
    width: 100%;
    height: 100%;
}

.first-screen {
    height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.head-name {
    color: #fff;
    z-index: 4;
    text-align: center;
}

.page-serv-buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 5;
}

.line-heads {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    height: 1px;
    background: #e6e6e6;
    margin-left: -15px;
    grid-area: left-gr;
}

.line-heads-after {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    height: 1px;
    background: #e6e6e6;
    grid-area: right-gr;
}

.title-heads p {
    background-color:#fafafa;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    font-size: 1.3em;
    margin: 0px 0.4em;
    font-family: 'Avenir Next Cyr Bold';
    grid-area: center-gr;
    color: #39393a;
    font-weight: 100;
    text-transform: uppercase;
}

.serv-btns-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
}

.arrowdown {
    position: absolute;
    bottom: 10px;
    z-index: 5;
    left: calc(50% - 20px);
}

.title-heads {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    position: relative;
    margin-bottom: 1em;
    margin-top: 2.5em;
                grid-template-areas: "left-gr center-gr right-gr";
    -ms-grid-columns: 1.3em auto 1fr;
    grid-template-columns: 1.3em auto 1fr;
}

.acordeonbtn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.acordeonbtn:hover {
    cursor: pointer;
}

.acordeonbtn .accrd::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1em;
    bottom: 0px;
    left: 0;
    border-top: 1px solid #eeeeee;
    background: #fafafa;
}

.acordeonbtn span img {
    -webkit-filter: invert(1);
            filter: invert(1);
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    width: 15px;
    height: auto;
    aspect-ratio:1/1;
}
.shadow-section{
  padding-top:1em;
}
.shadow-section .title-heads h1{
    color:#fff;
    font-family: 'Avenir Next Cyr Bold';
    padding: 0 0.3em;
    text-transform: uppercase;
    font-size: 1.6em;
}
.open-acc {
    max-height: 900vh;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    padding-bottom: 3em;
}

.butonclients {
    display: none;
}

.client-text {
    display: none;
}

.left-utp span {
        display: block;
    font-size: 1em;
    /* line-height: 5.5em; */
    font-weight: 400;
    color: #ffffff;
    font-family: 'Avenir Next Cyr Bold';
    text-shadow: 3px 4px 5px #000;
}

.left-utp span:first-child {
    display: block;
    font-size: 1.3em;
    font-weight: 900;
    color: #fafafa;
    font-family: 'Avenir Next Cyr Bold';
}
.left-utp span:nth-child(2){
    font-size: 1.15em;
}
.left-utp span:nth-child(3){
    
}
.left-utp span:nth-child(4){
    font-size: 1.3em;
}
.left-utp span:nth-child(5){
    font-size: 1.3em;
}
.left-utp span:nth-child(6){
    font-size: 1.3em;
}
.left-utp span:nth-child(7){
    font-size: 1.3em;
}
.wpcf7 input[type="submit"]{
    font-family: 'AvenirNextCyr';
    color: #fafafa !important;
    -webkit-appearance:none;
    background-color: #ff8835 !important;
    border-radius: 1.6em;
    height: 3em;
    width: 100%;
    max-width: 246.77px;
    line-height: 1em;
}









/* VIDEO SECTION*/
.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.youtube .play {
    transform: scale(1);
    background: url('/wp-content/themes/mural-market-mobile/img/youtube-playbtn.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 0px;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    opacity: 0.75;
    -webkit-transition: 0.66s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -o-transition: 0.66s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: 0.66s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.youtube:hover .play {
    background-position: 0 0;
    opacity: 1;
    transform: scale(1.3);
}

.main-vid .youtube {
    width: 100%;
    min-height: 175px;
    background-size: 100%;
    border-radius: 5px;
}
.main-vid p{
    text-align: center;
    font-size: 0.9em;
    padding: 0 0.4em 2em 0.4em;
    margin:0;
}
.main-vid iframe{
    width: 100%;
    min-height: 175px;
    border-radius: 5px;
}
.collumn-vid .youtube {
    width: 100%;
    min-height: 175px;
    background-size: 100%;
    border-radius: 5px;
}
.collumn-vid iframe{
    width: 100%;
    min-height: 175px;
    border-radius: 5px;
}
.collumn-vid p{
    text-align: center;
    font-size: 0.9em;
    padding: 0 0.4em 2em 0.4em;
    margin:0;
}
.vid-control{
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin:0 auto;
}
.vid-control a{
    text-align: center;
    margin:0;
    height: 60px;
}
.video-section{
   margin:0 0 2em 0;
}
/* */

.features-img img{
    width: 2.2em;
}
.features-content .head-cont{
    padding-left: 3.4em;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-10-27 1:58:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-bottom
 * ----------------------------------------
 */

 .carrousel {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0em);
    -ms-transform: translate(0, 0em);
    transform: translate(0, 0em);
    -webkit-animation: bounce-bottom 32s steps(7, end) 2s infinite both;
    animation: bounce-bottom 32s steps(7, end) 2s infinite both;
}

@-webkit-keyframes bounce-bottom {
  0% {
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  7% {
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  }
  8.5% {    -webkit-filter: blur(2px);    filter: blur(2px);  }
  10% {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  }
  17% {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            
  }
  17% {    -webkit-filter: blur(0px);    filter: blur(0px);    }
  18% {    -webkit-filter: blur(2px);    filter: blur(2px);  }
  20% {
    -webkit-transform: translateY(-4em);
            transform: translateY(-4em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  }
  27% {
    -webkit-transform: translateY(-4em);
            transform: translateY(-4em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  27.5% {    -webkit-filter: blur(0px);    filter: blur(0px);    }
  28% {    -webkit-filter: blur(2px);    filter: blur(2px); }
  30% {
    -webkit-transform: translateY(-6em);
            transform: translateY(-6em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  }
  37% {
    -webkit-transform: translateY(-6em);
            transform: translateY(-6em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  37.5% {-webkit-filter: blur(0px);filter: blur(0px);}
  38% {-webkit-filter: blur(2px);filter: blur(2px);}
  40% {
    -webkit-transform: translateY(-8em);
            transform: translateY(-8em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  }
   47% {
    -webkit-transform: translateY(-8em);
            transform: translateY(-8em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  47.5% {    -webkit-filter: blur(0px);    filter: blur(0px);  }
  48% {    -webkit-filter: blur(2px);    filter: blur(2px);  }
  50% { 
    -webkit-transform: translateY(-10em);
            transform: translateY(-10em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  }
  57% { 
    -webkit-transform: translateY(-10em);
            transform: translateY(-10em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  57.5% {    -webkit-filter: blur(0px);    filter: blur(0px);    }
  58% {    -webkit-filter: blur(2px);    filter: blur(2px);  }
  60% { 
    -webkit-transform: translateY(-12em);
            transform: translateY(-12em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  }
  67% { 
    -webkit-transform: translateY(-12em);
            transform: translateY(-12em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  67.5% {    -webkit-filter: blur(0px);    filter: blur(0px);    }
  68% {    -webkit-filter: blur(2px);    filter: blur(2px);  }
  70% {  
    -webkit-transform: translateY(-8em);
            transform: translateY(-8em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  } 
  77% {  
    -webkit-transform: translateY(-8em);
            transform: translateY(-8em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  77.5% {    -webkit-filter: blur(0px);    filter: blur(0px);    }
  78% {    -webkit-filter: blur(2px);    filter: blur(2px);  }
 
  80% {  
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  } 
  87% {  
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  87.5% {    -webkit-filter: blur(0px);    filter: blur(0px);    }
  88% {    -webkit-filter: blur(2px);    filter: blur(2px);  }
 
  90% {  
    -webkit-transform: translateY(-6em);
            transform: translateY(-6em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  } 
   97% {  
    -webkit-transform: translateY(-6em);
            transform: translateY(-6em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    }
    97.5% {    -webkit-filter: blur(0px);    filter: blur(0px);    }
    98% {    -webkit-filter: blur(2px);    filter: blur(2px);  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  }
  
}

@keyframes bounce-bottom {
  0% {
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  7% {
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  }
  8.5% {    -webkit-filter: blur(2px);    filter: blur(2px);  }
  10% {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  }
  17% {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            
  }
  17% {    -webkit-filter: blur(0px);    filter: blur(0px);    }
  18% {    -webkit-filter: blur(2px);    filter: blur(2px);  }
  20% {
    -webkit-transform: translateY(-4em);
            transform: translateY(-4em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  }
  27% {
    -webkit-transform: translateY(-4em);
            transform: translateY(-4em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  27.5% {    -webkit-filter: blur(0px);    filter: blur(0px);    }
  28% {    -webkit-filter: blur(2px);    filter: blur(2px); }
  30% {
    -webkit-transform: translateY(-6em);
            transform: translateY(-6em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  }
  37% {
    -webkit-transform: translateY(-6em);
            transform: translateY(-6em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  37.5% {-webkit-filter: blur(0px);filter: blur(0px);}
  38% {-webkit-filter: blur(2px);filter: blur(2px);}
  40% {
    -webkit-transform: translateY(-8em);
            transform: translateY(-8em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  }
   47% {
    -webkit-transform: translateY(-8em);
            transform: translateY(-8em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  47.5% {    -webkit-filter: blur(0px);    filter: blur(0px);  }
  48% {    -webkit-filter: blur(2px);    filter: blur(2px);  }
  50% { 
    -webkit-transform: translateY(-10em);
            transform: translateY(-10em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  }
  57% { 
    -webkit-transform: translateY(-10em);
            transform: translateY(-10em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  57.5% {    -webkit-filter: blur(0px);    filter: blur(0px);    }
  58% {    -webkit-filter: blur(2px);    filter: blur(2px);  }
  60% { 
    -webkit-transform: translateY(-12em);
            transform: translateY(-12em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  }
  67% { 
    -webkit-transform: translateY(-12em);
            transform: translateY(-12em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  67.5% {    -webkit-filter: blur(0px);    filter: blur(0px);    }
  68% {    -webkit-filter: blur(2px);    filter: blur(2px);  }
  70% {  
    -webkit-transform: translateY(-8em);
            transform: translateY(-8em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  } 
  77% {  
    -webkit-transform: translateY(-8em);
            transform: translateY(-8em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  77.5% {    -webkit-filter: blur(0px);    filter: blur(0px);    }
  78% {    -webkit-filter: blur(2px);    filter: blur(2px);  }
 
  80% {  
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  } 
  87% {  
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  87.5% {    -webkit-filter: blur(0px);    filter: blur(0px);    }
  88% {    -webkit-filter: blur(2px);    filter: blur(2px);  }
 
  90% {  
    -webkit-transform: translateY(-6em);
            transform: translateY(-6em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  } 
   97% {  
    -webkit-transform: translateY(-6em);
            transform: translateY(-6em);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    }
    97.5% {    -webkit-filter: blur(0px);    filter: blur(0px);    }
    98% {    -webkit-filter: blur(2px);    filter: blur(2px);  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
            -webkit-filter: blur(0);
                    filter: blur(0);
  }
  
}
/* Animasta */















@media screen and (min-width: 768px) {
    .dymanic-text{
        width: 50%;
    }
    .wpcf7 input[type="submit"]{
        width: 100%;
    }

    .form-inner form input .wpcf7-submit{
         text-transform: uppercase;
         -webkit-appearance:none;
    }
    .left-utp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
                line-height: normal;
    }
    .fr-monitor {
         background-image: url('/wp-content/themes/mural-market-mobile/img/1-1.jpg'); 
        background-size: cover;
        background-position: 25% auto;
        height: 100vh;
    }

    .left-utp p {
        font-size: 1.5rem;
        line-height: normal;
        text-align: right;
        text-shadow: -1px -3px 2px #000;
    }
    .section-content p {
        font-size: 20px;
        line-height: normal;
    }
    .head-section h2 {
        font-size: 2.5rem;
    }
    .list-service {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .list-service li {
        width: 50%;
    }
    .serv-full-list ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .serv-full-list ul li {
        margin: 10px 10px;
        max-width: 45%;
    }
    .client-list ul li {
        margin: 0.5em;
        width: 30%;
        position: relative;
    }
    .client-list ul li:last-child {
        display: none;
    }
    .gallery a {
        max-width: calc(33% - 8px);
    }
    .gray-button {
        margin: 0 auto;
    }
    .head-section {
        margin-bottom: 40px;
    }
    .button-consult-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .list-service li a {
        font-size: 20px;
        line-height: normal;
    }
    .section-content {
        display: block;
        height: auto;
        min-height: unset;
    }

}
@media screen and (min-width: 800px) {

}
.overlay {
    position: fixed;
    width: 100%;
    background: #000;
    z-index: 999;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    height: 100vh;
    -webkit-transition: .33s cubic-bezier(.46,.03,.52,.96);
    -o-transition: .33s cubic-bezier(.46,.03,.52,.96);
    transition: .33s cubic-bezier(.46,.03,.52,.96);
    -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
            transform: translate(-100%);
}

.show {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 1;
}

.popup {
    width: 100%;
    max-width: calc(100% - 2em);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    background: #feba35;
    padding: 2em 2em;
    border-radius: 5px;
    position: relative;
    z-index: 9999;
    -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
            transform: translate(-100%);
}

.show .popup {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
}

.cancel {
    position: absolute;
    top: 0em;
    right: 0.3em;
    color: #fff;
    -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
            transform: rotateZ(45deg);
    text-decoration: none;
    font-size: 2em;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.cancel:hover {
    -webkit-transform: scale(1.3) rotateZ(-45deg);
        -ms-transform: scale(1.3) rotate(-45deg);
            transform: scale(1.3) rotateZ(-45deg);
    cursor: pointer;
}

.popup h4 {
    text-align: center;
    font-size: 1.4em;
    margin-top: 1em;
    font-weight: 900;
    color: #fff;
    font-family: 'Avenir Next Cyr Bold';
    margin-top: 0px;
}

.content-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.form-callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1em;
}

.form-callback span input {
    max-width: 246.77px;
    width: 100%;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    padding: 0.8em 2em;
    border-radius: 1.6em;
    font-size: 1em;
    outline: none;
    border: 1px solid #e6e6e6;
    background-color: #fafafa;
}

.form-callback span input::-webkit-input-placeholder {
    color: #c7c7c7;
}

.form-callback span input::-moz-placeholder {
    color: #c7c7c7;
}

.form-callback span input:-ms-input-placeholder {
    color: #c7c7c7;
}

.form-callback span input::-ms-input-placeholder {
    color: #c7c7c7;
}

.form-callback span input::placeholder {
    color: #c7c7c7;
}

.form-callback .wpcf7-submit {
    margin-top: 0.7em;
    padding: 1em 2em;
    border-radius: 1.6em;
    height: 3em;
    border: none;
    color: #fff;
    font-family: 'AvenirNextCyr';
    font-size: 1em;
    outline: none;
    -webkit-appearance:none;
}

.form-callback .wpcf7-submit {
    color: #ee8a1a;
}

.form-callback .wpcf7-submit:hover {
    color: #ee8a1a;
}

.form-callback .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -1em;
    font-size: 0.8em;
    text-align: center;
    text-align: center;
    width: 100%;
}

.form-callback,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    left: 0;
    border-radius: 5px;
    color: #39393a;
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    background: #ffb900;
}

.form-callback,
.wpcf7 form.sent .wpcf7-response-output {
    color: #fdfdfd;
    border-radius: 5px;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.small{
    min-height: auto;
    padding: 0;
}
.title-heads p a{
        text-decoration: none;
        color:#FF8835;
        margin-left: 0.2em;
        font-weight: 900;
    }
.small-circle {
    width: 10em;
    height: 10em;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: -5em;
    left: -5em;
    border: 4em solid #ffc95f;
}

.big-circle {
    width: 30em;
    top: 0em;
    bottom: 0;
    left: -11em;
    height: 30em;
    position: relative;
    border: 21px solid #ffc95f;
    border-radius: 50%;
    -webkit-animation: rotate-90-cw 95s linear infinite both;
    animation: rotate-90-cw 95s linear infinite both;
}

.item-in-big-circle {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    left: 7em;
    top: -2.1em;
    margin: 0 auto;
    background: #ffc95f;
}
.foot-main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1em;
}
.foot-main .foot-column:first-child{
    border:0;
    margin-top: 0;
}
.foot-column{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1em;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 1em;
    border-top:1px solid #6e6e6e;
}
.foot-column ul{
    list-style: none;
    padding: 0px;
    margin:0px;
    padding-left: 1em;
}
.foot-column ul li{
    margin-bottom: 15px;
}
.foot-column ul li:last-child{
    margin-bottom: 0px;
}
.foot-column p{
    color:#8a817c;
    font-size: 1em;
    font-weight: 900;
    margin-top: 1.2em;
    margin-bottom: 0.5em;
}
footer{

    bottom: 0;
    left: 0;
    width: 100%;
}
footer .wpcf7 input[type="email"]{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
        width: 100%;
    background: #fff;
    border: 1px solid #fafafa;
    border-radius: 4px;
    height: 35px;
    padding: 0 15px;
    font-weight: 300;
    outline: none;
}
.foot-column .side-social a img{
    margin: 0 1em;
    width: 16px;
    height: 16px;
    aspect-ratio:1/1;
}

footer .wpcf7{
    position: relative;
}
footer .wpcf7 p{
    margin-bottom: 0;
}

footer .foot-column input[type="submit"] {
    background: url(/wp-content/themes/mural-market-mobile/img/icons/phone-icon.png) center center;
    text-indent: -9999px;
    top:0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    font-size: 0px;
    height: 36px;
    width: 45px;
    padding: 0px;
    background-color: #ee8a1a;
    background-repeat: no-repeat;
}
.foot-column ul li a img{
    margin-right: 10px;
    -webkit-filter:brightness(0.5);
            filter:brightness(0.5);
    width: 8px;
    height: auto;
    aspect-ratio:1/1.7;
}
.foot-column ul li:last-child img{
	width: 14px;
    height: auto;
    aspect-ratio:1.7/1;
}
footer .foot-column .wpcf7-not-valid-tip{
    display: none;
}

footer .foot-column .wpcf7-submit{
    position: absolute;
    height: 100%;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #ee8a1a;
    font-weight: 900;
    background: #ee8a1a;
    border: none;
    width: 45px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-appearance:none;
}
footer .foot-column .wpcf7-submit::after{
    content: '';
    background-image: url('/wp-content/themes/mural-market-mobile/img/icons/mail-icon.png');
}

.foot-column ul li a{
    color:#bcb8b1;
    text-decoration: none;
    display: inline;
    font-size: 0.9em;
    font-weight: 100;
}


.foot-column .side-social img{
    -webkit-filter: grayscale(1) contrast(0);
            filter: grayscale(1) contrast(0);
    opacity: 1;
}
footer .section-content{
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
}

.footer-data img{
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
            width: 90px;
    height: auto;
    aspect-ratio: 9/1.9;
}
.footer-data{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
    padding: 1em 0px;
    min-height: auto;
    border-top: 1px solid #8a817c;
    background-color:#39393a;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-10-25 15:17:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


/**
 * ----------------------------------------
 * animation rotate-90-cw
 * ----------------------------------------
 */

@-webkit-keyframes rotate-90-cw {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

@keyframes rotate-90-cw {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}
/* animation rotate-90-cw */




.side-social img {
    width: 100%;
    max-width: 1em;
    height: auto;
    aspect-ratio:1/1;
    -webkit-filter: grayscale(1) opacity(0.5);
            filter: grayscale(1) opacity(0.5);
    margin-right: 0.5em;
}

.social-block h4 {
    font-size: 0.9em;
}

.sidebar-inside {
    padding: 0.6em;
    border: 1px solid #e6e6e6;
    margin-bottom: 1em;
    display: none;
}

.serv-full-list ul li a p {
    display: none;
}

.filter-search {
    display: none;
}
.sl-wrapper .sl-image .sl-caption{
    background: rgba(0,0,0,0.7) !important;
    top: calc(100% + 15%);
    bottom: auto;
    transform: scale(1.25);
    font-size: 11px;
    text-align: center;
}