/* container
==================================================================================================== */

.container {
	position: relative;
	margin: 0 auto;
	max-width: 1170px;
	height: 100%;
}
.container:after, .container:before {display: table; content: ' ';}
.container:after {clear: both;}

/* grid
==================================================================================================== */

.row:after, .row:before {display: table; content: ' ';}
.row:after {clear: both;}
.column {position: relative; float: left; min-height: 1px;}
.col-100 {width: 100%;}
.col-75 {width: 75%;}
.col-50 {width: 50%;}
.col-33 {width: 33.3333333%;}
.col-25 {width: 25%;}

.col-push-left-33 {margin-left: 33.3333333%;}
.col-push-left-75 {margin-left: 75%;}
.col-push-left-50 {margin-left: 50%;}
.col-push-left-25 {margin-left: 25%;}

.padding {padding: 0 20px;}

.full-site {float: left; width: 100%;}

.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}

.pull-left {float: left!important;}
.pull-right {float: right!important;}

.hidden-mobile {}
.visible-mobile {display: none!important;}

header, section, footer {clear: both;}
.mobile-bg-submenu {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #efefef;
	opacity: 0.4;
	z-index: 1500;
}
.mobile-bg-submenu.active {display: block;}
.more-news .button {float: left; width: 100%; margin-top: 20px;}
.full-width {max-width: none!important;}

/* column line
==================================================================================================== */

.bg-column-line {
    float: left;
    width: 100%;
	border-bottom: 1px solid #00d4bf;
	/*background: url('../img/bg-column-line.png') center repeat-y;*/
}

/* all button link
==================================================================================================== */

.btn {
	display: inline-block;
    position: relative;
    float: left;
	width: 100%;
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    z-index: 10;
}
.btn.btn-more {
	padding-top: 14px;
	margin-top: 26px;
	margin-left: -1px;
	max-width: 136px;
	height: 48px;
	text-transform: uppercase;
	border: 2px solid #000;
	background-color: #f5f7f8;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	color: #000;
}
.btn.btn-more:hover {
	background-color: #000;
	color: #fff;
}
.btn.btn-more:before {
	content: '';
	position: absolute;
	top: 16px;
	right: 30px;
	width: 6px;
	height: 10px;
	background: url('../img/arrow-button-more.png') center no-repeat;
	background-position: 0px 0px;
	background-size: auto 100%;
}
.btn.btn-more:hover::before {
	background-position: -5px 0px;
}
.btn.btn-pay {
	float: none;
	padding-top: 16px;
    padding-right: 15px;
	max-width: 168px;
	height: 50px;
	text-transform: uppercase;
	border: 2px solid #000;
	background-color: rgba(255,255,255);
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	color: #000;
}
.btn.btn-pay:hover {
	background-color: #000;
	color: #fff;
}
.btn.btn-pay:before {
	content: '';
	position: absolute;
	top: 18px;
        right: 44px;
        width: 6px;
	height: 10px;
	background: url('../img/arrow-button-more.png') center no-repeat;
	background-position: 0px 0px;
        background-size: auto 100%;
}
.btn.btn-pay:hover::before {
	background-position: -5px 0px;
}
.btn.btn-pay.inner-arrow:before {
	content: '';
	position: absolute;
	top: 18px;
	right: 37px;
	width: 13px;
	height: 10px;
	background: url('../img/arrow-button-more-inner.png') center no-repeat;
	background-position: 0px 0px;
	background-size: auto 100%;
}
.btn.btn-pay.inner-arrow:hover::before {
	background-position: -12px 0px;
}
.btn-goto {
	float: right;
	max-width: 40px;
	height: 40px;
	border: 1px solid #00d4bf;
	background-color: transparent;
}
.btn-goto:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 10px;
	margin-top: -5px;
	margin-left: -2px;
	background: url('../img/arrow-button-green.png') center no-repeat;
	background-position: 0px 0px;
	background-size: auto 100%;
}
.btn-goto:hover {
	background-color: #00d4bf;
}
.btn-goto:hover::before {
	background-position: -5px 0px;
}
.btn-more-link {
	position: relative;
    padding-right: 12px;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #00af9e;
}
.btn-more-link:after {
	content: '';
	position: absolute;
	top: 4px;
	right: 0px;
	width: 8px;
	height: 6px;
	background: url('../img/arrow-button-more-link.png') center no-repeat;
	background-size: auto 100%;
}
.btn-more-link:hover {
	text-decoration: underline;
}
.btn.btn-footer-social {
	max-width: 49px;
	height: 49px;
}
.btn.btn-footer-social > img {
	display: block;
	float: left;
	max-width: 100%;
	max-height: 100%;
}
.btn.btn-form {
	float: none;
	margin-top: 12px;
	max-width: 188px;
	height: 50px;
	background-color: #00d4bf;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;

}
.btn.btn-form:hover {
	background-color: #000;
}
.btn.btn-green {
	float: none;
	width: auto;
	height: 60px;
	border: 1px solid #00d4bf;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 22px;
	padding-right: 44px;
    padding-left: 30px;
	font-weight: 500;
	line-height: 14px;
	color: #00af9e;
	background-color: transparent;
}
.btn.btn-green:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 10px;
	top: 24px;
	right: 29px;
	background: url('../img/arrow-button-green.png') center no-repeat;
	background-position: 0 0;
	background-size: auto 100%;
}
.btn.btn-green:hover {
	color: #fff;
	background-color: #00d4bf;
}
.btn.btn-green:hover::after {
	background-position: -5px 0;
}
.btn-navigation {
	display: inline-block;
    position: relative;
    text-align: left;
    text-decoration: none;
	letter-spacing: 0.3px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    z-index: 10;
	font-size: 11px;
	line-height: 11px;
	color: #00af9e;
	font-weight: 500;
}
.btn-navigation:hover {text-decoration: underline;}
.btn-navigation.prev {padding-left: 17px;}
.btn-navigation.next {padding-right: 14px;}

.btn-navigation.prev:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 6px;
	top: 2px;
    left: 1px;
	background: url('../img/arrow-nav-next_prev.png') center no-repeat;
	background-position: 0px 0px;
	background-size: auto 100%;
}
.btn-navigation.next:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 6px;
	top: 2px;
	right: -1px;
	background: url('../img/arrow-nav-next_prev.png') center no-repeat;
	background-position: -8px 0px;
	background-size: auto 100%;
}
.btn-refresh {
	display: inline-block;
	float: left;
	width: 50px;
	height: 50px;
	background: url('../img/icon-refresh.png') center no-repeat;
	cursor: pointer;
}
.btn-search-mobile {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	background: url('../img/icon-search-mobile.png') center	no-repeat;
	background-size: 100%;
}
.btn-hamburger {
	display: block;
	float: left;
	width: 30px;
	height: 22px;
	background: url('../img/icon-hamburger-mobile.png') center	no-repeat;
	background-size: 100%;
}


/* separate yellow line
---------------------------------------------------------------------------------------------------- */

.separate-yellow-line {
	float: left;
	position: relative;
	margin-top: 28px;
	width: 100%;
	height: 15px;
	text-align: center;
	clear: both;
}
.separate-yellow-line:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 15px;
	top: 0;
	left: 0;
	background: url('../img/separate-yellow-line.png') center no-repeat;
}

/* separate blue line
---------------------------------------------------------------------------------------------------- */

.separate-blue-line {
	float: left;
	position: relative;
	width: 100%;
	height: 4px;
	background-color: #009dcb;
	clear: both;
}
.sbl-margin-1 {margin: 46px 0 41px;}
.sbl-margin-2 {margin: 67px 0 42px;}
.sbl-margin-3 {margin: 50px 0 50px;}
.sbl-margin-4 {margin: 67px 0 12px;}
.sbl-margin-5 {margin: 50px 0 42px;}
.sbl-margin-6 {margin: 0px 0 38px;}
.sbl-margin-7 {margin: 58px 0 55px;}
.sbl-margin-8 {margin: 49px 0 42px;}
.sbl-margin-9 {margin: 49px 0 58px;}
.sbl-margin-10 {margin: 50px 0 50px;}
.sbl-margin-11 {margin: 0px 0 36px;}
.sbl-margin-12 {margin: 40px 0 58px;}
.sbl-margin-13 {margin: 114px 0 42px;}
.sbl-margin-14 {margin: 0px 0 39px;}
.sbl-margin-15 {margin: 0;}

/*margins*/
.mt83 {margin-top: 83px;} .mt30 {margin-top: 30px;} .mt45{margin-top: 45px;} .mt18 {margin-top: 18px;} .mt6 {margin-top: 6px;} .mt89 {margin-top: 89px!important;}

/*paddings*/
.pb52 {padding-bottom: 52px;} .pb29 {padding-bottom: 29px;} .pb30 {padding-bottom: 30px;} .pb53 {padding-bottom: 53px;}

/* slider
==================================================================================================== */

/*main slider*/
.main-slider {
	max-height: 460px;
	overflow: hidden;
}
.main-slider .owl-controls .owl-nav .owl-prev {
	position: absolute;
	top: 40%;
	left: 40px;
	width: 40px;
	height: 40px;
	background: url('../img/slider-button-nav-left.png') center no-repeat;
	z-index: 999;
}
.main-slider .owl-controls .owl-nav .owl-next {
	position: absolute;
	top: 40%;
	right: 40px;
	width: 40px;
	height: 40px;
	background: url('../img/slider-button-nav-right.png') center no-repeat;
	z-index: 999;
}

/*opinions slider*/
.opinions-slider {
	margin-top: 57px;
	margin-bottom: 78px;
}
.opinions-slider .owl-controls .owl-nav .owl-prev {
	position: absolute;
	top: 83px;
	left: 20px;
	width: 50px;
	height: 50px;
	background: url('../img/slider-button-nav-left-opinions.png') center no-repeat;
	z-index: 999;
}
.opinions-slider .owl-controls .owl-nav .owl-next {
	position: absolute;
	top: 83px;
    right: 20px;
	width: 50px;
	height: 50px;
	background: url('../img/slider-button-nav-right-opinions.png') center no-repeat;
	z-index: 999;
}

/*static description*/
.static-description {
	display: block;
	position: absolute;
	padding: 34px 44px;;
	top: -187px;
    right: 20px;
	width: 436px;
	height: 224px;
	background-color: #eaeeef;
	z-index: 999;
}
.static-description h2 {
	float: left;
	width: 100%;
	margin-bottom: 12px;
	font-size: 25px;
	line-height: 1.1;
	font-weight: 600;
	color: #303030;
}
.static-description p {
	font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #303030;
    word-break: normal;
}

.static-description .pagination {
	position: absolute;
	width: auto;
	bottom: 15px;
	right: 10px;
}
.static-description .pagination ul li {
	float: left;
}
.static-description .pagination ul li a {
	display: block;
	position: relative;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	border: 2px solid ;
	border-color: transparent;
}
.static-description .pagination ul li a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	margin-left: -2px;
	background: url('../img/dot-pagination.png') center no-repeat;
}
.static-description .pagination ul li.active a {
	border-color: #009dcb;
}
.static-description .sd_item {
	display: none;
}
.static-description .sd_item.active {
	display: block;
}
input {border-radius: 0!important;}

/* box sizing
==================================================================================================== */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.wysiwyg ul {
    list-style-type: none;
    list-style-position: inside;
    margin-left: 15px;
    margin-bottom: 20px;
}

.wysiwyg ul li {
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.06px;
    line-height: 23px;
    color: #303030;
    list-style-type: none;
}

.wysiwyg ul li {
    position: relative;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #303030;
    letter-spacing: -0.4px;
}

.wysiwyg ul li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -1px;
    width: 4px;
    height: 8px;
    background: url('../img/arrow-wysiwyg-ul.png') center no-repeat;
}











































































/* ====================================================================================================
--- Page ----------------------------------------------------------------------------------------------
==================================================================================================== */

/* page
==================================================================================================== */

/* page
---------------------------------------------------------------------------------------------------- */
