@font-face {
    font-family: 'Trebuchet MS';
    font-style: italic;
    font-weight: 400;
    src: url('/local/templates/.default/fonts/TrebuchetMS-Italic.eot');
    /* IE9 Compat Modes */
    src: url('/local/templates/.default/fonts/TrebuchetMS-Italic.woff') format('woff'),
        /* Modern Browsers */
        url('/local/templates/.default/fonts/TrebuchetMS-Italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Trebuchet MS';
    font-style: normal;
    font-weight: 400;
    src: url('/local/templates/.default/fonts/TrebuchetMS.eot');
    /* IE9 Compat Modes */
    src: url('/local/templates/.default/fonts/TrebuchetMS.woff') format('woff'),
        /* Modern Browsers */
        url('/local/templates/.default/fonts/TrebuchetMS.ttf') format('truetype'),
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Trebuchet MS';
    font-style: normal;
    font-weight: 600;
    src: url('/local/templates/.default/fonts/TrebuchetMS-Bold.eot');
    /* IE9 Compat Modes */
    src: url('/local/templates/.default/fonts/TrebuchetMS-Bold.woff') format('woff'),
        /* Modern Browsers */
        url('/local/templates/.default/fonts/TrebuchetMS-Bold.ttf') format('truetype'),
        /* Safari, Android, iOS */
}

:root{
    --project-color: #37bfb0;
    --project-color-hover: #37bfb0;
    --project-font: "Trebuchet MS", Helvetica, sans-serif;
    --project-border-radius: 4px;
}

.cent_km {
    text-align: center;
}

html,
body {
    margin: 0;
    min-height: 500px;
    background: #7cbfad;
    color: #000;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 14px;
}

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

.fb {
    cursor: pointer;
}

p {
    margin: 0.5em 0;
    padding: 3px;
}

a {
    text-decoration: none;
    color: #37bfb0;
}

a:focus,
a:hover {
    color: #333333;
    text-decoration: none;
}

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

h3 {
    font-size: 16px;
    line-height: 16px;
}

h2.title {
    line-height: 36px;
    font-size: 36px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul li {}

.inner ul {
    margin-left: 10px;
}

.inner ul li {
    background: url(/local/templates/.default/images/bodyli.png) no-repeat 0px 5px;
    padding-left: 15px;
}

table.tabl_padding td {
    padding: 10px;
}

.kale_info_t {
    display: inline-block;
    display: inline-block;
    padding: 7px 5px;
    min-width: 230px;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px !important;
    font-size: 16px !important;
    background: #02AEA2;
    color: #fff;
    margin: 0px 25px 20px;
}

.kale_info_t a {
    color: #fff;
}

@media(max-width:430px) {
    .kale_info_t {
        margin: 0px 0px 20px;
        max-width: 230px;
        min-width: auto;
        width: 100%;
    }
}

.inner ol li {
    margin-bottom: 5px;
}

.inner .ya-share2 {
    text-align: right;
    margin: 10px 0;
    width: 100%;
}

.ya-share2__container {
    width: 100%;
}

.inner .ya-share2 li {
    padding: 0;
    background: none;
}

a.anchor {
    color: #37bfb0 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
    float: right;
}

a.anchor:hover,
a.anchor:focus {
    text-decoration: underline !importnat;
    color: #333 !important;
}

.tbl table {
    text-align: center;
}

.tbl th,
.tbl td:first-child {
    background: #01968D;
    color: white;
    padding: 10px 20px;
}

.tbl th,
.tbl td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: white;
    border-spacing: 2px;
}

.tbl td {
    background: #7CBFAD;
}

.tbl th:first-child,
.tbl td:first-child {
    text-align: left;
}

div.title h1,
div.title h2 {
    text-align: left;
    padding: 0;
    margin: 5px 0 4px 0;
    line-height: 1.5em;
}

div.title h1 {
    color: #01968d !important;
    font-size: 24px;
    margin-top: 15px;
}

.header {}

.header_top {
    background: #fff;
    width: 100%;
    margin-top: 30px;
    float: left;
}

.logo {
    display: block;
    margin-top: 25px;
    margin-bottom: 47px;
}

.header_right {
    margin-top: 30px;
}

.header_right h2 {
    font-family: 'Open Sans Semibold', Arial, sans-serif;
    font-size: 29px;
    color: #339999;
    text-transform: uppercase;
    margin: 0px;
    line-height: 49px;
}

.navigator {
    padding: 12px 0;
    display: inline-block;
    width: 100%;
}

.search_icons {
    text-align: right;
}

#title-search {
    display: inline-block;
    margin-right: 20px;
}

.icons {
    padding: 4px 0;
    display: inline-block;
    float: right;
}

.slicknav_menu {
    display: none;
}

@media (max-width: 992px) {
    #horizontal-multilevel-menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }
}

@media (max-width: 768px) {
    .logo {
        text-align: center;
        margin-bottom: 0;
    }

    .header_right {
        margin-left: 0;
    }

    .header_right h2,
    .icons {
        text-align: center;
    }
}

.happyblock {
    margin-top: 15px;
    background-color: white;
    height: 90px;
    width: 100%;
    display: flex;
}

@media (min-width: 768px) {
    .happyblock .d-md-block:nth-child(2) {
        display: flex !important;
    }
}

.happytitle {
    color: black;
    font-size: 18px;
    display: table;
    width: 100%;
    height: 90px;
}

.happytitle a {
    display: table-cell;
    vertical-align: middle;
}

#happybtn {
    background-image: url(/local/templates/.default/images/circle.jpg);
    background-repeat: no-repeat;
    display: block;
    width: 50px;
    height: 53px;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 15px;
}

.happy-naw {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 12px;
}

.happy-naw li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding-right: 25px;
    padding-left: 15px;
    background: url(/local/templates/.default/images/bodyli.png) no-repeat 0px 5px;
}

.happy-naw li a {
    color: #000 !important;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    background: none;
    border-bottom: none;
    font-family: Arial, Helvetica, sans-serif;
}

.happy-naw li a:hover {
    color: #208282;
}

.content {
    padding: 15px 0 0 0;
}

.inner {
    background: #fff;
    padding: 15px 15px;
}

.o_nas {
    background: #fff;
    border: 1px solid #dfdfdf;
    padding: 15px;
    width: 100%;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
}

.o_nas a {
    color: #7cbfad;
    text-decoration: none;
}

.title_o_nas {
    font-weight: normal !important;
    font-family: 'BebasNeue', Arial, sans-serif;
    color: #37bfb0;
    font-size: 180%;
}

.title_o_nas img {
    max-width: 202px;
    margin-right: 10px;
}

@media (max-width: 768px) {
    table.d_block {
        white-space: nowrap;
    }

    table.d_block td {
        padding: 0 15px;
    }
}

.all_kalendar {
    text-align: center;
    padding: 15px;
    width: 100%;
    margin: 5px 0;
}

.projects {
    background: #fff;
    border: 1px solid #dfdfdf;
    margin: 15px 0;
    padding: 20px 15px;
    width: 100%;
}

.projects_title {
    font-size: 14pt;
    color: #333;
    font-weight: normal !important;
    font-family: 'BebasNeue', Arial, sans-serif;
    margin-bottom: 35px;
}

.preimush {
    background-color: #02aea2;
    color: white;
    padding: 15px;
    margin: 0 0 15px 7px;
}

.books_shop {
    background: #fff;
    border: 1px solid #dfdfdf;
    padding: 15px;
    margin: 0 0 5px 8px;
}

.books_shop_title {
    color: #333;
    font-size: 18px;
    font-weight: normal !important;
    font-family: 'BebasNeue', Arial, sans-serif;
    border-bottom: 1px solid #333333;
}

.books_shop_cont {
    border: 1px solid #dfdfdf;
    padding: 15px;
}

.footer {
    background: #060606;
    color: #8b8b8b;
    padding: 53px 0;
    margin-top: 10px;
}

.logo_f img {
    max-width: 242px;
    width: 100%;
}

.tel_f,
.email_f {
    margin: 10px 0px;
    padding: 0px;
    line-height: 1.5em;
    color: #808485;
    font-family: 'Segoe UI';
    font-size: 13px;
    display: inline-block;
    margin-right: 15px;
}

.tel_f a,
.email_f a {
    text-decoration: none;
    color: #37bfb0;
}

.tel_f a:hover,
.email_f a:hover {
    text-decoration: none;
    color: #333;
}

.title_soc_seti {
    text-align: center;
    margin: 0.5em 0;
    padding: 3px;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 19.5px;
    font-weight: bold;
    text-transform: uppercase;
}

.cont_soc_seti {
    text-align: center;
}

.cont_soc_seti a {
    display: inline-block;
}

.cont_soc_seti img {
    /* margin: 9px 5px 0; */
    width: 45px;
    height: 45px;
}

.copyright {
    font-size: 12px;
    text-align: center;
    padding: 15px 0;
}

@media (max-width: 768px) {

    .logo_f,
    .tel_f,
    .email_f {
        text-align: center;
    }

    .footer .container {
        text-align: center;
    }
}

.pagenav {
    text-align: center;
}

.pagenav font {
    width: 100%;
    color: #999;
    font-size: 12px;
}

.pagenav font a,
.pagenav font b {
    padding: 0 5px;
}

.pay {
    border-radius: 4px 4px 4px 4px;
    border-color: #000;
    border: 1px solid;
    display: inline-block;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    height: 34px;
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 4px 6px;
    vertical-align: middle;
    width: 100%;
}

.pay[type='checkbox'] {
    width: 21px;
    vertical-align: sub;
    height: 20px;
    line-height: 20px;
}

.submit {
    border-radius: 6px 6px 6px 6px;
    font-size: 17px;
    font-weight: bold;
    height: 40px;
    width: 130px;
}

.bym2b {
    background-color: #02aea2;
    color: white;
    padding: 15px;
    margin: 0 0 15px 7px;
}

@media (min-width: 992px) {

    .inner .main-profile-form-label.text-md-right,
    input[class*="col-"] {
        float: none !important;
        display: table-cell;
        vertical-align: middle;
        width: 126px;
    }
}

@media (min-width: 768px) {
    .inner .text-md-right {
        text-align: left !important;
    }
}

.sale-order-history-link {
    display: inline-block;
    padding: 10px 15px !important;
    border: none !important;
    text-transform: initial !important;
    text-decoration: none;
    color: #fff !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px !important;
    background-color: #02AEA2 !important;
    cursor: pointer;
    font-size: 16px !important;
    outline: none;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-right: 10px;
}

.sale-order-history-link:hover {
    background-color: #b5b5b5 !important;
    color: #fff !important;
}

@media (max-width: 980px) {

    table.register,
    table.register tr,
    table.register td {
        display: block;
        width: auto;
        float: none;
        clear: both;
    }
}

@media screen and (max-width: 640px) {
    .register h2 {
        font-size: 1.8em !important;
        line-height: 1.7em !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    table.d_block img {
        max-width: 160px;
        min-width: 160px
    }
}

.nav-pills>li {
    float: left;
    background: none !important;
    margin: 0 !important;
    padding: 0 10px 0 0 !important;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #37bfb0;
}

.img_product_item {
    margin-bottom: 15px;
}

.img_product_item img {
    object-fit: scale-down;
}

@media (min-width: 990px) {

    .img_product_item img {
        transition: transform 0.3s ease;
        z-index: 2;
    }

    .img_product_item img:hover {
        transform: scale(1.09);
    }
}

.tabs {
    position: relative;
    margin: 20px auto 0;
    float: left;
    width: 100%;
}

.tabs input[type="radio"] {
    display: none;
}


.inp {
    height: 30px;
    background: white;
    position: absolute;
    width: 100%;
}

.tabs>label {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 -1px;
    padding: 5px 25px;
    font-weight: 600;
    text-align: center;
    color: #aaa;
    border: 0px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
    font-size: 12px;
    cursor: pointer;
}

.tabs>input:checked+label {
    color: #555;
    border-top: 1px solid #37bfb0;
    border-bottom: 1px solid #fff;
    background: #fff;
}



.tabs_cont {
    position: relative;
    z-index: 2;
    height: auto;
    padding: 30px 0px;
    overflow: hidden;
}

.tabs>section {
    display: none;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 12px;
}

.tabs>section>div {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


#tab_1:checked~#tab_c1,
#tab_2:checked~#tab_c2,
#tab_3:checked~#tab_c3,
#tab_4:checked~#tab_c4 {
    display: block;
}


@media (max-width:567px) {
    .tabs>label {
        width: 100%;
        display: block;
    }

    .tabs>section {
        border-top: 0;
    }

}

.col-md-12.col-sm-12.col-xs-12.img_product_item img {
    min-height: 340px;
}

.navigator .icons img {
    width: 16px;
    height: 15px;
}

.logo img {
    width: 192px;
    height: 110px;
}