@media screen and (min-width: 700px){
.send_project {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%,  rgba(255, 255, 255, 0.7) 100%),url(../img/bg_blur.jpg);
        border-radius: 5px;
        padding: 90px 55px;
        position: relative;
        width: 1080px;
        margin: 0 auto;
        

        .phone {
            position: absolute;
            width: 230px;
            bottom: -18px;
            z-index: 3;
        }
        &::after {
            content: '';
            position: absolute;
            display: block;
            top: 10px;
            left: 10px;
            bottom: 10px;
            right: 10px;
            border-radius: 15px 5px; 
            padding: 1px; 
            background:linear-gradient(14deg,rgba(255,255,255, 1),rgba(255,255,255, 0),rgba(255,255,255, 1)); 
            -webkit-mask: 
                linear-gradient(#fff 0 0) content-box, 
                linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
                    mask-composite: exclude;
            z-index: 2;
        }

        .info {
            width: 720px;
            margin-left: auto;
            position: relative;
            z-index: 3;
            p {
                font-size: 26px;
                font-weight: 300;
                line-height: 160%;
            }

            .button_block {
                display: flex;
                margin-top: 30px;
                position: relative;
				justify-content:flex-start;
                z-index: 3;
                .whatsapp {
                    width: 245px;
                    height: 70px;
                    display: flex;
                    align-items: center;
                    background: linear-gradient(180deg, #48C95F 0%, #2CA842 100%);
                    border-radius: 5px;
                    font-weight: 600;
                    font-size: 23px;
                    line-height: 32px;
                    text-decoration: none;
                    justify-content: center;
                    color: #FFFFFF;
                    &:hover {
                        background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
                    }
                    img {
                        display: flex;
                        object-fit: cover;
                        margin-left: 15px;
                    }
                }

                .tg {
                    margin-left: 20px;
                    width: 245px;
                    height: 70px;
                    display: flex;
                    align-items: center;
                    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
                    border-radius: 5px;
                    font-weight: 600;
                    font-size: 23px;
                    line-height: 32px;
                    text-decoration: none;
                    justify-content: center;
                    color: #FFFFFF;
                    &:hover {
                        background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
                    }
                    img {
                        display: flex;
                        object-fit: cover;
                        margin-left: 15px;
                    }
                }
            }
            
        }
    }
}


@media screen and (min-width: 660px){
	*{
		margin:0;
		padding:0;
		outline:0 !important;
		box-sizing:border-box
	}
	html{
		min-width:1200px;
		line-height:145%;
		overflow-x:hidden
	}
	*:before,*:after{
		box-sizing:border-box
	}
	body{
		color:#333;
		font-family:"Manrope",sans-serif !important;
		-webkit-overflow-scrolling:touch;
		font-weight:400;
		font-style:normal;
		-webkit-text-size-adjust:100%;
		overflow:hidden
	}
	.container{
		max-width:1240px;
		min-width:1240px;
		margin:0 auto;
		padding:5px 20px
	}
	.container2{
		max-width:1200px;
		width:100%;
		min-width:1200px;
		margin:0 auto;
		padding:0 20px
	}
	.cd-auto-hide-header{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		transition:transform .5s;
		z-index:30;
		display:flex;
		align-items:center;
		flex-wrap: wrap;
	}
	.cd-auto-hide-header.is-hidden{
		transform:translateY(0%)
	}
	.animate{
		background-color:#fff;
		box-shadow:0 4px 10px rgba(0,0,0,.05)
	}
	.desc_only {
		display: flex !important;
	}
	.mob_only {
		display: none !important;
	}
	section{
		padding:40px 0
	}
	header{
		background-size:cover;
		background-position:center center;
		position:relative;
		padding-bottom:60px
	}
	h3{
		font-size:42px;
		font-weight:300;
		text-align:center;
		line-height:140%
	}
	h3 span{
		font-weight:500;
		color:#008aff
	}
	.for {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 20px;
	}
	.for b{
		font-size:22px;
		font-weight:500
	}
	.for .for_item{
		display:flex;
		align-items:center
	}
	.for .for_item p{
		font-size:18px;
		margin-left:15px
	}
	.for .for_item .check_blue{
		background-color:#009fe3;
		display:flex;
		align-items:center;
		border-radius:50%;
		width:35px;
		height:35px;
		display:flex;
		align-items:center;
		justify-content:center
	}
	.for .for_item .check_blue img{
		width:15px
	}
	.send_project {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%,  rgba(255, 255, 255, 0.7) 100%),url(../img/bg_blur.jpg);
        border-radius: 5px;
        padding: 90px 55px;
        position: relative;
        width: 1080px;
        margin: 0 auto;
        

        .phone {
            position: absolute;
            width: 230px;
            bottom: -18px;
            z-index: 3;
        }
        &::after {
            content: '';
            position: absolute;
            display: block;
            top: 10px;
            left: 10px;
            bottom: 10px;
            right: 10px;
            border-radius: 15px 5px; 
            padding: 1px; 
            background:linear-gradient(14deg,rgba(255,255,255, 1),rgba(255,255,255, 0),rgba(255,255,255, 1)); 
            -webkit-mask: 
                linear-gradient(#fff 0 0) content-box, 
                linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
                    mask-composite: exclude;
            z-index: 2;
        }

        .info {
            width: 720px;
            margin-left: auto;
            position: relative;
            z-index: 3;
            p {
                font-size: 26px;
                font-weight: 300;
                line-height: 160%;
            }

            .button_block {
                display: flex;
                margin-top: 30px;
                position: relative;
				justify-content:flex-start;
                z-index: 3;
                .whatsapp {
                    width: 245px;
                    height: 70px;
                    display: flex;
                    align-items: center;
                    background: linear-gradient(180deg, #48C95F 0%, #2CA842 100%);
                    border-radius: 5px;
                    font-weight: 600;
                    font-size: 23px;
                    line-height: 32px;
                    text-decoration: none;
                    justify-content: center;
                    color: #FFFFFF;
                    &:hover {
                        background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
                    }
                    img {
                        display: flex;
                        object-fit: cover;
                        margin-left: 15px;
                    }
                }

                .tg {
                    margin-left: 20px;
                    width: 245px;
                    height: 70px;
                    display: flex;
                    align-items: center;
                    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
                    border-radius: 5px;
                    font-weight: 600;
                    font-size: 23px;
                    line-height: 32px;
                    text-decoration: none;
                    justify-content: center;
                    color: #FFFFFF;
                    &:hover {
                        background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
                    }
                    img {
                        display: flex;
                        object-fit: cover;
                        margin-left: 15px;
                    }
                }
            }
            
        }
    }
	.gold_text{
		font-weight:bold;
		background:-webkit-linear-gradient(-90deg, #018fff,#018fff);
		-webkit-background-clip:text;
		-webkit-text-fill-color:transparent
	}
	.blue_text{
		background:-webkit-linear-gradient(-90deg, #6A85B6, #061A3E);
		-webkit-background-clip:text;
		-webkit-text-fill-color:transparent
	}
	.button{
		cursor:pointer;
		border-radius:10px;
		position:relative;
		overflow:hidden;
		cursor:pointer;
		z-index:10;
		width:400px;
		height:90px;
		font-size:18px
	}
	.button button{
		height:100%;
		width:100%;
		background-image:linear-gradient(to bottom, #FEE591, #F9B233);
		font-family:"Geometria",sans-serif !important;
		cursor:pointer;
		border:none;
		color:#682500;
		font-weight:500;
		transition:background .2s ease;
		width:100%;
		transition:.3s
	}
	.button button p{
		position:relative;
		z-index:1;
		font-size:20px
	}
	.button button:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		border-radius:10px;
		background-image:linear-gradient(to bottom, #F9B233, #FEE591);
		opacity:0;
		transition:.3s
	}
	.button button:hover:before{
		opacity:1
	}
	.menu{
		display:flex;
		justify-content:space-between;
		align-items:center
	}
	.menu p{
		font-size:14px;
		line-height:180%;
		font-weight:400
	}
	.menu p b{
		font-weight:700
	}
	.menu .logo{
		display:flex;
		align-items:center
	}
	.menu .logo img{
		width:240px
	}
	.menu .logo b{
		width:-webkit-max-content;
		width:-moz-max-content;
		width:max-content;
		margin-left:15px;
		font-size:20px;
		font-weight:800;
		line-height:130%;
		background:-webkit-linear-gradient(45deg, #6A85B6, #061A3E);
		-webkit-background-clip:text;
		-webkit-text-fill-color:transparent
	}
	.menu .logo b span{
		display:block
	}
	.menu .logo_dop{
		border-left:1px solid #6a85b6;
		padding-left:15px;
		width:265px;
		margin-right:auto;
		margin-left:0
	}
	.menu .adr{
		display:flex;
		align-items:center
	}
	.menu .adr img{
		width:52px
	}
	.menu .adr p{
		width:200px;
		margin-left:15px
	}
	.menu .social{
		display:flex;
		flex-direction:row;
		align-items:center;
		margin-right:40px;
		margin-left:auto
	}
	.menu .social a{
		height:30px;
		width:30px;
		width:auto;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		align-items:center;
		margin-right:15px;
		color:#333;
		text-decoration:none
	}
	.menu .social a:last-child{
		margin-right:0
	}
	.menu .social a img{
		width:100%;
		height:100%;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.menu .tel{
		text-align:right
	}
	.menu .tel p{
		margin-top:-8px
	}
	.menu .tel a{
		font-size:25px;
		font-weight:800;
		text-decoration:none;
		color:#333;
		margin-top:1px;
		display:block
	}
	.main{
		padding-top:150px;
		display:flex;
		justify-content:space-between;
		align-items:stretch
	}
	.main .main_left{
		width:700px
	}
	.main .main_left h1{
		font-size:40px;
		font-weight:300;
		line-height:125%
	}
	.main .main_left h1 span{
		color:#b7d445;
		font-weight: bold;
	}
	.main .main_left .h1_dop{
		margin-top:25px;
		font-size:20px;
		line-height:140%;
		font-weight:300;
		color:#fff;
		background:linear-gradient(to bottom, rgb(76 187 255) 0%, rgb(6 78 207 / 70%) 100%);
		width:-webkit-max-content;
		width:-moz-max-content;
		width:max-content;
		padding:9px 22px;
		border-radius:0 10px 0 0;
		background-size:cover
	}
	.main .main_left .main_plusi{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between
	}
	.main .main_left .main_plusi .main_plus{
		display:flex;
		align-items:center;
		margin-top:50px
	}
	
	.main .main_left .main_plusi .main_plus .img{
		background-image:linear-gradient(to top, #4cbbff, #3C7FCD);
		width:55px;
		height:55px;
		border-radius:5px;
		position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
		margin-right:15px
	}
	.main .main_left .main_plusi .main_plus .img img{
		width: 20px;
        position: relative;
        bottom: 0;
        left: 0;
	}
	.main .main_left .main_plusi .main_plus p{
		width:195px;
		line-height:160%
	}
	.main .main_right{
		position:relative;
		width:530px;
		left:150px;
	}
	.main .main_right .img_main{
		height:430px;
		width:310px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		position:absolute;
	}
	.main .main_right .img_main:nth-child(1){
		left:0;
		top:15px
	}
	.main .main_right .img_main:nth-child(n+2){
		bottom:0;
		right:0
	}
	.main .main_right .img_main img{
		width:100%;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.main .main_right .img_main p{
		position:absolute;
		bottom:0;
		left:0;
		padding:8px 20px;
		background:linear-gradient(to bottom, rgb(76 187 255) 0%, rgb(6 78 207 / 70%) 100%);
		color:#fff;
		border-radius:0 20px 0 0
	}
	.button_block{
		margin-top:50px;
		display:flex;
		align-items:center;
		justify-content:space-between
	}
	.button_block .skidka_button{
		text-align:center;
		font-size:14px;
		margin-top:5px
	}
	.button_block .skidka_button b{
		display:block;
		font-size:44px;
		line-height:44px
	}
	.brands_all{
		display:flex;
		margin-top:80px;
		align-items:center
	}
	.brands_all p{
		font-size:20px;
		width:250px;
		line-height:160%;
		font-weight:300
	}
	.brands_all .brands{
		display:flex;
		width:100%;
		margin-left:0px;
		justify-content:space-between
	}
	.brands_all .brands img{
		height:50px;
		width:auto;
		display:block !important
	}
	.brands_all .brands img:nth-child(n+2){
		margin-left:0px
	}
	.h3_block{
		display:flex;
		align-items:center
	}
	.h3_block h3{
		text-align:left;
		width:619px
	}
	.h3_block .real_case{
		padding:20px 30px 20px 65px;
		background:linear-gradient(to bottom, rgb(76 187 255) 0%, rgb(6 78 207 / 70%) 100%);
		display:flex;
		align-items:center;
		border-radius:0 10px 0 0;
		margin-left:100px;
		position:relative
	}
	.h3_block .real_case p{
		width:280px;
		font-size:18px;
		line-height:165%;
		color:#fff;
		font-weight:300
	}
	.h3_block .real_case img{
		width:90px;
		position:absolute;
		left:-45px
	}
	.case_photo{
		display:flex;
		flex-wrap:wrap;
		margin-top:60px
	}
	.case_photo a{
		width:20%;
		height:320px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.case_photo img{
		display:flex;
		width:100%;
		-o-object-fit:cover;
		object-fit:cover;
		border:1px solid #fff
	}
	.proizvodstvo{
		padding:60px;
		background:linear-gradient(to bottom, rgba(245, 245, 245, 0.7) 0%, rgba(245, 245, 245, 0.7) 100%),url(../img/bg_blur.jpg) no-repeat;
		display:flex;
		justify-content:space-between;
		border-radius:10px;
		box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#fff -12px -12px 24px 0px;
		-webkit-box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#fff -12px -12px 24px 0px;
		overflow:hidden
	}
	.proizvodstvo .proizvodstvo_left{
		width:608px
	}
	.proizvodstvo .proizvodstvo_left .adresa{
		margin-top:30px;
		display:flex
	}
	.proizvodstvo .proizvodstvo_left .adresa .adres{
		display:flex;
		align-items:center
	}
	.proizvodstvo .proizvodstvo_left .adresa .adres p{
		width:230px;
		margin-left:18px;
		font-size:18px;
		line-height:160%
	}
	.proizvodstvo .proizvodstvo_left>p{
		margin-top:40px;
		font-size:30px;
		font-weight:200;
		line-height:140%
	}
	
	.proizvodstvo .proizvodstvo_left .about_contact {
		margin-top: 50px;
		display: flex;
		align-items: center;
	}
	.proizvodstvo .proizvodstvo_left .about_contact h4 {
		font-size: 20px;
		width: 230px;
		line-height: 140%;
	}
	.proizvodstvo .proizvodstvo_left .about_contact .social {
		display: flex;
		align-items: center;
		margin-left: 0;
		margin-right: 0;
	}
	.proizvodstvo .proizvodstvo_left .about_contact .tel {
		/*margin-left: auto;*/
		margin-right: 60px;
	}
	.proizvodstvo .proizvodstvo_left  .tel a {
		font-size: 25px;
		font-weight: 800;
		text-decoration: none;
		color: #333;
		margin-top: 1px;
		display: block;
	}
	.proizvodstvo .proizvodstvo_left .about_contact .social a {
		width: 27px;
		height: 27px;
		display: flex;
		object-fit: contain;
		margin-left: 0px;
	}
	.proizvodstvo .proizvodstvo_left .about_contact .social a:nth-child(n+2) {
		margin-left: 15px;
	}
	
	.proizvodstvo .proizvodstvo_right{
		width:360px;
		position:relative
	}
	.proizvodstvo .proizvodstvo_right img{
		height:490px;
		bottom:-60px;
		position:absolute
	}
	.proizvodstvo .proizvodstvo_right .name{
		position:absolute;
		bottom:0
	}
	.proizvodstvo .proizvodstvo_right .name p{
		border-radius:0 10px 0 0;
		font-size:18px;
		padding:8px 18px;
		box-shadow:0px 10px 30px rgba(0,0,0,.1)
	}
	
	.proizvodstvo .proizvodstvo_right .name p:nth-child(1){
		background:linear-gradient(to bottom, rgb(76 187 255) 0%, rgb(6 78 207 / 70%) 100%);
		color:#fff;
		font-weight:200;
		font-size:16px
	}
	.proizvodstvo .proizvodstvo_right .name p:nth-child(2){
		background:#fff;
		color:#333;
		font-weight:bold;
		width:-webkit-max-content;
		width:-moz-max-content;
		width:max-content
	}
	.proizvodstvo h3{
		text-align:left
	}
	.foto_proizvodstvo{
		display:flex;
		justify-content:space-between;
		margin-top:60px
	}
	.foto_proizvodstvo img{
		width:30%;
		height:368px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		border-radius:10px
	}
	.bg_white{
		background:linear-gradient(to bottom, rgba(245, 245, 245, 0.7) 50%, rgba(245, 245, 245, 0.7) 100%),url(../img/bg_blur.jpg) no-repeat;
		background-size: cover;
	}
	.bg_white h3{
		width:805px;
		margin-left:auto;
		margin-right:auto
	}
	.bg_white .tabs{
		display:flex;
		flex-wrap:wrap;
		margin-top:50px;
		justify-content:space-between
	}
	.bg_white .tabs label{
		display:table-cell;
		width:15%;
		margin:0 0 -1px;
		padding:20px 20px;
		font-weight:200;
		text-align:center;
		vertical-align:middle;
		color:#333;
		background:linear-gradient(to bottom, rgba(106, 133, 182, 0.2) 0%, rgba(6, 26, 62, 0.2) 100%);
		border-radius:5px;
		box-shadow:0 10px 20px rgba(36,44,51,.03)
	}
	.bg_white .tabs label img{
		height:110px
	}
	.bg_white .tabs label p{
		font-weight:300;
		margin-top:0px;
		font-size:18px
	}
	.bg_white .tabs label:hover{
		color:#fff;
		cursor:pointer;
		background:linear-gradient(to bottom, rgb(76 187 255) 0%, rgb(6 78 207 / 70%) 100%);
	}
	.bg_white .tabs input:checked+label{
		color:#fff;
		background:linear-gradient(to bottom, rgb(76 187 255) 0%, rgb(6 78 207 / 70%) 100%);
	}
	.bg_white #tab1:checked~#content1,.bg_white #tab2:checked~#content2,.bg_white #tab3:checked~#content3,.bg_white #tab4:checked~#content4,.bg_white #tab5:checked~#content5,.bg_white #tab6:checked~#content6{
		display:flex
	}
	.bg_white .tabs section{
		display:none;
		width:100%;
		margin-top:30px;
		border-radius:10px;
		background:#fff;
		box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#f5f5f5 -12px -12px 24px 0px;
		-webkit-box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#f5f5f5 -12px -12px 24px 0px;
		border-radius:10px
	}
	.bg_white .tabs input{
		display:none
	}
	.bg_white .tabs_contet{
		justify-content:space-between;
		padding:55px 55px 50px 55px;
		flex-wrap:wrap
	}
	.bg_white .tabs_contet>img{
		width:500px;
		border-radius:10px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.bg_white .tabs_contet .tarif_info{
		width:510px
	}
	.bg_white .tabs_contet .tarif_info h4{
		font-size:37px;
		line-height:110%
	}
	.bg_white .tabs_contet .tarif_info>p{
		margin-top:15px;
		font-size:20px;
		line-height:160%;
		font-weight:200
	}
	.bg_white .tabs_contet .tarif_info .price{
		display:flex;
		font-size:20px;
		margin-top:40px
	}
	.bg_white .tabs_contet .tarif_info .price p{
		font-weight:300
	}
	.bg_white .tabs_contet .tarif_info .price p:nth-child(n+2){
		margin-left:35px
	}
	.bg_white .tabs_contet .tarif_info .button_block{
		margin-top:40px
	}
	.bg_white .tabs_contet .tarif_info .button_block .button{
		width:300px
	}
	.bg_white .tabs_contet .tarif_dop_all{
		display:flex;
		align-items:center;
		margin-top:55px;
		justify-content:space-between;
		width:100%
	}
	.bg_white .tabs_contet .tarif_dop_all .tarif_dop{
		display:flex;
		align-items:center
	}
	.bg_white .tabs_contet .tarif_dop_all .tarif_dop p{
		margin-left:17px;
		line-height:160%;
		font-size:17px;
		width:260px
	}

	.tabs_contet2{
		display:flex;
		justify-content:center;
		align-items:stretch;
		padding:30px 0
	}
	.tabs_contet2:last-child{
		padding-bottom:20px
	}
	.tabs_contet2 .price_left{
		display:flex
	}
	.tabs_contet2 .price_left .img_main{
		width:410px;
		height:460px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.tabs_contet2 .price_left .img_main a{
		width:100%;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.tabs_contet2 .price_left .img_main a img{
		width:100%;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		border-radius:5px
	}
	.tabs_contet2 .price_left .img_dop{
		width:120px;
		display:flex;
		flex-direction:column;
		justify-content:space-between;
		justify-content: center;
		margin-left:45px
	}
	.tabs_contet2 .price_left .img_dop a{
		width:100%;
		height:135px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.tabs_contet2 .price_left .img_dop a img{
		width:100%;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		border-radius:5px
	}
	.tabs_contet2 .price_right{
		width:580px;
		flex-direction:column;
		display:flex;
		justify-content:space-between
	}
	.tabs_contet2 .price_right .h2_block{
		display:flex;
		justify-content:space-between;
		align-items:center
	}
	.tabs_contet2 .price_right .h2_block h2{
		font-size:26px;
		line-height:130%;
		font-weight:600
	}
	.tabs_contet2 .price_right .h2_block .sverlenie p{
		font-size:14px;
		color:#636363;
		position:relative;
		display:flex;
		align-items:center;
		line-height:14px
	}
	.tabs_contet2 .price_right .h2_block .sverlenie p:nth-child(n+2){
		margin-top:12px
	}
	.tabs_contet2 .price_right .h2_block .sverlenie p::after{
		content:"";
		width:8px;
		height:8px;
		border-radius:50%;
		border:1px solid #009fe3;
		position:absolute;
		left:-15px
	}
	.tabs_contet2 .price_right ul{
		margin-top:-13px
	}
	.tabs_contet2 .price_right ul li{
		list-style-type:none;
		position:relative;
		display:flex;
		align-items:center;
		padding-left:16px
	}
	.tabs_contet2 .price_right ul li::after{
		content:"";
		width:6px;
		height:6px;
		border-radius:50%;
		background-color:#009fe3;
		position:absolute;
		left:0
	}
	.tabs_contet2 .price_right ul li:nth-child(n+2){
		margin-top:17px
	}
	.tabs_contet2 .price_right .cena{
		display:flex;
		justify-content:space-between;
		align-items:flex-end
	}
	.tabs_contet2 .price_right .cena p{
		display:block;
		width:-webkit-max-content;
		width:-moz-max-content;
		width:max-content;
		font-size:18px
	}
	.tabs_contet2 .price_right .cena p b{
		font-weight:600
	}
	.tabs_contet2 .price_right .cena_block{
		display:flex;
		align-items:center;
		justify-content:space-between
	}
	.tabs_contet2 .price_right .cena_block .button{
		width:360px
	}
	.tabs_contet2 .price_right .cena_block .btn_consult{
		display:flex;
		flex-wrap:wrap;
		width:190px;
		text-align:left;
		align-items:flex-start;
		justify-content:flex-start
	}
	.tabs_contet2 .price_right .cena_block .btn_consult>p{
		font-size:14px;
		width:100%;
		line-height:160%
	}
	.tabs_contet2 .price_right .cena_block .btn_consult a{
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		align-items:center;
		width:38px;
		height:38px;
		margin-top:7px
	}
	.tabs_contet2 .price_right .cena_block .btn_consult a:first-child{
		margin-right:18px
	}
	.tabs_contet2 .price_right .cena_block .btn_consult a:last-child{
		margin-left:18px
	}
	.tabs_contet2 .price_right .cena_block .btn_consult a img{
		width:100%;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		align-items:center
	}
	.circle{
		width:50px;
		height:50px;
		background:linear-gradient(to bottom, rgb(76 187 255) 0%, rgb(6 78 207 / 70%) 100%);
		border-radius:50%;
		display:flex;
		align-items:center;
		justify-content:center
	}
	.circle img{
		width:25px
	}
	.garantiya{
		display:flex;
		justify-content:space-between
	}
	.garantiya .garantiya_left{
		width:684px
	}
	.garantiya .garantiya_left h3{
		text-align:left
	}
	.garantiya .garantiya_left .logo_name{
		padding:8px 20px;
		background:linear-gradient(to bottom, rgba(106, 133, 182, 0.7) 0%, rgba(6, 26, 62, 0.7) 100%);
		width:-webkit-max-content;
		width:-moz-max-content;
		width:max-content;
		font-size:24px;
		color:#fff;
		border-radius:0 10px 0 0;
		margin-bottom:15px
	}
	.garantiya .garantiya_left>p{
		margin-top:30px;
		font-size:26px;
		line-height:160%;
		font-weight:200
	}
	.garantiya .garantiya_right{
		position:relative;
		width:400px
	}
	.garantiya .garantiya_right img{
		width:450px;
		margin-top:10px;
		margin-left:-70px
	}
	.garantiya .garantiya_right .circle{
		width:340px;
		height:340px;
		background:linear-gradient(to bottom, rgba(106, 133, 182, 0.7) 0%, rgba(6, 26, 62, 0.7) 100%);
		border-radius:50%;
		position:absolute;
		top:120px;
		z-index:-1;
		right:-20px
	}
	.bonusi_all h3{
		text-align:left
	}
	.bonusi_all .bonusi{
		display:flex;
		justify-content:space-between;
		margin-top:50px
	}
	.bonusi_all .bonusi .bonus{
		width:30%;
		padding:30px;
		border-radius:10px;
		box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#fff -12px -12px 24px 0px;
		-webkit-box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#fff -12px -12px 24px 0px;
		position:relative;
	}
	.bonusi_all .bonusi .bonus h4{
		font-size:22px;
		font-weight:400;
		margin-bottom:8px;
		line-height:130%
	}
	.bonusi_all .bonusi .bonus p{
		font-weight:300;
		line-height:150%;
		color:#686868
	}
	.bonusi_all .bonusi .bonus img{
		width:285px;
		height:185px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		margin-left:auto;
		right:0;
		bottom:0;
		position:absolute;
		border-radius:10px 0 10px 0
	}
	
	.notice-text{
		display:flex;
		justify-content:space-between;
		margin-top: 40px;
	}
	.notice-text .notice-text_info{
		display:flex;
		flex-direction:column
	}
	
	.notice-text .notice-text_info ul {
		margin-left: 30px;
	}
	
	.notice-text .notice-text_info>p b {
		font-weight: bold;
	}
	
	.notice-text .notice-text_info>p, .notice-text .notice-text_info>ul li {
		margin-top:15px;
		line-height:170%;
		font-size:18px;
		font-weight:300
	}
	.notice-text .notice-text_info h3{
		margin-left:0;
		font-weight:bold;
		text-align:left
	}
	
	.notice-text2{
		display:flex;
		justify-content:space-between;
	}
	.notice-text2 .notice-text_info{
		display:flex;
		flex-direction:column
	}
	
	.notice-text2 .notice-text_info ul {
		margin-left: 30px;
	}
	
	.notice-text2 .notice-text_info>p b, .notice-text2 .notice-text_info>ul li b {
		font-weight: bold;
	}
	
	.notice-text2 .notice-text_info>p, .notice-text2 .notice-text_info>ul li {
		margin-top:15px;
		line-height:170%;
		font-size:18px;
		font-weight:300
	}
	.notice-text2 .notice-text_info h3{
		margin-left:0;
		font-weight:bold;
		text-align:left
	}
	
	.zamer{
		padding:55px;
		background:#fff;
		display:flex;
		justify-content:space-between;
		box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#f5f5f5 -12px -12px 24px 0px;
		-webkit-box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#f5f5f5 -12px -12px 24px 0px;
		border-radius:10px
	}
	
	.zamer .zamer_right .fon {
		position: absolute;
		right: -100px;
		top: 0;
		/*width: 100%;*/
		height: 100%;
		display: flex;
		-o-object-fit: contain;
		object-fit: contain;
		z-index: 1;
	}
	
	.zamer .zamer_left .button {
		display: flex;
        margin-top: 50px;
        position: relative;
        z-index: 3;
	}
	
	.zamer .zamer_left .button .whatsapp {
		width: 290px;
        height: 70px;
        display: flex;
        align-items: center;
        background: linear-gradient(180deg, #0095ff 0%, #0095ff 100%);
        border-radius: 5px;
        font-weight: 600;
        font-size: 23px;
        line-height: 32px;
        text-decoration: none;
        justify-content: center;
        color: #FFFFFF;
        transition: 0.3s;
        transition: background 0.2s ease;
	}
	
	.zamer .zamer_left .button .whatsapp img {
	    display: flex;
        -o-object-fit: cover;
        object-fit: cover;
        margin-left: 15px;
	}
	
	.zamer .zamer_left{
		width:675px
	}
	.zamer .zamer_left h3{
		text-align:left;
		font-weight: bold;
	}
	.zamer .zamer_left .zamer_plusi{
		margin-top:40px
	}
	.zamer .zamer_left .zamer_plusi .zamer_plus{
		display:flex;
		align-items:flex-start
	}
	.zamer .zamer_left .zamer_plusi .zamer_plus p{
		margin-left:20px;
		width:450px;
		font-size:18px;
		line-height:160%;
		margin-top:-6px;
		font-weight:300
	}
	.zamer .zamer_left .zamer_plusi .zamer_plus:nth-child(n+2){
		margin-top:35px
	}
	.zamer .zamer_right{
		width:400px;
		position:relative
	}
	.zamer .zamer_right img{
		width:450px;
		position:absolute;
		bottom:-55px;
		left:-70px
	}
	.bg_dark {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%,  rgba(255, 255, 255, 0.7) 100%);
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        position: relative;
    }
	.footer_all {
        h3 {
            width: 700px;
            text-align: left;
        }

        .footer {
            display: flex;
            justify-content: space-between;

            .mmap {
                width: 630px;
                border-radius: 5px;
                overflow: hidden;
            }
            .left {
                .item {
                    font-size: 24px;
                    line-height: 140%;
                    margin-top: 30px;
                    b,a {
                        font-family: "NEXT ART", sans-serif !important;
                        color: #333;
                        text-decoration: none;
                        font-weight: 700;
                    }
                }

                .social {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    margin-top: 35px;
                    >img {
                        width: 60px;
                        height: 60px;
                        display: flex;
                        object-fit: cover;
                        border-radius: 50%;
                        margin-right: 10px;
                    }
                    p {
                        line-height: 165%;
                        b {
                            display: block;
                        }
                    }
                    .items {
                        display: flex;
                        justify-content: space-between;
                        margin-left: 15px;
        
                        a {
                            height: 40px;
                            width: auto;
                            &:nth-child(n+2) {
                                margin-left: 10px;
                            }
        
                            img {
                                width: 100%;
                                height: 100%;
                            }
                        }
                    } 
                }
            }
        }
    }
	.owl-stage-outer{
		overflow:visible !important
	}
	.owl-item{
		opacity:1 !important
	}
	.owl-item.active{
		opacity:1;
		transition:.5s all;
		webkit-transition:.5s all
	}
	.owl-stage{
		display:flex;
		width:100%
	}
	.owl-next,.owl-prev{
		width:22px;
		height:40px;
		margin-top:-20px;
		position:absolute;
		top:40%;
		display:block
	}
	.owl-theme .owl-dots,.owl-theme .owl-nav{
		text-align:center;
		-webkit-tap-highlight-color:transparent;
		margin-top:40px;
		display:block !important
	}
	.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
		background:#00534b !important
	}
	.owl-prev{
		left:-35px;
		transition:ease-in-out .2s
	}
	.owl-prev:hover{
		transform:translate(-5px);
		transition:ease-in-out .2s
	}
	.owl-next:hover{
		transform:translate(5px);
		transition:ease-in-out .2s
	}
	.owl-next{
		right:-35px;
		transition:ease-in-out .2s
	}
	.owl-theme .owl-nav [class*=owl-]:hover{
		background:none !important;
		color:#fff;
		text-decoration:none
	}
	.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{
		background:0 0;
		color:inherit;
		border:none;
		padding:0 !important;
		font:inherit;
		width:55px;
		height:55px
	}
	.owl-nav img{
		box-shadow:none !important
	}
	form{
		display:flex;
		margin-top:40px;
		flex-wrap:wrap;
		justify-content:space-between
	}
	form small{
		margin-top:8px;
		color:#a9a9a9
	}
	form .button{
		width:215px;
		height:70px
	}
	form .button p{
		font-size:18px
	}
	form input{
		height:70px;
		padding:20px;
		font-size:16px;
		border-radius:10px;
		border:none;
		background-color:#f7f7f7;
		box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#fff -12px -12px 24px 0px;
		-webkit-box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#fff -12px -12px 24px 0px;
		font-family:"Montserrat",sans-serif !important;
		font-weight:400;
		color:#333;
		z-index:10;
		margin-right:-10px;
		width:215px;
		border:1px solid #e0e0e0
	}
	form input:focus{
		box-shadow:inset 0px 0px 20px rgba(158,172,206,.3)
	}
	form input:hover{
		box-shadow:inset 0px 0px 20px rgba(158,172,206,.3)
	}
	form textarea{
		max-height:140px;
		min-height:140px;
		max-width:100%;
		min-width:100%;
		padding:20px;
		font-size:18px;
		border-radius:5px;
		border:none;
		background-color:#fefefe;
		box-shadow:inset 0px 0px 10px rgba(0,0,0,.1);
		font-family:"Montserrat",sans-serif !important;
		font-weight:500;
		color:#333;
		z-index:10;
		margin-bottom:25px
	}
	form textarea:focus{
		box-shadow:inset 0px 0px 20px rgba(95,116,164,.3)
	}
	form textarea:hover{
		box-shadow:inset 0px 0px 20px rgba(95,116,164,.3)
	}
	form ::-webkit-input-placeholder{
		color:#b0afaf;
		font-weight:500
	}
	form ::-moz-placeholder{
		color:#b0afaf;
		font-weight:500
	}
	form :-ms-input-placeholder{
		color:#b0afaf;
		font-weight:500
	}
	form :-moz-placeholder{
		color:#b0afaf;
		font-weight:500
	}
	.forma{
		background:linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 100%);
		padding:40px;
		border-radius:10px
	}
	.forma h4{
		text-align:center;
		font-size:23px;
		line-height:130%;
		font-weight:bold
	}
	.forma>p{
		text-align:center;
		margin-top:8px
	}
	.forma form{
		display:flex;
		flex-direction:column;
		margin-top:20px
	}
	.forma form input{
		width:100%;
		margin-bottom:25px
	}
	.forma form small{
		text-align:center;
		margin-top:20px;
		margin-bottom:-20px
	}
	.forma form .button{
		width:100%;
		height:70px
	}
	.forma form .button p{
		font-size:18px
	}
	.button_block {
                display: flex;
                margin-top: 50px;
                position: relative;
                z-index: 3;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: space-between;
                p {
                    text-align: center;
                    width: 100%;
                    margin-bottom: 15px;
                    b {
                        font-weight: 600;
						font-size: 16px;
						color: #333333;
                    }
                }
                .whatsapp {
                    width: 48%;
                    height: 40px;
                    display: flex;
                    align-items: center;
                    background: linear-gradient(180deg, #48C95F 0%, #2CA842 100%);
                    border-radius: 5px;
                    font-weight: 600;
                    font-size: 14px;
                    line-height: 20px;
                    text-decoration: none;
                    justify-content: center;
                    color: #FFFFFF;
                    &:hover {
                        background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
                    }
                    img {
                        display: flex;
                        object-fit: contain;
                        width: 20px;
                        height: 20px;
                        margin-left: 10px;
                    }
                }

                .tg {
                    margin-left: 0px;
                    width: 48%;
                    height: 40px;
                    display: flex;
                    align-items: center;
                    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
                    border-radius: 5px;
                    font-weight: 600;
                    font-size: 14px;
                    line-height: 32px;
                    text-decoration: none;
                    justify-content: center;
                    color: #FFFFFF;
                    &:hover {
                        background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
                    }
                    img {
                        display: flex;
                        object-fit: contain;
                        width: 20px;
                        height: 20px;
                        margin-left: 10px;
                        
                    }
                }
            }
	.desctop{
		display:flex !important
	}
	.mobile{
		display:none !important
	}
}
@media screen and (max-width: 1200px)and (min-width: 993px){
	html{
		min-width:993px;
		zoom:80%
	}
	.container{
		min-width:993px;
		margin:0 auto;
		padding:0 40px
	}
	.container2{
		width:100%;
		min-width:993px;
		margin:0 auto;
		padding:0 40px
	}
	.main{
		padding-top:150px
	}
	.main_left{
		width:639px
	}
	.main_left{
		width:628px
	}
	h1{
		font-size:39px
	}
	.menu .logo_dop{
		width:270px
	}
	.brands_all .brands{
		margin-top:70px
	}
	.case_photo a{
		width:20%;
		height:280px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.brands_jk_all{
		margin-top:60px
	}
	.bg_white .tabs_contet>img{
		width:450px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.zamer .zamer_right img{
		width:450px;
		position:absolute;
		bottom:-55px;
		left:-120px
	}
}
@media screen and (max-width: 992px)and (min-width: 700px){
	*{
		margin:0;
		padding:0;
		outline:0 !important;
		box-sizing:border-box
	}
	html{
		min-width:700px;
		line-height:145%;
		overflow-x:hidden
	}
	*:before,*:after{
		box-sizing:border-box
	}
	body{
		color:#333;
		font-family:"Manrope",sans-serif !important;
		-webkit-overflow-scrolling:touch;
		font-weight:400;
		font-style:normal;
		-webkit-text-size-adjust:100%;
		overflow:hidden
	}
	.container{
		max-width:700px;
		min-width:700px;
		margin:0 auto;
		padding:0 20px
	}
	.container2{
		max-width:700px;
		width:100%;
		min-width:700px;
		margin:0 auto;
		padding:0 20px
	}
	.cd-auto-hide-header{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:70px;
		transition:transform .5s;
		z-index:30;
		display:flex;
		align-items:center
	}
	.cd-auto-hide-header.is-hidden{
		transform:translateY(0%)
	}
	.animate{
		background-color:#fff;
		box-shadow:0 4px 10px rgba(0,0,0,.05)
	}
	section{
		padding:40px 0
	}
	header{
		background:linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.7) 100%);
		background-size:cover;
		background-position:center center;
		position:relative;
		padding-bottom:60px
	}
	h3{
		font-size:34px;
		font-weight:300;
		text-align:center;
		line-height:140%;
		width:100%
	}
	h3 span{
		font-weight:500;
		color:#008aff
	}
	.for{
		display:flex;
		align-items:center;
		justify-content:space-between;
		margin-top:35px;
		flex-wrap:wrap
	}
	.for b{
		font-size:20px;
		font-weight:500;
		width:100%;
		text-align:center
	}
	.for .for_item{
		display:flex;
		align-items:center;
		flex-direction:column;
		margin-top:30px
	}
	.for .for_item p{
		font-size:16px;
		margin-left:0px;
		margin-top:5px
	}
	.for .for_item .check_blue{
		background-color:#009fe3;
		display:flex;
		align-items:center;
		border-radius:50%;
		width:30px;
		height:30px;
		display:flex;
		align-items:center;
		justify-content:center
	}
	.for .for_item .check_blue img{
		width:12px
	}
	.tabs_contet2 .portfolio_right_img{
		width:100%
	}
	.portfolio_right_img a{
		width:100%;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.tabs_contet2 .portfolio_right_img>img{
		width:100%;
		height:390px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		border-radius:5px;
		display:block
	}
	.tabs_contet2{
		display:flex;
		justify-content:space-between;
		align-items:stretch;
		flex-direction:column
	}
	.tabs_contet2 .price_left{
		display:flex;
		justify-content: space-around;
	}
	.tabs_contet2 .price_left .img_main{
		width:450px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.tabs_contet2 .price_left .img_main a{
		width:100%;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.tabs_contet2 .price_left .img_main a img{
		width:100%;
		display:flex;
		flex-wrap: wrap;
		-o-object-fit:cover;
		object-fit:cover;
		border-radius:5px
	}
	.tabs_contet2 .price_left .img_dop{
		width:140px;
		display:flex;
		flex-direction:column;
		justify-content:space-between;
		margin-left:25px
	}
	.tabs_contet2 .price_left .img_dop a{
		width:100%;
		height:120px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.tabs_contet2 .price_left .img_dop a img{
		width:100%;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		border-radius:5px
	}
	.tabs_contet2 .price_right{
		width:100%;
		flex-direction:column;
		display:flex;
		justify-content:space-between;
		align-items: center;
		margin-top:30px
	}
	.tabs_contet2 .price_right .h2_block{
		display:flex;
		justify-content:space-between;
		align-items:center
	}
	.tabs_contet2 .price_right .h2_block h2{
		font-size:26px;
		line-height:130%;
		font-weight:600
	}
	.tabs_contet2 .price_right .h2_block .sverlenie p{
		font-size:14px;
		color:#636363;
		position:relative;
		display:flex;
		align-items:center;
		line-height:14px
	}
	.tabs_contet2 .price_right .h2_block .sverlenie p:nth-child(n+2){
		margin-top:12px
	}
	.tabs_contet2 .price_right .h2_block .sverlenie p::after{
		content:"";
		width:8px;
		height:8px;
		border-radius:50%;
		border:1px solid #009fe3;
		position:absolute;
		left:-15px
	}
	.tabs_contet2 .price_right ul{
		margin-top:20px;
		margin-bottom:25px
	}
	.tabs_contet2 .price_right ul li{
		list-style-type:none;
		position:relative;
		display:flex;
		align-items:center;
		padding-left:16px
	}
	.tabs_contet2 .price_right ul li::after{
		content:"";
		width:6px;
		height:6px;
		border-radius:50%;
		background-color:#009fe3;
		position:absolute;
		left:0
	}
	.tabs_contet2 .price_right ul li:nth-child(n+2){
		margin-top:17px
	}
	.tabs_contet2 .price_right .cena{
		display:flex;
		justify-content:flex-start;
		align-items:flex-end;
		margin-bottom:30px
	}
	.tabs_contet2 .price_right .cena p{
		display:block;
		width:-webkit-max-content;
		width:-moz-max-content;
		width:max-content;
		font-size:18px
	}
	.tabs_contet2 .price_right .cena p:nth-child(n+2){
		margin-left:40px
	}
	.tabs_contet2 .price_right .cena p b{
		font-weight:600
	}
	.tabs_contet2 .price_right .cena_block{
		display:flex;
		align-items:center;
		justify-content:flex-start
	}
	.tabs_contet2 .price_right .cena_block .button{
		width:360px
	}
	.tabs_contet2 .price_right .cena_block .btn_consult{
		margin-left:40px;
		display:flex;
		flex-wrap:wrap;
		width:190px;
		text-align:left;
		align-items:flex-start;
		justify-content:flex-start
	}
	.tabs_contet2 .price_right .cena_block .btn_consult>p{
		font-size:14px;
		width:100%;
		line-height:160%
	}
	.tabs_contet2 .price_right .cena_block .btn_consult a{
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		align-items:center;
		width:38px;
		height:38px;
		margin-top:7px
	}
	.tabs_contet2 .price_right .cena_block .btn_consult a:first-child{
		margin-right:18px
	}
	.tabs_contet2 .price_right .cena_block .btn_consult a:last-child{
		margin-left:18px
	}
	.tabs_contet2 .price_right .cena_block .btn_consult a img{
		width:100%;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		align-items:center
	}
	.gold_text{
		background:-webkit-linear-gradient(-90deg, #F5B900, #9E6500);
		-webkit-background-clip:text;
		-webkit-text-fill-color:transparent
	}
	.blue_text{
		background:-webkit-linear-gradient(-90deg, #6A85B6, #061A3E);
		-webkit-background-clip:text;
		-webkit-text-fill-color:transparent
	}
	.button{
		cursor:pointer;
		border-radius:10px;
		position:relative;
		overflow:hidden;
		cursor:pointer;
		z-index:10;
		width:490px;
		height:90px;
		font-size:18px
	}
	.button button{
		height:100%;
		width:100%;
		background-image:linear-gradient(to bottom, #FEE591, #F9B233);
		font-family:"Geometria",sans-serif !important;
		cursor:pointer;
		border:none;
		color:#682500;
		font-weight:500;
		transition:background .2s ease;
		width:100%;
		transition:.3s
	}
	.button button p{
		position:relative;
		z-index:1;
		font-size:20px
	}
	.button button:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		border-radius:10px;
		background-image:linear-gradient(to bottom, #F9B233, #FEE591);
		opacity:0;
		transition:.3s
	}
	.button button:hover:before{
		opacity:1
	}
	.menu{
		display:flex;
		justify-content:space-between;
		align-items:center
	}
	.menu p{
		font-size:14px;
		line-height:180%;
		font-weight:400
	}
	.menu p b{
		font-weight:700
	}
	.menu .logo{
		display:flex;
		align-items:center
	}
	.menu .logo img{
		width:160px
	}
	.menu .logo b{
		width:-webkit-max-content;
		width:-moz-max-content;
		width:max-content;
		margin-left:15px;
		font-size:17px;
		font-weight:800;
		line-height:130%;
		background:-webkit-linear-gradient(45deg, #6A85B6, #061A3E);
		-webkit-background-clip:text;
		-webkit-text-fill-color:transparent
	}
	.menu .logo b span{
		display:block
	}
	.menu .logo_dop{
		border-left:1px solid #6a85b6;
		padding-left:15px;
		width:265px;
		margin-right:auto;
		margin-left:30px;
		display:none
	}
	.menu .adr{
		display:flex;
		align-items:center
	}
	.menu .adr img{
		width:52px
	}
	.menu .adr p{
		width:200px;
		margin-left:15px
	}
	.menu .social{
		display:flex;
		flex-direction:row;
		align-items:center;
		margin-right:30px;
		margin-left:auto
	}
	.menu .social a{
		height:30px;
		font-size:14px;
		width:30px;
		width:auto;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		align-items:center;
		margin-right:15px;
		color:#333;
		text-decoration:none
	}
	.menu .social a:last-child{
		margin-right:0
	}
	.menu .social a img{
		width:100%;
		height:100%;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.menu .tel{
		text-align:right
	}
	.menu .tel p{
		margin-top:-8px;
		font-size:12px
	}
	.menu .tel a{
		font-size:22px;
		font-weight:800;
		text-decoration:none;
		color:#333;
		margin-top:0px;
		display:block
	}
	.main{
		padding-top:120px;
		display:flex;
		justify-content:space-between;
		align-items:stretch
	}
	.main .main_left{
		width:100%
	}
	.main .main_left h1{
		font-size:50px;
		font-weight:300;
		line-height:125%
	}
	.main .main_left h1 span{
		color:#b7d445
	}
	.main .main_left .h1_dop{
		margin-top:25px;
		font-size:20px;
		line-height:140%;
		font-weight:300;
		color:#fff;
		background:linear-gradient(to bottom, rgb(76 187 255) 0%, rgb(6 78 207 / 70%) 100%);
		width:-webkit-max-content;
		width:-moz-max-content;
		width:max-content;
		padding:9px 22px;
		border-radius:0 10px 0 0;
		background-size:cover
	}
	.main .main_left .main_plusi{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		width:590px
	}
	.main .main_left .main_plusi .main_plus{
		display:flex;
		align-items:center;
		margin-top:50px
	}
	.main .main_left .main_plusi .main_plus img{
		width:65px;
		height:65px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		border-radius:10px;
		overflow:hidden;
		margin-right:15px
	}
	.main .main_left .main_plusi .main_plus p{
		width:175px;
		line-height:160%
	}
	.main .main_right{
		position:relative;
		width:100%;
		height:350px;
		display:block;
		margin-top:40px
	}
	.main .main_right .img_main{
		height:280px;
		width:400px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		position:absolute;
		box-shadow:0px 10px 30px rgba(0,0,0,.1)
	}
	.main .main_right .img_main:nth-child(1){
		left:0;
		top:15px
	}
	.main .main_right .img_main:nth-child(n+2){
		bottom:0;
		right:0
	}
	.main .main_right .img_main img{
		width:100%;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.main .main_right .img_main p{
		position:absolute;
		bottom:0;
		left:0;
		padding:8px 20px;
		background:linear-gradient(to bottom, rgb(76 187 255) 0%, rgb(6 78 207 / 70%) 100%);
		color:#fff;
		border-radius:0 20px 0 0
	}
	.button_block{
		margin-top: 50px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		flex-direction: column
	}
	.button_block .skidka_button{
		text-align:center;
		font-size:14px;
		margin-top:5px
	}
	.button_block .skidka_button b{
		display:block;
		font-size:44px;
		line-height:44px
	}
	.brands_all{
		display:flex;
		margin-top:80px;
		align-items:center
	}
	.brands_all p{
		font-size:20px;
		width:250px;
		line-height:160%;
		font-weight:300
	}
	.brands_all .brands{
		display:flex;
		width:100%;
		margin-left:0px;
		justify-content:space-between
	}
	.brands_all .brands img{
		height:50px;
		width:auto;
		display:block !important
	}
	.brands_all .brands img:nth-child(n+2){
		margin-left:0px
	}
	.h3_block{
		display:flex;
		align-items:flex-start;
		flex-direction:column
	}
	.h3_block h3{
		text-align:center;
		width:619px
	}
	.h3_block .real_case{
		padding:20px 30px 20px 65px;
		background:linear-gradient(to bottom, rgb(76 187 255) 0%, rgb(6 78 207 / 70%) 100%);
		display:flex;
		align-items:center;
		border-radius:0 10px 0 0;
		margin-left:auto;
		position:relative;
		margin-top:30px;
		margin-right:auto
	}
	.h3_block .real_case p{
		width:280px;
		font-size:18px;
		line-height:165%;
		color:#fff;
		font-weight:300
	}
	.h3_block .real_case img{
		width:90px;
		position:absolute;
		left:-45px
	}
	.case_photo{
		display:flex;
		flex-wrap:wrap;
		margin-top:60px
	}
	.case_photo a{
		width:20%;
		height:180px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.case_photo img{
		display:flex;
		width:100%;
		-o-object-fit:cover;
		object-fit:cover;
		border:1px solid #fff
	}
	.brands_jk_all{
		margin-top:50px
	}
	.brands_jk{
		background:linear-gradient(to bottom, rgb(76 187 255) 0%, rgb(6 78 207 / 70%) 100%);
		border-radius:0 10px 0 0;
		padding:20px 20px;
		display:flex;
		align-items:center;
		justify-content:space-between;
		margin-top:40px
	}
	.brands_jk img{
		height:40px
	}
	.proizvodstvo{
		padding:50px;
		background:linear-gradient(to right, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 100%),url(../img/bg_blur.jpg) no-repeat;
		
		display:flex;
		justify-content:space-between;
		flex-direction:column;
		border-radius:10px;
		box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#fff -12px -12px 24px 0px;
		-webkit-box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#fff -12px -12px 24px 0px
	}
	.proizvodstvo .proizvodstvo_left{
		width:100%
	}
	.proizvodstvo .proizvodstvo_left .adresa{
		margin-top:30px;
		display:flex;
		flex-direction:column
	}
	.proizvodstvo .proizvodstvo_left .adresa .adres{
		display:flex;
		align-items:center
	}
	.proizvodstvo .proizvodstvo_left .adresa .adres:nth-child(n+2){
		margin-top:30px
	}
	.proizvodstvo .proizvodstvo_left .adresa .adres p{
		width:200px;
		margin-left:18px;
		font-size:18px;
		line-height:160%
	}
	.proizvodstvo .proizvodstvo_left>p{
		margin-top:40px;
		font-size:20px;
		font-weight:200;
		line-height:150%;
		width:100%;
		text-align:center
	}
	.proizvodstvo .proizvodstvo_right{
		width:100%;
		position:relative;
		display:block;
		height:500px;
		display:flex;
		justify-content:center;
		margin-top:10px
	}
	.proizvodstvo .proizvodstvo_right img{
		height:450px;
		bottom:-10px;
		position:absolute;
	}
	.proizvodstvo .proizvodstvo_right .name{
		position:absolute;
		bottom:0
	}
	.proizvodstvo .proizvodstvo_right .name p{
		border-radius:0 10px 0 0;
		font-size:18px;
		padding:8px 18px;
		box-shadow:0px 10px 30px rgba(0,0,0,.1)
	}
	.proizvodstvo .proizvodstvo_right .name p:nth-child(1){
		background:linear-gradient(to bottom, rgb(76 187 255) 0%, rgb(6 78 207 / 70%) 100%);
		color:#fff;
		font-weight:200;
		font-size:16px
	}
	.proizvodstvo .proizvodstvo_right .name p:nth-child(2){
		background:#fff;
		color:#333;
		font-weight:bold;
		width:-webkit-max-content;
		width:-moz-max-content;
		width:max-content
	}
	.proizvodstvo h3{
		text-align:center
	}
	.foto_proizvodstvo{
		display:flex;
		justify-content:space-between;
		margin-top:60px
	}
	.foto_proizvodstvo img{
		width:30%;
		height:200px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		border-radius:10px
	}
	.bg_white{
		background:linear-gradient(to bottom, rgba(245, 245, 245, 0.7) 0%, rgba(245, 245, 245, 0.7) 100%);
	}
	.bg_white h3{
		width:100%;
		margin-left:auto;
		margin-right:auto
	}
	.bg_white .tabs{
		display:flex;
		flex-wrap:wrap;
		margin-top:50px;
		justify-content:space-between
	}
	.bg_white .tabs label{
		display:table-cell;
		width:30%;
		margin:0 0 -1px;
		padding:20px 20px;
		font-weight:200;
		text-align:center;
		vertical-align:middle;
		color:#333;
		background:linear-gradient(to bottom, rgba(106, 133, 182, 0.2) 0%, rgba(6, 26, 62, 0.2) 100%);
		border-radius:5px;
		box-shadow:0 10px 20px rgba(36,44,51,.03)
	}
	.bg_white .tabs label:nth-child(n+8){
		margin-top:20px
	}
	.bg_white .tabs label img{
		height:110px
	}
	.bg_white .tabs label p{
		font-weight:300;
		margin-top:0px;
		font-size:18px
	}
	.bg_white .tabs label:hover{
		color:#fff;
		cursor:pointer;
		background:linear-gradient(to bottom, rgba(106, 133, 182, 0.7) 0%, rgba(6, 26, 62, 0.7) 100%);
	}
	.bg_white .tabs input:checked+label{
		color:#fff;
		background:linear-gradient(to bottom, rgb(76 187 255) 0%, rgb(6 78 207 / 70%) 100%);
	}
	.bg_white #tab1:checked~#content1,.bg_white #tab2:checked~#content2,.bg_white #tab3:checked~#content3,.bg_white #tab4:checked~#content4,.bg_white #tab5:checked~#content5,.bg_white #tab6:checked~#content6{
		display:flex
	}
	.bg_white .tabs section{
		display:none;
		width:100%;
		margin-top:30px;
		border-radius:10px;
		background:#fff;
		box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#f5f5f5 -12px -12px 24px 0px;
		-webkit-box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#f5f5f5 -12px -12px 24px 0px;
		border-radius:10px
	}
	.bg_white .tabs input{
		display:none
	}
	.bg_white .tabs_contet{
		justify-content:space-between;
		padding:55px 55px 50px 55px;
		flex-wrap:wrap
	}
	.bg_white .tabs_contet>img{
		width:100%;
		border-radius:10px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.bg_white .tabs_contet .tarif_info{
		width:100%;
		margin-top:30px
	}
	.bg_white .tabs_contet .tarif_info h4{
		font-size:41px;
		line-height:110%
	}
	.bg_white .tabs_contet .tarif_info>p{
		margin-top:15px;
		font-size:20px;
		line-height:160%;
		font-weight:200
	}
	.bg_white .tabs_contet .tarif_info .price{
		display:flex;
		font-size:20px;
		margin-top:40px
	}
	.bg_white .tabs_contet .tarif_info .price p{
		font-weight:300
	}
	.bg_white .tabs_contet .tarif_info .price p:nth-child(n+2){
		margin-left:35px
	}
	.bg_white .tabs_contet .tarif_info .button_block{
		margin-top:40px
	}
	.bg_white .tabs_contet .tarif_info .button_block .button{
		width:360px
	}
	.bg_white .tabs_contet .tarif_dop_all{
		display:flex;
		align-items:center;
		margin-top:35px;
		justify-content:space-between;
		width:100%;
		flex-wrap:wrap
	}
	.bg_white .tabs_contet .tarif_dop_all .tarif_dop{
		display:flex;
		align-items:center;
		flex-direction:column
	}
	.bg_white .tabs_contet .tarif_dop_all .tarif_dop:nth-child(n+3){
		margin-top:30px;
		margin-left:auto;
		margin-right:auto
	}
	.bg_white .tabs_contet .tarif_dop_all .tarif_dop p{
		margin-top:15px;
		margin-left:0px;
		line-height:160%;
		font-size:17px;
		width:261px;
		text-align:center
	}
	.circle{
		width:50px;
		height:50px;
		background:linear-gradient(to bottom, rgb(76 187 255) 0%, rgb(6 78 207 / 70%) 100%);
		border-radius:50%;
		display:flex;
		align-items:center;
		justify-content:center
	}
	.circle img{
		width:25px
	}
	.garantiya{
		display:flex;
		justify-content:space-between;
		flex-direction:column
	}
	.garantiya .garantiya_left{
		width:100%
	}
	.garantiya .garantiya_left h3{
		text-align:left
	}
	.garantiya .garantiya_left .logo_name{
		padding:8px 20px;
		background:linear-gradient(to bottom, rgba(106, 133, 182, 0.7) 0%, rgba(6, 26, 62, 0.7) 100%);
		width:-webkit-max-content;
		width:-moz-max-content;
		width:max-content;
		font-size:24px;
		color:#fff;
		border-radius:0 10px 0 0;
		margin-bottom:15px
	}
	.garantiya .garantiya_left>p{
		margin-top:30px;
		font-size:26px;
		line-height:160%;
		font-weight:200
	}
	.garantiya .garantiya_right{
		position:relative;
		width:400px;
		margin-top:20px;
		margin-left:auto;
		margin-right:auto
	}
	.garantiya .garantiya_right img{
		width:450px;
		margin-top:40px;
		margin-left:-70px
	}
	.garantiya .garantiya_right .circle{
		width:340px;
		height:340px;
		background:linear-gradient(to bottom, rgba(106, 133, 182, 0.7) 0%, rgba(6, 26, 62, 0.7) 100%);
		border-radius:50%;
		position:absolute;
		top:120px;
		z-index:-1;
		right:-20px
	}
	.bonusi_all{
		margin-top:30px
	}
	.bonusi_all h3{
		text-align:left
	}
	.bonusi_all .bonusi{
		display:flex;
		justify-content:space-between;
		margin-top:50px;
		flex-wrap:wrap
	}
	.bonusi_all .bonusi .bonus{
		width:47%;
		padding:30px;
		border-radius:10px;
		box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#fff -12px -12px 24px 0px;
		-webkit-box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#fff -12px -12px 24px 0px;
		position:relative;
	}
	.bonusi_all .bonusi .bonus:nth-child(n+3){
		margin-top:40px;
		margin-left:auto;
		margin-right:auto
	}
	.bonusi_all .bonusi .bonus h4{
		font-size:22px;
		font-weight:300;
		margin-bottom:8px;
		line-height:130%
	}
	.bonusi_all .bonusi .bonus p{
		font-weight:300;
		line-height:150%;
		color:#686868
	}
	.bonusi_all .bonusi .bonus img{
		width:255px;
		height:165px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		margin-left:auto;
		right:0;
		bottom:0;
		position:absolute;
		border-radius:10px 0 10px 0
	}
	.zamer{
		padding:55px;
		background:#fff;
		display:flex;
		justify-content:space-between;
		box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#f5f5f5 -12px -12px 24px 0px;
		-webkit-box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#f5f5f5 -12px -12px 24px 0px;
		border-radius:10px;
		overflow:hidden
	}
	.zamer .zamer_left{
		width:430px
	}
	.zamer .zamer_left h3{
		text-align:left
	}
	.zamer .zamer_left .zamer_plusi{
		margin-top:40px
	}
	.zamer .zamer_left .zamer_plusi .zamer_plus{
		display:flex;
		align-items:flex-start
	}
	.zamer .zamer_left .zamer_plusi .zamer_plus p{
		margin-left:20px;
		width:360px;
		font-size:18px;
		line-height:160%;
		margin-top:-6px;
		font-weight:300
	}
	.zamer .zamer_left .zamer_plusi .zamer_plus:nth-child(n+2){
		margin-top:35px
	}
	.zamer .zamer_right{
		width:0px;
		position:relative
	}
	.zamer .zamer_right img{
		width:370px;
		position:absolute;
		bottom:-55px;
		left:-215px
	}
	.owl-stage-outer{
		overflow:visible !important
	}
	.owl-item{
		opacity:1 !important
	}
	.owl-item.active{
		opacity:1;
		transition:.5s all;
		webkit-transition:.5s all
	}
	.owl-stage{
		display:flex;
		width:100%
	}
	.owl-next,.owl-prev{
		width:22px;
		height:40px;
		margin-top:-20px;
		position:absolute;
		top:40%;
		display:block
	}
	.owl-theme .owl-dots,.owl-theme .owl-nav{
		text-align:center;
		-webkit-tap-highlight-color:transparent;
		margin-top:40px;
		display:block !important
	}
	.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
		background:#00534b !important
	}
	.owl-prev{
		left:-35px;
		transition:ease-in-out .2s
	}
	.owl-prev:hover{
		transform:translate(-5px);
		transition:ease-in-out .2s
	}
	.owl-next:hover{
		transform:translate(5px);
		transition:ease-in-out .2s
	}
	.owl-next{
		right:-35px;
		transition:ease-in-out .2s
	}
	.owl-theme .owl-nav [class*=owl-]:hover{
		background:none !important;
		color:#fff;
		text-decoration:none
	}
	.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{
		background:0 0;
		color:inherit;
		border:none;
		padding:0 !important;
		font:inherit;
		width:55px;
		height:55px
	}
	.owl-nav img{
		box-shadow:none !important
	}
	form{
		display:flex;
		margin-top:40px;
		flex-wrap:wrap;
		justify-content:space-between
	}
	form small{
		margin-top:8px;
		color:#a9a9a9;
		text-align:center
	}
	form .button{
		width:215px;
		height:70px;
		margin-left:auto;
		margin-right:auto;
		margin-top:10px
	}
	form .button p{
		font-size:18px
	}
	form input{
		height:70px;
		padding:20px;
		font-size:16px;
		border-radius:10px;
		border:none;
		background-color:#f7f7f7;
		box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#fff -12px -12px 24px 0px;
		-webkit-box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#fff -12px -12px 24px 0px;
		font-family:"Montserrat",sans-serif !important;
		font-weight:400;
		color:#333;
		z-index:10;
		margin-right:-10px;
		width:215px;
		border:1px solid #e0e0e0
	}
	form input:focus{
		box-shadow:inset 0px 0px 20px rgba(158,172,206,.3)
	}
	form input:hover{
		box-shadow:inset 0px 0px 20px rgba(158,172,206,.3)
	}
	form textarea{
		max-height:140px;
		min-height:140px;
		max-width:100%;
		min-width:100%;
		padding:20px;
		font-size:18px;
		border-radius:5px;
		border:none;
		background-color:#fefefe;
		box-shadow:inset 0px 0px 10px rgba(0,0,0,.1);
		font-family:"Montserrat",sans-serif !important;
		font-weight:500;
		color:#333;
		z-index:10;
		margin-bottom:25px
	}
	form textarea:focus{
		box-shadow:inset 0px 0px 20px rgba(95,116,164,.3)
	}
	form textarea:hover{
		box-shadow:inset 0px 0px 20px rgba(95,116,164,.3)
	}
	form ::-webkit-input-placeholder{
		color:#b0afaf;
		font-weight:500
	}
	form ::-moz-placeholder{
		color:#b0afaf;
		font-weight:500
	}
	form :-ms-input-placeholder{
		color:#b0afaf;
		font-weight:500
	}
	form :-moz-placeholder{
		color:#b0afaf;
		font-weight:500
	}
	.forma{
		background:linear-gradient(to bottom, rgba(245, 245, 245, 0.7) 0%, rgba(245, 245, 245, 0.7) 100%);
		padding:40px;
		border-radius:10px
	}
	.forma h4{
		text-align:center;
		font-size:23px;
		line-height:130%;
		font-weight:bold
	}
	.forma>p{
		text-align:center;
		margin-top:8px
	}
	.forma form{
		display:flex;
		flex-direction:column;
		margin-top:20px
	}
	.forma form input{
		width:100%;
		margin-bottom:25px
	}
	.forma form small{
		text-align:center;
		margin-top:20px;
		margin-bottom:-20px
	}
	.forma form .button{
		width:100%;
		height:70px
	}
	.forma form .button p{
		font-size:18px
	}
	.desctop{
		display:none !important
	}
	.mobile{
		display:none
	}
}
@media screen and (max-width: 700px){
	*{
		margin:0;
		padding:0;
		outline:0 !important;
		box-sizing:border-box
	}
	html{
		min-width:320px;
		line-height:145%;
		overflow-x:hidden
	}
	*:before,*:after{
		box-sizing:border-box
	}
	body{
		color:#333;
		font-family:"Manrope",sans-serif !important;
		-webkit-overflow-scrolling:touch;
		font-weight:300;
		font-style:normal;
		-webkit-text-size-adjust:100%;
		overflow:hidden
	}
	.container{
		max-width:350px;
		min-width:320px;
		margin:0 auto;
		padding:0 20px
	}
	.container2{
		max-width:350px;
		width:100%;
		min-width:320px;
		margin:0 auto;
		padding:0 20px
	}
	.cd-auto-hide-header{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:60px;
		transition:transform .5s;
		z-index:30;
		display:flex;
		align-items:center;
		flex-wrap:wrap
	}
	.footer_all {
        h3 {
            width: 100%;
            text-align: center;
        }

        .footer {
            display: flex;
            justify-content: space-between;
            flex-direction: column;

            .mmap {
                width: 100%;
                height: 400px;
                margin-top: 50px;
                border-radius: 5px;
                overflow: hidden;
            }
            .left {
                .item {
                    font-size: 20px;
                    line-height: 140%;
                    margin-top: 30px;
                    text-align: center;
                    b,a {
                        font-family: "NEXT ART", sans-serif !important;
                        color: #333;
                        text-decoration: none;
                        font-weight: 700;
                    }
                }

                .social {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    margin-top: 35px;
                    margin-left: auto;
                    margin-right: auto;
                    width: 100%;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    >img {
                        width: 60px;
                        height: 60px;
                        display: flex;
                        object-fit: cover;
                        border-radius: 50%;
                        margin-right: 10px;
                        display: none;
                    }
                    p {
                        line-height: 165%;
                        text-align: center;
                        b {
                            display: block;
                        }
                    }
                    .items {
                        display: flex;
                        justify-content: space-between;
                        margin-left: 0px;
                        margin-top: 10px;
        
                        a {
                            height: 40px;
                            width: auto;
                            &:nth-child(n+2) {
                                margin-left: 10px;
                            }
        
                            img {
                                width: 100%;
                                height: 100%;
                            }
                        }
                    } 
                }
            }
        }
    }
	nav {
		align-items: center;
	}
	.desc_only {
		display: none !important;
	}
	.cd-auto-hide-header.is-hidden{
		transform:translateY(0%)
	}
	.animate{
		background-color:#fff;
		box-shadow:0 4px 10px rgba(0,0,0,.05)
	}
	section{
		padding:30px 0
	}
	header{
		background:linear-gradient(to right, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 100%);
		background-size:cover;
		background-position:center center;
		position:relative;
		padding-bottom:30px
	}
	h3{
		font-size:22px;
		font-weight:300;
		text-align:center;
		line-height:140%;
		width:100%
	}
	h3 span{
		font-weight:500;
		color:#008aff
	}
	.for{
		display:flex;
		align-items:center;
		justify-content:space-between;
		margin-top:35px;
		flex-wrap:wrap;
		margin-bottom:25px
	}
	.for b{
		font-size:20px;
		font-weight:500;
		width:100%;
		text-align:center
	}
	.for .for_item{
		display:flex;
		align-items:center;
		flex-direction:column;
		margin-top:30px;
		width:100%
	}
	.for .for_item p{
		font-size:16px;
		margin-left:0px;
		margin-top:5px
	}
	.for .for_item .check_blue{
		background-color:#009fe3;
		display:flex;
		align-items:center;
		border-radius:50%;
		width:30px;
		height:30px;
		display:flex;
		align-items:center;
		justify-content:center
	}
	.for .for_item .check_blue img{
		width:12px
	}
	.send_project {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%,  rgba(255, 255, 255, 0.7) 100%),url(../img/bg_blur.jpg);
        border-radius: 5px;
        padding: 35px 25px;
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        

        .phone {
            position: absolute;
            width: 200px;
            bottom: 0;
            z-index: 2;
        }
        &::after {
            content: '';
            position: absolute;
            display: block;
            top: 10px;
            left: 10px;
            bottom: 10px;
            right: 10px;
            border-radius: 15px 5px; 
            padding: 1px; 
            background:linear-gradient(14deg,rgba(255,255,255, 1),rgba(255,255,255, 0),rgba(255,255,255, 1)); 
            -webkit-mask: 
                linear-gradient(#fff 0 0) content-box, 
                linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
                    mask-composite: exclude;
            z-index: 2;
        }

        .info {
            width: 100%;
            margin-left: auto;
            position: relative;
            z-index: 3;
            p {
                font-size: 17px;
                font-weight: 300;
                line-height: 160%;
            }

            .button_block {
                display: flex;
                margin-top: 30px;
                position: relative;
                width: 100%;
                z-index: 3;
                flex-direction: column;
                margin-top: 240px;
                .whatsapp {
                    width: 100%;
                    height: 60px;
                    display: flex;
                    align-items: center;
                    background: linear-gradient(180deg, #48C95F 0%, #2CA842 100%);
                    border-radius: 5px;
                    font-weight: 600;
                    font-size: 20px;
                    line-height: 20px;
                    text-decoration: none;
                    justify-content: center;
                    color: #FFFFFF;
                    &:hover {
                        background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
                    }
                    img {
                        display: flex;
                        object-fit: contain;
                        width: 35px;
                        height: 35px;
                        margin-left: 15px;
                    }
                }

                .tg {
                    margin-left: 0px;
                    margin-top: 15px;
                    width: 100%;
                    height: 60px;
                    display: flex;
                    align-items: center;
                    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
                    border-radius: 5px;
                    font-weight: 600;
                    font-size: 20px;
                    line-height: 32px;
                    text-decoration: none;
                    justify-content: center;
                    color: #FFFFFF;
                    &:hover {
                        background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
                    }
                    img {
                        display: flex;
                        object-fit: contain;
                        width: 35px;
                        height: 35px;
                        margin-left: 15px;
                        
                    }
                }
            }
            
        }
    }
	.tabs_contet2 .portfolio_right_img{
		width:100%
	}
	.portfolio_right_img a{
		width:100%;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.tabs_contet2 .portfolio_right_img>img{
		width:100%;
		height:390px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		border-radius:5px;
		display:block
	}
	.tabs_contet2{
		display:flex;
		justify-content:space-between;
		align-items:stretch;
		flex-direction:column;
		padding:35px 0
	}
	.tabs_contet2:last-child{
		padding-bottom:20px
	}
	.tabs_contet2 .price_left{
		display:flex;
		flex-direction:column
	}
	.tabs_contet2 .price_left .img_main{
		width:100%;
		height:300px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.tabs_contet2 .price_left .img_main a{
		width:100%;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.tabs_contet2 .price_left .img_main a img{
		width:100%;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		border-radius:5px
	}
	.tabs_contet2 .price_left .img_dop{
		width:100%;
		display:flex;
		flex-direction:row;
		justify-content:space-between;
		margin-left:0px;
		margin-top:15px
	}
	.tabs_contet2 .price_left .img_dop a{
		width:30%;
		height:80px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.tabs_contet2 .price_left .img_dop a img{
		width:100%;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		border-radius:5px
	}
	.tabs_contet2 .price_right{
		width:100%;
		flex-direction:column;
		display:flex;
		justify-content:space-between;
		margin-top:25px
	}
	.tabs_contet2 .price_right .h2_block{
		display:flex;
		justify-content:flex-start;
		align-items:flex-start;
		flex-direction:column
	}
	.tabs_contet2 .price_right .h2_block h2{
		font-size:24px;
		line-height:130%;
		font-weight:600
	}
	.tabs_contet2 .price_right .h2_block .sverlenie{
		display:flex;
		margin-top:10px
	}
	.tabs_contet2 .price_right .h2_block .sverlenie p{
		font-size:14px;
		color:#636363;
		position:relative;
		display:flex;
		align-items:center;
		line-height:14px;
		left:15px
	}
	.tabs_contet2 .price_right .h2_block .sverlenie p:nth-child(n+2){
		margin-top:0px;
		margin-left:35px
	}
	.tabs_contet2 .price_right .h2_block .sverlenie p::after{
		content:"";
		width:8px;
		height:8px;
		border-radius:50%;
		border:1px solid #009fe3;
		position:absolute;
		left:-15px
	}
	.tabs_contet2 .price_right ul{
		margin-top:25px;
		margin-bottom:25px
	}
	.tabs_contet2 .price_right ul li{
		list-style-type:none;
		position:relative;
		display:flex;
		align-items:center;
		padding-left:16px
	}
	.tabs_contet2 .price_right ul li::after{
		content:"";
		width:6px;
		height:6px;
		border-radius:50%;
		background-color:#009fe3;
		position:absolute;
		left:0
	}
	.tabs_contet2 .price_right ul li:nth-child(n+2){
		margin-top:17px
	}
	.tabs_contet2 .price_right .cena{
		display:flex;
		justify-content:flex-start;
		align-items:flex-start;
		margin-bottom:30px;
		flex-direction:column
	}
	.tabs_contet2 .price_right .cena p{
		display:block;
		width:-webkit-max-content;
		width:-moz-max-content;
		width:max-content;
		font-size:17px
	}
	.tabs_contet2 .price_right .cena p:nth-child(n+2){
		margin-left:0px;
		margin-top:13px
	}
	.tabs_contet2 .price_right .cena p b{
		font-weight:600
	}
	.tabs_contet2 .price_right .cena_block{
		display:flex;
		align-items:center;
		justify-content:flex-start;
		flex-direction:column
	}
	.tabs_contet2 .price_right .cena_block .button{
		width:100%
	}
	.tabs_contet2 .price_right .cena_block .btn_consult{
		margin-left:0px;
		margin-top:20px;
		display:flex;
		flex-wrap:wrap;
		width:190px;
		text-align:left;
		align-items:flex-start;
		justify-content:center;
		text-align:center
	}
	.tabs_contet2 .price_right .cena_block .btn_consult>p{
		font-size:14px;
		width:100%;
		line-height:160%
	}
	.tabs_contet2 .price_right .cena_block .btn_consult a{
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		align-items:center;
		width:38px;
		height:38px;
		margin-top:7px
	}
	.tabs_contet2 .price_right .cena_block .btn_consult a:first-child{
		margin-right:18px
	}
	.tabs_contet2 .price_right .cena_block .btn_consult a:last-child{
		margin-left:18px
	}
	.tabs_contet2 .price_right .cena_block .btn_consult a img{
		width:100%;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		align-items:center
	}
	.gold_text{
		background:-webkit-linear-gradient(-90deg, #018fff, #018fff);
		-webkit-background-clip:text;
		-webkit-text-fill-color:transparent;
		display:inline-block !important
	}
	.blue_text{
		background:linear-gradient(-90deg, #6A85B6, #061A3E);
		background:-webkit-linear-gradient(-90deg, #6A85B6, #061A3E);
		-webkit-background-clip:text;
		-webkit-text-fill-color:transparent;
		display:block !important
	}
	.button{
		cursor:pointer;
		border-radius:10px;
		position:relative;
		overflow:hidden;
		cursor:pointer;
		z-index:10;
		width:100%;
		height:90px;
		font-size:18px;
	}
	.button button{
		height:100%;
		width:100%;
		background-image:linear-gradient(to bottom, #FEE591, #F9B233);
		font-family:"Geometria",sans-serif !important;
		cursor:pointer;
		border:none;
		color:#682500;
		font-weight:500;
		transition:background .2s ease;
		width:100%;
		transition:.3s;
		padding:0 20px
	}
	.button button p{
		position:relative;
		z-index:1;
		font-size:20px
	}
	.button button:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		border-radius:10px;
		background-image:linear-gradient(to bottom, #F9B233, #FEE591);
		opacity:0;
		transition:.3s
	}
	.button button:hover:before{
		opacity:1
	}
	.menu{
		display:flex;
		justify-content:space-between;
		align-items:center
	}
	.menu p{
		font-size:14px;
		line-height:180%;
		font-weight:400
	}
	.menu p b{
		font-weight:700
	}
	.menu .logo{
		display:flex;
		align-items:center
	}
	.menu .logo img{
		width:150px
	}
	.menu .logo b{
		width:45px;
		margin-left:10px;
		display:inline-block;
		font-size:14px;
		font-weight:800;
		line-height:130%;
		height:100%
	}
	.menu .logo_dop{
		border-left:1px solid #6a85b6;
		padding-left:15px;
		width:265px;
		margin-right:auto;
		margin-left:30px;
		display:none
	}
	.menu .adr{
		display:flex;
		align-items:center
	}
	.menu .adr img{
		width:52px
	}
	.menu .adr p{
		width:200px;
		margin-left:15px
	}
	.menu .social{
		display:flex;
		flex-direction:row;
		align-items:center;
		margin-right:auto;
		margin-left:auto;
		display:none;
		order:5 !important;
		justify-content:space-between;
		width:100% !important
	}
	.menu .social a{
		height:30px;
		font-size:14px;
		width:30px;
		width:auto;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		align-items:center;
		margin-right:15px;
		color:#333;
		text-decoration:none
	}
	.menu .social a:last-child{
		margin-right:0
	}
	.menu .social a img{
		width:100%;
		height:100%;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.menu .tel{
		text-align:right
	}
	.menu .tel p{
		margin-top:-3px;
		font-size:11px
	}
	.menu .tel a{
		font-size:19px;
		font-weight:800;
		text-decoration:none;
		color:#333;
		margin-top:0px;
		display:block
	}
	.main{
		padding-top:100px;
		display:flex;
		justify-content:space-between;
		align-items:stretch
	}
	.main .main_left{
		width:100%
	}
	.main .main_left h1{
		font-size:20px;
		line-height:135%
	}
	.main .main_left h1 span{
		color:#b7d445
	}
	.main .main_left .h1_dop{
		margin-top:15px;
		font-size:16px;
		line-height:140%;
		width:100%;
		font-weight:300;
		color:#fff;
		background:linear-gradient(to bottom, rgb(76 187 255) 0%, rgb(6 78 207 / 70%) 100%);
		padding:9px 22px;
		border-radius:0 10px 0 0;
		background-size:cover
	}
	
	.main .main_left .main_plusi .main_plus{
		display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: 45px;
	}
	
	.main .main_left .main_plusi .main_plus .img{
		width: 55px;
        border-radius: 5px;
        height: 55px;
        background-image: linear-gradient(to top, #4cbbff, #3C7FCD);
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex
	}

	.main .main_left .main_plusi .main_plus .img img {
		width: 20px;
        position: relative;
        bottom: 0;
        left: 0;	
	}
	
	.main .main_left .main_plusi .main_plus p{
		font-size: 16px;
        width: 208px;
        margin-left: 22px;
        line-height: 150%
	}
	.main .main_right{
		position:relative;
		width:100%;
		display:flex;
		justify-content: center;
        align-items: center;
        flex-direction: column;
		
	}
	.main .main_right .img_main{
		height:280px;
		width:55%;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		position:relative;
	}
	.main .main_right .img_main:nth-child(1){
		left:0;
		top:15px
	}
	.main .main_right .img_main:nth-child(n+2){
		bottom:0;
		right:0
	}
	.main .main_right .img_main img{
		width:100%;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.main .main_right .img_main p{
		position:absolute;
		bottom:0;
		left:0;
		padding:4px 15px;
		background:linear-gradient(to bottom, rgb(76 187 255) 0%, rgb(6 78 207 / 70%) 100%);
		color:#fff;
		border-radius:0 20px 0 0;
		font-size:14px
	}
	.button_block{
		margin-top:50px;
		display:flex;
		align-items:center;
		justify-content:space-between;
		width:100%;
		flex-direction:column
	}
	.button_block .skidka_button{
		text-align:center;
		font-size:14px;
		margin-top:5px;
		order:1;
		margin-bottom:15px
	}
	.button_block .skidka_button b{
		display:block;
		font-size:44px;
		line-height:44px
	}
	.brands_all{
		display:flex;
		margin-top:40px;
		align-items:center
	}
	.brands_all p{
		font-size:20px;
		width:250px;
		line-height:160%;
		font-weight:300
	}
	.brands_all .brands{
		display:flex;
		width:100%;
		margin-left:0px;
		justify-content:space-between
	}
	.brands_all .brands img{
		height:30px;
		width:auto;
		display:block !important
	}
	.brands_all .brands img:nth-child(n+2){
		margin-left:0px
	}
	.h3_block{
		display:flex;
		align-items:flex-start;
		flex-direction:column
	}
	.h3_block h3{
		text-align:center;
		width:100%
	}
	.h3_block .real_case{
		padding:20px 20px 20px 20px;
		background:linear-gradient(to bottom, rgb(76 187 255) 0%, rgb(6 78 207 / 70%) 100%);
		display:flex;
		align-items:center;
		border-radius:0 10px 0 0;
		margin-left:auto;
		position:relative;
		margin-top:40px;
		margin-right:auto;
		flex-direction:column;
		width:100%
	}
	.h3_block .real_case p{
		width:100%;
		font-size:15px;
		line-height:145%;
		color:#fff;
		font-weight:300;
		text-align:center
	}
	.h3_block .real_case img{
		width:70px;
		position:absolute;
		top:-40px
	}
	.case_photo{
		display:flex;
		flex-wrap:wrap;
		margin-top:50px
	}
	.case_photo a{
		width:25%;
		height:90px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.case_photo img{
		display:flex;
		width:100%;
		-o-object-fit:cover;
		object-fit:cover;
		border:1px solid #fff
	}
	
	.brands_jk_all{
		margin-top:50px
	}
	.brands_jk{
		background:linear-gradient(to bottom, rgba(106, 133, 182, 0.7) 0%, rgba(6, 26, 62, 0.7) 100%);
		border-radius:0 10px 0 0;
		padding:20px 20px;
		display:flex;
		align-items:center;
		justify-content:space-around;
		margin-top:30px;
		flex-wrap:wrap
	}
	.brands_jk img{
		height:45px;
		width:30%;
		display:flex;
		-o-object-fit:contain;
		object-fit:contain
	}
	.brands_jk img:nth-child(n+4){
		margin-top:20px
	}
	.brands_jk img:last-child{
		height:30px
	}
	.proizvodstvo{
		padding:30px;
		background:linear-gradient(to right, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 100%),url(../img/bg_blur.jpg) no-repeat;
		display:flex;
		justify-content:space-between;
		flex-direction:column;
		border-radius:10px;
		box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#fff -12px -12px 24px 0px;
		-webkit-box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#fff -12px -12px 24px 0px;
		overflow:hidden
	}
	.proizvodstvo .proizvodstvo_left{
		width:100%
	}
	.proizvodstvo .proizvodstvo_left .adresa{
		margin-top:30px;
		display:flex;
		flex-direction:column
	}
	.proizvodstvo .proizvodstvo_left .adresa .adres{
		display:flex;
		align-items:center
	}
	.proizvodstvo .proizvodstvo_left .adresa .adres:nth-child(n+2){
		margin-top:30px
	}
	.proizvodstvo .proizvodstvo_left .adresa .adres p{
		width:200px;
		margin-left:18px;
		font-size:15px;
		line-height:160%
	}
	.proizvodstvo .proizvodstvo_left>p{
		margin-top:40px;
		font-size:18px;
		font-weight:200;
		line-height:150%;
		width:100%;
		text-align:center
	}
	
	.proizvodstvo .proizvodstvo_left .about_contact {
		margin-top: 0px;
		display: flex;
		align-items: center;
		flex-direction: column;
		text-align: center;
		margin-top: 40px
	}
	
	.proizvodstvo .proizvodstvo_left .about_contact h4 {
		font-size: 18px;
		width: 208px;
		line-height: 140%;
		margin-bottom: 0;
	}
	.proizvodstvo .proizvodstvo_left .about_contact .social {
		display:flex;
		flex-direction:row;
		align-items:center;
		margin-right:auto !important;
		margin-left:auto !important;
		order:5 !important;
		margin-top:20px;
		flex-wrap:wrap;
		text-align:center;
		align-items: stretch;
		justify-content:center
	}
	.proizvodstvo .proizvodstvo_left .about_contact .tel {
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
	.proizvodstvo .proizvodstvo_left .about_contact .social a {
		height:35px;
		font-size:14px;
		width:35px;
		width:auto;
		display:flex;
		-o-object-fit:contain;
		object-fit:contain;
		align-items:center;
		margin-right:25px;
		color:#333;
		text-decoration:none;
		margin-left:auto
	}
	.proizvodstvo .proizvodstvo_left.about_contact .social a:nth-child(n+2) {
		margin-left: 15px;
	}
	
	.proizvodstvo .proizvodstvo_left .tel a {
		font-size: 19px;
		color: #2574de;
		text-decoration: none;
		font-weight: 700;
	}
	
	.proizvodstvo .proizvodstvo_left .tel p {
		margin-bottom: -2px;
		font-size: 11px;
	}
	.proizvodstvo .proizvodstvo_right{
		width:100%;
		position:relative;
		display:block;
		height:320px;
		display:flex;
		justify-content:center;
		margin-top:0
	}
	.proizvodstvo .proizvodstvo_right img{
		width:250px;
		bottom:-55px;
		position:absolute
	}
	.proizvodstvo .proizvodstvo_right .name{
		position:absolute;
		bottom:0
	}
	.proizvodstvo .proizvodstvo_right .name p{
		border-radius:0 10px 0 0;
		font-size:18px;
		padding:8px 18px;
		box-shadow:0px 10px 30px rgba(0,0,0,.1)
	}
	.proizvodstvo .proizvodstvo_right .name p:nth-child(1){
		background:linear-gradient(to bottom, rgb(76 187 255) 0%, rgb(6 78 207 / 70%) 100%);
		color:#fff;
		font-weight:200;
		font-size:16px
	}
	.proizvodstvo .proizvodstvo_right .name p:nth-child(2){
		background:#fff;
		color:#333;
		font-weight:bold;
		width:-webkit-max-content;
		width:-moz-max-content;
		width:max-content
	}
	.proizvodstvo h3{
		text-align:center
	}
	.foto_proizvodstvo{
		display:flex;
		justify-content:space-between;
		margin-top:60px;
		flex-direction:column
	}
	.foto_proizvodstvo img{
		width:100%;
		height:310px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		border-radius:10px
	}
	.foto_proizvodstvo img:nth-child(n+2){
		margin-top:30px
	}
	.bg_white{
		background:linear-gradient(to right, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 100%),url(../img/bg_blur.jpg) no-repeat
	}
	.bg_white h3{
		width:100%;
		margin-left:auto;
		margin-right:auto
	}
	.bg_white .tabs{
		display:flex;
		flex-wrap:wrap;
		margin-top:30px;
		justify-content:space-between
	}
	.bg_white .tabs label{
		display:table-cell;
		width:47%;
		margin:0 0 -1px;
		padding:10px 10px;
		font-weight:200;
		text-align:center;
		vertical-align:middle;
		color:#333;
		background:linear-gradient(to bottom, rgba(106, 133, 182, 0.2) 0%, rgba(6, 26, 62, 0.2) 100%);
		border-radius:5px;
		box-shadow:0 10px 20px rgba(36,44,51,.03)
	}
	.bg_white .tabs label:nth-child(n+5){
		margin-top:20px
	}
	.bg_white .tabs label img{
		height:110px
	}
	.bg_white .tabs label p{
		font-weight:300;
		margin-top:0px;
		font-size:15px
	}
	.bg_white .tabs label:hover{
		color:#fff;
		cursor:pointer;
		background:linear-gradient(to bottom, rgba(106, 133, 182, 0.7) 0%, rgba(6, 26, 62, 0.7) 100%),url(../img/bg_blur.jpg) no-repeat
	}
	.bg_white .tabs input:checked+label{
		color:#fff;
		background:linear-gradient(to bottom, rgb(76 187 255) 0%, rgb(6 78 207 / 70%) 100%);
	}
	.bg_white #tab1:checked~#content1,.bg_white #tab2:checked~#content2,.bg_white #tab3:checked~#content3,.bg_white #tab4:checked~#content4,.bg_white #tab5:checked~#content5,.bg_white #tab6:checked~#content6{
		display:flex
	}
	.bg_white .tabs section{
		display:none;
		width:100%;
		margin-top:30px;
		border-radius:10px;
		background:#fff;
		box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#f5f5f5 -12px -12px 24px 0px;
		-webkit-box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#f5f5f5 -12px -12px 24px 0px;
		border-radius:10px
	}
	.bg_white .tabs input{
		display:none
	}
	.bg_white .tabs_contet{
		justify-content:space-between;
		padding:30px;
		flex-wrap:wrap
	}
	.bg_white .tabs_contet>img{
		width:100%;
		border-radius:10px;
		height:180px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.bg_white .tabs_contet .tarif_info{
		width:100%;
		margin-top:25px
	}
	.bg_white .tabs_contet .tarif_info h4{
		font-size:22px;
		line-height:110%
	}
	.bg_white .tabs_contet .tarif_info>p{
		margin-top:15px;
		font-size:14px;
		line-height:160%;
		font-weight:300
	}
	.bg_white .tabs_contet .tarif_info .price{
		display:flex;
		font-size:20px;
		margin-top:20px;
		justify-content:space-between
	}
	.bg_white .tabs_contet .tarif_info .price p{
		font-weight:300;
		font-size:16px
	}
	.bg_white .tabs_contet .tarif_info .price p b{
		display:block
	}
	.bg_white .tabs_contet .tarif_info .price p:nth-child(n+2){
		margin-left:auto
	}
	.bg_white .tabs_contet .tarif_info .button_block{
		margin-top:30px
	}
	.bg_white .tabs_contet .tarif_info .button_block .button{
		width:100%
	}
	.bg_white .tabs_contet .tarif_dop_all{
		display:flex;
		align-items:center;
		margin-top:35px;
		justify-content:space-between;
		width:100%;
		flex-wrap:wrap
	}
	.bg_white .tabs_contet .tarif_dop_all .tarif_dop{
		display:flex;
		align-items:center;
		flex-direction:column
	}
	.bg_white .tabs_contet .tarif_dop_all .tarif_dop:nth-child(n+2){
		margin-top:20px;
		margin-left:auto;
		margin-right:auto
	}
	.bg_white .tabs_contet .tarif_dop_all .tarif_dop p{
		margin-top:15px;
		margin-left:0px;
		line-height:160%;
		width:100%;
		text-align:center
	}
	.circle{
		width:50px;
		height:50px;
		background:linear-gradient(to bottom, rgb(76 187 255) 0%, rgb(6 78 207 / 70%) 100%);
		border-radius:50%;
		display:flex;
		align-items:center;
		justify-content:center
	}
	.circle img{
		width:25px
	}
	.garantiya{
		display:flex;
		justify-content:space-between;
		flex-direction:column
	}
	.garantiya .garantiya_left{
		width:100%
	}
	.garantiya .garantiya_left h3{
		text-align:left;
		font-size:21px
	}
	.garantiya .garantiya_left .logo_name{
		padding:8px 20px;
		background:linear-gradient(to bottom, rgba(106, 133, 182, 0.7) 0%, rgba(6, 26, 62, 0.7) 100%),url(../img/bg_blur.jpg) no-repeat;
		width:-webkit-max-content;
		width:-moz-max-content;
		width:max-content;
		font-size:24px;
		color:#fff;
		border-radius:0 10px 0 0;
		margin-bottom:15px
	}
	.garantiya .garantiya_left>p{
		margin-top:15px;
		font-size:18px;
		line-height:160%;
		font-weight:200
	}
	.garantiya .garantiya_right{
		position:relative;
		width:100%;
		margin-top:20px;
		margin-left:auto;
		margin-right:auto
	}
	.garantiya .garantiya_right img{
		width:100%;
		margin-top:20px;
		margin-left:0px
	}
	.garantiya .garantiya_right .circle{
		width:240px;
		height:240px;
		background:linear-gradient(to bottom, rgba(106, 133, 182, 0.7) 0%, rgba(6, 26, 62, 0.7) 100%),url(../img/bg_blur.jpg) no-repeat;
		border-radius:50%;
		position:absolute;
		top:70px;
		z-index:-1;
		right:0px
	}
	.bonusi_all{
		margin-top:0
	}
	.bonusi_all h3{
		text-align:left
	}
	.bonusi_all .bonusi{
		display:flex;
		justify-content:space-between;
		margin-top:30px;
		flex-wrap:wrap
	}
	.bonusi_all .bonusi .bonus{
		width:100%;
		padding:30px;
		border-radius:10px;
		box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#fff -12px -12px 24px 0px;
		-webkit-box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#fff -12px -12px 24px 0px;
		position:relative;
	}
	.bonusi_all .bonusi .bonus:nth-child(n+2){
		margin-top:50px;
		margin-left:auto;
		margin-right:auto
	}
	.bonusi_all .bonusi .bonus h4{
		font-size:19px;
		font-weight:300;
		margin-bottom:8px;
		line-height:130%
	}
	.bonusi_all .bonusi .bonus p{
		font-weight:300;
		line-height:150%;
		color:#686868;
		font-size:13px
	}
	.bonusi_all .bonusi .bonus img{
		width:235px;
		height:145px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover;
		margin-left:auto;
		right:0;
		bottom:0;
		position:absolute;
		border-radius:10px 0 10px 0
	}
	.zamer{
		padding:30px;
		background:#fff;
		display:flex;
		justify-content:space-between;
		box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#f5f5f5 -12px -12px 24px 0px;
		-webkit-box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#f5f5f5 -12px -12px 24px 0px;
		border-radius:10px;
		overflow:hidden
	}
	.zamer .zamer_left{
		width:100%
	}
	.zamer .zamer_left h3{
		text-align:center
	}
	.zamer .zamer_left form{
	}
	.zamer .zamer_left .zamer_plusi{
		margin-top:30px
	}
	.zamer .zamer_left .zamer_plusi .zamer_plus{
		display:flex;
		align-items:center;
		flex-direction:column
	}
	.zamer .zamer_left .zamer_plusi .zamer_plus p{
		margin-left:0px;
		width:100%;
		font-size:14px;
		line-height:160%;
		margin-top:-6px;
		font-weight:300;
		text-align:center;
		margin-top:20px
	}
	.zamer .zamer_left .zamer_plusi .zamer_plus:nth-child(n+2){
		margin-top:25px
	}
	
	.zamer .zamer_left .button {
		display: flex;
        margin-top: 40px;
        position: relative;
        z-index: 3;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
	}
	
	.zamer .zamer_left .button .whatsapp {
		width: 100%;
        height: 90px;
        display: flex;
        align-items: center;
        background: linear-gradient(180deg, #0095ff 0%, #0095ff 100%);
        border-radius: 5px;
        font-weight: 600;
        font-size: 23px;
        line-height: 32px;
        text-decoration: none;
        justify-content: center;
        color: #FFFFFF;
        transition: 0.3s;
        transition: background 0.2s ease;
	}
	
	.zamer .zamer_left .button .whatsapp img {
		display: flex;
        -o-object-fit: cover;
        object-fit: cover;
        margin-left: 15px
	}
	
	.zamer .zamer_right{
		width:0px;
		position:relative
	}
	.zamer .zamer_right img{
		width:250px;
		position:absolute;
		bottom:175px;
		left:-235px;
		display: none;
	}
	.owl-stage-outer{
		overflow:visible !important
	}
	.owl-item{
		opacity:1 !important
	}
	.owl-item.active{
		opacity:1;
		transition:.5s all;
		webkit-transition:.5s all
	}
	.owl-stage{
		display:flex;
		width:100%
	}
	.owl-next,.owl-prev{
		width:22px;
		height:40px;
		margin-top:-20px;
		position:absolute;
		top:40%;
		display:block
	}
	.owl-theme .owl-dots,.owl-theme .owl-nav{
		text-align:center;
		-webkit-tap-highlight-color:transparent;
		margin-top:40px;
		display:block !important
	}
	.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
		background:#00534b !important
	}
	.owl-prev{
		left:-35px;
		transition:ease-in-out .2s
	}
	.owl-prev:hover{
		transform:translate(-5px);
		transition:ease-in-out .2s
	}
	.owl-next:hover{
		transform:translate(5px);
		transition:ease-in-out .2s
	}
	.owl-next{
		right:-35px;
		transition:ease-in-out .2s
	}
	.owl-theme .owl-nav [class*=owl-]:hover{
		background:none !important;
		color:#fff;
		text-decoration:none
	}
	.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{
		background:0 0;
		color:inherit;
		border:none;
		padding:0 !important;
		font:inherit;
		width:55px;
		height:55px
	}
	.owl-nav img{
		box-shadow:none !important
	}
	form{
		display:flex;
		margin-top:40px;
		flex-wrap:wrap;
		justify-content:space-between
	}
	form small{
		margin-top:10px;
		color:#a9a9a9;
		text-align:center;
		order:3;
		z-index:3;
		font-size:12px;
		line-height:145%
	}
	form .button{
		width:100%;
		height:70px;
		margin-left:auto;
		margin-right:auto;
		margin-top:0px
	}
	form .button p{
		font-size:18px
	}
	form input{
		height:70px;
		padding:20px;
		font-size:16px;
		border-radius:10px;
		margin-bottom:15px;
		border:none;
		background-color:#f7f7f7;
		box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#fff -12px -12px 24px 0px;
		-webkit-box-shadow:rgba(163,177,198,.2) 12px 12px 24px 0px,#fff -12px -12px 24px 0px;
		font-family:"Montserrat",sans-serif !important;
		font-weight:400;
		color:#333;
		z-index:10;
		margin-right:-10px;
		width:100%;
		border:1px solid #e0e0e0
	}
	form input:focus{
		box-shadow:inset 0px 0px 20px rgba(158,172,206,.3)
	}
	form input:hover{
		box-shadow:inset 0px 0px 20px rgba(158,172,206,.3)
	}
	form textarea{
		max-height:140px;
		min-height:140px;
		max-width:100%;
		min-width:100%;
		padding:20px;
		font-size:18px;
		border-radius:5px;
		border:none;
		background-color:#fefefe;
		box-shadow:inset 0px 0px 10px rgba(0,0,0,.1);
		font-family:"Montserrat",sans-serif !important;
		font-weight:500;
		color:#333;
		z-index:10;
		margin-bottom:25px
	}
	form textarea:focus{
		box-shadow:inset 0px 0px 20px rgba(95,116,164,.3)
	}
	form textarea:hover{
		box-shadow:inset 0px 0px 20px rgba(95,116,164,.3)
	}
	form ::-webkit-input-placeholder{
		color:#b0afaf;
		font-weight:500
	}
	form ::-moz-placeholder{
		color:#b0afaf;
		font-weight:500
	}
	form :-ms-input-placeholder{
		color:#b0afaf;
		font-weight:500
	}
	form :-moz-placeholder{
		color:#b0afaf;
		font-weight:500
	}
	.forma{
		background:linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 100%);
		padding:30px;
		border-radius:10px
	}
	.forma h4{
		text-align:center;
		font-size:20px;
		line-height:130%;
		font-weight:bold
	}
	.forma>p{
		text-align:center;
		margin-top:8px;
		font-size:13px;
		line-height:150%
	}
	.forma form{
		display:flex;
		flex-direction:column;
		margin-top:15px
	}
	.forma form input{
		width:100%;
		margin-bottom:15px
	}
	.forma form small{
		text-align:center;
		margin-top:15px;
		margin-bottom:-25px
	}
	.forma form .button{
		width:100%;
		height:70px
	}
	.forma form .button p{
		font-size:18px
	}
	.button_block {
                display: flex;
                margin-top: 20px;
                position: relative;
                z-index: 3;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: space-between;
                p {
                    text-align: center;
                    width: 100%;
                    margin-bottom: 15px;
                    font-size: 14px;
                    line-height: 145%;
                    b {
                        font-weight: 600;
						font-size: 16px;
						color: #333333;
                    }
                }
                .whatsapp {
                    width: 48%;
                    height: 40px;
                    display: flex;
                    align-items: center;
                    background: linear-gradient(180deg, #48C95F 0%, #2CA842 100%);
                    border-radius: 5px;
                    font-weight: 600;
                    font-size: 14px;
                    line-height: 20px;
                    text-decoration: none;
                    justify-content: center;
                    color: #FFFFFF;
                    &:hover {
                        background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
                    }
                    img {
                        display: flex;
                        object-fit: contain;
                        width: 20px;
                        height: 20px;
                        margin-left: 10px;
                    }
                }

                .tg {
                    margin-left: 0px;
                    width: 48%;
                    height: 40px;
                    display: flex;
                    align-items: center;
                    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
                    border-radius: 5px;
                    font-weight: 600;
                    font-size: 14px;
                    line-height: 32px;
                    text-decoration: none;
                    justify-content: center;
                    color: #FFFFFF;
                    &:hover {
                        background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
                    }
                    img {
                        display: flex;
                        object-fit: contain;
                        width: 20px;
                        height: 20px;
                        margin-left: 10px;
                        
                    }
                }
            }
	.social{
		display:flex;
		flex-direction:row;
		align-items:center;
		margin-right:auto !important;
		margin-left:auto !important;
		display:none;
		order:5 !important;
		margin-top:20px;
		flex-wrap:wrap;
		text-align:center;
		justify-content:center
	}
	.social a{
		height:35px;
		font-size:14px;
		width:35px;
		width:auto;
		display:flex;
		-o-object-fit:contain;
		object-fit:contain;
		align-items:center;
		margin-right:25px;
		color:#333;
		text-decoration:none;
		margin-left:auto
	}
	.social a:last-child{
		margin-right:auto;
		margin-left:0
	}
	.social a:first-child{
		width:100%;
		text-align:center;
		margin-left:auto;
		margin-right:0;
		justify-content:center;
		display:flex;
		margin-bottom:5px
	}
	.social a img{
		width:100%;
		height:100%;
		display:flex;
		-o-object-fit:contain;
		object-fit:contain;
		align-items:center
	}
	.desctop{
		display:none !important
	}
	.mobile{
		display:flex !important
	}
	
	
}




input[type=tel],input[type=submit],input[type=text],input[type=name],textarea{
	-webkit-appearance:none
}
img{
	pointer-events:none !important
}
img{
	opacity:1;
	transition:opacity .4s
}
img[data-src]{
	opacity:0
}
.callback-bt-tel{
	background:linear-gradient(to bottom, #FEE591, #F9B233);
	border:2px solid #f9b233;
	border-radius:50%;
	box-shadow:0 8px 10px rgba(249,178,51,.3);
	cursor:pointer;
	height:50px;
	text-align:center;
	width:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	right:5%;
	bottom:8%;
	z-index:999;
	transition:.3s;
	-webkit-animation:hoverWave linear 2s infinite;
	animation:hoverWave linear 2s infinite;
	position:fixed
}
.callback-bt-tel .text-call{
	height:58px;
	width:58px;
	border-radius:50%;
	position:relative;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center
}
.callback-bt-tel .text-call span{
	text-align:center;
	color:#f9b233;
	opacity:0;
	font-size:0;
	position:absolute;
	right:4px;
	top:22px;
	line-height:14px;
	font-weight:600;
	text-transform:uppercase;
	transition:opacity .6s linear
}
.callback-bt-tel .text-call:hover span{
	opacity:1;
	font-size:11px
}
.callback-bt-tel i{
	animation:1200ms ease 0s normal none 1 running shake;
	animation-iteration-count:infinite;
	-webkit-animation:1200ms ease 0s normal none 1 running shake;
	-webkit-animation-iteration-count:infinite;
	display:flex;
	align-items:center;
	justify-content:center
}
.callback-bt-desctop{
	background:linear-gradient(to bottom, #FEE591, #F9B233);
	border:2px solid #f9b233;
	border-radius:50%;
	box-shadow:0 8px 10px rgba(249,178,51,.3);
	cursor:pointer;
	height:70px;
	text-align:center;
	width:70px;
	display:flex;
	align-items:center;
	justify-content:center;
	right:5%;
	bottom:5%;
	z-index:999;
	transition:.3s;
	-webkit-animation:hoverWave linear 2s infinite;
	animation:hoverWave linear 2s infinite;
	position:fixed
}
.callback-bt-desctop .text-call{
	height:58px;
	width:58px;
	border-radius:50%;
	position:relative;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center
}
.callback-bt-desctop .text-call span{
	text-align:center;
	color:#f9b233;
	opacity:0;
	font-size:0;
	position:absolute;
	right:4px;
	top:22px;
	line-height:14px;
	font-weight:600;
	text-transform:uppercase;
	transition:opacity .6s linear
}

.navigaciya {
  width: 100%;
  background: #018fff;
  margin-top: 0px;
}

nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 13px;
  padding: 2px 0;
}

nav a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  font-size: 15px;
}

nav a:hover {
  color: #a3bded;
}

@media (max-width: 993px) {
  /* Скрываем список меню в мобильной версии */
  .mobile-menu {
    width: 100% !important;
    margin: 0 auto;
    background-color: #138ff1;
    margin-top: 0px;
    padding: 0;
  }
  .mobile-menu .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }
  .mobile-menu .social p {
    margin-left: 0px;
    font-weight: 300;
    line-height: 160%;
    text-align: left;
    font-size: 14px !important;
    width: -moz-max-content;
    width: max-content;
    background-color: inherit;
  }
  .mobile-menu .social p b {
    display: block;
    font-size: 12px !important;
    font-weight: 600;
  }
  .mobile-menu .social img {
    width: 40px;
    height: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .mobile-menu .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .mobile-menu .social .items a {
    height: 45px;
    width: 45px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mobile-menu .social .items a:nth-child(n+2) {
    margin-left: 12px;
  }
  .mobile-menu .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .menu-list {
    display: none;
    padding-top: 5px;
  }
  .menu-list li {
    list-style-type: none;
    border-bottom: 1px solid #fff;
    padding: 10px;
  }
  /* Стилизуем кнопку переключения меню */
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    text-align: center;
    cursor: pointer;
    width: 100%;
  }
  .menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #333;
    transition: all 0.2s ease;
  }
  .menu-toggle p {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
	color: #fff;
    line-height: 14px;
    border: 0;
    margin: 0;
    padding: 5px 0;
    background-color: #138ff1;
  }
  .menu-toggle span:first-child {
    transform-origin: left center;
  }
  .menu-toggle span:last-child {
    transform-origin: right center;
  }
  /* Добавляем стили для раскрытия меню */
  .menu-open .menu-list {
    display: block;
  }
  .menu-open .menu-toggle span:first-child {
    transform: rotate(45deg);
  }
  .menu-open .menu-toggle span:last-child {
    transform: rotate(-45deg);
  }
  .menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  /* Добавляем стили для выделения текущей активной ссылки */
  .menu-list a.active {
    font-weight: bold;
  }
  .menu-open > p {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .menu-open > p::after {
    content: "×";
    margin-left: 6px;
    margin-top: 2px;
    line-height: 0;
    right: -15px;
  }
}

.fa-phone{
	margin-right:0px;
	margin-top:0px;
	display:flex;
	align-items:center;
	justify-content:center
}
.callback-bt-desctop .text-call:hover span{
	opacity:1;
	font-size:11px
}
.callback-bt-desctop i{
	animation:1200ms ease 0s normal none 1 running shake;
	animation-iteration-count:infinite;
	-webkit-animation:1200ms ease 0s normal none 1 running shake;
	-webkit-animation-iteration-count:infinite
}
@-webkit-keyframes hoverWave{
	0%{
		box-shadow:0 8px 10px rgba(249,178,51,.3),0 0 0 0 rgba(249,178,51,.2),0 0 0 0 rgba(249,178,51,.2)
	}
	40%{
		box-shadow:0 8px 10px rgba(249,178,51,.3),0 0 0 10px rgba(249,178,51,.2),0 0 0 0 rgba(249,178,51,.2)
	}
	80%{
		box-shadow:0 8px 10px rgba(249,178,51,.3),0 0 0 15px rgba(249,178,51,0),0 0 0 12px rgba(249,178,51,.067)
	}
	100%{
		box-shadow:0 8px 10px rgba(249,178,51,.3),0 0 0 15px rgba(249,178,51,0),0 0 0 25px rgba(249,178,51,0)
	}
}
@keyframes hoverWave{
	0%{
		box-shadow:0 8px 10px rgba(249,178,51,.3),0 0 0 0 rgba(249,178,51,.2),0 0 0 0 rgba(249,178,51,.2)
	}
	40%{
		box-shadow:0 8px 10px rgba(249,178,51,.3),0 0 0 10px rgba(249,178,51,.2),0 0 0 0 rgba(249,178,51,.2)
	}
	80%{
		box-shadow:0 8px 10px rgba(249,178,51,.3),0 0 0 15px rgba(249,178,51,0),0 0 0 12px rgba(249,178,51,.067)
	}
	100%{
		box-shadow:0 8px 10px rgba(249,178,51,.3),0 0 0 15px rgba(249,178,51,0),0 0 0 25px rgba(249,178,51,0)
	}
}
@keyframes shake{
	0%{
		transform:rotateZ(10deg);
		-ms-transform:rotateZ(10deg);
		-webkit-transform:rotateZ(10deg)
	}
	50%{
		transform:rotateZ(-2deg);
		-ms-transform:rotateZ(-2deg);
		-webkit-transform:rotateZ(-2deg)
	}
	100%{
		transform:rotateZ(10deg);
		-ms-transform:rotateZ(10deg);
		-webkit-transform:rotateZ(10deg)
	}
}
@-webkit-keyframes shake{
	0%{
		transform:rotateZ(10deg);
		-ms-transform:rotateZ(10deg);
		-webkit-transform:rotateZ(10deg)
	}
	50%{
		transform:rotateZ(-2deg);
		-ms-transform:rotateZ(-2deg);
		-webkit-transform:rotateZ(-2deg)
	}
	100%{
		transform:rotateZ(10deg);
		-ms-transform:rotateZ(10deg);
		-webkit-transform:rotateZ(10deg)
	}
}
.owl-stage-outer{
	overflow:visible !important
}
.owl-item{
	opacity:0
}
.owl-item.active{
	opacity:1;
	transition:.5s all
}
.owl-item{
	width:-webkit-max-content !important;
	width:-moz-max-content !important;
	width:max-content !important
}
.owl-next,.owl-prev{
	width:22px;
	height:40px;
	margin-top:-20px;
	position:absolute;
	top:40%;
	display:block
}
.owl-theme .owl-dots,.owl-theme .owl-nav{
	text-align:center;
	-webkit-tap-highlight-color:transparent;
	margin-top:40px;
	display:block !important
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
	background:#00534b !important
}
.owl-prev{
	left:-35px;
	transition:ease-in-out .2s
}
.owl-prev:hover{
	transform:translate(-5px);
	transition:ease-in-out .2s
}
.owl-next:hover{
	transform:translate(5px);
	transition:ease-in-out .2s
}
.owl-next{
	right:-35px;
	transition:ease-in-out .2s
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background:none !important;
	color:#fff;
	text-decoration:none
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{
	background:0 0;
	color:inherit;
	border:none;
	padding:0 !important;
	font:inherit;
	width:55px;
	height:55px
}
.owl-nav img{
	box-shadow:none !important
}

.vidget {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  position: fixed;
  z-index: 99999;
  bottom: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.vidget p {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 145%;
}
.vidget p b {
  font-weight: 600;
}
.vidget .whatsapp {
  width: 32%;
  height: 40px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #48C95F 0%, #2CA842 100%);
  border-radius: 5px;
  font-weight: 600;
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
  justify-content: center;
  color: #FFFFFF;
}
.vidget .whatsapp:hover {
  background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
}
.vidget .whatsapp img {
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.vidget .tg {
  margin-left: 0px;
  width: 32%;
  height: 40px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
  border-radius: 5px;
  font-weight: 600;
  font-size: 11px;
  line-height: 32px;
  text-decoration: none;
  justify-content: center;
  color: #FFFFFF;
}
.vidget .tg:hover {
  background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
}
.vidget .tg img {
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}