/* Основные стили */
* {
    font-family: "Samsung Sharp Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    color: #2f434d;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: normal;
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1.5em;
    margin: .45em 0;
    padding: 0;
}

a,
a:visited,
a:active,
a:hover {
    color: #0099ff;
}

a:hover {
    text-decoration: none;
}

a, a:active, a:focus {
    outline: none;
}

aside {
    margin: 40px 0;
}

p {
    margin: 0 0 1.5em;
}

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

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    margin-bottom: 40px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

body {
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

a.buttonlink {
    background: #0099ff;
    border-radius: 7px;
    color: #fff;
    display: block;
    float: left;
    margin: 10px 15px 10px 0;
    padding: 10px;
    text-decoration: none;
}

a.buttonlink:hover {
    background: #8dbc01;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.row:after {
    clear: both;
}

.no-margin {
    margin: 0 !important;
}

/* Остальные стили */
.wrapper {
    width: 92%;
    margin: 0 auto;
}

header {
    padding: 20px 0;
    min-height: 240px;
    background-image: url("../img/bg-main.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

header .wrapper {
    margin-top: 30px;
}

header .logo a {
    color: #666;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    transition: all .6s cubic-bezier(.4, 0, .2, 1);
    height: 44px;
    display: flex;
    align-items: flex-end;
}

header .logo a:hover {
    opacity: .8;
}

.logo:hover, .logo:active, .logo:focus {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

header .logo img {
    width: 42px;
    margin-right: 10px;
}

.content {
    background-color: #2C3E48;
    background-image: url("../img/bg-additional.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: white;
    flex: 1;
}

.content.popup {
    width: 100%;
    padding: 20px
}

.content .wrapper {
    margin-top: 200px;
}

footer {
    background: #099878;
    color: #FFFFFF;
    clear: both;
    font-size: 14px;
    padding: 2px 0;
}

footer .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

footer a {
    color: white !important;
    text-decoration: none;
}

.honeycombs-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.honeycomb {
    max-width: 50%;
    position: absolute;
    z-index: 9999;
}

.honeycomb p {
    text-align: center;
}

/* Buttons */
.button-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-container .button {
    max-width: 100%;
}

.button-container .button.alert:after {
    content: "";
    background-color: lightgray;
    position: absolute;
    width: 500px;
    left: 33px;
    top: 0;
    bottom: 10px;
    z-index: -1;
}

.button-container .button .horizontal-line {
    position: absolute;
    width: 100%;
    margin-top: 80px;
    margin-left: -400px;
    height: 2px;
    background-image: url("../img/horizontal-line.png");
    background-repeat: no-repeat;
}

.submit-button::-moz-focus-inner,
.alert-button::-moz-focus-inner {
    border: 0;
}

.submit-button:focus,
.submit-button:hover,
.alert-button:focus,
.alert-button:hover {
    box-shadow: 0.25em 0.25em 0 rgba(0, 0, 0, 0.15);
    transform: translate(-0.125em, -0.125em);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.submit-button {
    padding: 0.8em 2.5em;
    overflow: hidden;
    position: relative;
    z-index: 0;
    font-size: 20px;
    font-weight: 500;
    font-family: inherit;
    text-transform: uppercase;
    color: white;
    border: none;
    border-radius: 70px;
    background: #099878;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
    outline: none;
    transition: all 150ms ease;
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
}

.submit-button:active {
    background: #099878;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 0);
    transition-duration: 50ms;
}

.alert-button {
    padding: 0.5em 2.5em;
    overflow: hidden;
    position: relative;
    top: -25px;
    z-index: 0;
    font-size: 22px;
    font-weight: 500;
    font-family: inherit;
    text-transform: none;
    color: #2b3d47;
    border: none;
    border-radius: 70px;
    background: #F5CE37;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
    outline: none;
    transition: all 150ms ease;
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
}

.alert-button:active {
    background: #E4B90C;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 0);
    transition-duration: 50ms;
}

/* GridView Style */
.grid-view {
    color: #2E414C;
    font-weight: 500;
    margin-bottom: 40px;
}

.grid-view .compare-button-wrapper {
    position: absolute;
    display: block;
    left: 50%;
    margin-top: -53px;
    transform: translate(-50%, 0);
}

.grid-view .compare-button-wrapper a {
    padding: 0.5em 1em;
    overflow: hidden;
    position: relative;
    z-index: 0;
    font-size: 20px;
    font-weight: 500;
    font-family: inherit;
    text-transform: none;
    color: #2b3d47;
    border: none;
    border-radius: 70px;
    background: #F5CE37;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
    outline: none;
    transition: all 150ms ease;
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
}

.grid-view .compare-button-wrapper a:active {
    background: #E4B90C;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 0);
    transition-duration: 50ms;
}

.grid-view .summary, .product-info .summary {
    width: 100%;
    max-width: 250px;
    background-color: #129978;
    color: #ffffff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 14px;
}

.grid-view table {
    background: #FFFFFF;
    border-collapse: collapse;
    width: 100%;
    color: #2E414C;
}

.grid-view table a {
    color: inherit;
    text-decoration: none;
}

.grid-view table thead tr {
    background: #E9EAEC;
    text-align: left;
}

.grid-view table.dataTables thead tr th {
    padding: 20px 20px;
}

.grid-view table.dataTables td {
    padding: 20px 20px;
    border-bottom: 1px solid #DEDEDE;
    font-weight: 500;
}

.grid-view table.dataTables td:first-child {
    background: #129978;
    width: 5px !important;
}

.grid-view table.dataTables td:nth-child(2), .grid-view table.dataTables td:nth-child(3) {
    width: 200px !important;
}

.grid-view table.dataTables td .empty {
    color: white;
    font-weight: 500;
}

.grid-view table.dataTables td.dataTables_empty {
    background: none !important;
}

.grid-view .pagination {
    width: 100%;
    background: #FFFFFF;
    padding: 7px;
    margin: 20px 0;
    border-radius: 10px;
    text-align: center;
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.grid-view .pagination > li {
    display: list-item;
}

.grid-view .pagination > li > a,
.grid-view .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 9px;
    line-height: 1.42857143;
    text-decoration: none;
    color: inherit;
    margin-left: -1px;
}

.grid-view .pagination > li:first-child > a,
.grid-view .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.grid-view .pagination > li:last-child > a,
.grid-view .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.grid-view .pagination > li > a:hover,
.grid-view .pagination > li > span:hover,
.grid-view .pagination > li > a:focus,
.grid-view .pagination > li > span:focus {
    z-index: 2;
    color: #129978;
    background-color: #eeeeee;
    border-color: #ddd;
}

.grid-view .pagination > .active > a,
.grid-view .pagination > .active > span,
.grid-view .pagination > .active > a:hover,
.grid-view .pagination > .active > span:hover,
.grid-view .pagination > .active > a:focus,
.grid-view .pagination > .active > span:focus {
    z-index: 3;
    color: #FFFFFF;
    background-color: #129978;
    cursor: default;
}

.grid-view .pagination > .disabled > span,
.grid-view .pagination > .disabled > span:hover,
.grid-view .pagination > .disabled > span:focus,
.grid-view .pagination > .disabled > a,
.grid-view .pagination > .disabled > a:hover,
.grid-view .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.grid-view a.asc:before, a.desc:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-right: 5px;
}

.grid-view a.asc:before {
    content: "↑";
}

.grid-view a.desc:before {
    content: "↓";
}

.grid-view tr.kv-expand-detail-row td {
    background: #E9EAEC;
}

/* Product Style */
.product {
    /*margin-top: -140px;*/
}

.product-main {
    position: relative;
    z-index: 1;
    display: block;
    width: 370px;
    height: 240px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.product-main:hover {
    -webkit-box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.3);
}

.product-main .header {
    height: auto;
    overflow: hidden;
}

.product-main .header img {
    display: block;
    width: 120%;
    height: 185px;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
    border-radius: 14px 14px 0 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.product-main:hover .header img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .8;
}

.product-main .header .social {
    position: absolute;
    top: 125px;
    right: 0;
    z-index: 1;
    width: 55px;
    height: 55px;
    padding: 12.5px 0;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product-main .header .social img {
    width: 36px;
    height: 36px;
    margin: 5px;
    border: 0;
    border-radius: 0;
}

.product-main .content {
    position: absolute;
    bottom: 0;
    background: #E8ECF7;
    width: 100%;
    padding: 7px;
    border-bottom: 7px solid #2B9F7F;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.product-main .content .views {
    position: absolute;
    top: -35px;
    left: 13px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0 7px;
    border-radius: 2px;
    color: #525D60;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.product-main .content .views:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 101%;
    margin-left: -75%;
    width: 0;
    height: 0;
    border-top: solid 6px rgba(255, 255, 255, 0.9);
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
}

.product-main .content .views img {
    position: absolute;
    width: 16px;
    margin-top: 1px;
}

.product-main .content .views span {
    margin-left: 22px;
}

.product-main .content .title {
    margin: 0;
    padding: 0 0 1px;
    color: #2A3D47;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.product-panel {
    position: relative;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px 8px 0 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.product-panel .title {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 0;
    margin-left: 15px;
    color: #4D4D4D;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.product-panel li:last-child .title {
    border-bottom: 0;
}

.product-panel li i {
    position: absolute;
    top: 18px;
    left: -25px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.product-panel li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.product-panel li.open .title, .product-panel li.open i {
    color: #099878;
}

.product-panel .title div.toggle {
    position: absolute;
    top: 5px;
    right: 40px;
    bottom: 0;
    width: 30px;
    height: 42px;
    color: #828282;
    background-image: url("../img/line.png");
}

.product-panel .title div.toggle i {
    background-image: url("../img/arrow-down.png");
    width: 18px;
    height: 12px;
    display: block;
    position: absolute;
    top: 0;
    left: 37px;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: 1;
}

.product-panel li.open i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-panel ul.product-inner, .product-panel .product-inner {
    z-index: 9999;
    position: relative;
    display: none;
    background: #999999;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.product-panel div.product-inner {
    border-top: 2px solid #2A3C46;
    display: block;
    padding: 10px 15px;
}

.product-panel .product-inner img.icon {
    width: 22px;
    vertical-align: middle;
    margin-right: 4px;
}

.product-panel ul.product-inner li {
    z-index: 9999;
    display: block;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    padding: 8px;
    padding-left: 15px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-bottom: 1.5px solid #737373;
}

.product-panel ul.product-inner li:first-child {
    border-top: 2px solid #2A3C46;
}

.product-panel ul.product-inner li:last-child {
    border: 0;
}

.product-info {
    background: #FFFFFF;
    border-radius: 10px;
    border-top-left-radius: 0;
    padding-top: 25px;
    padding-bottom: 65px;
    padding-left: 25px;
    padding-right: 25px;
}

.product-info .summary {
    max-width: 330px;
}

.product-info-table {
    width: 100%;
    border-collapse: collapse;
    color: #2E414C;
}

.product-info-table td {
    padding: 15px 20px;
    text-align: left;
    border: 1.5px solid #B4B6B8;
    vertical-align: top;
    font-weight: 500;
}

.product-info-table td a{
    text-decoration: none !important;
}

.product-info-table img.icon {
    width: 22px;
    vertical-align: middle;
    margin-right: 10px;
}

.product-info-table td:first-child {
    width: 50% !important;
    font-weight: 600;
}

.product-info-table tr:nth-child(odd) td {
    background: #F7F7F9;
}

.product-info-table tr:nth-child(even) td {
    background-color: #CBCED3;
}

.product-info-table .product-info tr:nth-child(even) td {
    background-color: white;
}

.product-info-table td + td {
    max-width: 670px;
    word-wrap: break-word;
}

.product-info-table tr td li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}

.product-info-table tr td li:not(:last-child):after {
    content: " / ";
}

.product-info .kartik-table {
    border: 1px solid #DEDEDE;
    color: #2E414C;
    font-weight: 500;
    border-collapse: revert;
    table-layout: fixed;
}

.product-info .kartik-table thead tr th {
    padding: 15px 20px;
}

.product-info .kartik-table td {
    padding: 20px 20px;
    border-bottom: 1px solid #DEDEDE;
    font-weight: 500;
}

.product-info .kartik-table .kv-grouped-row {
    background-color: #2C3E48 !important;
    color: #ffffff !important;
    font-size: 1.3em !important;
    text-transform: uppercase !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.product-info .kartik-table td.kv-group-even {
    background-color: #EEF7EE !important;
}

.product-info .kartik-table td.kv-group-odd {
    background-color: #F5FBFB !important;
}

.product-info .alert-message {
    background-color: #FCF8F2;
    color: #F0AD4E;
    font-weight: bold;
    border: 1px solid #B4B6B8;
    border-top: none;
    padding: 10px 10px 10px 52px;
}

.product-info .alert-message span {
    position: absolute;
    color: red !important;
    margin-top: 2px;
    margin-left: -15px;
}

/* Comparison */
.comparison-table {
    table-layout: fixed;
}

.comparison-table tr.comparison-table-container:first-child {
    display: none;
}

.comparison-table tr:nth-child(2) > td:not(:first-child) {
    font-weight: 600;
}

.comparison-table td:first-child {
    width: 35% !important;
}

.comparison-title {
    width: 100%;
    max-width: 320px;
    background-color: #129978;
    color: #ffffff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 14px;
}

.comparison-title img {
    position: absolute;
    width: 24px;
    margin-top: -2px;
    margin-left: -33px;
}

/* Fancybox */
.fancybox-button--close {
    display: none !important;
}

.fancybox-slide--iframe .fancybox-content {
    max-width: 80%;
    max-height: 80%;
    margin: 50px 0;
    overflow: visible;
    background: #000;
}

.fancybox-infobar button {
    display: none;
}

.fancybox-slide--iframe .fancybox-content .button-close,
.fancybox-slide--iframe .fancybox-content .button-previous,
.fancybox-slide--iframe .fancybox-content .button-next {
    position: absolute;
    width: 74px;
    height: 74px;
    background-color: rgba(55, 71, 79, 0.9) !important;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 50%;
    font-size: 30px;
}

.fancybox-slide--iframe .fancybox-content .button-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
}

.fancybox-slide--iframe .fancybox-content .button-previous,
.fancybox-slide--iframe .fancybox-content .button-next {
    top: 50%;
    margin-top: -22px;
    line-height: 74px;
}

.fancybox-slide--iframe .fancybox-content .button-previous {
    left: -80px;
}

.fancybox-slide--iframe .fancybox-content .button-next {
    right: -80px;
}

.fancybox-slide--iframe .fancybox-content .button-close {
    top: -40px;
    right: -44px;
}

.input-group-wrap {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.input-group-wrap .input-group:last-child {
    flex-direction: row-reverse;
}

.input-group:last-child input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input-group:first-child input {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group input {
    font-family: 'Samsung Sharp Sans', sans-serif;
    font-weight: 500;
    min-width: 95px !important;
    max-width: 99.99% !important;
    height: 30px;
    text-align: center;
    background-color: #fff;
    color: #828282;
    border-radius: 0;
    border: 0;
    padding: 0 8px;
}

.input-group input:active, .input-group input:focus {
    outline: 0;
}

.input-group label {
    background-color: #099878;
    height: 30px;
    width: 50px;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 15px !important;
    font-weight: 500;
}

.input-group-wrap .input-group:first-child label {
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
}

.input-group-wrap .input-group:last-child label {
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
}

.range-line {
    height: 5px;
    width: 24em;
    background-color: #099878;
    margin: 0 3px;
}

.range-container label {
    position: relative;
    z-index: 1;
    padding-top: 19px;
    display: block;
    color: white;
    font-size: 19px;
    line-height: 24px;
}


#noty_center_layout_container li {
    width: 350px !important;
}

.slideDown_menu {
    position: absolute;
    width: 2.7%;
    text-align: center;
    top: 14%;
    right: 0;
    margin: 0 auto;
    font-family: 'Varela Round', sans-serif;
    z-index: 99999;
}

.irs-line {
    height: 5px !important;
}

.slider-container:first-child label {
    padding-top: 0 !important;
}

.button_container {
    position: absolute;
    right: 2%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}

.button_container:hover {
    opacity: .7;
}

.button_container:hover, .button_container:active, .button_container:focus {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF;
}

.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}

.button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF;
}

.button_container span {
    background: #2C3E48;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 11px;
}

.button_container span:nth-of-type(3) {
    top: 22px;
}

.overlay-menu i {
    font-size: 17px;
    padding-right: 9px;
    width: 32px;
}

.overlay {
    position: fixed;
    background: #2C3E48;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}

.overlay.open {
    opacity: .9;
    visibility: visible;
    height: 100%;
}

.overlay.open li {
    list-style-type: circle !important;
    display: block;
    min-height: 32px;
    position: relative;
    opacity: 0;
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    animation-delay: .50s;
}

.overlay.open li:nth-of-type(5) {
    animation-delay: .55s;
}

.overlay.open li:nth-of-type(6) {
    animation-delay: .60s;
}

.overlay.open li:nth-of-type(7) {
    animation-delay: .65s;
}

.overlay.open li:nth-of-type(8) {
    animation-delay: .70s;
}

.overlay.open li:nth-of-type(9) {
    animation-delay: .75s;
}

.overlay nav {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: 400;
    text-align: center;
}

.overlay .catg-menu li {
    margin-left: 40px;
}

.overlay ul {
    list-style-type: disc !important;
    padding: 0;
    margin: 0;
    position: relative;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    padding-left: 18px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    top: 5px;
    transition: all 150ms ease;
}

.overlay ul li:hover a {
    color: #099878;
}

.overlay-menu-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40%;
    margin: auto;
    border-top: 1px solid #fff;
    padding-top: 14px;
    margin-top: 55px;
}

.overlay-menu-footer a {
    background: #099878;
    padding: 7px 12px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    display: block;
    color: #fff;
    text-decoration: none;
    transition: all 150ms ease;
}

.overlay-menu-footer a:hover {
    color: #fff !important;
    box-shadow: 0.35em 0.35em 0 rgba(0, 0, 0, 0.15);
    transform: translate(-0.125em, -0.125em);
}

.overlay-menu-footer .f-nav {
    display: flex;
    align-items: center;
}

.overlay-menu-footer .f-nav a {
    margin-right: 12px;
}

.catg-menu li a {
    position: relative;
}

.catg-menu li a::before {
    content: '';
    background: url(../img/circle-shape-outline.svg) no-repeat;
    background-size: 6px;
    background-position: center center;
    position: absolute;
    left: 0;
    height: 20px;
    width: 11px;
    transition: all .6s cubic-bezier(.4, 0, .2, 1);
}

.catg-menu li:hover a::before {
    background: url(../img/circle-shape-green.svg) no-repeat;
    background-size: 6px;
    background-position: center center;
}

.catg-menu-title {
    margin: 30px auto;
    padding-bottom: 12px;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    width: 186px;
    font-weight: 500;
}

.catg-menu {
    width: 758px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.social_sec {
    display: flex;
    justify-content: space-between;
    width: 174px;
}

.social_sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    background-color: #099878;
    width: 34px;
    height: 30px;
    /* background-position: center center !important; */
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

.social_sec a:hover {
    color: #a4abaf;
    box-shadow: 0.3em 0.3em 0 rgba(0, 0, 0, 0.15);
    transform: translate(-0.855px, -0.855px);
}

.social_sec a img {
    max-width: 45%;
}

.mobile_sideMenu {
    display: none;
}

/* sliderRange styles */

#helper {
    padding-top: 40px;
    color: #46b7d5;
    font-style: italic;
}

output {
    display: inline-block;
    font-size: 2em;
}

.site-logo {
    display: none;
}

.checkbox-container-table {
    min-width: auto !important;
    margin-top: 0 !important;
    height: 38px;
}

.checkbox-container-table .checkbox-standin {
    width: 23px !important;
    height: 23px !important;
    top: 20%;
    margin-top: 0;
    left: 26%;
    border-radius: 4px;
}

.checkbox-container-table .checkbox-standin:after {
    width: 21px !important;
    height: 21px !important;
    background-size: 16px;
}

.checkbox-container-table .checkbox-real {
    top: 25%;
    left: 31%;
    height: 23px;
    width: 23px;
}

.grid-view table.dataTables td {
    padding: 18px 9px !important;
}

table .checkbox-label {
    padding-top: 35px;
    padding-bottom: 6px;
    padding-left: 43px;
}

.checkbox-standin-table::after {
    left: 1px !important;
}

@keyframes checkbox-animation {
    100% {
        border-top-color: #fff;
        border-right-color: #fff;
        border-bottom-color: #fff;
        border-left-color: #fff;
    }
}

.inner-page_r-hex {
    margin-left: 0 !important;
    margin-bottom: -7px !important;
}

.inner-page_r-hex .r-hex-content .r-hex-title {
    bottom: 50px;
}

header .logo a:hover {
    opacity: .8;
}

header .logo img {
    width: 42px;
    margin-right: 10px;
}

.input-group-wrap {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.input-group-wrap .input-group:last-child {
    flex-direction: row-reverse;
}

.input-group:last-child input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input-group:first-child input {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group input {
    min-width: 95px !important;
    max-width: 99.99% !important;
    height: 30px;
    text-align: center;
    background-color: #fff;
    color: #828282;
    border-radius: 0;
    border: 0;
    padding: 0 8px;
    font-size: 15px;
}

.input-group input:active, .input-group input:focus {
    outline: 0;
}

.input-group label {
    background-color: #099878;
    height: 30px;
    width: 50px;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    font-weight: 500;
}

.input-group-wrap .input-group:first-child label {
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
}

.input-group-wrap .input-group:last-child label {
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
}

.range-line {
    height: 5px;
    width: 24em;
    background-color: #099878;
    margin: 0 3px;
}

.range-container + .range-container {
    margin-top: 28px;
}

.range-container label, .range-slider label {
    position: relative;
    z-index: 1;
    color: white;
    font-size: 19px;
    line-height: 24px;
}

.inner-page-wrapper .header {
    display: flex;
    align-items: center;
    position: relative;
}

.inner-page-wrapper .grid_3 {
    padding-left: 0 !important;
}

.dataTable .checkbox-real:checked + .checkbox-standin {
    animation: checkbox-animation-table 1s ease-out alternate both !important;
}

table .checkbox-standin:after {
    background: url(../img/verify-sign.svg) no-repeat;
}

@keyframes checkbox-animation-table {
    0% {
        border-top-color: #DDDDDD;
        transform: rotate(0) scale(0);
    }
    20% {
        border-top-color: #DDDDDD;
    }
    40% {
        border-top-color: #DDDDDD;
        background: transparent;
        transform: rotate(360deg) scale(0.5);
    }
    60% {
        border-top-color: #DDDDDD;
        border-right-color: #DDDDDD;
        border-bottom-color: #DDDDDD;
        border-left-color: #DDDDDD;
        background: #DDDDDD;
        transform: rotate(360deg) scale(0.8);
    }
    80% {
        border-top-color: #DDDDDD;
        border-right-color: #DDDDDD;
        border-bottom-color: #DDDDDD;
        border-left-color: #DDDDDD;
        background: #DDDDDD;
    }
    100% {
        border-top-color: #DDDDDD;
        border-right-color: #DDDDDD;
        border-bottom-color: #DDDDDD;
        border-left-color: #DDDDDD;
        background: #DDDDDD;
        transform: rotate(360deg) scale(1);
    }
}

.pages .page-content-wrap {
    box-shadow: 0 0 30px 0 #262626;
    padding: 25px;
    max-width: 1200px !important;
    margin: 110px auto 20px auto !important;
    font-size: 15px;
    border-radius: 4px;
    background-color: rgba(158, 158, 158, 0.13);
}

.pages .page-content-wrap h3 {
    color: #fff;
    font-weight: 500;
}

.pages .page-content-wrap ul {
    margin: 15px 0;
}

.pages .page-content-wrap ul li {
    margin-bottom: 15px;
}

.pages .page-content-wrap p {
    margin: 0;
}

.pages .btn-block:hover {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

.pages .btn-block {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.pages .btn-hexagon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    margin-left: 15px;
    margin-right: 15px;
    flex-grow: 1;
    border: 0;
    font-weight: 700;
    outline: none !important;
    cursor: pointer;
    font-size: 26px;
    min-width: 200px;
}

.pages .btn-hexagon:after, .pages .btn-hexagon:before {
    content: "";
    position: absolute;
    background-color: inherit;
    z-index: -2;
    width: 45px;
    height: 43px;
    top: 8px;
    border-radius: 15px;
}

.pages .btn-hexagon:before {
    left: -3px;
    -webkit-transform: scale(0.6, 1.06) rotate(-45deg);
    transform: scale(0.6, 1.06) rotate(-45deg);
    border-top: solid 3px #ffffff;
    border-left: solid 3px #ffffff;
    background-color: #f2f3f5;
    border-radius: 10px;
}

.pages .btn-hexagon:after {
    right: -3px;
    -webkit-transform: scale(0.6, 1.06) rotate(45deg);
    transform: scale(0.6, 1.06) rotate(45deg);
    border-top: solid 3px #ffffff;
    border-right: solid 3px #ffffff;
    background-color: #f2f3f5;
}

.pages .btn-hexagon-single {
    height: 100px;
    border-radius: 15px 15px 15px 15px / 10px 10px 10px 10px;
}

.pages .btn-hexagon-single:after, .pages .btn-hexagon-single:before {
    width: 73px;
    height: 70px;
    top: 14px;
}

.pages .btn-hexagon-single:before {
    left: -15px;
    border-radius: 15px 15px 15px 15px;
}

.pages .btn-hexagon-single:after {
    right: -15px;
    border-radius: 15px 15px 15px 15px;
}

.pages .btn-hex-fill {
    -webkit-filter: drop-shadow(0 15px 10px rgba(62, 206, 142, 0.1));
    filter: drop-shadow(0 15px 10px rgba(62, 206, 142, 0.1));
}

.pages .btn-hex-fill .btn {
    background-color: transparent;
    background-image: linear-gradient(to right, #485a87 0%, #485a87 100%);
    color: #ffffff;
}

.pages .btn-hex-fill .btn:before {
    background-color: #485a87;
    border-top-color: #485a87;
    border-left-color: #485a87;
}

.pages .btn-hex-fill .btn:after {
    background-color: #485a87;
    border-top-color: #485a87;
    border-right-color: #485a87;
}

.product-main .header {
    border-radius: 14px 14px 0 0;
}

.product-info li.prev.disabled, .product-info li.next {
    font-size: 23px !important;
}

.grid-view .pagination {
    align-items: center;
}

.product-info .kartik-table td {
    border: 1px solid #e7e6e6 !important;
}

.comparison-table-container .kartik-table td {
    text-align: left !important;
    background-color: #fff !important;
}

.table-product-title {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px 15px;
    background-color: #129978;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.comparison-table-container .product-info .pagination li:not(:last-child):after {
    content: none
}

.comparison-table-container .product-info .pagination li.first,
.comparison-table-container .product-info .pagination li.last {
    display: none;
}

.comparison-table .kartik-table td {
    font-weight: 500 !important;
}

.share {
    position: absolute;
    right: 13px;
    top: -38px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.share-drop {
    background: url(../img/share.svg) no-repeat #099878;
    background-size: 18px;
    background-position: center center;
    padding: 9px 19px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.share-drop:hover {
    background: url(../img/share-hover.svg) no-repeat #fff;
    background-size: 18px;
    background-position: center center;
}

.share-drop:active .share-drop-content,
.share-drop:focus .share-drop-content {
    display: block;
}

.share-drop-content {
    display: none;
    position: absolute;
    top: 41px;
    background-color: #f9f9f9;
    min-width: 160px;
    opacity: 0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: all .3s ease 0s;
    border-radius: 10px;
    animation: fadeInUp .4s ease forwards;
    animation-delay: .12s;
}

.share-drop-content::after {
    content: '';
    position: absolute;
    left: 10px;
    top: -19px;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-bottom-color: #f9f9f9;
}

.share-drop-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.share-drop-content a:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.share-drop-content a:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.share-drop-content a:hover {
    background-color: #f1f1f1;
}

.share .show {
    display: block;
}

.share-drop-content a {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.share-drop-content a img {
    width: 23px;
    margin-right: 11px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.range-slider {
    margin-bottom: 0 !important;
}

.irs--modern .irs-handle > i:nth-child(2) {
    top: -17px !important;
    left: -7px !important;
    width: 26px !important;
    height: 14px !important;
}

.irs--modern .irs-from, .irs--modern .irs-single, .irs--modern .irs-to {
    top: -6px;
    padding: 1px 6px !important;
}

.irs--modern .irs-max, .irs--modern .irs-min {
    padding: 1px 6px !important;
}

.location-wrap {
    margin-top: 40px;
    padding: 0 15px;
}

.location-wrap label {
    font-size: 15px;
}

.location {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 15px;
}

.location input {
    min-width: 47% !important;
    max-width: 47% !important;
    height: 30px;
    text-align: center;
    background-color: #fff;
    color: #828282;
    border: 0;
    padding: 0 8px;
    font-size: 15px;
    border-radius: 4px;
}

.location input:active, .location input:focus {
    outline: 0;
}

.location label {
    background-color: #099878;
    height: 30px;
    padding: 0 12px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    font-weight: 500;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
}

[class*=hint--] {
    font-size: 15px !important;
    display: inline-flex !important;
    align-items: end;
}

[class*=hint--] img {
    width: 14px;
    margin-left: 3px;
    margin-top: -4px;
}

.timepicker-input-wrap {
    display: flex;
}

.timepicker-wrap label {
    display: block;
    padding: 19px 0 17px;
    font-size: 19px;
}

.timepicker-wrap + .timepicker-wrap label {
    padding: 47px 0 17px !important;
}

.timepicker-input-wrap .input-wrap:first-child {
    border-right: 3px solid #099878;
}

.timepicker-input-wrap input {
    min-width: 100% !important;
    max-width: 100% !important;
    height: 30px;
    text-align: center;
    background-color: #fff;
    color: #828282;
    border-radius: 4px !important;
    border: 0;
    position: relative;
    padding: 0 8px 0 34px;
    font-size: 15px;
    font-family: 'Samsung Sharp Sans', sans-serif;
    font-weight: 500;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.timepicker-input-wrap .input-wrap:first-child input {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.timepicker-input-wrap .clock {
    background: url(../img/clock-circular.svg) no-repeat;
    background-size: 16px;
    background-position: center center;
    width: 34px;
    height: 30px;
    right: -1px;
    display: block;
    position: absolute;
    background-color: #099878;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.timepicker-input-wrap .input-wrap:first-child .clock {
    left: -1px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.timepicker-input-wrap .input-wrap:last-child input {
    padding: 0 34px 0 8px !important;
}

.timepicker-input-wrap input:after, .timepicker-input-wrap input:before {
    width: 0;
    height: 3px;
    content: " ";
    background-color: #0757be94;
    position: absolute;
    top: 0;
    left: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.timepicker-input-wrap input:hover:after, .timepicker-input-wrap input:hover:before {
    width: 100%;
    left: 0;
}

.timepicker-input-wrap .input-wrap {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 50%;
}

.timepicker-wrap {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.timepicker-input-wrap input:active, .timepicker-input-wrap input:focus {
    outline: 0;
    border-bottom-color: #099878;
}

.timepicker-input-wrap input:active .clock, .timepicker-input-wrap input:focus .clock {
    background: url(../img/clock-circular.svg) no-repeat;
    background-size: 16px;
    background-position: center center;
}

.ui-timepicker-standard a {
    font-size: 15px;
    color: #828282 !important;
}

.ui-timepicker-standard .ui-state-hover {
    background-color: #099878 !important;
    border: 1px solid #099878 !important;
    color: #ffffff !important;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #adadad;
}

::-webkit-scrollbar-thumb:hover {
    background: #777;
}

.schedule-table td {
    padding: 0;
    padding-top: 3px;
    padding-right: 10px;
    border: none;
    font-weight: 600;
    text-align: center;
}

.schedule-table td:first-child {
    text-align: left;
    font-weight: 500;
}

.schedule-table tr:nth-child(even) td {
    background-color: unset !important;
}

.map-button-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}


.map-button-wrapper a:before {
    content: '';
    background: url(/img/map-icon.svg) no-repeat;
    background-size: 22px;
    position: absolute;
    left: 12px;
    top: 8px;
    height: 22px;
    width: 22px;
    transition: all .6s cubic-bezier(.4, 0, .2, 1);
}

.map-button-wrapper a {
    padding: 0.5em 1em 0.5em 2em;
    overflow: hidden;
    position: relative;
    z-index: 0;
    font-size: 20px;
    font-weight: 500;
    font-family: inherit;
    text-transform: none;
    color: #2b3d47;
    border: none;
    border-radius: 70px;
    background: #F5CE37;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
    outline: none;
    transition: all 150ms ease;
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
}

.map-button-wrapper a:active {
    background: #E4B90C;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 0);
    transition-duration: 50ms;
}

::-webkit-input-placeholder {
    color: #828282;
}

::-moz-placeholder {
    color: #828282;
}

:-ms-input-placeholder {
    color: #828282;
}

:-moz-placeholder {
    color: #828282;
}