h2 {
  color: #1e2050;
}
/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 100px;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 36px;
}

.tacenter {
  text-align: center;
}

.taright {
  text-align: right;
}

.taleft {
  text-align: left;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.phones {
  position: relative;
}
.phone {
  position: relative;
  max-width: 80%;
  margin: 3rem auto -12rem;
}
.phone + .phone {
  display: none;
}

.category {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

/*lightbox*/
/*lightbox*/


.smallgallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.smallgallery img{
    width: 40%;
    margin-bottom: 20px;

}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*carusel*/


.bodyfixed {
        position:fixed;
   }

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    z-index: 9;
    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before, .slick-next:before {
    /* font-family: 'slick'; */
    /* font-size: 20px; */
    line-height: 1;
    opacity: .75;
    color: #f9b724;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url('../i/arrd.svg') no-repeat;
    background-size: 19px;
    width: 25px;
    height: 25px;
    display: block;
 
}

.slick-prev
{
    left: -15px;
}
[dir='rtl'] .slick-prev
{
    right: -10px;
    left: auto;
}
.slick-prev:before
{
    content: '';
       transform: rotate(90deg);
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -10px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -10px;
}
.slick-next:before
{
    content: '';
       transform: rotate(-90deg);
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.adv2  img {
    width: 156px;
    border-radius: 32px 32px 0px 32px;
    /* margin-left: -130px; */
    /* margin-top: -60px; */
    position: absolute;
    left: -55px;
    top: -30px;
}

.adv2 h3 {
  font-weight: bold;
font-size: 24px;
line-height: 28px;
text-align: left;
color: #1E2050;
}

.adv2 {
    text-align: left;
    width: 450px;
    height: 276px;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(25, 61, 97, 0.08);
    border-radius: 16px;
    padding: 40px 70px 40px 121px;
    box-sizing: border-box;
    margin-bottom: 50px;
    position: relative;
}

.category {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}


.category:nth-child(2) {
  padding-top: 100px;
}

.category.nopadding:nth-child(2) {
  padding-top: 0px;
}



.questions {
  background: url('../i/questions.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.form img{
  position: absolute;
  left: -42px;
  top: -32px;
  border-radius:50%;
}

.form button:hover {
background: #1e2050;
color: #fff;
}

.form button {
 
width: 380px;
height: 56px;
color: #1E2050;

background: linear-gradient(180deg, #F9B924 0%, #F9B024 100%);
box-shadow: 0px 4px 16px rgba(30, 32, 80, 0.12);
border-radius: 4px;
}
.form input {
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(30, 32, 80, 0.12);
    border-radius: 4px;
    padding: 16px 30px;
    height: 55px;
    border: transparent;
    width: 380px;
    margin-bottom: 20px;
}


.form {
  position: relative;
  width: 580px;
  height: 473px;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(25, 61, 97, 0.08);
  border-radius: 16px;
  margin:  0 auto;
  padding: 60px 100px;
  box-sizing: border-box;
  color: #1E2050;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.content p {
   font-size: 16px;
} 

.content h3 {
      font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    color: #1E2050;
}

.textimagelogo2 {    
    width: 100%;
    
    margin: 0px 0 30px 0;
    
}
.textimagelogo {    
    width: 100%;
    
    margin: 0px 0 30px 0;
    -webkit-mask-image: url(../i/logomask.png);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}
.value {

/* width: 280px; */
width: 23%;
height: 236px;

background: #FFFFFF;
box-shadow: 0px 8px 16px rgba(25, 61, 97, 0.08);
border-radius: 16px;
margin-bottom: 40px;
position: relative;
}
.values {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}

.topbar {
  background: #1E2050;
  color: #fff;
  padding:24px 0;
}


.icon-marker {
  display: inline-block;  
  width: 13px;
  height: 15px;
  background: url(../i/mapicon.svg) no-repeat;
  -webkit-background-size: 13px;
  background-size: 13px;
  margin-right: 12px;
}

.icon-phone {
  display: inline-block;
  
  width: 13px;
  height: 13px;
  background: url(../i/phoneicon.svg) no-repeat;
  -webkit-background-size: 13px;
  background-size: 13px;
  margin-right: 12px;
}
.usericon {
  display: inline-block;
  
  width: 20px;
  height: 20px;
  background: url(../i/coolicon.svg) no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  margin-right: 12px;
  margin-bottom: -5px;
}


.ico1,.ico2,.ico3,.ico4,.ico5,.ico6,.ico7,.ico8 {
    display: block;
    width: 55px;
    height: 80px;    
    -webkit-background-size: 40px;
    background-size: 50px;
    margin: 0 auto;
}

.icop1,.icop2,.icop3,.icop4,.icop5,.icop6 {
    display: block;
    width: 55px;
    height: 80px;    
    -webkit-background-size: 40px !important;
    background-size: 40px !important;
    margin: 0 auto;
}



.icoin1 {
  background: url('/images/001-air-conditioner.png') 3px 28px no-repeat;
}

.icoin22 {
  background: url('/images/parcel.png') 4px 24px no-repeat;
}
.icoin23 {
  background: url('/images/debit-card.png') 4px 24px no-repeat;
}
.icoin24 {
  background: url('/images/briefcase.png') 4px 24px no-repeat;
}
.icoin25 {
  background: url('/images/dumbbell.png') 4px 24px no-repeat;
}
.icoin26 {
  background: url('/images/flight.png') 4px 24px no-repeat;
}
.icoin27 {
  background: url('/images/conference.png') 4px 24px no-repeat;
}
.icoin28 {
  background: url('/images/temperature-control.png') 4px 24px no-repeat;
}


.icoin2 {
  background: url('/images/002-meal.png') 4px 24px no-repeat;
}
.icoin3 {
  background: url('/images/003-laptop.png') 3px 24px no-repeat;
}
.icoin4 {
  background: url('/images/012-security.png') 3px 24px no-repeat;
}
.icoin5 {
  background: url('/images/011-fire-extinguisher.png') 1px 24px no-repeat;
}
.icoin6 {
  background: url('/images/005-cctv.png') 2px 23px no-repeat;
}
.icoin7 {
  background: url('/images/009-parking.png') 3px 23px no-repeat;
}
.icoin8 {
  background: url('/images/099-24.png') 2px 23px no-repeat;
}
.icoin9 {
  background: url('/images/015-metro.png') 2px 24px no-repeat;
}
.icoin10 {
  background: url('/images/013-thunderbolt.png') 2px 23px no-repeat;
}
.icoin11 {
  background: url('/images/001-air-conditioner.png') 3px 28px no-repeat;
}
.icoin12 {
  background: url('/images/010-shower.png') 3px 24px no-repeat;
}

.icoin1,.icoin2,.icoin3,.icoin4,.icoin5,.icoin6,.icoin7,.icoin8,.icoin9,.icoin10,.icoin11,.icoin12,.icoin22,.icoin23,.icoin24,.icoin25,.icoin26,.icoin27,.icoin28{
    display: block;
    width: 55px;
    height: 80px;    
    -webkit-background-size: 50px !important;
    background-size: 50px !important;
    margin: 0 auto;
}



.icop1 {
  background: url('/images/iicon1.png') 7px 28px no-repeat;
}

.icop2 {
  background: url('/images/iicon2.png') 7px 30px no-repeat;
}

.icop3 {
  background: url('/images/iicon3.png') 6px 30px no-repeat;
}

.icop4 {
  background: url('/images/iicon4.png') 9px 30px no-repeat;
}

.icop5 {
  background: url('/images/iicon5.png') 10px 24px no-repeat;
}

.icop6 {
  background: url('/images/iicon6.png') 6px 30px no-repeat;
}


.ico1 {
  background: url('../i/ico1.svg') 0px 30px no-repeat;
}

.ico2 {
  background: url('../i/ico2.svg') 3px 30px no-repeat;
}

.ico3 {
  background: url('../i/ico3.svg') 0px 15px no-repeat;
}

.ico4 {
  background: url('../i/ico4.svg') 9px 30px no-repeat;
}

.ico5 {
  background: url('../i/ico5.svg') 0px 16px no-repeat;
}

.ico6 {
  background: url('../i/ico6.svg') 4px 30px no-repeat;
}

.ico7 {
  background: url('../i/ico7.svg') 0px 30px no-repeat;
}

.ico8 {
  background: url('../i/ico8.svg') 0px 20px no-repeat;
}

.text-yellow {
  color: #F9B724;
}


.logo {
  max-width: 110px;
  margin: 14px 0 10px 0;
}


.menubar {
  background: #ffffff;
  transition: all .7s;
}

.fixedbar {
    background: #e9eaef;
    position: sticky;
    top: 0px;
    z-index: 10;
    width: 100%;
}

.menu {
  list-style-type: none;
}



.video:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #1e205061;
    position: absolute;
}

.video {
  padding: 0 !important;
  overflow: hidden; 
  position: relative;
}

.cabinet:hover i{
 filter: invert(1000%);
}
.cabinet:hover {
 background: #1E2050;
 color: #fff !important;
}
.cabinet {
    /* height: 56px; */
    width: 193px;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(30, 32, 80, 0.12);
    border-radius: 4px;
    padding: 21px 20px 19px 20px;
    color: #1E2050 !important ;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    margin: 21px 0 0 0;
    display: inline-block;
    font-size: 15px;
    text-align: center;
}

.videocontainer {
    color: #fff;
    
    position: absolute;   

    
    max-width: 1180px;
    width: 80%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videocontainer h1 {

font-family: Raleway;
font-style: normal;
font-weight: normal;
font-size: 36px;
line-height: 24px;
letter-spacing: 0.04em;
color: #FFFFFF;
}

.videocontainer h2 {

font-weight: bold;
font-size: 78px;
line-height: 80px;
/* or 100% */
letter-spacing: 0.02em;
color: #FFFFFF;
}


.socialmain  {
  width: 48px;
  float: right;
  list-style-type: none;
}

.socialmain li:hover{
  background: #f9b624;

}

.socialmain li {
  width: 44px;
  height: 44px;
  
border: 1px solid #ffffff78;
box-sizing: border-box;
backdrop-filter: blur(20px);
/* Note: backdrop-filter has minimal browser support */
border-radius: 24px;
margin-bottom: 23px;
}

.fb {
    display: block;
    width: 13px;
    height: 17px;
    background: url('../i/fb.svg') no-repeat;
    -webkit-background-size: 15px;
    background-size: 10px;
    margin: 12px 5px 11px 15px;
}
.inst {
    display: block;
    width: 15px;
    height: 17px;
    background: url('../i/insta.svg') no-repeat;
    -webkit-background-size: 15px;
    background-size: 15px;
    margin: 13px 1px 11px 13px;
}
.mail {
    display: block;
    width: 20px;
    height: 17px;
    background: url('../i/mail.svg') no-repeat;
    -webkit-background-size: 15px;
    background-size: 17px;
    margin: 16px 5px 11px 13px;
}
.telegram {
    display: block;
    width: 20px;
    height: 17px;
    background: url('../i/telega.svg') no-repeat;
    -webkit-background-size: 15px;
    background-size: 18px;
    margin: 14px 5px 11px 11px;
}

.arrd {
    position: absolute;
    cursor: pointer;
    /*bottom: 30px;*/
    top: calc(100vh - 275px);
    left: 50%;
    margin: 12px 5px 11px -15px;
    width: 30px;
    height: 34px;
    background: url('../i/arrd.svg') no-repeat;
    -webkit-background-size: 30px;
    background-size: 30px;
}



.videobg {
  width: 100%;
}


.mobflex {display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
}




.linkns {
text-decoration: none;
color: #1E2050;
}


.linkns2:hover {
   text-decoration: underline;
}
.linkns2 {
text-decoration: none;
color: #F9B924;
}



/*POPUP*/


.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}
.overlay.light {
  background: rgb(37 34 90 / 90%);
}
.overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 101;
}

.post {
  text-transform: none;
}

.popup {
  margin: 50px auto;
  padding: 64px;
  background: #fff;
  border: 1px solid #666;  
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
  width: 80%;
  max-width: 1440px;
}
.light .popup {
  border-color: #aaa;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}


.popup .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -73px;
    right: 2px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 64px;
    font-weight: 100;
    text-decoration: none;
    color: #413e8d;
}
.popup .close:hover {
  opacity: 1;
}

/*POPUP*/


.orendabutton:hover {
color: #fff;
background: #1E2050;
    box-shadow: 0px 4px 16px rgb(30 32 80 / 12%);
}


.orendabutton {
  color: #1E2050;
  text-align: center;
width: 240px;
height: 56px;
background: linear-gradient(180deg, #F9B924 0%, #F9B024 100%);
box-shadow: 0px 4px 16px rgba(30, 32, 80, 0.12);
border-radius: 4px;
font-weight: bold;
text-decoration: none;
box-shadow: 0px 4px 16px 0px #1E20501F;
padding: 20px 30px;
text-transform: uppercase;
font-size: 13px;letter-spacing: 0.04em;
-webkit-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
   -moz-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
    -ms-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
     -o-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
        transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
}


.callbutton i {
  filter: invert(100%);
  filter: brightness(0);
}



.callbutton:hover {
color: #fff;
background: #1E2050;
    box-shadow: 0px 4px 16px rgb(30 32 80 / 12%);
}


.callbutton {
  /*margin-top: 50px;*/
  margin-bottom: 20px;
  color: #1E2050;
  text-align: center;
  display: inline-block;

background: linear-gradient(180deg, #F9B924 0%, #F9B024 100%);
box-shadow: 0px 4px 16px rgba(30, 32, 80, 0.12);
border-radius: 4px;
font-weight: bold;
text-decoration: none;
box-shadow: 0px 4px 16px 0px #1E20501F;
padding: 20px 30px;
text-transform: uppercase;
font-size: 13px;letter-spacing: 0.04em;
-webkit-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
   -moz-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
    -ms-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
     -o-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
        transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
}


.orendabutton2:hover {
color: #fff;
background: #1E2050;
    box-shadow: 0px 4px 16px rgb(30 32 80 / 12%);
}


.spm {
    width: 60px !important;
    height: 60px !important;
    border-radius: 30px !important;
    background: #F9B924;
    padding: 14px 5px 5px 5px !important;
    display: block;
    text-align: center;
    margin-left: -7px;
}

.spm:hover a{    
    color: #fff !important;
}

.spm:hover {    
    background: #1e2050 !important;
}

.spm a {
    color: #000 !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 15px !important;
    display: inline-block !important;
}


.orendabutton2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #1E2050;
  text-align: center;

height: 56px;
background: linear-gradient(180deg, #F9B924 0%, #F9B024 100%);
box-shadow: 0px 4px 16px rgba(30, 32, 80, 0.12);
border-radius: 4px;
font-weight: bold;
text-decoration: none;
box-shadow: 0px 4px 16px 0px #1E20501F;
padding: 20px 15px;
text-transform: uppercase;

font-size: 13px;letter-spacing: 0.04em;
-webkit-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
   -moz-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
    -ms-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
     -o-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
        transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
}


.parametrs {
  position: absolute;
  top: 10px;
  right: 8px;
}

.path {
    text-decoration: none;
    color: #1e2050;
    position: absolute;
    left: 0px;
    top: -30px;
}
.square {
    

    border: 1px solid #1E2050;
    box-sizing: border-box;
    filter: drop-shadow(0px 4px 16px rgba(30, 32, 80, 0.12));
    border-radius: 4px;
    padding: 4px 5px;
    color: #1E2050;
    text-decoration: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 15px;
    font-size: 14px;
    
}
.cost {
    border: 1px solid #F9B924;
    box-sizing: border-box;
    filter: drop-shadow(0px 4px 16px rgba(30, 32, 80, 0.12));
    border-radius: 4px;
    padding: 4px 5px;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 15px;
    font-size: 14px;
    background: #f8b623;
}



.aboutbutton:hover {
  background: #fff;
  color:#1E2050 ;
}


.aboutbutton {
  color: #fff;
  text-align: center;
width: 240px;
height: 56px;
background: transparent;
box-shadow: 0px 4px 16px rgba(30, 32, 80, 0.12);
border-radius: 4px;
font-weight: bold;
text-decoration: none;
box-shadow: 0px 4px 16px 0px #1E20501F;
padding: 20px 30px;
border: 1px solid #FFFFFF;
backdrop-filter: blur(20px);
text-transform: uppercase;
margin-left: 20px;
letter-spacing: 0.04em;
font-size: 13px;
}


.aboutbutton2:hover {
  background: #fff;
  color:#F9B924 ;
}


.aboutbutton2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #1E2050;
  text-align: center;

height: 56px;
background: transparent;
box-shadow: 0px 4px 16px rgba(30, 32, 80, 0.12);
border-radius: 4px;
font-weight: bold;
text-decoration: none;
box-shadow: 0px 4px 16px 0px #1E20501F;
padding: 18px 15px 20px 15px;
border: 1px solid #FFFFFF;
backdrop-filter: blur(20px);
text-transform: uppercase;
margin-left: 20px;
letter-spacing: 0.04em;
font-size: 13px;
}



.twobuttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 110%;
}


.buttonsmain {
  margin-top: 50px;
}

.location h2 {
  margin-bottom: 40px;
}


.advantages {
  margin-bottom: 45px;
}


.advantages li:before {
    content: '';
    display: block;
    float: left;
    width: 28px;
    height: 41px;
    background: url(../i/tick.svg) 0px 2px no-repeat;
    -webkit-background-size: 28px;
    background-size: 28px;
    margin-right: 7px;
    margin-bottom: -5px;
    /* margin-left: -253px; */
    margin-left: -37px;
}


.advantages li {

  list-style-type: none;

font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
/* identical to box height, or 150% */
color: #1E2050;
margin-bottom: 30px;
padding-left: 30px;

}


.advantages2 {
  margin-bottom: 45px;
}


.advantages2 li:before {
    content: '';
    display: block;
    float: left;
    width: 28px;
    height: 41px;
    background: url(../i/tick.svg) 0px 2px no-repeat;
    -webkit-background-size: 28px;
    background-size: 28px;
    margin-right: 7px;
    margin-bottom: -5px;
    /* margin-left: -253px; */
    margin-left: -37px;
}


.advantages2 li {

  list-style-type: none;

font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
/* identical to box height, or 150% */
color: #1E2050;
margin-bottom: 5px;
padding-left: 30px;

}

.location {
    background: url('../i/location.jpg') no-repeat;
    background-position: 99% -130px;
    background-size: 100%;
    padding-bottom: 30px;
}

.clients {
  background: #F8F9FA;
}


.listofclients {
    display: flex;
    justify-content: space-between;
}

.listofclients img {
 width: 110px;
}


.menu {
  padding: 40px 0 0 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.menu li {
  margin-bottom: 0;
}

.menu li a{
  color: #1E2050;
  font-size: 1.2em;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;

}

.menu li a:hover{
  
  border-bottom: 1px solid;
}


.value-multiplier {
  margin-bottom: .5rem;
  background: url('../i/elipse.svg') no-repeat;
  -webkit-background-size: 100px;
  background-size: 100px;
  width: 100px;
  height: 100px;
  margin: 40px auto 16px auto;

}
.value-heading {
  margin-bottom: .3rem;
  color: #1E2050;
  font-size: 16px;
  text-align: center;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

i.showmore.up {

 transform: rotatez(180deg);
}


i.showmore {

    content: '';
    display: block;
    width: 10px;
    height: 20px;
    background: url('../i/arrd.svg') no-repeat;
    background-size: 10px;
    /* margin: 0 auto; */
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -5px;
    -webkit-transition-property: all;
    transition-property: all;
    
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms;
    
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    transform-origin: 50% 25%;

    cursor: pointer;
    
    
    
}

.descr {
    font-size: 14px;
    text-align: left;
    padding: 5px 15px;
    display: none;
    background: #fff;
    z-index: 10;
    position: relative;
    /* padding: 10px 0 0 0; */
    /* margin-top: 28px; */
    border-radius: 0 0 16px 16px;
    position: absolute;
    top: 220px;
    box-shadow: 0px 32px 26px rgb(25 61 97 / 8%);
}

.aso:hover {
  background: #1E2050;
  color: #fff;
}
.aso {
    height: 56px;
    border: 1px solid #1E2050;
    box-sizing: border-box;
    filter: drop-shadow(0px 4px 16px rgba(30, 32, 80, 0.12));
    border-radius: 4px;
    padding: 20px 23px;
    color: #1E2050;
    text-decoration: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 15px;
    font-size: 15px;
    margin-top: 48px;
}


.footerlinks li {
  margin-bottom: 0;
}

.footerlinks li a:hover{
border-bottom: 1px solid;
}
.footerlinks li a{
  font-style: normal;
font-weight: 500;
border-bottom: 1px solid transparent;
font-size: 16px;
line-height: 16px;
color: #1E2050;
display: inline-block;
margin-bottom: 28px;
text-decoration: none;
}


.footercontacts {
  list-style-type: none;
  color: #1E2050;
;
}

.footerlinks {
  list-style-type: none;

}

.conticon1 {
  width: 14px;
  height: 15px;
  display: inline-block;
  background: url(../i/cont1.svg) no-repeat;
  -webkit-background-size: 13px;
  background-size: 13px;
  margin-right: 11px;
}

.conticon2 {
  width: 14px;
  height: 13px;
  display: inline-block;
  background: url(../i/cont2.svg) no-repeat;
  -webkit-background-size: 13px;
  background-size: 13px;
  margin-right: 11px;
}

.conticon3 {
  width: 14px;
  height: 15px;
  display: inline-block;
  background: url(../i/cont3.svg) no-repeat;
  -webkit-background-size: 13px;
  background-size: 13px;
  margin-right: 11px;
}

.conticon4 {
  width: 14px;
  height: 10px;
  display: inline-block;
  background: url(../i/cont4.svg) no-repeat;
  -webkit-background-size: 13px;
  background-size: 13px;
  margin-right: 11px;
}


.fb2 {
    display: block;
    width: 13px;
    height: 17px;
    background: url('../i/fb2.svg') no-repeat;
    -webkit-background-size: 15px;
    background-size: 10px;
    margin: 12px 5px 11px 15px;
}
.inst2 {
    display: block;
    width: 15px;
    height: 17px;
    background: url('../i/insta2.svg') no-repeat;
    -webkit-background-size: 15px;
    background-size: 15px;
    margin: 13px 1px 11px 13px;
}
.mail2 {
    display: block;
    width: 20px;
    height: 17px;
    background: url('../i/mail2.svg') no-repeat;
    -webkit-background-size: 15px;
    background-size: 17px;
    margin: 16px 5px 11px 13px;
}
.telegram2 {
    display: block;
    width: 20px;
    height: 17px;
    background: url('../i/telega2.svg') no-repeat;
    -webkit-background-size: 15px;
    background-size: 18px;
    margin: 14px 5px 11px 11px;
}


.contact_list2 li:nth-child(2) {
    padding-top: 64px;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    background: #e9eaef;
}

.contact_list2 { 
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_list2 li img{
   border-radius: 50%;
}

.contact_list2 li {
    width: 49%;
    /* height: 236px; */
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(25, 61, 97, 0.08);
    border-radius: 16px;
    
    position: relative;
    padding: 16px;
    box-sizing: border-box;
}


.contact_list {
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_list li img{
   border-radius: 50%;
}

.contact_list li {
    width: 28%;

    /* height: 236px; */
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(25, 61, 97, 0.08);
    border-radius: 16px;
    margin: 30px 30px 20px 0;
    position: relative;
    padding: 16px;
    box-sizing: border-box;
}

#google-container {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #e7eaf0;
}
@media only screen and (min-width: 768px) {
  #google-container {
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  #google-container {
    height: 600px;
  }

  .banner-area.standard .thumb img {
    position: relative;
    bottom: -70px;
}

}

#cd-google-map {
  position: relative;
  margin-top: 20px;
}
#cd-google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgb(36 34 89 / 64%);
  color: #ffffff;
  font-style: normal;
  box-sizing: border-box;
  

 
}
@media only screen and (min-width: 768px) {
 #cd-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
    font-style: normal;
    font-size: 16px;
    box-sizing: border-box;
}
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgb(36 34 89 / 64%);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../i/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #d36868;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 50px;
  }
}

#cd-zoom-out {
  background-position: 50% -32px;
}



.formpadding {
  padding:100px 0;
}


.content .value {
  width: 31%;
}


.socialmainfooter  {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-weight: normal;
  justify-content: space-between;
  list-style-type: none;
  width: 230px;
}

.socialmainfooter li:hover {
box-shadow: 0px 4px 16px rgba(30, 32, 80, 0.12);
}


.socialmainfooter li {
  width: 44px;
  height: 44px;
  
border: 1px solid #28336936;
box-sizing: border-box;
backdrop-filter: blur(20px);
/* Note: backdrop-filter has minimal browser support */
border-radius: 24px;
margin-bottom: 23px;
}

.copyright {
  color: #1E2050;
  padding: 25px;
  font-size: 13px;

}


footer .section {
  padding: 60px 0 30px 0;
}
.line {
  border-top: 1px solid #E3E4EA;
}




/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
  border-bottom: 1px solid #ddd;
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
}
.categories .section-description { 
  margin-bottom: 4rem;
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 12rem 0 11rem;
  }
  .hero {
    padding-bottom: 12rem;
    text-align: left;
    height: 165px;
  }
  .phone {
    position: absolute;
    top: -7rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 6rem 0 3rem;
  }
  .hero {
    padding: 16rem 0 14rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .phone {
    top: -14rem;
    right: 5rem;
    max-height: 510px;
  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}



/* Bigger than 1000 */
@media (max-width: 1200px) {
.location {
    background: url('../i/location.jpg') no-repeat;
    background-position: 99% -8px;
    background-size: 100%;
    padding-bottom: 30px;
}
body {
    font-size: 1.3em;
    }
}

@media (max-width: 1280px) {
  .menu li a {
    color: #1E2050;
    font-size: 14px !important;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
}

.orendabutton {
    color: #1E2050;
    text-align: center;
    /* width: 156px; */
    height: 56px;
    background: linear-gradient(180deg, #F9B924 0%, #F9B024 100%);
    box-shadow: 0px 4px 16px rgba(30, 32, 80, 0.12);
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0px 4px 16px 0px #1E20501F;
    padding: 20px 18px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.04em;
    -webkit-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
    -moz-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
    -ms-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
    -o-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
    transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
}


.callbutton {
    display: inline-block;
    color: #1E2050;
    text-align: center;
    /* width: 156px; */    
    background: linear-gradient(180deg, #F9B924 0%, #F9B024 100%);
    box-shadow: 0px 4px 16px rgba(30, 32, 80, 0.12);
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0px 4px 16px 0px #1E20501F;
    padding: 20px 14px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.04em;
    -webkit-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
    -moz-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
    -ms-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
    -o-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
    transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
}


.listofclients img {
    width: 73px;
}

}




@media (min-width: 1025px) {
  .section {
    padding: 64px 0;
  }
  .hero {
    padding: 22rem 0;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .phone {
    top: -16rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }

  .videocontainer h2 {

font-weight: bold;
font-size: 88px;
line-height: 88px;
/* or 100% */
letter-spacing: 0.02em;
color: #FFFFFF;
}

}