/*-----------------------------------------------------------------------------------
	    Приложение
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#F5F5F5;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}
.bg-t-edge{
	background: top no-repeat;
}
.bg-b-edge{
	background: bottom no-repeat;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}






.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}




/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.h1-style{
	font-family:Montserrat;
	font-weight:700;
	font-size:60px;
}
.h2-style{
	font-family:Montserrat;
	font-weight:600;
	font-size:30px;
}
.h3-style{
	font-family:Montserrat;
	font-weight:500;
	font-size:24px;
	line-height:40px;
}
.polle{
	border-color:#E0E7ED!important;
	border-style:solid;
	margin-right:40px;
	margin-left:40px;
	border-radius:0px 0px 0px 0px;
	border-width:10px 10px 10px 10px;
}
.h4-style{
	font-family:Roboto;
	font-weight:500;
	line-height:28px;
}
.image{
	margin-top:50px;
	margin-bottom:30px;
}
.h5-style{
	font-family:Montserrat;
	font-weight:500;
}
.h5-bloc-1-style{
	font-size:16px;
	line-height:20px;
	font-family:Roboto;
	font-weight:400;
}
.h1-удобно-style{
	font-family:Montserrat;
	font-weight:700;
	font-size:45px;
}
.h3-heading-3-style{
	font-family:Roboto;
	font-weight:500;
	font-size:21px;
	line-height:21px;
}
.img-style{
	;
}
.h4-bloc-2-style{
	font-size:16px;
	font-family:Roboto;
	font-weight:400;
}
.card{
	border-style:solid;
	width:300px;
	border-radius:13px 13px 13px 13px;
	border-width:0px 0px 0px 0px;
}
.h4-8-style{
	font-family:Roboto;
	font-weight:500;
	line-height:24px;
}
.card-header-style{
	height:191px;
	width:300px;
	float:none;
}
.p-style{
	font-size:16px;
	font-family:Roboto;
	font-weight:400;
	line-height:20px;
}
.image2{
	padding-top:47px;
}
.card2{
	border-color:rgba(0,0,0,0.0)!important;
	background-color:#0066C6;
	max-width:300px;
	text-align:center;
	background-position:center top;
	margin:4% 4% 4% 4%;
	border-radius:15px 15px 15px 15px;
}
.h4-выгодныеакции-style{
	font-family:Roboto;
	font-weight:700;
}
.h5-bloc-2-style{
	font-size:16px;
	font-family:Roboto;
	font-weight:400;
}
.h1-5-style{
	font-family:Montserrat;
	font-weight:700;
	font-size:50px;
	line-height:100px;
}
.img-bloc-3-style{
	width:737px;
	height:646px;
}
.card3{
	border-color:rgba(0,0,0,0.0)!important;
	background-color:#0066C6;
	max-width:300px;
	text-align:center;
	background-position:center top;
	margin:0% 4% 0% 4%;
	border-radius:15px 15px 15px 15px;
}
.texth1{
	padding-top:30px;
}

/* = Colour
-------------------------------------------------------------- */


/* Text colour styles */

.tc-denim{
	color:#1565C0!important;
}
.tc-black{
	color:#000000!important;
}
.tc-white{
	color:#FFFFFF!important;
}

/* Bloc image backgrounds */

.bg-03{
	background-image:url("img/03.jpg");
}
.bg-08{
	background-image:url("img/08.png");
}
.bg-fon-3{
	background-image:url("img/fon-3.jpg");
}
.bg-fon-1{
	background-image:url("img/fon-1.jpg");
}
.bg-fon-2{
	background-image:url("img/fon-2.jpg");
}
.bg-20{
	background-image:url("img/20.jpg");
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
	/*дописано*/
	.voffset-lg {margin-top: 45px;}
	.align-self-center{text-align: center;}
	.bloc-md {padding: 16px 50px;}
	.card2 {margin: 1% 4% 0% 4%;}
	.image { margin-top: 25px; margin-bottom: 10px;}

.dopstyle{
	z-index:1000;
 }
	
}

/*дописано*/
@media (max-width: 880px){
	
	/*.voffset-lg {margin-top: 35px;}*/	
	.texth1 {padding-top: 0px;}
}


@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
/*25/07/19*/

    /*.image-trigger{ 
        height:100px;
    }*/

    /*.tc-den{
        height: 50px;
    }*/




}

@media (min-width: 767px) and (max-width: 995px){
	.icon-style-1{
		width: 8%;
		margin-top: 2%;		
	}
}


@media (max-width: 991px){
	.h1-style{
		font-size:50px;
	}
	.h2-style{
		font-size:24px;
	}
	.h4-style{
		font-size:21px;
	}
	.h5-bloc-1-style{
		font-size:14px;
	}
	.h1-удобно-style{
		width:100%;
	}
	.img-bloc-3-style{
		height:500px;
		width:568px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
	.mg-lg-md{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 767px){
	.h1-style{
		font-size:36px;
	}
	.h2-style{
		font-size:21px;
	}
	.h1-удобно-style{
	margin-top: 5px;
	width:100%;
	}
	
	.dop-style-1{
	margin-top:25px!important;
	}
	
	.bloc-sm {
    padding: 6px 50px;
	}
	
	.mg-lg {
    margin-top: 10px;
    margin-bottom: 24px;
	}
	
	.img-bloc-2-style{
		width:462px;
	}
	.h3-style{
		font-size:18px;
	}
	.h1-5-style{
		line-height:70px;
	}
	.img-bloc-3-style{
		width:505px;
		height:445px;
	}
	
	/* Small Row Margin Offsets */
	.voffset-md-sm{
		margin-top:5px;
	}
	
	/* Small Text Margin Offsets */
	.mg-md-sm{
		margin-top:40px;
		margin-bottom:-13px;
	}

    .offset-lg-0{
       text-align: center; 
    }
   
    .no-gutters{
       text-align: center;  
    }

    .tc-denim{
      text-align: center;   
    }

    .card3 {
    max-width: 56%;
    margin: 2% 6%;
    min-height: 375px;
    }

    .card3:nth-child(3) {
    max-width: 39%;
    margin: 5% 30.5%;
    }

    .h4-bloc-2-style{
        text-align: center;
    }    
	
	.image {
    margin-top: 12px;
    margin-bottom: 9px;
	}
	
}

/*дописано*/
@media (max-width: 670px){
	
	.polle {
		margin-top:20px;
	}
	
	.image {
		margin-top: 5px;
		margin-bottom: 2px;
	}
	
	.mn-nm{
	margin-top: 5px;
    margin-bottom: 13px;
	}
	
}

@media (max-width: 575px){
	.h1-style{
		font-size:34px;
	}
	.h1-5-style{
		font-size:26px;
		line-height:30px;
	}
	.img-bloc-0-style{
		height:300px;
		border-radius:0px 0px 0px 0px;
	}
	.h3-style{
		font-size:16px;
		line-height:18px;
	}
	.h2-style{
		font-size:19px;
	}
	.img-bloc-3-style{
		height:232px;
	}
	.texth1{
		padding-top:1px;
	}
    .tc-denim {
        text-align: center;
    }
    .offset-lg-0{
         text-align: center;
    }
    .tc-black{
        text-align: center;
    }
    .card3{
        max-width: 60%;
        margin: 2% 20%;
    }
	
	.h1-удобно-style {
    margin-top: 40px;
    width: 100%;
	}

    .card3:nth-child(3) {
    max-width: 60%;
    margin: 2% 20%;
    }
	
	/* Mobile Row Margin Offsets */
	.voffset-md-xs{
		margin-top:0px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
	.mn-nm{
	margin-top: 5px;
    margin-bottom: 13px;
	}
	
}

