/*
Theme Name: expressmasters
Theme URI: https://expressmasters.com.ua/
Author: Eugeniy Kanaiev
Description: expressmasters Theme
Version: 2024.4
Text Domain: expressmasters.com.ua
*/

*, *::before,*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  border: 0 solid transparent;
  font-family: "Rubik";
  transition: all .2s ease-in-out;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  min-height: 100vh;
  line-height: 1;
  text-rendering: optimizeSpeed;
	position: relative;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
  line-height: inherit;
  color: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button, [role="button"] {
  cursor: pointer;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
a {
  cursor: pointer;
  color: inherit;
  text-decoration: inherit;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
	
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
h1,
h2 {
  
	
}
ol, ul {
  list-style: none;
}
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
::-moz-placeholder {
  opacity: 1;
}
textarea {
  vertical-align: top;
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
footer {
	padding: 40px 0;
	background: #00274D;
}
header {
	background: #00000085;
	padding: 10px 0;
}
h2 {
	font-size: 36px;
    line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 50px;
	font-weight: 500;
    color: #00274D;
}
h2 span {
	color: #FFA500;
}
h3 {
	font-size: 28px;
	line-height: 1.5em;
}
p {
	font-size: 18px;
    line-height: 1.5em;
}
.container {
	display: block;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
.container-s {
	display: block;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
.container-l {
	display: block;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
.main-content-holder {
	
}
.footer-copyright {
	text-align: center;
    font-size: 16px;
	color: #fff;
}
.accordion {
	width: 100%;
}
.accordion-body {
	display: none;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
	margin-bottom: 50px;
}
.single-accordion .active {
	background: none !important;
}
.single-accordion h2, .single-accordion h3 {
	position: relative;
	cursor: pointer;
	font-weight: 400;
	font-size: 24px;
	line-height: normal;
	color: #00274D;
	padding-right: 30px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgb(26 40 80 / 26%);
}
.single-accordion h2::after, .single-accordion h3::after {
	content: '';
	position: absolute;
	top: 11px;
    right: 14px;
	height: 20px;
	width: 2px;
	background: #FFA500;
	transition: transform .2s ease-in-out;
}
.single-accordion h2::before, .single-accordion h3::before {
	content: '';
	position: absolute;
	top: 20px;
    right: 5px;
	margin: auto;
	width: 20px;
	height: 2px;
	background: #FFA500;
	transition: transform .2s ease-in-out;
}
.single-accordion h2.active::after, .single-accordion h3.active::after, .single-accordion h2.active::before, .single-accordion h3.active::before {
	transform: rotate(-45deg);
	transition: transform .2s ease-in-out;
}
.faq-sec {
	padding: 60px 0;
}
.faq-sec h2 {
	text-align: center;
}
.contact-sec {
	padding: 60px 0;
	background: url(https://expressmasters.com.ua/wp-content/uploads/2024/05/def-background.png)
}
.contact-sec h2 {
	text-align: center;
}
.contact-sec a {
	display: block;
	font-size: 22px;
	line-height: 1.5em;
	margin-bottom: 10px;
	text-decoration: underline;
	color: #00274D;
}
.contact-sec a:nth-child(3) {
	color: #FFA500;
}
.contact-sec a:hover {
	text-decoration: none;
}
.contact-sec-holder {
	display: flex;
	justify-content: space-around;
}
.contact-sec-holder > div {
	width: fit-content;
}
.contact-sec input {
	padding: 15px;
    border: 1px solid #c3c3c3;
    border-radius: 20px;
    color: #000;
    margin-bottom: 20px;
    max-width: 400px;
    display: block;
    width: 100%;
}
.contact-sec input[type="submit"] {
	background: #FFA500;
	border: none;
	border-radius: 20px;
	color: #fff;
	width: 200px;
    margin: 15px auto;
	cursor: pointer;
}
.contact-sec input[type="submit"]:hover {
	background: #00274D;
}
.our-benefits {
	margin-bottom: 50px;
	padding: 100px 0;
	background: url(https://expressmasters.com.ua/wp-content/uploads/2024/05/def-background.png);
}
.our-benefits h2 {
	text-align: center;
}
.our-prices {
	margin-bottom: 100px;
}
.our-prices h2 {
	text-align: center;
}
.def-btn {
	display: block;
    background: #FFA500;
    border: none !important;
    border-radius: 30px;
    color: #fff !important;
    width: fit-content;
    margin: 25px auto 15px;
    cursor: pointer;
    text-align: center;
    padding: 20px 30px;
}
.def-btn:hover {
	background: #00274D;
}
.our-benefits {
	margin-bottom: 100px;
}
.our-benefits-holder {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
	gap: 20px;
	margin-bottom: 70px;
}
.single-benefit {
	max-width: 350px;
	width: 100%;
}
.single-benefit h3 {
	color: #00274D;
	padding-bottom: 5px;
	border-bottom: 2px solid #FFA500;
	margin-bottom: 15px;
}
.our-prices-holder table {
	width: 100%;
	margin-bottom: 40px;
}
.our-prices-holder table tr {
	border-top: 1px solid #c3c3c3;
}
.our-prices-holder table tr:last-child {
	border-bottom: 1px solid #c3c3c3;
}
.our-prices-holder table td {
	padding: 30px 20px;
    font-size: 18px;
}
.our-prices-holder table tr td:first-child {
	color: #00274D;
}
.our-prices-holder table tr td:last-child {
	color: #FFA500;
}
.our-prices-holder tr:nth-child(even){
	background: #eee;
}
.our-prices-holder p {
	display: block;
	max-width: 800px;
	font-size: 16px;
	font-style: italic;
	margin: 0 auto 20px;
}
.main-banner {
	position: relative;
	height: 100vh;
}
.main-banner-bg {
	width: 100%;
    height: 100%;
    z-index: -1;
	position: absolute;
	background-image: url('https://expressmasters.com.ua/wp-content/uploads/2024/05/main-banner-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;	
	background-position: center;
	filter: brightness(55%);
}
.main-banner-holder {
	display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.main-banner-text {
	max-width: 500px;
/* 	margin-bottom: 100px; */
}
.main-banner-text .socials-sec {
    margin-top: 20px;
    justify-content: left;
}
.banner-text-before-title {
	margin-bottom: 20px;
    color: #fff;
	letter-spacing: 1px;
}
.banner-text-before-title span {
	color: #FFA500;
}
.main-banner-text h1 {
	color: #fff;
	font-size: 62px;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.banner-text-after-title {
	color: #fff;
	font-size: 24px;
}
.main-banner-contact {
	max-width: 400px;
	background: #fff;
	padding: 35px;
	border-radius: 20px;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 32%);
}
.main-banner-contact input {
	padding: 15px;
    border: 1px solid #c3c3c3;
    border-radius: 20px;
    color: #000;
    margin-bottom: 20px;
    max-width: 400px;
    display: block;
    width: 100%;
}
.main-banner-contact span {
	display: block;
    margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.2em;
}
.main-banner-contact .contact-title {
    font-size: 20px;
    line-height: 1.2em;
	color: #00274D;
}
.main-banner-contact a {
	display: block;
    font-size: 22px;
    line-height: 1.5em;
    text-decoration: underline;
    color: #00274D;
	text-align: center;
}
.main-banner-contact a:hover {
	text-decoration: none;
}
.find-ur-problem {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.find-ur-problem-bg  {
	width: 100%;
    height: inherit;
    z-index: -1;
	position: absolute;
	background-image: url('https://expressmasters.com.ua/wp-content/uploads/2024/05/find-your-problem-background.jpg');
	background-size: cover;
	background-repeat: no-repeat;	
	background-position: center;
	filter: brightness(30%);
}
.find-ur-problem-holder {
	display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.find-ur-problem-holder h2 {
	color: #fff;
}
.find-ur-problem-holder span {
	display: block;
	color: #fff;
	margin-bottom: 40px;
}
.find-ur-problem-holder input {
	padding: 15px;
    border: 1px solid #c3c3c3;
    border-radius: 20px;
    color: #000;
    margin-bottom: 20px;
    max-width: 100%;
    display: block;
    width: 100%;
}
.general-inputs textarea {
	padding: 15px;
    border: 1px solid #c3c3c3;
    border-radius: 20px;
    color: #000;
    margin-bottom: 20px;
    max-width: 100%;
    display: block;
    width: 100%;
	height: 100px;
}
.clients-reviews {
	margin: 100px 0;
}
.clients-reviews h2 {
	text-align: center;
}
.single-review {
    margin: 1px 7.5px;
    padding: 50px;
    min-height: 270px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #00847a3b;
    max-width: 100%;
    min-height: 400px;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 0 50px #f5f6fb;
    box-shadow: 0 0 50px #f5f6fb;
    padding: 40px 50px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px 35px;
    border: none;
}
.single-review > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.single-review .client-name {
    font-size: 16px;
    line-height: 24px;
    color: #00274D;
    font-weight: 600;
}
.single-review .star {
    color: #FFA500;
    font-size: 22px;
    display: block;
}
.single-review p {
    color: #5e5e5e;
    line-height: 1.6;
    font-size: 16px;
    margin: 20px 0px;
    font-style: italic;
    min-height: 105px;
}
.google {
    font-size: 12px;
    line-height: 30px;
    color: #00274D;
    padding-left: 85px;
    position: relative;
    display: block;
    padding-top: 25px;
}
.google::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    width: 85px;
    height: 25px;
    background: url(https://expressmasters.com.ua/wp-content/uploads/2024/05/google-icon.png) no-repeat;
    background-size: contain;
    opacity: .9;
}
.def-slider .slick-prev.slick-arrow, .def-slider .slick-next.slick-arrow {
    position: absolute;
/*     top: 155px; */
    left: -15px;
    font-size: 0;
}
.def-slider .slick-next.slick-arrow {
    left: unset;
    right: -25px;
}
.def-slider .slick-prev.slick-arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-left: 3px solid #00274D;
    border-bottom: 3px solid #00274D;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.def-slider .slick-next.slick-arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-left: 3px solid #00274D;
    border-bottom: 3px solid #00274D;
    -webkit-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    transform: rotate(-140deg);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.def-slider .slick-dots li button:before {
	color: #00274D;
	font-size: 34px;
	opacity: 1;
}
.def-slider .slick-dots li.slick-active button:before {
	color: #FFA500;
	font-size: 46px;
	opacity: 1;
}
.our-work-sec h2 {
	text-align: center;
}
.our-work-slider {
	max-width: 600px;
	margin: 0 auto 50px;
}
.our-work-slider .slick-dots {
	bottom: -60px;
}
.our-work-slider img {
	margin: 0 10px;
}
.socials-sec {
    display: flex;
    flex-direction: row;
    gap: 20px;
	margin-bottom: 40px;
    justify-content: center;
	
}
.socials-sec a {
    width: 36px;
    height: 36px;
    margin: 5px 0;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block;
}
.socials-sec a:hover {
	transform: rotate(15deg) translatey(-5px);
}
.socials-sec a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/wp-content/themes/expressmasters/images/instagram.png);
    filter: invert(96%) sepia(100%) saturate(17%) hue-rotate(324deg) brightness(105%) contrast(105%);
}
.socials-sec a:nth-child(2):after {
    background-image: url(/wp-content/themes/expressmasters/images/tiktok.png);
}
.socials-sec a:nth-child(3):after {
    background-image: url(/wp-content/themes/expressmasters/images/facebook.png);
}
.success-msg {
    display: none !important;
}
.success-msg.success.error {
    color: red;
    margin-top: 30px;
    margin-bottom: 0px;
    display: block !important;
    font-size: 18px;
}
.success-msg.success {
    display: block !important;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
    color: orange;
    font-size: 18px;
}
@media (max-width: 1300px) {
	.clients-reviews .slick-prev.slick-arrow {
		left: 0px;
		z-index: 9;
	}
	.clients-reviews .slick-next.slick-arrow {
		right: 0px;
	}
}
@media (max-width: 1024px) {
	.main-banner-text {
		max-width: 400px;
	}
	.main-banner-contact {
		max-width: 350px;
		padding: 25px;
	}
}
@media (max-width: 767px) {
	.main-banner {
		height: auto;
	}
	.main-banner-holder {
		padding: 50px 50px 100px;
	    flex-direction: column;
	}
	.main-banner-text {
		max-width: 100%;
		margin-bottom: 50px;
		text-align: center;
	}
	.main-banner-text h1 {
		font-size: 50px;
	}
	.main-banner-text .socials-sec {
		margin-top: 20px;
		justify-content: center;
	}
	.single-benefit {
		margin-bottom: 30px;
	}
	.our-benefits {
		padding: 50px 10px;
		margin: 0;
	}
	.our-benefits-holder {
		margin-bottom: 30px;
	}
	.find-ur-problem {
		height: 500px;
	}
	.clients-reviews {
		margin: 50px 0;
	}
	.faq-sec .accordion {
		max-width: 550px;
		margin: 0 auto;
	}
	.contact-sec-holder {
		flex-direction: column-reverse;
		gap: 50px;
		align-items: center;
	}
}
@media (max-width: 575px) {
	.find-ur-problem {
        height: 600px;
    }
}
@media (max-width: 525px) {
	.find-ur-problem-holder h2 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.find-ur-problem-holder span {
		margin-bottom: 20px;
		line-height: 1.4em;
	}
	.find-ur-problem-holder {
		padding: 20px;
	}
}
@media (max-width: 440px) {
	.main-banner-text h1 {
        font-size: 38px;
		margin: 20px 0;
    }
	.clients-reviews, .faq-sec, .our-prices {
		padding: 0 20px;
	}
	.faq-sec {
		margin: 75px 0 50px;
	}
	.contact-sec {
		padding: 40px 20px;
	}
	.main-banner-holder {
		padding: 50px 20px 80px;
	}
	.our-prices-holder table tr {
		display: flex;
		flex-direction: column;
	}
	.our-prices-holder table td {
		padding: 20px;
	}
	.single-review {
		padding: 25px;
	}
}