@font-face {
    font-family: 'Geometria';
    src: url('font/Geometria.eot');
    src: url('font/Geometria.eot?#iefix') format('embedded-opentype'),
        url('font/Geometria.woff') format('woff'),
        url('font/Geometria.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}  
body {
  font-family: 'Geometria', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden;
}
* {outline: none 0 !important;outline-offset: 0 !important;}
p {
  font-weight: 400;
  color: #4c4c4c;
  font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #4c4c4c;
}

h4 {
  font-size: 20px;
  margin: 12px 0;
}

a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #f1f1f1;
  text-decoration: none;
}

a:focus { outline: none; }

img {
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

b,
strong { font-weight: 600; }

@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

.hero-section {
  background: rgba(26, 23, 25, 0.5);
  background-size: cover;
  /*padding: 0 0 4.5em;*/
  position: relative;
  color: #fff;
  overflow: hidden;
}
.logo {background: url('../img/logo.png') no-repeat;background-size: 100%;width: 377px;height: 140px;display: block;position: relative;margin: 0 auto;margin-bottom: 60px;}
.logo-min {background: url('../img/logo.png') no-repeat;background-size: 100%;width: 162px;height: 60px;display: block;position: relative;margin: 0 auto;top: 45%;}


.hero-section::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.hero-section::before { background: rgba(0, 0, 0, 0.3); }

.welcome-message { margin-top: 3.5em;margin-bottom: 3.5em; }

.welcome-message h1 {
  font-size: 36px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 24px;
}

.welcome-message h2 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.play-btn { margin: 2.25em 0; }

.hero-section .play-btn img { transition: opacity 0.6s linear; }

.play-btn img:hover { opacity: .6; }

.section-header { margin-bottom: 3em; }

.section-header h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
}

.section-header h3 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

.our-works-on,
.features {background: #1a1719; position: relative;display: block;}

.our-works-bac {position: absolute;top: 0;
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    float: left;z-index: 0;}

.section-spacing,
.section-spacing.our-works-on { padding: 8.75em 0 5.75em 0; }
.section-spacing-cx {padding: 10em 0 2em 0;}

.our-works-on .section-header { margin-bottom: 1.5em; }

#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #1a1719;
  position: relative;display: block;
}

.our-works-sites {padding: 0;margin: 0;list-style: none;}
.our-works-sites li {display: inline-block;width: 47%;padding: 5px 5px;position: relative;}
.our-works-sites li img {width: 100%;display: block;border: 1px solid #1a1719;}
.our-works-sites li:hover img, .our-works-sites li:focus img { -webkit-filter: blur(1px);filter: blur(1px); }

.our-works-sites li a:before {content: '';display: block;position: relative;}
.our-works-sites li a:after{content: ''; background-image: url(../img/zoom-icon.png);background-size: 100%;background-repeat: no-repeat;width: 35px;height: 35px;position: absolute;top: 40%;left: 44%;display: block;opacity: 0;cursor: pointer;-webkit-transition: width .5s, height .5s, -webkit-transform .5s;transition: width .5s, height .5s, transform .5s;}
.our-works-sites li:hover a:after, .our-works-sites li:focus a:after {content: ''; background-image: url(../img/zoom-icon.png);background-size: 100%;background-repeat: no-repeat;width: 45px;height: 45px;position: absolute;top: 40%;left: 44%;display: block;opacity: 1;cursor: pointer;-webkit-transform: rotate(180deg);transform: rotate(180deg);}

.information-block-cx, .information-block {position: relative;display: block;}
.information-block:before {content: 'ОМУ НУЖНО';text-shadow: 10px 5px 10px rgba(239, 239, 239, 0.1);font-size: 104px;display: block;line-height: 100px;font-weight: bold;position: absolute;text-transform: uppercase;z-index: 0;left: -55px;color: #efefef;width: 260px;}
.information-block-cx:before {content: 'НЬ УСЛУГ';text-shadow: 10px 5px 10px rgba(239, 239, 239, 0.1);font-size: 104px;display: block;line-height: 100px;font-weight: bold;position: absolute;text-transform: uppercase;z-index: 0;left: -55px;color: #efefef;width: 260px;}

.information-block-black {position: relative;display: block;background: #1a1719;}
.information-block-black:before {content: 'ВЫ УЧАЕТЕ';text-shadow: 12px 5px 10px rgba(33, 29, 32, 0.3);
    font-size: 104px;
    display: block;line-height: 100px;font-weight: bold;position: absolute;text-transform: uppercase;
    z-index: 0;left: -55px;color: rgb(33, 29, 32);width: 260px;}


.information-block-cx:after, .information-block:after {content: '';background: url('../img/bg-whi.png');background-repeat: no-repeat;background-size: 100%;position: absolute;display: block;right: 20px;top: 20px;width: 240px;height: 105px;}

.information-block-black:after {content: '';background: url('../img/bg-black.png');background-repeat: no-repeat;background-size: 100%;position: absolute;display: block;right: 20px;top: 20px;width: 240px;height: 105px;}


.information-block-black img, .information-block-cx img, .information-block img { margin-bottom: .75em; }

.information-block-cx p, .information-block p { color: #333; }
.information-block-black p {color: #fbfbfb;}

.information-block-cx h2, .information-block h2 {text-transform: uppercase;color: #333;margin-top: 74px;font-size: 38px;}
.information-block-cx h4, .information-block h4 {font-weight: 400;text-align: center;color: #333;}


.information-block-cx h4:before, .information-block h4:before {
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/li-1.png);
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
  right: 25px;
  top: 15px;
}
.information-block-cx.our-strengths:before {content: 'ШИ ЩЕСТВА';
    text-shadow: 10px 5px 10px rgba(239, 239, 239, 0.1);
    font-size: 104px;
    display: block;
    line-height: 100px;
    font-weight: bold;
    position: absolute;
    text-transform: uppercase;
    z-index: 0;
    left: -55px;
    color: #efefef;
    width: 260px;}
.our-strengths h2 {margin-top: 0.3em !important;}
.our-strengths h4 {font-weight: 800 !important;}
.our-strengths p {text-align: justify;}

.information-block-cx.our-strengths h4:before {
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block;
    position: relative;
    left: 0;
    margin-right: 15px;
    top: 10px;
}

.information-block-cx.our-strengths .col-os-ico:nth-of-type(1) h4:before {
background-image: url(../img/os1.png);
}
.information-block-cx.our-strengths .col-os-ico:nth-of-type(2) h4:before {
background-image: url(../img/os2.png);
}
.information-block-cx.our-strengths .col-xc-os-ico:nth-of-type(1) h4:before {
background-image: url(../img/os3.png);
}
.information-block-cx.our-strengths .col-xc-os-ico:nth-of-type(2) h4:before {
background-image: url(../img/os4.png);
}

.information-block-black h2 {text-transform: uppercase;color: #fff;margin-top: 30px;font-size: 38px;}
.information-block-black h4 {font-weight: 400;text-align: center;color: #fff;margin: 0.15em 0;}
.information-block-black h5 {color: #fbfbfb;}

.information-block-black div[class^="col-"]:nth-child(1), .information-block-cx div[class^="col-"]:nth-child(1), .information-block div[class^="col-"]:nth-child(1),
.information-block-black div[class^="col-"]:nth-child(2), .information-block-cx div[class^="col-"]:nth-child(2), .information-block div[class^="col-"]:nth-child(2) { padding-bottom: 1.5em; }

.information-block-black div[class^="col-"] > p:last-child, .information-block-cx div[class^="col-"] > p:last-child, .information-block div[class^="col-"] > p:last-child { margin-bottom: 0; }

.information-block-black h4:before {
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
  right: 40px;
  top: 24px;
}

.information-block-black .col-ico:nth-of-type(1) h4:before {
    background-image: url(../img/i1.png);
}
.information-block-black .col-ico:nth-of-type(2) h4:before {
    background-image: url(../img/i2.png);
}
.information-block-black .col-ico:nth-of-type(3) h4:before {
    background-image: url(../img/i3.png);
}
.information-block-black .col-ico:nth-of-type(4) h4:before {
    background-image: url(../img/i4.png);
}
.information-block-black .col-ico:nth-of-type(5) h4:before {
    background-image: url(../img/i5.png);
}
.information-block-black .col-ico-x:nth-of-type(1) h4:before {
    background-image: url(../img/i6.png);
}
.information-block-black .col-ico-x:nth-of-type(2) h4:before {
    background-image: url(../img/i7.png);
}
.information-block-black .col-ico-x:nth-of-type(3) h4:before {
    background-image: url(../img/i8.png);
}
.information-block-black .col-ico-x:nth-of-type(4) h4:before {
    background-image: url(../img/i9.png);
}
.information-block-black .col-ico-x:nth-of-type(5) h4:before {
    background-image: url(../img/i10.png);
}

form.callback {padding-bottom: 20px;}
form.callback input.input {padding: 13px 15px;height: initial;border-radius: initial;}


.features { overflow-x: hidden; }

.features div[class="row"]:nth-child(1),
.features div[class="row"]:nth-child(2) { margin-bottom: 3em; }

.features article { margin-top: 1.5em; }

.features article h2 {
  font-size: 24px;
  margin: 24px 0 12px;
}

.features article li {
  font-size: 17px;
  color: #8A8A8A;
  padding-left: 1em;
  text-indent: -.7em;
  padding-bottom: .2em;
}

.features article li:last-child { padding-bottom: 0; }

.features article li:before {
  content: "• ";
  color: #fff;
  padding-right: .5em;
}

.features div[class="row"]:nth-child(3) .col-md-4 article { margin-bottom: 1.5em; }


#bgvid-hero,
#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  display: none;
  object-fit: cover;
}
.cx-top {padding-top: 0;}

.center-block { float: none; }

#popup__toggle{bottom:25px;right:10px;position:fixed;z-index:1;}
.img-circle{background-color:#0097f4;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #0097f4;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#0097f4;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url('../img/call.png');background-size: 100%;background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}

.section-top {padding: 4em 0 0 0 ;}
a.btn-get-pricing {text-align: center;font-weight: bold;padding: 15px 70px;font-size: 18px;text-transform: uppercase;color: #333;border: 3px solid #333;} 
a.btn-get-pricing:hover {background: #333;color: #fff;}
a.btn-get-pricing-white {text-align: center;font-weight: bold;padding: 15px 70px;font-size: 18px;text-transform: uppercase;color: #fff;border: 3px solid #fff;} 
a.btn-get-pricing-white:hover {background: #fff;color: #333;}

.footer-text {background: #1a1719;position: relative;display: block;height: 100vh;}

.footer-text:before {content: '';background: url('../img/bg-ft1.png');background-size: 100%;background-repeat: no-repeat;display: block;position: absolute;right: 30px;top: 30px;width: 90px;height: 120px;}
.footer-text:after {content: '';background: url('../img/bg-fb1.png');background-size: 100%;background-repeat: no-repeat;display: block;position: absolute;left: 90px;bottom: 90px;width: 45px;height: 41px;}

.soc-block {display: block;position: absolute;bottom: 20px;clear: both;margin: 0 auto;left: 50%;margin-left: -180px;}
.soc-block ul {list-style: none;margin: 0;padding: 0;}
.soc-block li {padding: 5px 15px;display: inline-block;}
.soc-fb, .soc-insta, .soc-in {display: block;position: relative;background-size: 100%;background-repeat: no-repeat;}
.soc-block li .soc-fb {width: 22px;height: 22px;background-image: url('../img/facebook.png');}
.soc-block li .soc-insta {width: 22px;height: 22px;background-image: url('../img/insta.png');}
.soc-block li .soc-in {width: 30px;height: 30px;background-image: url('../img/linkedin.png');}

.con-block {color: #fff;margin-bottom: 10px;}

.con-block .con-phone {margin-top: 10px;margin-bottom: 5px;}

.link-site a {font-size: 14px;}

.cd-slider .cd-half-block.image {display: none;}

.cd-slider .cd-half-block.content:after {content: '';
    background: url(../img/bg-whi.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    display: block;z-index: 0;
    right: 20px;top: 20px;width: 110px;height: 45px;}
.cd-slider .cd-half-block.content div {z-index: 10;position: relative;}
@media (min-width: 768px) {

.hero-section { /*padding: 0 0 7.5em; */}
.logo {background: url('../img/logo.png') no-repeat;background-size: 100%;width: 377px;height: 140px;display: block;position: relative;margin: 0 auto;margin-bottom: 60px;}
.logo-min {background: url('../img/logo.png') no-repeat;background-size: 100%;width: 162px;height: 60px;display: block;position: relative;margin: 0 auto;}


.welcome-message { margin-top: 8.25em; }

.welcome-message h1 { font-size: 44px; }

.welcome-message h2 { font-size: 23px; }

.play-btn { margin: 3em 0; }

.section-spacing { padding: 4.5em 0; }

.section-header h3 { font-size: 26px; }

.cx-top {padding-top: 22px;}

.information-block-cx h2, .information-block h2 {text-transform: uppercase;color: #333;margin-top: 0;font-size: 30px;}
.information-block-cx h4, .information-block h4 {font-weight: 400;text-align: left;color: #333;}
.information-block-black div[class^="col-"]:nth-child(1), .information-block-cx div[class^="col-"]:nth-child(1), .information-block div[class^="col-"]:nth-child(1),
.information-block-black div[class^="col-"]:nth-child(2), .information-block-cx div[class^="col-"]:nth-child(2), .information-block div[class^="col-"]:nth-child(2) { padding-bottom: 0; }

.information-block-black h2 {text-transform: uppercase;color: #fff;margin-top: 0;font-size: 30px;}
.information-block-black h4 {font-weight: 400;text-align: left;color: #fff;}


.plan {
  width: 325px;
  margin: 0 1em 0;
}

blockquote { padding: 0 0 0 1em; }

blockquote::before {
  left: -18px;
  top: -30px;
  font-size: 80px;
}
.footer-text:before {content: '';background: url('../img/bg-ft1.png');background-size: 100%;background-repeat: no-repeat;display: block;position: absolute;right: 30px;top: 30px;width: 200px;height: 230px;}
.footer-text:after {content: '';background: url('../img/bg-fb1.png');background-size: 100%;background-repeat: no-repeat;display: block;position: absolute;left: 90px;bottom: 90px;width: 95px;height: 91px;}
.soc-block {display: block;position: absolute;bottom: 20px;clear: both;margin: 0 auto;left: 50%;margin-left: -180px;}

}

@media (min-width: 992px) {

.hero-section::before { display: none; }

.overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background: rgba(26, 23, 25, 0.4);
  top: 0;
}

.welcome-message { margin-top: 7.5em; }

.welcome-message h1 { font-size: 56px; }

.welcome-message h2 { font-size: 24px; }

.play-btn { margin: 4.5em 0; }

.section-spacing { padding: 6em 0; }


.features div[class="row"]:nth-child(1),
.features div[class="row"]:nth-child(2) { margin-bottom: 7.5em; }

.features article { margin-top: 6em; }

.features div[class="row"]:nth-child(2) .col-md-7 img { left: -277px; }

.our-works-sites {padding: 0;margin: 0;list-style: none;}
.our-works-sites li {display: inline-block;width: 32.111%;padding: 5px;}
.our-works-sites li img {width: 100%;display: block;border: 1px solid #1a1719;}

.information-block-cx h2, .information-block h2 {text-transform: uppercase;color: #333;margin-top: 74px;font-size: 38px;}
.information-block-cx h4, .information-block h4 {font-weight: 400;text-align: left;color: #333;}

.information-block-black h2 {text-transform: uppercase;color: #fff;margin-top: 30px;font-size: 38px;}
.information-block-black h4 {font-weight: 400;text-align: left;color: #fff;}


#bgvid-hero,
#bgvid { display: block; }

.plan {
  margin: 0 1.5em 0;
  width: 350px;
}

.btn-prev, .btn-next {display: none;position: absolute;top: 45%;z-index: 9;height: 51px;width: 30px;background-size: 100%;background-repeat: no-repeat;opacity: 0;}
.btn-prev.active, .btn-next.active {display: block;opacity: .7;cursor: pointer;}
.btn-prev.active:hover, .btn-next.active:hover {background-color: #fff;border-top: 2px solid #fff;border-bottom: 2px solid #fff;border-left: 2px solid #fff;border-right: 2px solid #fff;}
.btn-prev {left: 10px;background-image: url('../img/left_arrow.svg');}
.btn-next {right: 10px;background-image: url('../img/right_arrow.svg');}

blockquote { padding: 0 0 0 3em; }

blockquote::before {
  left: -5px;
  top: -50px;
  font-size: 128px;
}
.footer-text:before {content: '';background: url('../img/bg-ft1.png');background-size: 100%;background-repeat: no-repeat;display: block;position: absolute;right: 120px;top: 70px;width: 300px;height: 330px;}
.footer-text:after {content: '';background: url('../img/bg-fb1.png');background-size: 100%;background-repeat: no-repeat;display: block;position: absolute;left: 260px;bottom: 150px;width: 95px;height: 91px;}
.soc-block {display: block;position: absolute;bottom: 20px;clear: both;margin: 0 auto;left: 50%;margin-left: -180px;}


}

@media (max-width: 460px) {
.information-block-cx h2, .information-block h2 {text-transform: uppercase;color: #333;margin-top: 0;font-size: 30px;}
.information-block-cx h4, .information-block h4 {font-weight: 400;text-align: center;color: #333;}

.information-block-black h2 {text-transform: uppercase;color: #fff;margin-top: 0;font-size: 30px;}
.information-block-black h4 {font-weight: 400;text-align: center;color: #fff;}


.logo {background: url('../img/logo.png') no-repeat;background-size: 100%;width: 80%;height: 140px;display: block;position: relative;margin: 0 auto;margin-bottom: 40px;}
.logo-min {background: url('../img/logo.png') no-repeat;background-size: 100%;width: 162px;height: 60px;display: block;position: relative;margin: 0 auto;}

.welcome-message h1 {font-size: 28px;color: #fff;font-weight: 400;margin: 0 0 24px;}
.welcome-message h2 {font-size: 18px;color: #fff;font-weight: 400;margin: 0;}
.our-works-sites li {display: inline-block;width: 100%;padding: 5px 0;position: relative;}
.our-works-sites li img {width: 100%;display: block;border: 1px solid #1a1719;}

.information-block-black div[class^="col-"]:nth-child(1), .information-block-cx div[class^="col-"]:nth-child(1), .information-block div[class^="col-"]:nth-child(1),
.information-block-black div[class^="col-"]:nth-child(2), .information-block-cx div[class^="col-"]:nth-child(2), .information-block div[class^="col-"]:nth-child(2) { padding-bottom: 0; }

.footer-text:before {content: '';background: url('../img/bg-ft1.png');background-size: 100%;background-repeat: no-repeat;display: block;position: absolute;right: 30px;top: 60px;width: 100px;height: 130px;}
.footer-text:after {content: '';background: url('../img/bg-fb1.png');background-size: 100%;background-repeat: no-repeat;display: block;position: absolute;left: 30px;bottom: 90px;width: 35px;height: 31px;}

.soc-block {display: block;position: absolute;bottom: 20px;clear: both;margin: 0 auto;left: 5%;right: 5%;}

}

@media (min-width: 992px) and (max-width: 1200px ) {

.features img { width: 820px; }
}

.cd-slider-wrapper {
  position: relative;
  height: 100vh;
  padding: 0;
}
@media only screen and (min-width: 900px) {
  .cd-slider-wrapper {
    padding: 0;
  }
}

.cd-slider {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}
.cd-slider li {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  transition: transform 0.6s;
}
.cd-slider li.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-slider .cd-half-block {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.cd-slider li:first-of-type .image {
  background-image: url(../img/img-1.jpg);
}
.cd-slider li:nth-of-type(2) .image {
  background-image: url(../img/img-2.jpg);
}
.cd-slider li:nth-of-type(3) .image {
  background-image: url(../img/img-3.jpg);
}
.cd-slider li:nth-of-type(4) .image {
  background-image: url(../img/img-4.jpg);
}
.cd-slider li:nth-of-type(5) .image {
  background-image: url(../img/img-5.jpg);
}
.cd-slider li:nth-of-type(6) .image {
  background-image: url(../img/img-6.jpg);
}
.cd-slider li:nth-of-type(7) .image {
  background-image: url(../img/img-7.jpg);
}
.cd-slider li:nth-of-type(8) .image {
  background-image: url(../img/img-8.jpg);
}
.cd-slider .image {
  background-size: cover;
}
.cd-slider .content {
  padding: 30px;
  color: #333;
  position: relative;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-slider .light-bg {
  color: rgba(0, 0, 0, 0.6);
}
.cd-slider .btn {
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  padding: 1em 1.6em;
  margin-top: 1em;
  font-size: 1.3rem;
  color: #ffffff;
  border-radius: 50em;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.no-touch .cd-slider .btn:hover {
  background: rgba(0, 0, 0, 0.6);
}
/*.cd-slider li:nth-of-type(2) .content {
  background-color: #fff;
}
.cd-slider li:nth-of-type(3) .content {
  background-color: #fff;
}
.cd-slider li:nth-of-type(4) .content {
  background-color: #fff;
}*/
.cd-slider h2 {
  font-size: 2.2rem;
  margin-bottom: .4em;
}
.cd-slider p {
  font-size: 1.4rem;
}
.cd-slider span {
  display: block;padding-left: 50px;
}
.cd-slider span:before {content: '';background: url('../img/li-1.png');background-repeat: no-repeat;background-size: 100%;width: 14px;height: 14px;left: -30px;display: block;top: 18px;position: relative;}
.cd-slider h2, .cd-slider p {
  line-height: 1.4;
}
@media only screen and (min-width: 900px) {
  .cd-slider li {
    pointer-events: none;
    z-index: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: z-index 0s 0.6s;
    -moz-transition: z-index 0s 0.6s;
    transition: z-index 0s 0.6s;
  }
  .cd-slider li.is-visible {
    pointer-events: auto;
    z-index: 3;
    -webkit-transition: z-index 0s 0s;
    -moz-transition: z-index 0s 0s;
    transition: z-index 0s 0s;
  }
  .cd-slider li.is-visible.covered {
    /* list item still there, but covered by the list item entering the viewport (.is-visible) */
    z-index: 2;
  }
  .cd-slider .cd-half-block {
    height: 100%;
    width: 50%;
    float: right;
  }
  .cd-slider .cd-half-block.image {display: block;}

  .cd-slider .cd-half-block.content:after {content: '';
    background: url(../img/bg-whi.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    display: block;
    right: 20px;top: 20px;width: 240px;height: 105px;}


    .cd-slider .cd-half-block.content:before {
    content: 'ЕНЬ УСЛУГ';
    text-shadow: 10px 5px 10px rgba(239, 239, 239, 0.1);
    font-size: 104px;
    display: block;
    line-height: 100px;
    font-weight: bold;
    position: absolute;
    text-transform: uppercase;
    z-index: 0;
    left: -55px;
    color: #efefef;
    width: 260px;
}

  .cd-slider .cd-half-block.content {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
    -webkit-transition: -webkit-transform 0.6s 0s ease-in-out;
    -moz-transition: -moz-transform 0.6s 0s ease-in-out;
    transition: transform 0.6s 0s ease-in-out;
  }
  .cd-slider .cd-half-block.image {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0s 0.3s;
    -moz-transition: -moz-transform 0s 0.3s;
    transition: transform 0s 0.3s;
  }
  .cd-slider li.is-visible .cd-half-block.content,
  .cd-slider li.is-visible .cd-half-block.image {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .cd-slider li.is-visible .cd-half-block.content {
    -webkit-transition: -webkit-transform 0.6s 0s ease-in-out;
    -moz-transition: -moz-transform 0.6s 0s ease-in-out;
    transition: transform 0.6s 0s ease-in-out;
  }
  .cd-slider .content {
    /* vertically align its content */
    display: table;
    padding: 0 40px;
  }
  .cd-slider .content > div {
    /* vertically align <div> inside div.content */
    display: table-cell;
    vertical-align: middle;
  }
  .cd-slider .btn {
    padding: 1.4em 2em;
    font-size: 1.4rem;
  }
  .cd-slider p {
    font-size: 1.6rem;
  }
  .cd-slider h2 {
    font-size: 3.5rem;
    margin-bottom: 0;
  }
  .cd-slider h2 {
     line-height: 38px;
  }
  .cd-slider p {
    line-height: 20px
  }
}
@media only screen and (min-width: 1170px) {
  .cd-slider .content {
    padding: 0 90px;
  }
  .cd-slider h2 {
    font-weight: 300;
  }
}

/* -------------------------------- 

Slider Navigation

-------------------------------- */
.cd-slider-navigation {
  /* you won't see this element in the html but it will be created using jQuery */
  position: absolute;
  z-index: 3;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 15px;
}
.cd-slider-navigation li {
  display: inline-block;
  margin: 0 .25em;
}
.cd-slider-navigation li.selected a {
  background-color: #000;
}
.cd-slider-navigation a {
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  color: transparent;
  /* image replacement */
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  border: 1px solid #333;
}
@media only screen and (min-width: 900px) {
  .cd-slider-navigation {
    padding: 0.5em 1em;
    background-color: rgba(0, 0, 0, 0.8);
    /* fixes a bug on Firefox with ul.cd-slider-navigation z-index */
    -webkit-transform: translateZ(2px) translateX(-50%);
    -moz-transform: translateZ(2px) translateX(-50%);
    -ms-transform: translateZ(2px) translateX(-50%);
    -o-transform: translateZ(2px) translateX(-50%);
    transform: translateZ(2px) translateX(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .cd-slider-navigation.slider-animating {
    /* fixes a bug on Firefox with ul.cd-slider-navigation z-index */
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  .cd-slider-navigation a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    /* reset style */
    text-indent: 0;
    border: 1px solid #fff;
    border-radius: 60px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .cd-slider-navigation li.selected a {
    background-color: #fff;
    color: #333;
  }
}
