@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat");
/*______________________________Main Style________________________________*/


  
  a {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

img {
    vertical-align: middle;
    display: block;
    max-width: 100%;
    height: auto;
}

body {
   margin:0;
    min-width: 320px;
    overflow-x: hidden;
    -webkit-transition: right 0.2s ease;
    -o-transition: right 0.2s ease;
    transition: right 0.2s ease;
    outline:0;
    font-style: normal;
    margin: 0 auto;
    position: relative;
    font-family: 'Exo 2', sans-serif;
}




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

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
menu{
    list-style: none;
}

p{
    margin:0;

}
*{
    margin: 0;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;

}


/*HEADER*/
header{
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    position: absolute;
    z-index: 1;
    width: 100%;
}

.right-block-header,.header__wrap,.menu{
     display: flex;
     align-items: center;
}

.header__wrap{
    max-width: 1470px;
    padding: 14px 15px;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
}
.red-btn{
    font-size: 18px;
    line-height: 123%;
    color: #FFFFFF;
    padding: 12px 32px;
    background: #DB4058;
    margin-left: 40px;
	transition: all 0.2s ease;
}

.red-btn:hover,.foter-cont__item-form .wpcf7-submit:hover{
	color:#DB4058;
	background:#fff;
	cursor:pointer;
}

/*menu*/
.menu li{
    margin-right: 40px;
}
.menu a{
    font-size: 18px;
    line-height: 123%;
    color: #FFFFFF;
    padding-bottom: 30px;
    border-bottom:3px solid #cccccc00;
}
.menu .current_page_item a,.menu a:hover{
    color: #DB4058;
    border-color: #DB4058;
}
/*slider*/
.slider-banner__wrap{
    position: relative;
}
.slick-slider{
    margin-bottom: 0;
}
.slider-banner__slide{
    position: relative;
    background-size: cover;
}
.slider-banner__slide:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #414059;
    opacity: 0.6;
}
.slider-banner__slide_1{
    background-image: url(../img/bg-slider-1.jpg);
}
.slider-banner__slide_2{
    background-image: url(../img/bg-slider-2.jpg);
}
.slider-banner__text{
    max-width: 1470px;
    padding:280px 15px 300px 15px;
    margin: 0 auto;
    position: relative;
}
.slider-banner__top-text{
    font-size: 62px;
    line-height: 114%;
    color: #FFFFFF;
}
.slider-banner__bottom-text{
    font-weight: bold;
    display: block;
}

.social-header-block__wrap{
    position: absolute;
    width: 100%;
    max-width: 1470px;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.social-header-block{
    transform: rotate(-90deg);
    position: absolute;
    right: -184px;
    bottom: 440px;
	    display: flex;
}

.social-header-item{
    font-size: 14px;
    line-height: 123%;
    color: #FFFFFF;
    margin-right: 35px;
	display:block;
}
.social-header-item:first-child{
    color: #DB4058;
}
.social-header-item{
	transition: all 0.2s ease;
}
.social-header-item:hover {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);

}
.big-btn-block-header__wrap{
    display: flex;
}
.big-btn-block-header__rght{
    opacity: 0.95;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 21px;
}
.big-btn-block-header__rght:first-child{
    background: #414059;
    max-width: 415px;
    margin-right: 10px;  
}

.big-btn-block-header__rght{
    background: #DB4058;
    max-width: 297px;
}

.big-btn-block-header__rght:hover{
	background: #ca2e46;
}
.big-btn-block-header__rght:first-child:hover {
    background: #31304c;
}
.big-btn-block-header__top-text{
    font-size: 16px;
    line-height: 123%;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
}

.big-btn-block-header__top-text:before{
    content: "";
    position: absolute;
    left: 0;
    width: 35px;
    height: 1px;
    background: #fff;
    bottom: 0;

}
.big-btn-block-header__text{
    font-size: 16px;
    line-height: 123%;
}



/*footer-form*/
.foter-cont__item-form{
    max-width: 265px;
}
.foter-cont__item-form .wpcf7-email ,.foter-cont__item-form .wpcf7-text{
    background: no-repeat;
    border: none;
    font-size: 14px;
    line-height: 123%;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 35px;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    width: 100%;

}
.foter-cont__item-form .wpcf7-form-control-wrap:before{
    content: "";
    width: 2px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 18px;
    background: #fff;
}
.foter-cont__item-form .wpcf7-form-control-wrap{
    display: block;
    position: relative;
}
.foter-cont__item-form .wpcf7-submit{
   border-bottom: none; 
}
.foter-cont__item-form .wpcf7-submit{
    font-size: 18px;
    line-height: 123%;
    color: #FFFFFF;
    padding: 12px 32px;
    background: #DB4058;
    border: none;
    width: 100%;
}
.foter-cont__item-form .wpcf7-mail-sent-ok{
    border: none;
    color: #fff;
    margin-top: 0;
}
/*btn-slider*/
.slider-banner__wrap .slider-banner{
    position: relative;
}
.slider-banner__wrap .slider-banner:before{
    content: "";
    width: 585px;
    height: 110px;
    background: #DB4058;
    left: 0;
    bottom: -30px;
    z-index: 2;
    position: absolute;

}

.slider-banner__wrap .slick-arrow,.portfolio-slider__wrap .slick-arrow{
    width: 60px;
    height: 16px;
    margin: 5px;
    background: url(../img/arrow-slider.png);
    background-position: center;
    background-repeat: no-repeat;
    bottom: 10px;
    top: auto;
    left: 480px;
    z-index: 2;
	transition: 0.2s;
}
.slick-arrow:hover{
	bottom: 8px;
}
.slider-banner__wrap .slick-prev:hover{
	bottom:0;
}
.slider-banner__wrap .slick-prev:hover, 
.slider-banner__wrap .slick-prev:focus, 
.slider-banner__wrap .slick-next:hover, 
.slider-banner__wrap .slick-next:focus,

.portfolio-slider__wrap .slick-prev:hover, 
.portfolio-slider__wrap .slick-prev:focus, 
.portfolio-slider__wrap .slick-next:hover, 
.portfolio-slider__wrap .slick-next:focus{
    background: url(../img/arrow-slider.png);
    background-position: center;
    background-repeat: no-repeat;
}




.slider-banner__wrap .slick-arrow:before,.portfolio-slider__wrap .slick-arrow:before{
    display: none;
}
.slider-banner__wrap .slick-prev{
    left: 380px;
    bottom: 2px;
}
.slider-banner__wrap .slick-next,.portfolio-slider__wrap .slick-next{
    transform: rotate(180deg);
}
.namber-slider{
    position: absolute;
    bottom: 18px;
    left: 320px;
    z-index: 2;
    font-size: 18px;
    line-height: 123%;
    letter-spacing: 0.37em;
    color: #FFFFFF;
    display: block;
}
/*about-us__wrap*/


.about-us__wrap{
    padding: 90px 70px;
    background: #FBFBFB;
}
.about-us{
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
}
.about-us__left{
    max-width: 570px;
    margin-right: 15px;
}
.about-us__right{
    max-width: 520px;
}
.hedline{
    font-size: 16px;
    line-height: 123%;
    text-transform: uppercase;
    color: #000000;
    margin:0 auto 40px auto;
    display: block;
    max-width: 1440px;
}
.about-us__top-text{
    font-size: 28px;
    line-height: 123%;
    color: #000000;
    margin-bottom: 32px;
}
.about-us__text{
    font-size: 20px;
    line-height: 123%;
    color: #727272;
    margin-bottom: 40px;
}

.btn-red__no-bg{
    font-size: 16px;
   line-height: 123%;
   text-transform: uppercase;
   color: #DB4058;
   padding-bottom: 10px;
   display: inline-block;
   border-bottom:3px solid;
	transition:0.2s;
}
.btn-red__no-bg:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.about-us__wrap .btn-red__no-bg{
    padding-top: 20px;
}

.about-us__list-item{
    font-size: 19px;
    line-height: 123%;
    color: #000000;
    margin-bottom: 50px;
    position: relative;
    padding-left: 24px;
}
.about-us__list-item:before{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #DB4058;
    left: 0;
    top:0px;
}
.about-us__list{
    padding-top: 55px;
}

.about-us__numbers-block{
    display: flex;
    justify-content: space-between;
}
.about-us__numbers-item{
    text-align: center;
}

.about-us__numbers{
    font-size: 66px;
    line-height: 123%;
    text-transform: uppercase;
    color: #DB4058;
    margin-bottom: 15px;
    display: block;
}
.about-us__numbers span{
    font-size: 18px;
    line-height: 123%;
    color: #727272;
    display: block;
}
/*sing-wrap-h*/
.sing-wrap-h{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 100px;
}
.sing-wrap{
    display: flex;
    justify-content: space-between;
}
.sing-left-block{
    max-width: 950px;
}
.sing-right-block{
    max-width: 300px;
    margin-left: 10px;
    width: 100%;
    margin-left: 65px;
}
.sing-wrap-h .hedline-min{
    font-size: 28px;
    line-height: 123%;
    margin-bottom: 40px;
}
.sing-right-block-hedline{
    font-size: 20px;
    line-height: 123%;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding-bottom: 22px;
    margin-left: -55px;
}
.sing-right-block-hedline:before{
    content: "";
    width: 80px;
    height: 3px;
    background: #DB4058;
    bottom: 0;
    left: 0; 
    position: absolute;
}
.usl-item-hedline{
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    padding-top: 45px;
    position: relative;
}
.usl-item-text{
    font-size: 14px;
    line-height: 123%;
    color: #727272;
    height: 35px;
    overflow: hidden;
    position: relative;
}
.usl-item{
    position: relative;
    padding-bottom: 30px;
}
.usl-item:not(:last-child):before{
    content: "";
    width: 100%;
    max-width: 230px;
    height: 1px;
    background: #ccc; 
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);

}
.sing-right-block .red-btn{
    width: calc(100% + 55px);
    text-align: center;
    display: block;
    margin-left: -55px;
}
.usl-item-hedline:before{
    content: "01";
    position: absolute;
    left: -55px;
    top: 22px;
    font-size: 40px;
    line-height: 123%;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #DB4058;
}

.usl-item:nth-child(2) .usl-item-hedline:before{
    content: "02";
}
.usl-item:nth-child(3) .usl-item-hedline:before{
    content: "03";
}
.usl-item:nth-child(4) .usl-item-hedline:before{
    content: "04";
}
.usl-item:nth-child(5) .usl-item-hedline:before{
    content: "05";
}
.sing-img{
    padding: 65px 0;
    position: relative;
    margin-bottom: 50px;
}
.sing-left-block p{
    font-size: 20px;
    line-height: 123%;
    color: #727272;
    margin-bottom: 30px;
}
.sing-img:before{
    content: "";
    position: absolute;
    width: 150%;
    height: 100%;
    background: #414059;
    right: 0;
    top: 0;
}
.sing-img img{
    position: relative;
}
.singl-img-text{
    position: absolute;
    background: #fff;
    right: 75px;
    bottom: 100px;
    max-width: 460px;
    padding: 30px;
    font-size: 18px;
    line-height: 123%;
    color: #727272;
}
.singl-img-text strong{
    font-size: 20px;
   line-height: 123%;
    color: #000000;
    display: block;
    margin-bottom: 20px;
}
/*about-us-o-nas-page*/
.about-us-o-nas-page{
    max-width: 1430px;
    align-items: center;
}
.about-us__right-o-nas-page{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.about-us__right-o-nas-page-item{
    max-width: 200px;
    text-align: center;
    margin: 25px;
}
.about-us__right-o-nas-page-item img{
    margin: 0 auto;
}
.about-us__right-o-nas-page-item-top-text{
    font-size: 19px;
    line-height: 123%;
    display: block;
    padding-top: 20px;
    margin-bottom: 15px;
}
.about-us__right-o-nas-page-item-text{
    font-size: 15px;
    line-height: 123%;
    text-align: center;
    color: #727272;
}
.about-us__right-o-nas-page{
    max-width: 750px;
}
/*dable-block-wrap*/
.dable-block-wrap{
    max-width: 1260px;
    display: flex;
    margin: 0 auto 75px auto;
    justify-content: space-between;
}
.dable-block-item{
    padding:0 15px;
}
.dable-block-wrap p{
    font-size: 20px;
    line-height: 146%;
    color: #727272;
    margin-bottom: 20px;
}
.dable-block-wrap li{
    font-size: 20px;
    line-height: 146%;
    color: #727272;
    margin-bottom: 20px;
}
.dable-block-item{
    max-width: 567px;
}
/*text-bg-wrap*/
.text-bg-wrap{
   background: #F8F8F8;
   padding: 100px 15px; 
}
.text-bg-wrap-text{
    max-width: 1350px;
    margin: 0 auto 30px;
    font-size: 20px;
    line-height: 123%;
    color: #727272;
}
/*map-text-block-wrap*/
.map-text-block-wrap{
    max-width: 1330px;
    margin:0 auto 100px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; 
    padding: 0 15px;
}
.map-text-block-left{
    margin-right: 15px;
}
.map-text-block-right{
    width: 100%;
}
.map-text-block-right iframe{
    width: 100%;
}
.map-text-block-left-top-text{
    font-size: 20px;
    line-height: 29px;
    display: block;
    margin-bottom: 15px;
    padding-top: 5px;
}
.map-text-block-left-text{
    font-size: 18px;
    line-height: 27px;
    display: block;
    margin-bottom: 5px;
    color: #000;
}
.map-text-block-left-social-item{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-top: 15px;
}
.map-text-block-left-social-item a{
    margin-right: 15px;
}
.red-btn-map-block{
    margin-left: 0;
    display: block;
    width: fit-content;
    margin-bottom: 4px;
}
/*table*/
.table-wrap{
    overflow: scroll;
    margin: 0 15px;
}
table{
    border-collapse: collapse;
    margin: 0 auto 90px;
    max-width: 1150px;
    width: 100%;
    overflow-x: scroll;
    min-width: 1150px;
}


.hedline-table td{
   border-bottom: 2px solid rgba(65, 64, 89, 0.4); 
   font-size: 22px;
    line-height: 123%;
    color: #414059;
    font-weight: bold;
}
.hedline-table td:first-child{
    padding-left: 30px;
}
td{
    border-bottom: 1px solid rgba(65, 64, 89, 0.2);
    padding: 25px 0;
    text-align: center;
    font-size: 20px;
    line-height: 123%;
}
tr td:first-child{
    text-align: left;
}
/*block-text-page*/
.block-text-page{
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto 70px auto;
    overflow: hidden;
}
/*portfolio-page-block*/
.portfolio-page-block{
    max-width: 1430px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 100px;
}
.portfolio-page-block-item{
    width: 255px;
    position: relative;
    margin: 5px 5px 30px 5px;
    overflow: hidden;
}
.portfolio-page-block-item-text-block{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #db4058b0;
    display: flex;
    align-items: flex-end;
    padding: 35px 20px;
    transition: 0.3s;
}
.portfolio-page-block-item:hover .portfolio-page-block-item-text-block{
    top:0;
}
.portfolio-page-block-item-text{
    font-size: 21px;
    line-height: 123%;
    color: #FFFFFF;
    }
/*top-page-baner*/
.top-page-baner{
    background-image: url(../img/top-page-baner-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 10px 100px 10px; 
    text-align: center;
    position: relative;
    margin-bottom: 100px;
}

.top-page-baner:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000075;
}
.top-page-baner-text-block{
    position: relative;
}
.top-page-baner-text-top,.top-page-baner-text-botto{
    display: block;
    color: #fff;
}
.top-page-baner-text-top{
    font-size: 16px;
    line-height: 123%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.top-page-baner-text-botto{
    font-size: 43px;
    line-height: 123%;
}
/*our-services__wrap*/
.our-services__wrap{
    padding: 90px 15px;
    background: url(../img/bg_1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.our-services__top-text{
    font-size: 25px;
    line-height: 153%;
    color: #000000;
    max-width: 1060px;
    padding: 0 15px;
    margin: 0 auto;
    margin-bottom: 100px;
    padding-right: 130px;
}
.our-services{
    max-width: 1440px;
    margin:0 auto;
    display: flex;
}


.our-services-item:nth-child(1){

}
.our-services-item:nth-child(3){
    padding-top: 247px;
}

.our-services-item:nth-child(4){
    padding-top: 51px;
}

.our-services-item:nth-child(5){
    padding-top: 247px;
}


.our-services-item:nth-child(2) img{
        width: 333px;
        height: 246px;
}
.our-services-item:nth-child(3) img{
        width: 332px;
        height: 246px;
}

.our-services-item:nth-child(4) img{
        width: 274px;
        height: 195px;
}

.our-services-item:nth-child(5) img{
         width: 274px;
        height: 195px;   
}


.our-services__top-text_bold{
    font-weight: bold;
}
.our-services-item__top-text{
    font-size: 28px;
    line-height: 123%;
    color: #000000;
    margin-right: 57px;
    margin-bottom: 10px;
    display: block;
        white-space: nowrap;
}

.our-services-item__text{
    display: block;
    font-size: 19px;
    line-height: 123%;
    color: #000000;
    padding-left: 20px;
    margin-bottom: 30px;
    max-width: 275px;
}

.our-services-item .btn-red__no-bg{
    margin-left: 20px;
}

.our-services-item img{
    margin-bottom: 25px;
}



/*how-working__wrap*/
.how-working__wrap{
    background: #F0F0F0;
    padding: 130px 15px 100px;
    overflow: hidden;
}
.how-working{
    max-width: 1440px;
    margin: 0 auto;
}

.how-working__slog{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    align-items: flex-start;
}
.how-working__bottom{
    display: flex;
    justify-content: space-between;
    max-width: 1254px;
    margin: 0 auto;
}

.how-working__slog-left-text{
    max-width: 600px;
    font-size: 28px;
    line-height: 134%;
    color: #000000;
}

.how-working__slog-right{
    max-width: 235px;
    position: relative;
    margin-right: 100px;
}
.how-working__slog-right:before{
    content: "";
    position: absolute;
    width: 431px;
    height: 431px;
    border: 1px solid rgba(219, 64, 88, 0.3);
    border-radius: 50%;
    right: -60px;
    bottom: -80px;
}
.how-working__slog-right:after{
    content: "";
    position: absolute;
    width: 521px;
    height: 521px;
    border: 1px solid #DB4058;
    border-radius: 50%;
    right: -40px;
    bottom: -120px;
}

.how-working__slog-right_top-text{
    font-size: 21px;
    line-height: 123%;
    color: #DB4058;
    margin-bottom: 15px;
    display: block;
    position: relative;
}
.how-working__slog-right_top-text:before{
    content: "+";
    position: absolute;
    top: -7px;
    left: -57px;
    font-weight: bold;
    background: #DB4058;
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    line-height: 36px;
    justify-content: center;
    box-shadow: 0px 0px 27px rgba(219, 64, 88, 0.71);
}

.how-working__slog-right_text{
    font-size: 14px;
    line-height: 123%;
    color: #727272;
}

.how-working__bottom_item{
    width: 100%;
    max-width: 280px;
    margin: 0 0 20px 45px;
}


.how-working__bottom_item-namber{
    font-size: 40px;
    line-height: 123%;
    text-transform: uppercase;
    color: #DB4058;
    margin: 0 0 -15px -40px;
    display: block;
}
.how-working__bottom_item-top-text{
    font-size: 19px;
    line-height: 123%;
    color: #000000;
    margin-bottom: 15px;
}
.how-working__bottom_item-text{
    font-size: 15px;
    line-height: 123%;
    color: #727272;
}



/*portfolio-slider__wrap*/
.portfolio-slider__wrap{
    padding: 0 15px;
}
.portfolio-slider-text-block{
    max-width: 1440px;
    display: flex;
    margin: 50px auto 0;
    position: relative;
    justify-content: space-between;
}
.portfolio-slider-text-block:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 464px;
    background: #414059;
    top:-50px;
    right: 35%;

}
.portfolio-slide{
    position: relative;
}
.portfolio-slid{
	display:inline-block!important;
}
.portfolio-slider_block{
    max-width: 850px;
    margin-left: 40px;
	width:100%;
}

.portfolio-slide__name{
     font-size: 21px;
    line-height: 123%;
    color: #000000;
    padding: 20px 0 18px;
    position: relative;
    display: block;
    max-width: 255px;
    width: 100%;
    margin: 0 auto;
    display: none;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}
.portfolio-slider_block .slick-track{
    padding: 35px 0 55px 0;
}
.portfolio-slide:hover{
    margin-top: -35px;
}
.portfolio-slide:hover .portfolio-slide__name{
    display: block;
}
.portfolio-slide img{
    position: relative;
    margin: 0 auto;
    max-width: 255px;
}
.portfolio-slide:hover .portfolio-slide img{
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.portfolio-slide:hover .portfolio-slide img:before{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #DB4058;
    opacity: 0.4;
}

.portfolio-slide__name:before{
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: #DB4058;
    bottom: 0;
    left: 0;
}
.portfolio-slider__hedline{
    font-size: 28px;
    line-height: 123%;
    color: #FFFFFF;
    display: block;
    margin-bottom: 25px;
    position: relative;
}
.portfolio-slider-block .hedline{
    color: #fff;
    position: relative;
}
.portfolio-text-block{
    padding-left: 40px;
    max-width: 505px;
    width: 100%;
}
.portfolio-text-block__top-text{
    font-size: 19px;
    line-height: 123%;
    color: #000000;
    margin: 0 auto 50px;
    max-width: 430px;
}

.portfolio-text-block__list{
    padding-left: 50px;
    max-width: 430px;
    margin-left: auto;
}

.portfolio-text-block__list-item{
    font-size: 19px;
    line-height: 123%;
    color: #727272;
    margin-bottom: 30px;
    position: relative;
}

.portfolio-text-block__list-item:before{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #DB4058;
    top: -8px;
    left: -24px;
}

.portfolio-slider__wrap .slick-arrow{
    right: 0;
    left: auto;
    top: -120px;
    opacity: 0.7;
}
.portfolio-slider__wrap .slick-prev{
    right: 90px;
    top: -112px;
}

 .my-fancybox:not(:first-child){
    display: none;
}
.portfolio-page-block-item {
	display:inline-block!important;
}

/*text-center-block*/
.text-center-block{
    text-align: center;
    padding: 100px 15px 100px; 
}
.text-center-block-bg{
    padding: 100px 15px 100px;
    background: #F8F8F8;
}
.text-center__top-text{
    font-size: 16px;
    line-height: 123%;
    text-transform: uppercase;
    color: #000000;
    display: block;
    margin-bottom: 40px;
}
.text-center__text{
    font-size: 32px;
    line-height: 145%;
    text-align: center;
    color: #000000;
    margin: 0 auto 40px;
    max-width: 1064px;
}
.text-center__bottom-text{
    font-size: 19px;
    line-height: 123%;
    text-align: center;
    color: #727272;
    max-width: 554px;
    margin: 0 auto;
}
/*services-block-common*/
.services-block-common{
    max-width: 1420px;
    display: flex;
    flex-wrap: wrap;
    margin:0 auto;
    margin-bottom: 60px;
}
.services-block-common-item{
    padding: 10px;
    width: 25%;
}
.services-block-common-item-text{
    font-size: 19px;
    line-height: 123%;
    display: block;
    margin-bottom: 35px;
}
.portfolio-slider-block{
	width:100%;
}
.services-block-common-item img{
    margin-bottom: 20px;
}
.services-block-common-item-text{
    font-size: 19px;
    line-height: 123%;
}
.services-block-common-item-link{
    font-size: 16px;
    line-height: 123%;
    text-transform: uppercase;
    color: #DB4058;
    border-bottom: 3px solid #DB4058;
    padding-bottom: 7px;
    display: inline-block;
    margin-bottom: 30px;
}
/*footer*/
.footer__wrap{
    background: #414059;
    padding: 40px 15px;
}
.footer{
    max-width: 1440px;
    margin: 0 auto;
}
.top-footer{
    display: flex;
    align-items:center;
    justify-content: space-around;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 40px;
    flex-wrap: wrap;
}
.top-footer__img{
    margin: 10px 5px;
    max-width: 220px;
}

.foter-cont{
    display: flex;
    padding-top: 13px;
    justify-content: space-between;

}
.foter-cont__item:not(:last-child){
    margin-right: 5px;
}

.top-footer__text{
    font-size: 28px;
    line-height: 123%;
    color: #FFFFFF;
    margin-right: 50px;
    white-space: nowrap;
}
.footer__logo{
    margin-bottom: 30px;
}
.foter-cont__item-link{
    display: block;
    font-size: 15px;
    line-height: 123%;
    color: #FFFFFF;
    margin-bottom: 13px;
}
.foter-cont__item-link:hover{
	color:#ccc;
}
.logo-block__footer p{
    font-size: 19px;
    line-height: 123%;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 50px;
    max-width: 365px;
}
.copy-footer{
    font-size: 14px;
    line-height: 75%;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    margin-bottom: 20px;
}

.foter-cont__item-hedline{
    font-size: 18px;
    line-height: 123%;
    color: #FFFFFF;
    display: block;
    padding: 40px 0 13px 0;
    position: relative;
    margin-bottom: 27px;
}
.foter-cont__item-hedline:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 37px;
    height: 3px;
    background: #DB4058;
}

.foter-cont__item-services{
    max-width: 195px;
}


.foter-cont__item-cont{
    max-width: 256px;
}

.social-icone__footer{
    display: flex;
    align-items: center;
}
.social-icone__footer-link{
    margin-right: 20px;
}


/*page stile*/
.block-text-page h2{
    font-size: 21px;
    line-height: 123%;
    margin-bottom: 40px;
}
.block-text-page-min-text{
    font-size: 20px;
    line-height: 123%;
    color: #727272;
    max-width: 1184px;
    margin: 0 auto 25px auto;
}
.block-text-page-min-text-center{
    width: 100%;
    text-align: center;
}
.block-text-page-min-text-bold{
    font-size: 25px;
    line-height: 153%;
    font-weight: 600;
}

.block-text-page-min-text-min-bold{
    font-size: 25px;
    line-height: 123%;
    margin-bottom: 50px;
    padding-top: 20px;
}
.page-img-left{
    float: left;
    margin-right: 47px;
}
.block-text-page-min-text-bleck{
    font-size: 25px;
    line-height: 153%;
    color: #000000;
    padding-top: 15px;
    margin-bottom: 40px;
}
.block-text-page-min-text-max-bottom{
    line-height: 150%;
    margin-bottom: 80px;
    padding-top: 30px;
}
.page-img-right{
    float: right;
    margin:0 100px;
}
.block-text-page-min-text-citat{
    font-size: 27px;
    line-height: 146%;
    color: #000000;
    max-width: 930px;
    margin: 0 auto 50px;
    padding-top:20px;
    position: relative;
        padding-left: 40px;
}
.block-text-page-min-text-citat:before{
    content: "";
    position: absolute;
    width: 27px;
    height: 25px;
    background-image: url(../img/laps.png);
    top: 15px;
    left: 0px;
}
.block-text-page-min-text-first{
    position: relative;
}
.block-text-page-min-text-first:before{
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    background: #DB4058;
    top: -10px;
    left: -20px;
}
/*modal*/
.pum{
    background: #000000d1!important; 

}
.pum-container{
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50% , -50%)!important;
    margin: 0!important;
    background-image: linear-gradient(to bottom right, #514051, #FF4058)!important;
    width: auto!important;
    padding: 50px;
}
.pum .wpcf7-form-control {
    background: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 60px;
    margin-bottom: 25px;
    width: 1000px;
    max-width: 400px;
    font-size: 19px;
    line-height: 191.62%;
    padding-left: 15px;
}

::-webkit-input-placeholder {color:#fff;}
::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
:-moz-placeholder           {color:#fff;}/* Firefox 18- */
:-ms-input-placeholder      {color:#fff;}

.pum .wpcf7-textarea{
    height: 125px;
}
.hedline-modal{
    display: block;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.input-hedline{
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 7px;
}
.pum .wpcf7-submit{
    font-size: 18px;
    line-height: 123%;
    text-align: center;
    color: #DB4058;
    background: #fff;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: bold;
}
.popmake-close{
    background-image: url(../img/closed-form.png)!important;
    background-size: cover!important;
    position: absolute!important;
    top: 20px!important;
    right: 20px!important;
    width: 20px!important;
    height: 20px!important;
    font-size: 0!important;
}
.pum .wpcf7-mail-sent-ok{
    border: none!important;
    color: #fff!important;
    margin: 0!important;
    max-width: 400px;
}

/*serch*/

#s{
    height: 40px;
    width: 1000px;
    max-width: 300px;
        padding: 0 10px 0 50px;
}
.serch-header-btn{
    cursor: pointer;
}
.serch_block{
    position: relative;
}
.screen-reader-text{
    display: none;
}
#searchsubmit{
    position: absolute;
    top: 12px;
    background: no-repeat;
    border: none;
    left: 5px;
}
.serch_block{
    display: none;
    position: absolute;
    top: 100%;
    right: 100px;
}
@media (max-width: 1400px){
    .portfolio-slider__wrap .slick-arrow{
            right: 180px;
    }
    .portfolio-slider__wrap .slick-prev{
            right: 250px;
    }
}
@media (max-width: 1300px){
    .menu li{
        margin-right: 20px;
    }
    .red-btn{
        margin-left: 20px;
    }
    .big-btn-block-header__wrap{
        display: none;
    }
    .top-footer__text{
        width: 100%;
        margin-bottom: 30px;
    }
    .logo-block__footer p,.foter-cont__item-cont{
        max-width: 170px;
    }
}
@media (max-width: 1200px){
    .header__menu{
        display: none;
    }
    .portfolio-slider-text-block{
        display: block;
    }
    .portfolio-slider-text-block:before {
    width: calc(100% + 30px);
    right: -15px;
    }
    .portfolio-slider_block{
        margin: 0 auto;
        width: 100%;
    }
    .portfolio-slider__wrap .slick-arrow{
        right: 0;
    }
    .portfolio-slider__wrap .slick-prev {
        right: 60px;
    }
    .foter-cont__item-services{
        display: none;
    }
    .mobal-menu-btn{
        margin-left: 20px;

    }
    .mobal-menu-btn span{
        width: 25px;
        height: 1px;
        display: block;
        margin-bottom: 6px;
        background: #f1f1f1;
    }
    .header__menu {
        position: absolute;
        background: #fff;
        right: 15px;
        top: 100%;
        padding: 20px 40px;
    }
    .menu a{
        color: #000;
        display: block;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
}
@media (max-width: 991px){
    .about-us{
        display: block;
    }
    .about-us__left,.about-us__right {
    max-width: 100%;
    margin-right: 0px;
}
.slider-banner__text{
    padding: 200px 35px 200px 15px;
}
.social-header-block{
    bottom: 280px; 
}
.our-services{
    flex-wrap: wrap;
    justify-content: space-around;
}
.our-services-item:nth-child(3),.our-services-item:nth-child(5),.our-services-item:nth-child(4) {
    padding-top: 0px;
}
.our-services-item__hedline{
    width: 100%;
}
.our-services-item img{
    width: auto!important;
    height: auto!important;
    max-width: 300px;
}
.our-services-item{
    margin-bottom: 30px;
}

.how-working__bottom{
    justify-content: space-around;
    flex-wrap: wrap;
}
.how-working__bottom_item{
    max-width: 380px;
}
.how-working__bottom_item-namber {
    margin: 0 0 -15px -50px;
}
.how-working__wrap {
    padding: 50px 15px 50px;
}
.how-working__slog-right{
    margin-right: 0;
}
.about-us__wrap {
    padding: 90px 15px;
}
.our-services__top-text{
    padding-right: 0;
    text-align: center;
}
.foter-cont__item-cont{
    display: none;
}
.namber-slider{
    display: none;
}
.sing-wrap{
    display: block;
}
.sing-wrap{
    display: block;
}
.sing-right-block{
    display: none;
}
.singl-img-text{
    display: none;
}
}
@media (max-width: 767px){
	.pum-container{
		padding:20px;
		max-width: 300px!important;
	}
	.pum .wpcf7-form-control{
		max-width:100%;
	}
    .slider-banner__top-text{
        font-size: 42px; 
    }
    .how-working__slog{
        flex-direction: column;
        align-items: flex-end;
        margin-bottom: 30px;
    }
    .how-working__slog-right{
    order: -1;
    margin-bottom: 50px;
    }
        .logo-block__footer .footer__logo,.logo-block__footer p{
        display: none;
    }
    .foter-cont{
        flex-direction: column;
        align-items: center;
    }
    .logo-block__footer{
        order: 2;
    }
    .foter-cont__item-maps{
        order: 1;
        margin-bottom: 20px;
    }
    .slider-banner__wrap .slider-banner:before{
        width: 90%;
    }
    .slider-banner__wrap .slick-prev{
        left: 15px;
    }
    .slider-banner__wrap .slick-next {
        left: 90px;
    }
    .social-header-block{
        right: -154px;
    }
    .social-header-item{
        margin-right: 20px;
    }
    .dable-block-wrap{
        display: block;
    }
    .dable-block-item{
        max-width: 100%;
    }
    .map-text-block-left{
        margin-right: 0;
    }
    .map-text-block-wrap{
        display: block;
    }
    .map-text-block-left{
        margin-bottom: 30px;
    }

}
@media (max-width: 540px){
    .header__wrap{
        flex-direction: column;
    }
    .logo-link{
        margin-bottom: 15px;
    }
    .serch_block{
    right: 20px;
    }
    .about-us__numbers-block{
        flex-direction: column;
    }
    .page-img-right{
        margin: 0;
    }
}
@media (max-width: 420px){
    
}