/* global */
body{
    font-family: 'Arial';
    overflow-x: hidden;
}
.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-menu{
    margin-top: 0;
}
.fz-20{
    font-size: 20px;
}

ul {
    list-style-type: none;
    line-height: 30px;
}

.btn {
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 10px;
}

.text-red {
    color: #ED1C24;
    font-weight: 700;
}

a:hover{
    text-decoration: none;
}

h1{
    font-size: 42px;
}
/* global end */

/* Header */
header {
    height: 600px;
    overflow: hidden;
}
.header-width{
    width: 100%;
    max-width: 528px;
}
.header-width p{

    font-size: 20px;
}
header .dropdown-toggle::after{
    content: inherit;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: inherit;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b!important;
}
header .dropdown-item {
    padding: 0.25rem 0.5rem;
}
.navbar-collapse.collapse{
    /*background: #000000;*/
}
.navbar .navbar-nav{
    width: 80%;
}
.navbar .collapse.navbar-collapse{
    justify-content: flex-end;
}

.container-custom {
    max-width: calc(100% - 40px);
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
/* Header End*/

/* products */

.products-section{
    background: rgba(18, 33, 67, 0.05);
    padding: 130px 0;
}

.products-block{
    display: flex;
    justify-content: space-between;
}

.products-block>div:first-child{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 30%;
}

.products-block>div:first-child a{
    width: 220px;
    padding: 10px;
}

.products-block>div:last-child{
    display: flex;
    justify-content: space-between;
    width: 70%;
    flex-wrap: wrap;
}

.single-product{
    width: 32%;
    background: #ffffff;
    padding: 15px;
    box-shadow: 10px 15px 30px rgb(15 0 241 / 10%);
    padding-bottom: 30px;
}
.read_more_absolute{
  position: absolute;
  bottom: 10px;
  left: 15px;
}
.product-number{
    font-weight: bold;
    font-size: 64px;
    margin-bottom: 25px;
}

.product-name{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-info{
    margin-bottom: 10px;
}

.products-hidden-block{
    display: none;
}

/* products END */

/* opinions */
.opinions-section {
    background: rgba(18, 33, 67, 0.05);
    padding: 30px 20px;
}
.opinions-section>div {
    max-width: 1000px;
    margin: 0 auto;
}
.opinions-slider {
    box-shadow: 10px 15px 30px rgb(112 112 112 / 15%);
}

.opinions-block{
    display: flex;
    justify-content: space-between;
    background: #ffffff;
}
.info-block{
    position: relative;
}

.qoutes{
    position: absolute;
    left: 0;
    top: -10px;
}

.opinions-section .img-block {
    margin: 20px 30px;
    width: 30%;
}

.opinions-section .info-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 30px 30px 20px;
    width: 60%;
}

/* opinions end */

/* development */

.development-section {
    padding: 80px 120px;
}

.development-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.development-section .img-block {
    width: 48%;
}

.development-section .info-block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    width: 48%;
}

/* development end */

/* whyChooseUs */

.why-choose-us-section {
    padding: 40px 0;
    background: rgba(216, 215, 215, 0.15);
}

.why-choose-us-section h2 {
    margin-bottom: 80px;
}

.why-choose-us-section .reasons {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*margin-bottom: 50px;*/
    /*flex-wrap: wrap;*/
}

.reasons .slick-slide {
    /*box-shadow: 0px 90px 160px rgba(0, 0, 0, 0.15);*/
}
.reasons .slick-list {
    overflow: initial!important;
}

.why-choose-us-section .reason {
    width: calc(100% - 16px);
    margin-left: 8px;
    padding: 65px 20px;
    text-align: center;
    background: #fff;
    min-height: 400px;
    box-shadow: 0px 90px 160px rgb(0 0 0 / 15%);
}

.multiple-items {
    margin-bottom: 40px;
}

/*.why-choose-us-section .reason:hover {*/
/*    cursor: pointer;*/
/*    color: #fff;*/
/*    background: #000;*/
/*}*/

.why-choose-us-section .reason-icon {
    margin-bottom: 45px;
    display: flex;
    justify-content: center;
}

/* whyChooseUs end */

/* trustedSuppliers */

.trusted-suppliers-section {
    padding: 80px 120px;
}

.trusted-suppliers-section h2 {
    margin-bottom: 30px;
}

.logos-block div{
    width: 20%;
}

.logos-block img{
    width: 100%;
}

.trusted-suppliers-section .logos-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* trustedSuppliers end */



/* footer */

.footer-section {
    padding: 50px 120px;
    background: #000000;
    color: white;
}

.footer {
    display: flex;
    margin-bottom: 30px;
}

.logo {
    width: 8%;
}

.menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*width: calc(100% - 28%);*/
    padding: 0 50px;
}
.menu>div:nth-child(1){
    width: 20%;
}
.menu>div:nth-child(2){
    width: 28%;
}
.menu>div:nth-child(3){
    width: 40%;
}

.follow-us {
    width: 20%;
}

.social-icons {
    align-items: center;
}

.social-icons img:not(:last-child) {
    margin-right: 25px;
}

.copyright {
    text-align: center;
}

#process {
    background: url("/img/process.jpg") no-repeat;
    background-size: cover;
    padding: 30px 0;
}

#process h2 {
    margin-bottom: 45px;
    font-size: 34px;
}

.process-block{
    color: #ffffff;
    margin-bottom: 30px;
}
.process-block.mobile {
    display: none;
}
.process-block .one-step{
    /*padding: 0 10%;*/
}
.process-block .blur-step{
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    padding: 47px 56px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    min-height: 300px;
}
.process-block h2{
    margin-bottom: 5px;
}

.btn-outline-white{
    border: 1px solid #ffffff;
    color:white
}
.btn-outline-white:hover{
    background: white;
    color: #000000;
}

/* footer end */


/* Media */
@media (max-width: 1240px) {
    .container-custom{
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .products-block{
        flex-wrap: wrap;
    }
    .products-block>div:first-child {
        width: 100%;
        margin-bottom: 20px;
    }
    .products-block>div:last-child {
        width: 100%;
        margin-bottom: 20px;
    }
    .mobile-hidden-products-block{
        display: none;
    }
    .products-hidden-block{
        display: block;
    }
}

@media (max-width: 1060px) {
    .footer{
        display: block;
        text-align: center;
    }
    .logo{
        width: 100%;
        margin-bottom: 30px;
    }
    .logo img{
        width: 100%;
        max-width: 78px;
    }
    .menu{
        display: block;
        width: 100%;
        padding: 0;
    }
    .menu>div{
        width: 100%!important;
        margin-bottom: 50px;
    }
    .follow-us {
        width: 100%;
    }
}

@media (max-width: 990px) {
    header .nav-item{
        position: relative;
    }
    header .nav-item .nav-link::after{
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        height: 5px;
        margin: auto;
        display: inline-block;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        transform: rotate(270deg);
    }

    header .nav-item.show .nav-link::after{
        top: 21px;
        transform: rotate(0deg);
        margin: 0;
    }

    header .dropdown-item {
        padding: 0;
    }

    .dropdown-menu.show{
        padding-top: 0;
    }

    .dropdown.show a {
        padding-bottom: 0;
    }

    .navbar .navbar-nav{
        width: 100%;
    }
    .process-block.desktop{
        display: none;
    }
    .process-block.mobile {
        display: block;
    }
}
@media (max-width: 900px) {
    .development-section .img-block,
    .development-section .info-block{
        width: 100%;
    }
    .development-section .img-block{
        margin-bottom: 30px;
    }
}

@media (max-width: 800px) {
    .single-product {
        width:100%;
        margin-bottom: 30px;
    }
    .opinions-block{
        flex-wrap: wrap;
    }
    .opinions-section .img-block{
        width: 100%;
        text-align: center;
    }
    .opinions-section .info-block{
        width: 100%;
    }
    .img-block img {
        width: 100%;
        /*max-width: 320px;*/
    }
    .qoutes{
        position: relative;
    }
    .footer-section{
        padding: 10px;
    }
    h1 {
        font-size: 30px;
    }
    .header-width p {
        font-size: 16px;
    }
}
@media (max-width: 630px) {
    .development-section {
        padding: 40px 20px;
    }
    .trusted-suppliers-section {
        padding: 40px 20px;
    }
    .trusted-suppliers-section h2 {
        font-size: 20px;
    }
}

/* Media END */
.pull-left,.pull-right{
    background: #C5C5C5;
    transform: rotate(-180deg);
    width:35px;
    height:35px;
    border-radius: 50%;
    z-index: 9999999;

}
.pull-left{
    left: -19px!important;
}
.pull-right{
    background: rgba(15, 0, 241, 1);
    transform: rotate(0deg);
    left: auto;
    right: -19px!important;
}
.pull-left.slick-prev:before, .pull-right.slick-next:before{
    content: '→';
    font-family: none;
    position: absolute;
    top: 18%;
    left: 7px;
    z-index: 0000000;
    color: white;
    opacity: 1!important;
}
.opinions-section .slick-prev:hover,
.opinions-section .slick-prev:focus {

    background: #C5C5C5;
    color: white;
}
.opinions-section .slick-next:hover,
.opinions-section .slick-next:focus{
    background: rgba(15, 0, 241, 1);
    color: white;
}

.nextBtn,
.moreCloseBtn{
    cursor: pointer;
}

.blockWithOpacityText {
    position: relative;
}
.contentBlock{
    position: relative;
    z-index: 20;
}

.opacityText,
.opacityText2,
.opacityText3,
.opacityText4,
.opacityText5{
    position: absolute;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 350px;
    line-height: 402px;
    color: rgba(255, 255, 255, 0.66);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.opacityText {
    top: -20px;
}
.opacityText2{
    bottom: 0;
    right: 0;
    text-align: right;
}
.opacityText3{
    bottom: 0;
    text-align: center;
}
.opacityText4{
    top: 370px;
}

.opacityText5{
    bottom: 130px;
    text-align: center;
}


