/*
Theme Name: Startech.PRO
Theme URI: 
Author: Timur Shagiakhmetov timurshagi@yandex.ru
Author URI: timursh.ru
Description: startech.pro theme company 2023
*/

html, body {
    font-family: Manrope;
    font-size: 16px;
}

a.link-white {
    color: white;
    text-decoration: none;
}

#firstscreen {
    width: 100%;
    /*height: calc(100vh - 100px);*/
    height: auto;
    color: white;
    overflow: hidden;
}

#carousel-main-page {
    width: 100%;
    /*height: 350px;*/
    margin: 50px 0;
    border-radius: 10px;
    overflow: hidden;
}

#top_page {
    width: 100%;
    padding: 10px;
    background-color: rgba(255, 255, 255);
    position: relative;
}

#global-nav-wrapper {    
    width: 100%;
    position: relative;
    background: #434343;
}

#wrapper-content {
    padding-top: 20px;
    padding-bottom: 20px;
}


.title-page {
    font-size: 2.5rem;
}

#wrapper_article {
    margin-bottom: 40px;
}




/*------------GRID----------------*/

.wrapper-grid {
    width: 100%;
    height: 100vh;

    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
}


/*--------------------------------*/


/*--------------------------------*/


/*#slider-container{
  width: 100%;
  height: 100vh;  
  position: relative;
  display: block;
}

.slide {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  position: absolute;
  transition: 0.4s ease;
  z-index: 1;
}
.slide.active{
  opacity: 1;
}

.arrow{
  position: absolute;
  background-color: transparent;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  border: 0px solid orange;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 999;
}
.arrow:focus{
  outline: 0;
}

.left-arrow{
  right: 80px;
  top: 100px;
}
.right-arrow{
  right: 40px;
  top: 100px;
}*/

.flex-container {
/*  display: flex;
  justify-content: center;
  align-items: center;*/
  width: 100%;
  /*height: 100%;*/
  position: absolute;
  top: 30%;
  left: 0;
}

.flex-container h2 {
    font-size: Manrope;
    font-weight: 200;
    font-size: 3rem;
    color: white;

    opacity: 0;
    animation: fscreen 2.5s forwards;
}

@keyframes fscreen {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

/*--------------------------------------*/


.navbar {
    background: #f1f1f1;
    border-radius: 10px;
}


#h-global {
    padding-top: 20px;
    padding-bottom: 20px;
}

    #h-contact a {
        color: black;
        text-decoration: none;
    }

.menu-glavnoe-menyu-container {
    display: flex;
    flex-direction: row;
    align-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    /*justify-content: center;*/
    color: black;
}


    .menu-glavnoe-menyu-container ul {
        display: flex;
        flex-direction: row;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-left: 0px;
    }    

        .menu-glavnoe-menyu-container ul li {
            list-style: none;
            margin: 0px;
            padding: 0px;
            display: inline-block;
            position: relative;
        }    

        .menu-glavnoe-menyu-container a {
            color: white;
            text-decoration: none;
            display: block;
            padding: 15px 10px;
        }

            .menu-glavnoe-menyu-container a:hover {
                background: #F2FBFA;
                color: #595292;
            }


    .menu-glavnoe-menyu-container ul li .sub-menu {
        display: none;
    }

    .menu-glavnoe-menyu-container ul li:hover > .sub-menu  {
        display: flex;
        align-items: center;
        max-width: 1140px;
        margin: 0 auto;
    }

    .menu-glavnoe-menyu-container ul li .sub-menu {
        position: absolute;
        left: 0;
        top: auto;
        background: #f1f1f1;
        border: 1px solid #ccc;
        z-index: 9999;
        width: 960px;
    }

        .menu-glavnoe-menyu-container ul li a:hover .sub-menu li {
            list-style: none;
        }


        ul.sub-menu {
            flex-flow: row wrap;
            align-items: stretch;
            align-content: stretch;
        }

            ul.sub-menu > li {
                width: 25%;
                box-sizing: border-box;
                text-align: center;
            }

            ul.sub-menu > li a {
                color: black;
            }


#add_nav_global {
    display: flex;
    justify-content: right;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
}

    #add_nav_global a {
        color: black;
        text-decoration: none;
        display: block;
        padding: 15px 10px;
        background: #39336c;
        /*background: #A88710;*/
        /*background: #b9110f;*/
        /*background: #B58622;*/
        color: white;
    }

         #add_nav_global li:first-child {
            border-right: 2px solid #595292;
         }

        #add_nav_global a:hover {
            background: #F2FBFA;
            color: #595292;
        }

    #add_nav_global li {
        display: inline-block;
    }


#h-logo img {
    width: 100%;
    height: auto;
    display: block;
}

#h-adress {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 200;
    font-family: Manrope;
}

    #h-adress p {
        margin-bottom: 0px;
    }

#h-contact {
    text-align: right;
    font-family: Manrope;
    font-weight: 600;
    font-size: 1.2rem;
    color: black;
}

    #h-contact p {
        margin-bottom: 0;
    }

.h-contacts-mobile {
    display: none;
}

#h-slider {
    width: 100%;
    height:100vh;
    border-top: 1px solid rgba(221,221,221,0.25);
}

#slider-text {
    margin-top: 150px;
    font-size: 4.5rem;
    line-height: 1.2;
    font-family: Manrope;
    font-weight: 500;

    opacity: 0;
    animation: ani 3s forwards;
}

@keyframes ani {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

    #slider-text span {
        color: #ffc107;
    }

.slide-toggle,
.close-toggle
{
    display: none;
    color: black;
}

#main-uslugi {
    font-family: Manrope;
    font-weight: 600;
    min-height: 460px;
    padding-bottom: 40px;
}

#wrapper-uslugi {
    /*background: #f7f7f7;*/
    background: #F2FBFA;
}

#title-text-uslugi > h2 {
    padding-top: 40px;
    margin-bottom: 40px;
    font-size: 3.5rem;
    font-family: Manrope;
    font-weight: 100;
}

.all-height {
    display: flex;
    align-items: stretch;
}

.b-uslugi {
    font-size: 1rem;
    padding: 30px;
    background: white;
    -webkit-box-shadow: 0px 0px 28px -13px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 28px -13px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 28px -13px rgba(34, 60, 80, 0.2);
    margin: 10px 0;
    border-radius: 40px;
    /*height: 320px;
    max-height: 320px;*/
    height: auto;
}


.b-uslugi__text {
    padding: 10px 0 0 0;
    height: 200px;
    display: flex;
    flex-direction: column;
}

    .b-uslugi__text h5 {
        height: 50px;
        font-weight: 400;
    }

    .b-uslugi__text p {
        color: #6c757d;
        font-size: 0.8rem;
        font-weight: 100;
        padding-top: 20px;
        margin-bottom: 0;
        height: 120px;
        overflow: hidden;
    }

        .b-uslugi__text p > a {
            color: #ffc107;
        }

.b-uslugi__icons {
    margin-bottom: 0px;
    height: 80px;
    display: flex;
}

    .b-uslugi__icons img {
        /*width: 100%;
        height: auto;
        display: block;
        overflow: hidden;*/
        transition: 1s;
    }

        .b-uslugi:hover > .b-uslugi__icons img {
            transform: scale(1.1);
        }


#wrapper-utp_bg {
    /*background: #f7f7f7;*/
    background: #F2FBFA;
}

#wrapper-utp {
    width: 100%;
    background-image: url('images/utp-003.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    color: white; 
}

#wrapper-utp h3 {
    font-weight: 200;
    font-size: 3.5rem;
    text-align: center;
    padding-top: 50px;
}

.margin-left-50 {
    margin-left: 45%;
}

.b-utp {
    padding: 30px 0 50px 0;
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
}

.b-utp-element {
    height: 50px;
    padding: 30px 0;
    margin-bottom: 40px;

    font-weight: 200;

    display: flex;
    flex-direction: row;
    align-self: stretch;
    align-items: center;
}

    

.utp-animation {
    opacity: 0;
    animation: fade 5s linear forwards;
}

    .utp-animation:nth-of-type(2) {
      animation-delay: 2s;
    }
    .utp-animation:nth-of-type(3) {
      animation-delay: 2s;
    }
    .utp-animation:nth-of-type(4) {
      animation-delay: 2s;
    }
    @keyframes fade {
      0% { opacity: 0; }
      100% { opacity: 1; }
    }

    .b-utp-element-icon {
        color:#ffc107;
        display: flex;
        width: 10%;
        height: 50px;
        margin-right: 10px;
        justify-content: center;
    }

    .b-utp-element-text {
        width: 98%;
        display: flex;
        margin-bottom: 0;
    }

        .b-utp-element-text h4 {
            font-size: 2rem;
            font-weight: 200;
            margin-bottom: 0px;
        }


.element-animation {
    font-size: 3rem;
    opacity: 0;
    transform: translateY(20px);
}

.element-animation.element-show {
    opacity: 1;
    transition: all 1.5s;
    transform: translateY(0%);
}



/* ABOUT US WRAPPER MAIN PAGE */

#main-about-us {
    /*background: #f7f7f7;*/
    background: #F2FBFA;
    width: 100%;
    display: flex;
    padding-top: 20px;
}

.b_about_us {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 100px;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 28px -13px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 28px -13px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 28px -13px rgba(34, 60, 80, 0.2);
}

.b_about_us__text {
    width: 80%;
    font-size: 2rem;
    background: #fff;
}

.b_about_us__img {
    width: 20%;
}

    .b_about_us__img img {
        width: 100%;
        height: auto;
        display: block;
    }


/**--------------------------**/






/* CONTACT FORM */
#wrapper-contact_form {
    /*background: #f7f7f7;*/
    background: #F2FBFA;
}

#contact_form__main {
    width: 70%;
    background: white;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 28px -13px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 28px -13px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 28px -13px rgba(34, 60, 80, 0.2);
    margin: 50px auto;
    /*padding: 30px;*/
    border-radius: 40px;
    overflow: hidden;
}

#contact_form__main h3 {
    font-size: 2.2rem;
    color: white;
    font-weight: 200;
}

.b-left-70 {
    width: 40%;
    height: 500px;
    display: block;
    float: left;
    padding: 30px;
    background: rgb(28,110,201);
    background: linear-gradient(33deg, rgba(28,110,201,1) 0%, rgba(31,120,195,1) 35%, rgba(0,212,255,1) 100%);
}

.icon-contact {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    font-size: 4rem;
    color: white;
}

.b-right-30 {
    width: 60%;
    height: 500px;
    display: block;
    float: left;
    padding: 30px;
}

.f-callback-group-input {
    width: 100%;
    margin-bottom: 30px;
}



#wrapper-otziv {
    padding: 50px 0;
}

#wrapper-otziv h3 {
    font-size: 3rem;
    font-weight: 100;
    font-family: Manrope;
}


/* FOOTER */


#f-global {
    /*background: #34485d;*/
    background: #434343;
    color: white;
    padding: 40px 0;
    font-family: Manrope;
    font-weight: 300;
    font-size: 0.8rem;
    border-top: 1px solid rgba(221,221,221,0.25);
}

#f-global h4 {
    color: #ffc107;
    font-size: 1.2rem;
}

    #f-global a {
        color: #EECA46;
    }

.f-nav {
    color: white;
    list-style: none;
    padding: 0;
    margin: 0;
}

.f-nav li {
    padding: 10px 0;
}

    .f-nav li a {
        color: white;
        text-decoration: none;
    }

        .f-nav li a:hover {
            text-decoration: underline;
        }




.img-uslugi {
    margin-bottom: 40px;
}

.page-utp {
    height: auto;
    padding: 30px 0;
    margin-bottom: 10px;

    font-weight: 200;

    display: flex;
    flex-direction: row;
    align-self: stretch;
    align-items: center;
}

.img-utp {
        color:#ffc107;
        display: flex;
        width: 15%;
        height: 50px;
        margin-right: 10px;
        justify-content: center;
    }

    .utp-text {
        width: 84%;
        display: flex;
        flex: auto;
        margin-bottom: 0;
    }

        .utp-text h4 {
            font-size: 1.5rem;
            font-weight: 200;
            margin-bottom: 0px;
        }



.wrapper_tovar_card {
    margin-bottom: 20px;
}

.title_tovar {
    margin-bottom: 10px;
}

.img_tovar {
    margin-bottom: 10px;
}

.descr_tovar {
    margin-bottom: 10px;
}

.price_tovar {
    font-weight: 500;
    font-size: 2rem;
}


.uslugi_bg_img {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.text-vert {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    color: white;
    font-weight: 200;
    font-size: 2rem;
    justify-content: center;
    text-align: center;
}

.text-vert h2 {
  /*  color: white;
    font-weight: 200;
    align-self: stretch;*/
}

.h100 {
    height: 100%;
}

#breadcrumbs {
    padding: 10px 0;
    color: #ccc;
    font-size: 0.8rem;
}

#breadcrumbs a {
    color: #ccc;
    text-decoration: none;
}

.card-tovar {
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 0;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-tovar-body {
    display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    flex-direction: column;
}

.img_tovar {
    
}

.card-title {
    height: 55px;
    overflow: hidden;
    padding: 0 10px;
    
}

/*.card-text {
    height: 200px;
    overflow: hidden;
    font-size: 0.8rem;
    padding: 0 10px;
}*/

.card-cost {
    padding: 0 10px;
    font-size: 1.5rem;
    text-align: center;
    height: 50px;
}


.wr-project {
    width: 100%;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

    .wr-project img {
        filter: brightness(40%)
    }

    .wr-project h4 {
        font-weight: 200;
        position: absolute;
        top: 40px;
        left: 20px;
        color: white;
        z-index: 500;
    }
 

.wr-project img:hover {
    filter: brightness(100%)
}


.prdocs-project {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 300px;
    padding: 10px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.prdocs-project a {
    color: white;
    text-decoration: none;
}

/*  MEGA MENU  */

#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 12px;
}


/* Block Contact Form  */

.wrapper-contactform {
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    background: white;
    -webkit-box-shadow: 0px 0px 3px -1px rgba(34, 60, 80, 0.39);
    -moz-box-shadow: 0px 0px 3px -1px rgba(34, 60, 80, 0.39);
    box-shadow: 0px 0px 3px -1px rgba(34, 60, 80, 0.39);
    border-bottom: 10px solid #d7b56e;
}

    .wrapper-contactform h4 {
        font-size: 2rem;
    }


.wrapper-contactform-tender {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: white;
    -webkit-box-shadow: 0px 0px 3px -1px rgba(34, 60, 80, 0.39);
    -moz-box-shadow: 0px 0px 3px -1px rgba(34, 60, 80, 0.39);
    box-shadow: 0px 0px 3px -1px rgba(34, 60, 80, 0.39);
}

    .wrapper-contactform-tender h4 {
        font-size: 2rem;
    }




/************************** MOBILE ********************************/

@media screen and (max-width: 768px) {


    #firstscreen {
        
    }

    #f-global a {
        color: white;
    }

    #h-global {
        padding-bottom: 0;
    }

    #h-adress {
        margin-top: 10px;
    }

    #h-contact p {
        text-align: center;
        margin-top: 10px;
    }


    #h-contacts a {
        color: white;
    }


    .slide-toggle {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 10000;
    }

    #carousel-main-page {
        width: 100%;
        height: 250px;
        margin: 50px 0;
        border-radius: 10px;
        overflow: hidden; 
    }

    /*.slide-toggle,
    .close-toggle
    {
        color: black;
        font-size: 2rem;
        cursor: pointer;
        display: block;
    }

    .close-toggle {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 10000;
    }*/

    #h-contacts {
        text-align: center;
        font-size: 0.8rem;
        margin-top: 10px;
        display: none;
    }

        #h-contacts p {
            margin-bottom: 5px;
        }

    .h-contacts-mobile {
        display: block;
    }


    .margin-left-50 {
        margin-left: 0;
    }

    #slider-text {
        font-size: 3rem;
    }


    .b-uslugi {
        margin: 20px 0;
    }

    .element-animation {
        font-size: 3rem;
        /* Скроем элемент в начальном состоянии */
        opacity: 1;
        transform: translateY(0px);
    }

    .element-animation.element-show {
        opacity: 1;
        transition: all 0s;
        transform: translateY(0%);
    }

    #title-text-uslugi > h2 {
        padding-top: 20px;
        font-family: Manrope;
        font-size: 1.5rem;
        font-weight: 100;
    }

    .b-left-70 {
        width: 100%;
        height: 250px;
    }

    #contact_form__main {
        width: 90%;
    }

    #contact_form__main h3 {
        font-size: 1.5rem;
        margin-top: 10px;
    }

    .icon-contact {
        margin-bottom: 10px;
        font-size: 2rem;
    }

    .b-right-30 {
        width: 100%;
        height: auto;
    }

    #global-nav-wrapper {
        display: none;
    }


   /* .menu-glavnoe-menyu-container ul {
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-left: 0px;
    }    
*/
   /* #add_nav_global {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0px;
        margin-bottom: 0px;
        padding-left: 0px;
        list-style: none;
    }*/

    .wrapper-contactform {
        width: 100%;
    }

    .wrapper-contactform-tender {
        width: 100%;
    }


}






