/* /////////////////////////// 
	Fonts
//////////////////////////// */

@font-face {
    font-family: 'Museo Sans Cyrillic';
    src: url('../fonts/museoSansCyrillic/MuseoSansCyrillic300.woff2') format('woff2'), url('../fonts/MuseoSansCyrillic300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Museo Sans Cyrillic';
    src: url('../fonts/museoSansCyrillic/MuseoSansCyrillic500.woff2') format('woff2'), url('../fonts/museoSansCyrillic/MuseoSansCyrillic500.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Museo Sans Cyrillic';
    src: url('../fonts/museoSansCyrillic/MuseoSansCyrillic700.woff2') format('woff2'), url('../fonts/museoSansCyrillic/MuseoSansCyrillic700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Museo Sans Cyrillic';
    src: url('../fonts/museoSansCyrillic/MuseoSansCyrillic900.woff2') format('woff2'), url('../fonts/museoSansCyrillic/MuseoSansCyrillic900.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: fallback;
}


/* /////////////////////////// 
	Components
//////////////////////////// */

body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #1f1f1f;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Museo Sans Cyrillic', sans-serif;
    font-weight: 700;
}

h1,
.h1 {
    font-size: 33px;
    font-weight: 700;
}

h2,
.h2 {
    font-size: 32px;
    font-weight: 700;
}

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

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

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

h6,
.h6 {
    font-size: 20px;
}

@media (min-width: 480px) {
    h2,
    .h2 {
        font-size: 35px;
    }
    h1,
    .h1 {
        font-size: 46px;
    }
}

@media (min-width: 576px) {
    h1,
    .h1 {
        font-size: 50px;
    }
    h2,
    .h2 {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    h1,
    .h1 {
        font-size: 56px;
    }
    h2,
    .h2 {
        font-size: 46px;
    }
    h3,
    .h3 {
        font-size: 36px;
    }
}

span {
    font-size: inherit;
}

p {
    font-size: inherit;
}

.p1 {
    font-size: 18px;
}

.p2 {
    font-size: 16px;
}

.p3 {
    font-size: 14px;
}

.text-sm {
    font-size: 13px;
    font-weight: 500;
}

.lead {
    font-size: 18px;
    font-weight: 300;
}

.font-300 {
    font-weight: 300!important;
}

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

.font-500 {
    font-weight: 500!important;
}

.font-600 {
    font-weight: 600!important;
}

.font-700 {
    font-weight: 700!important;
}

.font-900 {
    font-weight: 900!important;
}

.bg-primary {
    background: #1976d1!important;
}

.bg-light-white {
    background: #f2f3f4!important;
}

.bg-light-blue {
    background: #9cdffc!important;
}

.bg-green {
    background: #a5e5b2!important;
}

.bg-gray {
    background: #868f96!important;
}

.bg-primary-decor {
    background: url(../image/illustration-bg-2.png) 100% 50% no-repeat #d30000;
    background-size: cover;
}

.bg-primary-ku {
    background: url(../image/illustration-bg-3.jpg) 100% 50% no-repeat #d30000;
    background-size: cover;
}

.bg-dark-gradient {
    position: relative;
}

.bg-dark-gradient:before {
    content: '';
    /* background-image: linear-gradient(-45deg, #152649 0%, #4f525c 100%); */
    background-color: #212529;
    background-image: linear-gradient(-45deg, #212529 0%, #131618 100%);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.bg-transparent {
    background: transparent;
}

.border-dash {
    border: 2px dashed #e53935;
}

a.text-white:hover {
    text-decoration: underline;
}

.h5.text-primary {
    color: #d30000!important;
    margin-bottom: 20px!important;
}

.text-primary {
    color: #d30000!important;
}

.text-light-gray {
    color: #dbe4f1!important;
}

.icon {
    vertical-align: baseline;
    display: inline-block;
}

.dripicons-tag {
    transform: rotate(135deg);
}

.address {
    display: flex;
    align-items: center;
}

.btn,
.btns {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 6px;
    line-height: 18px;
    min-width: auto;
    transition: .4s;
    padding: 2px;
}

.btns-mail {
    text-transform: lowercase;
}

.soc-btn {
    margin-right: 20px;
}

.btn {
    display: inline-flex;
    padding: 16px 30px;
    align-items: center;
    justify-content: center;
}

.btn:hover,
.btns:hover {
    color: #e53935;
}

.btn-sm {
    font-size: 13px;
    padding: 13px 20px;
}

.btn-outlined--white {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.btn-outlined--primary {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.16);
    color: #e53935;
}

.btn-outlined--primary:hover {
    background-color: #e53935;
    border-color: #e53935;
    color: #fff;
}

.btn-outlined--secondary {
    background-color: transparent;
    color: #6c757d;
    border: 2px solid #adb5bd;
}

.btn-outlined--secondary:hover {
    background-color: #adb5bd;
    color: #fff;
}

.btn--primary {
    background-color: #d30000;
    color: #fff;
}

.btn--primary:hover {
    background-color: #e53935;
    color: #fff;
}

.btn-secondary:hover {
    color: #fff;
}

.btn-primary--opacity {
    -webkit-transition: .5s ease-in;
    transition: .5s ease-in;
    background-color: rgba(80, 227, 194, 0.14);
    color: #0f3d33;
}

.btn-primary--opacity.hvr-bounce-to-right:before {
    background: #50e3c2;
}

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

.btn--transparent:hover {
    color: #50e3c2;
}

.btn--white {
    background-color: #fff;
    color: #323232;
}

.btn--white:hover {
    background-color: #d30000;
    color: #fff;
}

.btn--yellow {
    background-color: #ffc107;
    color: #000;
}

.btn--yellow:hover {
    background-color: #ffd94f;
    color: #000;
}

.b-radius-10 {
    border-radius: 10px;
}

.b-radius-20 {
    border-radius: 20px;
}

.b-radius-30 {
    border-radius: 30px;
}

.border-block {
    width: 100%;
}

.section-title {
    padding-bottom: 60px;
    line-height: 1.3;
}

.section-title .title-sm-text {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.section-title h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
}

@media (min-width: 576px) {
    .section-title h2 {
        font-size: 48px;
        line-height: 56px;
    }
}

.section-spacing {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (min-width: 768px) {
    .section-spacing {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}

.pretitle {
    color: #258aff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 4px;
    margin-bottom: 20px;
}

.scroll-up {
    position: fixed;
    z-index: 900;
    bottom: 20px;
    right: 20px;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #d30000;
    cursor: pointer;
    font-size: 32px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.scroll-up .icon {
    margin-top: -4px;
}


/* /////////////////////////// 
	Preloader
//////////////////////////// */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top left, #d30000 0%, #f44336 100%);
    z-index: 9999999;
}

#preloader #status {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot3 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-pusle {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-pusle {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}


/* /////////////////////////// 
	Header Area
//////////////////////////// */

.site-header {
    background-color: #fff;
    position: fixed;
    z-index: 109;
    width: 100%;
    /*border-bottom: 1px solid rgba(255,255,255,0.15);*/
}

.site-header-top .icon {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    vertical-align: baseline;
    color: #e53935;
}

@media (min-width: 768px) {
    .site-header-top {
        padding: 20px 0;
    }
}

@media (min-width: 992px) {
    .site-header-top {
        padding: 15px 0;
    }
}

.brand-logo img {
    height: 30px;
}

@media (min-width: 992px) {
    .main-navigation-wrapper {
        border-radius: 10px;
        background-color: #212529;
    }
    .main-menu {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .main-menu>li>a {
        font-family: 'Museo Sans Cyrillic', sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #dbe4f1;
        padding: 20px;
        white-space: nowrap;
    }
}

.main-menu>li>a:hover,
.main-menu>li.active>a {
    color: #e53935;
}

@media (min-width: 960px) and (max-width: 1100px) {
    .main-menu>li>a {
        padding: 20px 15px;
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    .main-menu .has-dropdown {
        position: relative;
        z-index: 99;
    }
    .main-menu .has-dropdown>a {
        position: relative;
        margin-right: 10px;
    }
    .main-menu .has-dropdown>a:before {
        position: absolute;
        display: inline-block;
        font: normal normal normal 32px/1 'ep';
        content: "\ea1a";
        font-size: 10px;
        color: #dee2e6;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        top: 40%;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        transition: color 0.4s;
    }
    .main-menu .has-dropdown>a:hover:before {
        color: #258aff;
    }
}

@media (min-width: 992px) {
    .main-menu .has-dropdown:hover .menu-dropdown {
        top: 100%;
        opacity: 1;
        pointer-events: visible;
    }
}

.main-menu .has-dropdown:hover .menu-dropdown p {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .main-menu .menu-dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 110%;
        position: absolute;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-width: 530px;
        -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03);
        border-radius: 8px;
        border: 1px solid #e5e5e5;
        background-color: #ffffff;
        padding: 30px 30px 0px;
        z-index: 99;
        opacity: 0;
        -webkit-transition: opacity .4s, top .4s;
        transition: opacity .4s, top .4s;
        pointer-events: none;
    }
    .main-menu .menu-item:nth-child(3) .menu-dropdown {
        min-width: 265px;
    }
}

@media (min-width: 992px) {
    .main-menu .menu-dropdown .single-item {
        -webkit-box-flex: calc(50% - 20px);
        -ms-flex: calc(50% - 20px);
        flex: calc(50% - 20px);
        max-width: calc(50% - 20px);
        margin-bottom: 20px;
    }
    .main-menu .menu-item:nth-child(3) .menu-dropdown .single-item {
        -webkit-box-flex: calc(100% - 20px);
        -ms-flex: calc(100% - 20px);
        flex: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
}

@media (min-width: 992px) {
    .main-menu .menu-dropdown .single-item:hover a h3 {
        color: #258aff;
    }
}

.main-menu .menu-dropdown .single-item a {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: .4s;
    transition: .4s;
    /*padding: 0;*/
}

.main-menu .menu-dropdown .single-item a:hover {
    color: #258aff;
}

.main-menu .menu-dropdown .single-item a h3 {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.4px;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 0;
    padding-bottom: 5px;
}

.main-menu .menu-dropdown .single-item a p {
    margin-bottom: 0;
}

.main-menu .menu-dropdown .single-item p {
    color: #878b90;
    font-size: 14px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .main-menu .menu-dropdown .single-item:nth-child(odd) {
        margin-right: 40px;
    }
}

.header-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-btns.btns-group {
    margin: 0 -17px;
}


/*	Mobile Menu / Mean Menu Reset	*/

.mobile-menu.mean-container .mean-bar {
    position: static;
    float: none;
    background: transparent;
}

.mobile-menu.mean-container .mean-bar .meanmenu-reveal {
    text-indent: 0 !important;
    position: relative;
    font-size: 21px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    margin-left: auto;
    margin-right: -24px;
}

.mobile-menu.mean-container .mean-bar .mean-expand {
    font-size: 0 !important;
    padding: 0 !important;
    height: 42px;
    width: 42px;
}

.mobile-menu.mean-container .mean-bar .mean-expand:before {
    position: absolute;
    display: inline-block;
    font: normal normal normal 32px/1 'ep';
    content: "\ea1a";
    font-size: 15px;
    color: #7c7373;
    transform: rotate(0deg);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu.mean-container .mean-bar .mean-expand.mean-clicked {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-menu.mean-container .mean-bar .mean-expand:hover {
    background: transparent;
}

.mobile-menu.mean-container .mean-bar .mean-nav {
    float: none;
    margin-top: 0;
    position: absolute;
    left: 0;
    border: 0;
    z-index: 888;
    background: transparent;
}

.mobile-menu.mean-container .mean-bar .mean-nav .main-menu {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03);
    background: #fff;
    border-radius: 8px;
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-item>a {
    border-bottom: 0;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-item.mean-last {
    border-bottom: 1px solid transparent;
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-dropdown {
    padding-left: 0 !important;
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-dropdown .single-item {
    padding-bottom: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid transparent;
}

@media (min-width: 768px) {
    .mobile-menu.mean-container .mean-bar .mean-nav .menu-dropdown {
        padding-left: 40px;
    }
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-dropdown p {
    margin-bottom: 0;
}

.mobile-menu.mean-container .mean-bar .mean-nav ul li {
    float: none;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-menu.mean-container .mean-bar .mean-nav ul li a {
    color: #000;
    float: none;
    text-transform: initial;
}


/* Hero Area */

.slider-hero .slick-prev {
    left: 20px;
}

.slider-hero .slick-next {
    left: unset;
    right: 20px;
}

.slider-hero .slick-arrow {
    position: absolute;
    z-index: 10;
    top: 45%;
    margin: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.slider-hero .slick-arrow svg {
    width: 32px;
    height: 32px;
}

.slider-hero .slick-prev svg {
    margin: 0 0 0 -4px;
}

.slider-hero .slick-next svg {
    margin: 0 0 0 4px;
}

.slider-hero .slick-dots {
    position: relative;
    max-width: 1140px;
    bottom: unset;
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.slider-hero .slick-dots li {
    width: auto;
    height: auto;
    max-width: 18%;
}

.slider-hero .slick-dots li a {
    cursor: pointer;
    min-height: 120px;
    height: 100%;
    padding: 24px;
    text-align: left;
    background-color: #fff;
    color: #343a40;
    box-shadow: 0 5px 10px rgb(0, 0, 0, 0), 0 20px 50px rgb(0, 0, 0, 0.1);
    border-radius: 8px;
    font-family: 'Museo Sans Cyrillic', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    transition: all 0.3s;
}

.slider-hero .slick-dots li:not(.slick-active) a:hover {
    color: #d30000;
    box-shadow: 0 5px 10px rgb(0, 0, 0, 0.05), 0 20px 50px rgb(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.slider-hero .slick-dots .slick-active a {
    background-color: #d30000;
    color: #fff;
    cursor: default;
}

@media (max-width: 768px) {
    .slider-hero .slick-arrow {
        top: unset;
        bottom: 15px;
        border-radius: 8px;
        background: rgba(0, 0, 0, 0.08);
    }
    .slider-hero .slick-arrow svg {
        width: 28px;
        height: 28px;
    }
    .slider-hero .slick-prev {
        left: unset;
        right: 69px;
    }
    .slider-hero .slick-next {
        left: unset;
        right: 15px;
    }
    .slider-hero .slick-dots {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .slider-hero .slick-arrow {
        top: 10px;
        border-radius: 8px;
        background: rgba(0, 0, 0, 0.08);
    }
    .slider-hero .slick-arrow svg {
        width: 28px;
        height: 28px;
    }
    .slider-hero .slick-prev {
        left: unset;
        right: 64px;
    }
    .slider-hero .slick-next {
        left: unset;
        right: 10px;
    }
}

.site-nav {
    position: fixed;
    top: 88px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1140px;
    padding: 0;
    z-index: 110;
}

@media (max-width: 1024px) {
    .site-nav {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.hero-area {
    position: relative;
    padding: 20px;
    padding-top: 82px;
}

.hero-area-inner {
    position: relative;
    overflow: hidden;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    border-radius: 10px;
    height: 1px;
    min-height: 720px;
}

.hero-area-inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*background: linear-gradient(-45deg, rgba(249,249,249,0.05) 0%, #f2f2f2 90%);*/
    background: linear-gradient(-135deg, rgba(73, 80, 87, 0.05) 0%, #343a40 90%);
    opacity: 1;
}

.foundation {
    margin-left: 150px;
    margin-bottom: 20px;
}

.foundation-left {
    margin-bottom: 20px;
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 0;
}

.hero-content .title {
    line-height: 1.1;
    margin-bottom: 40px;
}

.hero-content p {
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 30px;
    font-size: 17px;
}

.hero-content h5 {
    color: #258aff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-content h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 30px;
}

.inner-hero .hero-content h2 {
    font-weight: 700;
    font-size: 52px;
    line-height: 58px;
}

@media (max-width: 768px) {
    .hero-area {
        padding: 90px 15px 15px;
    }
    .hero-area-inner {
        height: auto;
        min-height: 680px;
    }
    .inner-hero .hero-content h2 {
        font-size: 36px;
        line-height: 48px;
    }
    .hero-content {
        padding: 80px 0 40px;
    }
}

.hero-content p,
.hero-content .hero-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 50px;
    max-width: 440px;
}

.hero-list li {
    position: relative;
    font-size: 22px;
    margin: 12px 0;
    display: flex;
    flex-wrap: nowrap;
}

.hero-list li .icon {
    margin-right: 12px;
    font-size: 16px;
}


/*.hero-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-image: url(../image/icon-check.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}*/

@media (min-width: 1801px) {
    .hero-area-inner {
        background-position: 0 0;
    }
    .hero-illustration {
        right: 2%;
    }
}

@media (min-width: 1280px) {
    .hero-content h2 {
        font-size: 56px;
        line-height: 62px;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .hero-content h2 {
        font-size: 48px;
        line-height: 54px;
    }
}

.hero-btn .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

.hero-btn .text--info {
    color: #dbe4f1;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.hero-widgets {
    position: absolute;
    z-index: 2;
    top: -100px;
    right: 0;
    width: 43%;
}

.hero-widget-white {
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: 230px;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 25px 50px rgba(35, 31, 32, 0.15);
}

.hero-widget-blue {
    position: absolute;
    top: 260px;
    left: 70px;
    width: 260px;
    height: 130px;
    box-sizing: border-box;
    padding: 30px 20px 0 100px;
    background-color: #1976d2;
    border-radius: 10px;
    box-shadow: 0 25px 50px rgba(35, 31, 32, 0.15);
}

.hero-widget-icon-1 {
    width: 40px;
    height: 40px;
    background-color: rgba(63, 163, 243, 0.20);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-widget-icon-1 img {
    width: 24px;
    height: 24px;
}

.hero-widget-icon-2 {
    width: 65px;
    height: 100px;
    position: absolute;
    top: -15px;
    left: 20px;
}

.hero-widget-icon-2 img {
    width: 100%;
}

.hero-widget-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #039be5;
    letter-spacing: -2px;
}

.hero-widget-subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.hero-widget-blue .hero-widget-text {
    font-size: 14px;
    line-height: 1.3;
    color: #b7f1c3;
}

@media (max-width: 1440px) {
    .hero-widgets {
        position: absolute;
        z-index: 2;
        top: -100px;
        right: 120px;
        width: 45%;
    }
    .hero-widget-white {
        left: 180px;
    }
}

@media (max-width: 768px) {
    .hero-widgets {
        top: -160px;
        right: 80px;
    }
}

@media (max-width: 480px) {
    .hero-widgets {
        display: none;
    }
}


/* /////////////////////////// 
	Feature Section
//////////////////////////// */

.feature-area {
    padding: 50px 0;
}

@media (min-width: 992px) {
    .feature-area {
        padding: 100px 0 70px;
    }
}

.feature-widget {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}

.feature-widget-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.feature-widget-number {
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-size: 21px;
    line-height: 21px;
    font-weight: 500;
    color: #258aff;
    background-color: rgba(37, 138, 255, 0.1);
    border-radius: 4px;
}

.feature-widget .widget-icon {
    padding: 10px;
    background-color: transparent;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 38px;
    color: #258aff;
    -webkit-transition: .4s;
    transition: .4s;
}

.feature-widget .widget-icon i {
    font-size: inherit;
}

.feature-widget .content h5 {
    margin-bottom: 10px;
    color: #000000;
    padding-bottom: 0;
}

.feature-widget .content p {
    color: #878b90;
}

@media (min-width: 480px) {
    .feature-widget .content p {
        padding-right: 50px;
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    .feature-widget .content p {
        padding: 0;
    }
}

.feature-widget:hover .widget-icon {
    color: #258aff;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.feature-widget.icon-top-round {
    display: block;
}

.feature-widget.icon-top-round .widget-icon {
    background-color: #258aff;
    padding: 16px;
    border-radius: 50px;
    margin-bottom: 34px;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 28px;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media (min-width: 480px) {
    .feature-widget.icon-top-round .widget-icon {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .feature-widget.icon-top-round .widget-icon {
        margin-bottom: 34px;
    }
}

.feature-widget.icon-top-round .widget-icon i {
    -webkit-transition: .4s;
    transition: .4s;
}

.feature-widget.icon-top-round:hover .widget-icon i {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


/* /////////////////////////// 
	Feature section
//////////////////////////// */

.feature-section {
    padding: 70px 0;
}

@media (min-width: 992px) {
    .feature-section {
        padding: 100px 0;
    }
}


/* Ripple Out */

@-webkit-keyframes ripple-out {
    100% {
        top: -18px;
        right: -18px;
        bottom: -18px;
        left: -18px;
        opacity: 0;
        border-width: 0;
    }
}

@keyframes ripple-out {
    100% {
        top: -18px;
        right: -18px;
        bottom: -18px;
        left: -18px;
        opacity: 0;
        border-width: 0;
    }
}

.outer-circle {
    background: #ffc107;
}

.outer-circle {
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    /*background: rgba(108, 117, 125, 0.08);*/
    background: rgba(244, 111, 124, 0.1);
}


/*.outer-circle:before {
	content: '';
	position: absolute;
	border: rgba(244, 111, 124, 0.1) solid 6px;
	border-radius: 500px;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	-webkit-animation: ripple-out 1.8s linear 2s infinite;
			animation: ripple-out 1.8s linear 2s infinite;
}*/

.widget01.feature--widget {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .widget01.feature--widget {
        margin-bottom: 0;
    }
}

.widget01.feature--widget .divider--right:after {
    display: none;
}

@media (min-width: 768px) {
    .widget01.feature--widget .divider--right:after {
        display: block;
    }
}

.widget__icon {
    position: relative;
    height: 72px;
    width: 72px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.widget__icon .inner-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 20px;
}

.widget__icon .outer-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

.widget__icon img {
    position: relative;
    z-index: 2;
    width: 64px;
    height: 64px;
    margin: 8px 0 0 8px;
}

.widget__icon .icon {
    position: relative;
    z-index: 2;
    font-size: 35px;
    text-align: center;
    color: #e53935;
}

.widget__body {
    text-align: center;
}

.widget__body p {
    color: #323232;
    font-size: 17px;
    font-weight: 400;
    line-height: 34px;
}

@media (min-width: 480px) {
    .widget__body p {
        font-size: 18px;
        padding: 0 50px;
    }
}

@media (min-width: 576px) {
    .widget__body p {
        padding: 0 30px;
    }
}

@media (min-width: 768px) {
    .widget__body p {
        padding: 0 15px;
    }
}

@media (min-width: 992px) {
    .widget__body p {
        padding: 0 20px;
    }
}

@media (min-width: 1200px) {
    .widget__body p {
        padding: 0 25px;
    }
}

.widget__heading {
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}


/* /////////////////////////// 
	Calc Section
//////////////////////////// */

.side-banner {
    border-radius: 30px;
    display: flex;
}

.banner-knob {
    background-color: #1976d2;
    background-image: url(../image/illustration-knob-x2.png);
    background-position: 50% 50%;
    background-size: cover;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    max-width: 320px;
    width: 100%;
    height: 320px;
    color: #fff;
    font-size: 44px;
    letter-spacing: -1px;
}

.card {
    border-radius: 30px;
    padding: 30px;
}

.card-shadow {
    box-shadow: 0 40px 100px rgb(20, 25, 43, 0.15);
}

.card-image {
    width: 100%;
    min-height: 200px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.card-text {
    font-size: 13px;
    font-weight: 500;
}

.card-list li {
    position: relative;
    margin: 6px 0;
    padding-left: 16px;
}

.card-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d30000;
}

@media (min-width: 768px) {
    .card {
        border-radius: 30px;
        padding: 50px;
    }
}

.list-decor {
    position: relative;
}

.list-decor:before {
    z-index: -1;
    content: '';
    position: absolute;
    left: 14px;
    top: 0;
    width: 0;
    height: 100%;
    border-right: 1px dotted #d30000;
    opacity: 0.5;
}

.list-flex li {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

.list-icon-circle {
    max-width: 30px;
    min-width: 30px;
    max-height: 30px;
    min-height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-color: #d30000;
}


/* /////////////////////////// 
	Gallery
//////////////////////////// */

.mt__min-20 {
    margin-top: -280px;
}

@media (max-width: 768px) {
    .mt__min-20 {
        margin-top: 20px;
    }
}

.carousel-gallery {
    margin-bottom: 50px;
}

.carousel-gallery .slick-track {
    display: flex;
}

.carousel-gallery .items {
    padding: 0 15px;
    /*min-width: 376px;
	float: unset;
	flex-shrink: 0;*/
}

.carousel-gallery-item {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.carousel-gallery-item .bg__wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    background: linear-gradient(180deg, rgba(12, 20, 31, 0) 0%, #0c141f 76.56%);
    transition: 0.5s;
}

.carousel-gallery-item .link {
    position: absolute;
    padding: 15px 20px;
    left: 0;
    bottom: -100%;
    width: 100%;
    z-index: 1;
    transition: 0.8s;
}

.carousel-gallery-item .link .icon {
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 50%;
    transition: 0.5s;
    color: #d30000;
    font-size: 24px;
    flex: 0 0 auto;
}

.carousel-gallery-item .link .icon:hover {
    box-shadow: 0 15px 30px rgba(244, 111, 124, 0.2) !important;
}

.carousel-gallery-item:hover .bg__wrap {
    top: 0;
}

.carousel-gallery-item:hover .link {
    bottom: 0;
}

.carousel-gallery .slick-prev {
    left: 15px;
}

.carousel-gallery .slick-next {
    left: 75px;
}

.carousel-gallery .slick-arrow {
    position: absolute;
    z-index: 10;
    top: 100%;
    margin-top: 20px;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
}

.carousel-gallery .slick-arrow svg {
    width: 24px;
    height: 24px;
    margin: 0 0 0 -4px;
}

.carousel-gallery .slick-next svg {
    margin: 0 0 0 4px;
}

.fancybox-item.fancybox-close {
    background: url("../image/icon-close-white.svg") no-repeat 50% 50% #eb212e;
    background-size: 24px;
    height: 50px;
    width: 50px;
    right: -25px;
    top: -25px;
    border-radius: 50%;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.fancybox-next span {
    background: url("../image/icon-chevron-right-white.svg") no-repeat center center #eb212e;
    background-size: 20px;
    height: 50px;
    width: 50px;
    right: -25px !important;
    border-radius: 50%;
}

.fancybox-prev span {
    background: url("../image/icon-chevron-left-white.svg") no-repeat center center #eb212e;
    background-size: 20px;
    height: 50px;
    width: 50px;
    left: -25px !important;
    border-radius: 50%;
}

.fancybox-item.fancybox-close:hover,
.fancybox-prev span:hover,
.fancybox-next span:hover {
    opacity: 0.8;
}


/* /////////////////////////// 
	Content Section-01
//////////////////////////// */

.content-section-01 {
    background-color: #fff;
    padding: 70px 0;
}

@media (min-width: 768px) {
    .content-section-01 {
        padding: 100px 0;
    }
}

.content-right-content {
    text-align: center;
}

@media (min-width: 480px) {
    .content-right-content {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .content-right-content {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .content-right-content {
        margin-top: 25px;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .content-right-content {
        margin-top: 90px;
    }
}

.content-right-content h5 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .content-right-content h5 {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .content-right-content h5 {
        margin-bottom: 40px;
    }
}

.content-right-content h2 {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .content-right-content h2 {
        font-size: 28px;
        line-height: 35px;
    }
}

@media (min-width: 768px) {
    .content-right-content h2 {
        padding-right: 6px;
        font-size: 40px;
        line-height: 45px;
    }
}

@media (min-width: 992px) {
    .content-right-content h2 {
        margin-bottom: 18px;
        padding-right: 6px;
        font-size: 48px;
        line-height: 56px;
    }
}

@media (min-width: 1200px) {
    .content-right-content h2 {
        padding-right: 20px;
    }
}

.content-right-content p {
    color: #e4e4e4;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

@media (min-width: 768px) {
    .content-right-content p {
        line-height: 28px;
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .content-right-content p {
        padding-right: 35px;
        line-height: 32px;
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .content-right-content p {
        padding-right: 45px;
    }
}

.content-right-content .content-btn {
    margin-top: 36px;
}

@media (min-width: 480px) {
    .content-right-content .content-btn .btn {
        height: 40px;
        font-size: 16px;
        min-width: 137px;
    }
}

@media (min-width: 768px) {
    .content-right-content .content-btn .btn {
        height: 60px;
        min-width: 209px;
        font-size: 18px;
    }
}

.content-left-image {
    width: 50%;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .content-left-image {
        width: 100%;
    }
}

.content-left-image img {
    width: 100%;
}


/*///////////////////////
	Content_section-02
 /////////////////////*/

.content-section-02 {
    padding: 70px 0 50px;
    position: relative;
}

@media (min-width: 768px) {
    .content-section-02 {
        padding: 100px 0 0;
    }
}

.content-wrapper {
    /*border-bottom: 1px solid #fff;*/
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .content-wrapper {
        padding-bottom: 80px;
    }
}

.content-right-image img {
    width: 100%;
}

.content-left-content {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .content-left-content {
        margin-bottom: 60px;
    }
}

.content-left-content h5:not([class]) {
    color: #258aff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 4px;
    margin-bottom: 20px;
}

.content-left-content h5.text-orange {
    color: #ffc107;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 4px;
    margin-bottom: 20px;
}

.content-left-content h2 {
    color: #1f1f1f;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .content-left-content h2 {
        padding-right: 25px;
    }
}

@media (min-width: 992px) {
    .content-left-content h2 {
        padding-right: 10px;
        font-size: 44px;
        line-height: 52px;
    }
}

.content-left-content p,
.content-left-content li {
    color: #6c757d;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

@media (min-width: 992px) {
    .content-left-content p {
        padding-right: 35px;
    }
}

@media (min-width: 1200px) {
    .content-left-content p {
        padding-right: 42px;
    }
}


/* ///////////////////////////
	Request Section
//////////////////////////// */

.request-section {
    background-image: -webkit-radial-gradient(9% 8%, circle, #002f7f, #258aff);
    background-image: radial-gradient(circle at 9% 8%, #002f7f, #258aff);
}

.request-section .content-left-content h2 {
    color: #fff;
}

.request-section .content-left-content p {
    color: #dee2e6;
}


/* Forms */

.basic-form-container {
    box-sizing: border-box;
    width: 100%;
}

.basic-form {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.basic-form>div {
    box-sizing: border-box;
}

.basic-form div.mb-0 {
    margin-bottom: 0;
}

.basic-form .w-100 {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}

.basic-form .w-75 {
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
}

.basic-form .w-66 {
    -ms-flex: 0 0 64%;
    flex: 0 0 64%;
}

.basic-form .w-50 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
}

.basic-form .w-33 {
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
}

.basic-form .w-25 {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
}

.basic-form .form-divider {
    margin: 1rem -2rem 2.5rem;
    height: 2px;
    background-color: #fff;
}

.basic-form label {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.basic-form .label-custom {
    font-size: 16px;
    line-height: 30px;
}

.basic-form .star {
    font-size: 16px;
    line-height: 18px;
}

.basic-form p {
    margin-top: 0!important;
}

.basic-form a {
    display: inline;
    color: #d30000;
}

.basic-form a:hover {
    color: #000;
}

.basic-form input[type="text"],
.basic-form input[type="date"],
.basic-form input[type="tel"],
.basic-form select,
.basic-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #333;
    outline: none;
    border-radius: 6px;
    border: 0;
    background: #e9ecef;
    transition: color 0.4s, border 0.4s, background 0.4s;
}

.basic-form input[type="text"],
.basic-form input[type="date"],
.basic-form input[type="tel"],
.basic-form select {
    height: 48px;
}

.basic-form select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../image/icon-chevron-down.svg);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 20px;
}

.basic-form textarea {
    padding: 15px 20px;
}

.basic-form input[type="text"]:hover,
.basic-form input[type="text"]:focus,
.basic-form input[type="date"]:hover,
.basic-form input[type="date"]:focus,
.basic-form input[type="tel"]:hover,
.basic-form input[type="tel"]:focus,
.basic-form select:hover,
.basic-form select:focus,
.basic-form textarea:hover,
.basic-form textarea:focus {
    background-color: #fff;
    color: #333;
}

.basic-form input[type="checkbox"] {
    font-size: 14px;
    float: left;
}

.basic-form input[type="checkbox"]~p {
    margin: -2px 0 0.5rem 22px;
    font-size: 14px;
    line-height: 18px;
    color: #616368;
    text-align: left;
}

.basic-form button,
.basic-form input[type="submit"] {
    outline: none;
}

@media (max-width: 640px) {
    .basic-form .w-100-mob {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
    .basic-form .w-50-mob {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }
    .basic-form .text-right {
        text-align: left;
    }
}

.basic-form-container.white-bg {
    background-color: #fff;
    border-radius: 8px;
}

.basic-form-container.white-bg .basic-form input[type="text"],
.basic-form-container.white-bg .basic-form input[type="date"],
.basic-form-container.white-bg .basic-form input[type="tel"],
.basic-form-container.white-bg .basic-form select,
.basic-form-container.white-bg .basic-form textarea {
    padding: 10px 15px;
    border: 1px solid transparent;
}

.basic-form-container.white-bg .basic-form input[type="text"]:hover,
.basic-form-container.white-bg .basic-form input[type="date"]:hover,
.basic-form-container.white-bg .basic-form input[type="tel"]:hover,
.basic-form-container.white-bg .basic-form select:hover,
.basic-form-container.white-bg .basic-form textarea:hover,
.basic-form-container.white-bg .basic-form input[type="text"]:focus,
.basic-form-container.white-bg .basic-form input[type="date"]:focus,
.basic-form-container.white-bg .basic-form input[type="tel"]:focus,
.basic-form-container.white-bg .basic-form select:focus,
.basic-form-container.white-bg .basic-form textarea:focus {
    border-color: #adb5bd;
}


/* /////////////////////////// 
	Footer Section
//////////////////////////// */

.footer-section {
    padding: 60px 0 40px;
}

@media (min-width: 768px) {
    .footer-section {
        padding: 80px 0 60px;
    }
}

.footer-section .margin-decrese {
    margin-bottom: -30px;
}

.footer-section .col-margin {
    margin-bottom: 30px;
}

.single-footer .footer-text p {
    color: #878b90;
    font-size: 14px;
    line-height: 22px;
}

@media (min-width: 992px) {
    .single-footer .footer-text p {
        padding-right: 22px;
    }
}

.footer-title {
    margin-bottom: 20px;
}

.footer-title h6 {
    color: #666666;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
}

.footer-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.footer-social-list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 768px) {
    .footer-social-list {
        margin-top: 40px;
    }
}

.footer-list li {
    margin: 0 20px 20px 0;
}

.footer-list li a {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #1f1f1f;
    -webkit-transition: .4s;
    transition: .4s;
}

.footer-list li a:hover {
    color: #258aff;
}

.footer-list li:first-child a {
    padding-top: 0;
}

.footer-list li:last-child a {
    padding-bottom: 0;
}


/*# sourceMappingURL=style.css.map */


/* Inner Hero */

.inner-hero {
    padding-bottom: 60px;
    padding-top: 120px;
}

.inner-hero.has-bg-image {
    position: relative;
}

.inner-hero.has-bg-image:after {
    position: absolute;
    z-index: 0;
    content: '';
    top: 0;
    right: 5%;
    bottom: 0;
    left: 5%;
    background-image: url(image/hero-illustration-04.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 450px;
}

.inner-hero p {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .inner-hero {
        padding-top: 180px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1600px) {
    .inner-hero.has-bg-image:after {
        right: 10%;
    }
}

@media (max-width: 1280px) {
    .inner-hero.has-bg-image:after {
        background-position: 105% 100%;
        background-size: 400px;
    }
}

@media (max-width: 1024px) {
    .inner-hero.has-bg-image:after {
        background-image: none;
    }
}

.list-check li {
    display: block;
    margin: 0 0 25px;
    padding-left: 35px;
    position: relative;
}

.list-check li:last-child {
    margin-bottom: 0;
}

.list-check li:before {
    position: absolute;
    top: -3px;
    left: 0;
    font: normal normal normal 32px/1 'dripicons-v2';
    content: "\53";
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}

.list-dash li {
    display: block;
    margin: 10px 0;
    padding-left: 35px;
    position: relative;
}

.list-dash li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #258aff;
}

.link-widgets .feature-widget .content h5 {
    margin-top: 10px;
}

.link-widgets a {
    transform: translateY(0);
}

.link-widgets a:hover {
    transform: translateY(-10px);
}

@media (min-width: 768px) {
    .link-widgets {
        margin-bottom: -40px;
    }
}

.inner-content p+h2,
.inner-content p+h3,
.inner-content p+h4,
.inner-content p+h5 {
    margin-top: 50px!important;
}

.inner-content h2+p,
.inner-content h3+p,
.inner-content h4+p,
.inner-content h5+p {
    margin-top: 30px!important;
}

.link-anchor {
    display: inline;
}


/* dividers */

.has-top-divider {
    position: relative
}

.has-top-divider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: rgba(135, 139, 144, 0.2);
}

.has-bottom-divider {
    position: relative
}

.has-bottom-divider:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: rgba(135, 139, 144, 0.15);
}

.has-top-divider.on-dark:before,
.has-bottom-divider.on-dark:before {
    background: rgba(229, 229, 229, 0.15);
}

.screenshots .fotorama__stage {
    border: 1px solid rgba(135, 139, 144, 0.15);
}

.fotorama__dot {
    display: block;
    width: 6px;
    height: 6px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f;
}

.screenshots .fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 5px;
    top: 10px;
    left: 4px;
}

.switcher-trigger {
    cursor: pointer;
}

.switcher-content {
    display: none;
}

.adr-time span {
    color: #d30000;
    font-size: 12px;
}


/* /////////////////	 NEW CUSTOM	 ///////////////////// */

.hvr-shine {
    position: relative;
    overflow: hidden;
}

.hvr-shine:before {
    content: '';
    position: absolute;
    height: 400px;
    width: 20px;
    background: white;
    top: -80px;
    left: -20px;
    display: block;
    opacity: 0.5;
    box-shadow: 0px 0px 20px 10px white;
    transform: rotate(-45deg);
    transition: all 0.4s ease;
}

.hvr-shine:hover:before {
    left: 200%;
}


/* /////////////////////////// 
	Header Area
//////////////////////////// */

.hamburger-icon {
    font-size: 22px;
    color: #fff;
    width: 48px;
    height: 48px;
    background: #d30000;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s;
}


/*	Mobile Menu / Mean Menu Reset	*/

.mobile-header {
    padding: 18px 0;
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 100;
    background: #fff;
    box-shadow: 0 15px 50px rgba(20, 25, 43, 0.07);
}


/* Mobile Off canvas */

.off-canvas-wrapper {
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    position: fixed;
    background-color: #fff;
    z-index: 1000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    transform: translateX(100%);
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 480px) {
    .off-canvas-wrapper {
        width: 300px;
    }
}

.off-canvas-wrapper.open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.off-canvas-wrapper .off-canvas-inner {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    position: relative;
    overflow-y: scroll;
}

.off-canvas-wrapper .header-btns {
    flex-direction: column;
    align-items: unset;
}

.off-canvas-wrapper .header-btns .btn:first-child {
    margin-bottom: 16px;
}

.off-canvas-wrapper .btn-close-off-canvas {
    position: absolute;
    top: 18px;
    left: 20px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    background-color: #d30000;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.4s;
    z-index: 2;
}

.off-canvas-wrapper .menu-expand {
    display: none;
}

.mobile-navigation {
    padding: 80px 0 20px;
}

.mobile-navigation .mobile-menu>li {
    padding-bottom: 20px;
    font-size: 16px;
}

.mobile-navigation .mobile-menu>li .sub-menu>li {
    padding-top: 15px;
    margin-top: 15px;
    padding-left: 20px;
}

.mobile-navigation .mobile-menu>li .sub-menu>li.single-item h3 {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 600;
}

.mobile-navigation .mobile-menu>li .sub-menu>li.single-item p {
    font-size: 13px;
}

.mobile-navigation .mobile-menu>li .sub-menu>li.single-item a:hover {
    color: inherit;
}

.mobile-navigation .mobile-menu li i {
    margin-left: 8px;
    position: relative;
    top: 3px;
}

.mobile-navigation .mobile-menu li:hover>a {
    color: #02a9f4;
}

.mobile-navigation .mobile-menu a {
    display: block;
}


/* /////////////////////////// 
	Counter
//////////////////////////// */

.counter .h6 {
    font-size: 20px;
}

.count-numbers .number-container {
    position: relative;
    display: flex;
    font-weight: 900;
}


/*.count-numbers .number-container:after {
	content: "";
	left: 0;
	bottom: 0;
	position: absolute;
	width: 20px;
	height: 2px;
	background: #e60012;
}*/

.count-numbers .number {
    display: inline-flex;
    /*padding-bottom: 10px;
	margin-bottom: 10px;*/
}

@media (max-width: 768px) {
    .counter:not(:last-child) {
        margin-bottom: 70px;
    }
}


/* /////////////////////////// 
	Content section
//////////////////////////// */

.content-img.content-img-group-1 {
    position: relative;
}

@media (min-width: 768px) {
    .content-img.content-img-group-1 {
        height: 425px;
        margin-bottom: -70px;
    }
}

@media (min-width: 992px) {
    .content-img.content-img-group-1 {
        margin-bottom: 0px;
    }
}

@media (min-width: 1200px) {
    .content-img.content-img-group-1 {
        height: 475px;
    }
}

.content-img.content-img-group-1 .image-1 {
    position: absolute;
    z-index: 2;
    left: 27%;
    top: 23%;
    border-radius: 30px;
    overflow: hidden;
}

.content-img.content-img-group-1 .image-2 {
    position: absolute;
    z-index: 1;
    right: 20%;
    top: 12%;
    border-radius: 10px;
    overflow: hidden;
}

.content-img .image-mobile {
    border-radius: 30px;
    overflow: hidden;
    max-width: 320px;
    margin-bottom: 40px;
}

.content-img .image-mobile img {
    width: 100%;
}

@media (min-width: 992px) {
    .content-img.content-img-group-1 .image-1 {
        top: 26%;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    .content-img.content-img-group-1 .image-2 {
        -webkit-animation-duration: 8s;
        animation-duration: 8s;
    }
}

@media (min-width: 1200px) {
    .content-img.content-img-group-1 .image-1 {
        top: 53%;
        left: auto;
        right: 0%;
    }
    .content-img.content-img-group-1 .image-2 {
        top: 0;
        left: 0;
    }
}

.content-img.content-img-group-2 {
    position: relative;
}

@media (min-width: 768px) {
    .content-img.content-img-group-2 {
        height: 420px;
        margin-bottom: -70px;
    }
}

@media (min-width: 992px) {
    .content-img.content-img-group-2 {
        margin-bottom: 0px;
    }
}

@media (min-width: 1200px) {
    .content-img.content-img-group-2 {
        height: 450px;
    }
}

.content-img.content-img-group-2 .image-1 {
    position: absolute;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
}

@media (min-width: 576px) {
    .content-img.content-img-group-2 .image-1 {
        top: 0;
        left: 2%;
    }
}

@media (min-width: 768px) {
    .content-img.content-img-group-2 .image-1 {
        top: 12%;
        right: 27%;
    }
}

@media (min-width: 1200px) {
    .content-img.content-img-group-2 .image-1 {
        top: 20%;
        right: auto;
        left: 5%;
    }
}

.content-img.content-img-group-2 .image-2 {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    border-radius: 10px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .content-img.content-img-group-2 .image-2 {
        top: 0;
        left: 25%;
        right: 0;
    }
}

@-webkit-keyframes floatX {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes floatX {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@-webkit-keyframes blink {
    0% {
        bottom: -25px;
    }
    25% {
        bottom: -100px;
    }
    35% {
        bottom: -130px;
    }
    50% {
        bottom: -100px;
    }
    75% {
        bottom: -50px;
    }
    100% {
        bottom: -25px;
    }
}

@keyframes blink {
    0% {
        bottom: -25px;
    }
    25% {
        bottom: -100px;
    }
    35% {
        bottom: -130px;
    }
    50% {
        bottom: -100px;
    }
    75% {
        bottom: -50px;
    }
    100% {
        bottom: -25px;
    }
}

.btns-link {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

p.vk {
    display: flex;
}

.svg {
    display: block;
    margin-top: -2px;
}

.content-section-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 28px;
}

@media (min-width: 768px) {
    .content-section-title {
        line-height: 40px;
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .content-section-title {
        line-height: 1;
        font-size: 46px;
    }
}

.mt-5,
.my-5 {
    margin-top: 1.5rem!important;
}

.modal-header .close {
    position: absolute;
    top: 16px;
    right: 16px;
}

.modal-header {
    justify-content: center;
}

.content-section-text p {
    font-size: 15px;
    margin-bottom: 8px;
}

.content-section-text .btn {
    margin-top: 30px;
}


/* /////////////////////////// 
	Video section
//////////////////////////// */

.video-bg {
    position: relative;
    background-image: url(../image/cta-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.video-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #222d3d;
    opacity: 0.7172935;
}

.video-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.video-content .video-btn {
    width: 90px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.19);
    margin-bottom: 60px;
    border-radius: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-content .video-btn i {
    color: #50e3c2;
    font-size: 20px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s;
    transition: .4s;
}

.video-content .video-btn:hover i {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.video-content .title {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 15px;
}

.video-content p {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}

.video-content p:last-child {
    margin-bottom: 0;
}


/* /////////////////////////// 
	Brand Section
//////////////////////////// */

.brand-top-text P {
    color: #878b90;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.brand-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brand-wrapper .single-brand {
    margin-right: 25px;
    margin-left: 25px;
    margin-top: 25px;
}


/* /////////////////////////// 
	Testimonial Section
//////////////////////////// */

.berlin-card-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .berlin-card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.berlin-card-group>.card {
    margin-bottom: 15px !important;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .berlin-card-group>.card {
        margin-bottom: 0px !important;
    }
}

.berlin-card-group>.card+.card {
    border: 1px solid #e8e8ea;
}

@media (min-width: 768px) {
    .berlin-card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }
}

@media (min-width: 768px) {
    .berlin-card-group>.card+.card:last-child {
        border: 1px solid #e8e8ea;
        border-top: 0;
    }
}

@media (min-width: 992px) {
    .berlin-card-group>.card+.card:last-child {
        border-left: 0;
        border-top: 1px solid #e8e8ea;
    }
}

@media (min-width: 768px) {
    .berlin-card-group>.card {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .berlin-card-group>.card {
        -webkit-box-flex: 33.333%;
        -ms-flex: 33.333%;
        flex: 33.333%;
        max-width: 33.333%;
    }
}

.testimonial-card-1 {
    border: 1px solid #e8e8ea;
}

.testimonial-card-1 .card-body {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
}

@media (min-width: 576px) {
    .testimonial-card-1 .card-body {
        padding-left: 45px;
        padding-right: 45px;
    }
}

.testimonial-card-1 .quote-icon {
    color: #dbe4f1;
    font-size: 98px;
    font-weight: 400;
    letter-spacing: -0.1px;
    margin-bottom: -45px;
}

.testimonial-card-1 .client-card {
    margin-top: 40px;
}

.card-footer {
    background: transparent;
    border: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-top: 0px;
}

.client-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.client-card .image {
    border-radius: 50%;
    min-width: 43px;
    min-height: 43px;
    overflow: hidden;
}

.client-card .image img {
    width: 100%;
}

.client-card .content {
    padding-left: 20px;
    padding-top: 5px;
}

.client-card .content .title {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 6px;
}

.client-card .content span {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.6px;
    line-height: 1;
}


/* /////////////////////////// 
	CTA Section
//////////////////////////// */

.cta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -20px;
}

@media (min-width: 768px) {
    .cta-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.cta-wrapper .title {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.22px;
    line-height: 35px;
    margin-right: 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .cta-wrapper .title {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .cta-wrapper .title {
        margin-right: 50px;
    }
}


/* /////////////////////////// 
	Footer Section
//////////////////////////// */

.shape-holder {
    position: relative;
    z-index: 1;
}

.footer-shapes {
    position: absolute;
    top: 0;
    width: 100%;
}

.footer-shapes .shape-1 {
    position: absolute;
    width: 100%;
    top: -10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -2;
}

.footer-shapes .shape-1 svg {
    width: 100%;
    height: 55px;
}

.footer-bg {
    position: relative;
    z-index: 1;
}

.footer-bg:before {
    content: '';
    /*background-image: linear-gradient(-45deg, #152649 0%, #4f525c 100%);*/
    background-image: linear-gradient(-45deg, #000 0%, #212529 100%);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.footer-list {
    margin-top: -10px;
}

.footer-list li {
    margin-bottom: 8px;
}

.footer-list li a {
    color: #f8fbfe;
    font-size: 16px;
    line-height: 34px;
    -webkit-transition: .4s;
    transition: .4s;
    padding-left: 0;
}

.footer-list li a:hover {
    color: #50e3c2;
    padding-left: 5px;
}

.footer-list.list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-list.list-inline li {
    margin-bottom: 0;
    margin-right: 15px;
}

@media (min-width: 992px) {
    .footer-list.list-inline li {
        margin-right: 17px;
    }
}

.footer-list.list-inline li a {
    color: #dbe4f1;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.footer-list.list-inline li a:hover {
    color: #d30000;
    padding-left: 0px;
}

.footer-list.list-inline li:last-child {
    margin-right: 0;
}

.copyright-area {
    color: #dee2e6;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.copyright-area a {
    display: inline;
}

.copyright-area a:hover {
    color: #d30000;
}

@media (min-width: 768px) {
    .copyright-area p {
        text-align: left;
    }
}

.basic-table {
    display: inline-block;
    width: auto;
    max-width: 100%;
    overflow-x: auto;
    border-radius: 10px;
    border: 0;
    /*box-shadow: 0 15px 50px -7px rgba(193, 181, 173, 0.25);*/
}

.basic-table th,
.basic-table td {
    background-color: transparent;
    padding: 10px 25px!important;
    /*border-bottom: 1px solid rgba(229,229,229,0.6);*/
    text-align: center;
    vertical-align: middle;
}

.basic-table th {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #adb5bd;
}

.basic-table .bg-red {
    background-color: #f8686c;
}

.basic-table .bg-orange-1 {
    background-color: #fa8272;
}

.basic-table .bg-orange-2 {
    background-color: #fba577;
}

.basic-table .bg-orange-3 {
    background-color: #fbc57a;
}

.basic-table .bg-yellow-1 {
    background-color: #fed57f;
    color: #000;
}

.basic-table .bg-yellow-2 {
    background-color: #fddf82;
    color: #000;
}

.basic-table .bg-yellow-3 {
    background-color: #ffe983;
    color: #000;
}

.basic-table .bg-green-1 {
    background-color: #dee283;
    color: #000;
}

.basic-table .bg-green-2 {
    background-color: #ccde81;
    color: #000;
}

.basic-table .bg-green-3 {
    background-color: #a7d27f;
    color: #000;
}

.basic-table .bg-green-4 {
    background-color: #91cd82;
    color: #000;
}

.basic-table .bg-green-5 {
    background-color: #7fc77c;
    color: #000;
}

.basic-table .bg-green-6 {
    background-color: #64be7b;
    color: #000;
}

#map-wrapper {
    width: 100%;
    height: 500px;
}

.options-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 560px;
    background-color: #495057;
}

.options-section .bg-decor {
    position: absolute;
    bottom: -1%;
    left: -20%;
    width: 1266px;
    height: 853px;
    background-image: url(../image/illustration-foundation-build.png);
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 1600px) {
    .options-section .bg-decor {
        left: -10%;
        bottom: -2%;
    }
}

@media (min-width: 1280px) {
    .options-section .bg-decor {
        left: -15%;
        bottom: -2%;
    }
}

@media (max-width: 768px) {
    .options-section .bg-decor {
        width: 1000px;
        height: 625px;
        bottom: -1%;
        left: -20%;
        background-size: contain;
    }
}

@media (max-width: 480px) {
    .options-section {
        padding-bottom: 400px;
    }
    .options-section .bg-decor {
        height: 525px;
        bottom: -1%;
        left: -50%;
    }
}

.logo-card {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-card img {
    width: 100%;
    max-width: 100px;
}

.calculator-item_range,
.calculator-tabs {
    display: none;
}

.calc-input {
    font-weight: 700;
}

.politica .hero-area {
    margin-top: 80px;
}

.layout {
    background: #fff;
    max-width: 940px;
    width: 100%;
    margin: 1em auto;
    border: 1px solid #ccc;
    padding: 1em 2%
}

.layout h1 {
    color: #1f1f1f;
    font-size: 2.2em;
    text-align: center;
    margin-bottom: 20px;
}

.layout h2 {
    color: #444;
    font-size: 1.8em;
    text-align: center
}

.layout h3 {
    color: #222;
    font-size: 1.6em;
    text-align: center
}

.layout p {
    color: #333;
    padding: 0 0 0.5em;
    font: 1em Arial;
    line-height: 150%
}

@media (max-width: 455px) {
    .foundation {
        margin-left: 0;
    }
}

.question {
    display: block;
    width: 280px;
    margin: 0 auto;
}

@media (max-width: 1204px) {
    .address-block {
        display: none;
    }
}