/*
    Theme Name: Hamal-2020
*/

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-Bold.woff2') format('woff2'),
        url('./fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('./fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-Black.woff2') format('woff2'),
        url('./fonts/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.h-font,
.h-font-icon-box .elementor-icon-box-title,
.hm-numbers .elementor-counter-number-wrapper {font-family: 'Gilroy', 'Roboto', sans-serif;}

.elementor-button-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}
.elementor-button-icon svg {
	width: auto !important;
}

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

.overflow-hidden {overflow: hidden;}

.hidden {display: none !important;}

a {
    text-decoration: none;
    color: #0767BB;
}

html {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
}

.hm-container {
    width: 1140px;
    max-width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
}



/**
    Header
*/
body.admin-bar .hm-header, body.admin-bar .hm-header-mobile {top: 32px;}
.hm-header-spacer {height: 112.69px;}

.hm-header {
    display: flex;
    flex-flow: column;
    z-index: 1000;
    background: rgba(255,255,255,1);
}

.hm-header-mobile,
.hm-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    width: 100%;
	-webkit-box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.08);
}

#hm-header--top, #hm-header--bottom {transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;}
#hm-header--top {
	margin-top: 7px;
}
#hm-header--bottom {
	margin-top: 2px;
	height: 64px;
}

.hm-header--shrink #hm-header--bottom {height: 64px;}

.hm-container--header {
    max-width: 100%;
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.hm-header-col {
    display: flex;
    align-items: center;
}
.hm-header-col:last-child {justify-content: flex-end;}

.hm-header-advantage {
    display: flex;
    align-items: center;
    font-size: 14px;
	color: #394B5B;
    font-style: italic;
    margin-right: 56px;
}
.hm-header-advantage img {
    height: 24px;
    margin-right: 12px;
}

.hm-header-socials {display: flex;}
.hm-header-socials a {
    display: inline-flex;
    margin-right: 24px;
}
.hm-header-socials a:last-child {margin-right: 0;}
.hm-header-socials img {height: 24px;}

.hm-header-phone {
	font-size: 18px;
    display: flex;
    margin-left: 56px;
    padding: 10px 16px 9px;
    font-weight: bold;
    color: #fff;
	background: #FF1A00;
	border-radius: 100px;
}
.hm-header-phone img {
	height: 18px;
	margin-right: 12px;
}

.hm-header-logo {display: flex;}
.hm-header-logo img {height: 42px;}

.hm-nav {height: 100%;}

.hm-nav .menu {
    display: flex;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.hm-nav .menu > .menu-item {position: relative;}

.hm-nav .menu > .menu-item > a {
    display: flex;
    height: 100%;
	color: #0C2E4B;
    padding: 0 13px;
    font-size: 18px;
	font-weight: 500;
}
.hm-nav .menu > .menu-item:hover > a {color: #ef1700;}

.hm-nav .menu > .menu-item > a > span {
    display: inline-flex;
    align-items: center;
}
.hm-nav .menu > .menu-item-has-children > a > span::after {
    display: inline-flex;
    content: '';
    margin-top: -2px;
    margin-left: 8px;
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='%230C2E4B'%3E%3Cpath d='M4.505 5.784l-4.3-4.523a.764.764 0 010-1.042.676.676 0 01.99 0l3.8 4 3.8-4a.676.676 0 01.99 0A.765.765 0 019.8 1.261L5.5 5.787a.676.676 0 01-.99 0z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}
.hm-nav .menu > .current-menu-item.menu-item-has-children > a > span::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='%23ef1700'%3E%3Cpath d='M4.505 5.784l-4.3-4.523a.764.764 0 010-1.042.676.676 0 01.99 0l3.8 4 3.8-4a.676.676 0 01.99 0A.765.765 0 019.8 1.261L5.5 5.787a.676.676 0 01-.99 0z'/%3E%3C/svg%3E");
}

.hm-nav .menu > .current-menu-parent > a,
.hm-nav .menu > .current-menu-item > a {color: #ef1700;}

.hm-nav .menu > .current-menu-item > a::after {
    position: absolute;
    bottom: 0;
    display: block;
    content: '';
    left: 6px;
    width: calc(100% - 12px);
    height: 4px;
    background: #ef1700;
    border-radius: 4px 4px 0 0;
}

.hm-nav .sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
	max-width: 600px;
    padding: 16px 8px;
    background: #fff;
    columns: 2;
    -webkit-box-shadow: 0px 34px 32px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 34px 32px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 34px 32px 0px rgba(0,0,0,0.16);
	border-radius: 0 0 3px 3px;
}

.hm-nav .sub-menu .current-menu-item a {color: #ef1700 !important;}

.hm-nav .menu > .menu-item-has-children:hover a + .sub-menu,
.hm-nav .sub-menu:hover {display: block;}

.hm-nav .sub-menu a {
	color: #051C30;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    padding: 0 12px;
    line-height: 42px;
    border-radius: 18px;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hm-nav .sub-menu a:hover {color: #ef1700;}

.hm-header-mobile {
    display: none;
    z-index: 900;
    background: rgba(255,255,255,0.98);
    height: 48px;
}

.hm-container--header-mobile {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hm-header-mobile-col {
    display: flex;
    align-items: center;
}

.hm-header-mobile-col:last-child {justify-content: flex-end;}

.hm-header-mobile-logo {
	display: flex;
	margin-left: 8px;
}
.hm-header-mobile-logo img {height: 20px;}

.hm-header-mobile-phone a {margin: 0 !important;}



#hm-mobile-blur {
    display: none;
    position: fixed;
    z-index: 2147483647;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.4);
}

#hm-mobile-toggle {
    width: 32px;
    height: 32px;
	margin-right: 8px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.1s 0.08s;
}

#hm-mobile-toggle:active {
    background: #E1E1E2;
    transition: background-color 0.1s;
}

@media (max-width: 600px) {
    #wpadminbar {position: fixed;}
}

@media (max-width: 782px) {
    body.admin-bar .hm-header-mobile {top: 46px;}
    body.admin-bar .hm-header {top: 46px;}
    #wpadminbar {overflow: hidden;}
}

@media (min-width: 1140px) {
	.hidden-desktop {display: none !important;}
}

@media (max-width: 1139px) {
	
    .hm-container {max-width: 100%;}

    .hm-header-mobile {display: block;}
    .hm-header-spacer {height: 48px;}
    .hm-header {
		z-index: 2147483647;
        left: -280px;
        right: auto;
        height: auto;
        width: 280px;
        bottom: 0;
        overflow: hidden;
        overflow-y: auto;
        color: inherit;
        flex-flow: column-reverse;
        justify-content: flex-end;
        padding: 0px;
    }
    .hm-header.opened {
        left: 0;
        transition: .1s ease-out left;
    }

    .hm-container--header, .hm-header-col {display: block;}
    
    #hm-header--top, #hm-header-bottom {
        transition: none;
        height: auto;
    }
    #hm-header--top {
        border-bottom: none;
        padding: 24px 0;
        text-align: center;
    }
    #hm-header--bottom {
        flex: 1;
        overflow-y: auto;
    }
    .hm-header--shrink #hm-header--top {height: auto;}
    .hm-header--shrink #hm-header--bottom {height: auto;}
    .hm-header-col--advantages {display: none;}

    .hm-header-logo {
        padding: 12px 0 8px 0;
        justify-content: center;
    }

    .hm-nav, .hm-nav .menu {
        display: block;
        margin: 0;
        padding-top: 4px;
    }
    .hm-nav .menu > .menu-item a {
        display: block;
        padding: 16px;
        padding-right: 32px;
        border-bottom: 1px solid #F2F6FA;
        border-radius: 0;
        position: relative;
    }
    .hm-nav .menu > .menu-item:first-child > a {border-top: 1px solid #F2F6FA;}

    .hm-nav .sub-menu > .menu-item a {
        padding: 6px 16px;
        border-color: #F6FAFE;
    }

    .hm-nav .menu > .menu-item-has-children > a > span::after {
        position: absolute;
        right: 16px;
        margin-top: 0;
        margin-left: 8px;
        width: 10px;
        height: 6px;
    }

    .hm-header-socials {
        max-width: 100%;
        justify-content: space-evenly;
        margin: 0 20px;
    }
	.hm-header-socials a { margin: 0; }
    .hm-header-phone {
		margin: 24px 0 0;
        display: inline-flex;
		padding: 10px 12px 9px;
    }
	.hm-header-phone img {
		margin-right: 8px;
	}

    .hm-nav .sub-menu {
        display: none;
        position: relative;
        max-width: 100%;
        padding: 0;
        columns: 1;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .hm-nav .menu > .menu-item-has-children > a:hover + .sub-menu, 
    .hm-nav .sub-menu:hover { display: none; }

    .hm-sub-menu-shown {
        display: block !important;
    }
}



/**
    Footer
*/
.hm-footer {
	border-top: 1px solid #FAF3F2;
    color: #39495B;
    min-height: 128px;
    overflow: hidden;
}

.hm-footer-cols {display: flex;}
.hm-footer-col {
    flex: 1;
    min-width: 1px;
}

.hm-footer-cols--top {
	padding-top: 96px;
	padding-bottom: 96px;
}
.hm-footer-cols--top .hm-footer-col {margin: 0 32px;}
.hm-footer-cols--top .hm-footer-col:first-child {margin-left: 0;}
.hm-footer-cols--top .hm-footer-col:last-child {margin-right: 0;}

.hm-footer-logo img {height: 40px;}

.hm-footer-description {
	margin-top: 40px;
    font-size: 16px;
    line-height: 1.5em;
	font-style: italic;
	color: #5A6F81;
}

.hm-footer-phone {
    display: inline-flex;
    align-items: center;
}
.hm-footer-phone img {margin-right: 24px;}
.hm-footer-phone .number {
    font-size: 26px;
    font-weight: 700;
    color: #FA1900;
    border-bottom: 1px dashed transparent;
}
a.hm-footer-phone:hover .number {border-color: #FA1900;}

.hm-footer-contacts {padding-top: 16px;}
.hm-footer-contact {
    margin-top: 24px;
    display: inline-flex;
	align-items: center;
    color: inherit;
    font-size: 16px;
}
.hm-footer-contact img {margin-right: 12px;}
a.hm-footer-contact:hover {color: #ef1700;}

.hm-footer-socials {margin-top: 40px;}

.hm-footer-fb {
    max-width: 100%;
    overflow: hidden;
    min-height: 181px;
	display: flex;
	align-items: center;
}
.hm-footer-fb iframe {
	border-radius: 9px;
	overflow: hidden;
}


@media (max-width: 1139px) {

    .hm-footer {min-height: 80px;text-align: center;padding: 0 16px;}
    .hm-footer-col {flex: auto;}
    .hm-footer-cols--top {flex-flow: column;padding-top: 56px;}
    .hm-footer-cols--top .hm-footer-col {margin: 0;}
    .hm-footer-description {line-height: 24px;}
    .hm-footer-phone {margin-top: 40px;}
    .hm-footer-contact {margin-right: 16px;}
    .hm-footer-contact img {margin-right: 8px;}
    .hm-footer-fb {margin-top: 24px;justify-content: center;}

}


/**
    Sections
*/
.hm-section::after {
    content: '';
    position: absolute;
    left: 0; 
    right: 0;
    padding-bottom: 128px;
}

.hm-section--bottom::after {bottom: -0.3px;}
.hm-section--top::after {top: 0;}

.hm-section--gray::after {
    background: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.hm-section--gray-reversed::after {
	background: #fff;
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%, 100% 100%, 0% 100%);
}

.hm-section--blue::after {
    background: #ef1700;
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%, 100% 100%, 0% 100%);
}
.hm-section--blue-old::after {
    background: #05568b;
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%, 100% 100%, 0% 100%);
}

.hm-section > div {
    position: relative;
    z-index: 1;
}

.hm-showcase::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    padding-right: 104px;
    background: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}

.hm-section-slice::after {
    content: '';
    position: absolute;
    left: 0; 
    right: 0;
    padding-bottom: 90px;
	bottom: 0;
	background: #fff;
	clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
}


@media (max-width: 1139px) {
    
    .hm-section::after {padding-bottom: 80px;}

}

@media (max-width: 767px) {

    .hm-showcase::after {display:none;}
	.hm-section--gray-reversed::after {clip-path: polygon(0% 0%, 50% 100%, 100% 0%, 100% 101%, 0% 101%);}
	.hm-section--blue::after {clip-path: polygon(0% 0%, 50% 100%, 100% 0%, 100% 101%, 0% 101%);}
	
	.hm-section-slice::after {padding-bottom: 56px;}

}


/* Other stuff */
#btGoTop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 32px;
    z-index: 99;
    border: none;
    outline: none;
    background: #ef1700;
    color: #fff;
    cursor: pointer;
    width: 44px;
    height: 44px;
    opacity: 0.85;
    transition: all 0.3s ease;
    border-radius: 50%;
}

#btGoTop svg {
    margin-top: 3px;
    max-width: 16px;
    max-height: 16px;
    fill: #fff;
}


.hm-full-height,
.hm-full-height > div {height: 100%;}

.hm-section-player .elementor-widget-container {
	overflow: visible !important;
	border-radius: 9px;
}
.hm-section-player .elementor-custom-embed-play {left: unset;}
.hm-section-player .elementor-custom-embed-play svg {opacity: 0.98;}
.hm-section-player .elementor-custom-embed-image-overlay {background: none;}
.hm-section-player .elementor-custom-embed-image-overlay img {border-radius: 9px;}

.hm-map-block {
    position: static !important;
    display: flex;
    justify-content: flex-end;
    max-width: 1040px;
    padding: 0 16px !important;
    margin: 0 auto;
}

.hm-map-block > div {
    position: absolute !important;
    top: 25%;
}

.hm-map-block .elementor-widget-wrap {
  display: flex;
  flex-flow: column;
}


/**
    Page menu
*/
.hm-page-menu ul {
    list-style: none;
    padding: 0;
}

.hm-page-menu ul li a {
    display: flex;
    align-items: center;
    height: 50px;
    color: #0C2E4B;
    padding: 0 16px 0 21px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.hm-page-menu ul li a:hover {
    color: #ef1700;
    border-color: #ef1700;
}

.hm-page-menu ul li.current-menu-item a {
    color: #0C2E4B;
    font-weight: 500;
    border-color: #ef1700;
}

@media (max-width: 1139px) {

	.hm-page-menu ul li a {
		margin-bottom: 8px;
		height: 42px;
	}
    
}


/**
    404
*/
.page-not-found {
    font-weight: 900;
    text-align: center;
    color: #2D3239;
    font-size: 6em;
    padding: 1.3em 0;
}

/*
 * Order form 2022
 */
.hm-order {
    position: relative;
    max-width: 388px;
    background: rgba(255,255,255,1);
    margin-left: auto;
    border-radius: 9px;
    padding: 40px 32px 40px;
    box-shadow: 0px 8px 56px 0px rgba(0,0,0,0.09);
	color: #0C2E4B;
}

@media (max-width: 767px) {
    .hm-order {
        margin-right: auto;
        width: 100%;
        padding: 32px 24px;
    }
}

.hm-order * {transition: border-color 0.1s ease, background-color 0.1s ease, color 0.1s ease;}

.hm-order label {
	border-radius: 9px;
	position: relative;
}
.hm-order label > svg {
	position: absolute;
	left: 16px;
	top: 19px;
	width: 16px;
	height: 16px;
	fill: #ef1700;
	pointer-events: none;
}
.hm-order > div,
.hm-order > label {
    display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
}
.hm-order > div:first-child {margin-top: 0;}
.hm-order > div > label {margin: 0 12px;}
.hm-order > div > label:first-child {margin-left: 0px;}
.hm-order > div > label:last-child {margin-right: 0px;}

.hm-order-field-title {
	padding: 17px 8px 16px 42px;
	margin-right: 16px;
	line-height: 19px;
}

.hm-order input, .hm-order textarea {
	background: #FCFCFC;
    width: 100%;
    border: 1px solid #DBD7D7;
    color: #0C2E4B;
    border-radius: 9px;
    padding: 17px 16px 16px 42px;
	line-height: 19px;
}
.hm-order input::placeholder, .hm-order textarea::placeholder {color: #7E909F;}
.hm-order input:hover, .hm-order textarea:hover {border-color: #ef1700;}
.hm-order input:focus, .hm-order textarea:focus {
    outline: none;
    border: 2px solid #ef1700;
    padding: 16px 15px 15px 41px;
	background: #fff;
}
.hm-order input:not(:placeholder-shown) {background: #fff;}
.hm-order input.hm-order-invalid,
.hm-order textarea.hm-order-invalid {border-color: #fa1900 !important;}

.hm-order-car {
	align-items: normal !important;
    position: relative;
	z-index: 2;
    min-height: 88px;
}
.hm-order-car-current {
    width: 100%;
    border: 1px solid #DBD7D7;
    border-radius: 9px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: default;
    background: #fff;
    outline: none;
}
.hm-order-car-current > div {
    display: flex;
    align-items: center;
}
.hm-order-car-current > div > img {margin-left: 8px; margin-right: 24px;}
.hm-order-car-current:hover,
.hm-order-car-current:focus {border-color: #ef1700;}
.hm-order-car-current:focus {
    border-radius: 3px 3px 0 0;
    border-width: 2px;
    padding: 15px;
}
.hm-order-car-current:focus + div.hm-order-car-options {display: block !important;}

.hm-order-car-current > div > div > div:first-child,
.hm-order-car-options > div > div > div > div:first-child {
	font-weight: 500;
	font-weight: bold;
}
.hm-order-car-current > div > div > div:first-child {
	color: #ef1700;
	font-size: 22px;
	line-height: 27px;
}
.hm-order-car-options > div > div > div > div:first-child {
	font-size: 20px;
	line-height: 24px;
}
.hm-order-car-current > div > div > div:last-child,
.hm-order-car-options > div > div > div > div:last-child {
	font-size: 16px;
	font-weight: 500;
	margin-top: 4px;
	line-height: 19px;
}
.hm-order-car-current svg {fill: #ef1700}
.hm-order-car-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 2px solid #ef1700;
    border-top: none;
    border-radius: 0 0 9px 9px;
    background: #fff;
	box-shadow: 0px 8px 32px 0px rgba(0,0,0,0.12);
}
.hm-order-car-options > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 15px;
    border-bottom: 1px solid #FAF3F2;
    cursor: pointer;
}
.hm-order-car-options > div:last-child {border: none;}
.hm-order-car-options > div > div {
    display: flex;
    align-items: center;
}
.hm-order-car-options > div > div > img {margin-left: 8px;margin-right: 24px;}
.hm-order-car-options > div.selected > div > div > div:first-child,
.hm-order-car-options > div:hover > div > div > div:first-child {color: #ef1700}
.hm-order-car-options svg {fill: #f23a27;}

.hm-order-workers {
	display: flex;
	align-items: center;
}
.hm-order-workers button {
	display: flex;
	justify-content: center;
	align-items: center;
	outline: none;
	width: 34px;
	height: 34px;
	border: 2px solid #ff3620;
	background: #fa1900;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
}
.hm-order-workers button.hm-order-disabled {
	background: #F1D1CD;
	border-color: #F1D1CD;
	cursor: default;
}
.hm-order-workers button svg {fill: #fff;}

.hm-order-workers input {
	max-width: 57px;
	margin: 0 16px;
	padding: 17px 16px 16px;
	text-align: center;
}
.hm-order-workers input:focus {padding: 16px 15px 15px;}
.hm-order-workers input::-webkit-outer-spin-button,
.hm-order-workers input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
.hm-order-workers input {-moz-appearance:textfield;}

.hm-order-contacts > label {
    flex: 1;
    display: flex;
    align-items: center;
    margin-right: 16px;
}
.hm-order-contacts > label:last-child {margin-right: 0;}
.hm-order-contacts svg {
    width: 21px;
    margin-right: 12px;
    fill: #008CFF;
}

.hm-order-btn {
	outline: none;
    justify-content: center;
    color: #fff;
	font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 16px 24px 15px;
    background: #fa1900;
    border-radius: 100px;
    cursor: pointer;
	border: 2px solid #ff3620;
	line-height: 19px;
}
.hm-order-btn:hover {
	background: #F92C15;
	border-color: #FF4732;
}
.hm-order-btn:focus {
	background: #F92C15;
	border-color: #BF1300;
}

.hm-order-overlay {
    position: absolute;
	z-index: 3;
    display: flex;
    justify-content: center !important;
    align-items: center;
    background: rgba(255,255,255,0.99);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    margin: 0 !important;
    padding: 40px;
}

.hm-order-overlay > div {text-align: center;}
.hm-order-overlay > div > svg {width: 88px;}
.hm-order-overlay > div > span {
    margin-top: 32px;
    display: block;
	font-size: 16px;
	line-height: 1.5em;
    color: #39495B;
}
.hm-order-overlay-btn {
    margin-top: 48px;
    padding: 14px 40px 13px;
    border-radius: 23px;
    cursor: pointer;
    color: #fff;
}
.hm-order-overlay-btn:focus {
    outline: none;
    padding: 12px 22px 11px;
    border: 2px solid;
}
.hm-order-overlay-success > svg {fill: #047ae2;}
.hm-order-overlay-success .hm-order-overlay-btn {background: #047ae2;}
.hm-order-overlay-success .hm-order-overlay-btn:hover {background: #158cf9;border-color: #329eff;}
.hm-order-overlay-btn:focus {background: #158cf9;border-color: #0066bf;}

.hm-order-overlay-fail > svg {fill: #fa1900;}
.hm-order-overlay-fail .hm-order-overlay-btn {background: #6F8395;}
.hm-order-overlay-fail .hm-order-overlay-btn:hover {background: #8399AC;}
.hm-order-overlay-fail .hm-order-overlay-btn:focus {border-color: #485663;}

.hm-order-overlay-loading > svg {fill: #047ae2;}





/*
 * 2022 theme
 */
.hm-cover-heading h1 {
	white-space: nowrap;
}

@media (max-width: 767px) {
	.hm-cover-heading h1 {
		overflow: hidden;
	}
}

.hm-card-btn a {position: relative;}
.hm-card-btn a::after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: #ef1700;
	border-radius: 10px;
	bottom: 0;
	position: absolute;
}

@media (min-width: 768px) {
    .hm-card-blur {
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
}

.hm-numbers .elementor-counter-title {
	margin-top: 16px;
}

/* Post */
.hm-post img {
	border-radius: 9px;
	margin: 32px 0;
}

.hm-post h1, .hm-post h2, .hm-post h3,
.hm-post h4, .hm-post h5, .hm-post h6 {
	color: #0C2E4B;
	margin-bottom: 24px;
	font-weight: 600;
	line-height: 1.3em;
}

.hm-post b, .hm-post strong {
	color: #0C2E4B;
}

.hm-post li::marker {
	color: #0C2E4B;
}

/* Chaty */
.chaty-widget {
	right: 20px !important;
}

.chaty-cta-button {
	background-color: transparent !important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px;
}

.chaty-channel-list .chaty-channel {
	box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 12px 0px;
}

.chaty-cta-button button {
	background-color: transparent !important;
}

.chaty-cta-button .chaty-svg svg circle,
.chaty-cta-button .chaty-svg svg ellipse {
	fill: #ef1700;
}