

/* Start:/local/templates/drone/css/robotics-podrostok.css?16980020224243*/
body .page-robo {
    font-family: Inter;
    line-height: 140%;
}

body .h1 {
    font-weight: 600;
}

.page-robo .border-radius {
    border-radius: 24px;
}

.hero-robo {
    background: url('/local/templates/drone/images/robo/hero.png') 100% no-repeat;
    background-color: #EBF1F2;
    height: 604px;
    color: #212121;
}

@media (max-width: 1100px) {
    .hero-robo {
        background-position: 100px;
    }
}

.hero-robo h1 {
    font-weight: 600;
}

body .btn {
    border-radius: 24px;
    padding: 10px 32px 9px 32px;
    font-size: 18px;
    font-weight: 500;
}

body .btn-robo {
    background: radial-gradient(141.42% 141.42% at 0% 0%, #C60018 0%, #9A0416 100%);
    padding: 10px 32px 9px 32px;
    color: #F5F5F5;
}

body .btn-robo:hover {
    background: radial-gradient(141.42% 141.42% at 0% 0%, #212121 0%, #212121 100%);
    color: #F5F5F5;
}

.robot-header {
    font-weight: 500;
    font-size: 18px;
}

#robo-contact-form label {
    color: #B4ACAC;
    font-size: 12px;
    padding-left: 10px;
}

#robo-contact-form input:not(.is-invalid) {
    background: #F5F5F5;
    border: none;
}
#robo-contact-form input {
    border-radius: 8px;
    height: 44px;
}

.map {
    height: 420px;
    width: 100%;
}

#robo-contact-form .modal-header {
    border-bottom: 0;
}

#robo-contact-form .modal-header h5 {
    color: #212121;
    font-size: 24px;
    font-weight: 500;
}

#robo-contact-form .form-control {
    font-size: 16px;
    color: #000;
}

.for-whom .col-inner {
    padding: 32px;
}

.digit {
    font-size: 80px;
    font-weight: 700;
}

.digit-text {
    font-size: 24px;
    font-weight: 700;
}

.col-robot {
    position: relative;
    overflow: hidden;
    max-width: 360px;
}

.effect-to-top {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f5f5f5b0;
    transition: all 250ms ease-in;
    transform: translate(0px, 100%) rotate(0deg);
    bottom: 20%;
}

.col-robot:hover .effect-to-top {
    top: 0;
    left: 0;
    background-color: #F5F5F5;
    transform: translate(0px, 0px) rotate(0deg);
}

.bg-grey {
    background-color: #F5F5F5;
}

.block-robo {
    height: 168px;
    font-size: 22px;
    font-weight: 500;
    overflow: hidden;
}

.block-robo .text {
    z-index: 2;
}

.block-robo>div {
    position: relative;
    overflow: hidden;
}

.block-robo-1::after {
    background-image: url(/local/templates/drone/images/robo/block-robo-1.png);
}

.block-robo-2::after {
    background-image: url(/local/templates/drone/images/robo/block-robo-2.png);
}

.block-robo-3::after {
    background-image: url(/local/templates/drone/images/robo/block-robo-3.png);
}

.zoom-in::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    transform-origin: center;
    transition: transform 0.4s ease-in-out;
}

@media (max-width: 767px) {
    .zoom-in::after {
        left: 100%;
    }
}


.zoom-in:focus::after,
.zoom-in:hover::after {
    transform: scale(1.05);
}

.btn.btn-outline-red {
    color: #C60018;
    border-color: #C60018;
}

.btn.btn-outline-red:hover {
    color: #fff;
    background-color: #C60018;
    border-color: #C60018;
}

.slide-img>div {
    overflow: hidden;
    width: 20%;
    height: 414px;

}

.slide-img div.active {
    width: 40%;
    transition: all 250ms;
}
.slide-img .img {
    height: 100%;
    width: 100%;
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    filter: grayscale(50%);
    filter: gray;
}

.slide-img div.active .img {
    height: 100%;
    width: 100%;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}

.slide-1 .img {
    background: url('/local/templates/drone/images/robo/slide-1.png') center no-repeat;
}
.slide-2 .img {
    background: url('/local/templates/drone/images/robo/slide-2.png') center no-repeat;
}
.slide-3 .img {
    background: url('/local/templates/drone/images/robo/slide-3.png') center no-repeat;
}
.slide-4 .img {
    background: url('/local/templates/drone/images/robo/slide-4.png') center no-repeat;
}
/* End */
/* /local/templates/drone/css/robotics-podrostok.css?16980020224243 */
