:root{
    --main_color:#4d2f51;
}

*{
    box-sizing: border-box;
    
}

html{
	    overflow-x: hidden;
}

body{
    font-family: 'Comfortaa', cursive;
    background-color: #000;
    overflow-x: hidden;
    color: #fff;
}


@media(min-width:1600px){
    .container{
        max-width: 1600px;
    }
}

button{
	outline:none!important;
}

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

ul{
    padding: 0;
    margin: 0;
}

li{
    list-style: none;
}

.ml-main{
    margin-left: 67px;
}

ul.navigayion-site {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header-logo-site a {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 800;
}

.mtop25{
    margin-top: 25px;
}
.mtop50{
    margin-top: 50px;
}
.mtop75{
    margin-top: 75px;
}
.mtop100{
    margin-top: 100px;
}
.mtop125{
    margin-top: 125px;
}


.mbot25{
    margin-bottom: 25px;
}
.mbot50{
    margin-bottom: 50px;
}
.mbot75{
    margin-bottom: 75px;
}
.mbot100{
    margin-bottom: 100px;
}
.mbot125{
    margin-bottom: 125px;
}

.pt0{
    padding-top: 0!important;
}

.pb0{
    padding-bottom: 0!important;
}

header {
    padding: 25px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 9999999;
}

.header-logo-site {
    position: relative;
}

a.navogation-links {
    color: #fff;
    transition: .3s;
}

a.navogation-links:hover
{
	    color: #961ca5;
}

a.navogation-links.active
{
	    color: #961ca5;
}

.header-logo-site a span {
    position: absolute;
    width: 49px;
    height: 49px;
    background: var(--main_color);
    border-radius: 50%;
    top: -9px;
    left: -10px;
    z-index: -1;
}

.navigayion-site li:last-child a {
    background: var(--main_color);
    padding: 9px 21px;
    text-transform: uppercase;
    font-size: 18px;
}


.navigayion-site li:last-child a:hover{
	 background:#fff;
	 color:var(--main_color);
}

.absolute-block{
    max-width: 1920px;
    width: 100%;
    padding: 0 25px;
    margin-top: 200px;
    display: flex;
}

.absolute-block .part-block-1{
    width: 40%;
    color: #fff;

}

a.card:hover{
    color: #fff;
}

.absolute-block .part-block-2{
    width: 60%;
}

.absolute-block .part-block-2 img{
    width: 100%;
    filter: hue-rotate(45deg);
}

.part-block-1 h1 {
    font-size: 5em;
    font-weight: 800;
    margin-bottom: 37px;
    text-align: right;
    text-transform: uppercase;
    line-height: 109px;
}

.absolute-block .part-block-1 p{
    font-size: 25px;
    font-weight: 100;
    text-align: right;
}


.absolute-block .part-block-1 p span{
    color: #8d3799;
}


.carousel-block{
    color: #fff;
    position: relative;
}



  .carousel-title {
    max-width: 40%;
    width: 100%;
    font-size: 6em;
    line-height: 88px;
    font-weight: 900;
}

.horizont-scene{
    width: 100%;
    height: 100%;
    position: -webkit-sticky;
    /* position: sticky; */
    /* top: 0; */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    padding: 40px 0;
}

.horizontal-scroll-body {
    display: flex;
    /* padding-left: 42%; */
    /* position: absolute; */
    /* bottom: 0; */
    top: 0;
    transform: translateX(1%);
    align-items: center;
    margin: auto;
}

.slide-block {
    display: flex;
    align-items: stretch;
    min-height: 540px;
}

.card {
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
    width: 650px;
    padding: 32px 96px 70px 47px;
    text-decoration: inherit;
    color: inherit;
    background-color: #3a3a3a;
    line-height: inherit;
    position: relative;
    transition: color .2s 10ms,transform .3s linear,opacity .3s;
    margin: 0 15px;
}

.card-body{
    position: relative;
}

.card.active:after {
    transform: scaleY(1);
}

.card:after {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fc605c;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: 50% 100%;
    transform: scaleY(0);
    transition: transform .3s;
}


.card-title {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 44px;
}

.ti-shift-left-alt {
    position: absolute;
    right: 0;
    top: 0;
}

.ti-shift-left-alt {
    position: absolute;
    right: -35px;
    top: 0;
    color: #d040e3;
    font-size: 3em;
}

.text-container-title {
    font-size: 69px;
    max-width: 350px;
    line-height: 73px;
    text-transform: uppercase;
}

.carousel-itm.ml-main {
    display: flex;
}

.text-container .card{
    width: 100%;
    padding: 60px 9px 56px 22px;
    margin:0;
    background: var(--main_color);
}


.workink-block .text-container-title{
    
width: 100%;
    
max-width: 100%;
    
text-align: center;
    
position: relative;
    
z-index: 9;
}

.workink-block .icon-card{

text-align: center;

z-index: 9;

position: relative;
}


.workink-block .icon-card .icon-item{

font-size: 5em;

margin-bottom: 32px;

border: 6px solid var(--main_color);

display: inline-block;

padding: 30px 30px;

border-radius: 50%;

box-shadow: 0px 1px 16px #bb44cb;
}

.workink-block .icon-card .icon-item>[class^="ti-"]{

}

.workink-block .icon-card .card-text {

font-size: 14px;

margin-top: 26px;
}

.workink-block:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--main_color);
    opacity: 0.9;
}

.workink-block {
    padding: 100px 0;
    background: url(https://wallpaperaccess.com/full/1947423.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.large-main-page-title{

font-size: 9em;
}

.large-text-main-block{

font-size: 3em;

line-height: 49px;

font-weight: 800;
}

.large-min-title{

font-size: 15px;

text-decoration: underline;
}

.large-max-title{
    
color: #7a3d83;
    
font-size: 19em;
    
font-weight: 800;
    
font-family: fantasy;
    
line-height: 350px;
}

a.lagre-block-link {
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 50px;
}

.ti-arrow-right {
    margin-left: 40px;
    font-size: 29px;
}

.review-block-wrapper{

padding: 100px 0;

background: #fff;

color: #000;
}

.review-block-wrapper .text-container-title{
    max-width: 50%;
    margin-bottom: 52px;
}


.star-block{

display: flex;

margin-bottom: 33px;
}
.star-block>div{
    
color: var(--main_color);
    
margin: 0 8px;
    
font-size: 16px;
    
border: 2px solid;
    
/* background: var(--main_color); */
    
padding: 6px 6px;
    
border-radius: 50%;
}

.review-preview{

font-size: 17px;

color: grey;

margin-bottom: 47px;
}

.review-block-wrapper .line{

height: 2px;

background: grey;

margin-bottom: 38px;

width: 150px;

border-radius: 25px;

opacity: 0.5;
}

.review-user{

}


.review-user .user-image{

}

.review-user .user-image img{
width: 100%;
}

.review-user .user-name{

color: black;

font-size: 31px;

font-weight: 700;
}

.review-text{

font-size: 25px;

max-width: 80%;

margin-left: auto;

color: grey;

position: relative;
}

.form-wrapper{
    padding: 100px 0;
}
.title-anim{
    font-size: 6em;
    margin-bottom: 46px;
}

.form_text .description{
    font-size: 25px;
}

.form_text .description .color-span a{

color: #72207c;
}

.form-body .form-input input,.form-body .form-input textarea{
    border: none;
    -webkit-appearance: none;
    width: 100%;
    padding: 24px;
    font-size: 18px;
    line-height: 1.39;
    border-radius: 0;
    color: #fff;
    border-bottom: 1px solid hsla(0,0%,100%,.2);
    background-color: transparent;
    transition: border-color .3s;
    outline: none;
}

.addresses {
    font-size: 35px;
}

.form-body .form-input textarea{

}

.form-body button{

margin-top: 39px;

background: transparent;

color: #ffff;

border: none;

font-size: 31px;

cursor: pointer;

font-weight: 700;

/* text-transform: uppercase; */
}

.addresses span{
    
font-size: 26px;
}

.form-input {
    margin-bottom: 26px;
}

.faq-block{
  background-color: #fff;
  color: #000;
  padding: 100px 0;
}

.faq-item:first-child{
    border-top: 2px solid #f2f6f6;
}

.faq-item{
    padding: 0 35px 0 0;
    line-height: 1.4;
    text-transform: none;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    transition: .4s linear;
   
    border-bottom: 2px solid #f2f6f6;
    overflow: hidden;
}


.faq-bottom{
    font-size: 16px;
    font-weight: 400;
    height: 0;
    line-height: 1.5;
    padding-right: 26px;
    max-width: 40%;
    transition: .5s;
    /* padding-bottom: 20px; */
}

.faq-top{
    padding: 30px 35px 20px 0;
    line-height: 1.4;
    text-transform: none;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    transition: .4s linear;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -.02em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ti-plus{

}

.footer-pre-title{

color: #961ca5;

text-transform: uppercase;
}

.footer-map-links{

}

.footer-map-links ul{

}

.footer-map-links li{

}

.footer-map-link{

color: #fff;

font-size: 37px;

font-weight: 600;

letter-spacing: 0;
transition:.3s;
}

.footer-map-link:hover{
	color:#961ca5;
}

.footer-services-map-links{

}


.footer-services-map-links ul{

}

.footer-services-map-links li{

margin-bottom: 15px;
}


.footer-services-map-links li a{
    
color: #fff;
    
font-size: 20px;
    
font-weight: 100;
transition:.5s
}

.footer-services-map-links li a:hover{
	color:#961ca5;
}

.socialmaplinks{

display: flex;

align-items: center;
}

.socialmaplinks a{
    
color: #fff;
    
font-size: 38px;
    
margin-right: 27px;
    
margin-top: 38px;
}


.aboutpage-content-text{
        background-color: #fff;
        padding-top: 200px;
        padding-bottom: 100px;
        color: #000;
}

.aboutpage-content-text .title h1{

color: #72207c;

font-size: 16px;

margin-bottom: 70px;
}

.aboutpage-content-text .description-item{

border-left: 2px solid #72207c;

padding-left: 60px;

max-width: 80%;

padding-top: 41px;

padding-bottom: 30px;

color: grey;

font-size: 24px;
}

.column-title{
    font-size: 42px;
    margin-bottom: 40px;
    line-height: 1.17;
    font-weight: 600;
}

.column-text .line{
    width: 30%;
    height: 3px;
    background-color: rgba(0,0,0,.1);
}

.column-content{
    font-size: 16px;
    width: 100%;
    padding-top: 40px;
    line-height: 1.56;
    position: relative;
    margin-top: auto;
    overflow: hidden;
    font-weight: 400;
    max-width: 355px;
}

.contact-main-data,.service-main-data{
    background-color: #fff;
    color: #000;
    padding-top: 250px;
    padding-bottom: 150px;
}

.contact-main-data h1{

margin-bottom: 69px;

font-size: 5em;
}

.contact-main-data p{

color: grey;

font-size: 15px;
}

.contact-main-data .line{
    
max-width: 250px;
    
width: 100%;
    
margin: 38px auto;
    
height: 2px;
    
background: var(--main_color);
}

.service-main-data{
    padding-top: 176px;
    
}

.service-main-data h1{
    font-size: 97px;
    font-weight: 600;
}

.service-main-data .service-cart{
    /* margin: 20px; */
    min-height: 219px;
    background-color: #fff;
    position: relative;
    align-items: flex-start;
    padding: 50px 70px 60px 45px;
    margin-top: 20px;
    box-shadow: -20px 24px 80px 0 rgb(0 0 0 / 15%);
    display: flex;
    flex-direction: column;
    color: #000;
    justify-content: center;
    height: 100%;
}


.service-main-data .service-cart .service-icon{

position: relative;

font-size: 42px;

color: grey;

margin-bottom: 26px;
}

.service-main-data .service-cart .service-title{
    font-size: 47px;
    line-height: 1;
    transform: scale(1);
    transform-origin: 0 100%;
    transition: .2s;
    display: inline;
}

.service-icon>[class^="ti-"]{
    z-index: 999;
    position: relative;
    color: grey;
}

.service-icon:before {
    content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    top: -17px;
    left: -17px;
    border-radius: 50%;
    background: var(--main_color);
}

.techno{
    padding-top: 0;
}
.techno img{
    width: 250px;
}

.techno .service-title{
    font-size: 30px!important;
    font-weight: bold;
}

.techno .service-cart{
    padding: 35px 54px 34px 44px;
}


.exp{

}

.exp,.access,.type-branbook{
    background-color: #fff;
    color: #000;
    padding-bottom: 150px;
}

.exp-title{
    font-size: 6em;
    margin-bottom: 46px;
}

.exp-icon>[class^="ti-"]{

}

.exp-icon {
    font-size: 45px;
    margin-bottom: 32px;
    position: relative;
    display: inline-block;
    color: #72207c;
}

.exp-icon span{
    
position: absolute;
    
width: 35px;
    
height: 42px;
    
border-radius: 4px;
    
top: 50%;
    
left: -13px;
    
border-left: 1px solid #00000021;
    
transform: translateY(-50%);
}

.exp-icon span:nth-child(1){

}
.exp-icon span:nth-child(2){

right: -12px;

border-right: 1px solid #0000006e;

left: auto;

border-left: 0;
}
.exp-icon span:nth-child(3){

}
.exp-icon span:nth-child(4){

}


.exp-cart {
    text-align: center;
    box-shadow: -20px 24px 80px 0 rgb(0 0 0 / 15%);
    padding: 28px 0;
}

.exp-title-cart{

font-size: 20px;
}

.access-text p {
    max-width: 60%;
    font-size: 13px;
    color: grey;
}

.access-cart{

}

.access-cart .cart-number{

font-size: 5em;

color: #8080804a;

font-weight: 900;

font-family: fantasy;
}

.access-cart .cart-title{

min-height: 75px;

margin-top: 15px;

font-size: 25px;

font-weight: 700;

text-transform: uppercase;
}

.access-cart p{
    
font-size: 13px;
}

.howdoing{
    padding-top: 150px;
    position: relative;
}

.howdoing .cart-number{

font-size: 50px;

font-weight: 100!important;

font-family: inherit;

color: #000;
}

.howdoing .cart-title{

min-height: auto;

font-size: 16px;
}

.howdoing p{

}

.abs{

color: #8080807d;

position: absolute;

font-size: 13em;

z-index: 1;

font-weight: bold;

opacity: 0.2;

top: 50%;

transform: translateY(-50%);

right: 10%;

font-family: sans-serif;
text-transform: uppercase;
}


.abs-1{

}

.abs-2{

}

#dopserv .service-cart {
    background: #f2f6f6;
}

#dopserv .service-cart .service-title{
    font-size: 30px;
    font-weight: 700;
    padding-right:25px;
}

.type-branbook .type-cart{

height: 100%;
}

.type-branbook .cart-header{
    position: relative;
    width: 100%;
    height: 250px;
    background: url(/css_image/bg_price.jpg);
    font-size: 70px;
    font-weight: 900;
    line-height: 81px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.type-branbook .cart-text{
    text-align: center;
    padding: 40px 30px;
    border-left: 1px solid rgba(0,0,0,.07);
    border-bottom: 4px solid rgba(0,0,0,.07);
    border-right: 1px solid rgba(0,0,0,.07);
}


.type-branbook .cart-text p{
    font-size: 13px;
}

.type-branbook .cart-text ul{

text-align: left;
}


.type-branbook .cart-text ul li{

position: relative;

padding-left: 27px;

margin-bottom: 7px;
}

.type-branbook .cart-text ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 2px;
    background: #0000005c;
}

.cart-btn{
    margin-top: 25px;
    display: inline-block;
    transition: all 0.4s;
    padding: 12px 30px;
    font-weight: 700;
    outline: none;
    text-align: center;
    background-color: transparent;
    border: 0;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 14px;
    background: #84269194;
    color: #fff;
    cursor: pointer;
}

.ti-star.empty {
    border: none;
}

.slider .row{
	display:flex!important;
}

.carousel-body {
    max-width: 100%;
    margin-left: 22px;
    position: relative;
}

.modal-container {
    position: fixed;
    width: 450px;
    height: 150px;
    top: 50%;
    left: 50%;
    background: #000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    transform: translate(-50%,-50%);
    border: 5px solid var(--main_color);
    z-index: 999;
    font-size: 28px;
    text-align:center;
    
}
.ti-menu{
	display:none;
}
.modal-container.open{
	display:flex;
}

.form-input .void{
	    border-bottom: 1px solid red!important;
}


@media(max-width:1600px){
	.large-max-title{
		font-size: 11em;
	}
	
	#dopserv .service-cart .service-title{
		    font-size: 20px;
	}
	
	.type-branbook .cart-header{
		    line-height: 47px;
		    font-size: 42px;
	}
	
	.carousel-title{
		font-size: 4em;
    	line-height: 60px;
	}
}


@media(max-width:1400px){
	.service-main-data .service-cart .service-title{
		font-size: 35px;
	}
	.carousel-title{
		max-width:80%;
		margin-bottom:45px;
		margin-top:45px;
	}
	
	.carousel-body{
		margin-bottom:125px;
	}
	.carousel-itm.ml-main{
		    flex-direction: column;
	}
}


@media(max-width:1200px){
	.large-max-title {
	    font-size: 20em;
	    text-align:center;
	}
	
	.title-anim{
		font-size: 4em;
	}
}


@media(max-width:990px){
	.absolute-block{
		flex-direction:column;
	
	}
	.carousel-title{
		font-size: 3em;
		margin-left:25px;
	}
	
	.slide_servce .slick-slide .card {
		    min-height: auto!important;
		}
	.large-text-main-block{
		    font-size: 2em;
	}
	
	.part-block-1 h1 {
    	font-size: 2em;
   	}
	
	.footer-map-link{
		    font-size: 27px;
	}
	
	.faq-bottom{
		    max-width: 80%;
	}
	
	.column-text {
	    text-align: center;
	}
	.column-text .line{
		margin:0 auto;
	}
	
	.column-content{
		margin:0 auto;
	}
	
	.review-block-wrapper .text-container-title{
		max-width:100%;
	}
	.ml-main{
		margin-left:0;
	}
	.part-block-1.ml-main,.absolute-block .part-block-2{
		width:100%
	}
	.header-logo-site {
	    margin-bottom: 20px;
	    text-align: center;
	}
	.header-logo-site a{
		    position: relative;
	}
	
	.service-main-data h1{
		    font-size: 47px;
	}
}


@media(max-width:767px){
	.exp-title{
		font-size: 5em;
		line-height: 62px;
	}
	#dopserv .service-cart .service-title{
		    font-size: 19px;
	}
	.aboutpage-content-text .description-item{
		max-width: 100%;
	}
	.title-anim{
		font-size: 2em;	
	}
	.large-max-title{
		font-size: 11em;
	}
	
	.text-container-title{
		 font-size: 35px;
		max-width: 100%;
	}
	.contact-main-data h1,.exp-title{
		    font-size: 3em;
	}
	
	ul.navigayion-site {
	    position: fixed;
	    flex-direction: column;
	    height: 350px;
	    left: -100%;
	    background: #000;
	    max-width: 450px;
	    width: 100%;
	    transition: .5s;
	}
	
	.ti-menu {
	    display: inline-block;
	    font-size: 26px;
	    position: fixed;
	    left: 16px;
	    top: 28px;
	}
	
	ul.navigayion-site.active{
		  left: 0;
	}
}


@media(max-width:580px){
	.large-max-title{
		    font-size: 40vw;
	}
	.text-container-title{
		font-size: 9vw;
	}
	.header-logo-site{
	    text-align: right;
	    margin-bottom: 0;
	}
	
	ul.navigayion-site{
		    top: 86px;
	}
	
	.text-container .card{
	    padding: 19px 9px 9px 7px;
	    height: auto;
	}
	
	.service-main-data h1{
		    font-size: 53px;
	}
	.service-main-data .service-cart .service-title{
	    font-size: 30px;	
	}
	
	.title-anim{
		font-size: 2em;
	}
	
	.service-main-data h1 {
		    font-size: 27px;
		}
		
		.carousel-title,.large-main-page-title,.column-title{
			max-width:100%;
			font-size: 10vw;
			line-height:42px;
		}
		.column-title{
			font-size: 7vw;
		}
		.part-block-1 h1{
			    line-height: 52px;
		}
		
		.large-text-main-block{
			line-height: 30px;
		}
		.review-text{
			font-size: 16px;
    		max-width: 100%;
		}
		.access-text p{
			max-width:100%;
		}
		
		.aboutpage-content-text .description-item{
			    padding-left: 10px;
			    font-size: 15px;
		}
}


@media(max-width:480px){
	.header-logo-site{
		width: 100%;
    	margin-left: auto;
	}
	.header-logo-site a{
		    font-size: 17px;
	}
	
	.header-logo-site a span{
		transform: translateY(-50%);
		top: 50%;
	}
	
	.footer-map-link{
		font-size: 27px;
	}
	
	.contact-main-data h1,.exp-title{
		    font-size: 1.5em;
	}
	
	.slide_servce .slick-slide .card{
		padding: 20px 26px 35px 7px!important;
	}
	.card-title{
		font-size: 1.5em;
	}
	
}
