body {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #212121;
}
.responsive {
    max-width: 100%;
}
h1 {
    font-weight: 500;
    font-size: 24px;
}
h2 {
    font-weight: 500;
    font-size: 22px;
}
.page a {
    color: #2F80ED;
    border-bottom: 1px solid rgba(47, 128, 237, 0.3);
    padding-bottom: 3px;
    text-decoration: none;
}
.dark-mode header,
.dark-mode .main-banner {
    background: #202020;
}
.dark-mode header .logo {
    color: #FAFAFA;
}
header {
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #333333;
    left: 0;
    top: 0;
    z-index: 10;
}
header .logo {
    font-weight: 500;
    padding: 14px 5px;
}
header .social {
    margin-right: -15px;
}
header .social a {
    float: right;
    display: inline-block;
    border-left: 1px solid #333333;
    text-align: center;
    max-width: 50px;
    padding: 13px 14px 7px;
}
header .social .phone {
    padding-left: 18px;
    padding-right: 18px;
}
.page {
    padding-top: 50px;
    padding-bottom: 120px;
}
.main-banner {
    padding: 20px 0 30px;
}
.main-banner .image {
    border-radius: 4px;
    background: #C4C4C4;
    overflow: hidden;
    margin: 0px 15px 15px;
}
.main-banner .text {
    padding: 0 15px;
}
.main-banner .label {
    color: #219653;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    top: -4px;
}
.main-banner .label.online {
    padding-left: 12px;
}
.main-banner .label.online:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0px;
    top: 4px;
    border-radius: 4px;
    background: #27AE60;
}
.main-banner .title {
    margin-top: 2px;
    margin-bottom: 15px;
}
.dark-mode .main-banner .title {
    color: #F2C94C;
}
.main-banner .description {
    font-size: 18px;
    margin-bottom: 15px;
}
.dark-mode .main-banner .description {
    color: #F2F2F2;
}
.service {
    margin-bottom: 30px;
}
.service .image {
    height: 170px;
    background: #C4C4C4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.section-title {
    font-weight: 500;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.small-title {
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
}
.services {
    padding-bottom: 10px;
}
.services .small-title {
    margin-bottom: 6px;
}
.video {
    background: #F2F2F2;
    padding-top: 30px;
    padding-bottom: 30px;
}

video {
    width: 100%;
    height: auto;
}
.video-block {
    padding-left: 15px;
    padding-right: 15px;
}
.history {
    padding-bottom: 40px;
}
.history .image {
    border-radius: 4px;
    max-height: 280px;
    overflow: hidden;
    margin-bottom: 15px;
}
.full-story {
    margin-top: 16px;
}
.questions {
    background: #F2F2F2;
}
.p-inner {
    padding-left: 15px;
    padding-right: 15px;
}
.questions {
    padding-bottom: 40px;
}
.accordion .item {
    margin-bottom: 5px;
}
.accordion .title {
    font-weight: 500;
}
.accordion .header {
    border-radius: 4px 4px 0 0;
    background: #fff;
    padding: 13px 15px;
    border-bottom: 1px solid #E0E0E0;
}
.accordion .body {
    border-radius: 0 0 4px 4px;
    background: #fff;
    padding: 13px 15px;
}

footer {
    position: fixed;
    width: 100%;
    /*background-color: #fff;*/
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 20px 30px 30px;
    z-index: 20;
}
footer .call-to-action {
    width: 100%;
    /*max-width: 260px;*/
    max-width: 365px;
    border: 0;
    background: #F2C94C;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    color: #1A1405;
    text-align: center;
    padding: 18px 30px;
    display: inline-block;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 15;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
}
.overlay.is-active {
    opacity: 1;
    visibility: visible;
}
#reviews-block.content,
.overlay .content {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 450px;
}
#reviews-block.content {
    margin: 0 auto 30px;
    padding: 10px 10px 15px;
}
.overlay .content {
    padding: 40px 10px 80px;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.overlay .content.is-active {
    opacity: 1;
    visibility: visible;
    display: block;
}
.overlay .title {
    max-width: 80%;
    margin: 10px 0;
}
.overlay .header {
    border-bottom: 1px solid #E0E0E0;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    border-radius: 4px 4px 0 0;
}
.overlay .body {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    padding-top: 20px;
}
.author {
    font-weight: 500;
}
.overlay .close-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 10px 3px;
}
.full-story,
.accordion .item .body {
    height: 0;
    display: none;
}
.full-story.is-active,
.accordion .item.is-active .body {
    height: auto;
    display: block;
}
.accordion .header {
    position: relative;
}
.accordion .header:hover .opener path {
    stroke: #212121;
}
.accordion .item.is-active .opener {
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}
.accordion .item.is-active .opener path {
    stroke: #212121;
}

.accordion .opener {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 10px 8px 10px;
    text-align: center;
}
.animate__animated.animate__fadeInUp {
    --animate-duration: 700ms;
    /*--animate-delay: 0.9s;*/
}
.srv-block .image {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    max-height: 192px;
}
.srv-block .srv-content {
    padding: 10px 10px;
}

.overlay .srv-block .header {
    border: 0;
}
.overlay .srv-block.content {
    padding: 0px 0px 80px;
}
.overlay .srv-block .body {
    padding-top: 0;
}
.srv-block .description {
    font-size: 18px;
    color: #4F4F4F;
}
.notice {
    padding: 10px;
    border-left: 4px solid #F2C94C;
    border-radius: 4px;
    background: #F2F2F2;
}
#testimonials {
    height: 2px;
}