:root{
--main-gradient:linear-gradient(265.68deg, #005DA6 3.51%, #48C1BB 35.12%, #39B54A 70.45%, #8DC63F 95.56%);
--dark-blue:#005DA6;
--azure:#48C1BB;
--green:#39B54A;
--light-green:#8DC63F;
--azure-light:#E4F6F5;
--blue:#44A1D0;
--gray-blue:#98B0BC;
--blue-gradient-t:linear-gradient(360deg, #FFFFFF -17.75%, #C8ECF1 100%);
--blue-gradient-b:linear-gradient(360deg, #C8ECF1 -17.75%, #FFFFFF 100%);
--green-gradient:linear-gradient(180deg, #C4E9C9 0%, #F2FAF3 100%);
--azure-gradient:linear-gradient(180deg, #C8ECEB 0%, #EFFFFE 100%);
--dark-bue-gradient:linear-gradient(180deg, #B3CEE4 0%, #F2F2F2 100%);
--size-h3:48px;
}
body{
    font-family: 'Jost';
    font-style: normal;
    background: #E6E6E6;
}

/******** loader ***********/
#site-loader{
    transition: all 0.4s ease 0s;
}
.load-complete {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1031;
}
.load-complete .line-scale {
    margin: 0 auto;
    display: block;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.load-complete .line-scale > div {
    display: inline-block;
    border-color: var(--green) var(--green) transparent;
    background-color: var(--green);
}
.line-scale>div:nth-child(1) {
    -webkit-animation: line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);
}
.line-scale-party>div, .line-scale>div {
    background-color: #fff;
    border-radius: 2px;
    margin: 2px;
    width: 4px;
    height: 35px;
    -webkit-animation-fill-mode: both;
}
.line-scale>div {
    animation-fill-mode: both;
    display: inline-block;
}
@-webkit-keyframes line-scale{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@keyframes line-scale{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}.line-scale>div:nth-child(1){-webkit-animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(2){-webkit-animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(3){-webkit-animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(4){-webkit-animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(5){-webkit-animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div{animation-fill-mode:both;display:inline-block}.line-scale-party>div,.line-scale>div{background-color:#fff;border-radius:2px;margin:2px;width:4px;height:35px;-webkit-animation-fill-mode:both}@-webkit-keyframes line-scale-party{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes line-scale-party{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}}.line-scale-party>div:nth-child(1){-webkit-animation-delay:.8s;animation-delay:.8s;-webkit-animation-duration:.35s;animation-duration:.35s}.line-scale-party>div:nth-child(2){-webkit-animation-delay:.68s;animation-delay:.68s;-webkit-animation-duration:1.25s;animation-duration:1.25s}.line-scale-party>div:nth-child(3){-webkit-animation-delay:.44s;animation-delay:.44s;-webkit-animation-duration:.39s;animation-duration:.39s}.line-scale-party>div:nth-child(4){-webkit-animation-delay:.17s;animation-delay:.17s;-webkit-animation-duration:.8s;animation-duration:.8s}.line-scale-party>div{animation-fill-mode:both;display:inline-block;-webkit-animation-name:line-scale-party;animation-name:line-scale-party;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes line-scale-pulse-out{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@keyframes line-scale-pulse-out{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}.line-scale-pulse-out>div{background-color:#fff;width:4px;height:35px;border-radius:2px;margin:2px;display:inline-block;-webkit-animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85)}.line-scale-pulse-out>div:nth-child(2),.line-scale-pulse-out>div:nth-child(4){-webkit-animation-delay:-.4s!important;animation-delay:-.4s!important}.line-scale-pulse-out>div:nth-child(1),.line-scale-pulse-out>div:nth-child(5){-webkit-animation-delay:-.2s!important;animation-delay:-.2s!important}@-webkit-keyframes line-scale-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);transform:scaley(.3)}}@keyframes line-scale-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);transform:scaley(.3)}}.line-scale-pulse-out-rapid>div{background-color:#fff;width:4px;height:35px;border-radius:2px;margin:2px;display:inline-block;vertical-align:middle;-webkit-animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78)}.line-scale-pulse-out-rapid>div:nth-child(2),.line-scale-pulse-out-rapid>div:nth-child(4){-webkit-animation-delay:-.25s!important;animation-delay:-.25s!important}.line-scale-pulse-out-rapid>div:nth-child(1),.line-scale-pulse-out-rapid>div:nth-child(5){-webkit-animation-delay:0s!important;animation-delay:0s!important}
/******** loader ***********/
.h-logo{
    background: no-repeat center/100% url("../images/logo_Armadillo_smart.svg");
    width: 195px;
    height: 44px;
    margin: 16px;
}
.f-logo{
    background: no-repeat center/100% url("../images/logo_Armadillo_smart.svg");
    height: 63px;
    width: 283px;
}
.logo-rotator{
    background: no-repeat center/100% url("../images/logo_Rotator.svg");
}
.logo-smart-lock{
    background: no-repeat center/100% url("../images/logo_Smart_lock.svg");
    height: 47px;
    max-width: 400px;
}
.page-container{
    padding: 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 2px 20px 2px rgba(0, 0, 0, 0.25);
}
.h-menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 59px;
    position: absolute;
    width: 1312px;
    height: 53px;
    left: 304px;
    top: 112px;
}
.navbar .navbar-header{
    max-width: 1312px;;
}
.navbar .logo-rotator{
    margin-left: 44px;
    width: 318px;
    height: 50px;
}
.navbar .hamb-rotate {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.navbar .hamb-rotate.active {
    transform: rotate(45deg);
}
.navbar .line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#000;
    stroke-width: 2px;
    stroke-linecap:round;
}
.navbar .hamb-rotate .top {
    stroke-dasharray: 40 160;
}
.navbar .hamb-rotate .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 400ms;
}
.navbar .hamb-rotate .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms, stroke-dashoffset 400ms;
}
.navbar .hamb-rotate.active .top {
    stroke-dashoffset: -64px;
}
.hamb-rotate.active .middle {
    transform: rotate(90deg);
}
.navbar .hamb-rotate.active .bottom {
    stroke-dashoffset: -64px;
}
.navbar .navbar-toggler{
    border: none!important;
}
.navbar .navbar-toggler:focus{
    box-shadow: none;
}
.navbar-nav{
    align-items: center;
    justify-content: center;
}
.navbar-nav .nav-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.video-container video{
    width: 100%;
    height: auto;
}
.heading1-txt{
    font-size: 3rem!important;
    line-height: 4rem!important;
    font-weight: 500!important;
}
.txt-1, .txt-2, .txt-3{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
}
.txt-1{
    font-size: 1.625rem;
    line-height: 2.375rem;
}
.txt-2{
    font-size: 1.375rem;
    line-height: 1.625rem;
}
.txt-3{
    font-size: 1.5rem;
    line-height: 1.813rem;
}
.small-icons-txt{
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.625rem;
}
.heading2-txt{
    font-size: 2rem!important;
    line-height: 3rem!important;
}
.large-block-txt{
    font-size: 1.375rem!important;
    font-weight: 400!important;
    /*line-height: 1.625rem!important;*/
}
.stroke-btn,
.colored-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.stroke-btn{
    color: #000;
    padding: 10px;
    border-radius: 40px;
    width: 229px;
    height: 53px;
    transition: all 0.4s ease 0s;
    text-decoration: none;
    position: relative;
    max-height: 53px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}
.stroke-btn .g-border-btn{
    position: absolute;
    left: 0;
    right: -1px;
    top: 0;
    bottom: -1px;
}
.stroke-btn .g-border-btn svg{
    width: 100%;
    height: 100%;
}
.stroke-btn .g-border-btn rect{
    width: calc(100% - 3px);
    height: calc(100% - 3px);
}
.stroke-btn:hover{
    color: #fff;
    background:var(--main-gradient) border-box;
    filter: drop-shadow(0px 0px 16px rgba(0, 93, 166, 0.46));
}
.stroke-btn:hover .g-border-btn{
    display: none;
}
.colored-btn:active,
.stroke-btn:active {
    transform: translateY(3px);
}
.colored-btn{
    cursor: pointer;
    background: var(--main-gradient);
    border-radius: 40px;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 60px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease 0s;
    max-height: 53px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    width: fit-content;
}
.colored-btn:hover{
    filter: drop-shadow(0px 0px 16px rgba(0, 93, 166, 0.46));
}
.colored-btn:active{
    box-shadow: inset 0px 4px 12px rgba(0, 0, 0, 0.4);
}
.colored-btn:after {
    content: '';
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0; left: 0;
    opacity: 0.5;
    filter: blur;
    background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
    transform: translate(-100%, -25%) rotate(10deg);
    transition: transform 0.55s;
    /*animation: rs-highlight 5s infinite;*/
}
.colored-btn:hover:after{
    transform: translate(100%, -25%) rotate(10deg);
}
.rotator-tooltip{
    color: #fff;
    --bs-tooltip-bg: var(--light-green);
}
.nav-item .nav-link{
    border-style: solid;
    border-width: 2px;
    border-color: #fff0;
    color: #000;
    height: 35px;
}
.nav-item .nav-link.active,
.nav-item .nav-link:hover{
    border-style: solid;
    border-width: 2px;
    border-image: var(--main-gradient) 0 0 1 0;
}
#modal_msg{
    z-index: 9999;
    font-size: 20px;
}
#ras_toast{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}
#modal_msg .modal-header,
#ras_toast .toast-header{
    background: var(--green-gradient);
}
#modal_msg .colored-btn{
    padding: 1px 30px;
}
.video-container{
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.video-container:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.video-container .video-info{
    font-weight: 500;
    position: absolute;
    color: #fff;
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));*/
    z-index: 100;
    text-align: center;
    width: 100%;
    height: 100%;
}
.video-container .video-info p{
    margin: 70px auto;
}
.video-container .video-info h3{

    line-height: 69px;
    text-align: center;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
/*    max-width: 891px;
    max-height: 186px;*/
    margin: 0 auto;
}
/*.video-container .video-info p{
    text-align: center;
    max-width: 910px;
    max-height: 98px;
    word-wrap: normal;
 }*/
.home-block-com-con-saf{
    min-height: 500px;
    justify-content: center;
    align-content: center;
}
.home-block-com-con-saf .card{
    border: none;
    text-align: center;
    padding: 50px 0;
}
.home-block-com-con-saf h4{

    font-weight: 500;

    line-height: 46px;
    text-align: center;
    color: #000;
}
.home-block-com-con-saf p{
    font-weight: 400;
    text-align: center;
    color: #576265;
}
.home-block-com-con-saf img{
    height: 140px;
    margin: 0 auto;
}
.home-block-rotator{
    display: flex;
    min-height: 777px;
}
.block-rotator h3,
.home-block-rotator h3{
    font-weight: 500;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #000;
}
.block-rotator h4{
    font-weight: 500;

    line-height: 46px;
}
.block-rotator .base-selection{
    display: grid;
    column-gap: 32px;
    grid-template-columns: repeat(3, 96px);
    width: 100%;
    margin-top: 17px;
}
.block-rotator .base-selection .base-selection-item img{
    top: 0;
    right: 0;
}
.block-rotator .base-selection .base-selection-item:hover img{
    position: relative;
    transform: scale(2.5);
    top: -30px;
    right: 10px;
    transition: all 0.4s ease 0s;
}
.block-rotator .base-selection .base-selection-item{
    cursor: pointer;
    width: 96px;
    height: 127px;
}
.block-rotator .base-selection .base-selection-item p{
    font-weight: 400;
    color: #44A1D0;
    margin-top: 5px;
}
.block-rotator .base-selection .base-selection-item .border-wrap{
    position: relative;
    background: var(--blue);
    padding: 3px;
    overflow: hidden;
}
.block-rotator .base-selection .base-selection-item.selected .border-wrap{
    background: var(--main-gradient);
}
.block-rotator .base-selection .base-selection-item.selected p{
    color: #005DA6;
}
.inside-layout{
    position: relative;
    width: 100%;
}
.prod-info .inside-layout img,
.block-rotator .inside-layout img{
    width: 96px;
    margin-top: 35px;
}
.home-block-rotator .inside-layout.big-icon img{
    width: 140px;
}
.block-scheme{
    height: 50vw;
}
.block-scheme.scheme-round{
    background: no-repeat center/100% url("../images/scheme.jpg");
}
.block-scheme.scheme-square{
    background: no-repeat center/100% url("../images/scheme_s.jpg");
}
.block-scheme .link-instructions{
    position: absolute;
    margin: 40px;
}
.prod-info .inside-layout .inside-layout-txt,
.block-rotator .inside-layout .inside-layout-txt{
    font-weight: 400;
    text-align: center;
    color: #44A1D0;
}
.block-rotator .rotator-colors{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
}
.block-rotator .rotator-colors .rotator-ci{
    text-align: center;
    transition: all 0.4s ease 0s;
}
.block-rotator .rotator-colors .rotator-ci:hover{
    transform: scale(2);
 }
.block-rotator .rotator-colors .rotator-ci .small-icons-txt{
    font-weight: 400;
    color: #000;
    top: -15px;
    position: relative;
}
.bg-g-blue-t{
    background: var(--blue-gradient-t);
}
.bg-g-blue-b{
    background: var(--blue-gradient-b);
}

.block-btn{
    display: grid;
    justify-content: center;
    align-content: center;
    grid-template-columns: repeat(2, auto);
    column-gap: 31px;
    margin-top: 37px;
    align-items: center;
}
.block-links{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.813rem;
    color: #777777;
    margin-top: 43px;
}
.block-links .block-link img{
    width: 146px;
    height: 48px;
}
.block-links .block-link-qr{
    align-self: end;
    width: 213.49px;
    justify-self: end;
}
.block-links .block-link-qr img{
    height: 88px;
    width: 88px;
}
/*.home-block-rotator img{
    width: 589px;
    height: 539px;
}*/
.home-block-rotator .logo-rotator{
    width: 100%;
    max-width: 535px;
    height: 72px;
}
.block-rotator .col-lg-6,
.home-block-rotator .col-lg-6{
    display: grid;
    justify-content: center;
    align-content: center;
}


.home-block-rotator .logo-rotator{
    /*position: relative;
    top: 120px;*/
}
.home-block-rotator .logo-smart-lock{
    /*position: relative;
    top: 211px;*/
}
.home-block-rotator p{
    font-weight: 400;
    color: #576265;
}
.block-rotator p{
    font-weight: 400;
    color: #576265;
}
.block-scattered{

}
.block-scattered h3{
    font-weight: 500;
    line-height: 46px;
}
.block-scattered p{
    font-weight: 400;
    color: #576265;
}
.link-instructions{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    padding: 12px 0;
    /*display: inline-flex;*/
}
.link-instructions a{
    color: #005DA6;
    text-align:center;
    border-bottom: 1px solid transparent;
    border-image: var(--main-gradient);
    border-image-slice: 1;
    width:100%;
    text-decoration: none;
}
.link-instructions span{
    background: var(--main-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-remote-control{
    display: grid;
    align-content: center;
    justify-content: center;
    min-height: 841px;
}
.block-remote-control h3{
    font-weight: 500;
    letter-spacing: 0.05rem;
    height: fit-content;
}
.block-remote-control .blk-txt-sml{
    margin-top: 14px;
    font-weight: 500;
 }
.block-where-buy{
background: no-repeat center/cover url("../images/where_buy.png");
    height: 480px;
    user-select: none;
}
.store-locator-img{
    background: no-repeat center/cover url("../images/store_locator_img.jpg");
    height: 419px;
}
.store-banner{
    background: no-repeat center/cover url("../images/store-banner.jpg");
    height: 419px;
}
.instructions-banner{
    background: no-repeat center/cover url("../images/instructions-banner.jpg");
    height: 419px;
}
.video-collapse-btn,
.pdf-collapse-btn{
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 60px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    border-radius: 40px;
    user-select: none;
    float: left;
}
.video-collapse-btn:hover{
    box-shadow: 0 0 12px #41A5A0;
}
.pdf-collapse-btn:hover{
    box-shadow: 0 0 12px #317293;
}
.video-collapse-btn:active{
    box-shadow: 0 0 24px rgba(40, 136, 131, 0.7), inset 0 0 12px #2F837F;
}
.pdf-collapse-btn:active{
    box-shadow: 0 0 24px rgba(43, 136, 183, 0.7), inset 0 0 12px #286685;
}
.video-collapse-btn{
    max-width: 190px;
    max-height: 44px;
    background: var(--azure);
    margin-right: 36px;
}
.pdf-collapse-btn{
    max-width: 155px;
    max-height: 44px;
    background: var(--blue);
}
.search-inp{
    float: right;
    width: 481px;
    height: 44px;
    border: 1px solid #C0C0C0;
    border-radius: 40px;
    padding: 5px 10px 5px 50px;
    background: no-repeat scroll 10px 70% url('../images/svg-icon/magn-glass.svg');
}
.block-where-buy h3,
.store-locator-img h3,
.store-banner h3{
    font-weight: 500;
    line-height: 69px;
    text-align: center;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}
.block-where-buy p,
.store-locator-img p,
.store-banner p{
    font-weight: 500;
    line-height: 46px;
    text-align: center;
    max-width: 805px;
}
.store-locator-txt{
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    padding: 57px 0;
}
.block-where-buy a{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 286px;
    height: 53px;
}
.carousel-indicators{
    position: relative;
    margin-top: 25px;
}
.carousel-inner{
    display: flex;
    overflow: visible;
}
.carousel-dark .carousel-caption{
    bottom: -12rem;
}
.carousel-dark .carousel-caption h5{
    font-weight: 500;

    text-align: center;
}
.carousel-dark .carousel-caption p{
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    color: #000;
}
.carousel-item{
    transition: transform .3s ease-in-out;
}
.carousel-item .ex-pictures{
    opacity: 0.3;
    overflow: hidden;
}
.carousel-dark .carousel-indicators button{
    width: 80px;
    height: 8px;
}
.carousel-dark .carousel-indicators button:nth-child(1){
    background-color: var(--light-green);
}
.carousel-dark .carousel-indicators button:nth-child(2){
    background-color: var(--green);
}
.carousel-dark .carousel-indicators button:nth-child(3){
    background-color: var(--azure);
}
.carousel-dark .carousel-indicators button:nth-child(4){
    background-color: var(--blue);
}
.arrow-text{
    margin-bottom: 0.1rem;
}
.arrow-text:before{
    content: '';
    width: 20px;
    padding: 10px;
    margin-right: 14px;
    background: no-repeat center/100% url("../images/arrow_.svg");
}

/*** footer ***/
footer h3{
    display: flex;
    align-items: flex-end;
    font-weight: 500;

    line-height: 0.7;
}
footer .min-h-40{
    min-height: 40px;
}
footer .list-unstyled .nav-link{
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 2;
    color: #000;
}
footer .logo-rotator{
    max-width: 230px;
    height: 28px;
    width: 35vw;
}
.store-locator-map{
    padding-left: 128px;
    padding-right: 128px;
    padding-bottom: 220px;
}
#container-rs img{
    transition: opacity 3s ease 0s;
}

.basket_btn_inf{
    position: absolute;
    border-radius: 11px;
    background: #005DA6;
    color: #fff;
    width: 28px;
    height: 17px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    left: 170px;
    top: 5px;
}
.order-form{
    /*display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 140px;
    row-gap: 60px;
    justify-content: center;
    align-content: center;*/

    max-width: 73%;
    margin: 30px auto;
}
/*.order-form .block-f{
    !*position: relative;
    overflow: hidden;*!
    height: 90px;
}
.order-form .block-f:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
}*/
.rotator-inp{
    padding-top: 50px;
    width: 100%;
    height: 90px;
}
.rotator-inp{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #98B0BC;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #98B0BC;
    outline: none;
    min-height: 32px;
    width: 100%;
}
.rotator-inp:hover:not(:focus){
    color: #44A1D0;
    border-color: #44A1D0;
}
.rotator-inp:focus{
    color: #000;
    border-color: #44A1D0;
}
textarea.rotator-inp{
    padding-top: 50px;
    height: 90px;
}
.collapse-pdf{
    margin-top: 80px;
    margin-bottom: 295px;
}
.block-rotator .logo-smart-lock{
    width: 50%;
}
.r-block .logo-rotator{
    max-width: 535px;
    height: 72px;
}
.block-rotator{
    user-select: none;
}
@media (min-width: 992px) {
    .navbar.navbar-expand-lg {
        height: 125px;
    }
}
@media (max-width: 992px) {
    .navbar .logo-rotator{
        width: 40vw;
        margin-left: 15px;
    }
    .video-container .video-info h3{
        font-size: 18px!important;
        line-height: 26px!important;
    }
    .video-container .video-info p{
        font-size: 15px!important;
        line-height: 1!important;
        margin: 10px auto;
    }
    .heading2-txt{
        font-size: 14px!important;
        line-height: 18px !important;
    }
    .txt-1{
        font-size: 14px!important;
        line-height: 18px !important;
    }
    .home-block-com-con-saf img{
        height: 56px;
    }
    .navbar-collapse{
        margin-top: 30px;
    }
    .block-remote-control h3{
        margin: 50px auto 0;
    }
    .carousel-item .ex-pictures{
        display: none;
    }
    .carousel-dark .carousel-caption h5{
        font-size: 24px;
    }
    .carousel-dark .carousel-caption p{
        font-size: 17px;
    }
    .basket-items-list-table thead{
        display: none;
    }
    .colored-btn{
        font-size: 15px;
    }
    .link-instructions{
        font-size: 12px;
    }
    .d--none{
        display: none!important;
    }
    .block-where-buy a{
        width: 35vw;
        height: 40px;
        font-size: 12px;
        line-height: 1.5;
        padding: 10px;
    }
    .stroke-btn .g-border-btn rect{
        rx: 20px;
    }
    .navbar-brand{
        margin-right: 0;
    }
    footer .list-unstyled .nav-link{
        font-size: 14px;
    }
    .block-rotator .base-selection{
        column-gap: 25px;
        grid-template-columns: repeat(2, 71px);
    }
    .block-rotator .base-selection .base-selection-item{
        width: 71px;
    }
    .txt-2{
        font-size: 14px;
    }
    .inside-layout img{
        width: 55.88px;
        height: 60px;
    }
    .block-links,
    .small-icons-txt{
        font-size: 13px;
        line-height: 120%;
    }
    .prod-info .inside-layout .inside-layout-txt,
    .block-rotator .inside-layout .inside-layout-txt{
        max-width: 120px;
        /*max-height: 32px;*/
        margin: 0 auto;
        line-height: 120%;
    }
    .block-scheme {
        height: 100vw;
    }
    .block-scheme .link-instructions{
        margin: 0 15px;
    }
    .block-scheme.scheme-round{
        background: no-repeat center/cover url("../images/scheme_mob.jpg");
    }
    .block-scheme.scheme-square{
        background: no-repeat center/cover url("../images/scheme_s_mob.jpg");
    }
    #rotatorCarousel{
        min-height: 300px;
    }
    #rotatorCarousel .carousel-caption{
        bottom: -10rem;
    }
    .block-btn .colored-btn{
        font-size: 12px;
        padding: 0;
        width: 138px;
        height: 40px;
    }
    .link-instructions{
        max-width: 194px;
    }
    .txt-3,
    .large-block-txt{
        font-size: 14px!important;
    }
    .block-links{

    }
    .store-locator-map{
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .rotator-inp,
    .agreement-inp{
        font-size: 14px!important;
        height: 75px!important;
    }
    .geo-point-btn.stroke-btn{
        font-size: 12px!important;
        width: max-content;
        height: fit-content;
    }
    .block-search{
        grid-template-columns:unset;
        grid-gap: 30px;
        font-size: 12px!important;
    }
    .block-search .input-group{
        flex-wrap: wrap!important;
    }
    .block-search .input-group.search span{
        font-size: 12px!important;
    }
    .img-fluid.card-img.img-kit{
        padding-right: 100px;
    }
    .r-block .logo-rotator{
        max-width: 222px;
        height: 30px;
    }
    .r-block .logo-smart-lock{
        max-width: 160px;
        height: 16px;
    }
    footer .min-h-40{
        min-height: 0;
        font-size: 14px;
    }
    .stroke-btn{
        font-size: 12px;
        height: 40px;
        line-height: 1.5;
    }
    .items-collapse-btn{
        font-size: 14px!important;
    }
    .collapse-block-btn{
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }

}
@media (min-width: 1400px) {
    .container, .container-lg,
    .container-md, .container-sm,
    .container-xl, .container-xxl {
        max-width: 1500px;
    }
}
@media (min-width: 576px){
    .px-sm-7 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
}
@media (max-width: 720px){
    .px-xs-5{
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
    .mt-xs-0{
        margin-top: 0!important;
    }
    .colored-btn{
        min-width: 153px;
        width: fit-content;
        height: 40px;
        font-size: 12px;
        line-height: 1.5;
        padding: 10px 20px;
    }
    .img-sm{
        width: 90%!important;
        margin: 0 auto;
        display: block;
    }
    .home-block-rotator .logo-rotator,
    .home-block-rotator .logo-smart-lock{
        width: 80%;
        margin: 0 auto;
        top:0;
    }
    .home-block-rotator .logo-smart-lock{
        width: 70%;
    }
    .block-remote-control{
        min-height: 30px;
    }
    .block-remote-control h3{
        font-size: 18px!important;
        line-height: 26px!important;
    }
    .order-xs-last {
        order: 6 !important;
    }
    .navbar-nav .nav-item{
        margin-top: 15px;
    }
    .navbar-toggler svg{
        width: 13vw;
    }
    .f-logo{
        width: 50vw;
    }
    .search-container{
        width: 100%;
        margin-bottom: 32px;
    }
    .search-inp{
        width: 100%;
    }
    .navbar-toggler.collapsed .hamb-rotate{
        width: 70px;
    }
    .heading1-txt{
        font-size: 18px!important;
        line-height: 26px!important;
    }
    .block-where-buy{
        max-height: 230px;
    }
    .video-collapse-btn{
        max-width: 155px;
        margin-right: 15px;
    }
    .video-instruction .video-card .video-info{
        font-size: 14px!important;
        line-height: 17px;
        margin-top: 12px;
        height: 66px;
    }
    .video-instruction .video-card{
        margin-bottom: unset;
    }
    .pagination-container{
        display: block!important;
    }
}

@keyframes rs-highlight {
    0% {
        transform: translate(-100%, -25%) rotate(10deg);
    }
    20% {
        transform: translate(100%, -25%) rotate(10deg);
    }
    100% {
        transform: translate(100%, -25%) rotate(10deg);
    }
}


.geo-point-btn{
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    width: 300px;
    height: 53px;
    border: none;
    outline: none;
    background: transparent;
}
.geo-point-btn:before{
    content: '';
    background: no-repeat center/70% url("../images/ellipse.svg");
    padding: 10px;
    margin-right: 16px;
}
/**************************************************/


/***** popup *****/
#popup{
    background:var(--azure-light) border-box;
    color: #000;
    font-family: 'Jost'!important;
    font-size: 22px;
    border-radius: 15px;
}
#popup .popup-window-titlebar-text:before{
    content: '';
    padding: 60px;
    margin-right: 10px;
    background: no-repeat center/100% url('/images/logo_armadillo smart.png');
}
#popup .popup-window-titlebar-text{
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
}
#popup .popup-window-close-icon::after{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6066 21.3934C22.2161 21.0029 21.5829 21.0029 21.1924 21.3934C20.8019 21.7839 20.8019 22.4171 21.1924 22.8076L22.6066 21.3934ZM40.9914 42.6066C41.3819 42.9971 42.0151 42.9971 42.4056 42.6066C42.7961 42.2161 42.7961 41.5829 42.4056 41.1924L40.9914 42.6066ZM21.1924 41.1924C20.8019 41.5829 20.8019 42.2161 21.1924 42.6066C21.5829 42.9971 22.2161 42.9971 22.6066 42.6066L21.1924 41.1924ZM42.4056 22.8076C42.7961 22.4171 42.7961 21.7839 42.4056 21.3934C42.0151 21.0029 41.3819 21.0029 40.9914 21.3934L42.4056 22.8076ZM21.1924 22.8076L40.9914 42.6066L42.4056 41.1924L22.6066 21.3934L21.1924 22.8076ZM22.6066 42.6066L42.4056 22.8076L40.9914 21.3934L21.1924 41.1924L22.6066 42.6066Z' fill='%2000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
}
#popup .fb-input{
    display: flex;
    border-bottom: 1px solid #98B0BC;
}
#popup .fb-input:hover{
    border-bottom: 1px solid #44A1D0;
}
#popup .fb-form .hint{
    top: 25px;
    position: relative;
    width: fit-content;
}
#popup .fb-form .fb-input input,
#popup .fb-form .fb-input textarea{
    font-family: 'Jost';
    font-size: 22px;
    border: none;
    /*border-bottom: 1px solid #98B0BC;*/
    background: transparent;
    outline: none;
    min-width: 250px;
    min-height: 68px;
    text-indent: 40px;
    width: 100%;
    color: #98B0BC;
}
#popup .fb-form .fb-input input:hover,
#popup .fb-form .fb-input textarea:hover{
    /*border-bottom: 1px solid #44A1D0;*/
    color: #44A1D0;
}
#popup .fb-form .fb-input input:focus,
#popup .fb-form .fb-input textarea:focus{
    color: #000!important;
}

#popup .fb-form .fb-input textarea{
    height: 50px;
}
 #popup .apply__item{
     max-width: 700px;
 }
#popup .colored-btn{
    float: right;
    border: none;
    cursor: pointer;
}
#popup .g-recaptcha, .g-recaptcha div{
    overflow: hidden;
    max-width: 100%;
}
#popup .g-recaptcha iframe, body > div[style]:last-of-type{
    transform: scale(0.9);
    transform-origin: left top;
}
/***** popup *****/




/*** chekbox ***/
.agreement-inp {
    font-size: 19px;
    cursor: pointer;
    position: relative;
    margin: auto;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}
.agreement-inp:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(34,50,84,0.03);
    opacity: 0;
    transition: opacity 0.2s ease;
}
.agreement-inp svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--blue);
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}
.agreement-inp svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}
.agreement-inp svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}
.agreement-inp:hover:before {
    opacity: 1;
}
.agreement-inp:hover svg {
    stroke: var(--dark-blue);
}
#agreement_inp{
    display: none;
}
#agreement_inp:checked + .agreement-inp svg {
    stroke: var(--dark-blue);
}
#agreement_inp:checked + .agreement-inp svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}
#agreement_inp:checked + .agreement-inp svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}
/*** chekbox ***/
