@charset "utf-8";
@import url(../fonts/stylesheet.css);

/* Reset */
ul {
    list-style: none;
}

.figure {
    margin: 0px;
}

img {
    max-width: 100%;
}

a,
a:hover,
a:active {
    outline: 0px !important;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

/* Base Styles */
body {
    background: #fff;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
    margin: 0;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h2 {
    font-size: 38px;
    color: #222222;
    font-family: sans-serif;
    font-weight: normal;
    margin: 0px 0 25px 0;
    text-align: center;
    text-transform: uppercase;
}

h3 {
    font-family: sans-serif;
    font-weight: 600;
    color: #222222;
    font-size: 18px;
    margin: 0 0 5px 0;
}

h4 {
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    font-size: 22px;
    margin: 0 0 15px 0;
}

h6 {
    font-size: 16px;
    color: #888888;
    font-family: sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
}

p {
    line-height: 24px;
    margin: 0;
}

/* Header */
#header_wrapper {
    background: #ffffff;
    padding: 20px 0px;
}

.header_box {
    position: relative;
}

.logo {
    float: left;
    margin-top: 8px;
    position: relative;
    z-index: 2;
}

/* Navigation */
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    padding-top: 20px;
    border: 0px solid #fff;
    min-height: 40px;
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #222;
    font-size: 16px;
}

.navStyle {
    float: right;
}

.navStyle ul {
    list-style: none;
    padding: 0px;
}

.navStyle ul li {
    display: inline-block;
    margin: 0 5px;
}

.navStyle ul li:last-child {
    margin: 0 0 0 23px;
}

.navStyle ul li a {
    display: block;
    font-size: 14px;
    color: #222222;
    font-family: sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.navStyle ul li a:hover {
    color: #8e8e8e;
}

.navStyle>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    color: #8e8e8e;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #8e8e8e;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #8e8e8e;
    background-color: transparent;
}

.navStyle>li.active>a,
.navStyle>li.active>a:hover {
    text-decoration: none;
    color: #8e8e8e;
    background-color: transparent;
}

/* Hero Section */
.top_cont_outer {
    background: #dadada;
    position: relative;
}

.hero_section {
    position: relative;
    padding-top: 5px;
    text-align: center;
}

.hero_section img {
    margin-top: 50px;
}

.hero_section h2 {
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif !important;
    font-size: 50px !important;
    line-height: 100px !important;
    text-align: center !important;
}

.hero_section strong {
    text-align: center !important;
    font-size: 60px !important;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif !important;
    color: #dadada !important;
}

.top_left_cont {
    padding-top: 10%;
    padding-bottom: 30%;
}

.top_left_cont h3 {
    font-size: 16px;
    color: #f56eab;
    margin: 0 0 20px 0;
    text-align: left;
    font-weight: 700;
}

.top_left_cont h2 {
    font-size: 40px;
    color: #fff;
    line-height: 52px;
    margin: 0 0 26px 0;
    font-family: sans-serif;
    text-align: left;
}

.top_left_cont h2 strong {
    font-weight: 700;
}

.top_left_cont p {
    font-size: 16px;
    color: #ffabab;
    margin: 0 0 30px 0;
    line-height: 26px;
}

a.read_more2 {
    margin-left: 50%;
    font-family: sans-serif;
    display: block;
    font-size: 20px;
    width: 178px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

a.read_more2:hover {
    background: #fff;
    color: #8e8e8e;
    border: 1px solid #fff;
}

/* About Us */
.inner_wrapper {
    margin-top: 50px;
}

.inner_section {
    padding: 60px 0 20px;
}

.work_bottom {
    padding: 20px 0 0 0px;
}

.work_bottom span {
    font-size: 18px;
    color: #333333;
    display: block;
    margin: 0 0 20px 0;
}

a.contact_btn {
    margin-left: auto;
    margin-bottom: 50px;
    background: #fff;
    text-transform: uppercase;
    display: block;
    width: 176px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    color: #8e8e8e;
    border-radius: 3px;
    font-family: sans-serif;
    font-weight: 600;
    border: 2px solid #8e8e8e;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

a.contact_btn:hover {
    background: #8e8e8e;
    color: #fff;
}

/* Why Us */
#whyUs {
    margin-top: 50px;
    padding: 60px 0 0 0;
    background: #efefef;
    padding-bottom: 50px !important;
}

#whyUs h2 {
    margin-bottom: 50px !important;
}

#whyUs .box {
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
    background: #fff;
    transition: 0.4s;
	    min-height: 200px;
}

#whyUs .box:hover {
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

#whyUs .box .icon {
    float: left;
}

#whyUs .box .icon i {
    color: #444;
    font-size: 64px;
    transition: 0.5s;
    line-height: 0;
    margin-top: 34px;
}

#whyUs .box .icon i:before {
    background: #0c2e8a;
    background: #8e8e8e;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#whyUs .box h4 {
    margin-left: 100px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
    min-height: 50px;
}

#whyUs .box h4 a {
    color: #444;
}

#whyUs .box p {
    font-size: 14px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 24px;
}

/* Services */
#service {
    margin-bottom: 50px;
    padding-bottom: 100px !important;
    background: #efefef;
}

#service h2 {
    padding-top: 50px;
}

.service_wrapper {
    padding: 60px 0 40px;
}

.service_section {
    padding: 40px;
}

.service_block {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.service_block h3 {
    min-height: 50px;
}

.service_icon {
    border: 2px solid #8e8e8e;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0px auto 25px;
}

.service_icon.icon2 {
    border: 2px solid #8e8e8e;
}

.service_icon.icon3 {
    border: 2px solid #8e8e8e;
}

.service_icon span {
    background: transparent;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.service_icon i {
    color: #8e8e8e;
    font-size: 40px;
    margin-top: 0;
    position: relative;
    top: 20px;
    z-index: 20;
}

.service_block h3 {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    margin: 35px 0 18px;
}

.service_block p {
    font-size: 16px;
    color: #888888;
    margin: 0px;
}

.borderLeft {
    border-left: 1px solid #dadada;
}

.borderTop {
    margin-top: 30px;
    border-top: 1px solid #dadada;
}

.mrgTop {
    margin-top: 30px;
}

/* Cases */
#cases {
    padding: 60px 200px;
    background: white;
}

.cases {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.5rem;
    margin-top: 4rem;
    margin-bottom: 10rem;
}

.card {
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 25rem;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease!important;
}

.card:hover {
    transform: translateY(-5px)!important;
    box-shadow: 0 15px 20px -3px rgba(0, 0, 0, 0.2);
}

.card img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
}

.card-content {
    margin: 1rem 4rem 1rem 4rem;
    text-align: center;
}

.card h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

.scroll-container {
    width: auto;
    overflow: hidden;
    white-space: nowrap;
}

.scroll-text {
    display: inline-block;
    transform: translateX(0);
}

.scroll-container:hover .scroll-text {
    animation: scrollText 10s linear infinite;
}

@keyframes scrollText {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Contact Section */
.contact-section {
    padding: 80px 0;
    background: #f8f9fa;
    text-align: center;
}

.contact-card {
    display: inline-flex;
    align-items: center;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    max-width: 500px;
    margin-top: 30px;
}

.contact-icon {
    font-size: 40px;
    color: #8e8e8e;
    margin-right: 25px;
}

.contact-info h3 {
    margin: 0 0 10px 0;
    color: #333;
}

.contact-info a {
    font-size: 18px;
    color: #8e8e8e;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-info a:hover {
    color: #555;
}

.contact-info p {
    margin-top: 10px;
    color: #666;
}

/* Footer */
.footer_wrapper {
    background: #232323;
}

.footer_bottom {
    border-top: 1px solid #3c3a3a;
    padding: 25px 0;
}

.footer_bottom span {
    display: block;
    font-size: 14px;
    color: #cccccc;
    text-align: center;
    letter-spacing: 1.5px;
}

.footer_bottom span a {
    display: inline-block;
    color: #8e8e8e;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.footer_bottom span a:hover {
    color: #fff;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    background: white;
    margin: 10% auto;
    padding: 30px;
    width: 70%;
    max-width: 800px;
    border-radius: 10px;
    position: relative;
}

.close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 40px;
    cursor: pointer;
    padding: 10px;
    line-height: 1;
    z-index: 10;
}

.modal-content p {
    margin: 0.5rem 0;
    text-align: justify;
}

.modal-content p:first-child {
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 1rem;
    text-align: center;
}

.modal-content p:not(:first-child) {
    text-indent: 1.5rem;
}

#modal-logo img {
    width: 100px;
    height: auto;
    margin-top: 20px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

#modal-logo img:hover {
    opacity: 1;
}

.phrase {
    font-size: 1.5rem;
    text-align: right;
    font-family: "SpectralRegular", Arial, sans-serif;
}

/* Animation Timers */
.delay-01s {
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}

.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

/* Responsive */
@media (max-width: 768px) {
    p {
        font-size: 14px;
    }
    .hero_section {
        position: relative;
        padding-top: 5px;
    }
    .top_left_cont {
        padding: 38px 0;
    }
    .top_left_cont h2 {
        font-size: 25px;
        color: #fff;
        line-height: 39px;
        margin: 0 0 9px 0;
    }
    .inner_section {
        padding: 20px 0 20px;
    }
    #aboutUs img {
        margin-bottom: 20px;
    }
    #aboutUs h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .service_block h3 {
        font-size: 16px;
    }
    .service_block p {
        font-size: 14px;
        margin: 0px;
        margin-bottom: 20px;
    }
    .form {
        margin: 0 18px;
    }
    .page_section.team {
        padding: 40px 0;
    }
    #clients {
        padding: 40px 0;
    }
    .client_logos ul li {
        display: inline;
        margin: 0 25px;
        padding: 11px 0;
        display: inline-block;
    }
    .social_links li {
        float: left;
    }
    .contact_section {
        margin: 0;
    }
    h2,
    .contact_section h2 {
        font-size: 30px;
    }
    .page_section.contact {
        padding: 60px 0 50px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background: #8e8e8e;
    }
    .navbar-inverse .navbar-toggle {
        border-color: transparent;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        outline: none;
    }
    .navStyle ul li {
        display: block;
    }
    .navStyle {
        float: right;
        width: 100%;
        text-align: center;
    }
    .navStyle ul li:last-child {
        margin: 0px;
    }
    .navbar-inverse .navbar-nav>li>a {
        color: #222;
        background: #f9f9f9;
    }
    #cases {
        padding: 60px 20px;
    }
    .card {
        width: 100%;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 1.5em;
    }
    #whyUs .box {
        margin-bottom: 20px;
    }
    #whyUs .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }
    #whyUs .box h4,
    #whyUs .box p {
        margin-left: 0;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .modal-content {
        width: 90%;
        padding: 20px;
    }
    .modal-content p:first-child {
        font-size: 2rem;
    }
}
.contact-icon i.fa {
    font-size: 1em; /* Увеличивает размер иконки в 3 раза */
    margin-bottom: 15px;
}