@import url("/assets/eka/fonts/circe/stylesheet.css");
*{
    box-sizing:border-box;
}
html {
  scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    background: rgba(64, 138, 180, 0.1);
    font-family: Circe, sans-serif;
    color: #2B2726;
}
footer{
    position:relative;
    margin:100px 0 0 0;
    padding:100px 0 0 0;
    background:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
}
svg {
    width:1.2em;
    height:1.2em;
}
img{
    max-width:100%;
    max-height:100%;
}
input, button, textarea{
    outline:none;
    border:none;
}
h1,h2,h3,h4,h5,h6{
    text-transform:uppercase;
    line-height:1;
}
h2{
    font-size:22px;
}
h3{
    font-size:16px;
    font-weight:700;
}
blockquote{
    margin: 0px 0px 0px 40px;
    border: none;
    background: #ebf3f7;
}
a{
    color:#408ab4;
    text-decoration:none;
    cursor:pointer;
}
a:hover{
    color:#000;
}
header{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.item-number {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin:5px 0;
}
.number {
    width: 100px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #38638E;
    font-size: 24px;
    font-weight: 700;
}
.number-text {
    max-width: 800px;
    width: 100%;
    min-height: 50px;
    color: #fff;
    background: #408AB4;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
}

.product-example{
    display:none;
    font-size:18px;
}
.header-line-container{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
}
.header-line{
    width:100%;
    max-width:1300px;
    padding:5px 0 0 0;
    display:flex;
    justify-content:flex-end;
}
.city{
    font-size:14px;
    
}
.city .city-choise{
    display:flex;
    justify-content:flex-start;
    align-items:center;
}
.media-social{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.head-title{
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    margin:0 10px 0 0;
}
.faq-text{
    margin:0 0 40px 0;
}
.faq-text p,.faq-text ul{
    margin:10px 0 0 0;
}
.media-social svg{
    width: 20px;
    height: 20px;
    fill: #2b2726;
    margin: 0 0 0 5px;
}
.choice-city-box{
    padding:0 30px!important;
    height:100%;
    max-height:600px;
    width:100%;
    max-width:800px!important;
    
}
.choice-city-box ul{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    padding:0;
}
.choice-city-box ul li{
    border: 1px solid #5195bb;
    display: flex;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    justify-content: center;
    text-transform: uppercase;
    font-size: 12px;
    width:170px;
}
.choice-city-box ul li a{
    width:100%;
    height:100%;
    padding:8px 0;
}
.run-string{
    width:100%;
    max-width:1300px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
}
.run-string p{
    font-size: 18px;
    text-transform: uppercase;
    text-align:center;
}
.callback{
    height: 24px!important;
    font-size: 14px!important;
    font-weight: 700!important;
    letter-spacing: 7px!important;
}
.header-info{
    width:100%;
    max-width:1300px;
    display:flex;
    gap:10px 30px;
    justify-content:center;
    align-items:center;
    padding:0 0 30px 0;
}
.logo{
    width:300px;
}
.logo img{
    width:auto;
    height:auto;
    object-fit:contain;
}
.search{
   min-height:51px;
}
.search *{
    margin:0!important;
}
.search #___gcse_0{
    width:100%;
}
.search .gsc-control-cse {
    padding:3px;
}
.gsc-control-cse button.gsc-search-button-v2{
    background-color:#408AB4!important;
    border-color:#408AB4!important;
}
.gsc-control-cse button.gsc-search-button-v2:hover{
    background-color:#38638E!important;
    border-color:#38638E!important;
}

table.gsc-search-box td.gsc-input{
    min-width:160px;
}
table.gsc-search-box td{
    height:41px;
}
.gsc-search-button{
    cursor:pointer;
}
.gsc-search-button svg{
    width:18px;
    height:28px;
}
.contacts{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:0 0 5px 0;
}
.time{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.time svg{
    width: 28px;
    height: 28px;
    min-width: 28px;
    fill: #408ab4;
    margin:0 10px 0 0;
}
.time svg:hover{
    fill:#2b2726;
}
.time-number{
    white-space:nowrap;
    font-weight:bold;
    font-size:14px;
}
.time-number p{
    margin:0;
}
.time-number span{
    color:#999;
}
.telephone{
    display:flex;
    flex-direction:column;
    align-items:center;
    margin:0 0 0 15px;
    white-space:nowrap;
}
.telephone > a,
.telephone .phone-number{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:0 0 8px 0;
}
.telephone svg{
    width: 28px;
    height: 28px;
    min-width: 28px;
    fill: #408ab4;
    margin:0 10px 0 0;
}
.telephone svg:hover{
    fill:#2b2726;
}
.telephone p{
    margin:0;
    font-size:16px;
    font-weight:bold;
}
.callback-button {
  position: relative;
  flex: 1;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: 2px solid red;
  color: #fff;
  line-height: 1;
  color: #fff;
  overflow:hidden;
  white-space:nowrap;
  text-align:center;
}

.callback-button p {
  display: flex;
  align-items: center;
  justify-content:center;
  width: 100%;
  text-align: center;
  padding: 7px 20px;
  background: #408AB4;
  font-size: 17px;
  color: #fff;
  margin: 1px 0 0 0;
  min-height: 38px;
  transition: inherit;
}

.callback-button div {
  position:relative;
  width: 100%;
  font-size: 17px;
  padding: 7px 20px;
  color: red;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: inherit;
  min-height: 38px;
}

.callback-button span {
  color: inherit;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 3px 0 0 36px;
}
.callback-button a {
  width: 100%;
  transition: .5s;
}

.callback-button p:hover {
  background: red;
}

.callback-button span:before,
.callback-button span:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}

.callback-button svg {
  position:absolute;
  transform:rotate(-30deg);
  width: 25px;
  height: 25px;
  left: 20px;
  top:5px;
  color:inherit;
  -webkit-animation: atomq_heartbeat 1.2s infinite cubic-bezier(.18, .89, .4, 1.67);
  animation: atomq_heartbeat 1.2s infinite cubic-bezier(.18, .89, .4, 1.67);
}

@-webkit-keyframes atomq_heartbeat {
  0% {
    -webkit-transform:rotate(-30deg) scale(1);
    transform:rotate(-30deg) scale(1)
  }

  12% {
    -webkit-transform:rotate(-30deg) scale(1.2);
    transform:rotate(-30deg) scale(1.2)
  }

  24% {
    -webkit-transform:rotate(-30deg) scale(1);
    transform:rotate(-30deg) scale(1)
  }

  36% {
    -webkit-transform:rotate(-30deg) scale(1.2);
    transform:rotate(-30deg) scale(1.2)
  }

  48% {
    -webkit-transform:rotate(-30deg) scale(1);
    transform:rotate(-30deg) scale(1)
  }
}

@keyframes atomq_heartbeat {
  0% {
    -webkit-transform:rotate(-30deg) scale(1);
    transform:rotate(-30deg) scale(1)
  }

  12% {
    -webkit-transform:rotate(-30deg) scale(1.2);
    transform:rotate(-30deg) scale(1.2)
  }

  24% {
    -webkit-transform:rotate(-30deg) scale(1);
    transform:rotate(-30deg) scale(1)
  }

  36% {
    -webkit-transform:rotate(-30deg) scale(1.2);
    transform:rotate(-30deg) scale(1.2)
  }

  48% {
    -webkit-transform:rotate(-30deg) scale(1);
    transform:rotate(-30deg) scale(1)
  }
}



.callback-button span:after {
  content: "";
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
  background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
  height: 300%;
  width: 50px;
  position: absolute;
  top: -50%;
  left: -100%;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-animation: atomq_blink 7s infinite ease-in-out;
  animation: atomq_blink 7s infinite ease-in-out;
}

@-webkit-keyframes atomq_blink {
  0% {
    left: 0;
    margin-left: -100px
  }

  10% {
    left: 100%;
    margin-left: 100px
  }

  20% {
    left: 0;
    margin-left: -100px
  }
}

@keyframes atomq_blink {
  0% {
    left: 0;
    margin-left: -100px
  }

  10% {
    left: 100%;
    margin-left: 100px
  }

  20% {
    left: 0;
    margin-left: -100px
  }
}
.callback{
    display:flex;
    justify-content:center;
    align-items:center;
    background: #408ab4;
    color:#fff;
    margin:0 0 5px 0;
    width:100%;
    max-width: 300px;
    height: 44px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 200;
    text-transform:uppercase;
    font-variant: small-caps;
    cursor:pointer;
    border: 1px solid transparent;
    transition: all .4s ease-in-out;
}
.callback:hover{
    background: 0 0;
    color: #408ab4;
    border: 1px solid #408ab4;
}
.messengers{
    display:flex;
    justify-content:center;
    gap:5px;
    align-items:center;
}
.messenger-item{
    display:flex;
    justify-content:center;
    align-items:center;
}
.messenger-item svg{
    width:40px;
    height:40px;
}
.header-nav{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    width:100%;
    max-width:1300px;
}
.header-sidebar{
    width:100%;
    max-width:300px;
}
.header-sidebar.not-found{
    margin:0 10px 0 0;
}
.sidebar-menu-title{
    font-size: 16px;
    font-weight: 700;
    color: #2b2726;
    text-transform: uppercase;
    height: 35px;
    background: #ebf3f7;
    border-bottom: 3px solid #408ab4;
    margin:16px 0 0 0;
}
.sidebar-menu{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    padding:20px;
    min-height:500px;
    background:#fff;
}
.sidebar-menu-el{
    margin-bottom: 15px;
    display: flex;
    width:100%;
    align-items: center;
    line-height: .85;
    color:#000;
    font-weight:bold;
}
.sidebar-menu-el::before{
    content: "o";
    color: #9ca09c;
    margin-right: 10px;
    font-size: 12px;
}
.sidebar-menu-more{
    display:flex;
    align-items: center;
    justify-content:space-between;
    width:100%;
    padding:5px 17px;
    line-height: .85;
    font-weight:bold;
    cursor: pointer;
    border: 1px solid #408ab4;
    color: #408ab4;
    text-transform: uppercase;
    font-size: 12px;
}
.sidebar-menu-more svg{
    transform: translateX(10px);
    transition:.3s;
    width:1.6em;
    height:1.6em;
}
.sidebar-menu-more:hover{
    color: #408ab4;
}
.sidebar-menu-more:hover svg{
    transform: translateX(15px);
}
.header-slider{
    width:100%;
    max-width:970px;
}
.nav-main{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    height:35px;
    margin:16px 0 0 0;
    width:100%;
    border-bottom: 3px solid #fff;
}
.menu-our-work{
    text-align:right;
    font-weight:bold;
    text-transform:uppercase;
    margin:0 0 0 10px;
}
.content-area{
    width:1300px;
    max-width:100%;
    margin:0 auto;
    display:flex;
    flex-direction:column;
}
.content-area.not-found{
    display:flex;
    flex-wrap:wrap;
    flex-direction:unset;
    padding:0;
}
.content-area.article-page{
    flex-direction:unset;
    flex-wrap:wrap;
}
.content-area.not-found .content-text{
    padding:0 20px;
    margin:46px 0 0 0;
}
.content-area.production{
    flex-direction:unset;
}
.advantages-title{
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #2b2726;
}
.advantages-container{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    flex-wrap:wrap;
    margin:20px 0;
}
.adv-video{
    flex:1;
    display:flex;
    align-item:center;
    justify-content:center;
    max-width:300px;
    min-width:300px;
    height:292px;
    margin:10px 0;
}
.advantages-cards{
    flex:1;
    min-width:300px;
    display:flex;
    justify-content:center;
    align-items:flex-start;
    flex-wrap:wrap;
}
.advantage-item-border{
    flex: 1;
    background: #fff;
    z-index: 1;
    min-height: 110px;
    border: 1px solid #d7d7d7;
    transition: all .2s ease;
    min-width: 310px;
    margin: 10px;
    padding: 7px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.advantage-item-border::before{
    content: "";
    position: absolute;
    z-index: -1;
    width: 90%;
    height: 75%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s ease-in-out;
}
.advantage-item{
    border: 1px solid #d7d7d7;
    width: 100%;
    min-height: 120px;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.advantage-item .adv-img{
    width:64px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.adv-img svg,
.adv-img img{
    width:100%;
    height:auto;
    fill: #2b2726;
    transition: all .3s ease-in-out;
}
.adv-img svg:hover,
.adv-img img:hover{
    fill:#000!important;
}
.advantage-item .adv-info{
    display:flex;
    flex-direction:column;
    max-width:280px;
    margin:0 0 0 10px;
}
.advantage-item .adv-info p{
    margin:0;
}
.advantage-item .adv-info p:nth-child(1){
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
}
.advantage-item .adv-info p:nth-child(2){
    font-size: 16px;
    line-height: 1;
    color: #666;
}
.advantage-item-border:hover{
    border-color: #408ab4;
    transition: all .4s ease-in-out;
}
.advantage-item-border:hover .advantage-item svg,
.advantage-item-border:hover .advantage-item img{
    fill:#fff;
}
.advantage-item-border:hover.advantage-item-border::before{
    width: 100%;
    height: 100%;
    background: #408ab4;
}
.advantage-item-border:hover .advantage-item .adv-info p{
    color:#fff;
}
.question-container{
    position:relative;
    display:flex;
    width:100%;
    max-width:1300px;
    min-height:105px;
    justify-content:space-between;
    margin:20px 0 0 0;
    overflow:hidden;
    background:#fff;
    border: 1px solid #408ab4;
}
.question-img{
    height:100%;
    width:170px;
}
.question-img svg,
.question-img img{
    width: 150px;
    height: 150px;
    fill: #408ab4;
    transform: rotate(28deg);
    position: absolute;
    left: -38px;
    bottom: -40px;
    transition: .3s;
}
.question-container:hover .question-img svg,
.question-container:hover .question-img img{
    transform: rotate(0);
    width: 70px;
    height: 70px;
    left: 40px;
    bottom: 15px;
}
.quest-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 0;
    width:100%;
    text-transform:uppercase;
}
.quest-info{
    display:flex;
    flex-direction:column;
}
.quest-info p{
    margin:0;
    line-height: 1.25;
}
.quest-info a{
    text-decoration:underline;
}
.quest-info p:nth-child(1){
    font-size: 20px;
    font-weight: 500;
}
.quest-info p:nth-child(2){
    font-size:16px;
}
.quest-buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 25px;
}
.btn-style1{
    margin:0 25px 0 0;
    background: #408ab4;
    padding: 10px 30px;
    font-size: 12px;
    text-align: center;
    width:fit-content;
    font-variant: small-caps;
    color: #fff;
    transition: .5s;
    cursor: pointer;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.btn-style1:hover{
    background: 0 0;
    color: #408ab4;
    border: 1px solid #408ab4;
}
.btn-style2{
    background: 0 0;
    padding: 10px 30px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-variant: small-caps;
    color: #408ab4;
    transition: .5s;
    cursor: pointer;
    border: 1px solid #408ab4;
    white-space: nowrap;
}
.btn-style2:hover{
    background: rgba(64,138,180,.1);
    border: 1px solid #408ab4;
}
.our-work-container{
    width:1300px;
    max-width:100%;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    overflow:hidden;
    margin:0 0 20px 0;
}
.block-title{
    position: relative;
    display: inline-block;
    padding: 0 16px;
    font-size: 20px;
    text-transform: uppercase;
    background: #ebf3f7;
    font-weight: 700;
    margin: 10px 0;
}
.block-title::before,
.block-title::after{
    position: absolute;
    content: "";
    top: calc(50% - 2px);
    height: 1px;
    width: 100vw;
    background: #d7d7d7;
    z-index: -1;
}
.block-title::before{
    left:0;
}
.block-title::after{
    right:0;
}
.our-work{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    width:100%;
    background:#fff;
    margin:20px 0;
}
.ourwork-item {
    max-width: 325px;
    min-width: 300px;
    max-height: 325px;
    min-height: 250px;
    flex: 1;
    position: relative;
}
.ourwork-intro {
    position: absolute;
    padding:20px;
    background: rgba(64,138,180,.7);
    color: #fff;
    transition: all .3s ease-in-out;
    opacity: 0;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow: hidden;
    cursor: pointer;
    display:flex;
    flex-direction:column;
}
.ourwork-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ourwork-item:hover .ourwork-intro {
    opacity: 1;
}
.ourwork-item p{
    margin:0;
}
.ourwork-title{
    font-size: 16px;
    font-weight: 700;
    text-align:left;
    text-transform:uppercase;
}
.ourwork-text{
    font-size:14px;
    font-weight:400;
    text-align:left;
    text-transform:none;
}
.ourwork-btn-more{
    display:flex;
    font-weight:bold;
    width:100%;
    justify-content:flex-end;
    align-items:center;
}
.ourwork-btn-more .sidebar-menu-more{
    font-size:12px;
    font-weight:700;
    width:auto;
}
.about-container{
    width:1300px;
    max-width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    overflow:hidden;
    margin:0 0 20px 0;
}
.about-content{
    margin:20px 0 0 0;
    padding:0 10px;
}
.about-content p{
    line-height: 110%;
}
.about-content p:nth-child(1){
    padding-top:0;
    margin-top:0;
}
.reviews-container{
    width:1300px;
    max-width:100%;
    margin:0 0 20px 0;
    display:flex;
    flex-direction:column;
    align-items:center;
    overflow:hidden;
}
.termo-spoilers{
    display:flex;
    flex-direction:column;
    align-items:center;
    width:1300px;
    max-width:100%;
    overflow:hidden;
    margin:30px 0;
}
.termo-content{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    width:100%;
    margin:100px 0 0 0;
}
.termo-text{
    width:100%;
    max-width:660px;
    margin:0 20px 0 0;
    line-height:110%;
}
.spoiler-container{
    width:100%;
    max-width:620px;
}
.spoiler-container.product{
    max-width:100%;
}
.spoiler{
    position: relative;
    padding-left: 35px;
    outline: 0;
    cursor: pointer;
    font-size: 1.4rem;
    text-transform: uppercase;
    transition: color 0,3s ease-in-out;
    border: 1px solid #cfd8dc;
}
.spoil-title{
    padding:20px 0;
    position:relative;
}
.spoil-title::before{
    position:absolute;
    content:"";
    right: 23px;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    width: 16px;
    background: #408ab4;
}
.spoil-title::after{
    position:absolute;
    content:"";
    right: 30px;
    top: 50%;
    height: 16px;
    margin-top: -8px;
    width: 2px;
    margin-left: -1px;
    background: #408ab4;
    transition: all 0,3s ease-in-out;
}
.spoil-title.blue::after{
    height:0;
    width:0;
}
.spoil-text{
    display:none;
    font-size:16px;
    text-transform:none;
    line-height:1.5;
}
.spoiler.faq .spoil-title{
    font-size:16px;
    line-height:1.2;
}
.spoiler.faq .spoil-title p{
    margin:0;
    font-size:inherit;
    line-height:1.2;
    padding:0 45px 0 0;
}
.schema-container{
    width:1300px;
    max-width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.schema-container p{
    margin:0;
}
.schema-title{
    display:flex;
    width:100%;
    justify-content:space-between;
    align-items:center;
    margin:30px 0;
    font-size:30px;
    font-weight:700;
    text-transform:uppercase;
    
}
.schema-title > p{
    line-height:1;
}
.schema-buttons{
    display:flex;
    justify-content:center;
    align-items:center;
}
p.schema-desc{
    font-size:13px;
    font-weight:bold;
    text-align:center;
    margin:20px 0;
}
.clients-container{
    width:1300px;
    max-width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    overflow:hidden;
}
.lastposts-container{
    width:1300px;
    max-width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    overflow:hidden;
    margin:0 0 30px 0;
}
.lastposts{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    width:100%;
    margin:20px 0 40px 0;
}
.lastpost{
    width:415px;
    max-width:100%;
    height:535px;
    display:flex;
    flex-direction:column;
    background:#fff;
}
.lastpost:nth-child(2){
    margin:0 15px;
}
.lastpost-img{
    width:100%;
    height:200px;
}
.lastpost-img img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.lastpost-date{
    display:flex;
    align-items:center;
    color:#999;
    padding:20px 20px 0 20px;
}
.lastpost-date svg{
    width: 25px;
    height: 25px;
    fill: #999;
    margin-right: 10px;
}
.lastpost-text{
    padding:20px;
    display:flex;
    flex-direction:column;
}
.lastpost-title{
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    margin:20px 0;
}
.lastpost-introtext{
    color:#999;
    margin:0 0 20px 0;
}
.lastpost-more a{
    border-bottom:1px solid #408ab4;
    transition:all .3s ease-in-out;
    font-size:18px;
}
.lastpost-more a:hover{
    color:#408ab4;
    border-bottom:1px solid transparent;
}
.question-container.footer{
    position:absolute;
    top:-50px;
    background:#408ab4;
    color:#fff;
    margin:0;
}
.question-container.footer a{
    color:#fff;
}
.question-container.footer svg{
    fill:#fff
}
.btn-style1.footer{
    background:#fff;
    color:#408ab4;
}
.btn-style2.footer{
    color:#fff;
    border:1px solid #fff;
}
.footer-content{
    width:1300px;
    max-width:100%;
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    justify-content:space-between;
    padding:0 0 20px 0;
    border-bottom:1px solid rgba(43,39,38,.2);
}
.footer-content p{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin:20px 0;
}
.footer-info{
    display:flex;
    justify-content:space-between;
    gap:15px;
    min-width:300px;
    flex:1;
}
.footer-info a:hover{
    color:#408ab4;
}
.footer-contacts{
    flex:1;
    min-width:280px;
    max-width:100%;
}
.f-contact{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    display:flex;
    align-items:center;
    margin:10px 0;
}
.f-contact svg{
    width: 28px;
    height: 28px;
    min-width: 28px;
    fill: #408ab4;
    margin-right: 10px;
}
.footer-nav{
    display:flex;
    flex-direction:column;
    flex:1;
    min-width:230px;
}
.footer-nav.clients{
    min-width:150px;
}
.footer-nav.useful{
    min-width:130px;
    max-width:170px;
}
.footer-nav.product{
    min-width:300px;
}
.footer-nav ul{
    padding:0;
    margin:0;
}
.footer-nav ul li{
    list-style:none;
}
.footer-nav ul li a{
    color:#000;
    text-transform:uppercase;
    font-size:14px;
}
.footer-search .gsc-control-wrapper-cse{
    padding:4px 4px 2px 4px;
    border:1px solid #bbb;
}
.footer-social div{
    display:flex;
}
.footer-social svg{
    width: 28px;
    height: 28px;
    min-width: 28px;
    fill: #408ab4;
    margin-right: 10px;
}
.footer-social svg:hover{
    fill: #000;
}
.footer-copyright{
    display:flex;
    justify-content:space-between;
    width:1300px;
    max-width:100%;
    margin:30px 0;
}
.copyright-text p{
    font-size: 12px;
    color: #d7d7d7;
    line-height: .8;
    padding: 0;
    margin: 7px 0;
}
.footer-logo{
    width:300px;
}
.footer-logo img{
    width:100%;
    height:auto;
}
.search{
    min-width:264px;
    min-height:51px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
}
.footer-search{
    min-width:275px;
    min-height:85px;
}
.footer-city-contacts{
    flex:1;
    min-width:200px;
    max-width:510px;
}
.footer-city-contacts p{
    font-size:14px;
    font-weight:normal;
    margin:0 0 10px 0;
}
.footer-city-contacts h2,
.footer-city-contacts h3,
.footer-city-contacts h4,
.footer-city-contacts h5,
.footer-city-contacts h6{
    font-size:18px;
    margin:20px 0;
}
.footer-city .footer-info{
    justify-content:flex-start;
}
.footer-city .footer-nav{
    max-width:250px;
}
.header-info.active{
    padding:0;
}
.header-info_block{
    flex:1;
}
.js-mobile{
    width:100%;
}
.mobile-header{
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:space-between;
}

.mobile-header-line{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px;
}
.logo-mobile-menu{
    min-width:auto;
    display:flex;
    align-items:center
}
.logo-mobile-menu a{
    display:flex;
    align-items:center;
}
.logo-mobile-menu img{
    max-width: 250px;
    object-fit: contain;
    margin: 0 15px;
}
.mobile-header-nav{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size: 12px;
    font-variant: small-caps;
    color: #fff;
    text-transform:uppercase;
}
.mobile-header-nav.fixed{
    position:fixed;
    top:0;
    z-index: 10;
    width: 100%;
}
.mobile-catalog{
    flex-basis:50%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#000;
    padding:15px 10px;
}
.mobile-catalog p{
    margin:0;
}
.mobile-catalog svg{
    width:15px;
    height:15px;
}
.mobile-callback{
    flex-basis:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#408ab4;
}
.mobile-callback a{
    flex-basis:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    padding:15px 0;
}
.mobile-menu{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#ebf3f7;
    opacity:0;
    visibility:hidden;
    transition:all .4s ease;
    z-index:-1;
    padding:20px;
    overflow-y: auto;
    overflow-x: hidden;
}
.mobile-menu.active{
    opacity:1;
    visibility:visible;
    z-index:300;
}
.mobile-menu .email a{
    display:flex;
}
.mobile-menu-line{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
}
.mobile-menu-line .js-mobile-close{
    width:45px;
    height:45px;
}
.header-nav-inside{
    width:100%;
    max-width:1300px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.category-info{
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
}
.category-title{
    flex:1;
    display:flex;
    flex-direction:column;
    min-width:320px;
    padding:30px;
}
.category-title p{
    font-size:25px;
    margin:10px 0 0 0;
}
.category-title h1{
    font-size:52px;
    font-weight:700;
    margin:10px 0 20px -3px;
}
.category-title-info{
    color:#989ba0;
    font-size:16px;
}
.category-title-info p{
    margin:0;
    font-size:1em;
}
.category-img{
    height:300px;
    width:100%;
    max-width:860px;
}
.category-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.category-container{
    margin:3px -3px 3px 0;
    display:flex;
    flex-flow:row wrap;
    justify-content:center;
}
.catalog-item{
    flex:1;
    position:relative;
    min-width:380px;
    max-width:431px;
    min-height:435px;
    background:#fff;
    margin:0 3px 3px 0;
    overflow:hidden;
    padding:30px;
}
.catalog-item-title{
    margin:0 0 30px 0;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
}
.catalog-subitem{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    z-index:2;
}
.catalog-subitem a{
    color:#000;
    margin:0 0 5px 0;
}
.catalog-item-more{
    position:absolute;
    left:15px;
    bottom:15px;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}
.catalog-item-more .btn-style2{
    font-size:14px;
}
.catalog-item-img{
    position:absolute;
    width:300px;
    height:300px;
    margin:auto 0;
    top:0;
    bottom:0;
    right:-150px;
    overflow: hidden;
    border-radius:100%;
}
.catalog-item-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.category-sidebar{
    flex:1;
    min-width:300px;
    max-width:450px;
    height:100%;
    display:flex;
    flex-direction:column;
    overflow:hidden;
}
.category-sidebar img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.category-sidebar h5{
    font-size:16px;
    font-weight:700;
    text-align:center;
    text-transform:uppercase;
    margin:0 0 20px 0;
}
.category-sliders{
    flex:1;
    display:flex;
    flex-direction:column;
    width:450px;
    max-width:100%;
    background:#fff;
    margin:0 0 3px 0;
    overflow:hidden;
}
.sliders-button{
    padding:20px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.sliders-button .btn-style2{
    font-size:14px;
}
.gallery-page-img{
    flex:1;
    padding:20px;
    background:#fff;
    margin:0 0 3px 0;
}
.gallery-item-container{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}

.gallery-page-item{
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:3px;
    min-width:100px;
    max-height:130px;
    overflow:hidden;
}
.gallery-page-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sidebar-text{
    background:#fff;
    padding:20px;
    line-height:110%;
    font-size:14px;
}
.sidebar-text li{
    margin:0 0 3px 0;
}
.category-content{
    flex:1;
    min-width:300px;
    margin:0 0 0 3px;
}
.category-content h1{
    font-size: 30px;
    font-weight: 700;
}
.category-cards-container{
    background:#fff;
    padding:30px;
    margin:0 0 3px 0;
}
.category-item{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    align-items:center;
    border: 1px solid rgba(64,138,180,.15);
    padding: 10px 20px;
    margin-bottom: 8px;
}
.category-item.releated{
    flex-direction:column;
}
.releated-content{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.releated-content .category-item-img{
    margin:0 0 10px 0;
}
.releated-content .category-item-btns{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    width:100%;
    max-width:100%;
}
.prod-releated{
    width:100%;
    padding:0 10px;
}
.introtext{
    margin:0 0 10px 0;
    padding:0 10px;
}
.category-item-img{
    min-width:130px;
    max-width:150px;
    height:120px;
    overflow:hidden;
}
.category-item-img img{
    height:100%;
    width:100%;
    object-fit:contain;
    transition:1s;
}
.category-item:hover .category-item-img img{
    transform:scale(1.2);
}
.category-item-text{
    margin:0 20px;
    flex:1;
}
.category-item-text p{
    font-size:14px;
    line-height:110%;
}
.category-item-btns{
    flex:1;
    max-width:175px;
    display:flex;
    flex-direction:column;
    gap:10px;
}
.category-item-btns .btn-style1,
.category-item-btns .btn-style2{
    margin:0;
    width:100%;
}
.category-item-btns .link-more{
    font-size:14px;
    text-decoration:underline;
    text-align:center;
}
.content-text{
    flex:1;
    min-width:300px;
    padding:50px;
    background:#fff;
    line-height:110%;
}
.content-text li{
    margin:0 0 3px 0;
}
.title-container{
    position:relative;
    width:100%;
    margin:0 auto;
    height:300px;
    max-width:1300px;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
    background:#fff;
}
.pagetitle{
    position:absolute;
    padding:30px;
    background:rgba(255,255,255,.8);
    z-index:2;
}
.pagetitle h1,
.pagetitle p{
    font-size:30px;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
}
.product-sidebar{
    display:flex;
    flex-direction:column;
    align-items:center;
    width:450px;
    max-width:100%;
    padding:0 10px;
    background:#fff;
}
.product-sidebar .form-dd{
    border-left:1px solid #e2e2e2;
}
.content-area.news{
    flex-direction:unset;
    flex-wrap:wrap;
}
.news-content{
    width:100%;
    max-width:980px;
    display:flex;
    flex-direction:column;
    margin:0 20px 0 0;
}
.news-title{
    background:#fff;
    margin:0 0 3px 0;
    height:45px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 0 3px 0;
}
.news-title h1{
    font-size:16px;
    font-weight:bold;
}
.news-cards{
    background:#fff;
    padding:20px;
}
.news-item{
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    height:250px;
    margin:0 0 20px 0;
    padding:0 0 5px 0;
    border-bottom:2px solid rgba(64, 138, 180, 0.1);
    
}
.news-item-img{
    flex:1;
    max-width:450px;
    height:100%;
    margin:0 20px 0 0;
    display:flex;
    align-items:flex-start;
}
.news-item-img img{
    width:100%;
    height:auto;
    object-fit:contain;
}
.news-item-text{
    width:520px;
    max-width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    color:#989ba0;
}
.news-item-title{
    font-size:23px;
    font-weight:bold;
    text-transform:uppercase;
    line-height:1.3;
}
.news-intro{
    border-bottom:1px solid rgba(0,0,0,0.1);
    line-height:1.1;
    padding:0 0 20px 0;
    margin:0 0 20px 0;
}
.news-date{
    font-size:14px;
    line-height:1.3;
}
.news-more{
    position:relative;
    width:130px;
}
.news-more a{
    width:130px;
    max-width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:7px 20px 7px 15px;
    border:1px solid #408ab4;
    font-size:12px;
    text-transform:uppercase;
}
.news-more svg{
    position:absolute;
    width:17px;
    height:17px;
    top:8px;
    right:10px;
    color:#408ab4;
    transition:.3s ease;
}
.news-more:hover a{
    color:#408ab4;
}
.news-more:hover svg{
    right:5px;
}
.news-pagination{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
}
.news-pagination .nav-numbers{
    display:flex;
    justify-content:center;
    align-items:center;
}
.page-item{
    display: inline-flex;
    margin: 0 30px;
    border: 1px solid #408ab4;
    border-radius: 100%;
    padding: 5px;
    justify-content: center;
    width: 32px;
    height: 32px;
    align-items: center;
    align-content: center;
    line-height: 0;
}
.page-item.disabled{
    pointer-events:none;
}
.navlinks{
    margin:0 5px;
}
.navlinks.current{
    background: #408ab4;
    width: 32px;
    height: 32px;
    color: #fff;
    padding: 5px;
    border-radius: 100%;
    text-align:center;
    pointer-events:none;
}
.news-sidebar{
    flex:1;
    max-width:300px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}
.news-sidebar-section{
    background:#fff;
    padding:20px;
    width:100%;
    display:flex;
    flex-direction:column;
}
.news-sidebar-title{
    width:100%;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    line-height:1;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(43,39,38,.7);
}
.news-themes{
    width:100%;
    display:flex;
    flex-direction:column;
    padding:0;
}
.news-themes li{
    list-style:none;
    padding: 10px;
    margin: 5px 0;
    display: flex;
    text-transform: uppercase;
    font-size: 14px;
    align-items: center;
    background: rgba(0,0,0,.05);
}
.news-themes li::before{
    content: "—";
    margin-right: 10px;
    width: 15px;
    height: 15px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.product-tags{
    display:flex;
    align-items:center;
    gap:10px 0;
    flex-wrap:wrap;
    width:100%;
    padding:10px;
}
.product-tags a{
    border:1px solid #408ab4;
    padding:5px 10px;
    font-size:13px;
}
.tags-cloud{
    width:100%;
    padding:0;
    display:flex;
    flex-direction:column;
    overflow:hidden;
}
.tags-cloud li{
    list-style:none;
    padding: 10px;
    margin: 5px 0;
    display: flex;
    justify-content:space-between;
    text-transform: uppercase;
    font-size: 14px;
    align-items: center;
    background: rgba(0,0,0,.05);
}
.tag-count{
    font-size: 12px;
    padding: 3px;
    border: 1px solid #408ab4;
    width:22px;
    height:22px;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}
.contacts-main{
    display:flex;
    flex:1;
    flex-wrap:wrap;
    min-width:300px;
    background:#fff;
}
.contacts-title{
    flex:1;
    min-width:300px;
    min-height:300px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    text-transform: uppercase;
    margin:0;
    padding:30px;
}
.contacts-title h1{
    font-size: 40px;
    font-weight: 700;
    line-height:1;
    margin:0;
}
.contacts-adres{
    min-height:300px;
    min-width:300px;
    flex:1;
    background:#f7f7f7;
    padding:30px;
    line-height:1.2;
}
.contacts-adres h6{
    text-transform:uppercase;
    font-size:16px;
    font-weight:700;
    line-height:1;
    margin:0;
}
.breadcrumbs-container{
    width:100%;
    max-width:1300px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    overflow-x:auto;
}
.breadcrumbs{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:30px 0 3px 0;
    padding:0;
}
.breadcrumbs li{
    list-style:none;
    min-height:25px;
    display:flex;
    white-space: nowrap;
}
.breadcrumbs li a{
    width:100%;
    height:100%;
    color:#bbb;
    font-size:14px;
    background:#fff;
    padding:7px 20px;
    margin:0 3px 0 0;
}
.breadcrumbs li a:hover{
    color:#000;
}
.breadcrumbs li a.current{
    pointer-events:none;
    cursor:default;
    color:#000;
}
.form-cd .achtung{
    color:red;
    padding:20px;
}






.achtung{
    padding:10px;
}
.simplesearch-mobile{
    display:flex;
    justify-content:center;
    align-items:center;
    min-width:320px;
}
.b-gray{
    background:#f7f7f7;;
    border-top:1px solid #e2e2e2;
    border-bottom:1px solid #e2e2e2;
}
.blue{
    color: #408ab4;
}
/* Стили форм */
.bg-1{
    background:#fff;
}
.p_30{
    padding:30px;
}
.ttu{
    text-transform:uppercase;
}
.fs-16{
    font-size:16px;
}
.fw-b{
    font-weight:700;
}
.m_b-20{
    margin:0 0 20px 0;
}
.container-contact100{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: -o-linear-gradient(45deg,#00dbde,#fc00ff);
    background: -moz-linear-gradient(45deg,#00dbde,#fc00ff);
}
.wrap-contact100{
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.contact100-form{
    width:100%;
}
.wrap-input100{
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 20px;
}
.label-input100 {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    text-transform: uppercase;
}
.input100{
    display: block;
    width: 100%;
    background: 0 0;
    font-size: 14px;
    color: #333;
    height:40px;
}
.eka-form-btn{
    background: #408ab4;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    font-family: Circe;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 40px;
    cursor:pointer;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container .select2-selection--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    border: 1px solid transparent !important;
    height: 40px;
    outline: none;
    position: relative;
    border-radius: 0 !important;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container {
    display: flex;
    flex-direction:column;
    justify-content:flex-start;
    width: 100% !important;
}
.select2-results {
    display: block;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-results__options{
    padding:0;
}
.select2-results__options li{
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 15px;
    color: #333;
    line-height: 1.2;
    list-style: none;
}
.select2-container{
    cursor:pointer;
    
}
.select2-results__options{
    background:#fff;
    box-shadow:0 0 10px #000;
}
.select2-search__field{
    display:none;
}
.select2-container .select2-results__option[aria-selected=true] {
    background: #a64bf4;
    background: -webkit-linear-gradient(right,#00dbde,#fc00ff);
    background: -o-linear-gradient(right,#00dbde,#fc00ff);
    background: -moz-linear-gradient(right,#00dbde,#fc00ff);
    background: linear-gradient(right,#00dbde,#fc00ff);
    color: #fff;
}
.select2-container .select2-results__option:hover {
    background: #a64bf4;
    background: -webkit-linear-gradient(right,#00dbde,#fc00ff);
    background: -o-linear-gradient(right,#00dbde,#fc00ff);
    background: -moz-linear-gradient(right,#00dbde,#fc00ff);
    background: linear-gradient(right,#00dbde,#fc00ff);
    color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position:absolute;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.select2-selection__arrow:before {
    content: "";
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #999;
    margin-bottom: 2px;
}
.select2-selection__arrow:after {
    content: "";
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #999;
}
.select2-container .select2-results__option[aria-selected] {
    padding-top: 10px;
    padding-bottom: 10px;
}
.area-advantages {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: -10px;
}
.area-element-adv {
    flex: 1;
    background: #fff;
    z-index: 1;
    min-height: 110px;
    border: 1px solid #d7d7d7;
    transition: all .2s ease;
    min-width: 30%;
    min-width: 290px;
    max-width: 33%;
    margin: 10px;
    padding: 7px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.area-element-adv:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 90%;
    height: 75%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s ease-in-out;
}
.space-elememt-adv {
    border: 1px solid #d7d7d7;
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.adv-area-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
}
.adv-img {
    fill: #2b2726;
    margin: 10px;
    transition: all .3s ease-in-out;
}
.adv-img svg {
    width: 64px;
    height: 64px;
}
.adv-content {
    color: #2b2726;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.adv-content_title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
}
.adv-content_text {
    font-size: 14px;
    line-height: 1;
    color: #666;
}
.area-element-adv:hover {
    border-color: #408ab4;
    transition: all .4s ease-in-out;
}
.area-element-adv:hover.area-element-adv:before {
    width: 100%;
    height: 100%;
    background: #408ab4;
}
.area-element-adv:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 90%;
    height: 75%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s ease-in-out;
}
.area-element-adv:hover .space-elememt-adv {
    border-color: rgba(255,255,255,.4);
}
.area-element-adv:hover .adv-img svg {
    fill: #fff!important;
}
.area-element-adv:hover .adv-content, .area-element-adv:hover .adv-content_text {
    color: #fff;
}

.banner__print {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #408AB4;
  padding: 10px;
}
.print__icon svg {
    width: 30px;
    height: 30px;
    color: #fff;
}
.print__text{
  color: #fff;
  font-size: 18px;
  margin-left:10px;
}
.advantages__banner {
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap:wrap;
}
.content__zone .print__icon svg {
    width: 60px;
    height: 60px;
}
.content__zone .banner__print {
    padding: 20px;
    justify-content: center;
}
.content__zone .print__text {
    font-size: 36px;
    line-height:1;
}

/* magic line */
.nav-wrap{
    flex:1;
}
#line-one {
    margin: 0;
    padding:0;
    list-style: none;
    position: relative;
}
#line-one ul{
    margin: 0;
    padding: 0;
    height:32px;
}
#line-one li {
    display: inline-flex;
    text-align:center;
    margin: 0 10px 0 0;
}
#line-one a {
    font-size: 14px;
    color: #2b2726;
    float: left;
    text-decoration: none;
    text-transform: uppercase;
}
#line-one a:hover{
    color:#408ab4;
}
#magic-line {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    background: #408ab4;
}
.current_page_item a {
    color: #408ab4 !important;
}
/* Clearfix */
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */
/* mobile search */
#searchbutton {
    background-image: url(/assets/eka/image/search.svg);
    width: 25px;
    height: 25px;
    background-color: transparent;
    margin-left: 45px;
}
.eka-searchbox{
    background: #fff;
    color: #bbb;
    padding: 0 15px 0 20px;
}
.price-lable p{
    font-size:16px;
    font-weight:700;
}
.gift-button-container .email{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}
.gift-dialog{
    position:fixed;
    top:calc(25% - 20px);
    right:120px;
    z-index:-1;
    opacity:0;
}
.gift-dialog.active{
    opacity:1;
    z-index:999;
}
.gift-dialog img{
    position:absolute;
    width:300px;
    height:80px;
    z-index:1;
}
.gift-dialog p{
    position:relative;
    color:rgba(64, 138, 180, 1);
    font-size:22px;
    text-align:center;
    width:300px;
    height:80px;
    padding:10px 15px 10px 5px;
    z-index:2;
    margin:0;
}
.gift-button{
    position:fixed;
    top:25%;
    right:55px;
    width:55px;
    height:55px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-shadow:0 1px 0 #1f4c76;
    border:1px solid #3480c7;
    box-shadow:0 0 0 0 rgba(90, 153, 220, 0.7), inset 0 1px 0 #abcbe9;
    border-radius:100%;
    v-align:middle;
    background:#408ab4;
    cursor:pointer;
    -webkit-animation: pulse 1.5s infinite cubic-bezier(0.6, 0, 0, 1);
    z-index:1002;
}
.gift-button a{
    display:flex;
    justify-content:center;
    align-items:center;
}
.gift-button img{
    width:30px;
    height:30px;
}
@-webkit-keyframes pulse{
    to{
        box-shadow:0 0 0 15px rgba(90, 153, 220, 0), inset 0 1px 0 #abcbe9
    }
}
.js-tab-button-container{
    position:relative;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    display:flex;
}
.ya-share2{
    margin:20px 0;
}
.tab-button{
    cursor:pointer;
    color:#fff;
    background:#01aff1;
    padding:5px 8px;
    height:50px;
    width:120px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
    text-align:center;
    border-bottom:3px solid transparent;
    transition:.3s;
}
.tab-button.active{
    height:60px;
}
.tab-button:nth-child(2){
    background:#ec018c;   
}
.tab-button:nth-child(3){
    background:#fdf200;
    color:#666;
}
.tab-button:nth-child(4){
    background:#424d55;
}
.tab-button:nth-child(5){
    background:#091c6e;
}
.tab-button:hover,
.tab-button.active{
    border-bottom:3px solid #408ab4;
}
.js-tab-content{
    display:none;
}
.js-tab-content.active{
    display:block;
}

/* SWIPER */
.swiper-content-example,
.swiper-content{
    height:235px;
    width:100%;
    overflow:hidden;
}
.swiper-container{
    overflow:hidden;
}
.slider-container{
    width:100%;
    /*height:500px;*/
    max-height:100%;
    overflow:hidden;
}
.slider-main{
    width:100%;
    height:100%;
    overflow:hidden;
}
.swiper-pagination.main{
    bottom:15px;
    left:unset;
    display:flex;
    justify-content:center;
}
.swiper-pagination.main .swiper-pagination-bullet{
    width:15px;
    height:15px;
    opacity:1;
    background:white;
    border:1px solid #408ab4;
}
.swiper-pagination.main .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#408ab4;
}
.slide-main img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.swiper-slide img{
    width:100%;
    height:auto;
    object-fit:contain;
}
.swiper-slider.tags-cloud{
    width:100%;
    max-width:660px;
    height:60px;
    margin:10px 0;
    overflow:hidden;
}
.swiper-slide.tag-tile{
    display:flex;
    height:100%;
    justify-content:center;
    align-items:center;
    border:1px solid #408ab4;
}
.swiper-slide.tag-tile a{
    display:flex;
    justify-content:center;
    align-items:center;
    height:100%;
    text-align:center;
    line-height:1;
    font-size:14px;
    padding:3px;
}
.swiper-button-prev,
.swiper-button-next{
    background: #408ab4!important;
    border: 1px solid #408ab4!important;
    cursor: pointer!important;
    width: 34px!important;
    height: 34px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    transition: .3s ease!important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
    background:#fff!important;
}
.swiper-button-prev{
    left:-17px!important;
}
.swiper-button-next{
    right:-17px!important;
}
.swiper-button-prev svg,
.swiper-button-next svg{
    color:#fff;
    transition:.3s;
}
.swiper-button-prev:hover svg,
.swiper-button-next:hover svg{
    color:#408ab4;
}
.swiper-button-prev:before,
.swiper-button-next:before,
.swiper-button-next:after,
.swiper-button-prev:after{
    display:none;
}
.reviews-slider-container{
    width:100%;
    max-width:100%;
    display:flex;
    overflow:hidden;
}
.slider-reviews{
    overflow:hidden;
    flex:1;
    max-width:100%;
}
.review-item{
    background:#fff;
    display:flex;
    width: 100%;
    padding: 20px;
    height: 300px;
    align-items: center;
}
.review-img{
    min-width:100px;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}
.review-img .img-box{
    width: 90px;
    height: 90px;
    border-radius: 100px;
    border: 1px solid #d7d7d7;
    padding: 5px;
    overflow:hidden;
}
.img-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius: 100px;
}
.review-img svg{
    width:auto;
    height: 80px;
    margin: -80px 0;
}
.review-img .review-data-box{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    margin:50px 0;
}
.review-data{
    text-transform:uppercase;
    font-size:12px;
}
.review-text{
    width:275px;
    margin:0 10px;
    line-height: 110%;
}
.review-tvs{
    line-height:140%;
}
.reviews-sidebar{
    margin:0 0 0 15px;
    background:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.reviews-title{
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 12px;
    padding:10px 15px 20px 15px;
}
.review-prev,
.review-next{
    width:100%;
    padding: 17px 0;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor: pointer;
}
.review-next:hover, .review-prev:hover {
    background: #fff;
    box-shadow: inset 0px 0px 100px rgba(0,0,0,.05);
}
.review-prev svg,
.review-next svg{
    width:12px;
    height:12px;
}
.schema-slider-container{
    width:100%;
    height:270px;
    margin:0 0 20px 0;
}
.slider-schema{
    height:100%;   
}
.slide-schema{
    position:relative;
    display:flex;
    flex-direction:column;
    height:100%;
    align-items:center;
    text-align: center;
    font-size: 18px;
    background: #fff;
    position: relative;
    opacity: .5;
}
.slide-schema::before {
    position: absolute;
    content: "";
    top: 50%;
    width: 22px;
    height: 2px;
    background: #408ab4;
    right: -26px;
}
.schema-number{
    position:absolute;
    bottom: 20px;
    left: 20px;
    font-size: 210px;
    font-weight: 900;
    color: rgba(0,0,0,.1);
}
.work-stage .schema-number{
    bottom:80px;
}
.schema-img-box{
    display:flex;
    justify-content:center;
    align-items:center;
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #408ab4;
    position: relative;
    display: inline-flex;
    border-radius: 100px;
    width: 80px;
    height: 80px;
}
.schema-img-box svg{
    width: 80px;
    height: 80px;
    fill: #408ab4;
}
.swiper-slide-active{
    opacity:1;
}
.schema-text-title{
    font-weight:700;
    text-transform:uppercase;
    padding: 0 20px;
}
.schema-text{
    font-size:16px;
    padding:0 20px;
}
.slider-clients-container{
    width:100%;
    height:150px;
    margin:20px 0 30px 0;
    overflow:hidden;
}
.slider-clients{
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.clients-slide{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    border: 1px solid #e1e1e1;
    transition: all .3s ease-in-out;
}
.clients-slide img{
    width:auto;
    height:90%;
    object-fit:contain;
    will-change: transform;
    transition: all .3s ease;
    opacity: .9;
}
.clients-slide:hover{
    border-color: #408ab4;
}
.clients-slide::before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid transparent;
    transition: all .3s ease;
    will-change: transform;
}
.clients-slide:hover::before{
    -webkit-transform: scale(.94,.9);
    transform: scale(.94,.9);
    border-color: #408ab4;
}
.clients-slide:hover img{
    opacity: 1;
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.f-container{
    width:100%;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
.adv-number-container{
    position:relative;
    background:url('/assets/images/preimushestva-bg.svg');
    min-height:300px;
    align-items:center;
    margin:20px 0;
}
.f-item{
    flex:1;
    min-width:300px;
    margin:10px;
    display:flex;
    align-items:center;
    flex-direction:column;
    position:relative;
    z-index:2;
}
.f-item img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
}
.adv-number-item{
    color:white;
    justify-content:center;
}
.adv-number-item span{
    padding:10px 0;
    font-size:36px;
    font-weight:700;
    text-align:center;
}
.adv-number-item p{
    margin:0;
    font-size:20px;
    font-weight:400;
    text-align:center;
    min-height:50px;
    max-width:255px;
}
.catalog-home-container{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
}
.catalog-home-container.homepage .catalog-home-item{
    width:252px;
}
.catalog-home-item{
    background:white;
    border:1px solid #408AB4;
    min-height:300px;
    width:317px;
}
.content-area .catalog-home-item{
    width:243px;
}
.catalog-home-item a{
    width:100%;
    height:100%;
}
.catalog-home-item a img{
    width:100%;
    height:180px;
    object-fit:cover;
    margin:0 0 10px 0;
}
.catalog-home-item div{
    padding:0 20px;
    font-size:24px;
    text-align:center;
}
.btn-primary.btn-more{
    cursor:pointer;
    padding:10px 30px;
    background:#38638E;
    color:white;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    min-width:200px;
    margin:10px auto 0 auto;
}
.main-menu-1 > ul,
.main-menu-1 .ajax-snippet{
    display:none;
    position: absolute;
    flex-direction: column;
    z-index: 9999;
    top: 22px;
}
.main-menu-1:hover ul,
.main-menu-1:hover .ajax-snippet{
    display: flex;
}
.main-menu-2{
    background:white;
    padding:5px;
    min-width:150px;
    white-space:nowrap;
}
.content-review-item{
    align-items:flex-start;
    height:auto;
}
.content-review-item .review-text{
    width:100%;
}
#magic-line{
   /* bottom:-13px; */
}
.header-nav-inside.fixed{
    z-index:9999;
    background:white;
    border-bottom:10px solid rgba(64, 138, 180, 0.1);
    padding:0 0 0 20px;
}
.btn-order-fixed{
    position:fixed;
    right:-175px;
    top:15%;
    display:flex;
    align-items:center;
}
.btn-order-icon{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:10px;
    border-radius:100%;
    background:#408AB4;
    cursor:pointer;
    margin:0 10px 0 0;
}
.btn-order-icon svg{
    width:40px;
    height:40px;
}
.btn-order-content{
    position:relative;
    right:-100px;
    transition:.5s;
    background:#ebf3f7;
}
.btn-order-fixed:hover .btn-order-content{
    right:200px;
}
.btn-order-title{
    padding:10px;
    margin:0 0 2px 0;
    background:#38638E;
    color:white;
    font-weight:700;
    font-size:18px;
    text-transform:uppercase;
    text-align:center;
}
.btn-order-title a{
    color:inherit;
}
.btn-order-description{
    padding:10px;
    background:#408AB4;
    font-size:18px;
    font-weight:400;
    color:white;
}

.baguetteBox-button svg{
    width:auto;
    height:auto;
}


.lead_conv{
    display:flex;
    flex-direction:column;
    gap:30px;
}
.buttons_callback{
    display:flex;
    flex-direction:column;
    gap:3px
}
.buttons_callback .button_callback{
    text-decoration:none;
    display:flex;
    gap:15px;
    align-items:center;
    color:#fff;
    font-size:22px;
    background:#408AB4;
    padding:10px;
    transition:.3s;
}
.buttons_callback .button_callback:hover{
    filter: brightness(1.1);
}
.buttons_callback .button_callback.telegram{
    background:#27A6E5;
}
.buttons_callback .button_callback.whatsapp{
    background:#48C95F
}
.leave_order{
    text-decoration:none;
    background:#408AB4;
    color:#fff;
    padding:15px 10px;
    display:flex;
    align-items:center;
    gap:15px;
    transition:.3s;
}
.leave_order:hover{
    color:#fff;
    filter: brightness(1.1);
}
.leave_order svg{
    flex-shrink:0;
    width:80px;
    height:80px;
}
.leave_order_text{
    font-size:16px;
    display:flex;
    flex-direction:column;
    gap:10px;
    letter-spacing:1px;
}
.leave_order .btn{
    border:1px solid #fff;
    padding:5px 30px;
    font-size:22px;
    width:fit-content;
}

.video{
  cursor:pointer;
  position:relative;
}
.video .none{
  display:none;
}
.video iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:3;
}
.video img{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  bottom:0;
  left:0;
  right:0;
  object-fit:cover;
  z-index:1;
}
.video svg{
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-27px;
  margin-left:-32px;
  z-index:2;
  width:64px;
  height:54px;
}
.video:hover svg path{
  fill:black;
}






@media(max-width:1280px){
    .video {
        max-width: 600px;
    }
    .header-line .f-contact{
        order:1;
    }
    .header-line .media-social{
        order:2;
    }
    .btn-order-fixed{
        top:20px;
    }
    .swiper-button-prev{
        left:0!important;
    }
    .swiper-button-next{
        right:0!important;
    }
}
@media(max-width:730px){
    .header-line{
        flex-wrap:wrap!important;
        justify-content:center!important;
        align-items:center!important;
    }
    .header-line .f-contact{
        order:1!important;
        margin:0 0 10px 0!important;
    }
    .header-line .city{
        margin:0 10px 10px 0;
    }
}







@media (max-width:1150px){
    .review-item{
        height:100%;
    }
    .review-item{
        flex-direction:column;
    }
    .review-img{
        flex-direction:unset;
        height:auto;
        justify-content:center;
        align-items:center;
        margin:0 0 10px 0;
    }
    .review-text{
        margin:0 0 0 10px;
        width:100%;
    }
    .review-img .review-data-box{
        margin:50px 0 0 0;
    }
}
@media (max-width:1279px){
    .slider-container{
        /*height:250px;*/
    }
}
/* Media query */
@media (max-width:470px){
    .swiper-slider.tags-cloud{
        width:300px!important;
    }
    .catalog-item{
        min-width:300px;
    }
    .run-string p{
        font-size:12px!important;
    }
    .content__zone .print__text {
        font-size: 18px;
    }
    .content__zone .print__icon svg {
        width: 30px;
        height: 30px;
    }
    .media-social{
        flex-direction:column;
    }
    .head-title{
        order:1;
    }
    .spoil-title{
        font-size:.9rem;
    }
    .gift-button{
        transition:.3s;
    }
    .gift-button:hover{
        right:5px;
    }
    .gift-dialog img{
        width:250px;
        height:75px;
    }
    .gift-dialog.active{
        right:65px;
    }
    .gift-dialog p{
        width:250px;
        font-size:18px;
    }
}
@media(max-width:500px){
    .choice-city-box ul li{
        width:145px;
    }
    .head-title{
        display:none;
    }
    .run-string{
        display:none;
    }
    .item-number {
        flex-wrap: wrap;
    }
    .number{
        width: 100%;
    }
    .number-text {
        justify-content: center;
        text-align: center;
    }
    .category-item,
    .releated-content > div{
        flex-direction:column;
        align-items:center;
        text-align:center;
        gap:5px;
    }
    .tab-button{
        width:100px;
    }
}
@media (max-width:600px){
    .question-container{
        align-items:flex-start;
        padding:0 10px;
    }
    footer{
        margin:0;
    }
    .question-container.footer{
        position:relative;
        top:0;
    }
    .question-img{
       display:none;
    }
    .quest-buttons{
        flex-wrap:wrap;
    }
    .quest-buttons .btn-style1{
        margin:10px 0 10px 0;
    }
    footer{
        padding:0;
    }
    .question-container.footer{
        position:inherit;
        padding:20px;
    }
    .question-container.footer .question-img{
        display:none;
    }
}
@media (max-width:720px){
    .tab-product-buttons{
        overflow:visible;
        flex-wrap:wrap;
        height:auto;
    }
    .run-string p{
        font-size:14px;
    }
    .footer-info{
        justify-content:flex-start;
        flex-wrap:wrap;
        width:100%;
        margin:20px 0 0 0;
    }
    .footer-other{
        width:100%;
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:flex-start;
    }
    .footer-copyright{
        flex-wrap:wrap;
    }
    .advantages-title{
        text-align:center;
    }
    .termo-content{
        margin:0;
    }
    .termo-title{
        line-height:1.2;
    }
    .lastpost{
        height:auto;
    }
    .category-item-btns{
        max-width:300px;
    }
    .news-item{
        height:auto;
    }
    .news-item-img{
        display:none;
    }
    .news-pagination{
        flex-wrap:wrap;
        justify-content:center;
    }
    .nav-numbers{
        margin:20px 0;
    }
}
@media (max-width:846px){
    .content__zone .print__text{
        font-size:16px;
    }
    .advantages-title {
        order: 2;
        margin-top: 10px;
    }
    .banner__print {
        order: 1;
    }
}
@media (max-width:1000px){
    .quest-content{
        flex-wrap:wrap;
        justify-content:center;
    }
    .footer-info{
        flex-wrap:wrap;
        padding:0 10px;
    }
    .footer-contacts{
        width:auto;
        margin:0 30px 0 0;
    }
    .copyright-text p{
        line-height:1.1;
    }
    .spoiler{
        font-size:1.2rem;
    }
    .spoil-title{
        padding:20px 40px 20px 0;
    }
    .content-area.production{
        flex-direction:column;
    }
    .content-text{
        padding:15px;
    }
    .category-sidebar{
        max-width:100%;
        align-items:center;
        background:#fff;
    }
    .category-sliders{
        max-width:100%;
    }
    .category-content{
        margin:3px 0 0 0;
    }
    .advantage-item-border:nth-child(1), .advantage-item-border:nth-child(5),
    .advantage-item-border:nth-child(4), .advantage-item-border:nth-child(8){
        margin:10px;
    }
    .our-work{
        gap:10px;
    }
    .ourwork-intro{
        top:unset;
        bottom:0;
        height:auto;
        min-height:126px;
        opacity:1;
    }
}
@media (max-width:1279px){
    /*
    .product-example{
        display:block;
    }
    */
    .breadcrumbs{
        margin:0 0 3px 0;
    }
    .category-sidebar{
        order:1;
    }
    .run-string{
        padding:0 10px;
    }
    .header-sidebar{
        display:none;
    }
    .header-slider{
        max-width:100%;
    }
    .logo,.search #___gcse_0,.contacts,.nav-main{
        display:none;
    }
    .header-info{
        flex-direction:column;
    }
    .callback-button{
        order:1;
        margin:10px 0;
    }
    .content-area.news{
        flex-direction:column;
        padding:0;
    }
    .news-content{
        flex:1;
        max-width:100%;
        margin:0;
    }
    .news-sidebar{
        max-width:100%;
    }
    .news-sidebar-section{
        align-items:center;
    }
    .news-sidebar-title,
    .news-themes,
    .tags-cloud{
        max-width:450px;
    }
}

@media (max-width:1300px){
    .header-info{
        justify-content:center;
        padding:0;
    }
    .gift-button-container .email{
        display:none;
    }
    .header-info .contacts{
        margin:0;
    }
    .header-nav{
        justify-content:center;
    }
    .header-line-container{
        padding:0 10px;
    }
    .termo-text{
        margin:0;
    }
    .lastposts{
        justify-content:center;
    }
    .lastpost{
        margin:10px 5px;
    }
    .lastpost:nth-child(2){
        margin:10px 5px;
    }
    .footer-content,
    .footer-copyright,
    .nav-main,
    .ourwork-btn-more,
    .termo-content,
    .footer-copyright,
    .footer-other,
    .schema-title,
    .chema-title p,
    .clients-container{
        padding:0 10px;
    }
    .content-area.inside,
    .content-area.production{
        padding:0;
    }
}