/*
 *  Theme Name: Simple Puzzle Child
 * Description: Responsive WordPress theme for blogs and magazines. Custom color theme, page layouts and some other options.
 *     Version: 1.0
 *   Theme URI: http://wp-puzzle.com/simple-puzzle/
 *      Author: WP Puzzle
 *  Author URI: http://wp-puzzle.com/
 *     License: WP Puzzle License
 * License URI: http://wp-puzzle.com/license/
 *    Template: simplepuzzle
 */

@import url("../simplepuzzle/style.css");

span.icon-download {
    position: relative;
    width: 15px;
    height: 15px;
    background: url(../simplepuzzle/img/dwd.png) no-repeat transparent;
    background-size: cover;
    transform: none;
    border-radius: 0;
    display: inline-block;
    margin-right: 5px;
}

.newJobsBlock {
    border: 1px solid #00589230;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 14px;
}


.h3 {
    font-size: 2em;
    font-style: normal;
    text-align: left;
    line-height: 1em;
    padding: 0;
    color: #000;
}

blockquote a {
    color: #FFF;
}

.header-fixed-banner-ob {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

@media (max-width: 420px) {
    .h3 {
        font-size: 1.5em;
        font-style: normal;
        text-align: left;
        line-height: 1em;
        padding: 0;
        color: #000;
        margin-bottom: 15px;
    }
}

/* NEW HOME PAGE STYLES */

.home .pagewrapper,
.home #content {
    padding: 0;
}

@media (min-width: 1024px) {
    .home .pagewrapper.inner {
        max-width: 100%;
    }

    .home .pagewrapper.border-line {
        box-shadow: none;
    }

    .home .pagewrapper.corner-rounded,
    .home .pagewrapper.corner-rounded .main-menu,
    .home .pagewrapper .main-menu > li:first-child > a {
        border-radius: unset;
    }

    .home .pagewrapper .main-menu {
        display: flex;
        justify-content: center;
    }
}

.home .pagewrapper h1 {
    border-bottom: none;
}

/*----------------------------------------*/
/*  Default CSS
/*----------------------------------------*/

.home .pagewrapper a:focus {
    outline: 0px solid;
}

.home .pagewrapper img {
    max-width: 100%;
    height: auto;
}

.home .pagewrapper .fix {
    overflow: hidden;
}

.pagewrapper p {
    margin: 0 0 15px;
    color: #5d6471;
}

.home .pagewrapper a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.home .pagewrapper a:active,
.home .pagewrapper a:hover {
    outline: 0 none;
}

.home .pagewrapper a:hover,
.home .pagewrapper a:focus {
    text-decoration: none;
}

.home .pagewrapper ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.bg-color {
    background: #fafafa;
}

.area-padding,
.area-padding-2,
.page-padding,
.page-padding-2 {
    padding: 70px 0px;
}

.white-headline h3 {
    color: #fff;
}

.section-headline {
    padding-bottom: 40px;
    position: relative;
}

.section-headline.review-head {
    padding-bottom: 20px;
}

.section-headline h2 {
    font-size: 40px;
    line-height: 46px;
}

.section-headline p {
    font-size: 16px;
    max-width: 510px;
    margin: 0px auto;
}

.mar-row {
    margin-top: 50px;
}

.color {
    color: #E6922E;
}

ol > li:before {
    content: none;
}

/*----------------------------------------*/
/*  Banner Area
/*----------------------------------------*/

.slide-area {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}

.slide-area::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(10, 24, 40, 0.8) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.display-table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.slide-content {
    margin-top: 100px;
    margin-bottom: 100px;
}

.slide-content span {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5;
}

.title2 {
    font-size: 40px;
    line-height: 120%;
    margin: 0px auto;
    color: #fff;
    padding-bottom: 20px;
    max-width: 900px;
    font-weight: 700;
}

.ready-btn {
    border: 1px solid #E6922E;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    padding: 12px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 2;
    background: #E6922E;
    width: 160px;
    border-radius: 2px;
}

.ready-btn.right-btn {
    margin-left: 15px;
    background: #fff;
    border: 1px solid #fff;
    color: #444;
}

.ready-btn.right-btn:hover {
    background: #E6922E;
    border: 1px solid #E6922E;
    color: #fff;
    transition: 0.4s;
}

.ready-btn.left-btn:hover {
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    color: #E6922E;
    transition: 0.4s;
}

.slide-content .video-play.vid-zone i {
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: relative;
    font-size: 14px;
    background: #fff;
    color: #E6922E;
    margin-right: 10px;
    transition: 0.4s;
}

/*----------------------------------------*/
/*  Form
/*----------------------------------------*/

.payment-history-area {
    background: url(/wp-content/uploads/2024/01/bg3-min-scaled.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.payment-history-area::after {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.deposite-content {
    position: relative;
}

.deposite-content table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.deposite-content td,
.deposite-content th {
    border: 1px solid #ccc;
    text-align: left;
    padding: 8px;
}

.deposite-content tr:nth-child(even) {
    background-color: #E9EBEC;
}

.diposite-box {
    margin: 0 auto;
    background: rgba(230, 146, 46, 0.03);
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
}

.diposite-box::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 100%;
    height: 5px;
    background: #E6922E;
}

.diposite-box .mainblock .wrapper_form {
    max-width: 800px;
}

.diposite-box .mainblock .wrapper_form .btn_new_form_2212 {
    margin-top: 0;
}

.payment-history-area .section-headline p {
    font-weight: bold;
}

/*----------------------------------------*/
/*  Banner Area
/*----------------------------------------*/

.banner-area {
    position: relative;
    z-index: 1;
}

.banner-area:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 34, 65, 0.70) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}

.banner-btn {
    border: 1px solid #E6922E;
    display: inline-block;
    padding: 12px 25px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    background: #E6922E;
    border-radius: 2px;
}

.banner-btn:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.banner-content h2 {
    color: #fff;
    font-size: 40px;
    max-width: 840px;
    line-height: 46px;
    font-weight: 600;
    margin: 0 auto 40px;
}

.banner-content {
    overflow: hidden;
    padding: 0px 40px;
}

/*----------------------------------------*/
/*  Презентация к дипломной работе
/*  Этапы работ
/*----------------------------------------*/

.about-content h2 {
    line-height: 36px;
    font-size: 29px;
    position: relative;
    font-weight: 700;
}

.about-content p {
    font-size: 16px;
    letter-spacing: 0.40px;
    line-height: 24px;
    margin-bottom: 5px;
}

.about-content {
    margin-top: -35px;
}

.about-details {
    overflow: hidden;
    display: block;
    padding-top: 10px;
}

.marker-list li {
    color: #777;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
    font-size: 16px;
}

.marker-list li::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 7px;
    background: #E6922E;
    width: 8px;
    height: 8px;
}

/*.about-image video {
    border-radius: 5px;
    overflow: hidden;
}*/

.about-image {
    margin-bottom: 20px;
}

.about-image img {
    max-height: 388px;
    object-fit: cover;
    object-position: center top;
    border: 1px solid #DBECF5;
    border-radius: 10px;
    padding: 15px;
}

.mission-about {
    border: 1px solid #ccc;
    padding: 20px 35px;
    display: block;
    position: relative;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    min-height: 267px;
}

.mission-icon {
    display: block;
}

.mission-icon i {
    font-size: 40px;
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    position: relative;
    top: -60px;
    background: #E6922E;
    color: #fff;
    border-radius: 50%;
    transition: 0.4s;
}

.mission-text {
    margin-top: -25px;
}

.mission-text p {
    font-size: 16px;
}

.mission-about:hover .mission-icon i {
    border: 1px solid #ccc;
    background: #fff;
    color: #E6922E;
    transition: 0.4s;
}

.about-area .about__area__text {
    padding: 20px;
    border: 2px solid #005892;
    border-radius: 8px;
    margin-top: 60px;
    background-color: rgba(0, 88, 146, 0.05);
}

.about-area .about__area__text div {
    color: #005892;
    font-size: 22px;
    line-height: 110%;
    font-weight: bold;
    padding: 0 0 0.5em;
}

.about-area .about__area__text p {
    margin: 0;
}

/*----------------------------------------*/
/*  FAQ (Examples)
/*----------------------------------------*/

.company-faq {
    display: block;
    overflow: hidden;
    background: rgba(250, 250, 250, 0.9);
    padding: 0 10px 0;
    border-radius: 8px;
    margin-top: 40px;
}

.faq-details .panel-heading {
    padding: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 4px;
}

.panel-default {
    border-color: #f5f5f5;
    border-radius: 0 !important;
}

.panel-group .panel + .panel {
    margin-top: 0px;
}

.panel-default > .panel-heading {
    color: #151b2c;
    background: transparent;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    background: transparent;
}

.faq-details h4.check-title a {
    color: #151b2c;
    font-weight: bold;
    display: block;
    padding: 10px 10px 10px 60px;
    text-decoration: none;
    background: transparent;
}

.faq-details h4.check-title a:hover {
    color: #E6922E;
}

.panel-body {
    padding: 0 15px 15px 70px;
}

.faq-details h4.check-title {
    color: #E6922E;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 400;
}

.faq-details .panel-heading h4 a {
    position: relative;
}

.faq-details .panel-heading h4 a::before {
    color: #151b2c;
    content: "\e648 ";
    font-family: themify;
    font-size: 16px;
    left: 0px;
    line-height: 52px;
    position: absolute;
    text-align: center;
    top: -7px;
    width: 50px;
    height: 100%;
}

.faq-details .panel-heading h4 a.active::before {
    color: #fff;
    content: "\e64b";
    font-family: themify;
    font-size: 16px;
    left: 0px;
    line-height: 61px;
    position: absolute;
    text-align: center;
    top: -12px;
    width: 50px;
    height: 55px;
    background: #E6922E;
}

/*----------------------------------------*/
/*  Price Area
/*----------------------------------------*/

.prices {
    font-size: 26px;
    font-weight: 700;
    color: #E6922E;
}

.pri_table_list {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position: relative;
    overflow: hidden;
    border: 1px solid #E6922E;
    margin-bottom: 30px;
    min-height: 301px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricing-text ul,
.pricing-text ol {
    padding: 0;
    display: block;
}

.pri_table_list ol li {
    padding: 0;
    font-size: 16px;
}

.price-btn a {
    color: #fff;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 20px;
    background: #E6922E;
    display: inline-block;
    border: 1px solid #E6922E;
}

.price-btn a:hover {
    background: transparent;
    color: #E6922E;
    border: 1px solid #E6922E;
    transition: all 0.4s ease 0s;
}

.pri_table_list > h3 {
    color: #455454;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
}

.pri_table_list ol {
    list-style: outside none none;
}

/*----------------------------------------
  Reviews Area
----------------------------------------*/

.single-testi {
    margin: 0px 0px 40px;
}

.clients-text {
    padding: 10px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.reviews-content .single-testi .clients-text img {
    max-height: 160px;
    min-height: 160px;
    object-fit: contain;
}

.reviews-content .active.center .single-testi .clients-text {
    border: 3px solid #E6922E;
}

.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #E6922E none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -10px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    position: absolute;
}

.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
    overflow: hidden;
}

.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
    background: #E6922E;
    width: 30px;
    border-radius: 3px;
}

/* FAQ */

.faq__block .company-faq .panel-group {
    margin-bottom: 0;
}

.faq__block .company-faq .panel-group div.panel:last-child {
    box-shadow: none;
}

/*----------------------------------------*/
/*  Team Area
/*----------------------------------------*/

.team-area {
    background: #fff;
}

.single-member {
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    padding: 30px 15px;
}

.single-member .team-img {
    display: inline-block;
    position: relative;
    overflow: hidden;
    max-height: 200px;
    max-width: 200px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #E6922E;
}

.team-hover li {
    display: inline-block;
    margin-right: 5px;
}

.single-member .team-img img {
    display: block;
}

.team-content {
    padding: 10px 0 0;
}

.team-content p {
    margin-bottom: 0;
    font-size: 14px;
}

.team-content h5 {
    font-size: 18px;
    margin: 10px 0;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 600;
    color: #666;
}

/* SEO section */

.seo__section .seo__section__block {
    background-color: rgba(0, 88, 146, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(0, 88, 146, 0.17);
    padding: 35px;
}

/* final-banner-section */

.final-banner-section {
    background-color: #005892;
}

.final-banner-section .text {
    color: #fafafa;
}

.final-banner-section .title {
    font-size: 34px;
    margin: 0;
}

.final-banner-section .desc {
    text-transform: uppercase;
    line-height: 1.5;
}

.final-banner-section .contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 31px;
}

.final-banner-section div.contacts a {
    color: #E6922E;
}

.final-banner-section div.contacts a:hover {
    color: rgba(230, 146, 46, 0.8);
}

.final-banner-section div.contacts .phone {
    font-size: 30px;
    font-weight: bold;
}

.final-banner-section div.contacts .email {
    font-size: 26px;
}

.final-banner-section .container {
    position: relative;
}

.final-banner-section .container::after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 50%;
    transform: translateY(50%);
    height: 287px;
    width: 287px;
    background: url(/wp-content/uploads/2024/01/question-1.svg) no-repeat center / contain;
}

/* MISC CSS */

.post__flexy_breadcrumb {
    margin-bottom: 30px;
}

.post__flexy_breadcrumb .fbc-page .fbc-wrap .fbc-items li,
.post__flexy_breadcrumb .fbc-page .fbc-wrap .fbc-items li.active span {
    font-size: 14px;
}

.post__flexy_breadcrumb .fbc-page .fbc-wrap .fbc-items li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.post__flexy_breadcrumb .fbc-page .fbc-wrap .fbc-items li a {
    text-decoration: none;
}

.post__flexy_breadcrumb .fbc-page .fbc-wrap .fbc-items li a:hover {
    color: #E6922E;
}

.post__flexy_breadcrumb .fbc-page .fbc-wrap .fbc-items li.active span {
    color: #888;
}

@media (max-width: 510px) {
    .post__flexy_breadcrumb .fbc-page .fbc-wrap .fbc-items {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .post__flexy_breadcrumb .fbc-page .fbc-wrap .fbc-items li {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (min-width: 992px) {
    .post__flexy_breadcrumb .fbc-page .fbc-wrap .fbc-items {
        width: 100%;
    }
}