/*Footer*/
.footer {
    padding: 50px 0;
    background-color: #373736;
    color: #fff;
}

.footer a {
    color: #fff;
    transition: all .5s;
}

.footer a:hover {
    color: var(--pink);
    transition: all .5s;
}

.footer .container {
    background-image: url(/wp-content/uploads/2024/08/footer-bg-img.svg);
    background-size: 200px;
    background-position: right center;
    background-repeat: no-repeat;
}

.footer-title {
    font-family: var(--os);
    font-size: 14px;
    font-weight: 400;
    color: #909090;
    margin-bottom: 30px;
    min-height: 55px;
}

.footer .contact {
    margin-bottom: 30px;
}

.footer .contact p {
    font-size: 28px;
    margin-bottom: 5px;
}

.footer .social p {
    margin-bottom: 5px;
}

.footer .menu {

}

.footer .menu ul {
    list-style: none;
    padding: 0;
}

.footer .menu ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-menu-1 {
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .footer .contact p {
        font-size: 24px;
    }
    .footer .menu ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footer .container {
        background-size: 100px;
    }
}

@media (max-width: 767px) {
    .footer-title {
        min-height: 0;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .footer .container {
        background-size: 200px;
        background-position: 90% 100%;
    }
}


/*FAQ*/
.faq {
    margin-bottom: 100px;
}

.faq .title {
    font-size: 42px;
    padding-bottom: 15px;
    border-bottom: 1px solid #909090;
    font-family: var(--os);
    margin-bottom: 50px;
}


.accordion {
    background-color: transparent;
    cursor: pointer;
    padding: 16px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #909090;
    text-align: left;
    outline: none;
    font-size: 21px;
	color: var(--blue);
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.4s;
}

.accordion:hover, .accordion:visited {
	color: var(--blue);
}

.faq .active, .faq .accordion:hover {
    background-color: var(--blue);
    color: #fff;
    border-radius: 10px;
}

.faq .active, .faq .active:hover {
    border-radius: 10px 10px 0 0;
    border-bottom: none;
}

.accordion:after {
    content: '\002B';
    color: #1e1e1e;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    border: 1px solid #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.faq .active:after, .faq .accordion:hover:after {
    content: "\2212";
    border: 1px solid #fff;
    color: #fff;
}

.panel {
    padding: 0 18px;
    background-color: transparent;
    color: var(--dark);
    font-weight: 400;
    border-radius: 0 0 10px 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    margin-top: 10px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .faq .title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .accordion {
        font-size: 16px;
        display: flex;
        align-items: center;
    }
}


/*Cases*/
.cases {
    padding: 0 0 100px 0;
}

.cases .title {
    font-size: 42px;
    padding-bottom: 15px;
    border-bottom: 1px solid #909090;
    font-family: var(--os);
    margin-bottom: 50px;
}

.case-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    height: 260px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.case-box .case-name {
    font-size: 24px;
    margin-bottom: 0;
}

.case-box .case-type {
    display: block;
    font-size: 12px;
    background-color: #fff;
    color: var(--blue);
    border-radius: 10px;
    padding: 2px 10px;
    width: fit-content;
}

.case-box .bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}

.case-box .bottom p {
    margin-bottom: 0;
}

.case-box .bottom .case-tags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}

.case-box .bottom .case-tag {
    font-size: 10px;
    padding: 2px 10px;
    border-radius: 10px;
    border: 1px solid #fff;
}

@media (max-width: 1399px) {}

@media (max-width: 1199px) {
    .cases .title {
        font-size: 32px;
    }
    .case-box {
        height: 230px;
    }
}

@media (max-width: 991px) {
    .case-box {
        height: 180px;
    }
    .case-box .case-name {
        font-size: 18px;
        margin-bottom: 0;
    }
    .case-box .bottom .case-tags {
        flex-wrap: wrap;
        row-gap: 5px;
        column-gap: 5px;
    }
    .case-box .bottom {
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .cases {
        padding: 0 0 50px 0;
    }
    .cases .title {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

/*Block 9*/
.serv-blk9 {
    padding: 100px 0;
}

.serv-blk9 .title {
    font-size: 42px;
    padding-bottom: 15px;
    border-bottom: 1px solid #909090;
    font-family: var(--os);
    margin-bottom: 50px;
}

.serv-blk9 .logos {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

.serv-blk9 .logos-top {
    margin-bottom: 20px;
}

.serv-blk9 .logos-bottom {
    margin-left: 10%;
}

.serv-blk9 .logo-item {
    margin-right: 6%;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    width: 13%;
}

.logo-item:nth-child(5) {
    margin-right: 10%;
}

.logo-item:nth-child(6) {
    margin-left: 10%;
}

.logo-item:nth-child(10) {
    margin-right: 0;
}

.serv-blk9 .logo-item img {
    width: 100%;
    margin-bottom: 20px;
}

@media (max-width: 1399px) {}

@media (max-width: 1199px) {
    .serv-blk9 .title {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .serv-blk9 .logo-item {
        margin-right: 4%;
        font-size: 14px;
        width: 14%;
    }
}

@media (max-width: 767px) {
    .serv-blk9 {
        padding: 50px 0;
    }
    .serv-blk9 .title {
        font-size: 24px;
    }
    .serv-blk9 .logos {
        width: 100%;
        justify-content: space-between;
    }
    .serv-blk9 .logos-bottom {
        margin-left: 0;
    }
    .serv-blk9 .logo-item {
        margin-right: 0;
        margin-left: 0;
        width: 28%;
    }

}

/*Block 8*/
.serv-blk8 {

}

.serv-blk8 .title {
    font-size: 42px;
    padding-bottom: 15px;
    border-bottom: 1px solid #909090;
    font-family: var(--os);
    margin-bottom: 50px;
}

.serv-blk8 .items-box {
    margin-bottom: -40px;
}

.serv-blk8 .items-box-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.serv-blk8 .items-box .item {
    position: relative;
    font-size: 16px;
    margin-bottom: 40px;
    width: 95%;
}

.serv-blk8 .items-box .item .img-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.serv-blk8 .items-box-right .item .img-box {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    z-index: 999;
}

.serv-blk8 .items-box .item .img-box img {
    width: 120px;
    z-index: 99;
}

.serv-blk8 .items-box .item .name {
    margin-left: 150px;
}

.serv-blk8 .items-box-right .item .name {
    margin-right: 150px;
    margin-left: 15px;
}

.serv-blk8 .items-box .item .testimonial {
    position: relative;
    z-index: 99;
}

.serv-blk8 .items-box .item .testimonial p {
    padding: 15px 10px 15px 150px;
    background-color: #fff;
    font-weight: 400;
    border-radius: 20px;
    z-index: 9;
    position: relative;
}

.serv-blk8 .items-box-right .item .testimonial p {
    padding: 15px 150px 15px 15px;
}

.serv-blk8 .items-box .item .testimonial-shadow {
    position: absolute;
    left: -7px;
    bottom: -7px;
    content: "";
    border-radius: 20px;
    width: 100%;
    height: 100%;
    background: #bfb8ba;
    z-index: 1;
}

.serv-blk8 .items-box-right .item .testimonial-shadow {
    left: auto;
    right: -7px;
}

@media (max-width: 1399px) {}

@media (max-width: 1199px) {
    .serv-blk8 .title {
        font-size: 32px;
    }
}
@media (max-width: 991px) {
    .serv-blk8 .items-box .item .name {
        margin-left: 120px;
        min-height: 65px;
        font-size: 14px;
        display: flex;
        align-items: flex-end;
    }
    .serv-blk8 .items-box .item .img-box img {
        width: 100px;
    }
    .serv-blk8 .items-box .item {
        width: 100%;
    }
    .serv-blk8 .items-box .item .testimonial p {
        padding: 30px 10px 15px 15px;
    }
    .serv-blk8 .items-box-right .item .testimonial p {
        padding: 30px 10px 15px 15px;
    }
    .serv-blk8 .items-box {
        margin-bottom: 0;
    }
    .serv-blk8 .items-box-right .item .testimonial-shadow {
        left: -7px;
        right: auto;
    }
    .serv-blk8 .items-box-right .item .name {
        margin-left: 120px;
        margin-right: 10px;
    }
    .serv-blk8 .items-box-right .item .img-box {
        top: 0;
        left: 0;
        right: auto;
    }
}

@media (max-width: 767px) {
    .serv-blk8 {
        margin-top: 50px;
    }
    .serv-blk8 .title {
        font-size: 24px;
    }
}

/*Block 7*/
.serv-blk7 {
    padding: 100px 0;
}

.serv-blk7 .title {
    font-size: 42px;
    padding-bottom: 15px;
    border-bottom: 1px solid #909090;
    font-family: var(--os);
    margin-bottom: 50px;
}

.serv-blk7 .about-item {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.serv-blk7 .about-item:last-child {
    margin-bottom: 0;
}

.serv-blk7 .about-item p {
    margin-bottom: 0;
}

.serv-blk7 .about-item .number {
    font-size: 32px;
    margin-right: 15px;
}

.serv-blk7 .about-item .text {
    font-weight: 400;
}

.about-right-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 100%;
}

.about-right-box .info {
    width: 550px;
    border-left: 5px solid var(--pink);
    padding-left: 20px;
}

.about-right-box .comment {
    background-image: url(/wp-content/uploads/2024/08/comment.svg);
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 550px 220px;
    width: 550px;
    height: 220px;
    padding: 60px 30px 30px 30px;
}


@media (max-width: 1399px) {
    .about-right-box {
        background-size: 400px;
    }
    .serv-blk7 .about-item .text {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .serv-blk7 {
        padding: 50px 0;
    }
    .serv-blk7 .title {
        font-size: 32px;
    }
    .about-right-box .info {
        width: 450px;
    }
    .about-right-box .comment {
        width: 450px;
        height: 180px;
        background-size: 450px 180px;
        font-size: 14px;
        padding: 50px 30px 30px 30px;
    }
    .about-right-box {
        background-size: 350px;
    }
}

@media (max-width: 991px) {
    .serv-blk7 .about-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .about-right-box {
        background-position: 0 50%;
    }
}

@media (max-width: 767px) {
    .serv-blk7 .title {
        font-size: 24px;
    }
    .about-right-box {
        background-position: 0 50%;
        margin-top: 50px;
        background-size: 300px;
    }
    .about-right-box .info {
        width: 100%;
        font-size: 16px;
    }
    .about-right-box .comment {
        background-image: url("/wp-content/uploads/2024/08/comment-m.svg");
        width: 95%;
        height: auto;
        background-size: 100% auto;
        margin-top: 150px;
    }
}


/*Light form*/
.light-form {
    padding: 50px 0 80px 0;
    background-color: #DED7F9;
    position: relative;
}

.light-form .row-bg {
    background-repeat: no-repeat;
    background-position: 45% 0%;
    background-size: 300px;
}

.light-form .title {
    font-size: 36px;
    font-family: var(--os);
    color: var(--blue);
    margin-bottom: 10px;
}

.light-form .subtitle {
    font-size: 28px;
    font-family: var(--os);
    font-weight: 400;
}

.light-form .price-date {
    margin: 50px 0;
    display: flex;
    align-items: flex-start;
    column-gap: 60px;
}

.light-form .price-date p {
    margin-bottom: 5px;
}

.light-form .price-item, .date-item {
    font-size: 36px;
    color: var(--blue);
}

.light-form .info p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.light-form .info p span {
    font-size: 18px;
    color: var(--blue);
    font-weight: 700;
}

.light-form .dx-form-info p {
    color: #363636;
}

.light-form .nf-form-content input[type=submit] {
    background-color: var(--blue);
    color: #fff;
    border: 1px solid var(--blue) !important;
}

.light-form .nf-form-content input[type=submit]:hover {
    background-color: var(--blue);
    color: #fff;
}


@media (max-width: 1399px) {
    .light-form .title {
        font-size: 32px;
    }
    .light-form .price-item, .date-item {
        font-size: 28px;
    }
    .light-form .subtitle {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .light-form .title {
        font-size: 24px;
    }
    .light-form .subtitle {
        font-size: 18px;
    }
    .price-label, .date-label {
        font-size: 16px;
    }
    .light-form .price-item, .date-item {
        font-size: 24px;
    }
    .light-form .row-bg {
        background-position: 40% 40%;
        background-size: 200px;
    }
}

@media (max-width: 767px) {
    .light-form .price-date {
        margin: 30px 0;
    }
    .light-form .info {
        margin-bottom: 30px;
    }
    .light-form .info p {
        font-size: 14px;
    }
    .light-form .row-bg {
        background-position: 100% 15%;
        background-size: 200px;
    }
}

/*Block 5*/
.serv-blk5 {
    margin-bottom: 50px;
}

.serv-blk5 .title {
    font-size: 42px;
    padding-bottom: 15px;
    border-bottom: 1px solid #909090;
    font-family: var(--os);
}

.serv-blk5 .row:nth-child(2) {
    align-items: center;
}

.serv-blk5 .result-box img {
    margin-bottom: 10px;
}

.serv-blk5 .img-box img {
    width: 100%;
}

@media (max-width: 1199px) {
    .serv-blk5 .title {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .serv-blk5 .result-box p {
        font-size: 16px;
    }
    .serv-blk5 .row {
        align-items: flex-start;
    }
    .serv-blk5 .result-box img {
        width: 40px;
    }
}

@media (max-width: 767px) {
    .serv-blk5 .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .serv-blk5 .img-box {
        margin-bottom: 50px;
    }
    .serv-blk5 .result-box {
        display: flex;
        align-items: flex-start;
    }
    .serv-blk5 .result-box img {
        margin-right: 10px;
    }
}

/*Block 4*/
.serv-blk4 {
    padding: 100px 0;
}

.serv-blk4 .title {
    font-size: 42px;
    padding-bottom: 15px;
    border-bottom: 1px solid #909090;
    margin-bottom: 50px;
}

.serv-blk4 .bg-row {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
}

.blk4-box-item {
    border-radius: 10px;
    padding: 20px;
    font-size: 16px;
    min-height: 220px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) calc(100% - 10px);
    background-size: 100px;
    margin-bottom: 20px;
}



@media (max-width: 1199px) {
    .serv-blk4 .title {
        font-size: 32px;
    }
    .serv-blk4 .bg-row {
        background-size: 280px;
    }
    .blk4-box-item {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .serv-blk4 .bg-row {
        background-size: 320px;
    }
}

@media (max-width: 767px) {
    .serv-blk4 {
        padding: 60px 0;
    }
    .serv-blk4 .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .blk4-box-item {
        font-size: 16px;
        min-height: 130px;
        background-size: 60px;
    }
    .bg-row {
        background-image: none !important;
    }
}


/*Blue Form*/
.nf-form-fields-required, .nf-error-field-errors {
    display: none;
}
.blue-form{
	overflow: hidden;
}
.blue-form-inner {
    background-color: var(--blue);
    border-radius: 10px;
    color: #fff;
    padding: 80px 40px 100px 40px;
    background-position: 100% -1%;
    background-size: 300px;
    background-repeat: no-repeat;
}

.blue-form-inner .title {
    font-family: var(--os);
    font-size: 42px;
    margin-bottom: 20px;
    text-align: center;
}

.blue-form-inner .subtitle {
    font-family: var(--os);
    font-weight: 400;
    max-width: 500px;
    margin: 0 auto 40px;
    text-align: center;
}
.blue-form-inner .nf-form-content {
	position: relative;
}
.blue-form-inner .nf-form-content::after{
	content: "";
	position: absolute;
	bottom: -115px;
    left: -115%;
	width: 700px;
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("https://services.docx.ua/wp-content/uploads/2024/08/form-blue-img.webp");
}

.dx-form .nf-form-layout {
    font-family: var(--os);
}

.dx-form .nf-field-label label {
    font-size: 16px;
    font-weight: 400;
}

.dx-form .nf-form-content .label-above .nf-field-label {
    margin-bottom: 5px;
}

.dx-form .nf-form-content input:not([type=button]) {
    border-radius: 5px;
    border: 1px solid #fff;
}

.dx-form-info .nf-field-element {
    font-size: 13px;
    font-weight: 400;
    color: #CFCAC3;
}

.dx-form-info .nf-field-element p {
    margin-bottom: 5px;
}

.dx-form .nf-form-content input[type=submit] {
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.dx-form .nf-form-content input[type=submit]:hover {
	-webkit-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
}

.blue-form .nf-form-content input[type=submit] {
    background-color: var(--pink);
    color: #fff;
    border: 1px solid var(--pink);
}

.blue-form .nf-form-content input[type=submit]:hover {
    background-color: var(--pink);
    color: #fff;
}

.dx-form .nf-error .nf-error-msg {
    color: var(--pink);
    font-size: 14px;
    font-weight: 400;
}

.dx-form .nf-error.field-wrap .nf-field-element:after {
    background: var(--pink);
}

.dx-form .nf-error .ninja-forms-field {
    border-color: var(--pink) !important;
}




@media (max-width: 1399px) {
    .blue-form-inner {
        background-size: 250px;
    }
	.blue-form-inner .nf-form-content::after {
    bottom: -80px;
    left: -116%;
    width: 600px;
	height: 500px;
	}
}
@media (max-width: 1199px){
	    .blue-form-inner .nf-form-content::after {
			left: -141%;
	}
}
@media (max-width: 991px) {
    .blue-form-inner {
        background-size: 150px;
    }
	.blue-form-inner .nf-form-content::after{
		bottom: 20px;
        left: -54%;
        width: 300px;
        height: 200px;
	}
	
}
@media (max-width: 767px) {
	.blue-form-inner .nf-form-content::after{
       display: none;
	}
    .blue-form-inner {
        padding: 40px 10px 40px 10px;
    }
    .blue-form-inner .title {
        font-size: 24px;
    }
    .blue-form-inner .subtitle {
        font-size: 16px;
    }
    .blue-form-inner {
        background-size: 90px;
    }
}


/*start d=step=========*/
.d-step {
    padding: 70px 0 100px;
    color: #1e1e1e;
    font-family: var(--os);
    background-color: #ECE9E4;
}

.d-step .title {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 50px 0;
}

.d-step ul {
    position: relative;
    z-index: 1;
    padding: 0;
    list-style: none;
    width: 90%;
}

.d-step ul::after {
    content: "";
    position: absolute;
    left: 19px;
    top: 5%;
    bottom: 4%;
    width: 2px;
    height: 90%;
    background-color: var(--blue);
    z-index: -1;
}

.d-step li {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 0 60px;
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 400;
}

.d-step li:first-child .d-step-num {
    font-size: 25px;
}

.d-step li:first-child .d-step-num::after {
    width: 42px;
    height: 42px;
}

.d-step-num {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
}

.d-step-num::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--blue);
    z-index: -1;
}

.d-step-item {
    border-radius: 10px;
    background: #ded7f9;
    padding: 30px 60px 30px 30px;
    margin: 0 0 20px 0;
}

.d-step-item p {
    font-family: var(--os);
    font-size: 16px;
    font-weight: 400;
}

.d-step-item strong {
    font-family: var(--nunito);
    display: block;
    font-size: 18px;
    position: relative;
    padding: 0 0 0 15px;
}

.d-step-item strong::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    border-radius: 10px;
    height: 100%;
    background-color: #ff21ff;
}

.d-step-info {

}

.d-step-name {
    font-family: var(--nunito);
    color: #1e1e1e;
    font-size: 16px;
    padding: 0 145px 0 30px;
}

.d-step-name span {
    display: block;
}

.d-step-box {
    position: relative;
}

.d-step-line {
    font-family: var(--nunito);
    position: relative;
    z-index: 2;
    border-radius: 20px;
    padding: 17px 145px 17px 35px;
    background: #ffffff;
    width: 93%;
    color: var(--blue);
}

.d-step-line-bg {
    position: absolute;
    left: -7px;
    bottom: -7px;
    content: "";
    border-radius: 20px;
    width: 93%;
    height: 100%;
    background: #bfb8ba;
}

.d-step-avatar {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    width: 130px;
    height: 130px;
}

.d-step-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .d-step .title {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .d-step .title {
        font-size: 32px;
    }
    .d-step-line {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .d-step .title {
        font-size: 28px;
    }
    .d-step li {
        font-size: 16px;
    }
    .d-step-item {
        padding: 30px 30px 30px 20px;
        margin-top: 30px;
    }
    .d-step-item strong {
        font-size: 16px;
    }
    .d-step-name {
        padding: 0 100px 0 20px;
        font-size: 14px;
    }
    .d-step-line {
        padding: 17px 110px 17px 20px;
        width: 88%;
    }
    .d-step-line-bg {
        width: 88%;
    }
}

/*end d-step=========*/


/*start banner=============*/
.d-banner {
    padding: 40px 0;
    background-color: var(--blue);
    color: #fff;
}

.d-banner-item {
    display: flex;
}

.d-banner-img {
    margin: 0 20px 0 0;
    width: 70px;
    height: 70px;
}

.d-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.d-banner-box p {
    margin: 0 0 10px 0;
}

.d-banner-box strong {
    display: block;
    margin: 0 0 10px 0;
    font-family: var(--os);
    font-size: 28px;
}

.d-banner-last {
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 991px) {
    .d-banner-box strong {
        font-size: 24px;
    }
}

/*Service Block 1*/
.serv-blk1 {
    padding-top: 30px;
}

.serv-blk1 .row {
    align-items: flex-end;
}

.serv-blk1 .img-box img {
    width: 100%;
}

.serv-blk1 h1 {
    margin: 40px 0 30px 0;
    color: var(--blue);
    font-size: 48px;
    font-family: var(--os);
    font-weight: 700;
}

.serv-blk1 .subtitle {
    font-family: var(--os);
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 30px;
}

.serv-blk1 .price {
    margin-bottom: 100px;
}

.serv-blk1 .price span {
    color: var(--pink);
}

.serv-blk1 .dx-buttons {
    margin-bottom: 100px;
}

@media (max-width: 1399px) {
    .serv-blk1 h1 {
        font-size: 36px;
    }

    .serv-blk1 .subtitle {
        font-size: 24px;
    }

    .serv-blk1 .price {
        margin-bottom: 60px;
    }

    .serv-blk1 .dx-buttons {
        margin-bottom: 60px;
    }

    .serv-blk1 .dx-btn {
        font-size: 16px;
    }

}

@media (max-width: 1200px) {
    .serv-blk1 .dx-btn {
        font-size: 13px;
    }

    .serv-blk1 {
        padding-top: 0px;
    }
}

@media (max-width: 991px) {
    .serv-blk1 h1 {
        font-size: 30px;
        margin-top: 10px;
    }

    .serv-blk1 .subtitle {
        font-size: 18px;
    }

    .serv-blk1 .price {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .serv-blk1 .dx-buttons {
        margin-bottom: 40px;
    }

    .serv-blk1 .dx-btn {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .serv-blk1 h1 {
        font-size: 28px;
        margin-top: 50px;
    }
}


/*Header*/
.site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999999;
    background-color: #ECE9E4;
    -webkit-transition: linear 0.5s;
    transition: linear 0.5s;
    border-bottom: 2px solid var(--blue);
}

.body-inner {
    padding-top: 75px;
}

.header-inner {
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.site-branding {
    margin-right: 10px;
}

.site-branding img {
    max-width: 220px;
    height: auto;
}

.main-navigation {
    margin-right: auto;
}

.hed-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.head-phone {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.head-phone img {
    width: 20px;
}

.head-phone a {
    display: block;
    margin-right: 10px;
    font-size: 16px;
    color: var(--black);
}

.mob-phone {
    display: none;
}

.main-navigation ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    column-gap: 20px;
    font-size: 16px;
    margin-bottom: 0;
}

.main-navigation ul li {

}

.main-navigation ul li a {
    color: var(--black);
    position: relative;
}

.main-navigation ul li a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--blue);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.main-navigation ul li a:hover::after {
    width: 100%;
}

.head-btn {
    margin-left: 40px;
    font-size: 16px;
}

.dx-btn {
    padding: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	transition: all .5s;
}

.dx-btn:hover {
	-webkit-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
}

.pink-btn {
    background: var(--pink);
    color: #fff;
    border: 1px solid var(--pink);
}

.pink-brd-btn {
    background-color: transparent;
    color: var(--black);
    border: 1px solid var(--pink);
}

.header__menu-btn {
    display: none;
}


@media (min-width: 992px) and (max-width: 1399px) {
    .site-branding img {
        max-width: 140px;
    }

    .main-navigation ul {
        font-size: 13px;
        column-gap: 10px;
        padding-left: 0;
    }

    .dx-btn {
        padding: 10px;
    }

    .head-phone a {
        font-size: 13px;
    }

    .head-btn {
        margin-left: 10px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .header__menu-btn {
        margin: 0;
        padding: 0;
        display: block;
        width: 30px;
        height: 20px;
        position: relative;
        z-index: 100;
        background-color: transparent;
        cursor: pointer;
        outline: none;
        border: none;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .header__menu-btn span {
        margin: 0 0 0 auto;
        display: block;
        width: 100%;
        height: 1px;
        background-color: var(--blue);
        -webkit-transition: linear 0.2s;
        transition: linear 0.2s;
    }

    .header__menu-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: var(--blue);
        -webkit-transition: linear 0.2s;
        transition: linear 0.2s;
    }

    .header__menu-btn::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: var(--blue);
        -webkit-transition: linear 0.2s;
        transition: linear 0.2s;
    }

    .header__menu-btn.active::before {
        top: 10px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header__menu-btn.active span {
        opacity: 0;
        -webkit-transform: translateX(-1rem);
        -ms-transform: translateX(-1rem);
        transform: translateX(-1rem);
    }

    .header__menu-btn.active::after {
        bottom: 10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header__nav {
        margin: 0;
        position: fixed;
        top: 55px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - 75px);
        z-index: 99;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        overflow: auto;
        background: #fff;
        opacity: 0;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s;
    }

    .header__nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header__nav li + li {
        margin: 20px 0 0 0;
    }

    .header__nav.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .main-navigation ul {
        align-items: flex-start;
    }

    .site-branding img {
        max-width: 120px;
    }

    .head-btn {
        margin-left: 10px;
        font-size: 11px;
    }

    .head-phone {
        display: none;
    }

    .mob-phone {
        display: flex;
        margin-top: 30px;
    }

    .head-btn .dx-btn {
        padding: 10px;
    }

    .body-inner {
        padding-top: 55px;
    }

    .site-header .menu {
        padding-left: 0;
    }

    .hed-right {
        margin: 0 15px 0 auto;
    }
}



/*end banner-===============*/

/*Main*/
:root {
    --nunito: "Nunito", sans-serif;
    --os: "Open Sans", sans-serif;
    --pink: #FF21FF;
    --blue: #4C00FF;
    --black: #1E1E1E;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--nunito);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    background-color: #ECE9E4;
}


a {
    text-decoration: none;
}
