#dtr-header-global.on-scroll {
    z-index: 1999;
    padding: 2px 0;
}


@media (min-width: 992px) {
    .hero-section-top-padding h1 {
        font-size: 72px;
        line-height: 78px;
        font-weight: 700;
    }
}


.hero-section-top-padding h1 {
	position: relative;
	z-index: 2;
}

.hero-section-top-padding p {
    position: relative;
    z-index: 2;
}

.hero-section-top-padding .msn-logos {
    position: relative;
    z-index: 2;
}


.msn-logos > span {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

.msn-logos > span:last-child {
	margin-right: 0px;
}

.msn-logos img {
	width: 32px;
	height: 32px;
}

.msn-logo-soon {
	opacity: 0.14;
}

.msn-logo-soon span {
	display: none;
    font-size: 8px;
    position: absolute;
    bottom: -20px;
}

.msn-logo-soon:hover {
	opacity: 1;
}

.msn-logo-soon:hover span {
	display: block;
}


#dtr-header-global {
    padding: 10px 0;
    background-color: #f1fafb;
}


img.logo, a.logo img {
    max-height: 25px;
}

.dtr-nav.navbar-nav .nav-link {
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}

.dtr-btn, input[type="submit"] {
	background-image: linear-gradient(to right, #00bf8f 0%, #001510 50%, #00bf8f 100%);
	border-radius: 4px;
	padding: 12px 36px;
	background-size: 200% auto;
}

.dtr-btn:hover, input[type="submit"]:hover, .dtr-btn:focus, input[type="submit"]:focus {
    background-position: right center;
}


#dtr-header-global, .nav-link, .nav-link a {
	transition: none;
}

.dtr-btn {
	transition: background .3s linear!important;
}



.animations {
    display: table;
    background: #FFFFFF;
    width: 100%;
    text-align: center;
}

.animations .animations-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.animation {
    position: absolute;
}

.animation.animation-ap {
    height: 320px;
    width: 320px;
    right: 0;
    top: 0;
}

.animation-ap #animation-ap-f {
    fill: none;
    stroke: #aaa;
    stroke-width: 8;
    stroke-dasharray: 2870px;
    stroke-dashoffset: 2870px;
    -webkit-animation: apPath 7s linear infinite;
    animation: apPath 7s linear infinite;
}

.animation-ap #animation-ap-d {
    fill: none;
    stroke: #fff;
    stroke-width: 14;
    stroke-dasharray: 50px;
}

.animation-ap #animation-ap-ap {
    fill: #004c39;
    -webkit-transform: translate(-10px, -45px);
    transform: translate(-10px, -45px);
}

@-webkit-keyframes apPath {
	0% { opacity: 1; stroke-dashoffset: 2870px; }
	53% { opacity: 1; stroke-dashoffset: 0; }
	78% { opacity: 0; }
	100% { opacity: 0; stroke-dashoffset: 0; }
}
@keyframes apPath {
	0% { opacity: 1; stroke-dashoffset: 2870px; }
	53% { opacity: 1; stroke-dashoffset: 0; }
	78% { opacity: 0; }
	100% { opacity: 0; stroke-dashoffset: 0; }
}


.bg-green-light {
    background-color: #d9f1e2;
}

.cbquote-anim {
	position: absolute;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
}

.cbquote-anim-a1 {
	right: -50%;
    bottom: 100px;
}

.cbquote-anim-a2 {
    left: -50%;
    top: 190px;
}

.cbquote-anim-a3 {
	right: -34%;
    top: -50px;
}

.dtr-rounded-corner-sm { border-radius: 10px; }


.bg-effect-1:after {
    background: #0da574;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    content: "";
    height: 80%;
    right: -20%;
    position: absolute;
    top: 10%;
    transform: rotate(-5deg);
    width: 70%;
    z-index: -1;
}

.bg-effect-2:after {
    background: #0da574;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    content: "";
    height: 55%;
    right: -20%;
    position: absolute;
    top: 25%;
    transform: rotate(-5deg);
    width: 80%;
    z-index: -1;
}

.howitworks {
	-webkit-transform: scale(0.86) translateZ(-21rem) perspective(270rem) rotateY(-21deg) rotateX(21deg) rotate(3deg);
	transform: scale(0.86) translateZ(-21rem) perspective(270rem) rotateY(-21deg) rotateX(21deg) rotate(3deg);
    position: relative;
    top: -120px;
}


.howitworks-video video {
	width: 100%;
}







.tab .nav-tabs{border:none; display: inline-block;}
.tab .nav-tabs .nav-link{background: #ffffff; border-radius: 5px; margin-right: 20px; font-size: 20px; font-weight: 500; color: #1c1d3e; float: left; position: relative; display: inline-block; border:none; padding:15px 30px;}
.tab .nav-tabs .nav-link:last-child{margin-right: 0;}
.tab .nav-tabs .nav-link.active, .tab .nav-tabs .nav-link:hover, .tab .nav-tabs.active > a:focus, .tab .nav-tabs > a:hover{background: #0da574; color: #ffffff;}
.tab .tab-content{padding: 30px;}
.tab .nav-tabs{display: table; width: 100%; text-align: center;}

.tab.style-2{padding-top: 30px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(72 73 121 / 15%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
    box-shadow: 0px 0px 15px 0px rgb(72 73 121 / 15%);
    background-color: #fff;

}
.tab.style-2 .nav-tabs {display: flex;}
.tab.style-2 .nav-tabs .nav-link{background: none !important; padding: 0; flex: 1;}
.tab.style-2 .nav-tabs .nav-link i::after {background: #0da574; border-radius: 100%; box-sizing: border-box; content: ""; display: block; height: 100%; left: 0; margin: 0 auto; position: absolute; right: 0; top: 0; transition: all 0.2s ease-in-out 0s; width: 100%; z-index: -1; transform: scale(0);}
.tab .nav-tabs .nav-link.active i::after, .tab .nav-tabs.active > a:focus i::after{background: #0da574;}
.tab.style-2 .nav-tabs .nav-link i {color: #1c1d3e; font-size: 50px; line-height: 90px; margin: 0 auto; position: relative; transition: all 0.2s ease-in-out 0s; z-index: 1; display: block; height: 90px; width: 90px;}
.tab.style-2 .nav-tabs .nav-link h5 {margin: 0 0 1em; transition: all 0.2s ease-in-out 0s;}
.tab.style-2 .nav-tabs .nav-link:hover h5,
.tab.style-2 .nav-tabs .nav-link.active h5, .tab.style-2 .nav-tabs.active > a:focus h5 {color: #0da574;}
.tab.style-2 .nav-tabs .nav-link:hover i,
.tab.style-2 .nav-tabs .nav-link.active i, .tab.style-2 .nav-tabs.active > a:focus i {color: #ffffff;}
.tab.style-2 .nav-tabs .nav-link:hover i::after,
.tab.style-2 .nav-tabs .nav-link.active i::after, .tab.style-2 .nav-tabs.active > a:focus i::after{transform: scale(1);}
.tab.style-2 .tab-content{padding-top: 50px;}


.faq-numbers .faq-heading a {
    cursor: pointer;
}
.faq-numbers .faq-heading a.collapsed {
    border-bottom: 1px dashed;
}

.faq-numbers .faq-heading i {
    display: inline-block;
    font-style: normal;
    background: #0da574;
    color: #fff;
    border-radius: 100%;
    padding: 2px 8px 4px;
    line-height: 16px;
    font-size: 16px;
    position: relative;
    left: -45px;
    margin-right: -28px;
}


a.dashed {
    border-bottom: 1px dashed;
    text-decoration: none;
}
a.dashed:hover {
    border-bottom: none;
}

.cta-text {
    display: flex;
}
.cta-text span {
    margin-left: 20px;
    font-size: 0.7rem;
    line-height: 1rem;
    margin-top: 5px;
}


#svg-howto {
    position: absolute;
    left: 52%;
    z-index: -1;
    transform: translateX(-50%);
    width: 75%;
}

.work-process {
    position: relative;
}

.step-num-box {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.step-icon {
    background: #ffffff;
    width: 140px;
    height: 140px;
    position: relative;
    border: 3px solid #fafaff;
    border-radius: 50%;
    line-height: 140px;
    font-size: 40px;
    text-align: center;
    color: #555;
}

.step-icon span {
    position: relative;
}

.step-num {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 12px 20px 0 rgb(127 192 135 / 40%);
    color: #0da574;
    display: inline-block;
    font-size: 2.3rem;
    font-weight: 600;
    height: 50px;
    right: 0;
    line-height: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}



.bg-effect::after {
    background: #f1fafb;
    top: 0;
    content: " ";
    left: 25%;
    position: absolute;
    right: 0;
    z-index: -1;
    height: 100%;
    border-top-left-radius: 50%;
}

.bg-effect.right::after {
    left: 0;
    right: 25%;
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
}



.hidden {
    display: none;
}

.chatbot-demo {
    height: 680px;
}

.rplto-chat-start .dtr-btn, .rplto-chat-start .dtr-btn:focus, .rplto-chat-start .dtr-btn:active {
    width: calc(100% - 14px);
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}



p.small {
    line-height: 1.4em;
}


#dtr-footer {
    background-image: url(../images/footer-bg.png);
}



.card {
    border-color: #eeeeee;
    border-radius: 6px;
}

.features-card {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow: hidden;
}

.features-card h6 {
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.features-card i {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    min-width: 45px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #1f0757;
    text-align: center;
    color: #ffffff;
    line-height: 45px;
    font-size: 20px;
    margin-right: 15px;
}

.features-card i {
    background-color: #00b894;
}


.dtr-list-simple li:hover {
    margin-left: 0px;
}

.faq-content a {
    text-decoration: underline;
}

form label.error {
    color: #aa0000;
    margin: 0px;
}

.features-video video {
    max-width: 100%;
}



.video-responsive {
	position: relative;
	padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
	height: 0;
	overflow: hidden;
}
.video-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}



@media (max-width: 576px) {
    .hero-section-top-padding h1 {
        font-size: 1.68em;
    }
}


.disclaimer {
	color: #E4E4E4;
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
}
