/* ------------------------------------------- */
body{
	padding: 0px;
	margin: 0px; 
	font-family: 'Roboto', sans-serif; 
	font-size: 14px;
}
.d-flex {
	display: flex;
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-center {
	align-items: center;
	justify-content: center;
}
.p-0 {
	padding: 0 !important;
}
.fw-300 {
	font-weight: 300;
}
.fw-500 {
	font-weight: 500;
}
.bg-red {
	background-color: #fe6867 !important;
}
.bg-gray {
	background-color: #eaeaea !important;
}
.bt-white {
	border-top-color: #ffffff !important;
}
.bl-white {
	border-left-color: #ffffff !important;
}
.br-white {
	border-right-color: #ffffff !important;
}
.bb-white {
	border-bottom-color: #ffffff !important;
}
.logo-text {
	display: inline-block;
	position: absolute;
	top: 15px;
	margin-left: 20px;
	font-size: 14px;
	line-height: 1;
}
@media only screen and (max-width: 900px) {
	.logo-text {
		display: none;
	}
}
.block{ 
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0;
}
@media only screen and (max-width: 900px) {
	.block {
		padding: 10px 0;
	}
} 
.block h2 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 28px;
	font-weight: normal;
}
.block .desc {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
}
.block .items {
	display: flex;
	padding-top: 40px;
	justify-content: space-around; 
}
.block .items .item {
	margin-left: 10px;
	margin-right: 10px;
	display: flex;
	flex-direction: column;
	text-align: center;
	max-width: 200px;
}
.block .items .item img {
	height: 100px;
	flex-grow: 0;
}
.block .items .item span {
	font-size: 14px;
	padding-top: 20px;
	line-height: 22px;
	font-weight: 300;
}
.table {
	width: 100%;
	max-width: 1000px;
	margin: 20px auto;
	border-spacing: 0;
}
.table .table-row-hide {
	display: none;
}
.table .table-more-info td {
	padding: 0;
}
.table .table-more-btn {
	padding: 0.75rem;
	text-align: center;
	border: 1px solid #ffffff;
}
.table .table-more-btn:hover {
	background-color: #fe6867;
}
.table .table-more-btn .mdi {
	font-size: 1.5rem;
}
.table .table-price {
	font-size: 1.25rem;
	font-weight: bold;
}
.table thead {
	background-color: #fe6867;
	text-align: center;
}
.table th {
	padding: 0.75rem;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align: center;
	font-size: 1.25rem;
}
.table th:first-child {
	border-left: 1px solid #fe6867;
	text-align: center;
}
.table th:last-child {
	border-right: 1px solid #fe6867;
}
.table tr {
	padding: 0;
}
.table tr.tr-hover:hover {
	background-color: #ffeeee;
}
.table td {
	padding: 0.75rem;
	border: 1px solid #fe6867;
	text-align: center;
	font-size: 16px;
}
.table td:first-child {
	text-align: left;
}
.table td p {
	font-size: 12px;
}
.table td .mdi {
	font-size: 2rem;
}
.table td .mdi.mdi-check {
	color: #fe6867;
}
a{
	color: black;
	text-decoration: none;
}
@media only screen and (max-width: 1350px) {
	.block{
		width: 1000px; 
	}
}
@media only screen and (min-width: 900px) {
	.mobile{
		display: none !important;
	}
}
@media only screen and (max-width: 900px) {
	.block{
		width: calc(100% - 20px); 
	}
	.pc{
		display: none !important;
	}
}
/* ------------------------------------------- */
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	z-index: 1;
}
header .block{
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;

	font-size: 16px;
}
header .logo{
	height: 40px;
}
header a{
	font-weight: 500; 
	cursor: pointer;
}
header a:hover{
	text-decoration: underline;
}
header .btn{ 
	padding: 11px 22px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid rgb(240, 240, 240);
    border-radius: 20px;
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
    font-size: 14px;
}
header strong{
	font-weight: 500;
}
.navs-btn {
	display: none !important;
}
.navs {
	display: inline-block;
	flex-direction: row;
	margin: 0 0 0 125px;
}
.navs a {
	margin: 10px 0 0;
	padding: 0 0.5rem;
	color: #000000;
	font-weight: 400;
}
.navs a:hover {
	color: #fe6867;
	text-decoration: none;
}
@media only screen and (max-width: 900px) {
	header {
		position: static;
	}
	header .block {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	header .btn{
		min-width: 150px;
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-top: 10px !important;
	}
	.navs-btn {
		display: block !important;
	}
	.navs {
		display: none;
		margin: 0;
		flex-direction: column;
	}
	.navs a {
		display: block;
		padding: 0.5rem;
		text-align: center;
	}
}
/* ------------------------------------------- */
.b1Wrapper{
	min-height: calc(100vh - 75px - 75px);
	background-color: #2196f3;

	padding-top: 75px;
	padding-bottom: 75px;
}
.b1Wrapper .right {
	flex-grow: 2;
    width: 50%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 15% auto 0;
}
.b1Wrapper .notebook-block {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
}
.b1Wrapper .notebook-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	box-sizing: border-box;
    background: url('/../img/zZNgk.png') center center no-repeat;
    background-size: contain;
    padding: 11.9% 15.5% 14.8%;
}
.block1{
	display: flex;
	color: white;  
}
.block1 .left{  
	flex-grow: 1;
	text-align: center;  
}
.block1 .left big{ 
	display: inline-block;

	font-size: 36px;
	font-weight: 500;
} 
.block1 .left div{
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}
.block1 img{
	height: 500px;
	margin-bottom: -150px;
	margin-top: 30px;

	box-shadow: 0 0 1px 1px #f3f3f3; 
}
.block1 .btn{
	display: block;
	min-width: 200px;
	padding: 10px 20px;

	background-color: transparent;
	border: 1px solid white;
	color: white;
	cursor: pointer;
	display: inline-block;
	border-radius: 20px;

	transition: .5s ease background-color, .5s ease color;

	margin-top: 30px; 

	font-size: 16px;
}
.block1 .btn:hover{
	background-color: white;
	color: black;
}
@media only screen and (max-width: 1500px) {
	.b1Wrapper .right {
		margin: auto;
	}
}
@media only screen and (max-width: 900px) {
	.block1 img{
		height: auto;
		width: 100%;
		margin-bottom: -75px;
	}
	.b1Wrapper{
		min-height: calc(100vh - 25px - 25px - 192px);
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	.block1 {
		flex-direction: column;
	}
	.block1 .left big{
		font-size: 22px;
	}
	.block1 .left div{
		font-size: 14px;
	}
	.block1 .left div br{
		display: none;
	}
	.b1Wrapper .right {
		width: 100%;
	}
	.block1 .btn{
		margin-top: 20px;
	}
}
@media only screen and (max-width: 600px) {
	.b1Wrapper .notebook-block iframe {
		padding: 15% 15.5% 16%;
	}
}
/* ------------------------------------------- */
.block2{
	padding-top: 30px;
	padding-bottom: 30px;
}
.block2 .zagolovok{
	font-size: 36px;
	text-align: center;
}
.block2 .items{
	display: flex;
	padding-top: 40px;
	justify-content: space-around; 
}
.block2 .items > div{
	margin-left: 10px;
	margin-right: 10px;

	display: flex;
	flex-direction: column;

	text-align: center;
	max-width: 200px;
}
.block2 .items > div img{
	height: 100px;
	flex-grow: 0;
}
.block2 .items > div span{
	font-size: 14px;
	padding-top: 20px;

	line-height: 22px;
	font-weight: 300;
}
@media only screen and (max-width: 900px) {
	.block2{
		padding-top: 30px;
	}
	.block2 .zagolovok{
		font-size: 24px;
	}
	.block2 .items{
		flex-wrap: wrap;
		justify-content: center;
	}
	.block2 .items > div span{
		padding-top: 10px;
	}
	.block2 .items > div{
		margin: 10px;
	}
}
/* ------------------------------------------- */
.how-block {
	text-align: center;
}
.how-block .block img {
	max-width: 100%;
	margin: 10px 0 30px;
}
@media only screen and (max-width: 900px) {
	.block h2 {
		font-size: 24px;
	}
	.how-block .block img {
		margin: 10px 0 30px;
	}
}
/* ------------------------------------------- */
@media only screen and (max-width: 900px) {
	.price-block .block {
		overflow-x: auto;
	}
}
/* ------------------------------------------- */
.choice-block {
	padding: 1rem 0;
	background-color: #fafafa;
}
.choice-block .table th {
	font-size: 1rem;
	font-weight: normal;
}
/* ------------------------------------------- */
.why-block .block .items {
	padding-top: 0;
	margin: 50px 0;
}
.why-block .block .items .item {
	justify-content: center;
	background: rgb(33,150,243);
	background: -moz-linear-gradient(180deg, rgba(33,150,243,1) 0%, rgba(254,104,103,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(33,150,243,1) 0%, rgba(254,104,103,1) 100%);
	background: linear-gradient(180deg, rgba(33,150,243,1) 0%, rgba(254,104,103,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2196f3",endColorstr="#fe6867",GradientType=1);
	border-radius: 50%;
}
.why-block .block .items .item:first-child {
	background: #2196f3;
}
.why-block .block .items .item:last-child {
	background: #fe6867;
}
.why-block .block .items .item .number {
	font-size: 36px;
	font-weight: 500;
}
.why-block .block .items .item .text {
	line-height: 1.4;
}
.why-block .block-square {
	width: 200px;
}
@media only screen and (max-width: 900px) {
	.why-block .block .items {
		flex-direction: column;
		align-items: center;
	}
	.why-block .block .items .item {
		margin-bottom: 20px;
	}
}
/* ------------------------------------------- */
.steps-block {
	text-align: center;
}
/* ------------------------------------------- */
.clients-block .block {
	/* width: 800px; */
}
.clients-block .logos {
	display: flex;
	flex-wrap: wrap;
}
.clients-block .logos .logo-item {
	flex: 0 0 10%;
	max-width: 10%;
	padding: 5px;
}
.clients-block .logos .logo-item .logo-img {
	width: 80%;
	height: 80%;
	margin: auto;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.25s;
	-o-transition: 0.25s;
	-moz-transition: 0.25s;
	-webkit-transition: 0.25s;
}
.clients-block .logos .logo-item:hover .logo-img {
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 900px) {
	.clients-block .logos .logo-item {
		flex: 0 0 20%;
		max-width: 20%;
		padding: 0;
	}
}
/* ------------------------------------------- */
.map-block {
	color: #ffffff;
	background-color: #2196f3;
}
.map-block .block {
	width: auto;
	padding: 0;
}
.map-block .contacts {
	width: 40%;
	padding: 30px;
	text-align: right;
}
.map-block .contacts a {
	color: #ffffff;
}
.map-block .contacts h2 {
	text-align: right;
}
.map-block .map {
	width: 60%;
}
@media only screen and (max-width: 400px) {
	.map-block .block {
		flex-direction: column;
	}
	.map-block .contacts,
	.map-block .map {
		width: auto;
	}
	.map-block .contacts,
	.map-block .contacts h2 {
		text-align: center;
	}
}
/* ------------------------------------------- */
.b3C{
	background-color: rgb(250, 250, 250);
}
.block3{
	padding-top: 30px;
}
.block3 .items{
	justify-content: center;
}
.block3 .items > div{
	margin-left: 50px;
	margin-right: 50px;
}
.block3 .circle{
	border-radius: 50%;
	background: #fe6867;
    color: white;
	width: 25px;
	height: 25px;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	margin-bottom: 10px;
}
.block3 .name{
	font-size: 22px;
	margin-bottom: 10px;
}
.block3 .opis{
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .5px;
	line-height: 22px;
}
/* ------------------------------------------- */
.what-block .block {
	max-width: 900px;
}
.what-block .item {
	width: 50%;
	margin: 10px 0;
}
.what-block .item .icon {
	width: 25%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.what-block .item .icon img {
	width: 100%;
	height: auto;
}
.what-block .item .desc {
	width: 75%;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
}
.what-block .item .desc .desc-more {
	display: block;
	margin: 5px 0;
	font-size: 12px;
	font-weight: 400;
}
@media only screen and (max-width: 900px) {
	.what-block .item {
		width: 100%;
	}
	.what-block .item.set-max-height {
		height: 100% !important;
	}
	.what-block .item .icon {
		height: 60px;
	}
	.what-block .item .desc {
		text-align: center;
	}
	.what-block .flex-row {
		flex-direction: column;
	}
}
/* ------------------------------------------- */
.block4{
	padding-top: 30px;
	padding-bottom: 30px;
}
.block4 .zagolovok{
	font-size: 36px;
	text-align: center;
}
.block4 .swiper-container {
    width: 1000px;
    height: 540px;
}
.block4 video{
	width: 900px;
	height: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
} 
.block4 .swiper-container{
	margin-top: 20px;
}
.swiper-button-next, .swiper-button-prev{
	background: none !important;

	font-size: 36px;
	color: #fe6867;

	width: 36px;
	height: 43px;
	margin-bottom: -22px;
}
.swiper-pagination-bullet-active{
	background-color: #fe6867;
}
@media only screen and (max-width: 900px) {
	.block4{
		width: 100%;
	}
	.block4 video{
		width: 100%;
		height: 200px;
	}
	.block4 .swiper-container{
		width: 100%;
		height: 250px;
	}
	.swiper-button-next, .swiper-button-prev{
		display: none;
	} 
	.block4 .zagolovok{
		font-size: 24px;
	}
}
/* ------------------------------------------- */
.b5C{
	background-color: rgb(250, 250, 250);
}
.block5{
	padding-top: 35px;
	padding-bottom: 30px;
}
.block5 .zagolovok{
	font-size: 36px;
	text-align: center;
}
.block5 .items{
	display: flex;
	justify-content: center;

	padding-top: 25px;

	flex-wrap: wrap;
}
.block5 .items > div{
	width: 350px;
	border: 1px solid #efefef;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px; 
	text-align: center;

	background-color: white;

	margin-left: 25px;
	margin-right: 25px;

	position: relative;

	display: flex;
	flex-direction: column;

	flex-shrink: 0;
	flex-grow: 0;

	margin-top: 10px;
	margin-bottom: 10px;
}
.block5 .name{
	text-align: center;
	font-size: 14px;
	padding-bottom: 10px;  
}
.block5 .price{
	font-size: 48px;
	font-weight: 500;
	padding-bottom: 10px;  
}
.block5 .sub-price{
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
}
.block5 .preim{
	padding-top: 20px;
	text-align: left;

	flex-grow: 1;
}
.block5 .preim > div{
	display: flex;
	padding-top: 10px; 
	padding-bottom: 10px;
}
.block5 .preim > div > div:first-child{
	flex-grow: 1;
}
.block5 .btn{
	width: 100%;
	padding: 12px;
	box-sizing: border-box;
	background-color: #fe6867;
	color: white;
	margin-top: 20px;
	border-radius: 10px;
	cursor: pointer; 

	transition: .5s ease background-color;
}
.block5 .btn:hover{
	background-color: #e25d5c;
}
.block5 .btn.disabled{
	background-color: #b3b3b3  !important;
	cursor: default;
}
@media only screen and (max-width: 900px) {
	.block5 .zagolovok{
		font-size: 24px;
	}
	.block5 .items{
		flex-wrap: wrap;
	}
	.block5 .items > div{
		width: 300px;
		flex-shrink: 0;
		flex-grow: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.block5 .price{
		font-size: 36px;
	}
}
/* ------------------------------------------- */
.block6{
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
.block6 .action1{
	font-size: 18px;
	padding-bottom: 30px;
	font-weight: 300;
	letter-spacing: .5px;
}
.block6 .action2{
	font-size: 32px;
	padding-bottom: 30px;
	font-weight: 500;
}
.block6 .action3{
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 30px;
	letter-spacing: .5px;
}
.block6 .action4{
	margin-top: 20px;
	cursor: pointer;
	font-weight: 300;
	letter-spacing: .5px;
}
.block6 .action4:hover{
	text-decoration: underline;
}
.block6 .btn{
	padding: 16px;
	box-sizing: border-box;
	background-color: #fe6867;
	color: white; 
	border-radius: 10px;
	cursor: pointer; 
	display: inline-block;
	width: 300px;

	transition: .5s ease background-color;
	letter-spacing: .5px;
}
.block6 .btn:hover{
	background-color: #e25d5c;
}
@media only screen and (max-width: 900px) {
	.block6{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.block6 .action1{
		font-size: 14px;
		line-height: 22px;
		padding-bottom: 15px;
	}
	.block6 .action2{
		font-size: 24px;
		line-height: 32px;
		padding-bottom: 15px;
	}
	.block6 .action3{
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 15px;
	}
	.block6 .btn{
		padding: 14px;
		font-size: 14px;
	}
	.block6 .action4{
		margin-top: 15px;
	}
}
/* ------------------------------------------- */
.fBlock{
	background-color: rgb(250, 250, 250);
	padding-top: 30px;
	padding-bottom: 30px;
}
footer{
	display: flex;
	justify-content: center;
}
footer .left{
	flex-grow: 1;
	text-align: left;
}
footer .right{
	line-height: 24px;
	text-align: right;
}
footer .contacts {
	text-align: center;
}
@media only screen and (max-width: 900px) {
	footer{
		flex-direction: column;
	}
	footer > div{
		text-align: center !important;
		font-size: 12px !important;
		line-height: 20px !important; 
		color: #616161 !important;
	}
	footer a{
		color: #616161 !important;
	}
	.fBlock{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
/* ------------------------------------------- */
.modal a.close-modal{
	position: absolute;
	right: 15px;
	top: 10px;
	background: none;
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center; 

	color: black;
	text-indent: 0px;
	font-size: 28px;
}
.modal{
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
.modal .zagolovok{
	font-size: 24px;
	padding-bottom: 20px;
}
.modal .sub{
	font-size: 14px; 
}
.modal input{
	padding: 10px;
	background-color: white;
	border: 1px solid rgb(240, 240, 240);
	display: block;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	border-radius: 5px;
}
.modal .btn{
	cursor: pointer;
	background-color: #fe6867;
	color: white;
	padding: 10px;
	display: block;
	width: 300px;
	margin-top: 25px;
	border-radius: 5px;

	margin-left: auto;
	margin-right: auto;

	transition: .5s ease background-color;
}
.modal .btn:hover{
	background-color: #c3504f;
}
@media only screen and (max-width: 900px) {
	.modal{
		padding-top: 35px;
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
		width: calc(100%);
	}
	.modal input, .modal .btn{
		width: auto;
		max-width: 300px;
		min-width: 220px;
		margin-top: 20px;
	}
	.modal .zagolovok{
		font-size: 22px;
		padding-bottom: 10px;
	}
}
/* ------------------------------------------- */
.callBtn{
	/* position: fixed; */
	/* bottom: 50px; */
	/* right: 50px; */

	border-radius: 50%;
	background-color: #fe6867;

	/* width: 75px; */
	/* height: 75px; */
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */

	/* font-size: 32px; */
	/* color: white; */

	/* border: 3px solid white; */

	cursor: pointer;
	/* transition: .5s ease background-color; */
}
.callBtn:hover{
	background-color: #e05e5d;
}
@media only screen and (max-width: 900px) {
	/* .callBtn{
		display: none;
	}
	.callBtn.mobile {
		display: flex;
	} */
}
/* ------------------------------------------- */
.miniColorRadius{
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
/* ------------------------------------------- */