/* Basis */

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

textarea,
input:focus {
    outline: none;
}

.red-div{
    background: #b71f3a;
    color: white;
    padding: 35px;
    margin-top: 50px;
}
.txt-a-gray{
    font-size: 25px;
    color: #585757!important;
}
.txt-a-red{
    font-size: 25px;
    color: #910000!important;
}
.floating-links{
    position: fixed;
    right: 0;
    top: 46%;
}
.floating-links ul{
    display: block!important;
}
.floating-links ul .footer-links__link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: color 0.5s;
    background-color: #000;
}

.icon-wrapper {
    background: linear-gradient(333deg, rgb(183 31 58) 0%, rgb(237 93 146) 100%);
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
        box-shadow: -2px -2px 9px 3px #3345;
}
.services-block-item:hover  .icon-wrapper{
    background: #fffd;

}
.services-block-item:hover  .icon-wrapper i{
    color: #444;
}

#video_banner{
    width: 100%;
    margin: 10px auto 10px auto;
}

.succes-popup {
    display: none;
    color: #fff;
    background-color: #000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 20px 15px;   
    min-width: 290px; 
}

.succes-popup-text {
    text-align: center;
}

.succes-btn-wraper {
    text-align: center;
}

.succes-popup-btn {
    display: inline-block;
    margin: 0 auto;
    background-color: #e9204f;
    padding: 7px 20px;
} 

.succes-popup-btn:hover {
    cursor: pointer;
}
.overlay {
    display: none;
    position:fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
}

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

input.error {
    border: 1px solid red;
}

.red-button, 
.white-button { 
    display: inline-block;
    padding: 12px 35px;
    text-align: center;
    transition: all 0.5s;
    text-decoration: none;
    border: 1px solid #E9204F;
}

.red-button {
    color: #fff;
    background: #E9204F;
}

.red-button:hover {
    text-decoration: none;
    color: #E9204F;
    background: #fff;
}

.white-button {
    color: #E9204F;
}

.white-button:hover {
    text-decoration: none;
    color:#fff;
    background: #E9204F
}

.red-color {
    color: #b71f3a !important;
}


.services-industry .text {
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.text {
    color: #101010 !important;
}

.section-page {
    padding: 70px 0;
}

.section-page-image {
    margin-bottom: 45px;
}

.section-page ul {
    padding-left: 75px;
}

.page-aside-nav ul{
    padding: 0 !important; 
}

.mobale-menu-modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(100vw);
    background-color: #000;
    transition: transform 0.5s;
    z-index: 5;
    overflow-y: auto;
}

.mobale-menu-modal_active {
    transform: translateX(0);
}

.mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

.mobile-menu__item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-family: Poppins, Helvetica, Arial, sans-serif;
}

.mobile-menu__link {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.mobile-menu__link:hover {
    text-decoration: none;
    color: #fff;
}

.mobile-menu__icon {
    font-size: 20px;
}

.mobale-menu-modal-close {
    position: absolute;
    width: 30px;
    height: auto;
    top: 30px;
    right: 40px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}

.main-button {
    display: inline-flex;
    justify-content: center;
    position: relative;
    color: #fff;
    font-weight: 700;
    padding: 20px 40px;
    border: 3px solid #b71f3a;
    text-decoration: none;
}

.section-title {
    font-size: 28px;
    margin-bottom: 30px;
}
.main-title span{
    color: #fff702;
}
.title-red-line {
    position: relative;
}

.title-red-line::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #b71f3a;
    left: 0;
    bottom: 0;
}

.main-button span {
    position: relative;
    z-index: 2;
}

.main-button::before {
    content: '';
    position: absolute;
    width: 0;
    left: 1px;
    top: 1px;
    right: 5px;
    bottom: 1px;
    background: #b71f3a;
    transition: width 0.3s;
}

.main-button:hover {
    color: #fff;
    text-decoration: none;
}

.main-button:hover::before {
    width: 98.5%;
}



h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.site-email {
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
    transition: color 0.5s;
    font-family: "Poppins",Sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.site-email:hover {
    color: #b71f3a;
}

.site-email__text {
    margin-left: 12px;
}
 .footer .site-email__text{
    margin-left: 9px;
}

/* Aside */

.page-aside__title {
    position: relative;
    font-size: 20px;
    color: #e9204f;
    font-weight: 700;
    line-height: 1;
    padding: 10px 0 30px;
}

.page-aside__title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #e9204f;
}

.page-aside-nav {
    padding: 10px 0 30px;
}

.page-aside-nav-list {
    list-style: none;
}



.page-aside-nav-list__item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: #000;
}

.page-aside-nav-list__item:hover,
.page-aside-nav-list__item:hover .page-aside-nav-list__icon {
    color: #e9204f;
}

.page-aside-nav-list__icon {
    font-size: 14px;
    color: #f8c76b;
}

.page-aside-nav-list__link {
    display: inline-block;
    margin-left: 7px;
    font-size: 17px;
    color: inherit;
}

.page-aside-nav-list__link:hover {
    text-decoration: none;
    color: inherit;
}

/* End Basis */

/* Main */

.main {
    min-height: 70vh;
    padding-bottom: 80px;
    background-attachment: fixed;
    background-image: url(../images/main-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-title {
    margin: 70px 0;
    font-size: 70px;
    color: #fff;
}

/* End Main */

/* Header */

.header {
    position: relative;
    background: #2e2e2e;
    padding: 35px 0;
}

.header-sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 20px !important;
    z-index: 4;
}

.header-sticky .heder-nav {
    margin-top: 0;
} 

.header-logo__text {
    color: #fff;
    font-family: "Poppins",Sans-serif;
    font-size: 35px;
    font-weight: 700;
}

/* .header-logo__text:hover {
    text-decoration: none;
    color: #fff;
} */

.header-main {
    background: transparent;
}

.header-main-block  {
    position: relative;
    
}

.header-main-block::before {
    content: '';
    position: absolute;
    left: 15px;
    bottom: -35px;
    width: 70px;
    height: 2px;
    background: #b71f3a;
}

.header-logo {
    display: inline-block;
    max-width: 200px;
    
}

.header-logo:hover {
    text-decoration: none;
    color: #fff;
}

.header-right-block {
    display: flex;
    flex-direction: column;
    align-items: end;
    font-family: "Poppins",Sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.heder-nav {
    margin-top: 15px;
}

.heder-nav-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.heder-nav-list__item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: #fff;
    margin-right: 38px;
    cursor: pointer;
}

.heder-nav-list__item:last-child {
    margin-right: 0;
}

.heder-nav-list__item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    background-color: #b71f3a;
    width: 0;
    height: 2px;
    transition: width 0.5s;
}

.heder-nav-list__item:hover::before {
    width: 30px;
}

.heder-nav-submenu {
    position: absolute;
    left: 0px;
    bottom: 2px;
    transform: translateY(100%);
    list-style: none;
    margin: 0;
    padding: 10px;
    background-color: #fff;
    width: 260px;
    z-index: 1;
    display: none;
}

.heder-nav-submenu__link {
    display: block;
    padding: 5px 0;
    color: #777;
    transition: color 0.5s;
}

.heder-nav-submenu__link:hover {
    color: #b71f3a;
    text-decoration: none;
}

.heder-nav-list__link {
    display: inline-block;
    margin-right: 5px;
    /* font-family: "Poppins",Sans-serif;
    font-weight: 700; */
    color: inherit;
}

.heder-nav-list__link:hover {
    color: inherit;
    text-decoration: none;
}

.header-burger-menu {
    display: none;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.header-title {
    color: #fff;
    margin-top: 20px;
    margin-bottom: -20px;
}

/* End Header */

/* Section services */

.section-services {
    padding: 40px 0;
}

.section-services-title {
    padding-bottom: 20px;
}

.section-title_small {
    font-family: "Roboto Condensed",Sans-serif !important; 
    font-size: 18px;
}

.services-block {
    margin: 50px -15px;
}

.services-block-item {
    display: block;
    color: #262626;
    padding: 40px 25px;
    background-color: #c7c7c773;
    margin-bottom: 30px;
    border-radius: 8px;
    height: 180px;
    text-align: center;
}

.services-block-item:hover {
    text-decoration: none;
    background-color: #e9204f;
    color: #fff;
    box-shadow: -3px -4px 9px 3px #3345
}

.services-block-item__title {
    display: inline-block;
    font-size: 16px;
     transform: translateY(10px);
    font-weight: 700;
    font-family: "Poppins",Sans-serif;
    text-decoration: none;
    transition: transform 0.5s;
}

.services-block-item:hover > .services-block-item__title {
    transform: translateY(20px);
}

/* End Section services */

/* Section about*/

.section-about {
    padding-bottom: 60px;
}

.section-about-title-wraper {
    position: relative;
}

.section-about-title-wraper::before {
        content: '';
    position: absolute;
    left: 15px;
    top: 0;
    width: 65px;
    height: 5px;
    background-color: #e9204f;
}

.section-about-title {
    font-size: 48px;
    margin-bottom: 0;
}

.section-about-text {
    color: #747474;
    font-family: "Roboto Condensed",Sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.section-about-text_no-margin-bottom {
    margin-bottom: 0 !important;
}

.section-about-services {
    margin: 45px 0 70px 0;
    margin-left: -15px;
    margin-right: -15px;
    color: #fff;
}

.section-about-services-big-item,
.section-about-services-small-item {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(1);
    transition: filter 0.5s;
}

.section-about-services-big-item {
    /* min-height: 600px; */
    min-height: 250px;
    height: 100%;
    background-image: url(../images/servises/ppc-2.jpg);
}

.section-about-services-small-item { 
    min-height: 250px;
    background-image: url(../images/industry/e-commerce.jpg);
    color: inherit;
}

.section-about-services-small-item:last-child {
    margin-top: 0px;
    background-image: url(../images/servises/consulting.jpeg);
}

.section-about-services-small-item__title {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-family: "Poppins",Sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.section-about-services-big-item::before,
.section-about-services-small-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.section-about-services-big-item:hover,
.section-about-services-small-item:hover {
    color: inherit;
    text-decoration: none;
    filter: grayscale(0); 
}

.section-about-footer .section-about-text {
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
}

/* End Section about*/

/* Page contacts */

.contact-form-item {
    display: block;
}

.contact-form-item__text {
    display: block;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    color: #777771;
    font-size: 12px;
    font-weight: 600;
}

.contact-form-item__input {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
    color: #000;
}



.contact-form-button {
    display: inline-block;
    margin: 15px 0;
    padding: 15px 70px;
 
}

.contact-page-email {
    margin-top: 35px;
}

.contact-page-email .section-title {
    font-size: 28px;
    margin-bottom: 0;
}

.contact-page-email__text {
    font-family: Poppins, Helvetica, Arial, sans-serif;
    color: #e9204f;
}

/* End Page contacts */

/* Services and Industry pages */

.services-industry-item {
    -webkit-box-shadow: 0px 0px 9px -1px rgba(194,192,214,1);
    -moz-box-shadow: 0px 0px 9px -1px rgba(194,192,214,1);
    box-shadow: 0px 0px 9px -1px rgba(194,192,214,1);
    margin-bottom: 30px;
}

.services-industry-item__top {
    position: relative;
    height: 320px;
    overflow: hidden;
}

.services-industry-item__top::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.services-industry-item__title {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 20px;
    color: #fff;
    z-index: 1;
}

.services-industry-item__bottom {
    padding: 22px;
}

.services-industry-item__bottom  .text{
    margin: 30px 0;
}

.services-industry-item-buttons {
    display: flex;
    justify-content: space-between;
}

.services-industry-item-buttons .red-button,
.services-industry-item-buttons .white-button {
    flex-basis: 47%;
}

.pub-sector-image {
    margin-bottom: 30px;
}

/* End Services and Industry pages */

/* Footer */

.footer-top {
    position: relative;
    padding: 40px 0;
    background-color: #1b1b1b;
}

.footer-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 60px;
    background-color: #e9204f;
    transform: translate(-50%, -50%);
}

.footer-top-composition {
    position: relative;
    padding: 30px 0;
    margin-bottom: 70px;
}

.footer-top-composition::before {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 1px;
    background: #464646;
}

.footer-title {
    color: #fff;
    font-size: 40px;
    margin-bottom: 0;
}

.footer-links {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links__item {
    margin-right: 10px;
}

.footer-links__item:last-child {
    margin-right: 0;
}

.footer-links__link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    color: #fff;
    border: 1px solid #e9204f;
    border-radius: 50%;
    transition: color 0.5s;
}

.footer-links__link:hover {
    color: #e9204f;
    text-decoration: none;
}



.footer-bottom {
    padding: 30px 0;
    background-color: #2e2e2e;
}

.footer-bottom__link,
.footer-bottom__text {
    display: inline-block;
    padding: 2px 0;
    font-size: 15px;
    color: #E0E0E0;
    margin-bottom: 0;
}

.footer-bottom__text strong {
    color: #fff;
}

.footer-bottom__link {
    position: relative;
    text-decoration: none;
    transition: color 0.5s;
    margin-right: 15px;
}

.footer-bottom__link:last-child {
    margin-right: 0;
}

.footer-bottom__link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #b71f3a;
    transition: width 0.5s;
}

.footer-bottom__link:hover {
    color: #b71f3a;
    text-decoration: none;
}

.footer-bottom__link:hover::before {
    width: 60px;
}

/* End Footer */

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

@media (max-width: 992px) {

    .section-title {
        font-size: 30px;
    }

    .section-page ul {
        padding-left: 50px;
    }

    .header-logo {
        max-width: 150px;
    }

    .heder-nav-list,
    .header-title {
        display: none;
    }

    .header-burger-menu {
        display: block;
    }

    .main-title {
        font-size: 50px;
    }

    .section-about-services-small-item:last-child {
        margin-top: 0;
    }

    .section-about-title {
        font-size: 33px;
    }
}



@media (max-width: 769px) {


     .services-block-item__title {
    display: inline-block;
        font-size: 19px;
        font-weight: 700;
        transform: translateY(10px);

        font-family: "Poppins",Sans-serif;
        text-decoration: none;
        transition: transform 0.5s;
    }
    .services-block-item:hover > .services-block-item__title {
        transform: translateY(10px);

    }
    .services-block-item {
        display: block;
        color: #262626;
        padding: 40px 25px;
        background-color: #e1e1e1b0;
        margin-bottom: 30px;
        border-radius: 8px;
        height: 101px;
        text-align: left;
    }
    .services-block-item .icon-wrapper{
        display: none;
    }
    #video_banner{
        width: 100%;
    }

    body {
        font-size: 16px;
    }

    .services-industry .text {
        font-size: 14px;
    }

    .section-page {
        padding: 35px 0;
    }

    .section-page ul {
        padding-left: 30px;
    }

    .site-email {
        font-size: 14px;
    }

    .main-button {
        padding: 15px 30px;
    }

    .section-title {
        font-size: 25px;
    }

    .section-title_small {
        font-size: 16px;
    }

    .header-main-block::before {
        bottom: -25px;
    }

    .section-services {
        padding: 40px 0 15px;
    }

    .services-block {
        margin: 20px -15px 0;
    }

    .services-block-item {
        padding: 30px 25px;
        margin-bottom: 20px;
    }

    .section-about-title-wraper {
        padding-top: 30px;
    }

    .section-about-title {
        margin-bottom: 20px;
    }

    .section-about-services {
        margin: 30px -15px;
    }
    
    .section-about-footer .section-about-text {
        margin-top: 15px;
    }

    .footer-top {
        padding: 70px 0;
    }

    .footer-top-composition {
        padding: 0 0 30px 0;
    }

    .footer-title {
        font-size: 40px;
        margin: 40px 0;
    }

    .footer-bottom__text:first-child {
        margin-bottom: 5px;
    }      
    .floating-links{
        display: none;
        position: fixed;
        right: 0;
        top: 46%;
    }
    .section-about-services-small-item {
        margin-top: 20px;
    }
    .section-about-services-small-item:last-child {
        margin-top: 20px;
    }

    .txt-a-gray{
        font-size: 18px;
       
    }
    .txt-a-red{
        font-size: 18px;
        
    }
}

@media (max-width: 500px) {

    .section-title {
        margin-bottom: 1rem;
    }

    .header-logo {
        max-width: 130px;
    }

    .header-right-block {
        flex-direction: row;
    }

    .header-right-block .site-email,
    .header-main-block::before {
        display: none;
    }

    .mobale-menu-modal-close {
        width: 20px;
    }

    .mobile-menu__link {
        font-size: 25px;
    }

    .section-about {
        padding-bottom: 30px;
    }

    .section-about-services-small-item__title {
        left: 20px;
        bottom: 15px;
        font-size: 17px;
    }

    .footer-title {
        font-size: 35px;
        margin: 35px 0;
    }
}

@media (max-width: 340px) {

    body {
        font-size: 14px;
    }

    .section-page {
        padding: 30px 0;
    } 

    .main-title {
        font-size: 40px;
        margin: 50px 0;
    }

    .mobale-menu-modal-close {
        top: 10px;
        right: 25px;
    }

    .mobile-menu__link {
        font-size: 20px;
    }

    .mobile-menu__icon {
        font-size: 15px;
    }

    .section-title {
        font-size: 20px;
    }

    .section-title_small {
        font-size: 14px;
    }
    

    .services-block-item {
        padding: 20px 25px;
    }

    .services-block-item__title {
        font-size: 16px;
    }

    .section-about-title {
        font-size: 25px;
    }

    .section-about-text {
        font-size: 15px;
    }

    .section-about-footer .section-about-text {
        font-size: 14px;
    }

    .section-about-services-big-item,
    .section-about-services-small-item {
        min-height: 160px;
    }

    .footer-top {
        padding: 50px 0;
    }

    .footer-top-composition {
        margin-bottom: 40px;
    }
    .services-block-item {
        display: block;
        color: #262626;
        padding: 40px 25px;
        background-color: #e1e1e1b0;
        margin-bottom: 30px;
        border-radius: 8px;
        height: 100px;
        text-align: center;
    }

}




