/*
Theme Name: Digital Theme
Theme URI: https://digital.spb.ru
Author: Digital
Author URI: https://digital.spb.ru
Description: Digital тема для WordPress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digital-theme
*/
@charset "UTF-8"; 
@font-face {
    font-family: 'font-icons';
    src: url('fonts/font-icons.eot');
    src: url('fonts/font-icons.eot') format('embedded-opentype'), url('fonts/font-icons.woff') format('woff'), url('fonts/font-icons.ttf') format('truetype'), url('fonts/font-icons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {font-family: 'Play';  src: url('fonts/Play.ttf'); src: url('fonts/Play.ttf') format('truetype'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'Play'; src: url('fonts/Play-bold.ttf'); src: url('fonts/Play-bold.ttf') format('truetype'); font-weight: bold; font-style: normal;}
@font-face {font-family: 'Play'; src: url('fonts/Play-italic.ttf');  src: url('fonts/Play-italic.ttf') format('truetype');  font-weight: normal;  font-style: italic;}
@font-face {font-family: 'Play'; src: url('fonts/Play-bold-italic.ttf'); src: url('fonts/Play-bold-italic.ttf') format('truetype'); font-weight: bold;  font-style: italic;}
/*@import url("https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body{font-family:"Muli", sans-serif}*/
html,body{width:100%;box-sizing:border-box;margin:0;padding:0;}
@keyframes menuUpIn {from {opacity: 0; transform: translateY(20px); filter: brightness(75%);} to {opacity: 1; transform: translateY(0);}}
@keyframes menuDownOut {from {opacity: 1; transform: translateY(0px);} to {opacity: 0; transform: translateY(20px); filter: brightness(75%);}}
@keyframes fadeIn {from {opacity: 0;}  to {opacity: 1;}}
@keyframes fadeInHalf {from {opacity: 0.5;} to {opacity: 1;}}
@keyframes fadeDown {from {opacity: 0; transform: translateY(-40px);} to {opacity: 1; transform: translateY(0);}}
@keyframes fadeUpOut {from {opacity: 1; transform: translateY(0px);} to {opacity: 0; transform: translateY(-40px);}}
@keyframes fadeUp {from {opacity: 0; transform: translateY(40px);} to {opacity: 1; transform: translateY(0);}}
@keyframes fadeLeft {from {opacity: 0; transform: translateX(-40px);} to {opacity: 1; transform: translateX(0);}}
@keyframes fadeRight {from {opacity: 0; transform: translateX(40px);} to {opacity: 1; transform: translateX(0);}}
@keyframes zoomIn {from {opacity: 0; transform: scale(0.5);} to {opacity: 1; transform: scale(1);}}
@keyframes zoomOut {from {opacity: 0; transform: scale(1.5);} to {opacity: 1; transform: scale(1);}}
@keyframes animate{0% {transform: translateX(100%);} 100% {transform: translateX(-100%);}}
@keyframes animate2{0% {transform: translateX(100%);} 100% {transform: translateX(-100%);}}
@keyframes slideInLeft {from {opacity: 0; transform: translateX(-30px);} to {opacity: 1; transform: translateX(0);}}
@keyframes slideInRight {from {opacity: 0; transform: translateX(30px);} to {opacity: 1; transform: translateX(0);}}
@keyframes slideInDown {from {opacity: 0; transform: translateY(-30px);} to {opacity: 1; transform: translateY(0);}}
@keyframes slideInUp {from {opacity: 0; transform: translateY(30px);} to {opacity: 1; transform: translateY(0);}}
@keyframes zoomOut {from {opacity: 0; transform: scale(1.2);} to {opacity: 1; transform: scale(1);}}
@keyframes rotateIn {from {opacity: 0; transform: rotateZ(-15deg);} to {opacity: 1; transform: rotateZ(0deg);}}
@keyframes bounceIn {0% { transform: scale3d(0.3, 0.3, 0.3);} 20% {transform: scale3d(1.1, 1.1, 1.1);} 40% {transform: scale3d(0.9, 0.9, 0.9);} 60% {opacity: 1; transform: scale3d(1.03, 1.03, 1.03);} 80% {transform: scale3d(0.97, 0.97, 0.97);} 100% {opacity: 1; transform: scale3d(1, 1, 1);}}
@keyframes bounceInLeft {from, 60%, 75%, 90%, to {animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);} 0% {opacity: 0; transform: translate3d(-3000px, 0, 0);} 60% {opacity: 1; transform: translate3d(25px, 0, 0);} 75% {transform: translate3d(-10px, 0, 0);} 90% {transform: translate3d(5px, 0, 0);} to {opacity: 1; transform: translate3d(0, 0, 0);}}
@keyframes bounceInRight {from, 60%, 75%, 90%, to {animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);} from {opacity: 0; transform: translate3d(3000px, 0, 0);} 60% {opacity: 1; transform: translate3d(-25px, 0, 0);} 75% {transform: translate3d(10px, 0, 0);} 90% {transform: translate3d(-5px, 0, 0);} to {opacity: 1; transform: translate3d(0, 0, 0);}}
@keyframes bounceInDown {from, 60%, 75%, 90%, to {animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);} 0% {opacity: 0; transform: translate3d(0, -3000px, 0);} 60% {opacity: 1; transform: translate3d(0, 25px, 0);} 75% {transform: translate3d(0, -10px, 0);} 90% {transform: translate3d(0, 5px, 0);} to {opacity: 1; transform: translate3d(0, 0, 0);}}
@keyframes bounceInUp {from, 60%, 75%, 90%, to {animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);} from {opacity: 0; transform: translate3d(0, 3000px, 0);} 60% {opacity: 1; transform: translate3d(0, -20px, 0);} 75% {transform: translate3d(0, 10px, 0);} 90% {transform: translate3d(0, -5px, 0);} to {opacity: 1; transform: translate3d(0, 0, 0);}}
@keyframes flipInX {from {transform: perspective(400px) rotate3d(1, 0, 0, 90deg); animation-timing-function: ease-in; opacity: 0;} 40% {transform: perspective(400px) rotate3d(1, 0, 0, -20deg); animation-timing-function: ease-in;} 60% {transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1;} 80% {transform: perspective(400px) rotate3d(1, 0, 0, -5deg);} to {opacity: 1; transform: perspective(400px);}}
@keyframes flipInY {from {transform: perspective(400px) rotate3d(0, 1, 0, 90deg); animation-timing-function: ease-in; opacity: 0;} 40% {transform: perspective(400px) rotate3d(0, 1, 0, -20deg); animation-timing-function: ease-in;} 60% {transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1;} 80% {transform: perspective(400px) rotate3d(0, 1, 0, -5deg);} to {opacity: 1;  transform: perspective(400px);}}
section, footer, main, header{width:100%;box-sizing:border-box;}
div{box-sizing:border-box;}
h1{font-size: 40px; line-height: 50px; font-weight: 900; text-transform: uppercase;}
h2{font-size:36px; font-weight:normal;}
h3{font-size:32px; font-weight:normal;}
h4{font-size:28px;  font-weight:normal;}
p{font-size:16px; font-weight:normal; margin:0;padding:5px 0;}
li{list-style:none;}
a{transition:all 0.5s ease-in;}
a:hover{transition:all 0.3s ease-in; text-decoration:none;}
.article-content{width:95%;max-width:1300px;margin:0 auto;text-align:center;}
.article-in{text-align:left;}
.row-full.callback label{padding-left:10px;}
section h2{text-align:center; color:#004a68; margin-top:80px}
section h2 span{color:#00a7eb;white-space:nowrap;}
section{padding:40px 0;}
section.section-banner, section.section-scrolltext{padding:0;}
.top-head-in, .header-container-in, .container, .ct-section-title{max-width:1320px; margin:0 auto; text-align:center; position:relative;}
.row {display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; justify-content: space-between; align-items: stretch; align-content: stretch; justify-items: stretch; margin-bottom:30px;}
/* Классы анимаций */
div[data-animate="fade"], .fade {animation: fadeIn 1s ease forwards;}
div[data-animate="fadeUp"], .fadeUp{animation: fadeUp 1s ease forwards;}
div[data-animate="fadeDown"], .fadeDown {animation: fadeDown 1s ease forwards;}
div[data-animate="zoom-out"], .zoomOut {animation: zoomOut 1s ease forwards;}
div[data-animate="zoom-in"], .zoomIn {animation: zoomOut 1s ease forwards;}
div[data-animhover="flip-left"], div[data-animhover="flip-right"], div[data-animhover="flip-up"], div[data-animhover="flip-down"], div[data-animhover="zoom-in-hover"],
.flip-left, .flip-right, .flip-up, .flip-down, .zoom-in-hover {transition: transform 0.7s ease;}
div[data-animhover="flip-left"]:hover, .flip-left:hover {transform: rotateY(-180deg);}
div[data-animhover="flip-right"]:hover, .flip-right:hover {transform: rotateY(180deg);}
div[data-animhover="flip-up"]:hover, .flip-up:hover {transform: rotateX(-180deg);}
div[data-animhover="flip-down"]:hover, .flip-down:hover {transform: rotateX(180deg);}
div[data-animhover="zoom-in-hover"]:hover, .zoom-in-hover:hover {transform: scale(1.2);}
body {font-family: Play, Arial, sans-serif; margin: 0; padding: 0; color:#444; background:#f7f7f7;}
a {text-decoration:none;color:#00a7eb; transition:all 0.7s ease-in;}
a:hover {color:#0f65de; transition:all 0.7s ease-in;}
.animate{opacity:0;}
.button{display:grid; justify-content:center;}
.button span, .button a, button{
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 16px 20px;
    background: #00a7eb;
    color: #fff;
    line-height: 1.2;
    overflow: hidden;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px; -o-border-radius: 5px;
	text-shadow:none!important;}
a.pdf-icon { padding-left: 25px;color:#fff;}
sr7-txt a.pdf-icon{padding-left:0;}
a.pdf-icon:before {content: "\ec5d"; font-family: 'font-icons'; color: #fff; margin-right:5px;}
.sr7-btn{min-width:226px; text-align:center!important;padding: 0 15px!important}	
.button span:after, .button a:after, button:after, .sr7-btn:after{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #13c74c;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: -webkit-transform .5s cubic-bezier(.86,0,.07,1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86,0,.07,1);
    transition: transform .5s cubic-bezier(.86,0,.07,1);
    transition: transform .5s cubic-bezier(.86,0,.07,1),-webkit-transform .5s cubic-bezier(.86,0,.07,1);
    -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
    transition-timing-function: cubic-bezier(.86,0,.07,1);
    z-index: -1;
	border-radius:5px;
}
.cf7-visual {position: absolute; left: -9999px; width: 0; height: 0; overflow: hidden;}
.button span:hover:after, .button a:hover:after, button:hover:after, .sr7-btn:hover:after{transform:scale(1,1)}
.button span:hover, .button a:hover, button:hover{transition: all 0.7s ease-in; opacity: 1;}
button.button-light, .button-light a{color:#00a7eb; background: #fff; border:1px solid #00a7eb;}
button.button-light:hover, .button-light:hover a{background:#00a7eb; color: #fff;  border:1px solid #00a7eb;}
button.button-blue, .button-blue a{background:#00a7eb; color: #fff;  border:1px solid #00a7eb;}
button.button-blue:hover, .button-blue:hover a{color:#00a7eb;  background: #fff; border:1px solid #00a7eb;}
button.button-green-light,.button-green-light a{color:#00796B; color:#a3c7c7; background:#fff; border:1px solid #00796B;border:1px solid #a3c7c7;}
button.button-green-light:hover,.button-green-light:hover a{background:#00796B; background:#a3c7c7; color:#fff; border:1px solid #00796B;border:1px solid #a3c7c7;}
button.button-green,.button-green a{background:#00796B; color:#fff; border:1px solid #00796B;}
button.button-green:hover,.button-green:hover a{color:#00796B; background:#fff; border:1px solid #00796B;}
button.button-red, .button-red a{background:#a51f18;color:#fff; border:1px solid #a51f18;}
button.button-red:hover, .button-red:hover a{color:#a51f18;background:#fff; border:1px solid #a51f18;}
.button span:before, .button a:before, button:before, .button input:before {font-family: 'font-icons'; position: absolute; top: 50%; left: 8px; margin-top: -9px; font-size: 16px;font-weight:normal;}
.site-header {padding: 0; display: block; position: relative; width: 100%;color:#fff;}
.header-container{background:#fff;}
.header-container-in {display: grid; grid-template-columns:200px 1fr 190px; align-items: center; width: 100%;  justify-content: space-between; align-content: center;  padding: 10px 0px;}
.top-head{background:#00a7eb;}
.top-head-in{display:grid;grid-template-columns: auto 100px;padding:5px 0px;}
.grid-child{position: relative; display: grid; align-content: center; align-items: center;}
.grid-child.logo{margin-left:10px;}
.logo{display: block; width: auto; max-width: 200px; position:relative;padding-bottom:5px;}
.logo p {
    color: #060606;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    bottom: 0px;
    left: 39px;
    width: 280px;
    line-height: 14px;
    padding: 0;
    margin: 0;
    letter-spacing: -0.03em;
}
header.header-fix .logo p{display:none;}
.logo img {width: 100%;}
.grid-child.top-menu{padding: 0; transition: all 0.7s ease-in;text-align:left;}
.hamburger-menu {display:none; width: 50px; height: 56px;  margin-left:15px; padding-right: 0px;  padding-top: 0; cursor: pointer; position: relative;}
.hamburger-menu::before {
    content: "|||";
    transform: rotate(90deg);
    padding-left: 0px;
    display: block;
    color: #00a7eb;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    transition: all 0.5s ease-in;
    width: 64px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 8px;
    right: 0;
}
main{min-height:82vh;}
.top-contact {display: grid; grid-auto-flow: column;}
.top-contact span:first-child{margin-left: 18px; padding-left: 12px;}
.top-contact .phone:before, .top-contact .email:before {font-family: 'font-icons'; position: absolute; top: 1px; left: 0; font-size: 22px; color: #ffffff; text-shadow: none;}
.top-contact .phone, .top-contact .email {position: relative; padding-left: 18px; line-height: 34px; font-size: 20px; font-weight:bold; color: #fff; text-align:left;}
.top-contact .phone a, .top-contact .email a {color:#ffffff; padding-left:5px;}
.top-contact .email{padding-left:24px;}
.top-contact .phone:before{content: "\e748"; transform: rotate(15deg);}
.top-contact .email:before {content:"\e782"; font-size:20px;}
.top-contact span.phone-whatsapp {display: grid; grid-auto-flow: column;  justify-content: start;}
.top-contact span.phone-whatsapp svg {width: 26px; height: 26px; fill: #ffffff; padding-top:4px;}
.top-contact .phone-whatsapp a.a-phone {color: #ffffff; font-size: 20px; font-weight: bold; line-height: 34px; padding-left: 5px;}
.top-contact .phone-whatsapp a.a-phone:hover{color:#fff;}
.top-contact .phone-whatsapp a.a-phone:hover, .top-contact .phone a:hover, .top-contact .email a:hover {color: #ffffffa3;}
.top-social{display: grid; grid-auto-flow: column;}
.top-social a svg {fill: #ffffff; transition:all 0.5s ease-in;}
.top-social a:hover svg{fill: #ffffffa3;}
ul#menu-main-menu {display: grid; grid-auto-flow: column;justify-content:center; margin:0;padding:0;}
#menu-main-menu li {position: relative;}
#menu-main-menu li a{display: block; padding: 30px 15px; font-size: 15px; text-transform:uppercase; font-weight: 600; color: #626262; transition: all .3s ease; -webkit-transition: all .3s ease;}
#menu-main-menu li a:hover{color:#00a7eb}
#menu-main-menu li a:after {
    width: 100%;
    height: 42px;
    position: absolute;
    bottom: 17px;
    left: 0;
    content: '';
    border-bottom: 1px solid #00a7eb;
    z-index: 1;
    transform: scale(0,1);
    webkit-transform-origin: top left;
    transform-origin: top left;
    transition: -webkit-transform .5s cubic-bezier(.86,0,.07,1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86,0,.07,1);
    transition: transform .5s cubic-bezier(.86,0,.07,1);
    transition: transform .5s cubic-bezier(.86,0,.07,1), -webkit-transform .5s cubic-bezier(.86,0,.07,1);
    -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
    transition-timing-function: cubic-bezier(.86,0,.07,1);
}
#menu-main-menu li a:hover:after {width: 100%; transform: scale(1,1);}
#menu-main-menu .li-select a {color: #0bbb83; position: relative;}
#menu-main-menu  .li-select a:after {
    width: 100%;
    height: 42px;
    position: absolute;
    bottom: 17px;
    left: 0;
    content: '';
    border-top: 1px solid #00a7eb;
    border-bottom: 1px solid #00a7eb;
    z-index: 1;
    transform: scale(0,1);
    webkit-transform-origin: top left;
    transform-origin: top left;
    transition: -webkit-transform .5s cubic-bezier(.86,0,.07,1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86,0,.07,1);
    transition: transform .5s cubic-bezier(.86,0,.07,1);
    transition: transform .5s cubic-bezier(.86,0,.07,1), -webkit-transform .5s cubic-bezier(.86,0,.07,1);
    -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
    transition-timing-function: cubic-bezier(.86,0,.07,1);
}
#menu-main-menu  .li-select a:before {width: 100%; height: 42px; position: absolute; top: 16px; left: 0; content: ''; border-top: 1px solid #0bbb83; border-bottom: 1px solid #0bbb83;}
#menu-main-menu  .li-select a:hover:after {width: 100%; transform: scale(1,1);}
#menu-main-menu .parent a:before{content: "\e7a7"; font-family: 'font-icons'; position: absolute; right: 0; top: 29px; display: block; font-size: 18px;}
#menu-main-menu li > ul {
    position: absolute;
    background: #fff;
    width: 240px;
    box-shadow: 0 30px 70px 0 hsla(216,2%,55%,.15);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transition: all .3s ease-out 0s;
    opacity: 0;
    left: 0;
    top: 100%;
    visibility: hidden;
    padding: 15px 0;
    z-index: 9;
}
#menu-main-menu li:hover > ul {opacity: 1; visibility: visible; -webkit-transform: scaleY(1); transform: scaleY(1);}
#menu-main-menu li > ul li {display: block; width: 100%; padding: 0;}
#menu-main-menu li > ul li a {display: block; padding: 15px 0; padding-left:15px; font-size: 15.5px; color: #626262; text-align:left;}
#menu-main-menu li > ul li a:hover{color: #00a7eb;}
#menu-main-menu .parent .sub-menu a:before{content:'';}
#menu-main-menu .parent .sub-menu a:after{bottom:3px;}
header.header-fix{position:fixed; z-index:1000; animation:slideInDown 1s linear;top:0;left:0;}
header.header-fix .top-head-in{padding:7px 0;}
header.header-fix .header-container-in{grid-template-columns:120px 1fr 135px; padding:8px 0;}
header.header-fix .hamburger-menu{height:34px; display:block;}
header.header-fix .hamburger-menu:before{top:-2px;}
header.header-fix .button a{padding:10px; font-size:12px;}
header.header-fix .menu {position: absolute; top: 100%; left: 0; width: 100%; background: #fff;padding-bottom:1px;}
header.header-fix ul#menu-main-menu {display: none;}
header.header-fix .open-menu #menu-main-menu{display:block;    animation: none;}
header.header-fix .menu.open-menu {animation: slideInDown 0.5s linear;}
header.header-fix #menu-main-menu li a {padding: 12px 15px;}
header.header-fix #menu-main-menu li.parent a {border-bottom: 4px solid #f9f9f9;}
header.header-fix #menu-main-menu .parent a:before, .open-menu #menu-main-menu .parent a:before{right:20px; top: 20px;}
header.header-fix #menu-main-menu .parent-open>a:before {content: "\e7a6";}
header.header-fix #menu-main-menu .li-select a:before, header.header-fix #menu-main-menu li a:after, header.header-fix #menu-main-menu .li-select a:after{top: 0px;bottom: auto;}
header.header-fix #menu-main-menu li .sub-menu{visibility:hidden;opacity:0;display:none;}
header.header-fix #menu-main-menu li .sub-menu.sub-open{display:block; opacity:1; visibility:visible; transform: scaleY(1); animation: 0.3s linear 0s menuUpIn;position:relative;width:100%;height:auto;}
header.header-fix #menu-main-menu li .sub-menu li a{padding:10px 20px; background:#f9f9f9;color:#00a7eb; font-weight:normal;letter-spacing:0.05em;}
/*End Header*/
/*Main Styles*/
.subtitle{padding-bottom:40px;    max-width: 900px; margin: 0 auto;  text-align: center;}
.subtitle p, .invite p {color: #555; font-size: 18px; line-height: 28px; letter-spacing: 0.03em; text-align:center;}
.subtitle b, .invite b {color: #00a7eb;}
/*End Main Styles*/
/*Banner*/
#banner-container{position:relative; background:#00a7eb;}
#banner {position: relative; filter:brightness(0.8) blur(2px); height: calc(100vh - 145px); overflow: hidden; background-repeat:no-repeat;}
.cube {position: absolute; width: 10%; height: 10%; background-image: inherit; transition: transform 0.8s ease, opacity 0.1s ease-out; opacity: 0; transform: rotate(10deg); background-size: 1000% auto;}
/*#banner.loaded {animation: fadeInHalf 1s ease forwards;}*/
#banner-container .content{position: absolute; bottom: 100px;  width: 50%;	left:25%; top:22%; animation:fade 1s ease-in; text-align:center;}
#banner-container h1 {font-size: 48px; line-height:70px; color: #fff; font-weight: bold; margin: 0; margin-bottom: 40px;}
#banner-container p {color: #fff; font-size: 20px;}
#banner-container .button {justify-content: center; margin-top: 40px;}
#banner-container .button a{background:#13c74c;}
#banner-container .button a:after, .sr7-btn:after{background-color:#00a7eb;}
/*End Banner*/
/*ScrollText Container*/
.scrolltext-container{padding:25px 0; background:#f5fafd; box-shadow:0 0 3px 1px #047fb1; border#00a7eb; --e-transform-rotateZ: 0deg; --e-transform-translateX: 0px; --e-transform-translateY: 0px;box-shadow:rgb(12 46 45 / 12%) 0px 0px 30px 3px}
.news-ticker {position: relative; width: 100%; height: auto; overflow: hidden;}
.news-ticker .scroll {display: flex; width: 100%;}
.news-ticker .scroll div {
	font-weight: 900;
	font-size: 3.5em;
	letter-spacing:0.02em;
	text-transform: uppercase;
	white-space: nowrap;
	background: #00a7eb;
	animation: animate 150s -60s linear infinite;

}
.news-ticker .scroll marquee {
    font-size: 2em;
    color: #00a7eb;
    font-weight: 800;
    text-transform: uppercase;}
.news-ticker .scroll div span{}
.news-ticker .scroll div:nth-child(2) {animation: animate2 150s -60s linear infinite;}
/*End ScrollText Container*/
/*Preimushestva*/
.col-profit{display:block; margin-bottom:30px;}
.services-card-item-style4 {display: grid; grid-template-columns: 100px 1fr; height:100%; background: #fff; box-shadow: rgb(17 12 46 / 8%) 0px 8px 20px 2px; position: relative; overflow: hidden; padding: 30px 25px; padding-left: 0; grid-auto-flow: column;}
.services-card-item-style4:after {position: absolute; width: 0%; height: 2.5px; content: ""; clear: both; display: block; bottom: 0; left: auto; right: 0; background: #13c74c;}
.services-card-item-style4 .icon {
    width: 90px;
    height: 80px;
    display: flex	;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    margin-right: 20px;
    border-radius: 100px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #00a7eb;
    font-size: 30px;
    line-height: 1.1;
    transition: all 0.7s ease-in;
}
.services-card-item-style4 .icon .ic{padding-left:20px; padding-right:10px;}
.services-card-item-style4 .icon i {padding-top: 2px; display:block;}
.services-card-item-style4 .icon svg {width: 45px; fill: #00a7eb; border: none; border-radius: 0; box-shadow: none; height: auto; max-width: 100%; transition:all 0.7s ease-in;}
.services-card-item-style4:hover .icon svg {fill:#ffffff;}
.services-card-item-style4 .content h2, .services-card-item-style4 .content p.title {font-size: 20px; font-weight: normal; color: #004a68;}
.services-card-item-style4 .content p {font-size: 15px; margin-bottom: 0px; color: #444e58; font-weight: normal;text-align:left;}
.services-card-item-style4:hover .icon {background: #13c74c; color: #ffffff;}
.services-card-item-style4:hover:after {width: 100%; left: 0; right: auto; transition:all 0.7s ease-in;}
/*End Preimushestva*/
/*Blocks with number*/
.number-list {display: grid; grid-template-columns: repeat(2,1fr); gap: 10px;}
.number-item span.number-count {font-size: 40px; margin-right: 10px; float: left; line-height: 40px;color: #00a7eb;}
.number-item {border: 1px solid #00a7eb; padding: 40px; padding-bottom: 20px;text-align: left; font-size: 18px; line-height: 22px;}
.number-item b {display: block;}
/*End Block with number*/
/*Service*/
section.slight {background: #fff; padding: 40px 0;}
.section-service .row {grid-template-columns: repeat(4,1fr);}
.services-card-item-4.ct-blue-color {
    display: grid;
    box-shadow: rgb(17 12 46 / 8%) 0px 8px 20px 2px;
    position: relative;
    height: 460px;
    overflow: hidden;
    padding: 0;
    padding-left: 0;
    grid-auto-flow: column;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.remont .services-card-item-4{background-image:url('../images/remont.jpg');}
.montaj .services-card-item-4{background-image:url('../images/montaj.jpg');}
.service .services-card-item-4{background-image:url('../images/service.jpg');}
.podbor .services-card-item-4{background-image:url('../images/vibor.jpg');}
.section-service .content {
    width: 100%;
    height: 100%;
    box-shadow: inset 50px -250px 170px 2px #0077a996;
    display: grid;
    grid-template-rows: repeat(1,1fr);
    align-items: end;
    transition:all 0.3s ease-in;
    cursor:pointer
}
.section-service .services-card-item-4.ct-blue-color:hover .content {
box-shadow: inset 50px -250px 170px 2px #0077a9;
    
}
.services-card-item-4.ct-blue-color p {
    color: #fff;
    display:block;
    align-self: end;
    display: grid;
	text-align:left;
	padding:5px 20px;
}
.services-card-item-4.ct-blue-color p.title{
font-weight: bold;
    text-align: left;
    font-size: 17px;
}
.services-card-item-4.ct-blue-color a {
    display: block;
    width:200px;
    height:50px;
    position:relative;
    color:#ffffff;
    
}
.services-card-item-4.ct-blue-color .content a:before{
    content: '';
    position: absolute;
    bottom: 30px;
    left: 20px;
    border-bottom:2px solid #ffffff;
    width:60px;
    height:1px;
    transition:all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    
}
.services-card-item-4.ct-blue-color .content a:after{
    content:'';
    position:absolute;
    bottom: 22px;
    left: 60px;
    width: 16px;
    height: 16px;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    transform: rotate(315deg);
    transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.services-card-item-4.ct-blue-color:hover .content a:before{
    width:50%;
}
.services-card-item-4.ct-blue-color:hover .content a:after{
left:50%;
}
/*End Service*/
/*Service2*/
.remont1 .services-card-item-4{background-image:url('../images/remont1.jpg');}
.remont2 .services-card-item-4{background-image:url('../images/remont2.jpg');}
.remont3 .services-card-item-4{background-image:url('../images/remont3.jpg');}
.remont4 .services-card-item-4{background-image:url('../images/remont4.jpg');}
.remont5 .services-card-item-4{background-image:url('../images/remont5.jpg');}
.remont6 .services-card-item-4{background-image:url('../images/remont6.jpg');}
.remont7 .services-card-item-4{background-image:url('../images/remont7.jpg');}
.remont8 .services-card-item-4{background-image:url('../images/remont8.jpg');}
.section-service-in .row {grid-template-columns: repeat(2,1fr);}
.section-service-in  .services-card-item-4.ct-blue-color {
    display: grid;
    box-shadow: rgb(17 12 46 / 8%) 0px 8px 20px 2px;
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 0;
    padding-left: 0;
    grid-auto-flow: column;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;}
.section-service-in  .content {
    width: 100%;
    height: 100%;
    box-shadow: inset 50px -250px 170px 2px #0175a1;
    display: grid;
    grid-template-rows: repeat(1,1fr);
    align-items: end;
    transition:all 0.3s ease-in;
    cursor:pointer;}
.section-service-in  .services-card-item-4.ct-blue-color:hover .content {box-shadow:inset 250px -350px 170px 2px #0175a1}
.section-service-in  .services-card-item-4.ct-blue-color p {color: #fff;  display:block;  align-self: end; display: grid;text-align:left;padding:5px 20px; padding-bottom: 20px; font-size: 16px; line-height: 24px;}
.section-service-in  .services-card-item-4.ct-blue-color p.title{font-weight: bold; text-align: left; font-size: 24px;}
.section-service-in  .services-card-item-4.ct-blue-color a {
    display: block;
    width:200px;
    height:50px;
    position:relative;
    color:#ffffff;}
.section-service-in  .services-card-item-4.ct-blue-color .content a:before{
    content: '';
    position: absolute;
    bottom: 30px;
    left: 20px;
    border-bottom:2px solid #ffffff;
    width:60px;
    height:1px;
    transition:all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);}
.section-service-in  .services-card-item-4.ct-blue-color .content a:after{
    content:'';
    position:absolute;
    bottom: 22px;
    left: 60px;
    width: 16px;
    height: 16px;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    transform: rotate(315deg);
    transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);}
.section-service-in  .services-card-item-4.ct-blue-color:hover .content a:before{width:50%;}
.section-service-in  .services-card-item-4.ct-blue-color:hover .content a:after{left:50%;}
/*End Service2*/
/*Etapy remonta*/
.container.etapy-container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: space-around;
    align-content: space-around;
    align-items: stretch;
    justify-items: stretch;
}

.etapy-column-wrap {
    padding: 10px;
}
{
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}
.work_progress.style_8 {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    padding: 0;
}
.work_progress-child-one .work_progress.style_8::after {
    position: absolute;
    right: 8px;
    top: 10px;
    content: "";
    background: url("../images/icon/work-line1.png");
    height: 63px;
    width: 229px;
	max-width:80%;
    background-repeat: no-repeat;
    margin-right: -119px;
    background-size: contain;
	filter:hue-rotate(330deg);
}
.work_progress-child-three .work_progress.style_8::after{
    background: url("../images/icon/work-line2.png");
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    height: 63px;
    width: 229px;
    background-repeat: no-repeat;
    margin-left: -119px;
    background-size: contain;
	filter:hue-rotate(330deg);
}
.work_progress.style_8 .wrok_process_thumb {
    display: inline-block;
    width: 80px;
    height: 82px;
    border-radius: 100%;
    background-color: #eff2f7;
    line-height: 80px;
    transition: .5s;
    border: none;
    border-bottom: 3px solid #00a7eb;
    top: 0;
    position: relative;
    margin: 0 0 73px 0;
    box-shadow: none;
}
.work_progress.style_8 .wrok_process_thumb:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 60px;
    width: 1px;
    border-left: 1px dashed #2875ff;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
}
.work_progress.style_8 .wrok_process_thumb img {
    -webkit-filter: grayscale(1);
    transition: 0.5s;
    border: none;
    border-radius: 0;
	padding-top:25px;
}
.work_progress.style_8:hover .wrok_process_thumb img {
    -webkit-filter: grayscale(0);
}
.work_progress.style_8:hover .wrok_process_thumb {
    border-color: #00a7eb;
}
.work_progress.style_8 .work_progress-number span {
    background: #fff;
    display: inline-block;
    height: 54px;
    width: 54px;
    line-height: 54px;
    text-align: center;
    color: #232323;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border: 1px dashed #00a7eb;
    transition:0.3s;
}
.work_progress.style_8:hover .work_progress-number span {
    color: #fff;
}
.work_progress.style_8 .work_progress-number span::before {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 40px;
    height: 40px;
    background: #eff3f7;
    content: "";
    margin: auto;
    border-radius: 100%;
    z-index: -1;
    transition: 0.4s;
    opacity: 1;
}
.work_progress.style_8:hover .work_progress-number span::before { background: #00a7eb;}
.work_progress.style_8 .work_progress-number span::after {display:none;}
.work_progress.style_8 .work_progress-title { padding-top: 0;}
.work_progress.style_8 .progress_content {
    text-align: center;
    background: #eff3f7;
    border-radius: 5px;
    padding: 24px 15px 17px 15px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    margin: 80px 0 0 0;
}
.work_progress.style_8 .progress_content:before {
    content: "";
    position: absolute;
    height: 0;
    width: 100%;
    background: #00a7eb;
    top: 0;
    left: 0;
    transition:0.4s;
    z-index: -1;
    border-radius: 5px;
}
.work_progress.style_8:hover .progress_content:before {
    height: 100%;
}
.work_progress.style_8 .progress_content:after {
    content: "";
    position: absolute;
    height: 35px;
    width: 70px;
    background: #eff3f7;
    top: -35px;
    left: 0;
    right: 0;
    transition: 0.4s;
    z-index: 0;
    margin: auto;
    border-radius: 0;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.work_progress.style_8:hover .progress_content:after {
    background: #00a7eb;
}
.work_progress-desc p {
    transition:0.4s;
}
.work_progress.style_8:hover .work_progress-desc p {
    color: #fff;
}
.work_progress.style_8 .work_progress-title p.title {
    font-size: 20px;
    color: #232323;
    font-weight: 700;
    margin: 10px 0 7px 0;
    transition:0.4S;
}
.work_progress.style_8:hover .work_progress-title p.title {
    color: #fff;
}
.work_progress.style_8 .work_progress-number {
    position: relative;
    z-index: 1;
}
.work_progress-child-one .work_progress.style_8 .work_progress-number::after {
    position: absolute;
    left: 0;
    bottom: 22px;
    content: "";
    background: url("../images/icon/work-line.png");
    height: 10px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
	filter:hue-rotate(350deg);
}


.etapy-column:nth-child(3) .work_progress-child-one .work_progress.style_8::after {
    content: none;
}
.etapy-column:nth-child(1)  .work_progress-child-one .work_progress.style_8 .work_progress-number::after{background-position:left center;}
.etapy-column:nth-child(3)  .work_progress-child-one .work_progress.style_8 .work_progress-number::after{background-position:right center;}
/*End Etapy remonta*/
/*Brand*/
.sbluelight{background:#f5fafd; padding:40px 0;}
.section-brand{padding-bottom:100px;}
.brend-container {overflow: hidden; width: 100%;}
.brend-row {display: flex; white-space: nowrap; transition: transform 0.5s ease-in-out;}
.swiper-slide {background: #fff; flex: 0 0 auto; width: 200px; margin-right: 20px; height: 100px; display: grid; align-content: center; align-items: center;  box-shadow: #110c2e14 -8px 7px 10px 2px;}
.swiper-slide img {max-width: 100%; max-height: 100%;}
.single-logo {padding: 5px 15px;}
.single-logo a {display: block;}
/*End Brand*/
/*Contact Form*/
.container-form{max-width:1100px; margin:0 auto; text-align:center;}
.container-form-in{background: #f9f9f9; padding: 70px 70px 70px 70px; border-radius: 10px 10px 10px 10px; box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15); margin:10px 20px;}
.container-form .row {display: grid; grid-template-columns: repeat(2,1fr);}
.container-form .row-full {display: grid; grid-template-columns: repeat(1,1fr);}
.container-form input, .container-form select{width: 96%; padding: 15px 2%; font-size:16px; color:#575757; border:1px solid #cdcdcd; border-radius:6px; font-family: 'Play', sans-serif;}
.container-form select {width: 100%;}
.container-form textarea {width: 98%; padding: 15px 1%; border: 1px solid #cdcdcd; border-radius: 6px; font-size: 16px; font-family: 'Play', sans-serif; color: #575757;}
.row .col-sm-6:nth-child(1) {text-align: left;}
.row .col-sm-6:nth-child(2) {text-align: right;}
.container-form textarea {width: 98%; padding: 15px 1%;  border: 1px solid #cdcdcd; border-radius: 6px; font-size: 16px; font-family: 'Play', sans-serif; color: #575757;}
.row .col-sm-6:nth-child(1) {text-align: left;}
.row .col-sm-6:nth-child(2) {text-align: right;}
input[type="file"] {background: #fff;}
.container-form .checkbox-field {text-align: left; padding: 10px 0;}
span.wpcf7-list-item-label {display: none;}
.wpcf7-list-item {margin: 0;}
input[type="checkbox"] {width: 20px; height: 20px; border: 1px solid #cdcdcd;}
.checkbox-field p {display: grid; grid-auto-flow: column; justify-content: start; align-content: center; align-items: center;}
.checkbox-field br{display:none;}
.checkbox-field label:nth-child(2) {padding-left: 10px; line-height: 19px; color: #575757; font-size: 16px;}
.container-form input:focus, .container-form select:focus, .container-form textarea:focus{outline: none; border:1px solid #00a7eb;}
.container-form .submit-form .button{display:grid;}
.container-form .submit-form .button input{width: 100%; padding: 0px 20px; display: block;  border-radius: 4px; border: 0; outline: none; font-size: 16px;  font-family: Arial, sans-serif; color: #fff;  background: transparent; cursor: pointer; font-weight: bold; letter-spacing: 0.1em;}
.container-form .submit-form .button p{
    display:grid; justify-content:center;
    position: relative;
    z-index: 1;
    padding: 0;
    background: #00a7eb;
    color: #fff;
    line-height: 1.2;
    overflow: hidden;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px; -o-border-radius: 5px;
	height:55px;}
.container-form .submit-form .button p:after{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #13c74c;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: -webkit-transform .5s cubic-bezier(.86,0,.07,1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86,0,.07,1);
    transition: transform .5s cubic-bezier(.86,0,.07,1);
    transition: transform .5s cubic-bezier(.86,0,.07,1),-webkit-transform .5s cubic-bezier(.86,0,.07,1);
    -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
    transition-timing-function: cubic-bezier(.86,0,.07,1);
    z-index: -1;
	border-radius:5px;
}
.container-form .submit-form .button p:hover:after{transform:scale(1,1);}
.container-form .submit-form .button p:hover{transition: all 0.7s ease-in; opacity: 1;}
.wpcf7-spinner{top: 50%; left: 50%; margin-left: -12px; margin-top: -12px;}
/*End Contact Form*/
/*Client*/
.slight.section-client{padding:60px 0;}
.section-client h2{margin-top: 20px;}
.client-container {
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    align-content: stretch;
    justify-content: space-around;
    align-items: stretch;
    justify-items: stretch;
}

.item-client {
    padding: 15px 25px;
    box-shadow: rgb(17 12 46 / 8%) 0px 8px 20px 2px;
    margin: 0 10px;
    display: grid;
    align-items: center;
    align-content: space-evenly;
    justify-content: center;
    justify-items: center;
    background:#fff;	
}
.item-client img{max-width:100%;}
/*End Client*/
/*Vidy*/

.vidy-container {
    width: 100%;
    display: grid;
	gap:20px;
	grid-template-columns:repeat(3,1fr);
    align-content: stretch;
    justify-content: space-around;
    align-items: stretch;
    justify-items: stretch;
}

.item-vid {
    padding: 0;
    box-shadow: rgb(17 12 46 / 8%) 0px 8px 20px 2px;
    margin: 0 10px;
    display: grid;
    align-items: center;
    align-content: space-evenly;
    justify-content: center;
    justify-items: center;
	position:relative;
	background:#07a4e7;
}
.item-vid-content{
position:absolute;
right:0px;
bottom:0px;
width:30px;
height:50px;
color:#626262;
overflow:hidden;
transition:all 0.3s ease-in-out;
display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
	z-index:10;
}
.item-vid-content:after{
content:'';
position:absolute;
bottom:0;
right:0;
z-index:-1;
width:100%;
height:100%;
background:#ffffff96;
transition:all 0.3s ease-in;
}
.item-vid:hover .item-vid-content{
width:100%;
height:100%;
}
.item-vid:hover .item-vid-content:after{
width:100%;
height:100%;
background:#fffffff1;
}
.item-vid-content p {
    position: relative;
    z-index: 1;
font-size:0;
    color:#626262;
padding:5px 20px;
}
.item-vid-content p.title {
    font-size: 0;
    color: #01a4e7;
    padding-bottom:15px
}
.item-vid:hover .item-vid-content p {
    font-size: 16px;
}
.item-vid:hover .item-vid-content p.title {
    font-size: 24px;
}
.item-vid img{max-width:100%;}
/*End Vidy*/
/*About*/
.about-grid {display: grid; grid-template-columns: 0.7fr 1.5fr; align-items: center; justify-content: start;	max-width:1320px; margin:0 auto; text-align:center;}
.about-img {height: 100%; width:100%; position:relative;}
.about-img img {height: 100%; position:absolute;left:0;top:0;}
section.section-about {padding: 0!important;  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);}
section.section-about p{font-size:18px; color:#5a5a5a; margin-bottom:10px;}
section.section-about p.about-title {color: #004a68; font-size: 30px;  margin-bottom: 40px;}
section.section-about-full{    background: url(https://prime-es.ru/wp-content/uploads/2025/02/banner1.jpg);
    backdrop-filter: brightness(0.5);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: inset 350px -550px 300px 2px #0175a1b0;}
section.section-about-full .about-content {padding: 40px;}
section.section-about .about-content {padding:40px; min-height:400px;display:grid;align-content:center;}
.back-fon {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(https://prime-es.ru/wp-content/uploads/2025/02/banner1.jpg);
    z-index: -1;
    filter: brightness(0.95);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 350px -550px 300px 2px #0175a1b0;
}
.section-about-full .about-grid {
    grid-template-columns: 1fr;
    text-align: left;
    color: #fff;
}
section.section-about-full p.about-title {color: #c0e8f8;font-size: 30px;margin-bottom: 40px;text-align:center;}
.section-about-full p {
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
}

.section-about-full ul {
    padding: 15px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    margin: 0;
}
.section-about-full  li{color: #d2f2ff;font-size:18px;padding:5px 0}
.section-about-full a {color: #fff; font-weight: bold; text-shadow:2px 1px 2px #024bb1;}

/*End About*/
/*Price*/
.table-price {
    width: 1320px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.price-row, .price-head {
    display: grid;
    grid-template-columns: 1fr 250px;
    text-align: left;
    padding: 0;
    margin: 10px;
    background: #f5fafd;
    box-shadow: rgb(17 12 46 / 8%) 0px 8px 20px 2px;
}
.price-name {
    color: #004a68;
    font-size: 20px;
    padding: 20px 10px;
	padding-left:40px;
}

.price-value {
    padding: 20px;
    background: #fff;
    font-size: 22px;
    color: #00a7eb;
}
.price-head{background: transparent;}
.price-head .price-name {background: #00a7eb; color: #fff;}
.price-head .price-value {background: #00a7ebeb; color: #fff; border-left: 1px solid #33b8ed; font-size: 17px;}
/*End Price*/
/*FAQ*/
.faq-body {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 20px;
    row-gap: 10px;
}
.faq-item {
    box-shadow: #110c2e14 -8px 7px 10px 2px;
    background: #01a7eb;
    position:relative;
    display:block;
    z-index: 1;
	margin-bottom:15px;
}
.faq-text:after{content:'';background: #13c74c; height: 100%; width: 100%;position: absolute;top: 0;left: 0;z-index: -1;-webkit-transform: scale(0,1);transform: scale(0,1);-webkit-transform-origin: top right;transform-origin: top right;transition: -webkit-transform .5s cubic-bezier(.86,0,.07,1);-webkit-transition: -webkit-transform .5s cubic-bezier(.86,0,.07,1);transition: transform .5s cubic-bezier(.86,0,.07,1);transition: transform .5s cubic-bezier(.86,0,.07,1),-webkit-transform .5s cubic-bezier(.86,0,.07,1);-webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);transition-timing-function: cubic-bezier(.86,0,.07,1);z-index: -1;}
.faq-title:hover .faq-text:after{transform:scale(1,1)}
.faq-title {
    color: #fff;
    display: grid;
    grid-template-columns: 40px 1fr 44px;
    text-align: left;
    padding: 0px 20px;
    font-size: 18px;
    height: 100%;
    padding-right: 0;
    position: relative;
    cursor: pointer;
    transition:all 0.5s ease-in;
    z-index: 0;
    align-items: center;
}
.faq-title:after{content:'+';font-size: 36px;text-align: center;}
.faq-item.active .faq-answer{display:block; animation:flipInX 1s ease forwards;}
.faq-item.active .faq-title:after{content:'-';}

.faq-no {
    font-size: 28px;
    font-weight: bold;
    padding: 20px 0;
}

.faq-text {
    font-size: 19px;
    padding: 20px 0;
}
.faq-answer {
    background: #fff;
    text-align: left;
    padding: 20px;
    display: none;
}
/*End FAQ*/
/*Catalog*/
.div-catalog {display: grid; grid-template-columns: repeat(4,1fr); column-gap: 20px; max-width: 1320px; margin: 0 auto;}
.catalog-item {box-shadow: rgb(17 12 46 / 8%) -2px 2px 20px 2px; display: grid; max-width: 350px; margin: auto;background: #f5fafd;}
.img-catalog {padding: 20px; background: #fff;}
.img-catalog img {max-width: 100%;}
.catalog-title {padding: 20px;text-align: center; font-size: 20px; font-weight: bold; color: #004a68;}
.catalog-price {padding: 20px; text-align: right; font-size: 26px; color: #00a7eb; white-space: nowrap;}
/*End Catalog*/
/*Map*/
.map{padding-bottom:0;}
.map h2{padding-bottom:40px;}
.map-block {
    width: 100%;
    padding: 0;
    position: relative;
    display: block;
	background:#fff;
}

.map-in {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background:url(https://prime-es.ru/wp-content/themes/digital/assets/images/map-main6.jpg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    backdrop-filter:blur(4px;)
}

.map-in ul {
    display: grid;
    grid-auto-columns: max-content;
    grid-template-columns: repeat(4,1fr);
    text-align: left;
    padding: 60px 40px;
	margin:0;
}

.map-in li {
    font-size: 20px;
    color: #555;
    padding: 10px 0;
    font-weight: bold;
	animation: fadeIn 1s ease forwards;
}
/*End Map*/
/*Contact*/
section.adress {
    background: url(https://prime-es.ru/wp-content/themes/digital/assets/images/fon-prime2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.adress-in {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
	padding: 40px 0;
	}
.adress-block {	
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 10px 0;
    justify-content: space-around;
    justify-items: stretch;
    align-items: center;
    align-content: center;
}

p.adress-title {
    font-size: 22px;
    font-weight: bold;
    color: #0199d6;
}

.adress-item {
    padding: 20px;
    text-align: left;
}

.adress-item p {
    font-weight: bold;
    padding: 10px 0;
}

p.adress-map:before {
    content: "\e62a";
    font-family: 'font-icons';
    font-size: 16px;
    line-height:22px
    padding-right: 10px;
    color:#0199d6;
}

p.phone-map:before {
    content: "\e748";
    font-family: 'font-icons';
    padding-right: 5px;
    font-size: 16px;
    line-height: 22px;
    color:#0199d6;
}

p.email-map:before {
    content: "\e782";
    font-family: 'font-icons';
    font-size: 16px;
    line-height:22px;
    padding-right: 10px;
    color: #0199d6;
}

p.work-map:before {
    content: "\e61c";
    font-family: 'font-icons';
    padding-right: 5px;
    font-size: 16px;
    line-height:22px;
    color:#0199d6;
}
/*End Contact*/
/*Link*/
.section-in {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.title { font-size: 28px; margin-top: 20px; color: #004a68;}
.service-link {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top:20px;
}
.link-item { width: max-content;  display: block;max-width:100%;box-sizing:border-box;}
.link-item a {
    box-shadow: rgba(17, 12, 46, 0.08) -8px 7px 10px 2px;
    position: relative;
    display: block;
    /* z-index: 1; */
    margin-bottom: 15px;
    padding: 15px 20px;
    transition: all 0.5s ease-in;
    border: 1px solid #00a6e9;
    background: #ffffff;
    color: #00a6e9;
    font-size: 18px;
    width: max-content;
	max-width:100%;
	white-space:normal;
	box-sizing:border-box;
}
.link-item:hover a {border-color: #13c74c; color: #13c74c;}
/*Link*/
/*Footer*/
footer{background: #009fdf; display: block; padding: 20px 40px; color: #ffffff;}
.main-footer {display: grid;  grid-template-columns: 2fr 1fr 1fr; width: 100%; padding-top:20px;}
.company-footer, .footer-title {font-size: 24px; padding-bottom: 10px;}
.footer-subitem{ display: grid; grid-template-columns: repeat(2, 1fr);}
.adress-footer, .phone-footer, .email-footer, .work-footer {font-size: 16px; padding: 2px 0;}
.adress-footer:before{content:"\e62a"; font-family:'font-icons'; font-size:12px;  padding-right:5px;}
.phone-footer span{display:block;font-size:22px;line-height:28px;font-weight:bold; padding:6px 0;}
.phone-footer span:before{content:"\e748"; font-family:'font-icons';  padding-right:5px; font-size:20px; line-height:32px;}
.email-footer, .work-footer{font-size:17px;}
.email-footer span{display:block; font-size:20px; line-height:30px; font-weight:bold;}
.work-footer span{display:block; font-size:16px; line-height:24px;}
.work-footer span:before{content:"\e61c";font-family:'font-icons'; padding-right:5px;}
.email-footer span:before{content:"\e782";font-family:'font-icons';font-size:16px;padding-right:5px;}
footer .copyright{text-align:center;padding: 10px 0;background: #0763881c;}
.footer-item {padding-bottom: 20px;}
.footer-item ul {padding: 0; margin: 0;}
.footer-item ul li{display:block; padding:5px 0; font-size:16px;}
.footer-item  a{color:#fff; transition:all 0.5s ease-in;position: relative;}
.footer-item a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition:all 0.3s ease-in;
}
.footer-item a:hover:before {width:100%;}
/*End Footer*/
/*Modal form*/
.overlay, .overlay-callback {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #ffffffad;
    backdrop-filter: blur(3px);
}
.modal-form, .callback-form {
    width: 100%;
    height: 100%;
    position: fixed;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    top: 0;
    left: 0;
    z-index: 1000;
	display:none;
	animation: fadeUpOut 1s ease forwards;
}
.modal-block, .callback-block {position: relative;  z-index: 10; padding: 40px; background: #fff; border: 4px solid #00a7eb; box-shadow: 0px 6px 10px 6px #8d8d8d; border-radius: 8px; width: 550px;  max-width: 100%;}
.modal-form.active, .callback-form.active{animation: fadeIn 1s ease forwards; display:grid;}
.order-head p.order-title {font-size: 24px; text-align: center;  color: #00a7eb; font-weight: bold;}
.order-head p {font-size: 18px;  white-space: normal; line-height: 24px;  padding: 10px 0;}
.order-grid p {display: grid; grid-template-columns: repeat(2,1fr);  width: 100%;  gap: 30px;}
.modal-block input, .modal-block textarea, .callback-block input {width: 100%;  padding: 10px;  display: block;  border-radius: 4px;  border: 1px solid #cdcdcd;outline: none;font-size:16px;font-family:Arial, sans-serif;}
.order-grid input:focus, .order-grid-full textarea:focus {outline: none; border:1px solid #00a7eb;}
.modal-block .button p{
    display:grid; justify-content:center;
    position: relative;
    z-index: 1;
    padding: 0;
    background: #00a7eb;
    color: #fff;
    line-height: 1.2;
    overflow: hidden;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px; -o-border-radius: 5px;
	height:55px;}
.modal-block .button p:after{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #13c74c;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: -webkit-transform .5s cubic-bezier(.86,0,.07,1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86,0,.07,1);
    transition: transform .5s cubic-bezier(.86,0,.07,1);
    transition: transform .5s cubic-bezier(.86,0,.07,1),-webkit-transform .5s cubic-bezier(.86,0,.07,1);
    -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
    transition-timing-function: cubic-bezier(.86,0,.07,1);
    z-index: -1;
	border-radius:5px;
}
.wpcf7-spinner{position:absolute;}
.modal-block .button p:hover:after{transform:scale(1,1);}
.modal-block .button p:hover, .callback-block div.button-callback:hover{transition: all 0.7s ease-in; opacity: 1;}
.modal-block .button input{border: 0; text-transform: uppercase; padding: 20px 25px; background: transparent; color: #fff; font-weight: bold; cursor: pointer;}
.callback-block .order-grid p {
    display: block;
}

.callback-block .order-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
.callback-block .button-callback{
    display:grid;
    justify-content:center;
    position: relative;
    z-index: 1;
    margin: 4px 0;
    padding: 0;
    background: #00a7eb;
    color: #fff;
    line-height: 1.2;
    overflow: hidden;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height:40px;
}
.callback-block .button-callback:after{
        content:'';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #13c74c;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: -webkit-transform .5s cubic-bezier(.86,0,.07,1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86,0,.07,1);
    transition: transform .5s cubic-bezier(.86,0,.07,1);
    transition: transform .5s cubic-bezier(.86,0,.07,1),-webkit-transform .5s cubic-bezier(.86,0,.07,1);
    -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
    transition-timing-function: cubic-bezier(.86,0,.07,1);
    z-index: -1;
	border-radius:5px;

}
.callback-block .button-callback:hover:after{transform:scale(1,1)}
.callback-block .button-callback input{background:transparent;color:#fff;text-transform:uppercase;font-weight:bold;cursor:pointer;}
.modal-close, .callback-close {position: absolute; top: 5px;  right: 5px; z-index: 10; width: 60px;  height: 60px; cursor:pointer;}
.modal-close:before, .modal-close:after, .callback-close:before, .callback-close:after{content:'';position:absolute;width:50px;height:3px;background:#00a7eb; transition:all 0.3s ease-out; top:25px}
.modal-close:before, .callback-close:before{transform:rotate(45deg);}
.modal-close:after, .callback-close:after{transform:rotate(135deg);}
.modal-close:hover:before, .modal-close:hover:after, .callback-close:hover:before, .callback-close:hover:after{background:#13c74c;}
.modal-close:hover:before, .callback-close:hover:before{transform:rotate(225deg);}
.modal-close:hover:after, .callback-close:hover:after{transform:rotate(315deg);}
/*End Modal form*/
.invite {padding: 40px 0; width:99%; max-width: 1320px; margin: 0 auto; text-align: center; border: 1px solid #56c7f5; box-shadow: rgb(17 12 46 / 8%) 0px 8px 20px 2px;}
.invite h2{padding: 0; margin: 0; padding-top: 40px; font-size: 28px; color: #13c74c;}
.invite p{padding: 40px 60px;padding-top:20px;}
.mobile-contact{display:none; grid-template-columns: repeat(2,1fr); row-gap:10px; background: #00a7eb; padding: 20px 15px;}
.mobile-contact .phone, .mobile-contact .email, .mobile-contact .phone-whatsapp {display: none; grid-template-columns: 28px auto; align-items: center; }
.mobile-contact span, .mobile-contact a {color: #fff; line-height: 20px; white-space:nowrap; position: relative; font-weight: bold; font-size: 18px; letter-spacing: 0.01em;}
.mobile-contact svg{fill:#fff;width: 26px;height: 26px;}
.mobile-contact .phone:before, .mobile-contact .email:before{font-family:'font-icons';position: relative;padding-left: 0;line-height: 34px;font-size: 20px;font-weight: bold;color: #fff;text-align: left;}
.mobile-contact .phone:before{content: "\e748";padding-left:10px;transform: rotate(20deg);display: inline-block;}
.mobile-contact .email:before{content:"\e782";}
.leedback input{
padding: 5px !important;    line-height: 16px!important;    vertical-align: middle !important;    min-width: 16px !important;    min-height: 16px !important;    margin-right: 5px !important;
}
/*AdaptTemplate*/
@media (max-width: 1200px) {
.header-container-in{grid-template-columns:150px 1fr 150px;}
#menu-main-menu li a{padding:30px 7px;}
#menu-main-menu li.parent a{padding-right:17px;}
.callback .button a {font-size:12px; padding:16px 16px;}
.scrolltext-container{padding:20px 0;}
.news-ticker .scroll marquee {font-size: 1.5em;}
}

@media (max-width: 980px) {
.top-head, .header-container{padding:0 10px;}
.header-container-in{grid-template-columns:170px 1fr 155px;}
.top-head-in{grid-template-columns: auto 80px;}
section h2{padding:0 20px; font-size:30px;}
h1{font-size: 32px; line-height: 38px;}
h2{font-size:30px;}
.top-contact .phone, .top-contact .email{padding-left:14px;}
.top-contact span:first-child{padding-left:6px;}
.top-contact .phone a, .top-contact .email a, .top-contact .phone-whatsapp a.a-phone{font-size:16px;}
.top-contact .phone:before, .top-contact .email:before{font-size:16px;}
.hamburger-menu{display:block;}
.menu {position: absolute; top: 100%; left: 0; width: 100%; background: #fff;z-index: 100;}
ul#menu-main-menu {display: none;}
.open-menu #menu-main-menu{display:block;    animation: 0.3s linear 0s menuUpIn;}
#menu-main-menu li a {padding: 15px 15px;}
#menu-main-menu .li-select a:before, #menu-main-menu li a:after, #menu-main-menu .li-select a:after{top: 0px;bottom: auto;}
#menu-main-menu li .sub-menu{visibility:hidden;opacity:0;display:none;}
#menu-main-menu li .sub-menu.sub-open{display:block; visibility:visible; animation: 0.3s linear 0s menuUpIin;position:relative;width:100%;height:auto;}
#menu-main-menu li .sub-menu li a{padding:10px 20px; background:#f9f9f9;color:#00a7eb; font-weight:normal;letter-spacing:0.05em;}
.sr7-btn {min-width: 130px; width:auto !important; margin-left: -23px; min-height: 36px !important;}
.section-service .row, .row{grid-template-columns: repeat(2, 1fr);}
.company-footer, .footer-title{font-size:22px;}
.adress-footer, .phone-footer, .email-footer, .work-footer{font-size:14px;}
.phone-footer span, .email-footer span{font-size:17px;}
.phone-footer span:before, .email-footer span:before{font-size:16px;}
.about-img{height:auto !important;}
section.section-about p{font-size:16px;}
section.section-about p.about-title{font-size: 24px; margin-bottom: 20px;}
.section-service-in .row{grid-template-columns: repeat(1, 1fr);}
.section-service-in .services-card-item-4.ct-blue-color{height:auto;}
.section-service-in .services-card-item-4.ct-blue-color p{padding:20px;}
.faq-body{grid-template-columns: repeat(1, 1fr);}
.row-faq{padding:0 20px;}
.div-catalog {grid-template-columns: repeat(2, 1fr);}
.grid-child.top-menu{position:unset;}
.open-menu  .mobile-contact{display:grid;}
.services-card-item-style4{padding:5px 25px;padding-left:0;height:100%;}
.services-card-item-style4>div:first-child {display: flex; align-content: center; align-items: center;}
}
@media (max-width: 860px) {
.main-footer {display: grid; grid-template-columns: repeat(2, 1fr);grid-template-rows: auto auto;gap: 10px;}
.footer-item:nth-child(1) {grid-column: span 2;}
.footer-item:nth-child(2) {grid-column: 1;}
.footer-item:nth-child(3){grid-column: 2;}
.invite{padding:30px 20px;}
.ct-section-title, .section-service-in .row{padding:0 20px;}
.subtitle{padding:0 20px; padding-bottom:20px;}
.subtitle p, .invite p{font-size: 16px; line-height: 22px;}
.section-service .row{padding:0 20px;}
.ct-services-sec3 .row{padding:0;}
.about-grid{grid-template-columns:repeat(1,1fr);}
.about-img{max-width:300px; margin: 0 auto; text-align:center;}
.about-content{padding:20px;}
.div-catalog{padding:0 20px;}
}
@media (max-width: 780px) {
body{overflow-x: hidden;}
h1{font-size: 30px; line-height: 36px;}
.top-contact span:first-child{display:none;}
.container.etapy-container{grid-template-columns: repeat(1, 1fr);}
.work_progress-child-one .work_progress.style_8::after, .work_progress-child-one .work_progress.style_8::after{content:none;}
.item-vid-content p{padding:5px 10px;}
.item-vid:hover .item-vid-content p{font-size:14px;}
.item-vid:hover .item-vid-content p.title{font-size:18px;padding-bottom:5px;}
section h2{font-size:24px;margin-top:40px;}
.sr7-btn{font-size: 12px !important; line-height: 32px !important;}
.mobile-contact span.phone-whatsapp:nth-child(1) {display: grid;}
section.section-about p.about-title{font-size: 22px; margin-bottom: 15px;}
.adress-block{grid-template-columns: repeat(1, 1fr);}
}
@media (max-width: 680px) {
.section-service .row, .row{grid-template-columns: repeat(1, 1fr);}
.col-profit{margin-bottom:0;}
.item-vid-content{width:100%; heoght:140px;}
.item-vid-content p{display:none;}
.item-vid-content p.title {display:block;font-size: 20px; color: #015679; padding-bottom: 15px;}
.item-vid-content:after{background:#ffffffc9;}
#SR7_6_1-19-2{display:none !important; opacity:0;visibility:hidden;}
.price-name{font-size:16px;}
.map-in ul{grid-template-columns: repeat(2, 1fr);}
h1{font-size: 26px; line-height: 32px;}
.order-grid p, .callback-block .order-grid{grid-template-columns: repeat(1, 1fr);}
.modal-block, .callback-block{padding:0;margin:0 10px; overflow-y:scroll;}
.modal-block form, .callback-block form{padding:40px;}
.section-about-full ul{grid-template-columns: repeat(1, 1fr);}
}
@media (max-width: 640px) {
.top-contact .email{display:none;}
.vidy-container{grid-template-columns: repeat(1, 1fr);}
.item-vid{max-width: 382px;  margin: 0 auto; text-align: center;}
.container-form .row{grid-template-columns: repeat(1, 1fr);}
.checkbox-field label{font-size:12px;}
.client-container{grid-template-columns: repeat(2, 1fr);  grid-auto-flow: dense;row-gap:10px;}
section h2 { margin-top: 10px;}
.mobile-contact .email{display:grid;}
.scrolltext-container{padding:20px 0;}
.news-ticker .scroll marquee {font-size: 1em;}
.logo p{display:none;}
}

@media (max-width: 540px) {
.top-contact span:nth-child(2){display:none;}
section h2 span{white-space:normal;}
header.header-fix .header-container-in, .header-container-in {grid-template-columns: 44px 1fr 135px;}
.logo{width:44px; height:44px;overflow:hidden;}
.logo img{width:130px;height:45px;}
.div-catalog {grid-template-columns: repeat(1,1fr); row-gap:15px;}
.mobile-contact span.phone-whatsapp:nth-child(2){display:grid;}
h1{font-size: 22px; line-height: 26px;}
section h2{font-size:20px;}
section.section-about p.about-title{font-size: 20px; margin-bottom: 10px;}
.section-service-in .services-card-item-4.ct-blue-color p.title{font-size:18px;}
}
@media (max-width: 480px) {
    .top-head-in{padding:5px;}
    .top-head, .header-container{padding:0;}
	.container-form-in{padding:70px 20px;}
	.callback .button a{padding:16px 10px;}
	.main-footer, .footer-subitem{display:block;}
	.footersubitem-in{padding:10px 0;}
	section, .sbluelight, section.slight{padding:10px 0;}
	.button span, .button a, button{max-width:180px;}
	h1{font-size: 16px; line-height: 18px;}
	.map-in li{font-size:14px;padding:4px 0;}
	.link-item .link-item a{width:100%;}
}
