html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
}

.contact-form {
    max-width: 400px;
    margin: auto;
    font-size: 14px;
}

.form-check-input {
    font-size: 16px;
    cursor: pointer;
}

.form .form-control:not(.phone) {
    min-width: 400px;
}

.form a {
    text-decoration: none;
}

.form-check-input:checked {
    background-color: rgb(82, 168, 101);
    border-color: rgb(82, 168, 101);
}

.form .obligatory-field {
    font-size: 14px;
}

.success-icon {
    font-size: 148px;
}

.alert {
    font-size: 13px;
}

.phone-button .material-symbols-outlined {
    font-size: 28px;
    margin-top: 5px;
}

video {
    width: 100%;
    object-fit: cover;
    position: relative;
    clip-path: inset(1px 1px);
    isolation: isolate;
}

.flex-video-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 70px 20px 60px;
}

.flex-video-container video {
    max-width: 400px;
}

.animation-col-padding {
    text-align: center;
}


.mobile-padding {
    padding-top: 35px;
}

.logo {
    margin-left: -10px;
}

.main-header {
    margin-top: -10px;
}

.main-lead {
    font-size: 13px;
}

.advice {
    font-size: 13px;
}

#main-menu {
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
}

.menu-logo {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}

.menu-logo.visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.sticky {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
}

.sticky+.content {
    padding-top: 0px !important;
}

.nav,
.navbar {
    background-color: white;
}

.sticky .nav {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.navbar {
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
}

.navbar button {
    border: none;
}

.nav-link {
    border-radius: 0 !important;
    font-size: 13px;
    font-weight: 600;
    background-color: transparent !important;
}

.nav-link.active {
    font-weight: 800 !important;
    color: rgb(82, 168, 101) !important;
    border-bottom: 3px solid rgb(82, 168, 101) !important;
}

.nav-link:not(.active) {
    color: rgb(82, 168, 101) !important;
    border-bottom: 3px solid transparent !important;
}

section {
    scroll-margin-top: 40px;
}

.partners {
    padding: 30px;
    margin-top: 40px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.partners img {
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1);
    /* Microsoft Edge and Firefox 35+ */
    opacity: 0.7;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
    transition: opacity 0.3s linear;
}

/* Disable grayscale on hover */
.partners img:hover {
    -webkit-filter: grayscale(0);
    filter: none;
    opacity: 1;
}

.infographics {
    text-align: center;
}

.infographics .number {
    font-size: 42px;
    font-weight: 800;
}

.infographics .text {
    font-size: 14px;
}

.section-header {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}

.border-indent {
    margin-top: 20px;
    margin-left: 5px;
}

.border-indent.left {
    border-left: 6px solid rgb(82, 168, 101);
    padding-left: 20px;
}

.border-indent.right {
    border-right: 6px solid rgb(82, 168, 101);
    padding-right: 20px;
    text-align: right;
}

.carousel {
    border: 1px solid #eee;
    border-radius: 20px;
}

.carousel-item .inside-item {
    height: 720px;
    padding: 20px;
}

.carousel-item.active {
    display: block;
}

.carousel-indicators button {
    color: rgb(82, 168, 101) !important;
    background-color: rgb(82, 168, 101) !important;
    border-radius: 50%;
    margin-right: 20px !important;
    width: 20px !important;
    height: 20px !important;
}

.about .card {
    margin-bottom: 30px;
    padding: 0;
}

.about .card .icon,
.services .card .icon {
    font-size: 48px;
}

.about .card .img-sber,
.about .card .img-tips {
    height: 50px;
}

.about .card .img-flag {
    height: 60px;
}

.features {
    align-items: center;
}

.features .header,
.your_business .header,
.equipment .header {
    font-size: 24px;
    font-weight: 600;
}

.add-equipment {
    right: 42%;
    bottom: -35px;
    z-index: 3;
    width: 57px;
    height: 57px;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: white;
    color: rgb(82, 168, 101);
    border-radius: 50%;
}

.add-equipment .material-symbols-outlined {
    font-size: 50px;
    margin-top: 3px;
}

.features .header.right {
    text-align: right;
}

.features .lead,
.your_business .lead,
.equipment .lead,
.your_business .carousel .lead,
.contacts .lead {
    font-size: 15px;
}

.your_business .sub-header,
.equipment .sub-header {
    font-size: 18px;
    font-weight: 600;
}

.your_business .card,
.equipment .card {
    padding-top: 0;
}

.img-equipment {
    max-height: 180px;
}

.card {
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 5px 5px;
    display: flex;
    flex-direction: row;
    padding: 20px;
    border-radius: 20px;
}

.card-title {
    font-size: 22px;
    font-weight: 800;
    color: rgb(82, 168, 101);
}

.card-subtitle {
    font-size: 11px;
}

.card .list-group {
    font-size: 12px;
}

.card .list-group-item {
    vertical-align: middle;
}

.card .list-group-item.featured {
    background-color: rgb(228, 247, 232);
}

.card .list-group-item.featured-plus {
    background-color: rgb(239, 218, 249);
}

.card .list-group-item .featured-plus-text {
    color: rgb(191, 93, 237);
}

.card .list-group-item .wrapper {
    align-items: center;
}

.card .list-group-item .item-text {
    font-size: 10px;
    vertical-align: end;
}

.card .badge {
    height: 100%;
}

.card .badge.text-badge {
    font-size: 22px;
    margin-left: 2px;
}

.card .badge.text-badge-addition {
    font-size: 15px;
    margin-left: -10px;
}

.card .list-group .material-icons {
    font-size: 19px;
}

.card .price {
    text-align: center;
    padding-top: 20px;
    color: rgb(82, 168, 101);
    font-size: 28px;
    font-weight: 200;
}


.violet-text {
    color: rgb(175, 82, 222);
}

.green-text {
    color: rgb(82, 168, 101);
}

.contacts {
    background-color: rgb(82, 168, 101);
    box-shadow: inset 0 3px 8px -3px rgba(0, 0, 0, 0.22);
    color: white;
}

.contacts .info-text {
    font-size: 18px !important;
    font-weight: 200;
}

.thin {
    font-weight: 300;
}

.phone-link {
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 18px;
}

.footer {
    text-align: center;
    padding-bottom: 30px;
    font-size: 13px;
    font-weight: 300;
}

.privacy-link {
    text-decoration: none;
    color: white;
    letter-spacing: 0.2pt;
    font-weight: 600;
    font-size: 11px;
}

.privacy-link:hover {
    text-decoration: underline;
}

.centered {
    text-align: center;
}

.mute-icon {
    z-index: 10;
    color: white;
    margin: 10px;
    padding: 2px 5px 5px 5px;
    border-radius: 20px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
}

#mute-icon-span {
    width: 22px;
}

.video-text {
    z-index: 10;
    font-size: 19px;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    width: 100%;
    bottom: 30px;
    color: white;
    text-align: center;
}

.green-button {
    background-color: rgb(82, 168, 101);
    border-color: rgb(82, 168, 101);
    border-radius: 30px;
    font-weight: 300;
}

.green-button:hover {
    background-color: rgb(96, 186, 116);
    border-color: rgb(96, 186, 116);
}

.green-button-outline {
    background-color: white;
    color: rgb(82, 168, 101);
    border-color: rgb(82, 168, 101);
    border-radius: 30px;
    font-weight: 300;
}

.green-button-outline:hover {
    background-color: rgb(96, 186, 116);
    border-color: rgb(96, 186, 116);
}

.green-text {
    color: rgb(82, 168, 101);
}

.material-icons,
.material-icons-outlined {
    display: inline-flex;
    vertical-align: top;
}

.loader-icon {
    font-size: 56px;
    color: #aaa;
}

.rotate {
    animation: rotation 0.5s infinite linear;
}

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 800;
}

.green-button {
    padding: 10px 20px 10px 20px;
}

.text-service-price {
    font-size: 18px;
}

.btn {
    font-size: 12px;
    padding: 10px 20px;
}

/* desktop */
@media (min-width: 1024px) {

    .btn {
        font-size: 14px;
        padding: 10px 30px;
    }

    .main-lead {
        font-size: 17px;
    }

    .animation-col-padding {
        padding-right: 100px;
        text-align: left;
    }

    .flex-video-container {
        padding: 20px 0 0 0;
    }

    .video-text {
        font-size: 48px;
        bottom: 70px;
    }

    .mute-icon {
        margin: 30px;
        padding: 10px 10px 10px 10px;
        border-radius: 40px;
    }

    #mute-icon-span {
        width: 36px;
    }

    #main-menu-holder {
        height: 75px;
    }

    .card .list-group-item .item-text {
        font-size: 11px;
    }

    .about .card .icon,
    .services .card .icon {
        font-size: 78px;
    }

    .card-title {
        font-size: 38px;
    }

    .card-subtitle {
        font-size: 13px;
    }

    .about .card .img-sber,
    .about .card .img-tips {
        height: 70px;
    }

    .about .card .img-flag {
        height: 80px;
    }

    .carousel-item .inside-item {
        height: 500px;
        padding: 40px;
    }

    .your_business .lead,
    .equipment .lead,
    .features .lead,
    .your_business .carousel .lead,
    .contacts .lead {
        font-size: 15px;
    }

    .add-equipment {
        right: -45px;
        bottom: 40%;
    }

    .border-indent.left {
        padding-left: 30px;
    }

    .border-indent.right {
        padding-right: 30px;
    }

    .infographics .number {
        font-size: 56px;
    }

    .infographics .text {
        font-size: 17px;
    }

    .your_business .sub-header,
    .equipment .sub-header {
        font-size: 20px;
    }

    .section-header {
        font-size: 34px;
    }

    .section-header#trust {
        font-size: 44px;
    }


    .features .header,
    .your_business .header,
    .equipment .header {
        font-size: 30px;
    }

    .contacts .info-text {
        font-size: 26px !important;
    }

    .phone-link {
        font-size: 32px;
    }

}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animate-flicker {
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}