 /*!
 * Bootstrap v4.0.0-alpha.4 (http://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}
body{font-family: 'Open Sans', sans-serif;}/*Main-Bg*/
h1{
font-family: Poppins, sans-serif;
}
.Bentham{
font-family: 'Bentham', serif!important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button,
input,
select {
    overflow: visible
}

button,
input,
select,
textarea {
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

html {
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
        font-family: Poppins, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #818a91
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}
.cenetr_block.colorfill {
    background: rgba(2,174,236,1);
    background: -moz-linear-gradient(top, rgba(2,174,236,1) 0%, rgba(31,181,181,1) 42%, rgba(70,190,104,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2,174,236,1)), color-stop(42%, rgba(31,181,181,1)), color-stop(100%, rgba(70,190,104,1)));
    background: -webkit-linear-gradient(top, rgba(2,174,236,1) 0%, rgba(31,181,181,1) 42%, rgba(70,190,104,1) 100%);
    background: -o-linear-gradient(top, rgba(2,174,236,1) 0%, rgba(31,181,181,1) 42%, rgba(70,190,104,1) 100%);
    background: -ms-linear-gradient(top, rgba(2,174,236,1) 0%, rgba(31,181,181,1) 42%, rgba(70,190,104,1) 100%);
    background: linear-gradient(to bottom, rgba(2,174,236,1) 0%, rgba(31,181,181,1) 42%, rgba(70,190,104,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02aeec', endColorstr='#46be68', GradientType=0 );
    border: none;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #0275d8;
    text-decoration: none
}

a:focus,
a:hover {
    color: #014c8c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    touch-action: manipulation
}

table {
    border-collapse: collapse;
    background-color: transparent
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #818a91;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select,
textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
    cursor: not-allowed
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

input[type=search] {
    -webkit-appearance: none
}

output {
    display: inline-block
}

[hidden] {
    display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
font-family: Poppins, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid #eceeef
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #818a91
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #eceeef;
    border-left: 0
}

.blockquote-reverse .blockquote-footer::before {
    content: ""
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014"
}

dl.row>dd+dt {
    clear: left
}

.img-fluid {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: .3rem
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #818a91
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: .25rem
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #373a3c
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px
}

.container::after {
    content: "";
    display: table;
    clear: both
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px
}

.container-fluid::after {
    content: "";
    display: table;
    clear: both
}

.row {
    margin-left: -5px;
    margin-right: -5px
}

.row::after {
    content: "";
    display: table;
    clear: both
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xm-1,
.col-xm-10,
.col-xm-11,
.col-xm-12,
.col-xm-2,
.col-xm-3,
.col-xm-4,
.col-xm-5,
.col-xm-6,
.col-xm-7,
.col-xm-8,
.col-xm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px
}

.col-xs-1 {
    float: left;
    width: 8.33333%
}

.col-xs-2 {
    float: left;
    width: 16.66667%
}

.col-xs-3 {
    float: left;
    width: 25%
}

.col-xs-4 {
    float: left;
    width: 33.33333%
}

.col-xs-5 {
    float: left;
    width: 41.66667%
}

.col-xs-6 {
    float: left;
    width: 50%
}

.col-xs-7 {
    float: left;
    width: 58.33333%
}

.col-xs-8 {
    float: left;
    width: 66.66667%
}

.col-xs-9 {
    float: left;
    width: 75%
}

.col-xs-10 {
    float: left;
    width: 83.33333%
}

.col-xs-11 {
    float: left;
    width: 91.66667%
}

.col-xs-12 {
    float: left;
    width: 100%
}

.pull-xs-0 {
    right: auto
}

.pull-xs-1 {
    right: 8.33333%
}

.pull-xs-2 {
    right: 16.66667%
}

.pull-xs-3 {
    right: 25%
}

.pull-xs-4 {
    right: 33.33333%
}

.pull-xs-5 {
    right: 41.66667%
}

.pull-xs-6 {
    right: 50%
}

.pull-xs-7 {
    right: 58.33333%
}

.pull-xs-8 {
    right: 66.66667%
}

.pull-xs-9 {
    right: 75%
}

.pull-xs-10 {
    right: 83.33333%
}

.pull-xs-11 {
    right: 91.66667%
}

.pull-xs-12 {
    right: 100%
}

.push-xs-0 {
    left: auto
}

.push-xs-1 {
    left: 8.33333%
}

.push-xs-2 {
    left: 16.66667%
}

.push-xs-3 {
    left: 25%
}

.push-xs-4 {
    left: 33.33333%
}

.push-xs-5 {
    left: 41.66667%
}

.push-xs-6 {
    left: 50%
}

.push-xs-7 {
    left: 58.33333%
}

.push-xs-8 {
    left: 66.66667%
}

.push-xs-9 {
    left: 75%
}

.push-xs-10 {
    left: 83.33333%
}

.push-xs-11 {
    left: 91.66667%
}

.push-xs-12 {
    left: 100%
}

.offset-xs-1 {
    margin-left: 8.33333%
}

.offset-xs-2 {
    margin-left: 16.66667%
}

.offset-xs-3 {
    margin-left: 25%
}

.offset-xs-4 {
    margin-left: 33.33333%
}

.offset-xs-5 {
    margin-left: 41.66667%
}

.offset-xs-6 {
    margin-left: 50%
}

.offset-xs-7 {
    margin-left: 58.33333%
}

.offset-xs-8 {
    margin-left: 66.66667%
}

.offset-xs-9 {
    margin-left: 75%
}

.offset-xs-10 {
    margin-left: 83.33333%
}

.offset-xs-11 {
    margin-left: 91.66667%
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef
}

.table tbody+tbody {
    border-top: 2px solid #eceeef
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #eceeef
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #eceeef
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #dff0d8
}

.table-hover .table-success:hover {
    background-color: #d0e9c6
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #d0e9c6
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #d9edf7
}

.table-hover .table-info:hover {
    background-color: #c4e3f3
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #c4e3f3
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #fcf8e3
}

.table-hover .table-warning:hover {
    background-color: #faf2cc
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #faf2cc
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f2dede
}

.table-hover .table-danger:hover {
    background-color: #ebcccc
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #ebcccc
}

.thead-inverse th {
    color: #fff;
    background-color: #373a3c
}

.thead-default th {
    color: #55595c;
    background-color: #eceeef
}

.table-inverse {
    color: #eceeef;
    background-color: #373a3c
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
    border-color: #55595c
}

.table-inverse.table-bordered {
    border: 0
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: auto
}

.table-reflow thead {
    float: left
}

.table-reflow tbody {
    display: block;
    white-space: nowrap
}

.table-reflow td,
.table-reflow th {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef
}

.table-reflow td:last-child,
.table-reflow th:last-child {
    border-right: 1px solid #eceeef
}

.table-reflow tbody:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow thead:last-child tr:last-child th {
    border-bottom: 1px solid #eceeef
}

.table-reflow tr {
    float: left
}

.table-reflow tr td,
.table-reflow tr th {
    display: block!important;
    border: 1px solid #eceeef
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #66afe9;
    outline: 0
}

.form-control::placeholder {
    color: #999;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eceeef;
    opacity: 1
}

.form-control:disabled {
    cursor: not-allowed
}

select.form-control:not([size]):not([multiple]) {
    height: 2.5rem
}

select.form-control:focus::-ms-value {
    color: #55595c;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block
}

.col-form-label {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0
}

.col-form-label-lg {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .875rem
}

.col-form-legend {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    font-size: 1rem
}

.form-control-static {
    min-height: 2.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0
}

.form-control-static.form-control-lg,
.form-control-static.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

select.form-control-sm:not([size]):not([multiple]) {
    height: 1.8125rem
}

.form-control-lg {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

select.form-control-lg:not([size]):not([multiple]) {
    height: 3.16667rem
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .75rem
}

.form-check+.form-check {
    margin-top: -.25rem
}

.form-check.disabled .form-check-label {
    color: #818a91;
    cursor: not-allowed
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-input:only-child {
    position: static
}

.form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer
}

.form-check-inline+.form-check-inline {
    margin-left: .75rem
}

.form-check-inline.disabled {
    cursor: not-allowed
}

.form-control-feedback {
    margin-top: .25rem
}

.form-control-danger,
.form-control-success,
.form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .625rem;
    background-size: 1.25rem 1.25rem
}

.has-success .custom-control,
.has-success .form-check-inline,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
    color: #5cb85c
}

.has-success .form-control {
    border-color: #5cb85c
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea
}

.has-success .form-control-feedback {
    color: #5cb85c
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.has-warning .custom-control,
.has-warning .form-check-inline,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
    color: #f0ad4e
}

.has-warning .form-control {
    border-color: #f0ad4e
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: #fff
}

.has-warning .form-control-feedback {
    color: #f0ad4e
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger .custom-control,
.has-danger .form-check-inline,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
    color: #d9534f
}

.has-danger .form-control {
    border-color: #d9534f
}

.has-danger .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7
}

.has-danger .form-control-feedback {
    color: #d9534f
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus {
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
    background-image: none
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #014682;
    border-color: #01315a
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus {
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-secondary {
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-secondary.active,
.btn-secondary:active,
.open>.btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open>.btn-secondary.dropdown-toggle.focus,
.open>.btn-secondary.dropdown-toggle:focus,
.open>.btn-secondary.dropdown-toggle:hover {
    color: #373a3c;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary:disabled.focus,
.btn-secondary:disabled:focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info:disabled.focus,
.btn-info:disabled:focus {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info.disabled:hover,
.btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success:disabled.focus,
.btn-success:disabled:focus {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success.disabled:hover,
.btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning:disabled.focus,
.btn-warning:disabled:focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger:disabled.focus,
.btn-danger:disabled:focus {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger.disabled:hover,
.btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-primary {
    color: #0275d8;
    background-image: none;
    background-color: transparent;
    border-color: #0275d8
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.open>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active.focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open>.btn-outline-primary.dropdown-toggle.focus,
.open>.btn-outline-primary.dropdown-toggle:focus,
.open>.btn-outline-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #014682;
    border-color: #01315a
}

.btn-outline-primary.disabled.focus,
.btn-outline-primary.disabled:focus,
.btn-outline-primary:disabled.focus,
.btn-outline-primary:disabled:focus {
    border-color: #43a7fd
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
    border-color: #43a7fd
}

.btn-outline-secondary {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.open>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-secondary.active.focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary:active.focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active:hover,
.open>.btn-outline-secondary.dropdown-toggle.focus,
.open>.btn-outline-secondary.dropdown-toggle:focus,
.open>.btn-outline-secondary.dropdown-toggle:hover {
    color: #fff;
    background-color: #a1a1a1;
    border-color: #8c8c8c
}

.btn-outline-secondary.disabled.focus,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary:disabled.focus,
.btn-outline-secondary:disabled:focus {
    border-color: #fff
}

.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:hover {
    border-color: #fff
}

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info.active,
.btn-outline-info:active,
.open>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info.active.focus,
.btn-outline-info.active:focus,
.btn-outline-info.active:hover,
.btn-outline-info:active.focus,
.btn-outline-info:active:focus,
.btn-outline-info:active:hover,
.open>.btn-outline-info.dropdown-toggle.focus,
.open>.btn-outline-info.dropdown-toggle:focus,
.open>.btn-outline-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a
}

.btn-outline-info.disabled.focus,
.btn-outline-info.disabled:focus,
.btn-outline-info:disabled.focus,
.btn-outline-info:disabled:focus {
    border-color: #b0e1ef
}

.btn-outline-info.disabled:hover,
.btn-outline-info:disabled:hover {
    border-color: #b0e1ef
}

.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success.active,
.btn-outline-success:active,
.open>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success.active.focus,
.btn-outline-success.active:focus,
.btn-outline-success.active:hover,
.btn-outline-success:active.focus,
.btn-outline-success:active:focus,
.btn-outline-success:active:hover,
.open>.btn-outline-success.dropdown-toggle.focus,
.open>.btn-outline-success.dropdown-toggle:focus,
.open>.btn-outline-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d
}

.btn-outline-success.disabled.focus,
.btn-outline-success.disabled:focus,
.btn-outline-success:disabled.focus,
.btn-outline-success:disabled:focus {
    border-color: #a3d7a3
}

.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:hover {
    border-color: #a3d7a3
}

.btn-outline-warning {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.open>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-warning.active.focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.active:hover,
.btn-outline-warning:active.focus,
.btn-outline-warning:active:focus,
.btn-outline-warning:active:hover,
.open>.btn-outline-warning.dropdown-toggle.focus,
.open>.btn-outline-warning.dropdown-toggle:focus,
.open>.btn-outline-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f
}

.btn-outline-warning.disabled.focus,
.btn-outline-warning.disabled:focus,
.btn-outline-warning:disabled.focus,
.btn-outline-warning:disabled:focus {
    border-color: #f8d9ac
}

.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled:hover {
    border-color: #f8d9ac
}

.btn-outline-danger {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.open>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger.active.focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.active:hover,
.btn-outline-danger:active.focus,
.btn-outline-danger:active:focus,
.btn-outline-danger:active:hover,
.open>.btn-outline-danger.dropdown-toggle.focus,
.open>.btn-outline-danger.dropdown-toggle:focus,
.open>.btn-outline-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e
}

.btn-outline-danger.disabled.focus,
.btn-outline-danger.disabled:focus,
.btn-outline-danger:disabled.focus,
.btn-outline-danger:disabled:focus {
    border-color: #eba5a3
}

.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled:hover {
    border-color: #eba5a3
}

.btn-link {
    font-weight: 400;
    color: #0275d8;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
    background-color: transparent
}

.btn-link,
.btn-link:active,
.btn-link:focus {
    border-color: transparent
}

.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none
}

.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.bg-faded {
    background-color: #f7f7f9
}

.bg-primary {
    color: #fff!important;
    background-color: #0275d8!important
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #025aa5!important
}

.bg-success {
    color: #fff!important;
    background-color: #5cb85c!important
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #449d44!important
}

.bg-info {
    color: #fff!important;
    background-color: #5bc0de!important
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5!important
}

.bg-warning {
    color: #fff!important;
    background-color: #f0ad4e!important
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ec971f!important
}

.bg-danger {
    color: #fff!important;
    background-color: #d9534f!important
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #c9302c!important
}

.bg-inverse {
    color: #fff!important;
    background-color: #373a3c!important
}

a.bg-inverse:focus,
a.bg-inverse:hover {
    background-color: #1f2021!important
}

.clearfix::after {
    content: "";
    display: table;
    clear: both
}

.d-block {
    display: block!important
}

.d-inline-block {
    display: inline-block!important
}

.d-inline {
    display: inline!important
}

.pull-xs-left {
    float: left!important
}

.pull-xs-right {
    float: right!important
}

.pull-xs-none {
    float: none!important
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.w-100 {
    width: 100%!important
}

.m-x-auto {
    margin-right: auto!important;
    margin-left: auto!important
}

.m-a-0 {
    margin: 0 0!important
}

.m-t-0 {
    margin-top: 0!important
}

.m-r-0 {
    margin-right: 0!important
}

.m-b-0 {
    margin-bottom: 0!important
}

.m-l-0 {
    margin-left: 0!important
}

.m-x-0 {
    margin-right: 0!important;
    margin-left: 0!important
}

.m-y-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.m-a-1 {
    margin: 1rem 1rem!important
}

.m-t-1 {
    margin-top: 1rem!important
}

.m-r-1 {
    margin-right: 1rem!important
}

.m-b-1 {
    margin-bottom: 1rem!important
}

.m-l-1 {
    margin-left: 1rem!important
}

.m-x-1 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}

.m-y-1 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.m-a-2 {
    margin: 1.5rem 1.5rem!important
}

.m-t-2 {
    margin-top: 1.5rem!important
}

.m-r-2 {
    margin-right: 1.5rem!important
}

.m-b-2 {
    margin-bottom: 1.5rem!important
}

.m-l-2 {
    margin-left: 1.5rem!important
}

.m-x-2 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}

.m-y-2 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.m-a-3 {
    margin: 3rem 3rem!important
}

.m-t-3 {
    margin-top: 3rem!important
}

.m-r-3 {
    margin-right: 3rem!important
}

.m-b-3 {
    margin-bottom: 3rem!important
}

.m-l-3 {
    margin-left: 3rem!important
}

.m-x-3 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}

.m-y-3 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.p-a-0 {
    padding: 0 0!important
}

.p-t-0 {
    padding-top: 0!important
}

.p-r-0 {
    padding-right: 0!important
}

.p-b-0 {
    padding-bottom: 0!important
}

.p-l-0 {
    padding-left: 0!important
}

.p-x-0 {
    padding-right: 0!important;
    padding-left: 0!important
}

.p-y-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.p-a-1 {
    padding: 1rem 1rem!important
}

.p-t-1 {
    padding-top: 1rem!important
}

.p-r-1 {
    padding-right: 1rem!important
}

.p-b-1 {
    padding-bottom: 1rem!important
}

.p-l-1 {
    padding-left: 1rem!important
}

.p-x-1 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}

.p-y-1 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.p-a-2 {
    padding: 1.5rem 1.5rem!important
}

.p-t-2 {
    padding-top: 1.5rem!important
}

.p-r-2 {
    padding-right: 1.5rem!important
}

.p-b-2 {
    padding-bottom: 1.5rem!important
}

.p-l-2 {
    padding-left: 1.5rem!important
}

.p-x-2 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
}

.p-y-2 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.p-a-3 {
    padding: 3rem 3rem!important
}

.p-t-3 {
    padding-top: 3rem!important
}

.p-r-3 {
    padding-right: 3rem!important
}

.p-b-3 {
    padding-bottom: 3rem!important
}

.p-l-3 {
    padding-left: 3rem!important
}

.p-x-3 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}

.p-y-3 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.text-justify {
    text-align: justify!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-xs-left {
    text-align: left!important
}

.text-xs-right {
    text-align: right!important
}

.text-xs-center {
    text-align: center!important
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic
}

.text-muted {
    color: #818a91!important
}

a.text-muted:focus,
a.text-muted:hover {
    color: #687077!important
}

.text-primary {
    color: #0275d8!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #025aa5!important
}

.text-success {
    color: #5cb85c!important
}

a.text-success:focus,
a.text-success:hover {
    color: #449d44!important
}

.text-info {
    color: #5bc0de!important
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5!important
}

.text-warning {
    color: #f0ad4e!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ec971f!important
}

.text-danger {
    color: #d9534f!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #c9302c!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.invisible {
    visibility: hidden!important
}

.hidden-xs-up {
    display: none!important
}

.hidden-xxl-down {
    display: none!important
}

.visible-print-block {
    display: none!important
}

.visible-print-inline {
    display: none!important
}

.visible-print-inline-block {
    display: none!important
}

h1 {
    font-size: 32px;
    line-height: 1.5625
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.fancybox-enabled {
    overflow: hidden
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    backface-visibility: hidden
}

.fancybox-container~.fancybox-container {
    z-index: 99992
}

.fancybox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0f0f11;
    opacity: 0;
    transition-timing-function: cubic-bezier(.55, .06, .68, .19);
    backface-visibility: hidden
}

.fancybox-container--ready .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 99994;
    transition: opacity .2s;
    pointer-events: none;
    backface-visibility: hidden;
    direction: ltr
}

.fancybox-show-controls .fancybox-controls {
    opacity: 1
}

.fancybox-infobar {
    display: none
}

.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    pointer-events: all
}

.fancybox-show-buttons .fancybox-buttons {
    display: block
}

.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr
}

.fancybox-slider,
.fancybox-slider-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide--image {
    overflow: hidden
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-content {
    display: inline-block;
    position: relative;
    margin: 44px auto;
    padding: 0;
    border: 0;
    width: 80%;
    height: calc(100% - 88px);
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    white-space: normal;
    outline: 0;
    font-size: 16px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
    background: 0 0
}

.fancybox-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: 0 0;
    cursor: default;
    overflow: visible;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    backface-visibility: hidden
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    background: 0 0;
    background-size: 100% 100%
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: zoom-out
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: zoom-in
}

.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: grab
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: grabbing
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    transform: translate(-50%, -50%);
    background: #fff;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: 0 0
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0 30px;
    z-index: 99998;
    backface-visibility: hidden;
    box-sizing: border-box;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none
}

.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button {
    pointer-events: all
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-button {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    background: 0 0;
    color: #fff;
    box-sizing: border-box;
    vertical-align: top;
    outline: 0
}

.fancybox-button--disabled {
    cursor: default;
    pointer-events: none
}

.fancybox-button,
.fancybox-infobar__body {
    background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover {
    background: rgba(0, 0, 0, .8)
}

.fancybox-button::after,
.fancybox-button::before {
    content: '';
    pointer-events: none;
    position: absolute;
    border-color: #fff;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button--disabled::after,
.fancybox-button--disabled::before {
    opacity: .5
}

.fancybox-button--left::after {
    left: 20px;
    top: 18px;
    width: 6px;
    height: 6px;
    background: 0 0;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: rotate(-135deg)
}

.fancybox-button--right::after {
    right: 20px;
    top: 18px;
    width: 6px;
    height: 6px;
    background: 0 0;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close {
    float: right
}

.fancybox-button--close::after,
.fancybox-button--close::before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.fancybox-button--close::before {
    transform: rotate(45deg)
}

.fancybox-button--close::after {
    transform: rotate(-45deg)
}

.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, .4);
    border-top: 6px solid rgba(255, 255, 255, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    animation: fancybox-rotate .8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: 0 0
}

.fancybox-button--play::before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: 0 0
}

.fancybox-button--pause::before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px;
    background: 0 0
}

.fancybox-button--thumbs span {
    font-size: 23px
}

.fancybox-button--thumbs::before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
}

.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
    right: 220px
}

.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: 0;
    border: 5px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    user-select: none
}

.fancybox-thumbs>ul>li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}

body {
    color: #333
}

.flex {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.btn {
    background: #00aff0!important;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 32px;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 20px 50px;
}

.btn:hover {
    color: #fff;
    background: #004ba4
}

.btn.btn__trial {
    border: 1px solid #fff;
    background: 0 0
}

.page-header__wrap {
 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 40px
}

.page-header {
    padding: 25px 0 40px
}

.page-header .container {
    max-width: 1184px
}

.page-header .logo a {
    display: block;
    height: 100%;
    cursor: pointer
}

.page-header .page-nav {
    padding-top: 10px
}

.page-header .page-nav ul {
    padding: 0;
    margin: 0
}

.page-header .page-nav ul>li {
    list-style: none
}

.page-header .page-nav ul li a {
    border: 1px solid #00aff0!important;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-align: center;
    border-radius: 32px;
    padding: 10px 34px;
}
.frstlgn{
   color: #00aff0!important;

}
a.btnx {
    background: #00aff0!important;
    color: #fff;
}

.page-header .page-nav ul li a:hover {
    text-decoration: none
}

.page-header .page-nav ul li a.btn {
    border: 0
}

.splash {
    text-align: center
}

.splash .splash__text {
    font-size: 20px;
    line-height: 1.2;
    max-width: 930px;
    margin: 0 auto;
    color: #333;
}

.splash .splash__text h1 {
    margin-bottom: 30px
}

.splash .splash__text p {
    margin-bottom: 40px
}

.benefits-section {
    padding: 40px 0 30px
}

.benefits-section .benefits-section__title {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 45px
}

.benefits-section .benefits-wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column
}

.benefits-section .action__block {
    text-align: center;
    padding-top: 3px
}

.benefit-block {
    text-align: center;
    overflow: hidden;
    padding-bottom: 45px
}

.benefit-block .benefit-block__icon {
    min-height: 90px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 10px
}

.benefit-block .benefit-block__text {
    font-size: 16px;
    line-height: 1.5
}

.benefit-block .benefit-block__text h3 {
    font-size: 20px;
    line-height: 1.2;
    min-height: 50px
}

.testiomonials-section {
    padding:0px;
}

.testiomonials-section .testiomonials-section__title {
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 70px
}

.testiomonials-section .testimonial-wrap {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.testiomonials-section .testimonial-wrap .testimonial-block {
    width: 100%;
    padding-bottom: 60px
}

.testiomonials-section .thanks-wrap {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 46px
}

.testiomonials-section .disclaimer-block {
    padding: 0 0 25px;
    font-size: 14px;
    line-height: 1.71429;
 
}

.testiomonials-section .leader-box {
    max-width: 380px;
    margin: 0 auto;
    font-weight: 700;
    color: #000;
    text-align: center;
    font-size: 24px;
    line-height: 1.25
}

.testiomonials-section .leader-box mark {
    background: 0 0;
    color: #003371
}

.testiomonials-section .leader-box figure {
    max-width: 190px;
    margin: 0 auto 20px
}

.testimonial-block {
    font-size: 16px;
    line-height: 1.5;
    max-width: 600px
}

.testimonial-block .testimonial-block__author {
    text-align: center
}

.testimonial-block blockquote {
    padding: 38px 0 0;
    margin: 0;
    position: relative
}

.testimonial-block blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: -13px;
    background-image: url(../images/sprite/sprite.png);
    background-position: -334px -233px;
    width: 39px;
    height: 25px
}

.testimonial-block blockquote q {
    display: block
}

.testimonial-block blockquote q:after,
.testimonial-block blockquote q:before {
    display: none
}

.testimonial-block blockquote cite {
    display: block;
    text-align: right;
    font-style: normal;
    padding: 13px 0 0
}

.thank-block {
    max-width: 302px;
    padding-bottom: 25px;
    margin: 0 auto
}

.thank-block .thank-block__img {
    position: relative
}

.thank-block .thank-block__img .thank-block__corner {
    position: absolute;
    right: 0;
    bottom: 0;
    text-indent: 0;
    background-image: url(../images/sprite/sprite.png);
    background-position: 0 -66px;
    width: 110px;
    height: 110px
}

.thank-block .thank-block__img .thank-block__btn-play {
    position: absolute;
    background-image: url(../images/sprite/sprite.png);
    background-position: -334px -187px;
    width: 42px;
    height: 42px;
    right: 13px;
    bottom: 13px
}

.thank-block .thank-block__text {
    padding: 10px 7px;
    font-size: 16px;
    line-height: 1.5
}

.thank-block .thank-block__text p {
    margin: 0
}

.plans-section {
    padding: 40px 0 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.plans-section .plans-section__header {
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.2
}

.plans-section .plans-section__header .plans-section__header-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 16px;
    display: block
	font-family: Poppins, sans-serif;
}

.plans-section .plans-section__bottom {
    text-align: center;
    font-size: 14px;
    line-height: 2.14286;
    color: #272727;
    padding-top: 50px
}

.plans-section .plans-wrap {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column
}

.plans-section .plan-box {
    margin: 0 auto 15px
}

.plan-box {
    background-color: #fff;
    border-color: #aeadad #aeadad #fff;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    text-align: center;
    color: #333333;
    padding: 30px 6px;
    box-shadow: 0px 1px 5px rgba(0,0,0,.15);
    border-radius: 13px;
    border: 2px solid #00afee;
 
}

.plan-box .plan-box__head {
    display: block;
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 12px;
    color: #000;
    padding: 5px 0;
    text-align: center;
    font-size: 29px;
    font-family: 'Bentham', serif!important;
}
 

.price_table_heading {
    font-size: 40px;
    padding: 10px;
    color: #00afee;
    font-weight: 800;
}
.price_table_heading {
    font-size: 40px;
    padding: 10px;
    color: #00afee;
    font-weight: 800;
}
.white {
    color: #fff!important;
}
.price_table_heading span {
    font-size: 20px;
    padding: 5px;
    color: #00afee;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: -10px;
}

.plan-box .plan-box__content {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    padding-top: 9px
}

.plan-box .plan-box__content .plan-box__content-head {
    font-size: 20px;
    line-height: 1.6;
    display: block;
    text-align: center;
    min-height: 80px;
    margin-bottom: 5px
}

.plan-box .plan-box__content .plan-box__content-head .plan-box__price {
    display: block
}

.plan-box .plan-box__footer {
    padding-top: 15px
}

.plan-box .plan-box__list {
    padding: 20px 0;
    border-top: 1px solid #e1e1e1;
}

.plan-box .plan-box__list>li {
    list-style: none
}

.plan-box .plan-box__list li {
 
    padding-bottom: 11px
}
.boxer2 .plan-box__list li {
position: relative;
    list-style: none;
}
    /* 
.boxer2 .plan-box__list li {
    content: '';
    position: absolute;
left: 10px;
    top: 4px;
    background-image: url(../images/sprite/x.png);
    background-position: -380px -187px;
    width: 17px;
    height: 13px;
 
} */
img.textt {
    padding-right: 9px;
}
.plan-box.cenetr_block.colorfill li {
    color: #fff;
}
.plan-box.cenetr_block.colorfill  .plan-box__head {
    color: #fff;
}
.plan-box.cenetr_block.colorfill .plan-box__duration
{
    color: #fff;
}

.plan-box .plan-box__note {
    text-transform: uppercase;
    color: #003371;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    padding: 8px 0 0
}

.plan-box .btn {
    font-weight: 400;
    padding: 10px 60px!important;
}

.gallery-wrap {
    padding-top: 40px
}

.gallery-wrap .gallery-section {
    position: relative
}

#background-slider,
#main-slider {
    display: none
}

#background-slider.slick-initialized,
#main-slider.slick-initialized {
    display: block
}

.main-slider-holder {
    margin: 0 auto;
    position: relative;
    z-index: 15
}

.main-slider-holder img {
    max-width: 100%;
    height: auto;
    width: auto
}

.main-slider-holder .slick-arrow {
    text-indent: -9999px;
    overflow: hidden;
    background: 0 0;
    border: 0;
    position: absolute;
    top: 50%;
    z-index: 100;
    margin-top: -26px
}

.main-slider-holder .slick-arrow.slick-prev {
    background-image: url(../images/sprite/sprite.png);
    background-position: -334px -131px;
    width: 45px;
    height: 52px;
    left: 0
}

.main-slider-holder .slick-arrow.slick-next {
    background-image: url(../images/sprite/sprite.png);
    background-position: -334px -75px;
    width: 45px;
    height: 52px;
    right: 0
}

.back-slider {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    display: none
}

.back-slider img {
    max-width: 100%;
    height: auto;
    width: auto
}

.back-slider .background-slider-small {
    width: 564px
}

.back-slider .back-slider-left {
    float: left
}

.back-slider .back-slider-right {
    float: right
}

.modal__content {
    max-width: 750px
}

.hidden {
    display: none
}

.fancybox-close-small:focus {
    outline: 0
}
.ppx{font-size: 18px;
    padding: 20px 0;
}
.page-footer {
    background-color: #272727;
    font-size: 16px;
    line-height: 1.71429;
    text-align: center;
    padding: 25px 0;
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0;
    color: #333;
    background: #f5f9fc;
}
footer.page-footer a {
    color: #333;
}

.page-footer p {
    margin: 0
}

.icon,
.icon-converting,
.icon-duplication,
.icon-marketing,
.icon-newsletter,
.icon-organization,
.icon-presentations,
.logo,
.thank-block .thank-block__img .thank-block__btn-play {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    vertical-align: top
}

.logo {
    background-image: url(https://admin.hbzoom.com/site/HBZoom/2017/new_home/assets/images/logo-new.png);
    background-position: 0 0;
    width: 254px;
    height: 62px
}

.icon-converting {
    background-image: url(../images/sprite/sprite.png);
    background-position: -76px -248px;
    width: 78px;
    height: 65px
}

.icon-presentations {
    background-image: url(../images/sprite/sprite.png);
    background-position: -88px -180px;
    width: 86px;
    height: 62px
}

.icon-marketing {
    background-image: url(../images/sprite/sprite.png);
    background-position: 0 -180px;
    width: 84px;
    height: 64px
}

.icon-newsletter {
    background-image: url(../images/sprite/sprite.png);
    background-position: 0 -248px;
    width: 72px;
    height: 72px
}

.icon-organization {
    background-image: url(../images/sprite/sprite.png);
    background-position: -334px 0;
    width: 65px;
    height: 71px
}

.icon-organization {
    background-image: url(../images/sprite/sprite.png);
    background-position: -334px 0;
    width: 65px;
    height: 71px
}

.icon-duplication {
    background-image: url(../images/sprite/sprite.png);
    background-position: -114px -66px;
    width: 78px;
    height: 78px
}
span.last-one {
    clear: both;
    display: block;
}
 .last-one.whitex {
    color: #fff;
}
.cenetr_block.colorfill .plan-box__footer a {
    background: #fff!important;
	    color: #00aff0!important;
}
@media only screen and (min-width:480px) {
    .btn {
 
        height: 66px
    }
    .page-header .page-nav ul li a {
        min-width: 160px
    }
}

@media (min-width:480px) {
    .col-xm-1 {
        float: left;
        width: 8.33333%
    }
    .col-xm-2 {
        float: left;
        width: 16.66667%
    }
    .col-xm-3 {
        float: left;
        width: 25%
    }
    .col-xm-4 {
        float: left;
        width: 33.33333%
    }
    .col-xm-5 {
        float: left;
        width: 41.66667%
    }
    .col-xm-6 {
        float: left;
        width: 50%
    }
    .col-xm-7 {
        float: left;
        width: 58.33333%
    }
    .col-xm-8 {
        float: left;
        width: 66.66667%
    }
    .col-xm-9 {
        float: left;
        width: 75%
    }
    .col-xm-10 {
        float: left;
        width: 83.33333%
    }
    .col-xm-11 {
        float: left;
        width: 91.66667%
    }
    .col-xm-12 {
        float: left;
        width: 100%
    }
    .pull-xm-0 {
        right: auto
    }
    .pull-xm-1 {
        right: 8.33333%
    }
    .pull-xm-2 {
        right: 16.66667%
    }
    .pull-xm-3 {
        right: 25%
    }
    .pull-xm-4 {
        right: 33.33333%
    }
    .pull-xm-5 {
        right: 41.66667%
    }
    .pull-xm-6 {
        right: 50%
    }
    .pull-xm-7 {
        right: 58.33333%
    }
    .pull-xm-8 {
        right: 66.66667%
    }
    .pull-xm-9 {
        right: 75%
    }
    .pull-xm-10 {
        right: 83.33333%
    }
    .pull-xm-11 {
        right: 91.66667%
    }
    .pull-xm-12 {
        right: 100%
    }
    .push-xm-0 {
        left: auto
    }
    .push-xm-1 {
        left: 8.33333%
    }
    .push-xm-2 {
        left: 16.66667%
    }
    .push-xm-3 {
        left: 25%
    }
    .push-xm-4 {
        left: 33.33333%
    }
    .push-xm-5 {
        left: 41.66667%
    }
    .push-xm-6 {
        left: 50%
    }
    .push-xm-7 {
        left: 58.33333%
    }
    .push-xm-8 {
        left: 66.66667%
    }
    .push-xm-9 {
        left: 75%
    }
    .push-xm-10 {
        left: 83.33333%
    }
    .push-xm-11 {
        left: 91.66667%
    }
    .push-xm-12 {
        left: 100%
    }
    .offset-xm-0 {
        margin-left: 0
    }
    .offset-xm-1 {
        margin-left: 8.33333%
    }
    .offset-xm-2 {
        margin-left: 16.66667%
    }
    .offset-xm-3 {
        margin-left: 25%
    }
    .offset-xm-4 {
        margin-left: 33.33333%
    }
    .offset-xm-5 {
        margin-left: 41.66667%
    }
    .offset-xm-6 {
        margin-left: 50%
    }
    .offset-xm-7 {
        margin-left: 58.33333%
    }
    .offset-xm-8 {
        margin-left: 66.66667%
    }
    .offset-xm-9 {
        margin-left: 75%
    }
    .offset-xm-10 {
        margin-left: 83.33333%
    }
    .offset-xm-11 {
        margin-left: 91.66667%
    }
    .pull-xm-left {
        float: left!important
    }
    .pull-xm-right {
        float: right!important
    }
    .pull-xm-none {
        float: none!important
    }
    .text-xm-left {
        text-align: left!important
    }
    .text-xm-right {
        text-align: right!important
    }
    .text-xm-center {
        text-align: center!important
    }
    .hidden-xm-up {
        display: none!important
    }
}

@media only screen and (min-width:490px) {
    .benefits-section {
        padding: 180px 0 60px
    }
    .gallery-wrap {
        margin-bottom: -180px
    }
    .main-slider-holder {
        background: url(../images/layout/bg-slider-sm.png) no-repeat;
        padding: 19px 64px 55px;
        width: 480px;
        height: 295px
    }
}

@media only screen and (min-width:540px) {
    .main-slider-holder .slick-arrow {
        margin-top: -41px
    }
    .main-slider-holder .slick-arrow.slick-prev {
        background-image: url(../images/sprite/sprite.png);
        background-position: -258px 0;
        width: 72px;
        height: 83px;
        left: -5px
    }
    .main-slider-holder .slick-arrow.slick-next {
        background-image: url(../images/sprite/sprite.png);
        background-position: -258px -87px;
        width: 72px;
        height: 83px;
        right: -5px
    }
}

@media (min-width:544px) {
    .container {
        max-width: 544px
    }
    .col-sm-1 {
        float: left;
        width: 8.33333%
    }
    .col-sm-2 {
        float: left;
        width: 16.66667%
    }
    .col-sm-3 {
        float: left;
        width: 25%
    }
    .col-sm-4 {
        float: left;
        width: 33.33333%
    }
    .col-sm-5 {
        float: left;
        width: 41.66667%
    }
    .col-sm-6 {
        float: left;
        width: 50%
    }
    .col-sm-7 {
        float: left;
        width: 58.33333%
    }
    .col-sm-8 {
        float: left;
        width: 66.66667%
    }
    .col-sm-9 {
        float: left;
        width: 75%
    }
    .col-sm-10 {
        float: left;
        width: 83.33333%
    }
    .col-sm-11 {
        float: left;
        width: 91.66667%
    }
    .col-sm-12 {
        float: left;
        width: 100%
    }
    .pull-sm-0 {
        right: auto
    }
    .pull-sm-1 {
        right: 8.33333%
    }
    .pull-sm-2 {
        right: 16.66667%
    }
    .pull-sm-3 {
        right: 25%
    }
    .pull-sm-4 {
        right: 33.33333%
    }
    .pull-sm-5 {
        right: 41.66667%
    }
    .pull-sm-6 {
        right: 50%
    }
    .pull-sm-7 {
        right: 58.33333%
    }
    .pull-sm-8 {
        right: 66.66667%
    }
    .pull-sm-9 {
        right: 75%
    }
    .pull-sm-10 {
        right: 83.33333%
    }
    .pull-sm-11 {
        right: 91.66667%
    }
    .pull-sm-12 {
        right: 100%
    }
    .push-sm-0 {
        left: auto
    }
    .push-sm-1 {
        left: 8.33333%
    }
    .push-sm-2 {
        left: 16.66667%
    }
    .push-sm-3 {
        left: 25%
    }
    .push-sm-4 {
        left: 33.33333%
    }
    .push-sm-5 {
        left: 41.66667%
    }
    .push-sm-6 {
        left: 50%
    }
    .push-sm-7 {
        left: 58.33333%
    }
    .push-sm-8 {
        left: 66.66667%
    }
    .push-sm-9 {
        left: 75%
    }
    .push-sm-10 {
        left: 83.33333%
    }
    .push-sm-11 {
        left: 91.66667%
    }
    .push-sm-12 {
        left: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-check {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-check-label {
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
    .pull-sm-left {
        float: left!important
    }
    .pull-sm-right {
        float: right!important
    }
    .pull-sm-none {
        float: none!important
    }
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
    .hidden-sm-up {
        display: none!important
    }
}

@media only screen and (min-width:640px) {
    h1 {
        font-size: 40px;
        line-height: 1.5
    }
    .page-header {
        padding: 25px 0 80px
    }
    .page-header .logo {
        float: left
    }
    .page-header .page-nav ul {
        float: left
    }
    .page-header .page-nav ul li {
        float: left;
        margin-left: 10px
    }
    .page-header .page-nav {
        float: right
    }
    .splash .splash__text {
font-size: 22px;
        line-height: 1.2
    }
    .plans-section {

    }
    .plans-section .plans-section__header {
font-size: 22px;
    line-height: 1.2;
    }
    .plans-section .plans-section__header .plans-section__header-title {
    font-family: Poppins, sans-serif;
    font-size: 40px;
    line-height: 1.5;
    }
}
.plans-section__header p {
    margin-bottom: 40px;
}
strong.plans-section__header-title {
    margin-bottom: 30px;
    display: block;
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
    .col-md-1 {
        float: left;
        width: 8.33333%
    }
    .col-md-2 {
        float: left;
        width: 16.66667%
    }
    .col-md-3 {
        float: left;
        width: 25%
    }
    .col-md-4 {
        float: left;
        width: 33.33333%
    }
    .col-md-5 {
        float: left;
        width: 41.66667%
    }
    .col-md-6 {
        float: left;
        width: 50%
    }
    .col-md-7 {
        float: left;
        width: 58.33333%
    }
    .col-md-8 {
        float: left;
        width: 66.66667%
    }
    .col-md-9 {
        float: left;
        width: 75%
    }
    .col-md-10 {
        float: left;
        width: 83.33333%
    }
    .col-md-11 {
        float: left;
        width: 91.66667%
    }
    .col-md-12 {
        float: left;
        width: 100%
    }
    .pull-md-0 {
        right: auto
    }
    .pull-md-1 {
        right: 8.33333%
    }
    .pull-md-2 {
        right: 16.66667%
    }
    .pull-md-3 {
        right: 25%
    }
    .pull-md-4 {
        right: 33.33333%
    }
    .pull-md-5 {
        right: 41.66667%
    }
    .pull-md-6 {
        right: 50%
    }
    .pull-md-7 {
        right: 58.33333%
    }
    .pull-md-8 {
        right: 66.66667%
    }
    .pull-md-9 {
        right: 75%
    }
    .pull-md-10 {
        right: 83.33333%
    }
    .pull-md-11 {
        right: 91.66667%
    }
    .pull-md-12 {
        right: 100%
    }
    .push-md-0 {
        left: auto
    }
    .push-md-1 {
        left: 8.33333%
    }
    .push-md-2 {
        left: 16.66667%
    }
    .push-md-3 {
        left: 25%
    }
    .push-md-4 {
        left: 33.33333%
    }
    .push-md-5 {
        left: 41.66667%
    }
    .push-md-6 {
        left: 50%
    }
    .push-md-7 {
        left: 58.33333%
    }
    .push-md-8 {
        left: 66.66667%
    }
    .push-md-9 {
        left: 75%
    }
    .push-md-10 {
        left: 83.33333%
    }
    .push-md-11 {
        left: 91.66667%
    }
    .push-md-12 {
        left: 100%
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
    .pull-md-left {
        float: left!important
    }
    .pull-md-right {
        float: right!important
    }
    .pull-md-none {
        float: none!important
    }
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
    .hidden-md-up {
        display: none!important
    }
}

@media only screen and (min-width:768px) {
    .benefits-section .benefits-wrap {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify
    }
    .benefits-section .benefits-wrap .benefit-block {
        width: 30%
    }
    .testiomonials-section .testimonial-wrap .testimonial-block {
        width: 47%
    }
    .testimonial-block {
        max-width: 768px
    }
    .plans-section .plans-wrap {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row
    }
    .plans-section .plan-box {
        width: 48%
    }
    .plan-box {
        min-height: 668px
    }
    .plan-box .plan-box__footer {
        height: 95px;
        padding-top: 0
    }
    .plan-box .btn {
        font-size: 14px;
        line-height: 1.2;
        height: auto;
        padding: 14px 8px
    }
    .main-slider-holder {
        background: url(../images/layout/bg-slider-tab.png) no-repeat;
        width: 710px;
        height: 437px;
        padding: 28px 94px 81px
    }
    .main-slider-holder .slick-arrow.slick-prev {
        left: 40px
    }
    .main-slider-holder .slick-arrow.slick-next {
        right: 40px
    }
    .back-slider {
        display: block
    }
}

@media (min-width:992px) {
    .container {
        max-width: 940px
    }
    .col-lg-1 {
        float: left;
        width: 8.33333%
    }
    .col-lg-2 {
        float: left;
        width: 16.66667%
    }
    .col-lg-3 {
        float: left;
        width: 25%
    }
    .col-lg-4 {
        float: left;
        width: 33.33333%
    }
    .col-lg-5 {
        float: left;
        width: 41.66667%
    }
    .col-lg-6 {
        float: left;
        width: 50%
    }
    .col-lg-7 {
        float: left;
        width: 58.33333%
    }
    .col-lg-8 {
        float: left;
        width: 66.66667%
    }
    .col-lg-9 {
        float: left;
        width: 75%
    }
    .col-lg-10 {
        float: left;
        width: 83.33333%
    }
    .col-lg-11 {
        float: left;
        width: 91.66667%
    }
    .col-lg-12 {
        float: left;
        width: 100%
    }
    .pull-lg-0 {
        right: auto
    }
    .pull-lg-1 {
        right: 8.33333%
    }
    .pull-lg-2 {
        right: 16.66667%
    }
    .pull-lg-3 {
        right: 25%
    }
    .pull-lg-4 {
        right: 33.33333%
    }
    .pull-lg-5 {
        right: 41.66667%
    }
    .pull-lg-6 {
        right: 50%
    }
    .pull-lg-7 {
        right: 58.33333%
    }
    .pull-lg-8 {
        right: 66.66667%
    }
    .pull-lg-9 {
        right: 75%
    }
    .pull-lg-10 {
        right: 83.33333%
    }
    .pull-lg-11 {
        right: 91.66667%
    }
    .pull-lg-12 {
        right: 100%
    }
    .push-lg-0 {
        left: auto
    }
    .push-lg-1 {
        left: 8.33333%
    }
    .push-lg-2 {
        left: 16.66667%
    }
    .push-lg-3 {
        left: 25%
    }
    .push-lg-4 {
        left: 33.33333%
    }
    .push-lg-5 {
        left: 41.66667%
    }
    .push-lg-6 {
        left: 50%
    }
    .push-lg-7 {
        left: 58.33333%
    }
    .push-lg-8 {
        left: 66.66667%
    }
    .push-lg-9 {
        left: 75%
    }
    .push-lg-10 {
        left: 83.33333%
    }
    .push-lg-11 {
        left: 91.66667%
    }
    .push-lg-12 {
        left: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
    .pull-lg-left {
        float: left!important
    }
    .pull-lg-right {
        float: right!important
    }
    .pull-lg-none {
        float: none!important
    }
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
    .hidden-lg-up {
        display: none!important
    }
}

@media only screen and (min-width:992px) {
    .benefit-block .benefit-block__text h3 {
        font-size: 24px;
        line-height: 1.2
    }
    .testiomonials-section .testimonial-wrap .testimonial-block {
        width: 44%
    }
    .plans-section .plans-wrap {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify
    }
    .plans-section .plan-box {
        width: 32%
    }
    .main-slider-holder {
        background: url(../images/layout/bg-slider.png) no-repeat;
        width: 885px;
        height: 545px;
        padding: 34px 117px 101px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1110px
    }
    .col-xl-1 {
        float: left;
        width: 8.33333%
    }
    .col-xl-2 {
        float: left;
        width: 16.66667%
    }
    .col-xl-3 {
        float: left;
        width: 25%
    }
    .col-xl-4 {
        float: left;
        width: 33.33333%
    }
    .col-xl-5 {
        float: left;
        width: 41.66667%
    }
    .col-xl-6 {
        float: left;
        width: 50%
    }
    .col-xl-7 {
        float: left;
        width: 58.33333%
    }
    .col-xl-8 {
        float: left;
        width: 66.66667%
    }
    .col-xl-9 {
        float: left;
        width: 75%
    }
    .col-xl-10 {
        float: left;
        width: 83.33333%
    }
    .col-xl-11 {
        float: left;
        width: 91.66667%
    }
    .col-xl-12 {
        float: left;
        width: 100%
    }
    .pull-xl-0 {
        right: auto
    }
    .pull-xl-1 {
        right: 8.33333%
    }
    .pull-xl-2 {
        right: 16.66667%
    }
    .pull-xl-3 {
        right: 25%
    }
    .pull-xl-4 {
        right: 33.33333%
    }
    .pull-xl-5 {
        right: 41.66667%
    }
    .pull-xl-6 {
        right: 50%
    }
    .pull-xl-7 {
        right: 58.33333%
    }
    .pull-xl-8 {
        right: 66.66667%
    }
    .pull-xl-9 {
        right: 75%
    }
    .pull-xl-10 {
        right: 83.33333%
    }
    .pull-xl-11 {
        right: 91.66667%
    }
    .pull-xl-12 {
        right: 100%
    }
    .push-xl-0 {
        left: auto
    }
    .push-xl-1 {
        left: 8.33333%
    }
    .push-xl-2 {
        left: 16.66667%
    }
    .push-xl-3 {
        left: 25%
    }
    .push-xl-4 {
        left: 33.33333%
    }
    .push-xl-5 {
        left: 41.66667%
    }
    .push-xl-6 {
        left: 50%
    }
    .push-xl-7 {
        left: 58.33333%
    }
    .push-xl-8 {
        left: 66.66667%
    }
    .push-xl-9 {
        left: 75%
    }
    .push-xl-10 {
        left: 83.33333%
    }
    .push-xl-11 {
        left: 91.66667%
    }
    .push-xl-12 {
        left: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
    .pull-xl-left {
        float: left!important
    }
    .pull-xl-right {
        float: right!important
    }
    .pull-xl-none {
        float: none!important
    }
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
    .hidden-xl-up {
        display: none!important
    }
}

@media only screen and (min-width:1200px) {
    .gallery-wrap .container {
        max-width: 1184px
    }
    .plans-section .container {
        max-width: 1140px
    }
    .plan-box .plan-box__head {
        font-size: 36px;
        line-height: 1.2
    }
    .plan-box .plan-box__content .plan-box__content-head {
        font-size: 24px;
        line-height: 1.5;
        min-height: 95px
    }
    .plan-box .plan-box__list {
    
    }
    .plan-box .btn {
    font-size: 17px;
    line-height: 2.4;
    padding: 8px;
    }
}

@media (min-width:1400px) {
    .col-xxl-1 {
        float: left;
        width: 8.33333%
    }
    .col-xxl-2 {
        float: left;
        width: 16.66667%
    }
    .col-xxl-3 {
        float: left;
        width: 25%
    }
    .col-xxl-4 {
        float: left;
        width: 33.33333%
    }
    .col-xxl-5 {
        float: left;
        width: 41.66667%
    }
    .col-xxl-6 {
        float: left;
        width: 50%
    }
    .col-xxl-7 {
        float: left;
        width: 58.33333%
    }
    .col-xxl-8 {
        float: left;
        width: 66.66667%
    }
    .col-xxl-9 {
        float: left;
        width: 75%
    }
    .col-xxl-10 {
        float: left;
        width: 83.33333%
    }
    .col-xxl-11 {
        float: left;
        width: 91.66667%
    }
    .col-xxl-12 {
        float: left;
        width: 100%
    }
    .pull-xxl-0 {
        right: auto
    }
    .pull-xxl-1 {
        right: 8.33333%
    }
    .pull-xxl-2 {
        right: 16.66667%
    }
    .pull-xxl-3 {
        right: 25%
    }
    .pull-xxl-4 {
        right: 33.33333%
    }
    .pull-xxl-5 {
        right: 41.66667%
    }
    .pull-xxl-6 {
        right: 50%
    }
    .pull-xxl-7 {
        right: 58.33333%
    }
    .pull-xxl-8 {
        right: 66.66667%
    }
    .pull-xxl-9 {
        right: 75%
    }
    .pull-xxl-10 {
        right: 83.33333%
    }
    .pull-xxl-11 {
        right: 91.66667%
    }
    .pull-xxl-12 {
        right: 100%
    }
    .push-xxl-0 {
        left: auto
    }
    .push-xxl-1 {
        left: 8.33333%
    }
    .push-xxl-2 {
        left: 16.66667%
    }
    .push-xxl-3 {
        left: 25%
    }
    .push-xxl-4 {
        left: 33.33333%
    }
    .push-xxl-5 {
        left: 41.66667%
    }
    .push-xxl-6 {
        left: 50%
    }
    .push-xxl-7 {
        left: 58.33333%
    }
    .push-xxl-8 {
        left: 66.66667%
    }
    .push-xxl-9 {
        left: 75%
    }
    .push-xxl-10 {
        left: 83.33333%
    }
    .push-xxl-11 {
        left: 91.66667%
    }
    .push-xxl-12 {
        left: 100%
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.33333%
    }
    .offset-xxl-2 {
        margin-left: 16.66667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.33333%
    }
    .offset-xxl-5 {
        margin-left: 41.66667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.33333%
    }
    .offset-xxl-8 {
        margin-left: 66.66667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.33333%
    }
    .offset-xxl-11 {
        margin-left: 91.66667%
    }
    .pull-xxl-left {
        float: left!important
    }
    .pull-xxl-right {
        float: right!important
    }
    .pull-xxl-none {
        float: none!important
    }
    .text-xxl-left {
        text-align: left!important
    }
    .text-xxl-right {
        text-align: right!important
    }
    .text-xxl-center {
        text-align: center!important
    }
    .hidden-xxl-up {
        display: none!important
    }
}

@media (max-width:1399px) {
    .hidden-xl-down {
        display: none!important
    }
}

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none!important
    }
}

@media (max-width:991px) {
    .hidden-md-down {
        display: none!important
    }
}

@media all and (max-width:800px) {
    .fancybox-controls {
        text-align: left
    }
    .fancybox-button--left,
    .fancybox-button--right,
    .fancybox-buttons button:not(.fancybox-button--close) {
        display: none!important
    }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
    .fancybox-thumbs {
        display: none!important
    }
    .fancybox-container--thumbs .fancybox-caption-wrap,
    .fancybox-container--thumbs .fancybox-controls,
    .fancybox-container--thumbs .fancybox-slider-wrap {
        right: 0
    }
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none!important
    }
}

@media only screen and (max-width:767px) {
    .plan-box .btn {
        padding: 12px 8px
    }
}

@media only screen and (max-width:639px) {
    .page-header .logo {
        display: block;
        margin: 0 auto
    }
    .page-header .page-nav {
        text-align: center
    }
    .page-header .page-nav ul {
        display: inline-block;
        vertical-align: top
    }
    .page-header .page-nav ul li {
        display: inline-block;
        vertical-align: top
    }
}

@media (max-width:543px) {
    .hidden-xm-down {
        display: none!important
    }
}

@media (max-width:479px) {
    .hidden-xs-down {
        display: none!important
    }
}

@media only screen and (max-width:479px) {
    .page-header .page-nav ul li a.btn {
        min-width: 1px
    }
}

@media print {
    *,
    ::after,
    ::before,
    ::first-letter,
    ::first-line {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .tag {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
    .visible-print-block {
        display: block!important
    }
    .visible-print-inline {
        display: inline!important
    }
    .visible-print-inline-block {
        display: inline-block!important
    }
    .hidden-print {
        display: none!important
    }
}

@keyframes fancybox-rotate {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}
.logos {
    float: left;
}
@media (max-width:768px) {

	.logos {
		float: none;
		text-align: center;
	}
}
.author-info {
    text-align: center;
}
.plans-section .container {
    border-top: 1px solid #d9d9d9;
    padding: 30px;
}