@font-face {
    font-family: 'AvenirNext';
    src:  url('../fonts/AvenirNext/AvenirNext-Regular.ttf') format('TrueType')
}
@font-face {
    font-family: 'AvenirNextBold';
    src:  url('../fonts/AvenirNext/AvenirNext-Bold.ttf') format('TrueType')
}
@font-face {
    font-family: 'AvenirNext600';
    src:  url('../fonts/AvenirNext/AvenirNext-DemiBold.ttf') format('TrueType')
}
@font-face {
    font-family: 'Roboto';
    src:  url('../fonts/Roboto/Roboto-Regular.ttf') format('TrueType')
}
@font-face {
    font-family: 'RobotoBold';
    src:  url('../fonts/Roboto/Roboto-Bold.ttf') format('TrueType')
}

body { font-family: 'AvenirNext'; }
a:hover{  text-decoration: none;  }

.pRelative { position: relative; }
.vcenter { display: inline-block; vertical-align: middle; float: none; }
.vertical-align { display: flex; align-items: center; }
.opacity0 { opacity: 0; }
.animatedFlip{
    transform-origin: center bottom 0;
    transform: matrix3d(1,0,0.00,0,0.00,0,1.00,0.001,0,-1,0,0,0,0,0,1) rotateX(180deg);
}
.underbeforeLine::before {
    content: '';
    background: #256eee;
    height: 2px;
    width: 25px;
    position: absolute;
    bottom: -14px;
    left: 0;
}
.white-text{color: #ffffff}
.gray{color: #ddd}
.va{vertical-align: middle}
span.required { color: red; }

/* modal inquiry */
#inquiryModal .modalInquiryBlock { height: 400px; overflow: auto; }
#inquiryModal button.btn.btn-primary { margin-right: 20px; background-color: #256eee; border-color: #256eee; background-image: unset; text-shadow: unset; cursor: pointer; }
#inquiryModal label.error { color: red; font-size: 11px; margin: 0px; width: 100%; padding: 0px; }
#inquiryModal .responseText { color: green; font-size: 11px; text-align: left; padding-top: 10px; }
#estimateForm .responseText.success { background-color: rgb(48, 127, 226);  margin-bottom: 10px;  padding: 10px;  border-radius: 10px;  text-align: center;  font-weight: bold;  }
#estimateForm .responseText.error { background-color: rgb(228, 15, 15);  margin-bottom: 10px;  color: #fff; padding: 10px;  border-radius: 10px;  text-align: center;  font-weight: bold;  }
.modal-header .close{ font-size: 41px; cursor: pointer; }
input[type=checkbox], input[type=radio]{ margin-right: 10px; }
.estimateBlock input[type=checkbox] { height: 25px;  width: 25px; margin-right: 200px;  margin-top: 20px; }
.estimateBlock input[type=checkbox]:checked { background-color: #2196F3; }
.estimateBlock input[type=checkbox]:hover {  background-color: #ccc; }

/* header */
header {position: absolute; top: 0px; left: 0px; right: 0px;  z-index: 99; }
header ul.menu { margin: 0px; padding: 0px; list-style: none; }
header ul.menu li { outline: none; float:left; padding: 11px 20px 13px; }
header ul.menu li a { outline: none; font-size: 16px; text-align: center; color: #ffffff; font-family: 'AvenirNext600'; }
header ul.menu li a:hover {}
header ul.menu li:nth-child(5) { border-radius: 100px; border: solid 2px #256eee; }
header .header_bg_active ul.menu li:nth-child(5) {border-color: #ffffff; }
header ul.menu li:nth-child(5) a { font-size: 16px; letter-spacing: 0.1px; }
header .awardBox img { display: inline-block; }
header .awardBox img:nth-of-type(1) { margin-right: 10px; }

.header_bg_active{background-color: #256eee;
    -webkit-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
    transition: background-color 800ms linear;
}
.header_bg{background-color: transparent}


/* animateBackground, animateFilmBackground section */
section.animateFilmBackground { overflow: hidden; position: relative; padding-bottom: 190px; background-color: #256eee4a}
section.animateFilmBackground .filter {
    background-color: rgba(120, 130, 136, 0.09);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
section.animateFilmBackground video {
    object-fit: cover;
    background-size: cover;
    width: 100%;
    height: auto;
    transition: none;
    position: absolute;
    top: 0;
    left:0;
    z-index: -2;
}
section.animateBackground { background: url(../img/background.jpg) no-repeat top center; min-height: 680px; width: 100%; background-size: cover; }
section.animateBackground .title, section.animateFilmBackground .title {
    font-size: 42px;
    line-height: 1.29;
    letter-spacing: -0.9px;
    text-align: center;
    color: #ffffff;
    padding-top: 236px;
    margin-bottom: 25px;
    font-family: 'AvenirNextBold'
}
section.animateBackground .subtitle, section.animateFilmBackground .subtitle {
    font-size: 22px;
    line-height: 1.55;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 25px;
}
section.animateBackground button, section.animateFilmBackground button,
section.animateBackground .btnblue, section.animateFilmBackground .btnblue {
    font-size: 11px;
    font-family: 'AvenirNextBold';
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    background-color: #256eee;
    border-radius: 35px;
    width: 173px;
    height: 43px;
    border: none;
    display: block;
    padding-top: 13px;
    margin: auto;
}
section.animateBackground button .triangle, section.animateFilmBackground button .triangle
section.animateBackground .btnblue .triangle, section.animateFilmBackground .btnblue .triangle
{
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 5px;
    border-top-width: 5px;
    border-left: 9px solid #7bbeff;
    display: inline-block;
    margin-right: 8px;
}

/* headerSubBackground section */
section.headerSubBackground {
    background: url(../img/pattern_bgr.png) no-repeat top right;
    min-height: 1200px;
    width: 100%;
    position: absolute;
    background-size: contain;
    z-index: -10;
}

/* aestheticAreas section */
section.aestheticAreas { /*margin-top: 67px;*/ }
section.aestheticAreas .titleLine {
    font-size: 16px;
    font-family: 'AvenirNextBold';
    letter-spacing: -0.3px;
    text-align: left;
    color: #33424a;
    margin-bottom: 77px;
}
section.aestheticAreas .titleLine span.line {
    width: 32px;
    height: 3px;
    background-color: #25c3ee;
    display: inline-block;
    vertical-align: super;
    margin-left: 14px;
}
section.aestheticAreas .aestheticBlock {
    width: 240px;
    height: 360px;
    border-radius: 5px;
    position: relative;
    overflow:hidden;
    box-shadow: 8px 39px 44px 0 #a8b8c9;
}
section.aestheticAreas .aestheticBlock.quest {
    background-image: url(../img/quest.jpg);
    background-size: cover;
    background-position: center;
}
section.aestheticAreas .aestheticBlock.turist {
    background-image: url(../img/turist.jpg);
    background-size: cover;
    background-position: center;
}
section.aestheticAreas .aestheticBlock.city {
    background-image: url(../img/city.jpg);
    background-size: cover;
    background-position: center;
}
section.aestheticAreas .aestheticBlock.event {
    background-image: url(../img/event.jpg);
    background-size: cover;
    background-position: center;
}
section.aestheticAreas .col-xs-4:nth-of-type(2) .aestheticBlock { margin-top: 170px; }
section.aestheticAreas .col-xs-4:nth-of-type(4) .aestheticBlock { margin-top: 116px; }
section.aestheticAreas .aestheticBlock video { height: 360px; }
section.aestheticAreas .aestheticBlock .filter {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), #256eee);
    width: 100%;
    height: 100%;
    position: absolute;
}
section.aestheticAreas .aestheticBlock .title {
    font-size: 21px;
    font-family: 'AvenirNextBold';
    line-height: 1.19;
    letter-spacing: -0.4px;
    text-align: left;
    color: #ffffff;
    position: absolute;
    top: 60%;
    left: 40px;
    width: 150px;
    overflow: hidden;
}
section.aestheticAreas .aestheticBlock .more {
    font-family: 'AvenirNext';
    font-size: 14px;
    margin-top: 20px;
    border: 1px solid #fff;
    padding: 12px;
    border-radius: 25px;
    text-align: center;
}
section.aestheticAreas .aestheticBlock .more span { cursor: pointer; }
section.aestheticAreas .aestheticBlock .more img { margin-right: 10px; }
section.aestheticAreas .aestheticBlock:hover .more { display: block; }
section.aestheticAreas .aestheticBlock:hover .more a{ color: #ffffff}

/* offerts section*/
section.offerts { /*margin-top: 240px;*/ }
section.offerts .titleLine {
    font-size: 16px;
    font-family: 'AvenirNextBold';
    letter-spacing: -0.3px;
    text-align: left;
    color: #33424a;
    margin-bottom: 24px;
}
section.offerts .titleLine span.line {
    width: 32px;
    height: 3px;
    background-color: #25c3ee;
    display: inline-block;
    vertical-align: super;
    margin-left: 24px;
}
section.offerts .titleBox {
    font-size: 34px;
    font-family: 'AvenirNextBold';
    letter-spacing: -0.7px;
    text-align: left;
    color: #33424a;
}
section.offerts .offertsBlock span {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.47;
    letter-spacing: -0.4px;
    text-align: center;
    color: rgba(51, 66, 74, 0.8)
}
section.offerts .offertsBlock img { margin-bottom: 20px; }
section.offerts .offertsBlock .row:first-child { margin-bottom: 55px; }
.text-box{
    max-width: 545px;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 25px;
}
.anchor-offert{
    position: relative;
    top: -220px;
}
.mb55{ margin-bottom: 55px;}
.mt25{ margin-top: 25px;}
.mb20{ margin-bottom: 20px;}
/* technologySlider section */
section.technologySlider { /*margin-top: 100px;*/ }
section.technologySlider .left.carousel-control {
    bottom: 32px;
    top: unset;
    left: 50%;
    margin-left: -7%;
    z-index: 16;
}
section.technologySlider .left.carousel-control .glyphicon.glyphicon-chevron-left {
    width: 18px;
    height: 13px;
    background: url(../img/arrow_left.png) no-repeat;
    margin: 0px;
    left: 0px;
    top: 0px;
}
section.technologySlider .left.carousel-control .glyphicon.glyphicon-chevron-left:before { content: unset; }
section.technologySlider .right.carousel-control {
    bottom: 32px;
    top: unset;
    right: 50%;
    margin-right: -7%;
    z-index: 16;
}
section.technologySlider .right.carousel-control .glyphicon.glyphicon-chevron-right {
    width: 18px;
    height: 13px;
    background: url(../img/arrow_right.png) no-repeat;
    margin: 0px;
    top: 0px;
    right: 0px;
}
section.technologySlider .right.carousel-control .glyphicon.glyphicon-chevron-right:before { content: unset; }
section.technologySlider .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    width: 18px;
    height: 13px;
}
section.technologySlider .carousel-indicators li {
    width: 6px;
    height: 6px;
    border-radius: 26px;
    background-color: #e0e0e0;
    box-shadow: 6px 6px 13px 0 rgba(178, 178, 178, 0.72);
    border: none;
    margin: 0px 5px;
}
section.technologySlider .carousel-indicators li.active {
    width: 6px;
    height: 6px;
    border-radius: 26px;
    background-color: #7bbeff;
    box-shadow: 6px 6px 13px 0 rgba(178, 178, 178, 0.72);
    border: none;
}
section.technologySlider .carousel-caption {
    right: 0px;
    left: unset;
    padding: 0px;
    margin: 0px;
    width: 50%;
    top: 200px;
    text-align: right;
    text-shadow: unset;
}
section.technologySlider .carousel-caption .technologyLine {
    font-size: 16px;
    font-family: 'AvenirNextBold';
    letter-spacing: -0.3px;
    color: #33424a;
    text-align: right;
    margin-bottom: 24px;
}
section.technologySlider .carousel-caption .technologyLine span.line {
    background: #256eee;
    height: 3px;
    width: 32px;
    display: inline-block;
    vertical-align: super;
    margin-left: 25px;
}
section.technologySlider .carousel-caption .technologyTitle {
    font-size: 34px;
    font-family: 'AvenirNextBold';
    letter-spacing: -0.7px;
    text-align: right;
    color: #33424a;
    margin-bottom: 30px;
}
section.technologySlider .carousel-caption .technologyBlock {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: -0.3px;
    text-align: right;
    color: rgba(51, 66, 74, 0.8)
}
section.technologySlider .carousel-caption .technologyBlock span { cursor: pointer; }

/* portfolio section*/
section.portfolio {
    background: url(../img/portfolio-bgr-connected.png) no-repeat top center;
    background-size: cover;
    position: relative;
}
section.portfolio .bg-portfolio{
    background: url(../img/portfolio-bgr-connected-bot.png) no-repeat bottom center;
    background-size: contain;
    width: 100%;
    height: 164px;
    position: absolute;
    bottom: 127px;
}


section.portfolio .blank {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 16px;
    margin-left: -8px;
    height: 246px;
    background: #ffffff;
    z-index: 1;
}
section.portfolio .titleLine {
    font-size: 16px;
    font-family: 'AvenirNextBold';
    letter-spacing: -0.3px;
    text-align: left;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 30px;
}
section.portfolio .titleLine span.line {
    width: 32px;
    height: 3px;
    background-color: #5990f2;
    display: inline-block;
    vertical-align: super;
    margin-left: 16px;
}
section.portfolio button {
    height: 43px;
    border-radius: 100px;
    background-color: #ffffff;
    border: solid 2px #256eee;
    font-size: 12px;
    font-family: 'AvenirNext';
    letter-spacing: 0.1px;
    text-align: center;
    color: #33424a;

    padding: 0px 34px;
    font-weight: bold;
}
section.portfolio .carousel-indicators {
    padding-right: 50px;
    position: absolute;
    left: unset;
    bottom: unset;
    margin: 0px;
    width: auto;
    right: 15px;
    top: 200px;
    display: unset;
}
section.portfolio .carousel-indicators li {
    display: block;
    margin: 15px 0px;
    width: 6px;
    height: 6px;
    border-radius: 26px;
    background-color: #e0e0e0;
    box-shadow: 6px 6px 13px 0 rgba(178, 178, 178, 0.72);
    border: none;
    margin-left: 6px;
}
section.portfolio .carousel-indicators li.active {
    width: 6px;
    height: 6px;
    border-radius: 26px;
    background-color: #7bbeff;
    box-shadow: 6px 6px 13px 0 rgba(178, 178, 178, 0.72);
    border: none;
}
section.portfolio .carousel-indicators li.up {
    margin: 0;
    width: 18px;
    height: 13px;
    background: url(../img/arrow_left.png) no-repeat;
    border-radius: 0px;
    box-shadow: unset;
    background-color: transparent;
    transform: rotate(90deg);
    cursor: pointer;
}
section.portfolio .carousel-indicators li.down {
    margin: 0;
    width: 18px;
    height: 13px;
    background: url(../img/arrow_right.png) no-repeat;
    border-radius: 0px;
    box-shadow: unset;
    background-color: transparent;
    transform: rotate(90deg);
    cursor: pointer;
}
section.portfolio .timelineBlock { margin-top: 30px; }
section.portfolio .timelineBlock .timelineScroll { overflow: hidden; max-height: 990px; }
section.portfolio .timelineBlock .timeline .timeline-panel .timeline-heading .categoryTitle {
    font-size: 12px;
    font-family: 'AvenirNextBold';
    letter-spacing: 0.1px;
    color: #85aaec;
}
section.portfolio .timelineBlock .timeline .timeline-panel .timeline-heading .timelineTitle {
    font-size: 28px;
    font-family: 'AvenirNextBold';
    letter-spacing: -0.6px;
    color: #ffffff;
    margin-bottom: 22px;
}
section.portfolio .timelineBlock .timeline .timeline-panel .timeline-heading button {
    font-size: 12px;
    font-family: 'AvenirNext';
    letter-spacing: 0.1px;
    text-align: center;
    color: #ffffff;
    height: 43px;
    border-radius: 100px;
    border: solid 2px rgb(255,255,255,0.24);
    background: transparent;
    margin-top: 0px;
    outline: none;
    font-weight: bold;
}
section.portfolio .timelineBlock .timeline { list-style: none; padding: 0px; position: relative; margin: 0px; }
section.portfolio .timelineBlock .timeline2:before {
    top: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #1f5fce;
    left: 100%;
    margin-left: -0.5px;
    height: 100%;
    min-height: 200px;
    max-height: 1500px;
}
section.portfolio .timelineBlock .timeline > li { position: relative; width: 50%; height: 800px; }
section.portfolio .timelineBlock .timeline > li:before, section.portfolio .timelineBlock .timeline > li:after { content: " "; display: table; }
section.portfolio .timelineBlock .timeline > li:after { clear: both; }
section.portfolio .timelineBlock .timeline > li:before, section.portfolio .timelineBlock .timeline > li:after { content: " "; display: table; }
section.portfolio .timelineBlock .timeline > li:after { clear: both; }
section.portfolio .timelineBlock .timeline > li > .timeline-panel { width: 85%; float: left; position: relative; }
section.portfolio .timelineBlock .timeline > li > .timeline-badge {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 100%;
    margin-left: -9px;
    background-color: #1f5fce;
    z-index: 98;
    border-radius: 50%;
}
section.portfolio .timelineBlock .timeline > li.timeline-inverted > .timeline-badge { left: unset; }
section.portfolio .timelineBlock .timeline > li.timeline-inverted > .timeline-panel { float: right; }
section.portfolio .timelineBlock .timeline > li.timeline-inverted > .timeline-panel:before { border-left-width: 0; border-right-width: 15px; left: -15px; right: auto; }
section.portfolio .timelineBlock .timeline > li.timeline-inverted > .timeline-panel:after { border-left-width: 0; border-right-width: 14px; left: -14px; right: auto; }
section.portfolio .timelineBlock .timeline-body { margin-top: 20px; }
section.portfolio .timelineBlock .timeline-body > ul { margin-bottom: 0; }


section.more_portfolio{
    background: url(../img/bg-realizac.jpg) no-repeat center;
    background-size: contain;
    height: 581px;
}
.more_portfolio .timeline-heading{
    width: 220px;
    position: absolute;
    right: -30px;
    color: #fff;
    bottom: 0;
}
.btn_more{
    font-size: 12px;
    font-family: 'AvenirNext';
    letter-spacing: 0.1px;
    text-align: center;
    color: #ffffff;
    border-radius: 100px;
    background: transparent;
    margin-top: 0px;
    outline: none;
    font-weight: bold;
    border: 2px solid #fff;
    padding: 10px 30px;
    cursor: pointer;
}

.back-next{
    height: 380px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.back-prev{
    height: 380px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.category-filtr{display: inline-block}
.arrow-position{  padding-top: 20px;  }
.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 9px;
}
.up {  transform: rotate(44deg);  -webkit-transform: rotate(44deg);  }
.down {  transform: rotate(45deg);  -webkit-transform: rotate(45deg);  }
/* MenuTop*/
.page-sidebar-menu{ list-style: none; }
header ul.menu li.border:last-child { border: solid 2px #5990f2; }
/* clients section */
section.clients { }
section.clients .clientsTitle {
    font-size: 11px;
    font-family: 'AvenirNextBold';
    letter-spacing: -0.2px;
    text-align: left;
    color: #256eee;
}
section.clients .clientsData { }
section.clients .lineBlock { border-top: 3px solid #256EEE; height:0px; width: 75%; float: right; }
section.clients .marquee img { margin: 0px 20px; }

/* reference section */
section.reference {  }
section.reference .titleLine {
    text-align: center;
    font-family: AvenirNextBold;
    font-size: 20px;
    letter-spacing: -0.4px;
    color: #33424a;
}
section.reference .titleLine span.line {
    width: 32px;
    height: 3px;
    background-color: #25c3ee;
    display: inline-block;
    vertical-align: super;
    margin-left: 25px;
}
.referencja_box{
    margin: auto;
    width: 600px;
    height: 380px;
    position: relative;
}
.referencja_placeholder {
    width: 100%;
    height: 443px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 11px 10px 34px 9px rgba(168, 184, 201, 0.4);
    padding: 10px;
    transition: all 300ms linear;
}
.zoom0{position: absolute; z-index:  0;top: 0;left: 0;width: 100%;}
.zoom1{position: absolute; z-index: -1;top:-2%;left: 1%;width: 98%;}
.zoom2{position: absolute; z-index: -2;top:-4%;left: 2%;width: 96%;}
.zoom3{position: absolute; z-index: -3;top:-6%;left: 3%;width: 94%;}
.zoom4{position: absolute; z-index: -4;top:-8%;left: 4%;width: 92%;}
.zoom5{position: absolute; z-index: -5;top:-10%;left: 5%;width: 90%;}
.flip {
    margin: 0 auto;
}
.flip img {
    width: 300px;
    height: auto;
}
.flip .back {
    background: #2184cd;
    color: #fff;
    text-align: center;
}
.photo-logo {
    width: 68px;
    margin: 10px auto;
}
.photo-logo img{border-radius: 50%}
.ref-name{
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.ref-position{
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #256eee;

}
.ref{
    padding: 15px;
    font-size: 16px;
    text-align: center;
    color: #33424a;
}

/* footerBackground section */
section.footerBackground {
    background: url(../img/stopka-bgr-pattern-2100.png) no-repeat top center;
    min-height: 1060px;
    width: 100%;
    background-size: contain;
    position: absolute;
}
/* Contact PAGE */
section.footerBackgroundContact{
    background: url(../img/bgr-pattern-contactPM.png) no-repeat top center;
    min-height: 1170px;
    width: 100%;
    position: absolute;
}
section.contactPM .contactLine { position: absolute; border-left: 2px solid #256EEE; height: 157px; }
.contactPM{ background: url(../img/bgr-pattern-contact.png) no-repeat top center;  }
.pm-name{
    margin-top: 103px;
    height: 92px;
    font-family: AvenirNext;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: -0.7px;
    text-align: right;
    color: #33424a;
}
.dsn-contact{   display: none;  }
.dsn-contact2{   display: none;  }
.position-send {    position: relative; right: 76px;    }
.position-responseText{ position: relative; right: 119px; }
.pm-style{
    height: 33px;
    font-family: AvenirNext;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #25c3ee;
}
.dagmara-img-style{ margin-top:128px; }
.business-contactPM{
    padding-top: 30px;
    font-size: 13px;
    font-weight: bold;
    color: #256eee;
    text-decoration: underline;
}
.data-contactPM{
    height: 54px;
    font-family: AvenirNext;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.3px;
    text-align: right;
    color: #a8b8c9;
}
.title-contactPM{
    font-size: 9px;
    line-height: 3;
    letter-spacing: 0.2px;
    color: #33424a;
    margin-bottom: 0;
}
.contact-3step{
    font-family: AvenirNext;
    font-size: 13px;
    font-weight: 600;
    line-height: 2.31;
    letter-spacing: -0.1px;
    text-align: right;
    color: #a8b8c9;
}
.contact{
    /* padding-top: 70px;*/
    font-family: AvenirNext;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.7px;
    text-align: center;
    color: #ffffff;
}
.contactBackground{
    background: url(../img/bgr-contact.png) no-repeat center;
    /* height: 462px; */
    /* object-fit: contain; */
    /* background-image: radial-gradient(circle at 94% 110%, #25c4ee, #256eee); */
    padding: 125px 0 100px 0;
}
.white{
    background-color: white;
    position: absolute;
    top: -11px;
    width: 100%;
}
.blueRealizations{
    width: 100%;
    background-color: rgb(37, 110, 238);
    position: absolute;
    top: -1px;
}
.mb150{ margin-bottom: 150px; }
.pl0{   padding-left: 0;    }
/* realization section */
section.realization{
    background: url(../img/bgr-contact.png) no-repeat top center;
    height: 550px;
    object-fit: contain;
    /*background-image: radial-gradient(circle at 94% 110%, #25c4ee, #256eee);*/
}
section.realization .titleLine {
    /*margin-top: 171px;*/
    font-size: 16px;
    font-family: 'AvenirNextBold';
    letter-spacing: -0.3px;
    text-align: center;
    color: #ffffff;
}
section.realization .titleLine span.line {
    margin-right: 16px;
    margin-left: 16px;
    width: 32px;
    height: 3px;
    background-color: #5990f2;
    display: inline-block;
    vertical-align: super;
}
.modules-texts{
    padding-right: 23px;
    font-family: 'AvenirNext';
    color: #33424a;
    opacity: 0.4;
}
.modules-img{    padding-right: 16px;}
.titleLine {
    margin-top: 110px;
    margin-bottom: 77px;
    font-size: 16px;
    font-family: 'AvenirNextBold';
    letter-spacing: -0.3px;
    text-align: left;
    color: #33424a;
}
.titleLine span.line {
    width: 32px;
    height: 3px;
    background-color: #25c3ee;
    display: inline-block;
    vertical-align: super;
    margin-left: 14px;
}
.realization-content{
    font-family: AvenirNext;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.87;
    letter-spacing: -0.3px;
    text-align: left;
    color: rgba(51, 66, 74, 0.8)
}
.realization-name{
    margin-bottom: 30px;
    margin-top: 13px;
    font-family: AvenirNext;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.7px;
    color: #ffffff;
}
.modules-text {  margin-top: 0;}
.resposible-text{
    margin-top: 98px;
    padding-left: 51px;
    padding-bottom: 40px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.87;
    letter-spacing: -0.3px;
    text-align: left;
    color: #33424a;
}
.offerts-realization{
    font-size: 19px;
    font-weight: 500;
    line-height: 1.47;
    letter-spacing: -0.4px;
    text-align: center;
    color: rgba(51, 66, 74, 0.8)

}
.background-device{
    background: url(../img/Device.png) no-repeat;
    height: 500px ;
}
.position-device{
    width: 182px;
    margin-top: 62px;
    margin-left: 55px;
}
.navbar-toggle{ background-color: #fbfdff; }
.navbar-toggle .icon-bar{  background-color: black;  }
.positionNav{ padding-top: 20px; padding-bottom: 20px; }
.pb40{ padding-bottom: 40px; }
.mt-60{ margin-top: -60px; }
.mt30{ margin-top: 30px; }
.pl10{ padding-left: 10px; }
.mt115{ margin-top: 115px; }
.phone-background{ /*background-image: radial-gradient(circle at 94% 110%, #c5c5c5, #d7d7d7); */}
.realization-modul{ margin-top: 81px; }
.mb19{ margin-bottom: 19px; }
.download-img-position{ margin-top: 110px; }
.google-play-img{ padding-left: 17px;  padding-top: 0.5px; }
.app-store-img{     padding-left: 15px; }
.portal-internet{ margin-top: 209px; }
/* END realization section */

/* offer section */
.offer-name{
    font-family: AvenirNext;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.7px;
    text-align: center;
    color: #ffffff;
}
.line-offer{
    margin-right: 8px;
    width: 32px;
    height: 3px;
    background-color: #25c3ee;
    display: inline-block;
    vertical-align: super;
}
.app-mobile-title{
    padding-right: 15px;
    font-family: AvenirNext;
    font-size: 16px;
    letter-spacing: -0.3px;
    text-align: left;
    color: #33424a;
}
.mobile-active{ font-weight: bold; }
.appmobile-content{
    font-family: AvenirNext;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: -0.3px;
    text-align: left;
    color: rgba(51, 66, 74, 0.8)

}
.appmobile-title{
    font-family: AvenirNext;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: -0.7px;
    text-align: left;
    color: #33424a;
}
.possition-box-offer{
    align-content: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}
.date-blog{ margin-bottom: 10px; font-size: 15px; color: #333333; }
.offerapp-text{ font-size: 20px; }
.position-mobile{ margin-top: 0; }
.avatar-size{ width: 33px; border-radius: 25px; }
.cms-box{  margin-left: 155px;  }
.img-mobile-position{ margin-left: 256px; margin-bottom: 209px; }
.img-portale-position{ margin-left: 230px;  }
.img-cms-position{  margin-left: 150px;  }
.mt5{ margin-top: 5px; }
.mt10{ margin-top: 10px; }
.mt15{ margin-top: 15px; }
.mt50{ margin-top: 50px; }
.mt90{ margin-top: 90px; }
.mt100{ margin-top: 100px; }
.p0{padding: 0}
.p04{padding: 0 4px}
.pl3{ padding-left: 3px; }
.pt20{ padding-top: 20px; }
.pt40{ padding-top: 40px; }
.pt50{ padding-top: 50px; }
.pt60{ padding-top: 60px; }
.pt90{ padding-top: 90px; }
.pt101{ padding-top: 100px; }
.pt200{ padding-top: 200px; }
.pt245{ padding-top: 245px; }
.pt230{ padding-top: 230px; }
.pt250{ padding-top: 250px; }
.pb100{ padding-bottom: 100px; }
.mt110{ margin-top: 110px; }
.mt144{ margin-top: 144px; }
.mt140{ margin-top: 140px; }
.mt150{ margin-top: 150px; }
.mt170{ margin-top: 170px; }
.mb70{ margin-bottom: 70px; }
.mb280{ margin-bottom: 287px; }
.mr0{   margin-right: 0}
.mr10{   margin-right: 10px}
/* END offer section */


/* estimate section */
.blue-color{  margin: 35px 0; font-weight: 600; font-size: 33px; color: #000000; }
.bg-estimate{ background-color: #ffffff; padding-bottom: 38px; padding-top: 10px; }
.mt35{ margin-top: 35px;}
.mb45{ margin-bottom: 45px;}
.estimate-h3{ font-size: 16px;  font-weight: 700;  }
.estimate-h3-top{  font-size: 21px;  font-family: 'AvenirNextBold';  line-height: 1.19;  letter-spacing: -0.4px;  text-align: left;  position: absolute;  top: 60%;  left: 40px; width: 150px; overflow: hidden; color: #fff; z-index: 1001; }
.text-r {  top: 79px;  font-size: 18px;  font-weight: 800;  color: #000  }
.number-r {  font-size: 150px;  color: #eaeaea;  line-height: 118px  }
.estimate-name-position {  margin-left: 200px;  margin-right: 200px  }
.mb13 {  margin-bottom: 13px  }
.vr-mb {  margin-bottom: 22px  }
.mobile-mb {  margin-bottom: 17px  }
.api-mb {  margin-bottom: 16px  }
.top-2-mt {  margin-bottom: 13px;  margin-top: 2px  }
.email-estimate, .form-group, label {  margin-bottom: 15px  }
.red-star {  padding-left: 5px;  color: #db4437;  }
.project-ground {
    background: #fff;
    border: 1px solid #ececec;
    --webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
    --moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .11);
    cursor: pointer;
    height: 150px;
}
.email-estimate {
    padding: 10px;
    background-color: #307fe2;
    color: rgba(255, 255, 255, 1)
}
input, input::-webkit-input-placeholder {  font-size: 14px;  padding-top: 3px  }
.intro-estimate-text {
    font-family: Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #000;
    margin: 0 auto 25px;
    text-align: center
}
.intro-estimate-content {
    margin-top: 30px;
    font-family: Poppins;
    font-weight: 400;
    color: #7d7d7d;
    letter-spacing: -.4px
}
.api-mb, .vr-mb {  margin-top: 9px  }
.check {  background-color: #f6faff;  color: #3f89e4;  border-color: #346fd9; border: 3px solid; }
.estimateBlock.check > h3.estimate-h3-top{  color: #fff;  }
.btn-join{
    padding: 10px 40px;
    font-weight: 600;
    letter-spacing: .9px
}
.btn-join {
    border-radius: 50px;
    border: 2px solid #307fe2;
    background: #fff;
    color: #307fe2;
    font-size: 16px;
    outline: 0
}
.btn-join:hover {
    border: 2px solid transparent;
    border-radius: 50px;
    background: #307fe2;
    color: #fff;
    font-size: 16px
}
section.estimate .estimateBlock .filter {  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), #256eee);  width: 100%;  height: 100%;  position: absolute;  z-index: 1000;}
section.estimate .estimateBlock { height: 360px;  border-radius: 5px;  position: relative;  overflow: hidden;  box-shadow: 8px 39px 44px 0 #a8b8c9;  }
.pt20{ padding: 20px; }
.ic-person {  background: url(../img/ic_contact_color.png) -111px center no-repeat  }
.ic-mail {  background: url(../img/ic_contact_color.png) -140px center no-repeat  }
.ic-phone {  background: url(../img/ic_contact_color.png) -201px center no-repeat  }
.ic-write {  background: url(../img/ic_contact_color.png) -172px center no-repeat  }
.quest {  background-image: url(../img/quest.jpg);  background-size: cover;  background-position: center;  }
.turist {  background-image: url(../img/turist.jpg);  background-size: cover;  background-position: center;  }
.city {  background-image: url(../img/city.jpg);  background-size: cover;  background-position: center;  }
.event {  background-image: url(../img/event.jpg);  background-size: cover;  background-position: center;  }
/* END estimate section */

/* realizations section */
section.realizations{
    background-image: radial-gradient(circle at 94% 110%, #1d9beb, #256eee);
    overflow: hidden;
    position: relative;
}
section.realizations .blank {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 16px;
    margin-left: -8px;
    height: 191px;
    background: #ffffff;
    z-index: 1;
}
section.realizations .titleLine {
    margin-top: 171px;
    font-size: 16px;
    font-family: 'AvenirNextBold';
    text-align: left;
    color: #ffffff;
}
section.realizations .titleLine span.line {
    width: 32px;
    height: 3px;
    background-color: #5990f2;
    display: inline-block;
    vertical-align: super;
    margin-left: 16px;
}
section.realizations button {
    height: 43px;
    border-radius: 100px;
    background-color: #ffffff;
    border: solid 2px #256eee;
    font-size: 13px;
    font-family: 'AvenirNextBold';
    letter-spacing: 0.1px;
    text-align: center;
    color: #33424a;
    margin-top: 65px;
    padding: 0px 34px;
}
section.realizations .carousel-indicators {
    position: absolute;
    left: unset;
    bottom: unset;
    margin: 0px;
    width: auto;
    right: -15px;
    top: 200px;
}
section.realizations .carousel-indicators li {
    display: block;
    margin: 15px 0px;
    width: 6px;
    height: 6px;
    border-radius: 26px;
    background-color: #e0e0e0;
    box-shadow: 6px 6px 13px 0 rgba(178, 178, 178, 0.72);
    border: none;
    margin-left: 6px;
}
section.realizations .carousel-indicators li.active {
    width: 6px;
    height: 6px;
    border-radius: 26px;
    background-color: #7bbeff;
    box-shadow: 6px 6px 13px 0 rgba(178, 178, 178, 0.72);
    border: none;
}
section.realizations .carousel-indicators li.up {
    width: 18px;
    height: 13px;
    background: url(../img/arrow_left.png) no-repeat;
    border-radius: 0px;
    box-shadow: unset;
    background-color: transparent;
    transform: rotate(90deg);
    margin: 0px;
}
section.realizations .carousel-indicators li.down {
    width: 18px;
    height: 13px;
    background: url(../img/arrow_right.png) no-repeat;
    border-radius: 0px;
    box-shadow: unset;
    background-color: transparent;
    transform: rotate(90deg);
    margin: 0px;
}
section.realizations .timelineBlock { margin-top: 35px; }
section.realizations .timelineBlock .timelineScroll { overflow: hidden; }
section.realizations .timelineBlock .timeline .timeline-panel .timeline-heading .categoryTitle {
    font-size: 12px;
    font-weight: bolder;
    letter-spacing: 0.1px;
    color: #85aaec;
}
.titleText{
    font-size: 12px;
    letter-spacing: 0.1px;
    color: #85aaec;
}
section.realizations .timelineBlock .timeline .timeline-panel .timeline-heading .timelineTitle {
    font-size: 28px;
    font-family: 'AvenirNextBold';
    letter-spacing: -0.6px;
    color: #ffffff;
    margin-bottom: 22px;
}
section.realizations .timelineBlock .timeline .timeline-panel .timeline-heading button {
    outline: none;
    font-size: 12px;
    font-family: 'AvenirNext';
    letter-spacing: 0.1px;
    text-align: center;
    color: #ffffff;
    height: 43px;
    border-radius: 100px;
    border: solid 2px;
    background: transparent;
    margin-top: 0px;
    font-weight: bold;
}
section.realizations .timelineBlock .timeline { list-style: none; padding: 0px; position: relative; margin: 0px; }
section.realizations .timelineBlock .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #1f5fce;
    left: 50%;
    margin-left: -0.5px;
}
/*section.realizations .timelineBlock .timeline > li {  width: 49%; }*/
section.realizations .timelineBlock .timeline > li:before, section.portfolio .timelineBlock .timeline > li:after { content: " "; display: table; }
section.realizations .timelineBlock .timeline > li:after { clear: both; }
section.realizations .timelineBlock .timeline > li:before, section.portfolio .timelineBlock .timeline > li:after { content: " "; display: table; }
section.realizations .timelineBlock .timeline > li:after { clear: both; }
section.realizations .timelineBlock .timeline > li > .timeline-panel { width: 85%; float: left; position: relative;     margin-left: 7%;}
section.realizations .timelineBlock .timeline > li > .timeline-badge {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 100%;
    margin-left: -9px;
    background-color: #1f5fce;
    z-index: 98;
    border-radius: 50%;
}
section.realizations .timelineBlock .timeline > li > .timeline-badge2 {
    width: 16px;
    height: 16px;
    top: 0px;
    left: -8px;
    position: absolute;
    background-color: #1f5fce;
    z-index: 98;
    border-radius: 50%;
}
section.portfolio .timelineBlock .timeline > li.timeline-inverted > .timeline-badge { left: unset; }
section.portfolio .timelineBlock .timeline > li.timeline-inverted > .timeline-panel { float: right; }
section.portfolio .timelineBlock .timeline > li.timeline-inverted > .timeline-panel:before { border-left-width: 0; border-right-width: 15px; left: -15px; right: auto; }
section.portfolio .timelineBlock .timeline > li.timeline-inverted > .timeline-panel:after { border-left-width: 0; border-right-width: 14px; left: -14px; right: auto; }
section.portfolio .timelineBlock .timeline-body { margin-top: 0px; }
section.portfolio .timelineBlock .timeline-body img{ max-height: 585px; }
section.portfolio .timelineBlock .timeline-body > ul { margin-bottom: 0; }
.timeline-panel-right{
    top: 130px;
    position: absolute;
    left: 102%;
}
.top{}
.possition-label{
    padding-right: 12px;
    padding-left: 12px;
    font-family: AvenirNext;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.1px;
    color: #85aaec;
}
input[type=radio]:checked + label {
    color: #fff;
}
.position-arrow-r{
    position: relative;
    left: 600px;
    bottom: 9px;
}
.position-arrow-l{
    position: relative;
    left: 500px;
    bottom: 9px;
}
.possition-label:hover{  color: #d4dce4;  }
.img-position-realization{  padding-top: 30px;  }
.pattern-position{
    background-image: url(../img/bgr-pattern@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position-y: 200px;
}
.mt133{ margin-top: 133px; }
.mt40{ margin-top: 40px; }
.pl78{ padding-left: 78px; }
section.realizations .mt0{   margin-top: 0;  }
.outline-n{ outline: none; }
/* END realizations section */

/* contact section */
section.contact { margin-top: 200px; }
section.contact .contactLine { position: absolute; border-left: 2px solid #256EEE; height: 157px; }
section.contact .contactLine .contactLetters {
    transform: rotate(270deg);
    transform-origin: -12px top 0;
    padding-left: 15px;
    font-size: 18px;
    font-family: 'AvenirNextBold';
    letter-spacing: -0.4px;
    text-align: left;
    color: #256eee;
}
section.contact .nameBlock {
    font-size: 34px;
    font-family: 'AvenirNextBold';
    letter-spacing: -0.7px;
    text-align: right;
    color: #33424a;
    margin-top: 150px;
}
section.contact .dataBlock { margin-top: 130px; }
section.contact .dataBlock .titleMain {
    font-size: 24px;
    font-family: 'AvenirNextBold';
    letter-spacing: -0.5px;
    text-align: right;
    color: #25c3ee;
    margin-bottom: 20px;
}
section.contact .dataBlock .title {
    font-size: 9px;
    line-height: 3;
    letter-spacing: 0.2px;
    color: #33424a;
    margin-bottom: 0px;
}
section.contact .dataBlock .data {
    font-size: 18px;
    font-family: 'AvenirNextBold';
    line-height: 1.5;
    letter-spacing: -0.3px;
    text-align: right;
    color: #a8b8c9;
    margin-bottom: 20px;
}
/* about-us */
.about-text {
    font-weight: 500;
    color: rgba(51, 66, 74, 0.9);
    font-size: 21px;
    line-height: 1.6;
}
section.about button {
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 0px 34px;
    height: 43px;
    border-radius: 100px;
    background-color: #ffffff;
    border: solid 2px #256eee;
    font-size: 12px;
    font-family: 'AvenirNext';
    letter-spacing: 0.1px;
    text-align: center;
    color: #33424a;
    cursor: pointer;
    font-weight: bold;
    outline: none;
}
/* END about-us */
/* Turn FLIP PDF */
.flipbook-viewport{
    position:relative;
    overflow:hidden;
    width:100%;
    height:100%;
}
.flipbook-viewport .flipbook{
    width:922px;
    left:461px;
    top:-300px;
}

.flipbook-viewport .page{
    width:600px;
    height:283px;
    background-color:white;
    background-repeat:no-repeat;
    background-size:100% 100%;
}

.flipbook .page{
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -o-box-shadow:0 0 20px rgba(0,0,0,0.2);
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.flipbook-viewport .page img{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin:0;
}

.flipbook-viewport .shadow{
    -webkit-transition: -webkit-box-shadow 0.5s;
    -moz-transition: -moz-box-shadow 0.5s;
    -o-transition: -webkit-box-shadow 0.5s;
    -ms-transition: -ms-box-shadow 0.5s;

    -webkit-box-shadow:0 0 20px #ccc;
    -moz-box-shadow:0 0 20px #ccc;
    -o-box-shadow:0 0 20px #ccc;
    -ms-box-shadow:0 0 20px #ccc;
    box-shadow:0 0 20px #ccc;
}
.menuHref{ color: #ffffff; font-family: 'AvenirNext600'; }
/* footer */
fotter { margin-top: 138px; display: block; }
fotter .fotterLogoFB { margin-top: 3px; margin-left: 13px; }
fotter .fotterLogo { margin-top: -10px; }
fotter p {
    margin-bottom: 0px;
    font-size: 13px;
    font-family: 'AvenirNextBold';
    letter-spacing: -0.5px;
    text-align: left;
    color: #33424a;
}
fotter ul { padding: 0px; margin: 45px 0px 0px 0px; list-style: none; }
fotter ul li {
    font-size: 13px;
    font-family: 'AvenirNext600';
    line-height: 2.31;
    letter-spacing: -0.1px;
    text-align: left;
    color: #a8b8c9;
}
fotter ul.part li { float: left; width: 50%; }
fotter ul.part li a, fotter ul.part li a:hover { color: #256eee; text-decoration: underline; }
fotter .copyrightBlock {
    font-size: 11px;
    font-family: 'AvenirNext600';
    line-height: 2.45;
    letter-spacing: -0.4px;
    text-align: left;
    color: #33424a;
    margin-top: 93px;
}
fotter .copyrightBlock a { color: #a8b8c9; margin-left: 16px; }


.tooltip-inner {
    max-width: 500px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #25c3ee;
    border-radius: .25rem;
}
.tooltip-inner::before {
    border-color: #25c3ee !important;
    background-color: #25c3ee;

}
.tooltip .arrow{border: none;border-color: #25c3ee;}
.ml44{ margin-left: 0; }
.mb10{ margin-bottom: 0; }
.mb20{ margin-bottom: 20px; }
/* cookie */
#cookie-monster {
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 10px 20px;
    background: rgba(0,0,0,0.7);
    opacity: 1;
    position: fixed;
    display: none;
    z-index: 9999;
    color: #fff;
}
#cookie-monster button {
    padding: 5px 20px;
    background-color: #4889F0;
    color: #fff;
    border-radius: 1px;
    border: #ccc;
    float: right;
}

.label-primary {
    background-color: #2671f5;
}
.material-switch{margin-left: 10px}
.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}
.material-switch-span{
    margin-top: 7px;
    display: inline-block;
    padding-left: 12px;
}
.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: 10px;
    left: 4px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: 0px;
    margin-top: 10px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.form-group > .material-switch > label::after { margin-top: 2px;}
.form-group > .material-switch > label::before { margin-top: 2px;}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

/* MEDIA */
@media (min-width: 1440px) {
    .dsn-contact{ display: block }
}

@media (max-width: 1486px) {
    .modules-text {
        text-align: center;
        margin-left: 0;
    }
}

@media (max-width: 1440px) {
    .dsn-contact2{ display: block }
}

@media (max-width: 1200px) {
    .header ul.menu li{ padding: 11px 10px 13px; }
    .position-arrow-r{
        left: 533px;
    }
    .position-arrow-l{
        left: 392px;
    }
    .top{ top: 28px; }
    .blueRealizations{ top: 48px }
}

@media (max-width: 1024px) {
    .white{ top: 38px; }
}

@media (max-width: 991px) {
    section.contact .dataBlock .data{ font-size: 12px; }
    .data-contactPM{ font-size: 12px; }
    .position-mobile {
        margin-top: 170px;
    }
    .position-arrow-r{
        left: 391px;
    }
    .position-arrow-l{
        left: 292px;
    }
    .blueRealizations{ top: -1px;}
}
@media (max-width: 791px) {
    .contactBackground{ height: 0;}
}
@media (max-width: 767px) {
    .ml44{ margin-left: 44px;}
    .mb10{ margin-bottom: 10px;}
    .pt100{ padding-top: 0;}
    .pt250{ padding-top: 0;}
    section.contact .dataBlock .data{ font-size: 18px; }
    .data-contactPM{ font-size: 18px; }
    .blueRealizations{ top: -21px }
    .white{ top: -31px; }
    .offer-name{ margin-top: 200px; }
    .download-img-position {
        margin-top: 0;
    }
    .positionNav {
        padding-top: 0;
    }
    #colorNav{background-color: #256eee;}
    .appmobile-content{ width: 100%; }
    .img-portale-position{ margin-left: 0; }
    .img-cms-position{ margin-left: 150px; }
    .cms-box{ margin-left: 0;}
    .img-portale-position{ margin-left: 0; }
    .page-sidebar-menu{margin: 0;padding: 0}
    header ul.menu li { float:none; padding: 5px 0px 5px; border: 2px solid #ffffff !important; border-radius: 25px; margin-top: 5px;    text-align: center }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    .navbar-toggle .icon-bar {
        background: #8f8f8f;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }
    .referencja_box{
        width: 100%;
        height: 100%;
    }
    section.contact {
        padding-top: 0;
    }
    .position-arrow-r{
        left: 303px;
    }
    .position-arrow-l{
        left: 200px;
    }
    .arrow-position {
        z-index: 10;
        position: absolute;
        bottom: -80px;
        left: 65px;
    }
    section.realizations .timelineBlock .timeline:before {display: none;}
    .possition-label {width: 100%; text-align: right;}
    .category-filtr {margin-top: 0 !important;}
}

@media (max-width: 530px) {
    .position-arrow-r{
        padding-right: 50px;
        position: static;
        left: 0;
        float: right;
    }
    .position-arrow-l{
        padding-left: 50px;
        position: static;
        left: 0;
    }
}
@media (max-width: 490px) {
    .referencja_placeholder{
        height: auto;
    }
}
@media (max-width: 425px) {
    section.portfolio .timelineBlock .timeline .timeline-panel .timeline-heading .timelineTitle{
        font-size: 16px;
    }
    .mt110{ margin-top: 0; }
    .pt50{ padding-top: 0; }
    .pt60{ padding-top: 0; }
    .pt90{ padding-top: 0; }
    .pt200{ padding-top: 0; }
    .pt230{ padding-top: 0; }
    .pt245{ padding-top: 0; }
    .mb280{ margin-bottom: 50px; }
    .contact { padding-top: 340px; }
    section.animateFilmBackground video{ top: 40%; }
    section.animateFilmBackground{ padding-bottom: 0; }
    section.animateBackground .title, section.animateFilmBackground .title{  padding-top: 193px; font-size: 30px;}
}
@media (max-width: 393px) {
    .contact { padding-top: 560px; }
    section.realizations .timelineBlock .timeline:before {display: none;}
    .possition-label {width: 100%; text-align: right;}
    .category-filtr {margin-top: 0 !important;}
}