body {
	overflow-x:hidden;
}

h2 {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    color: #666666;
    /*font-family: 'Roboto Slab', sans-serif;*/
}

#brak {
	position:relative;
	margin-bottom:30px;
}

#brak .item {
	width:360px;
	max-width:100%;
/*     height:260px; */
	overflow:hidden;
	margin:0 auto;
}

#brak .item img {
	width:100%;
}

#brak .owl-prev, #brak .owl-next {
	position:absolute;
	top:45%;
	margin-top:-45px;
}

#brak .owl-prev {
	display: block;
	left:10px;
	width: 33px;
    height: 89px;
	background: url(../img/arr-left.png) no-repeat;
}

#brak .owl-next {
	display: block;
	width: 33px;
    height: 89px;
	right:-50px;
	background: url(../img/arr-right.png) no-repeat;
}

#our_works {
	position:relative;
	margin-bottom:30px;
}

#our_works .item {
	width:360px;
	max-width:100%;
/*     height:260px; */
	overflow:hidden;
	margin:0 auto;
}

#our_works .item img {
	width:100%;
}

#our_works .owl-prev, #our_works .owl-next {
	position:absolute;
	top:45%;
	margin-top:-45px;
}

#our_works .owl-prev {
	display: block;
	left:10px;
	width: 33px;
    height: 89px;
	background: url(../img/arr-left.png) no-repeat;
}

#our_works .owl-next {
	display: block;
	width: 33px;
    height: 89px;
	right:-50px;
	background: url(../img/arr-right.png) no-repeat;
}

#our_works .links {
	text-align: center;
	margin-top:30px;
}

#our_works .link {
	border: 1px solid #00357e;
	border-radius:10px;
	padding:10px;
}

#doc h2 {
	color:#fff;
	margin-bottom:40px;
}

.special_price h2 {
	color:#fff;
	font-size:36px;
	margin-bottom:40px;
}

.form #submit {
	padding:7px 0;
}

.btn {
	display:block;
	width:300px;
	max-width:100%;
	box-sizing:border-box;
    background: #da251c;
    color: #FFF;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    padding: 7px 30px;
    border-radius: 30px;
    margin: 0 auto 20px;
    transition: all .5s ease;
	outline:none;
}

.disclaimer {
	color:#fff;
	font-size:12px;
	line-height:16px;
	text-align:center;
	margin-top:30px;
}

#price .table, #compare_table .table {
	display:table;
	width:100%;
	border-collapse:collapse;
	margin-top:30px;
}

#price .tr, #compare_table .tr {
	display:table-row;
}

#price .tr.head {
	display:table-row;
	color:#fff;
	font-family: 'Roboto Slab', sans-serif;
	font-size:30px;
	line-height:36px;
	padding:10px;
	background-color:#00357e;
}

#compare_table .tr.head {
	display:table-row;
	color:#fff;
	font-family: 'Roboto Slab', sans-serif;
	font-size:20px;
	line-height:25px;
	padding:10px;
	background-color:#00357e;
}

#price .tr.head .td, #compare_table .tr.head .td {
	text-align:center;
	vertical-align:middle;
	border:1px solid #fff;
	background-color:#00357e;
}

#price .tr.red .td {
	color:#da251c;
	font-size:21px;
	font-weight:bold;
}

#price .table .td {
	display:table-cell;
	font-size:20px;
	text-align:center;
	vertical-align:middle;
	padding:20px;
	border:1px solid #00357e;
	background-color:#fff;
}

#compare_table .table .td {
	display:table-cell;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
	padding:10px;
	border:1px solid #00357e;
	background-color:#fff;
}

/*
.form {
  width: 1080px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #ddd;
  background-color: #c00d03;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 0 0 #333
}

.form__title {
  color:#fff !important;
  margin: 0 0 28px;
  font-size: 18px;
  letter-spacing: 1px
}

.form .fields {
	display:flex;
	
}

.form__input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin-right:15px;
  margin-bottom: 19px;
  border: 1px solid #b6b8b5;
  color:#333;
  font-size: 16px;
  font-weight: 300;
  border-radius: 3px;
  outline: none;
  transition: all .2s ease-in
}

.form__input:focus {
  box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3)
}

.form__checkbox {
  font-size: 12px
}

.form__checkbox input, .form__checkbox span {
  display: inline-block;
  vertical-align: middle
}

.form__checkbox span {
  font-size: 12px;
  letter-spacing: .05rem
}

.form-ui.form-ui_checkbox {
  font-size: 12px;
}

button.orange_button {
  width:299px;
  max-width:100%;
  height: 46px;
  color: white;
  font-size: 20px;
  letter-spacing: 1px;
  background-color: #f79d4d;
  padding: 7px 23px;
  border-radius: 3px;
  box-shadow: inset 0px -2px 0px #bf621e;
  border: none;
}

.form__note {
  color:#fff;
  margin: 5px 0 15px;
  font-size: 18px;
  letter-spacing: .03rem
}
*/

.row.tovar {
	margin-top:60px;
}

.modal1 form {
	max-width:320px;
}

#pm {
	display: inline-block;
}

@media screen and (max-width: 990px) {
	h2 {
		font-size: 24px;
		font-weight: 700;
		text-align: center;
		color: #666666;
		font-family: 'Roboto Slab', sans-serif;
	}

	#brak .item {
		height:240px;
	}
	
	#brak .owl-prev, #brak .owl-next {
		display:none;
	}
	
	#our_works .item {
		height:240px;
	}
	
	#our_works .owl-prev, #our_works .owl-next {
		display:none;
	}
	
	#compare .twentytwenty-container img {
		margin:0;
	}
	
	#doc h2 {
		color:#fff;
		margin-bottom:20px;
	}

	.special_price h2 {
		color:#fff;
		font-size:24px;
		margin-bottom:30px;
	}
	
	#compare_table .tr.head {
		display:table-row;
		color:#fff;
		font-family: 'Roboto Slab', sans-serif;
		font-size:16px;
		line-height:20px;
		padding:10px;
		background-color:#00357e;
	}
	
	#compare_table .table .td {
		display:table-cell;
		font-size:12px;
		text-align:center;
		vertical-align:middle;
		padding:3px;
		border:1px solid #00357e;
		background-color:#fff;
	}
	
	#price .table {
		display:table;
		width:100%;
		border-collapse:collapse;
		margin-top:30px;
	}

	#price .tr {
		display:table-row;
	}

	#price .tr.head {
		display:table-row;
		color:#fff;
		font-family: 'Roboto Slab', sans-serif;
		font-size:24px;
		line-height:30px;
		padding:10px;
		background-color:#00357e;
	}
	
	
	#price .tr.head .td {
		text-align:center;
		vertical-align:middle;
		border:1px solid #fff;
	}

	#price .tr.red .td {
		color:#da251c;
		font-size:15px;
		font-weight:bold;
	}

	#price .table .td {
		display:table-cell;
		font-size:15px;
		text-align:center;
		padding:10px;
		border:1px solid #00357e;
	}

	#our_works .link {
		display: block;
		margin:5px 0;
	}
}

.calculate-fixed {
	padding: 10px 10px 10px 15px;
	border-top-left-radius: 5px;
	border-bottom-left-radius:5px;
	background: #7dabe8;
	position: fixed;
	top:45%;
	cursor: pointer;
	right: 0;
	z-index: 222;
	transition: 0.3s;
}

.calculate-fixed:hover {
  background-color: #1a7bfb;
}
.calculate-fixed i{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: no-repeat center center/cover;
	background-image: url("data:image/svg+xml,%0A%3Csvg id='Layer_5' enable-background='new 0 0 64 64' height='512' viewBox='0 0 64 64' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='m26 8h-20c-2.21 0-4 1.79-4 4v34c0 2.21 1.79 4 4 4h.2.001c.927-4.564 4.961-8 9.799-8 3.269 0 6.162 1.575 7.987 4.001l.003-.001h6.01v-8.67-25.33c0-2.21-1.79-4-4-4z' fill='%23969faa'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m26 27v2c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1h2c.55 0 1 .45 1 1z' fill='%23e6e9ed'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m26 35v2c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1h2c.55 0 1 .45 1 1z' fill='%23e6e9ed'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m18 35v2c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1h2c.55 0 1 .45 1 1z' fill='%23e6e9ed'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m18 27v2c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1h2c.55 0 1 .45 1 1z' fill='%23e6e9ed'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m10 27v2c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1h2c.55 0 1 .45 1 1z' fill='%23e6e9ed'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m10 35v2c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1h2c.55 0 1 .45 1 1z' fill='%23e6e9ed'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m10 44.01c-.76.56-1.43 1.23-1.99 1.99h-1.01c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1h2c.55 0 1 .45 1 1z' fill='%23e6e9ed'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m26 13v8c0 .55-.45 1-1 1h-18c-.55 0-1-.45-1-1v-8c0-.55.45-1 1-1h18c.55 0 1 .45 1 1z' fill='%2369d6f4'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m37 27c1.66 0 3 1.34 3 3 0 .39-.08.77-.22 1.11-.43 1.11-1.51 1.89-2.78 1.89-.81 0-1.54-.32-2.07-.83-.57-.55-.93-1.32-.93-2.17 0-1.66 1.34-3 3-3z' fill='%23ff826e'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m52 32c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4c0-.52.1-1.02.29-1.48.59-1.48 2.03-2.52 3.71-2.52z' fill='%23ff826e'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m61.11 50.55c.54.28.89.84.89 1.45s-.35 1.17-.89 1.45l-9.11 4.55-2-3 2-3.01-2-2.99 2-3z' fill='%23aab2bd'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='16' cy='52' fill='%23fcd770' r='10'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m52 51.99-2 3.01 2 3h-28.01c1.26-1.67 2.01-3.75 2.01-6v-.01z' fill='%2369d6f4'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m52 46-2 3 2 2.99h-26c0-2.25-.75-4.32-2.01-5.99h6.01z' fill='%23b4dd7f'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='52' cy='12' fill='%23fcd770' r='10'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath d='m17 45h-2v2c-1.654 0-3 1.346-3 3s1.346 3 3 3h2c.551 0 1 .448 1 1s-.449 1-1 1h-3v-1h-2v3h3v2h2v-2c1.654 0 3-1.346 3-3s-1.346-3-3-3h-2c-.551 0-1-.448-1-1s.449-1 1-1h3v1h2v-3h-3z'/%3E%3Cpath d='m53 19v-2c1.654 0 3-1.346 3-3s-1.346-3-3-3h-2c-.551 0-1-.449-1-1s.449-1 1-1h3v1h2v-3h-3v-2h-2v2c-1.654 0-3 1.346-3 3s1.346 3 3 3h2c.551 0 1 .449 1 1s-.449 1-1 1h-3v-1h-2v3h3v2z'/%3E%3Cpath d='m61.553 49.658-9.317-4.658h-21.236v-7.266l4.062-4.256c.577.322 1.232.522 1.938.522 1.32 0 2.482-.65 3.211-1.638l6.878 2.752c-.051.288-.089.582-.089.886 0 2.757 2.243 5 5 5s5-2.243 5-5c0-2.414-1.721-4.434-4-4.899v-8.152c5.598-.507 10-5.221 10-10.949 0-6.065-4.935-11-11-11s-11 4.935-11 11c0 5.728 4.402 10.442 10 10.949v8.152c-1.322.269-2.452 1.064-3.171 2.154l-6.88-2.752c.021-.167.051-.331.051-.503 0-2.206-1.794-4-4-4s-4 1.794-4 4c0 .773.23 1.489.612 2.101l-2.612 2.736v-22.837c0-2.757-2.243-5-5-5h-20c-2.757 0-5 2.243-5 5v34c0 2.433 1.749 4.461 4.055 4.904-.035.361-.055.726-.055 1.096 0 6.065 4.935 11 11 11 3.408 0 6.459-1.559 8.479-4h27.757l9.317-4.658c.892-.447 1.447-1.344 1.447-2.342s-.555-1.895-1.447-2.342zm-18.553-37.658c0-4.962 4.038-9 9-9s9 4.038 9 9-4.038 9-9 9-9-4.038-9-9zm9 21c1.654 0 3 1.346 3 3s-1.346 3-3 3-3-1.346-3-3 1.346-3 3-3zm-15-5c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2zm-10.051 22.995c-.13-1.429-.538-2.776-1.163-3.995h24.344l-1.333 1.997 1.333 1.998zm2.051-5.995h-4.521c-.064-.077-.136-.147-.202-.222l4.723-4.949zm-26 1v-34c0-1.654 1.346-3 3-3h20c1.654 0 3 1.346 3 3v24.933l-6.168 6.462c-1.879-1.495-4.25-2.395-6.832-2.395-1.856 0-3.604.466-5.139 1.281-.29-.747-1.012-1.281-1.861-1.281h-2c-1.103 0-2 .897-2 2v2c0 .849.534 1.571 1.281 1.861-.349.657-.629 1.355-.84 2.083-1.387-.264-2.441-1.481-2.441-2.944zm4.521-1h-.521v-2h2v.521c-.538.446-1.033.941-1.479 1.479zm8.479 16c-4.962 0-9-4.037-9-9s4.038-9 9-9 9 4.037 9 9-4.038 9-9 9zm10.95-8.005h23.182l-1.334 2.002 1.334 2.003h-24.346c.627-1.222 1.034-2.573 1.164-4.005zm33.708-.442-8.315 4.158-1.141-1.713 2-3.002-2-2.998 1.14-1.708 8.316 4.158c.211.105.342.317.342.552s-.131.447-.342.553z'/%3E%3Cpath d='m7 23h18c1.103 0 2-.897 2-2v-8c0-1.103-.897-2-2-2h-18c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2zm0-10h18l.001 8h-18.001z'/%3E%3Cpath d='m7 31h2c1.103 0 2-.897 2-2v-2c0-1.103-.897-2-2-2h-2c-1.103 0-2 .897-2 2v2c0 1.103.897 2 2 2zm0-4h2l.001 2h-2.001z'/%3E%3Cpath d='m17 25h-2c-1.103 0-2 .897-2 2v2c0 1.103.897 2 2 2h2c1.103 0 2-.897 2-2v-2c0-1.103-.897-2-2-2zm-2 4v-2h2l.001 2z'/%3E%3Cpath d='m25 25h-2c-1.103 0-2 .897-2 2v2c0 1.103.897 2 2 2h2c1.103 0 2-.897 2-2v-2c0-1.103-.897-2-2-2zm-2 4v-2h2l.001 2z'/%3E%3Cpath d='m7 39h2c1.103 0 2-.897 2-2v-2c0-1.103-.897-2-2-2h-2c-1.103 0-2 .897-2 2v2c0 1.103.897 2 2 2zm0-4h2l.001 2h-2.001z'/%3E%3Cpath d='m17 33h-2c-1.103 0-2 .897-2 2v2c0 1.103.897 2 2 2h2c1.103 0 2-.897 2-2v-2c0-1.103-.897-2-2-2zm-2 4v-2h2l.001 2z'/%3E%3Cpath d='m25 33h-2c-1.103 0-2 .897-2 2v2c0 1.103.897 2 2 2h2c1.103 0 2-.897 2-2v-2c0-1.103-.897-2-2-2zm-2 4v-2h2l.001 2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}