/*
Theme Name: Dtc
*/

@font-face {
    font-family: 'Fira Sans';
    src: url('assets/fonts/Fira Sans Condensed/Regular/FiraSansCondensed-Regular.eot');
    src: url('assets/fonts/Fira Sans Condensed/Regular/FiraSansCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Fira Sans Condensed/Regular/FiraSansCondensed-Regular.woff2') format('woff2'),
        url('assets/fonts/Fira Sans Condensed/Regular/FiraSansCondensed-Regular.woff') format('woff'),
        url('assets/fonts/Fira Sans Condensed/Regular/FiraSansCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Fira Sans';
    src: url('assets/fonts/Fira Sans Condensed/Semibold/FiraSansCondensed-SemBbold.eot');
    src: url('assets/fonts/Fira Sans Condensed/Semibold/FiraSansCondensed-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Fira Sans Condensed/Semibold/FiraSansCondensed-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Fira Sans Condensed/Semibold/FiraSansCondensed-SemiBold.woff') format('woff'),
        url('assets/fonts/Fira Sans Condensed/Semibold/FiraSansCondensed-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('assets/fonts/Fira Sans Condensed/Bold/FiraSansCondensed-Bold.eot');
    src: url('assets/fonts/Fira Sans Condensed/Bold/FiraSansCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Fira Sans Condensed/Bold/FiraSansCondensed-Bold.woff2') format('woff2'),
        url('assets/fonts/Fira Sans Condensed/Bold/FiraSansCondensed-Bold.woff') format('woff'),
        url('assets/fonts/Fira Sans Condensed/Bold/FiraSansCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

ul {
    padding-inline-start: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

p {
    line-height: 1.3;
    font-size: 12pt;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: "Fira Sans", sans-serif;
    font-size: 16pt;
}

body {
    display: flex;
    flex-direction: column;
}

span {
    font-size: 12pt;
}

h3 {
    margin-top: 50px;
}

dl {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

main {
    min-height: 100%;
    flex: 1 1 auto;
}

.btn {
    display: block;
    margin: 0 auto;
    padding: 15px 15px;
    max-width: 240px;
    text-align: center;
    color: #ffffff;
    background-color: #006ab7;
    font-size: 12pt;
    font-family: "Fira Sans", sans-serif;
    border-radius: 40px;
    cursor: pointer;
}

.btn:hover {
    background-color: #005390;
}

.btn-2 {
    padding: 12px 20px;
    background-color: #33cc33;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s;
}

.btn-2:hover {
    background-color: #018e0a;
}

.btn-link {
    color: #ffffff;
    font-size: 14pt;
}

.btn-wrap {
    margin-top: 30px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.title {
    position: relative;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 50px;
    padding-top: 30px;
}

.title::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 1px;
    background-color: #006ab7;
}

.article-title {
    font-size: 18px;
    font-weight: 600;
}

.important-text {
    font-size: 16px;
    font-weight: 600;
    color: #2f3640;
}

.main, .services, .documents, .partners, .about, .contacts {
    min-height: 300px;
    padding-bottom: 140px;
}

.fas, .far {
    font-size: 14px;
}

/* =================================== HEADER =============================== */

.grey-line {
    height: 2px;
    background-color: #e6e6e5;
}

.header__wrapper {
    padding: 20px 0;
}

.header__top {
    display: flex;
    justify-content: space-between;
}

.header__top-logo {
    display: flex;
    align-items: center;
}

.logo {
    width: 100px;
    height: 100px;
}

.header__top-text {
    font-size: 27px;
    text-align: center;
    margin-left: 10px;
}

.header__top-info {
    align-self: center;
    font-size: 18px;
}

.header__top-info a {
    color: #000000;
}

.header__location-btn {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 12pt;
    font-family: "Fira Sans", sans-serif;
}

.header__location-btn i {
    margin-bottom: 1px;
}

.header__location-btn:hover {
    background-color: #008f0a;
}

.header__location-img {
    width: 15px;
    height: 15px;
    margin-right: 3px;
}

.header__location-text {
    margin-left: 3px;
}

.header__translate {
    text-align: right;
}

#google_language_translator select.goog-te-combo {
    border-radius: 5px !important;
}

.header__bottom {
    min-height: 57px;
    background-color: #006ab7;
}

.header__bottom-item {
    display: inline-block;
    max-width: 220px;
    margin-left: 7px;
}

.header__bottom-link:not(.header__bottom-send) {
    display: block;
    width: 150px;
    text-align: center;
    padding: 18px 10px;
    font-size: 14pt;
    background-color: #006ab7;
    color: #ffffff;
    transition: 0.3s background-color;
    cursor: pointer;
}

.header__bottom-link:not(.header__bottom-send):hover {
    background-color: #005694;
}

.header__bottom-link i {
    margin-right: 5px;
}

.header__bottom-btn {
    position: relative;
    width: 35px;
    height: 35px;
    padding-top: 8px;
    cursor: pointer;
}

.header__bottom-btn>div {
    width: 35px;
    height: 3px;
    margin-bottom: 5px;
    background-color: #ffffff;
    transition: .3s;
}

.header__bottom-send {
    background-color: #33cc33;
}

.header__location-btn {
    background-color: #656565;
}

/* ========================= TOGGLE CLASSES ================================= */

.header__bottom-btn.close > div:nth-child(1), 
.header__bottom-btn.close > div:nth-child(3) {
    position: absolute;
}

.header__bottom-btn.close > div:nth-child(1) {
    top: 18px;
    transform: rotate(45deg);
}

.header__bottom-btn.close > div:nth-child(2) {
    opacity: 0;
}

.header__bottom-btn.close > div:nth-child(3) {
    top: 19px;
    transform: rotate(-45deg);
}

.sidebar__btn .fa-caret-right.active-arrow {
    transform: rotate(90deg) translateX(-7px);
}

/* ================================ FOOTER ================================== */

.footer {
    color: #ffffff;
    background-color: #006ab7;
}

.footer__title {
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 35px;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 80px 0;
}

.footer__top-link {
    color: #ffffff;
    font-size: 12pt;
}

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

.footer__top-tel {
    color: #ffffff;
    text-decoration: underline;
}

.footer__top-text a:hover {
    text-decoration: none;
}

.footer__bottom {
    background-color: #e6e6e5;
    color: #484848;
    font-size: 14px;
}

.footer__bottom-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.footer__bottom-text {
    margin: 0;
}

/* ================================ MAIN PAGE =============================== */

.main__services-title {
    margin-top: 100px;
}

.main__services-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.main__services-wrapper {
    display: inline-block; /* ??? */
    overflow: hidden;
    height: 184px;
    border-radius: 5px;
}

.main__services-img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    transition: 0.4s transform;
    cursor: pointer;
}

.main__services-img:hover {
    transform: scale(1.2);
}

.main__services-link, .main__services-item a {
    display: block;
    height: 100%;
    font-size: 12pt;
    color: #000000;
}

.main__services-link:hover, .main__services-item a:hover {
    text-decoration: underline;
}

.main__services-inner {
    text-align: center;
    margin-bottom: 30px;
    padding: 7px; /* ??? */
}

.main__slider {
    height: 600px;
    width: 100%;
}

/* =========================== SERVICES PAGE ================================ */

.services__wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 80px;
}

/* ============================= DOCUMENTS PAGE ============================= */

.documents__items {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 10px;
}

.documents__item-wrapper {
    position: relative;
    padding: 10px;
    text-align: center;
    transition: 0.3s;
}

.documents__item-link {
    display: block;
    height: 100%;
    margin-top: 5px;
    font-size: 12pt;
    color: #000;
}

.documents__item-link i {
    font-size: 32px;
}

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

/* =========================== PARTNERS PAGE ================================ */

.partners__items {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
}

.partners__item {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.partners__item::after {
    content: '';
    clear: both;
    display: table;
}

.partners__item-img {
    height: 100px;
	width: 180px;
	object-fit: contain;
    justify-self: center;
    font-size: 12pt;
}

.partners__item-name {
    margin-top: 10px;
}

/*.partners-container::after {*/
/*    content: '';*/
/*    clear: both;*/
/*    display: table;*/
/*}*/

/* ============================= ABOUT COMPANY PAGE ========================= */
.about__text p {
    color: #000000;
}

/* ========================== CONTACT PAGE ================================== */

.contacts__content {
    font-size: 16px;
    text-align: center;
}

.contacts__content-info i {
    margin-right: 5px;
}

.contacts__content-subtitle {
    font-weight: 600;
}

.contacts__content-text {
    color: #000000;
}

.contacts__content-link {
    color: #000000;
}

.contacts__content-link i {
    color: #000000;
}

.contacts__shedule {
    margin-bottom: 30px;
    color: #000000;
}

.contacts__shedule-table {
    border-collapse: collapse;
    margin: 0 auto;
}

.contacts__shedule-table tr, td, th {
    border: 2px solid #bdc3c7;
    padding: 10px 20px;
    text-align: center;
    font-size: 12pt;
}

.contacts__shedule-table th {
    width: 120px;
    background-color: #e6e6e5;
}

.contacts__shedule-title {
    margin-bottom: 10px;
}

.contacts-info p {
    display: block;
    padding: 0;
}

/* =============================== INNER PAGES ============================== */
.page__inner {
    display: flex;
}

.page__sidebar {
    margin-right: 20px;
    padding-top: 20px;
}

.page__content {
    padding: 0 35px;
}

.page__content-text p {
    color: #262626;
}

/* ============================= TO TOP BUTTON ============================== */

.to-top-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #1bcc17;
    border-radius: 50px;
    transition: 0.3s box-shadow;
    cursor: pointer;
}

.to-top-container:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1);
}

.fa-angle-up {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24pt;
    color: #ffffff;
}

/* ================================= FORM =================================== */

.form-container {
    padding: 30px 0;
    border-radius: 20px;
}

.form-container p {
    padding: 15px 0;
    margin: 0px;
    font-size: 12pt;
    color: #000;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-button:last-child {
    font-family: 'Fira Sans', 'Arial', sans-serif;
    border-radius: 5px;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-label[for],
.forminator-ui.forminator-custom-form[data-design=default] .forminator-has_error .forminator-error-message {
    font-family: 'Fira Sans', 'Arial', sans-serif;
}

/* ================================== GALLERY =============================== */

.gallery-item {
    margin-right: 10px;
}

#gallery-1 {
    display: flex;
    flex-wrap: wrap;
}

#gallery-1 img {
    width: 100%;
    height: auto;
}

/* ================================= SIDEBAR ================================ */

.sidebar {
    width: 250px;
}

.sidebar-menu {
    margin-right: 21px;
    margin-top: 20px;
}

.sidebar__item {
    position: relative;
    max-width: 300px;
}

.sidebar__item-link {
    display: block;
    padding: 10px 15px;
    background-color: #2c3e50;
    color: #ffffff;
    font-size: 16px;
    transition: 0.3s;
    border-bottom: 1px solid #7f8c8d;
}

.sidebar__item-link:hover, .dropdown__item-link:hover {
    background-color: #34495e;
}

.dropdown {
    display: none;
}

.dropdown__item {
    width: 200px;
}

.dropdown__item-link {
    width: 200px;
    position: absolute;
    top: 0%;
    left: 100%;
    font-size: 15px;
    color: #ffffff;
    background-color: #bdc3c7;
    z-index: 3;
}

.fa-caret-right {
    position: absolute;
    right: 15px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #ffffff;
    transition: 0.3s;
}

.dropdown-item__inner {
    position: relative;
}

.dropdown-item__inner:hover .fa-caret-right {
    right: 10px;
}

.sidebar__btn {
    display: none;
    border: 1px solid #7f8c8d
}

.sidebar__btn a {
    display: block;
    padding: 10px 15px;
    color: #000;
    font-size: 16px;
}

.sidebar__list {
    display: block;
}

.sidebar__item:first-child a {
    border-radius: 5px 5px 0px 0px;
}

.sidebar__item:last-child a {
    border-radius: 0px 0px 5px 5px;
}

.sidebar-arrow {
    position: absolute;
    right: 15px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #000;
}

/* ================================ SLIDER ================================== */

.ms-info {
    font-size: 16px;
    padding: 10px;
    color: #262626;
}

.ms-skin-light-3 {
    z-index: 2;
}

/* ??? */
.main__text {
    width: 70%;
}

.form-title {
    margin: 0 auto;
}

/* =========================== PRELOADER ==================================== */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    z-index: 999;
}

/* =============================  ADAPTIVE ================================== */

@media(max-width: 1170px) {
    .logo {
        width: 90px;
        height: 90px;
    }
    .header__logo-text {
        font-size: 24px;
    }
    .header__bottom-link:not(.header__bottom-send) {
        width: 136px;
        font-size: 13pt;
    }
    .header__bottom-send {
        font-size: 13pt;
        padding: 12px 10px;
    }
    .services__wrapper {
        flex-wrap: wrap;
    }
    .services__slider {
        width: 100%;
        margin-top: 15px;
    }
}

@media(max-width: 1070px) {
    .ms-nav-next, .ms-nav-prev {
        display: none !important;
    }
    .header__bottom-link:not(.header__bottom-send) {
        width: 120px;
        padding: 18px 5px;
        font-size: 12pt;
    }
    .header__bottom-send {
        font-size: 12pt;
    }
    .partners__item {
        width: 29%;
    }
    .services, .documents, .partners, .about, .contacts {
        padding-bottom: 100px;
    }
}

@media(max-width: 970px) {
    .header__location-btn {
        display: inline-block;
        margin-bottom: 8px;
        padding: 5px;
    }
    .header__location-btn .fa-map-marker-alt {
        margin: 5px;
        font-size: 32px;
    }
    .header__location-text {
        display: none;
    }
    .header__location-img {
        width: 50px;
        height: 50px;
        margin: 5px;
    }
    .header__top {
        flex-wrap: wrap;
    }
    .header__top-inner {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .header__wrapper {
        padding: 10px 0;
    }
    .page__sidebar {
        width: 100%;
        padding-top: 15px;
    }
    .main__slider {
        height: 477px;
    }
    .main__text {
        padding-top: 50px;
        width: 100%;
    }
    .header__bottom-wrapper {
        min-height: 57px;
        display: flex;
        align-items: center;
    }
    .header__bottom-btn {
        display: block;
    }
    .header__bottom-menu {
        display: none;
    }
    .header__bottom-item {
        display: block;
        max-width: 100%;
        min-height: 57px;
    }
    .header__bottom-link:not(.header__bottom-send) {
        width: 100%;
    }
    .header__bottom-item:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sidebar__item-link {
        position: relative;
        left: 0;
        width: 250px;
    }
    .page__inner {
        flex-wrap: wrap;
    }
}

@media(max-width: 868px) {
    .header:nth-child(2) {
        position: sticky;
        top: 0;
        z-index: 100;
    }
    .footer__top-contacts {
        width: 100%;
        margin-top: 40px;
    }
    .partners__item-img {
        height: 80px;
    }
}

@media(max-width: 768px) {
    .title {
        margin-top: 0;
    }
    .header__top {
        align-items: center;
    }
    .header__top-inner {
        justify-content: center;
        width: auto;
        height: 100%;
    }
    .goog-te-gadget {
        height: 33px;
    }
    .header__location {
        display: none;
    }
    .header__top-info {
        display: none;
    }
    .logo {
        width: 70px;
        height: 70px;
    }
    .header__top-text {
        font-size: 22px;
    }
    .main__slider {
        height: 369px;
    }
    .main__services-inner {
        margin-bottom: 20px;
    }
    .main__services-title {
        margin-top: 100px;
    }
    .services, .documents, .partners, .about, .contacts {
        padding-bottom: 50px;
    }
    .gallery_item {
        width: 50%;
    }
    .documents__wrapper {
        padding-top: 40px;
    }
    .partners__item-img {
        height: 55px;
    }
    .partners__item {
        width: 30%;
    }
    .partners {
        padding-bottom: 50px;
    }
    .main__services-items {
        grid-template-columns: repeat(3, 1fr);
    }
    .page__content-title {
        font-size: 24px;
    }
    .page__content {
        padding: 0;
    }
    .article-title {
        font-size: 16px;
    }
    .services__sidebar {
        width: 100%;
    }
    .sidebar {
        width: 100%;
    }
    .sidebar__btn {
        display: block;
        position: relative;
    }
    .sidebar__btn .fa-caret-right {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }
    .sidebar__list {
        display: none;
    }
    .sidebar__item {
        max-width: 100%;
    }
    .sidebar__item:first-child a {
        border-radius: 0;
    }
    .sidebar__item-link {
        width: 100%;
    }
    .dropdown__item {
        width: 100%;
    }
}

@media(max-width: 520px) {
    .header__box {
        width: 100%;
    }
    .header__top-logo {
        margin-bottom: 8px;
    }
    .header__top-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main__services-wrapper {
        margin-bottom: 15px;
    }
    .footer__top-logo {
        width: 100%;
    }
    .footer__top > div {
        margin-bottom: 40px;
    }
    .main__slider {
        height: 252px;
    }
    .main__form {
        padding-top: 50px;
    }
    .main__services-items {
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 20px;
    }
    .main__services-title {
        margin-top: 50px;
    }
    .main {
        padding-bottom: 50px;
    }
    .main__services-inner {
        margin-bottom: 0px;
    }
    .gallery-item {
        width: 30% !important;
    }
    .partners__item {
        width: 46%;
    }
    .about {
        padding-bottom: 50px;
    }
    .title {
        font-size: 20px;
    }
    p {
        font-size: 15px;
    }
    .contacts {
        padding-bottom: 50px;
    }
    .map {
        height: 300px;
    }
    .footer__title {
        font-size: 20px;
    }
    .footer__top-link {
        font-size: 15px;
    }
    .page__sidebar {
        margin-right: 0;
    }
    .page__content-title h2 {
        font-size: 20px;
    }
    .article-title {
        font-size: 16px;
    } 
}

@media(max-width: 480px) {
    .footer__top > div {
        width: 100%;
    }
    .partners__item-img {
        height: 50px;
    }
    tr, td, th {
        border: 2px solid #bdc3c7;
        padding: 5px 15px;
    }
    .main__services-wrapper {
        height: 150px;
    }
    .main__slider {
        height: 231px;
    }
}

@media(max-width: 376px) {
    .logo {
        width: 50px;
        height: 50px;
    }
    .header__top-text {
        font-size: 18px;
    }
    .main__services-wrapper {
        height: 110px;
    }
    .main__services-item a {
        font-size: 10pt;
    }
    .main__services-title {
        margin-top: 0;
    }
    .gallery-item {
        margin-top: 0;
        margin-right: 0;
        width: 46% !important;
    }
    .footer__bottom {
        font-size: 10px;
    }
    .partners__item-name {
        font-size: 14px;
    }
    .partners__logo-img {
        height: 40px;
    }
    tr, td, th {
        padding: 4px 10px;
        font-size: 10pt;
    }
}

@media(min-width: 970px) {
    .header__bottom-btn {
        display: none;
    }
    .sidebar__item:hover .dropdown {
        display: block;
    }
}

@media(min-width: 520px) {
    .dropdown li a:hover {
        background-color: #ecf0f1;
    }
    .gallery-item {
        width: 18% !important;
    }
}