/*   
Theme Name: Rinox
Theme URI: http://rinox.by
Description: WebSite
Author: Rinox Studio
Author URI: http://rinox.by
Version: 1.3.3
*/
html {
    font-size: 14px;
    overflow-x: hidden;
}

body {
    font-family: "Roboto", sans-serif;
    color: #1E2123;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    position: relative;
}

main {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    color: #1E2123;
    position: relative;
}

table p:last-child,
table ul:last-child {
    margin-bottom: 0;
}

table ul,
table ol {
    padding-left: 20px;
}

a {
    color: black;
    outline: none;
}

li a {
    color: #2A7EC7;
}

.navbar li a {
    color: #1E2123;
}

form label a {
    color: #2A7EC7;
}

img,
ul {
    margin-bottom: 15px;
}

p a {
    color: #2A7EC7;
}

a:focus,
a:hover {
    color: black;
}

h1,
.h1 {
    font-size: 24px;
}

.my-5 {
    font-weight: lighter;
    font-size: 2.7rem;
}

h2,
.h2 {
    font-size: 24px;
}

h3,
.h3 {
    font-size: 16px;
}

h4,
.h4 {
    font-size: 14px;
}

.h3::after,
.h4::after,
.h5::after {
    display: none;
}

section {
    position: relative;
}

iframe {
    min-width: 70%;
}

iframe.original {
    min-width: 1px;
}

.z-index-m1 {
    z-index: -1;
}

.z-10 {
    z-index: 10;
}

.w-50p {
    width: 50px;
    height: 50px;
}

.shadow-0 {
    box-shadow: none !important;
    text-shadow: none !important;
}

strong,
.fw-700 {
    font-weight: 700 !important;
}

/*------------------------------------
  Colors
------------------------------------*/
.r-bg-dark {
    background-color: #1E2123;
}

.r-bg-primary {
    background-color: #2A7EC7;
}

.r-bg-white {
    background-color: #fff;
}

.r-bg-alternate {
    background-color: #f5f5f5;
}

.r-bg-black-opacity-0_5 {
    background-color: rgba(0, 0, 0, .5);
}

.r-color-dark {
    color: #1E2123;
}

.r-color-primary {
    color: #2A7EC7;
}

.r-color-white-opacity-0_5 {
    color: rgba(255, 255, 255, .5);
}

.r-color-white {
    color: #fff;
}

.border-primary {
    border-color: #2A7EC7 !important;
}

.border-primary-light {
    border-color: rgba(42, 126, 199, .15) !important;
}

.border-3 {
    border-width: 3px !important;
}

.opacity-5 {
    opacity: .5;
}

.display-5 {
    font-size: 2.5rem;
}

.text-justify,
.text-justify p {
    text-align: justify;
}

/*------------------------------------
  Buttons
------------------------------------*/

.btn {
    padding: 10px 15px;
    border-radius: 0;
    border: 1px solid #fff;
    line-height: 1;
    transition: all .3s;
}

.btn:hover {
    cursor: pointer;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
    outline: none;
}

.btn-primary {
    border-color: #2A7EC7;
    background-color: #2A7EC7;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
    opacity: .9;
    color: #fff;
}

.btn-white {
    border-color: #fff;
    background-color: #fff;
    color: #2A7EC7;
}

.btn-w-transparent {
    background-color: transparent;
    color: #fff;
}

.btn-gray-transparent {
    background-color: transparent;
    border-color: #555;
}

.btn-w-transparent:hover,
.btn-w-transparent:focus {
    background-color: #fff;
    color: #2A7EC7;
}

.btn-yellow {
    border-color: #FF6A26;
    background-color: #FF6A26;
    color: #fff;
}

.btn-yellow:hover,
.btn-primary:focus {
    opacity: .9;
    color: #fff;
    background-color: #db4400;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #0E4B81;
    /*    background-color: #8f8f8f;
    border-color: #007bff;*/
}

/*------------------------------------
  MARGINS
------------------------------------*/
.r-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.r-mx-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.r-mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.r-mx-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.r-mb-10 {
    margin-bottom: 10px;
}

.r-mb-20 {
    margin-bottom: 20px;
}

.r-mb-30 {
    margin-bottom: 30px;
}

.r-mb-40 {
    margin-bottom: 40px;
}

.r-mb-50 {
    margin-bottom: 50px;
}

.r-mb-70 {
    margin-bottom: 70px;
}

.r-mb-100 {
    margin-bottom: 100px;
}

.r-mt-10 {
    margin-top: 10px;
}

/* MARGINS (md)
------------------------------------*/
@media (min-width: 768px) {
    .r-mx-0--md {
        margin-left: 0px;
        margin-right: 0px;
    }

    .r-mx-5--md {
        margin-left: 5px;
        margin-right: 5px;
    }

    .r-mx-10--md {
        margin-left: 10px;
        margin-right: 10px;
    }

    .r-mx-15--md {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* MARGINS (lg)
------------------------------------*/
@media (min-width: 992px) {
    .r-mx-0--lg {
        margin-left: 0px;
        margin-right: 0px;
    }

    .r-mx-5--lg {
        margin-left: 5px;
        margin-right: 5px;
    }

    .r-mx-10--lg {
        margin-left: 10px;
        margin-right: 10px;
    }

    .r-mx-15--lg {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/*------------------------------------
  PADDINGS
------------------------------------*/
.r-pb-10 {
    padding-bottom: 10px;
}

.r-pb-20 {
    padding-bottom: 20px;
}

.r-pb-100 {
    padding-bottom: 100px;
}

.r-pr-5 {
    padding-right: 5px;
}

.r-pl-5 {
    padding-left: 5px;
}

.r-pl-20 {
    padding-left: 20px;
}

.r-pr-20 {
    padding-right: 20px;
}

.r-pa-0 {
    padding: 0;
}

.r-pa-5 {
    padding: 5px;
}

.r-pa-10 {
    padding: 10px;
}

.r-pa-15 {
    padding: 15px;
}

.r-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.r-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.r-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.r-py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.r-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.r-py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.r-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.r-py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.r-py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
}

.r-px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.r-px-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.r-px-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.r-pt-20 {
    padding-top: 20px;
}

.r-pt-30 {
    padding-top: 30px;
}

.r-pt-40 {
    padding-top: 40px;
}

.r-pt-60 {
    padding-top: 60px;
}

.r-pb-40 {
    padding-bottom: 40px;
}

.r-pl-10 {
    padding-left: 10px;
}

/* PADDINGS (md)
------------------------------------*/
@media (min-width: 768px) {
    .r-pa-0--md {
        padding: 0px;
    }

    .r-pa-5--md {
        padding: 5px;
    }

    .r-pa-10--md {
        padding: 10px;
    }

    .r-pa-15--md {
        padding: 15px;
    }
}

/* PADDINGS (lg)
------------------------------------*/
@media (min-width: 992px) {
    .r-pa-0--lg {
        padding: 0px;
    }

    .r-pa-5--lg {
        padding: 5px;
    }

    .r-pa-10--lg {
        padding: 10px;
    }

    .r-pa-15--lg {
        padding: 15px;
    }
}


/*------------------
  SLICK
------------------*/

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    /*cursor: hand;*/
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide>img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.grats-slider .slick-arrow,
.abs-arrow.slick-arrow,
.serts-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 28px);
    z-index: 40;
}

.serts-slider .slick-track,
.serts-modal-slider .slick-track {
    display: flex !important;
}

.serts-slider .slick-track .slick-slide,
.serts-modal-slider .slick-track .slick-slide {
    height: inherit !important;
}

.fs-1 {
    font-size: 1.3rem !important;
}

.fw-400 {
    font-weight: 400 !important;
}

/*------------------
  HEADER
------------------*/
header {
    /*position: relative;*/
    position: fixed;
    z-index: 1040;
    background-color: #fff;
    width: 100%;
}

header .contact-icons-mobile i {
    color: #6c757d;
}

#header-top {
    background-color: #f5f5f5;
}

#header-top a,
#header-top i,
#header-top span {
    font-size: 1.3rem;
}

#header-top span {
    line-height: 24px;
}

#header-top .form-group {
    margin-bottom: 0;
}

.search-btn i.fa-search {
    transition: all .3s;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

#header .contact-icons-mobile a {
    position: relative;
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
}

#header .contact-icons-mobile i {
    transition: all .3s;
    position: absolute;
    top: calc(50% - .6rem);
    left: calc(50% - .6rem);
    font-size: 1.2rem;
    color: #6c757d;
}

#header .search-btn.active i.fa-search {
    transform: translateY(1.5rem);
    opacity: 0;
    visibility: hidden;
}

#header .search-btn.active i.fa-times {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

#header .search-btn i.fa-times {
    transform: translateY(-1.5rem);
    opacity: 0;
    visibility: hidden;
}

main {
    padding-top: 120px;
    /*padding-top: 193px;*/
}

.mobile-dinamic-header+main {
    /*padding-top: 85px;*/
    padding-top: 161px;
}

.search-bar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f8f9fa;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .3);
    visibility: hidden;
    opacity: 0;
    transform: translateY(2rem);
    transition: all .3s;
}

.search-bar.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.search-bar i.fa-times {
    display: none;
}

@media(min-width: 992px) {
    .search-bar i.fa-times {
        display: block;
        font-size: 2rem;
        padding: .25rem;
        color: #6c757d;
        opacity: .3;
        transition: all .3s;
        position: absolute;
        right: 100px;
    }

    .search-bar i.fa-times:hover {
        cursor: pointer;
        opacity: 1;
        transform: rotate(180deg);
    }
}

#searchform {
    position: relative;
    padding-right: 40px;
}

#header-top span i {
    color: #2A7EC7;
}

#searchform i {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 1.5rem;
    padding: .5rem;
    transform: translateY(-50%);
}

#searchform i:hover {
    color: #2A7EC7;
}

#searchform input {
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #555;
    border-radius: 0;
    font-weight: 300;
    height: 2.5rem;
    font-size: 1.2rem;
}

#searchform input::placeholder {
    color: #bbb;
}

#header {
    padding-top: 18px;
    padding-bottom: 18px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3)
}

#logo svg {
    height: 44px;
}

#logo img {
    height: 60px;
    margin: -0.5rem 0 -0.5rem 0;
}

ul#nav li {
    padding: 10px;
    font-weight: 500;
}

ul#nav li a:hover {
    text-decoration: none;
    color: #2A7EC7;
    transition: all .3s;
}

ul#nav li.current-menu-item>a {
    color: #2A7EC7;
}

ul#nav li.current-menu-item>span {
    color: #2A7EC7;
    cursor: default;
}

.navbar {
    padding: 0;
    padding-top: 5px;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children>ul {
    min-width: 170px;
    list-style: none;
    padding: 0;
    background-color: #f5f5f5;
    color: #1E2123;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0px;
    overflow: hidden;
    transition: all .3s;
}

.menu-item-has-children>ul>li:hover {
    background-color: #fff;
}

@media (min-width: 992px) {
    .menu-item-has-children:hover>ul {
        max-height: 328px;
    }
}

@media (max-width: 991px) {
    .menu-item-has-children.showdrpdwn a {
        margin-bottom: 10px;
    }

    .menu-item-has-children.showdrpdwn>ul {
        max-height: 300px;
    }

    .menu-item-has-children i {
        border-left: 1px solid #6c757d;
        color: #6c757d;
    }

    .menu-item-has-children i.fa-chevron-up {
        display: none;
    }

    .menu-item-has-children.showdrpdwn i.fa-chevron-up {
        display: inline;
    }

    .menu-item-has-children.showdrpdwn i.fa-chevron-down {
        display: none;
    }

    /*  .menu-item-has-children.showdrpdwn:after {
    display: none;
  }*/
    /*  .menu-item-has-children:focus:after {
    display: none;
  }*/
    .dropdown-overlay:checked {
        display: none;
    }

    .menu-item-has-children:hover a {
        margin-bottom: 10px;
    }

    .menu-item-has-children>ul {
        position: relative;
        background-color: #fff;
        padding-left: 20px;
        box-shadow: none;
        /*top: calc(100% + 10px);*/
        top: 10px;
    }
}

@media(min-width: 992px) {
    .menu-item-has-children i {
        display: none !important;
    }
}

.breadcrumb-container {
    border-bottom: 1px solid #ccc;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}

.breadcrumb .current-item {
    opacity: .6;
}

.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .65);
}

h1,
h2 {
    display: inline-block;
    margin-bottom: 20px;
}

h1:after,
h2:after {
    content: '';
    height: 2px;
    width: 100%;
    max-width: 120px;
    background-color: #2A7EC7;
    position: absolute;
    bottom: -10px;
    left: 0;
}

#service-hero h1:after {
    background-color: #FFFFFF;
}

.text-center h1:after,
.text-center h2:after {
    left: 50%;
    transform: translateX(-50%);
}

span.accent {
    color: #2A7EC7 !important;
}

.btn-row .btn {
    margin-right: 15px;
}

.term-item {
    position: relative;
}

.term-content {
    /*  max-height: 180px;*/
    overflow: hidden;
    padding-left: 55px;
}

.term-content h4 {
    text-transform: uppercase;
    min-height: 38px;
}

.term-icon {
    width: 48px;
    position: absolute;
    top: 0;
    left: 0;
}

.term-icon i {
    font-size: 38px;
    color: #2A7EC7;
}

.slick-slide>img {
    display: block;
    width: 100%;
    height: auto;
}

.slick-slide:focus {
    box-shadow: none !important;
    outline: none !important;
}

.client-slide {
    padding: 25px;
}

.client-slide .inner {
    height: 130px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.client-slide:focus,
.expert:focus {
    outline: none;
}

.grats-item {
    display: inline-block;
    padding: 3px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}

.grats-item img {
    width: 100%;
    max-width: 170px;
}

.company-details p,
.company-details dl {
    font-size: 12px;
}

.company-details dt,
.company-details dd {
    display: contents;
    font-weight: normal;
}

footer {
    border-top: 1px solid #ccc;
    z-index: 1001;
    position: relative;
    background: #fff;
}

footer h4 {
    margin-bottom: 20px;
    font-weight: 700;
}

footer h4:after {
    content: '';
    height: 2px;
    width: 50px;
    max-width: 120px;
    background-color: #2A7EC7;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.footer-nav {
    list-style: none;
    padding: 0;
}

.footer-nav li {
    padding: 4px 0;
}

.footer-nav i {
    color: #2A7EC7;
    padding-right: 5px;
}

.subfooter span {
    font-size: 12px;
}

#footer a {
    text-decoration: none;
}

body.modal-open {
    padding-right: 0 !important;
}

#experts {
    border-bottom: 1px solid #ccc;
}

.expert {
    padding: 15px 30px;
}

.expert img {
    max-width: 154px;
    width: 100%;
    display: inline-block;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 50%;
}

#advantages i:not(.slick-arrow) {
    font-size: 48px;
    color: #2A7EC7;
    margin-bottom: 10px;
}

i.slick-arrow {
    font-size: 36px;
    color: #2A7EC7;
    width: 36px;
    height: 36px;
    text-align: center;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 10%;
    border: 1px solid #f6f7f9;
}

.adv-slider i.slick-arrow,
.single-item-slider i.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

#faq i.slick-arrow {
    top: 50px;
}

i.slick-arrow.fa-angle-left {
    left: -10px;
}

i.slick-arrow.fa-angle-right {
    right: -10px;
}

.adv-slider i.slick-arrow:hover,
.single-item-slider i.slick-arrow:hover {
    background-color: rgba(255, 255, 255, .9) !important;
    cursor: pointer;
}

/*
.single-item-slider i.slick-arrow
@media (min-width: 992px) {
  .row.w-sidebar {
    margin-left: 0;
  }
}
*/
.single-item-slider i.slick-arrow {}

@media (min-width: 992px) {
    .row.w-sidebar {
        margin-left: 0;
    }
}

.sidebar {
    background-color: #f5f5f5;
    border-right: 4px solid #2A7EC7;
    padding-left: 0;
    padding-right: 0;
}

.sidebar-right {
    border-left: 4px solid #2A7EC7;
    padding-left: 0;
    padding-right: 0;
}

.sidebar a,
.sidebar-right a {
    display: block;
    line-height: 1.2;
    padding: 10px 25px;
}

.sidebar a.active,
.sidebar-right a.active {
    background-color: #2A7EC7;
    color: white;
}

article.service-item {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 217px;
}

article.service-item:hover {
    box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .2);
}

@media (max-width: 1199px) {
    article.service-item {
        min-height: 234px;
    }
}

@media (max-width: 991px) {
    article.service-item {
        min-height: 258px;
    }
}

@media (max-width: 767px) {
    article.service-item {
        min-height: 262px;
    }
}

@media (max-width: 480px) {
    article.service-item {
        min-height: 280px;
    }
}

article.blogpost {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    padding: 15px;
}

article.blogpost a:hover {
    text-decoration: none;
}

article.blogpost a {
    display: block;
}

article.service-item .service-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .95);
    padding: 10px;
    opacity: 0;
    transform: translateY(100px);
    transition: all .5s;
}

article.service-item:hover .service-overlay {
    text-decoration: none;
    transform: translateY(0px);
    opacity: 1;
}

article.service-item .service-overlay:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

table {
    margin-bottom: 20px;
    color: #333333;
    width: 100%;
    border-width: 1px;
    border-color: #333333;
    border-collapse: collapse;
}

table th {
    background-color: #F5F5F5;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #333333;
    text-align: left;
    text-align: center;
    background-color: #2A7EC7;
}

table tr:first-child>td {
    background-color: #2A7EC7 !important;
    color: #fff;
    border-color: #2A7EC7;
    font-weight: 700;
}


table tr {
    background-color: #ffffff;
}

table td {
    border-width: 1px;
    padding: 16px 8px;
    border-style: solid;
    border-color: #d9d9d9;
    min-width: 80px;
}

table tr:hover {
    background-color: #F5F5F5;
}

/** new **/
@media only screen and (max-width: 1199px) {

    .page-content,
    .page-content p,
    .page-content li {
        font-size: 1rem;
    }

    .page-content table ul {
        padding-left: 10px;
    }

    table td {
        min-width: 10px;
    }

}

/*********/
@media (max-width: 1199px) {
    table th {
        font-size: 1rem;
        padding: 12px 6px;
    }

    table td,
    .page-content table li {
        font-size: 14px;
        padding: 12px 6px;
    }
}

@media (max-width: 991px) {
    table th {
        font-size: 1rem;
        padding: 12px 6px;
    }

    table td,
    .page-content table li {
        font-size: 12px;
        padding: 12px 6px;
    }
}

@media (max-width: 767px) {
    table th {
        font-size: 1rem;
        padding: 10px 5px;
    }

    table td,
    .page-content table li {
        font-size: 10px;
        padding: 10px 5px;
    }
}

@media (max-width: 480px) {
    table th {
        font-size: 1rem;
        padding: 10px 4px;
    }

    table td,
    .page-content table li {
        font-size: 8px;
        padding: 10px 4px;
    }
}

blockquote:after {
    content: '\f10e';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 26px;
    position: absolute;
    top: 30px;
    left: 15px;
    color: #2A7EC7;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}

blockquote {
    background-color: #fff;
    display: block;
    position: relative;
    font-style: italic;
    padding: 30px 0px 30px 55px;
}

.attention {
    color: #fff;
    padding: 5px 10px;
    background-color: #2A7EC7;
    display: flex;
    position: relative;
    z-index: 5;
    margin-left: 25px;
}

.attention+blockquote {
    margin-top: -15px;
    position: relative;
    padding: 25px 15px;
    border: 2px solid #2A7EC7;
    background-color: #f5f5f5;
    display: grid;
}

.attention+blockquote:after {
    display: none;
}

.attention+blockquote>p {
    display: block;
    margin-bottom: 0;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-nav,
.page-nav-right {
    width: 100%;
}

.page-nav a,
.page-nav-right a {
    position: relative;
    padding-left: 30px;
    padding-right: 15px;
    text-decoration: none;
}

.page-nav.fix {
    position: fixed;
    z-index: 1000;
    top: 10px;
}

.page-nav a span {
    position: absolute;
    font-size: 18px;
    font-weight: 700;
    top: 50%;
    left: 18px;
    color: #bbb;
    transform: translate(-50%, -52%);
}

#oglavlenie {
    margin-bottom: 0;
}

.oglavlenie {
    margin-bottom: 0;
}

.page-nav a:hover span,
.page-nav-right a:hover span {
    color: #555;
}

.page-nav-heading {
    padding: 20px 25px 10px;
}

@media (min-width: 992px) {
    .show .page-nav {
        transition: all .5s;
        padding-top: 60px;
    }
}

@media(max-width: 991px) {
    .page-nav-container {
        border-right: none;
    }

    .page-nav {
        background-color: #f5f5f5;
    }

    .page-nav-heading {
        padding: 20px 25px 20px;
    }

    .page-nav-heading h4,
    .page-nav-heading i {
        font-size: 18px;
    }

    .page-nav-heading:hover {
        cursor: pointer;
    }

    .page-nav .links {
        max-height: 0px;
        overflow: hidden;
        transition: all .3s ease-out;
    }

    .page-nav .links.show {
        max-height: 90vh;
        overflow-y: scroll;
    }

    .page-nav .links.show::-webkit-scrollbar {
        display: none;
    }

    .page-nav.fix {
        top: 0px;
    }
}

.contact-info i {
    padding-right: 5px;
    color: #2A7EC7;
}

.contact-info ul li {
    padding: 5px 0;
}

.input-group-text {
    background-color: #fff;
    color: #d9d9d9;
    border-right: none;
    width: 30px;
}

.input-group-prepend+input,
.input-group-prepend+textarea {
    border-left: 0;
}

span[role="alert"] {
    flex: 100%;
}

.wpcf7-not-valid-tip {
    color: #C6161C;
    font-size: 80%;
}

.wpcf7-response-output {
    padding: 10px;
    border: 1px solid;
    display: none;
}

.wpcf7-form-control-wrap {
    flex-grow: 1;
}

form[data-status="invalid"] .wpcf7-response-output,
form[data-status="sent"] .wpcf7-response-output {
    display: block;
}

form.invalid .wpcf7-response-output {
    border-color: #C6161C;
    background-color: rgba(198, 22, 28, .2);
    color: #333;
}

form.sent .wpcf7-response-output {
    border-color: #8DC72A;
    background-color: rgba(100, 141, 42, 0.2);
    color: #333;
}

.input-group .input-group-prepend label {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

.input-group .input-group-prepend label,
.input-group input,
.input-group textarea {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
}

.input-group .input-group-prepend label,
.input-group input {
    height: calc(1.5em + .75rem + 12px);
}

.input-group .input-group-prepend+span>input,
.input-group .input-group-prepend+span>textarea {
    padding-left: 2.5rem;
}

.input-group .input-group-prepend+span>textarea {
    padding-top: .75rem;
}

.wpcf7-display-none {
    display: none;
}

.screen-reader-response {
    display: none;
}

.modal-dialog,
.modal-content {
    border-radius: 0;
}

.modal .modal-header {
    background-color: #2A7EC7;
    border-radius: 0;
}

.modal .modal-header h4,
.modal .modal-header span,
.modal .modal-header h3 {
    color: #fff;
    margin-bottom: 0;
    text-shadow: 0 1px 0 #000;
}

.hidden-modal-input {
    display: none;
}

.input-group-text {
    border-radius: 0;
}

input,
.form-control {
    border-radius: 0;
}

input[type="checkbox"].form-control,
.form-control input[type="checkbox"] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 8px;
}

.wpcf7-checkbox.d-block label {
    display: block;
}

.wpcf7-checkbox.d-block input[type="checkbox"] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 8px;
}

a.featured-page {
    display: block;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    transition: all .3s;
    padding: 15px;
}

a.featured-page {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}

a.blogpost {
    display: block;
    padding: 15px;
    border: 1px solid #d9d9d9;
    transition: all .3s;
}

a.blogpost:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    text-decoration: none;
    background-color: #f5f5f5;
}

.work-hours-item {
    position: relative;
    padding-left: 20px;
}

.work-hours-item:after {
    content: "\f45c";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.work-hours-item:nth-child(-n+6):after {
    color: #2A7EC7;
}

.move-to-top {
    position: fixed;
    bottom: 15px;
    z-index: 1000;
    transition: all .5s;
    transform: translateY(100px);
}

.move-to-top.show {
    transform: translateY(0px);
}

.move-to-top a {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
    transition: all .3s;
}

.move-to-top a:hover {
    background-color: #2A7EC7;
}

.move-to-top a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.ask-block {
    margin: 20px 0;
    background-color: #2A7EC7;
    position: relative;
    overflow: hidden;
    min-height: 200px;
}

.ask-block .bg-icon {
    font-size: 250px;
    position: absolute;
    left: 10%;
    top: -40px;
    color: rgba(0, 0, 0, .2);
}

.ask-block span {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .7);
}

.ask-block a {
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
}

.ask-block a:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .4);
    background-color: rgba(255, 255, 255, .8);
}

.page-content {
    font-size: 14pt;
}

.page-content p,
.page-content li {
    text-align: justify;
}

/** new **/
@media only screen and (max-width: 1199px) {

    .page-content,
    .page-content p,
    .page-content li {
        text-align: left;
        font-size: 1rem;
    }
}

/*********/
.page-content h3 {
    font-size: 16pt;
}

.page-content .h3 {
    font-size: 16px;
}

#licenses img {
    margin-bottom: 0;
}

#testimonials article {
    padding: 15px 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    background-repeat: no-repeat;
    margin-bottom: 1em;
    background-image: linear-gradient(110deg, #2A7EC7AD 15.8%, #fff 16%);
    position: relative;
}

#testimonials article:before {
    content: '\f10e';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, .4);
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 50px;
    line-height: 1;
}

#testimonials article img {
    background-color: #fff;
    margin-bottom: 0;
    border-radius: 10px;
    padding: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    max-height: 130px;
}

#testimonials article p {
    /*  font-style: italic;*/
    text-align: justify;
}

.single-expert span {
    font-size: 18px;
    font-weight: 500;
}

.single-expert p {
    font-size: 16px;
}

.btn-accordion {
    background-color: transparent;
    text-align: left;
    border: none;
    margin-bottom: 0;
    padding: 10px 15px 15px;
}

.btn-accordion:focus {
    border: none;
    outline: none;
}

.card-header {
    padding: 0;
}

.card-header h3,
.card-header h2 {
    padding: 15px 15px 0 25px;
    display: inline-block;
    position: relative;
    line-height: 1.2;
}

.accordion .card-header {
    cursor: pointer;
}

.card a {
    color: #2A7EC7;
}

.card-header h3:after,
.card-header h2:after {
    content: '';
    width: 3px;
    height: 60%;
    background-color: #2A7EC7;
    position: absolute;
    bottom: 0;
    left: 15px;
}

.articles-single-expert a {
    display: block;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    padding-right: 80px;
}

.articles-single-expert a:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 100%;
    top: 0;
    right: 0;
}

.articles-single-expert a:hover:before {
    background-color: #f5f5f5;
    transition: all .3s;
}

.articles-single-expert a:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 36px;
    color: #aaa;
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translate(-40px, -50%);
    opacity: 0;
    transition: all .3s;
}

.articles-single-expert a:hover:after {
    transform: translate(0px, -50%);
    opacity: 1;
}

button#cats-nav-btn {
    width: calc(100%);
    padding: 10px;
    text-align: center;
    background-color: #2A7EC7;
    color: #fff;
    border: none;
}

button#cats-nav-btn.fix {
    position: fixed;
    top: 0px;
    z-index: 9999;
}

.cat-times {
    padding: 10px;
    float: right;
    font-size: 22px;
}

.cat-times:before {
    display: none;
}

.cat-links.show .cat-times:before {
    display: block;
}

@media (max-width: 991px) {
    .cat-links-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .85);
        display: none;
        z-index: 10000;
    }

    .cat-links {
        position: fixed;
        max-height: 0px;
        overflow: hidden;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        z-index: 10001;
        background-color: #f5f5f5;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 1);
    }

    .cat-links a:first-of-type {
        margin-top: 40px;
    }

    .cat-links-overlay.show {
        display: block;
    }

    .cat-links.show {
        max-height: 100vh;
        overflow-y: scroll;
    }

    .cat-links.show::-webkit-scrollbar {
        display: none;
    }
}

/** new **/

strong.bold,
b.bold {
    font-weight: bold;
}

.expert img {
    border: 2px solid #2A7EC7;
}

.expert img {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

    animation: expImgSclOut 0.5s ease-in-out 0s 1 normal forwards;
}

.expert img:hover {
    /*    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
*/
    animation: expImgScl 0.5s ease-in-out 0s 1 normal forwards;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}

@keyframes expImgScl {
    0% {
        transform: scale(1);
    }

    80% {
        transform: scale(1.20);
    }

    100% {
        transform: scale(1.15);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    }
}

@keyframes expImgSclOut {
    0% {
        transform: scale(1.15);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    }

    70% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.grow {
    overflow: hidden;
    margin-bottom: 15px;
}

.grow img {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-bottom: 0;
}

.grow img:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
}

.order_action {
    background: #f5f5f5;
    padding: 0.5em 1em;
    border: 2px solid #2A7EC7;
    overflow: hidden;
    background-image: url('https://rtmtech.ru/wp-content/uploads/2020/09/cart-min.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.order_action:hover {
    box-shadow: 0px 0px 20px #000000d6;
    background-position: 100% 100%;
}

@media only screen and (min-width: 1199px) {
    .order_action .fly_up {
        box-shadow: 0 3px 5px #000000d0;
        transform: translateY(100px);
        transition: transform .3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .order_action:hover .fly_up {
        transform: translateY(0px);
    }

    .order_action .fly_up:focus {
        transform: translateY(0px);
    }

    .order_action .fly_up:hover {
        box-shadow: 0 3px 5px black;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes swing {
    25% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    60% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    60% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.ask-block:hover .swing {
    -webkit-animation: swing 0.6s ease;
    animation: swing 0.6s ease;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}

.term-item i {
    text-shadow: none;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.term-item:hover i {
    color: #0f1a3a;
}

#service-hero {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1199px) {
    #service-hero {
        background-color: #0E4B81;
    }

    #service-hero div {
        padding-top: 20px;
        /* padding-bottom: 20px; */
    }

    #service-hero h1 {}
}

@media (min-width: 1200px) and (max-width: 1599px) {
    #service-hero {
        background-color: #0E4B81;
    }

    #service-hero div {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }

    #service-hero.promo div {
        padding-bottom: 3rem !important;
        padding-top: 1rem !important;
    }

    #service-hero h1 {
        color: #fff !important;
        font-weight: lighter;
        font-size: 2.7rem;
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
        display: block;
        text-align: center;
    }

    #service-hero.promo h1 {
        font-size: 4rem;
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }

    #service-hero h1:after {
        display: none;
    }

    #service-hero.promo p {
        font-size: 2rem;
    }

    #service-hero.promo a {
        font-size: 1.5rem;
    }

    .promo-page h2,
    .main-page h2,
    .main-page h1 {
        font-size: 2rem;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #service-content h2,
    .page-content h2 {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    #service-content h2:first-child,
    .page-content h2:first-child {
        margin-top: 0px;
    }
}

@media (min-width: 1600px) {
    #service-hero {
        background-color: #0E4B81;
    }

    #service-hero div {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }

    #service-hero h1 {
        color: #fff !important;
        font-weight: lighter;
        font-size: 2.7rem;
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
        display: block;
        text-align: center;
    }

    #service-hero.promo h1 {
        font-size: 4rem;
    }

    #service-hero h1:after {
        display: none;
    }

    #service-hero.promo p {
        font-size: 2rem;
    }

    #service-hero.promo a {
        font-size: 1.5rem;
    }

    .promo-page h2,
    .main-page h2,
    .main-page h1 {
        font-size: 3rem;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #service-content h2,
    .page-content h2 {
        margin-top: 80px;
        margin-bottom: 40px;
    }

    #service-content h2:first-child,
    .page-content h2:first-child {
        margin-top: 0px;
    }
}

.service-expert-tab-img {
    max-width: 50px;
    max-height: 50px;
    border-radius: 50%;
    padding: 1px;
    background-color: #fff;
    margin-right: 5px;
    margin-bottom: 0;
    align-self: center;
}

.nav-tabs {
    border-bottom: 4px solid #2A7EC7;
}

.nav-tabs .nav-link:hover {
    border-bottom: 1px solid #2A7EC7;
}

.nav-tabs .nav-link {
    border-radius: 2px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 7px;
}

.nav-tabs .nav-link.active {
    background-color: #2A7EC7;
    color: #fff;
    border-color: #2A7EC7;
}

#service-content.collapse {
    max-height: 700px;
    position: relative;
    overflow: hidden;
}

#service-content.collapse.show {
    max-height: unset;
    overflow: unset;
}

#service-content.collapse:not(.show) {
    display: block;
}

#service-content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0));
    z-index: 1020;
    transition: all .5s;
}

#service-content.collapse.show:after {
    opacity: 0;
}

.show-more .btn {
    font-size: 16pt;
    font-weight: 300;
    /*  background-color: #fff;*/
    margin-top: -28px;
    visibility: hidden;
}

.show-more .btn.collapsed {
    background-color: #fff;
    visibility: visible;
}

/*.show-more .btn:before {
  content: 'Показать меньше';
}*/
/*.show-more .btn.collapsed:before {
  content: 'Показать больше';
}*/
/*.show-more .btn:after {
  content: '\f106';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  padding-left: 10px;
  color: #dedede;
}*/
.show-more .btn.collapsed:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-weight: 900;
    padding-left: 10px;
    color: #dedede;
}

.show-more {
    border-top: 1px solid #2A7EC7;
    box-sizing: border-box;
    position: relative;
    z-index: 1020;
}


.video-container {
    position: relative;
    padding-bottom: 58.25%;
    /*16:9*/
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sticky-navbar {
    display: none;
    position: fixed;
    z-index: 1050;
    width: 100vw;
    left: 0;
    bottom: 0;
}

.sticky-nav {
    display: flex;
    flex-wrap: nowrap;
}

.sticky-nav-link {
    display: block;
    align-items: center;
    height: 50px;
    /*background-color: #2A7EC7;*/
    /*border: 1px solid rgba(34,101,159,1);*/
    margin-left: -1px;
    flex-grow: 1;
    flex-basis: 0;
}

.sticky-nav-link span {
    display: none;
}

.sticky-nav-link .nav-icon {
    text-align: center;
}

.sticky-nav-link .nav-icon {
    display: none;
}

.sticky-nav-link .nav-icon i {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    color: rgba(0, 0, 0, .2);
    text-align: center;
    line-height: 50px;
    font-size: 30px;
}

.sticky-nav-link.active .nav-icon i {
    text-decoration: none;
    color: rgba(255, 255, 255, .95);
}

@media (min-width: 1400px) {
    .sticky-nav-link .nav-icon {
        display: block;
    }

    .sticky-nav-link .nav-icon i {
        display: inline-block;
    }
}

/*@media (min-width: 840px) {*/
@media (min-width: 1400px) {
    .sticky-navbar {
        display: block;
        /*width: 49px;*/
        width: 176px;
        /*top: 50%;*/
        top: 70%;
        left: 0;
        bottom: unset;
        transform: translateY(-60%);
        /*box-shadow: 1px 3px 6px rgba(0,0,0,0.5);*/
        /*-webkit-backdrop-filter: saturate(180%) blur(20px);*/
        /*backdrop-filter: saturate(180%) blur(20px);*/
        /*background-color: rgba(255,255,255,0.72);*/
    }

    .sticky-nav-link {
        display: flex;
        align-items: center;
        max-width: 50px;
        height: 50px;
        /*background-color: #2A7EC7;*/
        /*border: 1px solid rgba(34,101,159,1);*/
        margin-top: -1px;
    }

    .sticky-nav {
        display: block;
    }

    .sticky-nav-link .nav-icon i {
        display: block;
    }

    .sticky-nav-link:hover,
    .sticky-nav-link:hover .nav-icon i,
    .sticky-nav-link.active .nav-icon i {
        text-decoration: none;
        /*color: rgba(255,255,255,.95);*/
        color: #2A7EC7;
    }

    .sticky-nav-link span {
        display: block;
        /*background-color: #2A7EC7;*/
        /*color: #fff;*/
        color: rgba(0, 0, 0, .2);
        /*max-width: 0px;*/
        overflow: hidden;
        white-space: nowrap;
        font-weight: 500;
        line-height: 50px;
        transition: all .3s;
        /*box-shadow: 1px 3px 6px rgba(0,0,0,0.5);*/
    }

    .sticky-nav-link:hover span,
    .sticky-nav-link.active span {
        max-width: 150px;
        padding: 0 10px;
        color: #2A7EC7;
    }
}

.blurbox {
    webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.72);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

/*
@media (max-width: 991px) {
  .page-nav-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
*/
#top-banner {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#top-banner p {
    margin-bottom: 0;
}

.top-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .5);
}

.grats-modal-slider .slick-arrow,
.serts-modal-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 30px);
    width: 60px !important;
    height: 60px !important;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grats-modal-slider .slick-arrow.fa-angle-right,
.serts-modal-slider .slick-arrow.fa-angle-right {
    right: -70px;
}

.grats-modal-slider .slick-arrow.fa-angle-left,
.serts-modal-slider .slick-arrow.fa-angle-left {
    left: -70px;
}

.pods-pagination-advanced,
.navigation.pagination .nav-links {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    background-color: #f8f9fa;
}

.pods-pagination-advanced a,
.pods-pagination-advanced span,
.navigation.pagination a,
.navigation.pagination span {
    display: block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 700;
    border-color: #dee2e6;
    margin-left: -1px;
}

.pods-pagination-advanced span,
.navigation.pagination span.current {
    color: #fff;
    background-color: #2A7EC7;
}

.filter-dd {
    display: none;
}

.filter-btn.active+.filter-dd {
    display: block;
    z-index: 1050;
}

@media(min-width: 992px) {
    .filter-dd {
        position: absolute;
        top: calc(100% - 1px);
        left: 0;
        right: 0;
    }
}

.filters-links a {
    padding: .25rem .75rem;
    background-color: #fff;
    border: 1px solid #d8d9da;
    border-radius: 1.5rem;
    /*  display: none;*/
    display: inline-block;
    color: #1E2123;
    font-weight: 400;
    transition: all .3s;
    margin: 2px 2px 0px 0px;
}

.filters-links a:nth-child(even) {
    background-color: #fff;
}

.filters-links a.active,
.filters-links a:hover {
    border-color: #2A7EC7;
    background-color: #2A7EC7;
    color: #fff;
    text-decoration: none;
}

.filters-links a.active:after {
    content: '\d7';
    padding-left: .25rem;
}

.filters-links a:nth-child(1),
.filters-links a:nth-child(2),
.filters-links a:nth-child(3),
.filters-links a:nth-child(4),
.filters-links a.show-more,
.filters-links a.show,
.filters-links a.active {
    display: inline-block;
}

.filters-links .show+a.show-more {
    display: none;
}

.filters-links a.disabled-link {
    /*  background-color: #dee2e6!important;
  color: #bec2c6!important;
  border: 1px solid #bec2c6!important;
  opacity: .3;*/
    display: none;
}

@media (max-width: 767px) {
    .filters-links a.disabled-link-mobile {
        display: none;
    }
}

.hero-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(65deg, #f1f3f5, #fff, #fff);
    position: relative;
    min-height: 42vw;
}

.hero-item:hover {
    text-decoration: none;
}

.hero-btn {
    font-size: 14px;
    padding: 8px 16px;
    line-height: 1;
    border-radius: 30px;
    background-color: #7dc0c9;
    border: 1px solid #7dc0c9;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    /*  color: #d9d9d9;*/
    color: #fff;
    white-space: nowrap;
    transition: all .5s;
    position: relative;
    z-index: 10;
    opacity: .8;
}

.hero-item p {
    font-size: 16px;
    font-weight: 400;
    max-width: 70%;
    color: #297fc8;
    font-weight: 700;
}

.hero-btn svg {
    height: 20px;
    width: 10px;
    margin-left: 10px;
}

.hero-item h2 {
    position: relative;
    z-index: 10;
    text-align: center;
}

.hero-item h2:after {
    left: 50%;
    transform: translateX(-50%);
}

.hero-btn svg polyline {
    fill: none;
    stroke: #fff;
    stroke-width: 7;
    transition: all .5s;
}

.hero-item-content {
    width: 100%;
    position: relative;
}

.hero-item-vid {
    background-image: url('https://rtmtech.ru/wp-content/uploads/2020/08/maxresdefault-min.jpg');
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 42vw;
}

.hero-item-vid:hover {
    text-decoration: none;
}

.hero-item-vid i {
    color: rgb(253, 0, 0) !important;
    opacity: 0.7;
    -moz-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
    -ms-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
    -webkit-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
    -o-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: transform .3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    background: radial-gradient(circle at 50% 50%, rgb(255 255 255) 0%, rgb(255 255 255) 30%, rgba(0, 0, 0, 0) 30%, rgba(255, 255, 255, 0) 100%);
}

.hero-item-vid:hover i {
    color: rgb(253, 0, 0) !important;
    opacity: 1;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

@media (min-width: 992px) {
    .hero-item {
        min-height: 18vw;
    }

    .hero-item-vid {
        min-height: 18vw;
    }

    .hero-item p {
        font-size: 18px;
    }
}

@media(min-width: 1600px) {
    .hero-item h2 {
        font-size: 28px;
        font-weight: 700;
    }

    .hero-btn {
        font-size: 18px;
        padding: 11px 24px;
        border: 2px solid #7dc0c9;
    }

    .hero-btn svg {
        height: 24px;
        width: 12px;
    }

    .hero-item p {
        font-size: 20px;
    }
}

.hero-btn:hover,
.hero-item:hover .hero-btn {
    border-color: #7dc0c9;
    opacity: 1;
    text-decoration: none;
    color: #fff;
}

/*.hero-btn:hover svg polyline, .hero-item:hover .hero-btn svg polyline  {
  stroke:#1E2123;
}*/
#home-promo h2:after {
    display: none;
}

.hero-item .hero-img {
    position: absolute;
    width: 36%;
    right: -15px;
    top: 50%;
    transform: translate(0, -50%);
}

#videoModal .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

@media(max-width: 991px) {
    #videoModal .close {
        right: 0;
        top: -30px;
    }
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    height: 100% !important;
}

#home-promo h1 {
    font-size: 40px;
}

@media (min-width: 1500px) {
    .container-hero {
        max-width: 1350px;
    }
}

@media (min-width: 1700px) {
    .container-hero {
        max-width: 1550px;
    }
}

.accordion>.card:last-of-type {
    border-bottom: 1px solid #dfdfdf;
}

img {
    image-rendering: -o-crisp-edges;
    /* Opera               */
    image-rendering: -webkit-optimize-contrast;
    /* Chrome (and Safari) */
    image-rendering: optimize-contrast;
    /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;
    /* IE8+                */
}

img.img-fluid {
    margin-top: 15px;
}

.dir-card {
    border: 1px solid rgba(0, 0, 0, 0);
}

.dir-card:hover {
    text-decoration: none;
    border: 1px solid #d7d7d7;
}

.grecaptcha-badge {
    visibility: hidden;
}

@media(max-width: 567px) {
    .breadcrumb span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 20ch;
    }

    .breadcrumb>span:last-child {
        max-width: 0ch;
    }

    .breadcrumb>span:last-child:nth-child(2) {
        max-width: 30ch;
    }

    .breadcrumb>span:last-child:nth-child(3) {
        max-width: 18ch;
    }
}

.directions-menu-item {
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.directions-menu-item:hover {
    box-shadow: 0 6px 9px rgb(0 0 0 / 20%);
}

.directions-menu-item img {
    max-height: 80px;
}

.directions-menu-item.active {
    color: #2A7EC7;
}

.directions-menu-item.active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 8px;
    background-color: #2A7EC7;
}

@media (max-width: 767px) {
    .directions-menu-item img {
        max-height: 60px;
    }
}

.modal .modal-header {
    background-color: var(--light);
}

.modal .modal-header h4,
.modal .modal-header span,
.modal .modal-header h3 {
    color: var(--dark);
    text-shadow: none;
    font-weight: 700;
}

.modal-body {
    padding: 2rem;
}

input {
    height: calc(1.5em + .75rem + 12px);
}

.input-group .form-control::placeholder {
    color: #b3b4b6 !important;
}

.modal-backdrop {
    background-color: #fff;
}

.modal-backdrop.show {
    background-color: #fff;
    opacity: .8;
}

.modal-dialog {
    box-shadow: 0 1rem 2rem rgba(0, 5, 10, .2);
}

@media (max-width: 767px) {
    .filters-links {
        overflow: hidden;
        max-height: 0;
        padding: 1rem 0;
        opacity: 0;
        transition: all .3s;
    }

    .filters-links.active {
        overflow: hidden;
        /*max-height: 1000px;*/
        max-height: 2300px;
        opacity: 1;
    }
}

.fixed-cta-form {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    /*background-image: linear-gradient(175deg, #3c95e2, #18568c);*/
    z-index: 99999;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.72);
    border-top: 1px solid #d3cec9;
}

.call-form-btn {
    overflow: hidden;
    position: relative;
}

.call-form-btn:before {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    border-radius: 100%;
    transform: scale(1);
    z-index: 20;
    content: '';
    height: 200px;
    width: 250px;
    top: -20px;
    left: -200px;
}

.call-form-btn:before {
    animation: ripple 9s linear infinite;
}

@keyframes ripple {
    15% {
        opacity: 0;
        transform: scale(3.5)
    }

    100% {
        opacity: 0;
        transform: scale(3.5)
    }
}

.rating-mini {
    display: inline-block;
    font-size: 0;
}

.rating-mini span {
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.5;
    color: lightgrey;
}

.rating-mini>span:before {
    content: '★';
}

.rating-mini>span.active {
    color: gold;
}

.partners-img-wrapper {
    width: 100%;
    max-width: 220px;
}

.partners-img-wrapper-inner {
    padding-top: 60%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.modal-lg img {
    max-height: calc(100vh - 150px);
    width: auto;
    min-width: 300px;
}

#press-about-us [data-additional='1'] {
    display: none;
}

#press-about-us.show-all [data-additional='1'] {
    display: block;
}

.show-more-btn .less {
    display: none;
}

.show-all .show-more-btn .less {
    display: inline;
}

.show-all .show-more-btn .more {
    display: none;
}

.show-more-btn:hover {
    cursor: pointer;
    color: #2A7EC7;
}

@media (max-width: 991px) {
    .modile-hide {
        display: none;
    }
}

@media (min-width: 992px) {
    .desktop-hide {
        display: none;
    }
}

/* Custom CF7 Loader */
.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background: url(ajax-loader.gif) center center no-repeat;
    width: 24px;
    height: 24px;
    border: none;
    padding: 0;
    margin: 10px 18px;
    position: absolute;
}

.wpcf7 form.submitting .ajax-loader {
    visibility: visible;
}

.wpcf7 .ajax-loader::before {
    content: '';
}

th.price_table_head {
    background-color: #2A7EC7 !important;
    color: #fff;
    border-color: #2A7EC7;
    font-weight: 700;
    padding: 16px 8px;
}

.tag-filter-item,
.casecat-filter-item,
.casetag-filter-item {
    cursor: pointer;
}

.tag-filter-item.active,
.casecat-filter-item.active,
.casetag-filter-item.active {
    color: #fff !important;
    background-color: #2a7ec7 !important;
    border-color: #2a7ec7 !important;
}

.btn-catalog>a,
.btn-catalog>span {
    border-color: #2A7EC7;
    background-color: #2A7EC7;
    color: #fff !important;
    overflow: hidden;
    position: relative;
    border-color: #2A7EC7;
    background-color: #2A7EC7;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 0;
    border: 1px solid #fff;
    line-height: 1;
    transition: all .3s;
    /* display: inline-block; */
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    font-size: 1rem;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.btn-catalog>a:hover {
    opacity: .9;
    color: #fff;
    cursor: pointer;
    background-color: #0e4b81;
    border-color: #0062cc;
}

ol.list-colored-b li::marker {
    color: #2A7EC7;
}

ol.list-colored-o li::marker {
    color: #FF6A26;
}

ol.list-big {
    padding: 0;
    list-style: none;
    counter-reset: li;
}

ol.list-big li.list-big {
    position: relative;
    border-left: 4px solid #DDDDDD;
    padding: 16px 20px 16px 28px;
    margin: 12px 0 12px 70px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

ol.list-big.active li.list-big {
    border-left: 4px solid #2A7EC7;
}

ol.list-big li.list-big:before {
    line-height: 32px;
    position: absolute;
    top: 10px;
    left: -80px;
    width: 80px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #DDDDDD;
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol.list-big.active li.list-big:before {
    color: #2A7EC7;
}

ol.list-big li.list-big:hover {
    border-left: 4px solid #2A7EC7;
}

ol.list-big li.list-big:hover:before {
    color: #2A7EC7;
}

ol.list-big li.list-big:after {
    position: absolute;
    top: 26px;
    left: -40px;
    width: 60px;
    height: 60px;
    border: 8px solid #2A7EC7;
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
    transform: translateX(-50%) translateY(-50%) scale(0.1);
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol.list-big li.list-big:hover:after {
    opacity: 0.2;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}

ol.list-push {
    list-style: none;
}

ol.list-push li {
    position: relative;
    padding: 20px 0 20px 40px;
    /*cursor: pointer;*/
}

ol.list-push li:before {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2A7EC7;
    content: "";
    left: 0;
    transition: .3s ease-in-out;
    top: 27px;
}

ol.list-push li:after {
    position: absolute;
    border-left: 1px dotted #2A7EC7;
    width: 1px;
    bottom: -12px;
    content: "";
    left: 3px;
    top: 48px;
}

ol.list-push li:hover:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .2)
}

ol.list-push li:last-child:after {
    content: none;
}

ul.list-colored,
ul.list-colored-b,
ul.list-colored-o {
    list-style: none;
}

ul.list-colored li::before,
ul.list-colored-b li::before,
ul.list-colored-o li::before {
    content: "●";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-left: -25px;
    padding-right: 25px;
}

ul.list-colored li::after,
ul.list-colored-b li::after,
ul.list-colored-o li::after {}

ul.list-sq li::before {
    content: "■";
}

ul.list-yes li::before {
    content: "\2714";
}

ul.list-star li::before {
    content: "\2606";
}

ul.list-colored li::before {
    color: #000;
}

ul.list-colored-b li::before {
    color: #2A7EC7;
}

ul.list-colored-o li::before {
    color: #FF6A26;
}

h2.no-dec:after,
h2.no-dec:before {
    display: none;
}

#other-services .slick-track,
#recommend .slick-track,
#cases .slick-track {
    display: flex;
}

#policyConfirmation {
    position: fixed;
    z-index: 99998;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    box-shadow: 0 10px 20px rgb(0, 0, 0, .6);
}

#policyConfirmation i:hover {
    cursor: pointer;
    opacity: .7;
}

@media (max-width: 767px) {
    #policyConfirmation.service {
        /* bottom: 65px; */
        padding-bottom: 65px;
        padding-left: 3rem;
    }
}

@media (min-width: 992px) {
    .r-d-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    #btn-politic {
        line-height: 2;
        width: 50%;
        margin: auto;
    }
}

#prompts-list {
    z-index: 10;
    display: none;
    opacity: 0;
    width: calc(100% - 2.5rem);
    transition: all 0.5s ease;
}

#prompts-list.show {
    /*display: flex;*/
    display: block;
    opacity: 1;
}

#prompts-list a {
    padding: .75rem .5rem;
    border-bottom: 1px solid #ccc;
    margin: 1px;
    display: none;
}

#prompts-list a.show {
    /*display: inline-block;*/
    display: block;
}

#prompts-list a.show strong {
    color: #2a7ec7;
}

#serviceSearchField {
    border: 1px solid #2a7ec7;
}

#serviceSearchFieldIcon {
    position: absolute;
    right: 20px;
    color: #2a7ec7 !important;
}

.arrow-3 {
    text-decoration: none;
    /*    color: #337AB7;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    height: 18px;
    line-height: 18px; 
    display: inline-block; 
    margin: 20px;
*/
}

.arrow-3.collapsed .arrow-3-icon {
    position: relative;
    top: -2px;
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.arrow-3.collapsed .arrow-3-iconcircle {
    transition: stroke-dashoffset .3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}

.arrow-3.collapsed:hover .arrow-3-icon {
    transform: translate3d(0, 5px, 0);
}

.arrow-3.collapsed:hover .arrow-3-iconcircle {
    stroke-dashoffset: 0;
}

.arrow-3:not(.collapsed) .arrow-3-icon {
    position: relative;
    top: -2px;
    transition: transform 0.3s ease;
    vertical-align: middle;
    transform: translate3d(0, 0, 0) rotate(-180deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(-180deg);
}

.arrow-3:not(.collapsed) .arrow-3-iconcircle {
    stroke-dashoffset: 0;
}

.border-yellow {
    border-color: #FF6A26 !important;
}

.form-sent-notice,
.mailto-notice {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1050;
}

#cursor {
    display: inline-block;
    animation: blink-animation 1s steps(2, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

#calculator input {
    height: 1rem;
    margin: 0px 5px 0px 15px;
}

.cta-ent {
    animation: cta-ent-k 2s ease 3s 1 normal forwards;
}

@keyframes cta-ent-k {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        visibility: visible;
        transform: translateY(250px);
    }

    38% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateY(0);
    }

    55% {
        animation-timing-function: ease-in;
        transform: translateY(65px);
    }

    72% {
        animation-timing-function: ease-out;
        transform: translateY(0);
    }

    81% {
        animation-timing-function: ease-in;
        transform: translateY(28px);
    }

    90% {
        animation-timing-function: ease-out;
        transform: translateY(0);
    }

    95% {
        animation-timing-function: ease-in;
        transform: translateY(8px);
    }

    100% {
        animation-timing-function: ease-out;
        transform: translateY(0);
        visibility: visible;
    }
}

.nav-ent {
    animation: nav-ent-k 2s ease 3s 1 normal forwards;
}

@keyframes nav-ent-k {
    0% {
        opacity: 0;
        transform: translateX(-250px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.up-ent {
    animation: up-ent-k 2s ease 3s 1 normal forwards;
}

@keyframes up-ent-k {
    0% {
        opacity: 0;
        transform: translateY(-250px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#viewedPage {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 99997;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.72);
    border-top: 1px solid #d3cec9;
}

#viewedPages {
    height: 130px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgb(0, 0, 0, .6);
    transition: all .3s;
}

#viewedPages {
    opacity: 0.9 !important;
}

#viewedPages:hover {
    opacity: 1 !important;
    height: 200px;
}

.title-viewed-page {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1;
    transition: all .3s;
}

#viewed-pages .card {
    transition: all .3s;
}

#viewed-pages .card a {
    text-decoration: none;
}

#viewed-pages .card:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    padding-top: 1rem !important;
    transform: translateY(-30px);
}

#viewed-pages .card:hover .title-viewed-page {
    /* line-height: 1.2; */
}

#viewedPagesTitle {
    transition: all .3s;
}

#viewedPages:hover #viewedPagesTitle {
    margin-top: 0.5rem !important;
    margin-bottom: 1rem !important;
}

@media(min-width: 992px) {
    #viewedPages i.fa-times {
        display: block;
        font-size: 2rem;
        padding: .25rem;
        color: #6c757d;
        opacity: .3;
        transition: all .3s;
        position: absolute;
        right: 100px;
    }

    #viewedPages i.fa-times:hover {
        cursor: pointer;
        opacity: 1;
        transform: rotate(180deg);
    }
}