* {
    transition: all 0.3s;
}

body {
    font-family: Poppins, sans-serif;
    font-weight: 300;

    /*background-image: url("../images/index.jpg");
    background-position: center top;
    opacity: 0.5;*/
}

a {
    color: inherit;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #0054ff;
    text-decoration: none;
}

.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active:active {
    color: #fff;
    background-color: #0054ff;
    border-color: #0054ff;
}

.btn-primary {
    border-color: #0054ff;
    background-color: #0054ff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    border-color: #0247d4;
    background-color: #0247d4;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #fff;
}

.btn-link {
    color: #0054ff;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
    color: #0054ff;
}

.learn-more-btn {
    display: inline-block;
    line-height: 46px;
    color: #fff !important;
    background-color: #0054ff;
    padding: 0 48px;
    border-radius: 24px;
}

.learn-more-btn:hover {
    background-color: #ad1319;
}

.skin-color {
    color: #0054ff;
}

.text-row-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.text-paragraph-2-ellipsis {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-height-2 {
    line-height: 2em;
}

.font-size-2em {
    font-size: 2em;
}

.rich-text {
    line-height: 2em;
}

.rich-text img,
.rich-text video {
    max-width: 100%;
}

.area-overflow-x-auto {
    overflow-x: auto;
    margin-bottom: 20px;
}

.area-overflow-x-auto > *:last-child {
    margin-bottom: 0;
}

.page-title {
    margin-bottom: 20px;
}

.page-title .text {
    font-size: 24px;
}

.empty-area {
    padding: 4em;
    text-align: center;
}

.loading-area {
    padding: 4em;
    text-align: center;
}

.pagination-area {
    display: flex;
    justify-content: center;
}

.pagination-area .pagination {
    margin-top: 0;
}

.pagination > li > a, .pagination > li > span {
    color: #0054ff;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #0054ff;
    border-color: #0054ff;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #0054ff;
}

.table.table-center tr th,
.table.table-center tr td {
    text-align: center;
}

.table.table-thead-center thead tr th,
.table.table-thead-center thead tr td {
    text-align: center;
}

.panel-box {
    display: inline-block;
    width: 100%;
    padding: 24px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 16px;
    box-shadow: 0 0 1px rgba(0, 50, 77, .1), 0 0 2px rgba(0, 50, 77, .09), 0 2px 8px rgba(0, 50, 77, .1);
}

.panel-box > *:first-child {
    margin-top: 0;
}

.panel-box > *:last-child {
    margin-bottom: 0;
}

.form-required::before {
    content: '*';
    color: #f44336;
    margin-right: 4px;
}

#app .has-error .control-label {
    color: #f44336;
}

#app .has-error .form-control {
    border-color: #f44336;
}

#app .has-error .help-block {
    color: #f44336;
}

.phone-input-group .input-group-btn .dropdown-menu {
    max-height: 400px;
    overflow: auto;
}

.panel-box.article-list-panel-box .article-list {
    margin-bottom: 20px;
}

.panel-box.article-list-panel-box .article-list .article-item {
    line-height: 3em;
    padding: 0 5px;
    border-bottom: 1px solid #ddd;
}

.panel-box.article-list-panel-box .article-list .article-item .text-row-ellipsis {
    display: block;
}

.panel-box.article-info-panel-box {
    padding-top: 40px;
    padding-bottom: 40px;
}

.panel-box.article-info-panel-box .title {
    font-size: 24px;
    text-align: center;
}

.panel-box.article-info-panel-box .time {
    text-align: center;
    margin: 1em 0;
}

.panel-box.article-info-panel-box .content {
    color: #555;
    min-height: 300px;
}

.panel-box.article-info-panel-box .content img {
    max-width: 100%;
}

.page-pagination-block {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.page-pagination-block .page-item,
.page-pagination-block .page-num {
    padding: 10px;
    font-size: 16px;
}

.page-pagination-block .page-num.page-num-current {
    color: #0054ff;
    font-weight: bold;
}

.app-page-header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 50, 77, .1), 0 0 2px rgba(0, 50, 77, .09), 0 2px 8px rgba(0, 50, 77, .1);
}

.app-page-header.transparent:not(.scrolled) {
    background-color: transparent;
    box-shadow: none;
}

.app-page-header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.app-page-header:not(.scrolled) .inner {
    padding: 26px 0;
}

.app-page-header .right-col {
    display: flex;
    align-items: center;
    gap: 40px;
}

.app-page-header .logo .white {
    display: none;
}

.app-page-header.transparent:not(.scrolled) .logo .white {
    display: block;
}

.app-page-header.transparent:not(.scrolled) .logo .black {
    display: none;
}

.app-page-header .menus {
    display: flex;
    gap: 40px;
}

.app-page-header .menus .menu-item a {
    font-size: 18px;
}

.app-page-header.transparent:not(.scrolled) .menus .menu-item a {
    color: #fff;
}

.app-page-header .opt-btns {
    display: flex;
    gap: 20px;
}

.app-page-header .opt-btns .btn {
    padding-top: 9px;
    padding-bottom: 9px;
}

.app-page-header .opt-btns .btn.round {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
}

.app-page-header.transparent:not(.scrolled) .opt-btns .btn {
    border-color: #fff;
    background-color: transparent;
}

.app-page-header.transparent:not(.scrolled) .opt-btns .btn:hover {
    border-color: transparent;
    background-color: #0247d4;
}

.app-page-header-placeholder {
    height: 130px;
    margin-bottom: 30px;
}

.app-page-header-hamburg-dropdown-window {
    position: fixed;
    left: 0;
    top: 0;
    width: 70%;
    max-width: 400px;
    height: 100%;
    background-color: #081D3A;
    z-index: 10000;
    display: none;
    overflow: auto;
}

.app-page-header-hamburg-dropdown-window .window-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 0;
}

.app-page-header-hamburg-dropdown-window .window-header .close-btn {
    color: #0054ff;
    width: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 2em;
}

.app-page-header-hamburg-dropdown-window .menus {
    line-height: 3em;
    font-size: 16px;
    overflow: hidden;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item {
    padding-left: 15px;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text {
    position: relative;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text .text {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    color: #fff;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text .triangle {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    line-height: 48px;
    text-align: center;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text .triangle .fa:before {
    content: "\f078";
}

.app-page-header-hamburg-dropdown-window .menus .menu-item.open-menus > .out-text .triangle .fa:before {
    content: "\f077";
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .menus {
    height: 0;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item.open-menus > .menus {
    height: auto;
}

.app-page-big-img {
    position: relative;
    margin-bottom: 30px;
}

.app-page-big-img .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-page-big-img .content-layout {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    min-height: 400px;
    display: flex;
    align-items: center;
    background-color: rgba(8, 29, 58, 0.7);
    padding: 30px 0;
}

.app-page-big-img .content-layout .title {
    font-size: 86px;
}

.app-page-big-img .content-layout .breadcrumb {
    background-color: transparent;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.app-page-big-img .content-layout .desc {
    color: #FFFFFFB3;
    font-size: 16px;
}

.app-page-footer {
    color: #fff;
    background-color: #1e1f21;
    margin-top: 30px;
}

.app-page-footer .main-content {
    padding: 50px 0;
}

.app-page-footer .main-content h4 {
    margin-bottom: 20px;
    font-weight: 600;
}

.app-page-footer .main-content .menus .item {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #FFFFFFCC;
}

.app-page-footer .copyright {
    padding: 30px 0;
    border-top: 1px solid #333;
    text-align: center;
    font-weight: 500;
}

.index-page .banner-area {
    height: 800px;
    color: #fff;
    margin-bottom: 150px;
}

.index-page .banner-area .banner-swiper {
    height: 100%;
}

.index-page .banner-area .banner-swiper .swiper-slide {
    position: relative;
}

.index-page .banner-area .banner-swiper .swiper-slide .bg-layout {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-page .banner-area .banner-swiper .swiper-slide .content-layout {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(130deg, #4968C7 30%, #404E634D 100%);
    padding-top: 130px;
}

.index-page .banner-area .banner-swiper .swiper-slide .content-layout > .container {
    height: 100%;
}

.index-page .banner-area .banner-swiper .swiper-slide .content-layout > .container > .row {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.index-page .banner-area .banner-swiper .swiper-slide .content-layout .left-col {
    display: flex;
    align-items: center;
}

.index-page .banner-area .banner-swiper .swiper-slide .content-layout .left-col .content {
    margin-bottom: 100px;
}

.index-page .banner-area .banner-swiper .swiper-slide .content-layout .left-col .title {
    font-size: 88px;
    font-family: "Bebas Neue", sans-serif;
}

.index-page .banner-area .banner-swiper .swiper-slide .content-layout .left-col .desc {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5em;
}

.index-page .banner-area .banner-swiper .swiper-slide .content-layout .right-col {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.index-page .banner-area .banner-swiper .swiper-slide .content-layout .right-col .year-experience {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    text-align: center;
    font-family: Urbanist, sans-serif;
}

.index-page .banner-area .banner-swiper .swiper-slide .content-layout .right-col .year-experience div:first-child {
    font-size: 86px;
    font-weight: 500;
    line-height: 1.2em;
}

.index-page .banner-area .banner-swiper .swiper-slide .content-layout .right-col .year-experience div:last-child {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
}

.index-page .banner-area .banner-swiper .swiper-slide .content-layout .right-col .show-img {
    max-width: 100%;
}

.index-page .price-block {
    margin-bottom: 100px;
}

.index-page .price-block .left-right-layout {
    display: flex;
    flex-wrap: wrap;
}

.index-page .price-block .left-title-block {
    display: flex;
    align-items: center;
}

.index-page .price-block .left-title-block .title-block-item {
    width: 100%;
}

.index-page .price-block .left-title-block .title-block-item .icon {
    position: relative;
    width: 96px;
    height: 96px;
    overflow: hidden;
}

.index-page .price-block .left-title-block .title-block-item .icon img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
}

.index-page .price-block .left-title-block .title-block-item .title {
    position: relative;
    font-size: 56px;
    line-height: 84px;
    font-weight: 600;
    text-transform: uppercase;
    height: 84px;
    overflow: hidden;
}

.index-page .price-block .left-title-block .title-block-item .title .title-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.index-page .price-block .left-title-block .title-block-item .title .title-inner span {
    display: block;
    height: 84px;
    overflow: hidden;
}

.index-page .price-block .left-title-block .title-block-item .desc {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #50555c;
    height: 90px;
    overflow: hidden;
}

.index-page .price-block .left-title-block .title-block-item .desc .desc-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.index-page .price-block .left-title-block .title-block-item .desc .desc-inner span {
    display: block;
    height: 90px;
    overflow: hidden;
}

.index-page .price-block .right-detail-block .detail-block-item {
    margin-bottom: 150px;
}

.index-page .price-block .right-detail-block .detail-block-item:last-child {
    margin-bottom: 0;
}

.index-page .price-block .right-detail-block .detail-block-item .intro-block {
}

.index-page .price-block .right-detail-block .detail-block-item .intro-block .thumb {
    aspect-ratio: 1.6125;
    margin-bottom: 80px;
}

.index-page .price-block .right-detail-block .detail-block-item .intro-block .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.index-page .price-block .right-detail-block .detail-block-item .intro-block dl {
    display: flex;
}

.index-page .price-block .right-detail-block .detail-block-item .intro-block dl dt {
    width: 80px;
}

.index-page .price-block .right-detail-block .detail-block-item .intro-block dl dt .icon {
    width: 56px;
    height: 56px;
    font-size: 20px;
    text-align: center;
    line-height: 52px;
    border-radius: 16px;
    border: 2px solid #1D6076;
    color: #1D6076;
}

.index-page .price-block .right-detail-block .detail-block-item .intro-block dl dd {
    width: calc(100% - 80px);
}

.index-page .price-block .right-detail-block .detail-block-item .intro-block dl dd .title {
    margin-top: 0;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}

.index-page .price-block .right-detail-block .detail-block-item .intro-block dl dd .desc {
    font-size: 20px;
    line-height: 30px;
    color: #50555c;
}

.index-page .price-block .right-detail-block .detail-block-item .price-panel {
    font-size: 18px;
    margin-top: 80px;
}

.index-page .price-block .right-detail-block .detail-block-item .price-panel table {
    width: 100%;
}

.index-page .price-block .right-detail-block .detail-block-item .price-panel table th,
.index-page .price-block .right-detail-block .detail-block-item .price-panel table td {
    padding: 15px 0;
}

.index-page .price-block .right-detail-block .detail-block-item .price-panel table th,
.index-page .price-block .right-detail-block .detail-block-item .price-panel table b,
.index-page .price-block .right-detail-block .detail-block-item .price-panel table strong {
    font-weight: 600;
}

.index-page .price-block .right-detail-block .detail-block-item .price-panel table td {
    color: #50555c;
}

.module-header {
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 56px;
}

.review-item {
    padding: 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-item .review-header {
    margin-bottom: 30px;
}

.review-item .review-header .icon {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
}

.review-item .review-body {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.review-item .review-footer {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 13px;
}

.review-item .review-footer img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.index-page .reviews-block {
    margin-bottom: 100px;
}

.index-page .reviews-block .reviews-swiper {
    padding-bottom: 80px;
}

.index-page .reviews-block .reviews-swiper .swiper-slide {
    height: auto;
}

.index-page .reviews-block .reviews-swiper .swiper-slide .review-item {
    height: 100%;
}

.index-page .reviews-block .reviews-swiper .swiper-slide:nth-child(1) .review-item,
.index-page .reviews-block .reviews-swiper .swiper-slide:nth-child(5) .review-item {
    background-color: #1d6076;
    color: #fff;
}

.index-page .reviews-block .reviews-swiper .swiper-slide:nth-child(2) .review-item,
.index-page .reviews-block .reviews-swiper .swiper-slide:nth-child(6) .review-item {
    background-color: #9bdde1;
}

.index-page .reviews-block .reviews-swiper .swiper-slide:nth-child(3) .review-item,
.index-page .reviews-block .reviews-swiper .swiper-slide:nth-child(7) .review-item {
    background-color: #ffcf69;
}

.index-page .reviews-block .reviews-swiper .swiper-slide:nth-child(4) .review-item,
.index-page .reviews-block .reviews-swiper .swiper-slide:nth-child(8) .review-item {
    background-color: #f5a505;
}

.index-page .tips-block {
    margin-bottom: 100px;
}

.index-page .tips-block .tips-thumb-swiper {
    aspect-ratio: 1;
    border-radius: 16px;
}

.index-page .tips-block .main-col .tips-thumb-swiper {
    aspect-ratio: 2;
}

.index-page .tips-block .tips-thumb-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-page .tips-block .tips-text-swiper .swiper-slide {
    height: auto;
    background-color: #fff;
}

.index-page .tips-block .opt-btns {
    display: flex;
    gap: 20px;
}

.index-page .article-block {
    margin-bottom: 100px;
}

.index-page .article-block .module-header {
    margin-bottom: 40px;
}

.index-page .article-block .content {
    font-size: 20px;
    color: #50555c;
}

.index-page .article-block .img-col img {
    width: 100%;
}

.service-list {
    display: flex;
    flex-wrap: wrap;
}

.service-list .service-item {
    margin-bottom: 30px;
}

.service-list .service-item:hover {
    transform: translateY(-10px);
}

.service-list .service-item .thumb {
    aspect-ratio: 1;
    border-radius: 16px;
    overflow: hidden;
}

.service-list .service-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-list .service-item:hover .thumb img {
    transform: scale(1.1);
}

.service-list .service-item .content {
    padding: 20px;
}

.service-list .service-item .content .title {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 15px;
}

.service-list .service-item:hover .content .title {
    color: #0054ff;
}

.service-list .service-item .content .desc {
    font-size: 16px;
    color: #5A687C;
    line-height: 25px;
}

.pricing-list {
    display: flex;
    flex-wrap: wrap;
}

.pricing-list .pricing-item {
    margin-bottom: 30px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e1e5eb;
}

.pricing-list .pricing-item .thumb {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
}

.pricing-list .pricing-item .thumb .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pricing-list .pricing-item .thumb .title {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    padding: 20px;
}

.pricing-list .pricing-item .content {
    font-size: 18px;
    color: #50555c;
    padding: 14px 20px 7px 20px;
}

.pricing-list .pricing-item .content table {
    width: 100%;
}

.pricing-list .pricing-item .content table tr th,
.pricing-list .pricing-item .content table tr td {
    width: 50%;
    padding: 15px 0;
    border-bottom: 1px solid #f2f0ee;
}

.pricing-list .pricing-item .content table tr:last-child td {
    border-bottom: none;
}

.pricing-list .pricing-item .content table tr th,
.pricing-list .pricing-item .content b,
.pricing-list .pricing-item .content strong {
    font-weight: 600;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
}

.product-list .product-item {
    display: block;
    margin-bottom: 30px;
}

.product-list .product-item:hover {
    transform: translateY(-10px);
}

.product-list .product-item .thumb {
    aspect-ratio: 1;
    border-radius: 16px;
    overflow: hidden;
}

.product-list .product-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-list .product-item:hover .thumb img {
    transform: scale(1.1);
}

.product-list .product-item .content {
    padding: 20px;
}

.product-list .product-item .content .title {
    font-size: 24px;
    margin: 0;
    text-align: center;
}

.product-list .product-item:hover .content .title {
    color: #0054ff;
}

.product-list-page .categories-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.product-list-page .categories-block a {
    font-size: 16px;
    font-weight: 600;
    color: #999;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    margin: 0 15px 15px 15px;
}

.product-list-page .categories-block a.active {
    color: #0054ff;
    border-color: #0054ff;
}

.contact-page .map-block {
    height: 500px;
    margin-bottom: 30px;
}

.contact-page .map-block iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    background-color: #eee;
}

.contact-page .contact-info-row {
    display: flex;
    margin-bottom: 30px;
}

.contact-page .contact-info-row .item {
    text-align: center;
    width: 33%;
    padding: 40px;
    border-right: 1px solid #e1e5eb;
}

.contact-page .contact-info-row .item:last-child {
    border-right: none;
}

.contact-page .contact-info-row .item .icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    background-color: #0247d4;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto 30px auto;
}

.contact-page .contact-info-row .item .title {
    font-size: 32px;
    margin: 0 0 20px 0;
}

.contact-page .contact-info-row .item .desc {
    font-size: 16px;
    color: #5A687C;
    margin-bottom: 20px;
}

.contact-page .contact-info-row .item .content {
    font-size: 16px;
    /*font-weight: 600;*/
    /*color: #5B82F9;*/
    color: #5A687C;
}

.contact-page .contact-form-block {
    background-color: #f5f6f7;
    padding: 80px 160px;
    border-radius: 16px;
}

.contact-page .contact-form-block .form-group {
    margin-bottom: 30px;
}

.contact-page .contact-form-block .form-group label {
    margin-bottom: 10px;
}

.product-detail-page .product-breadcrumb {
    padding: 0;
    background-color: transparent;
}

.product-detail-page .product-detail-main-row {
}

.product-detail-page .product-detail-main-row .product-gallery-col .big-images-swiper {
    margin-bottom: 20px;
}

.product-detail-page .product-detail-main-row .product-gallery-col .big-images-swiper .swiper-slide img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.product-detail-page .product-detail-main-row .product-gallery-col .thumb-images-swiper .swiper-slide {
    border: 1px solid #e1e5eb;
    padding: 2px;
}

.product-detail-page .product-detail-main-row .product-gallery-col .thumb-images-swiper .swiper-slide.swiper-slide-thumb-active {
    border-color: #0054ff;
}

.product-detail-page .product-detail-main-row .product-gallery-col .thumb-images-swiper .swiper-slide img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.product-detail-page .product-detail-main-row .product-detail-col .title {
    margin-bottom: 30px;
}

.product-detail-page .product-detail-main-row .product-detail-col .desc {
    font-size: 16px;
    color: #5A687C;
    line-height: 25px;
}

.product-detail-page .detail-content-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e5eb;
}

.product-detail-page .detail-content-header h2 {
    display: inline-block;
    margin: 0;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0054ff;
}

.product-detail-page .detail-content-block {
    font-size: 16px;
}

@media (min-width: 992px) {
    .product-detail-page .product-detail-main-row .product-gallery-col {
        padding-right: 80px;
    }
}

@media (min-width: 1430px) {
    .container {
        width: 1400px;
    }

    .index-page .banner-area .banner-swiper .swiper-slide .content-layout .left-col {
        padding-left: 80px;
        padding-right: 80px;
    }

    .index-page .banner-area .banner-swiper .swiper-slide .content-layout .right-col .year-experience {
        right: 80px;
    }

    .index-page .price-block .left-right-layout .left-layout {
        padding-left: 80px;
    }

    .index-page .article-block .img-col {
        padding-right: 80px;
    }

    .contact-page .contact-info-row .item {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 1730px) {
    .container {
        width: 1700px;
    }

    .index-page .banner-area .banner-swiper .swiper-slide .content-layout .left-col {
        padding-right: 180px;
    }
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
    .app-page-header .logo img {
        height: 60px;
    }

    .app-page-header-placeholder {
        height: 112px;
    }

    .app-page-header-hamburg-dropdown-window .window-header .logo {
        height: 60px;
    }

    .app-page-big-img .content-layout .title {
        font-size: 60px;
    }

    .index-page .banner-area {
        height: 100vh;
        margin-bottom: 100px;
    }

    .index-page .banner-area .banner-swiper .swiper-slide .content-layout .left-col .content {
        text-align: center;
        margin-bottom: 50px;
    }

    .index-page .banner-area .banner-swiper .swiper-slide .content-layout .right-col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .index-page .banner-area .banner-swiper .swiper-slide .content-layout .right-col .year-experience {
        position: unset;
    }

    .module-header {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .index-page .price-block .left-layout {
        margin-bottom: 30px;
    }

    .index-page .price-block .left-title-block .title-block-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .index-page .price-block .left-title-block .title-block-item .title {
        width: calc(100% - 110px);
        font-size: 28px;
    }

    .index-page .price-block .right-detail-block .detail-block-item {
        margin-bottom: 100px;
    }

    .service-list .service-item .content .title {
        font-size: 28px;
    }

    .contact-page .contact-info-row {
        flex-direction: column;
    }

    .contact-page .contact-info-row .item {
        width: 100%;
        border: none;
        border-bottom: 1px solid #e1e5eb;
    }
}

@media (max-width: 768px) {
    .app-page-header .logo img {
        height: 50px;
    }

    .app-page-header-placeholder {
        height: 102px;
    }

    .app-page-header-hamburg-dropdown-window .window-header .logo {
        height: 50px;
    }

    .app-page-big-img .content-layout {
        min-height: auto;
    }

    .app-page-big-img .content-layout .title {
        font-size: 40px;
    }

    .app-page-big-img .content-layout .desc {
        font-size: 14px;
    }

    .index-page .banner-area {
        margin-bottom: 50px;
    }

    .index-page .banner-area .banner-swiper .swiper-slide .content-layout .left-col .content {
        margin-bottom: 30px;
    }

    .index-page .banner-area .banner-swiper .swiper-slide .content-layout .left-col .title {
        font-size: 60px;
    }

    .index-page .banner-area .banner-swiper .swiper-slide .content-layout .left-col .desc {
        font-size: 18px;
    }

    .module-header {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .index-page .price-block {
        margin-bottom: 50px;
    }

    .index-page .price-block .left-title-block .title-block-item .icon {
        width: 60px;
        height: 60px;
    }

    .index-page .price-block .left-title-block .title-block-item .title {
        width: calc(100% - 70px);
        height: 60px;
        line-height: 60px;
    }

    .index-page .price-block .left-title-block .title-block-item .title .title-inner span {
        height: 60px;
    }

    .index-page .price-block .right-detail-block .detail-block-item {
        margin-bottom: 50px;
    }

    .index-page .price-block .right-detail-block .detail-block-item .intro-block .thumb {
        margin-bottom: 50px;
    }

    .index-page .price-block .right-detail-block .detail-block-item .intro-block dl dd .desc {
        font-size: 18px;
    }

    .index-page .price-block .right-detail-block .detail-block-item .price-panel {
        margin-top: 50px;
    }

    .index-page .price-block .right-detail-block .detail-block-item .price-panel table th,
    .index-page .price-block .right-detail-block .detail-block-item .price-panel table td {
        padding: 10px 0;
    }

    .index-page .reviews-block {
        margin-bottom: 50px;
    }

    .review-item .review-body {
        font-size: 18px;
    }

    .index-page .article-block {
        margin-bottom: 50px;
    }

    .index-page .article-block .content {
        font-size: 18px;
    }

    .service-list .service-item .content {
        padding-left: 0;
        padding-right: 0;
    }

    .service-list .service-item .content .title {
        font-size: 24px;
    }

    .pricing-list .pricing-item .content table tr th,
    .pricing-list .pricing-item .content table tr td {
        padding: 10px 0;
    }

    .product-list .product-item .content {
        padding-left: 0;
        padding-right: 0;
    }

    .contact-page .contact-info-row .item .title {
        font-size: 28px;
    }

    .contact-page .contact-form-block {
        padding: 50px 30px;
    }
}
