/* MAIN */
.container {

	margin-right: auto;
	margin-left: auto;
}

.container:before,
.container:after,
.row:before,
.row:after {
	display: table;
	content: " ";
}
.col-12, .col-11, .col-10,
.col-9, .col-8, .col-7, .col-6,
.col-5, .col-4, .col-3, .col-2, .col-1 {
	float: left;
	position: relative;
}
.col-12 {
	width: 100%;
}
.col-11 {
	width: 91.66666667%;
}
.col-10 {
	width: 83.33333333%;
}
.col-9 {
	width: 75%;
}
.col-8 {
	width: 66.66666667%;
}
.col-7 {
	width: 58.33333333%;
}
.col-6 {
	width: 50%;
}
.col-5 {
	width: 41.66666667%;
}
.col-4 {
	width: 33.33333333%;
}
.col-3 {
	width: 25%;
}
.col-2 {
	width: 16.66666667%;
}
.col-1 {
	width: 8.33333333%;
}
.node-page hr {
	background-color: #d5d5d5;
	margin-top: 25px;
}

/* BIG-IMG-BLOCK */
.BIG-IMG-BLOCK {
	height: 450px;
}
.node-page .BIG-IMG-BLOCK h2 {
	font-size: 42px;
	color: #fff;
	text-align: center;
	padding: 28px 0 5px 0;
}

/* CONTENT-BLOCK */
.CONTENT-BLOCK {
	padding: 40px 0;
	background-color: #fff;
}
.CONTENT-BLOCK.CONTENT-BORDER-TOP {
	border-top: solid 1px #bbb;
}
.CONTENT-BLOCK.CONTENT-BORDER-BOTTOM-NONE {
	border-bottom: none !important;
}
.node-page .CONTENT-BLOCK h3 {
	font-family: "Geometria", sans-serif;
	padding: 0 0 0 0;
	line-height: 1.48;
}
.CONTENT-BLOCK .CONTENT-BLOCK__SHORT-LINE {
	width: 90px;
	margin-left: 0;
}
.CONTENT-BLOCK.CONTENT-BLOCK-COMMENT {
	background-color: #3282b6;
	color: #fff;
}
.CONTENT-BLOCK.CONTENT-BLOCK-COMMENT .CONTENT-BLOCK-COMMENT-CONTENT {
	padding: 30px 300px 0 0;
	background: #3282b6 url('/sites/all/themes/ispsystem/images/elements/big-quotes.png') no-repeat right center;
}
.CONTENT-BLOCK.CONTENT-BLOCK-COMMENT hr {
	background-color: #7aaecf;
}
.CONTENT-BLOCK.CONTENT-BLOCK-COMMENT .CONTENT-BLOCK__SHORT-LINE {
	width: 140px;
}

/* TEXT-IMG-BLOCK */
.TEXT-IMG-BLOCK {
	padding-left: 65px;
}
.node-page .TEXT-IMG-BLOCK p {
	font-size: 19px;
}
.TEXT-IMG-BLOCK strong {
	font-family: "Roboto-Bold", sans-serif;
}

/* ORDER-BLOCK */
.ORDER-BLOCK {
	background: #3282b6 url('../images/elements/order-block-bg.png') repeat-x 0 -60px;
	border-top: solid 1px #216795;
}
.ORDER-BLOCK.ORDER-BLOCK-BORDER-BOTTOM-NONE {
	border-bottom: none;
}
.ORDER-BLOCK .container {
	padding: 40px 0;
}
.node-page .ORDER-BLOCK h3 {
	padding: 0;
	color: #fff;
	text-align: center;
}
.ORDER-BLOCK a {
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
}

/* ORDER-BUTTON */
a.ORDER-BUTTON {
    background: transparent url("../images/pages/products/order-button-bg-sprite.png") repeat-x 0 -68px;
    font-family: 'Geometria-Bold';
    font-size: 1.6875rem; /* 27px / 16px */
    text-shadow: 1px 1px #bf783e;
    line-height: 65px;
    margin-right: 46px;
	text-decoration: none;
    display: inline-block;
    height: 65px;
    text-transform: uppercase;
    color: #fff;
}
.ORDER-BUTTON:before,
.ORDER-BUTTON:after {
    content: '';
    display: inline-block;
    width: 33px;
	height: 65px;
}
.ORDER-BUTTON:before {
    background: transparent url("../images/pages/products/order-button-bg-sprite.png") 0 0;
    float: left;
    margin-left: -31px;
}
.ORDER-BUTTON:after {
    background: transparent url("../images/pages/products/order-button-bg-sprite.png") 0 -136px;
    float: right;
    margin-right: -31px;
}
.ORDER-BUTTON:hover {
    background-position: 0 -272px;
}
.ORDER-BUTTON:hover:before {
    background-position: 0 -204px;
    margin-left: -31px;
}
.ORDER-BUTTON:hover:after {
    background-position: 0 -340px;
}
.ORDER-BUTTON:active {
    background-position: 0 -476px;
}
.ORDER-BUTTON:active:before {
    background-position: 0 -408px;
    margin-left: -31px;
}
.ORDER-BUTTON:active:after {
    background-position: 0 -544px;
}

/* Modification */
.FONT-BOLD {
	font-family: "Geometria-Medium", sans-serif !important;
}
.FONT-BLUE {
	color: #277cb3;
}
.node-page hr.HR-SHORT {
	width: 125px;
	height: 4px;
	border: none;
	background-color: #bbbbbb;
	margin: 18px 0 21px 0;
}
.CONTENT-PATTERN-BG {
	background: transparent url("../images/pages/common/bg.png") repeat 0 0;
}
.CONTENT-GRAY-BORDER-TOP {
	border-top: solid 1px #c0c0c0;
}
.CONTENT-GRAY-BORDER-BOTTOM {
	border-bottom: solid 1px #c0c0c0;
}

/* LINE-TITLE */
.LINE-TITLE {
	font-family: "Geometria-Bold", sans-serif;
	font-size: 16px;
	color: #909090;
	text-align: center;
}
.LINE-TITLE:before,
.LINE-TITLE:after {
	content: '';
	display: block;
	position: absolute;
	width: 32%;
	height: 1px;
	margin-top: 12px;
	background-color: #bbb;
}
.LINE-TITLE:before {
	margin-top: 12px;
}
.LINE-TITLE:after {
	right: 0;
	margin-top: -12px;
}

/* SMALL-PARAGRAPH */
.SMALL-PARAGRAPH {
	font-size: 14px;
}

/* CYCLE-BLOCK */
.CYCLE-BLOCK {
	margin-top: 18px;
}
.CYCLE-BLOCK__WRAPPER {
	overflow: hidden;
	padding-left: 31px;
	padding-right: 31px;
	margin-bottom: 25px;
}
.CYCLE-BLOCK__WRAPPER > div {
	float: left;
}
.CYCLE-BLOCK__WRAPPER__ARROW,
.CYCLE-BLOCK__WRAPPER__EMPTY {
	margin-left: 25px;
	margin-right: 25px;
}
.CYCLE-BLOCK__WRAPPER__TEXT__STEP-TITLE {
	font-size: 28px;
}
.CYCLE-BLOCK__WRAPPER__TEXT__STEP-TITLE strong {
	font-size: 20px;
	display: block;
	width: 28px;
	height: 28px;
	float: left;
	line-height: 28px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #3282b6;
	color: #fff;
	text-align: center;
	margin-top: 8px;
	margin-right: 17px;
}
.CYCLE-BLOCK__WRAPPER .CYCLE-BLOCK__WRAPPER__TEXT__STEP-TITLE + p {
	margin-top: 10px;
	line-height: 1.4;
}

/* ORDER-BUTTON-CSS */
.ORDER-BUTTON-CSS {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
    text-shadow: 1px 1px #bf783e;
	background: rgb(255, 174, 0);
	background: -moz-linear-gradient(90deg, rgb(255, 174, 0) 0%, rgb(255, 144, 0) 100%);
	background: -webkit-linear-gradient(90deg, rgb(255, 174, 0) 0%, rgb(255, 144, 0) 100%);
	background: -o-linear-gradient(90deg, rgb(255, 174, 0) 0%, rgb(255, 144, 0) 100%);
	background: -ms-linear-gradient(90deg, rgb(255, 174, 0) 0%, rgb(255, 144, 0) 100%);
	background: linear-gradient(180deg, rgb(255, 174, 0) 0%, rgb(255, 144, 0) 100%);
	-webkit-box-shadow: inset 0px -2px 0px 0px rgba(255, 127, 0, 0.6);
	-moz-box-shadow:    inset 0px -2px 0px 0px rgba(255, 127, 0, 0.6);
	box-shadow:         inset 0px -2px 0px 0px rgba(255, 127, 0, 0.6);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	cursor: pointer;
	height: 50px;
	display: inline-block;
	padding: 0 25px;
	line-height: 50px;
	font-family: "Geometria-Bold", sans-serif;
	font-size: 22px;
}
.ORDER-BUTTON-CSS:hover {
	background: rgb(255, 178, 0);
	background: -moz-linear-gradient(90deg, rgb(255, 178, 0) 0%, rgb(255, 100, 0) 100%);
	background: -webkit-linear-gradient(90deg, rgb(255, 178, 0) 0%, rgb(255, 100, 0) 100%);
	background: -o-linear-gradient(90deg, rgb(255, 178, 0) 0%, rgb(255, 100, 0) 100%);
	background: -ms-linear-gradient(90deg, rgb(255, 178, 0) 0%, rgb(255, 100, 0) 100%);
	background: linear-gradient(180deg, rgb(255, 178, 0) 0%, rgb(255, 100, 0) 100%);
	-webkit-box-shadow: inset 0px -2px 0px 0px rgba(255, 106, 0, 0.6);
	-moz-box-shadow:    inset 0px -2px 0px 0px rgba(255, 106, 0, 0.6);
	box-shadow:         inset 0px -2px 0px 0px rgba(255, 106, 0, 0.6);
}
.ORDER-BUTTON-CSS:active {
	background: rgb(255, 100, 0);
	background: -moz-linear-gradient(90deg, rgb(255, 100, 0) 0%, rgb(255, 178, 0) 100%);
	background: -webkit-linear-gradient(90deg, rgb(255, 100, 0) 0%, rgb(255, 178, 0) 100%);
	background: -o-linear-gradient(90deg, rgb(255, 100, 0) 0%, rgb(255, 178, 0) 100%);
	background: -ms-linear-gradient(90deg, rgb(255, 100, 0) 0%, rgb(255, 178, 0) 100%);
	background: linear-gradient(180deg, rgb(255, 100, 0) 0%, rgb(255, 178, 0) 100%);
	-webkit-box-shadow: inset 0px 2px 0px 0px rgba(255, 6, 0, 0.6);
	-moz-box-shadow:    inset 0px 2px 0px 0px rgba(255, 6, 0, 0.6);
	box-shadow:         inset 0px 2px 0px 0px rgba(255, 6, 0, 0.6);
}
.ORDER-BUTTON-BLUE {
	text-transform: uppercase;
	border: solid 1px #6cadd8;
	border-radius: 50px;
	padding: 7px;
	text-decoration: none !important;
	display: inline-block;
}
.ORDER-BUTTON-BLUE span {
	display: inline-block;
	background: rgb(0, 136, 255);
	background: -moz-linear-gradient(270deg, rgb(0, 136, 255) 0%, rgb(0, 167, 255) 100%);
	background: -webkit-linear-gradient(270deg, rgb(0, 136, 255) 0%, rgb(0, 167, 255) 100%);
	background: -o-linear-gradient(270deg, rgb(0, 136, 255) 0%, rgb(0, 167, 255) 100%);
	background: -ms-linear-gradient(270deg, rgb(0, 136, 255) 0%, rgb(0, 167, 255) 100%);
	background: linear-gradient(0deg, rgb(0, 136, 255) 0%, rgb(0, 167, 255) 100%);
	padding: 0 15px;
	font-family: "Geometria-Bold", sans-serif;
	font-size: 25px;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(36, 105, 150, 1);
	line-height: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 104, 255, 0.5);
	-moz-box-shadow:    0px 2px 0px 0px rgba(0, 104, 255, 0.5);
	box-shadow:         0px 2px 0px 0px rgba(0, 104, 255, 0.5);
}