/*
Theme Name: Orkin
Author: Orkin Support
Author URI: https://orkin.com.ua
Version: 1.0.0
*/

body {
    margin: 0;
    padding: 0;
    font-family: "Inter";
}
.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}
h1, h2, h3, h4, h5, h6, p, div, span {
    margin-block-start: 0;
}
h2 {
    margin-block-end: 0.4em;
}
.wpcf7-form p strong,
.wpcf7-form p span {
    display: block;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"] {
    width: 100%;
    font-family: "Inter";
    font-size: 14px;
    min-height: 40px;
    padding: 15px;
}
.wpcf7-form textarea {
    width: 100%;
    font-family: "Inter";
    font-size: 14px;
    min-height: 120px;
    padding: 15px;
}
.wpcf7-form-control-wrap {
    margin-bottom: 10px;
}
.wpcf7-form p strong {
    margin-bottom: 5px;
}
.wpcf7-submit, input[type="submit"] {
    background: #CC092F !important;
    padding: 14px 20px !important;
    color: #ffffff;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}
.wpcf7-submit:hover, input[type="submit"]:hover {
    background: #231f20 !important;
    color: #ffffff;
    transition: 100ms;
}

.block-tags h4 a {
	display: block;
	padding: 6px 8px;
}
.block-tags .elementor-widget-heading:hover {
    border: 1px solid #CC092F;
}
.block-tags .elementor-widget-heading {
    border: 1px solid #fff;
	padding: 0 !important;
}
.block-tags .elementor-widget-heading:hover {
    border: 1px solid #CC092F;
}
.box-tags a {
    border: 1px solid #fff;
}
.box-tags a:hover {
    border: 1px solid #CC092F;
}

.footer-menu ul li a:before {
content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-right: 8px;
	background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.258441 0.252497C0.603029 -0.0841658 1.16158 -0.0841658 1.50617 0.252497L5.74156 4.39048C6.08615 4.72715 6.08615 5.27285 5.74156 5.60952L1.50617 9.7475C1.16158 10.0842 0.603029 10.0842 0.258441 9.7475C-0.086147 9.41084 -0.086147 8.86513 0.258441 8.52847L3.86996 5L0.258441 1.47153C-0.086147 1.13487 -0.086147 0.589161 0.258441 0.252497Z' fill='%23CC092F'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
	opacity: 1 !important;
	left: -16px !important;
}
.footer-menu ul li a {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
	margin-left: 16px !important;
}
.footer-menu ul li a svg {
	display: none;
}
.footer-social ul {
	display: flex;
    justify-content: space-between !important;
}
.footer-social .elementor-icon-list-icon {
	padding: 8px 6px;
	background: rgba(255,255,255,.1);
}
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	border: none !important;
	background: #EFEFF0 !important;
	padding: .5em !important;
	margin-bottom: 5px;
}
#contact input[type=email], #contact input[type=number], #contact input[type=password], #contact input[type=reset], #contact input[type=search], #contact input[type=tel], #contact input[type=text], #contact input[type=url], #contact select, #contact textarea {
	border: none !important;
	background: #ffffff !important;
	padding: .5em !important;
	margin-bottom: 5px;
}
.li-custom ul {
    list-style: none;
    padding-inline-start: 20px;
}
.li-custom ul li:before {
    content: "";
    display: block;
    -webkit-transform: translateY(90%) rotate(45deg);
    -moz-transform: translateY(90%) rotate(45deg);
    -ms-transform: translateY(90%) rotate(45deg);
    transform: translateY(90%) rotate(45deg);
    height: 8px;
    width: 8px;
    background-color: #CC092F;
    position: absolute;
    left: 0px;
    margin-top: 1px;
}

@media (max-width: 768px) {
    .container {
        margin: 0 auto;
        padding: 0 20px;
}
}
@media (max-width: 576px) {
    .container {
        margin: 0 auto;
        padding: 0 15px;
}
}