html {
    height: 100%
}

.label_39,
.wrap_mW {
    z-index: 999999!important
}

#marketplace .row.main {
    padding-top: 90px;
    min-height: 500px
}

#marketplace .main-title {
    color: #fff!important
}

.mg-b-40 {
    margin-bottom: 40px
}

.pd-b-50 {
    padding-bottom: 50px
}

.pd-b-70 {
    padding-bottom: 70px
}

.navbar .dropdown-toggle::after {
    display: none
}

@media only screen and (min-width: 768px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0
    }
    .navbar .dropdown-toggle::after {
        color: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        display: block;
        position: absolute;
        left: 96%;
        margin-left: -.1em;
        top: 48%
    }
}

.speedwrapper {
    width: 100%;
    position: relative
}

.speedarrow {
    background: url(/images/speed_2.png) 50% no-repeat;
    background-size: cover;
    position: absolute;
    width: 30px;
    height: 103px;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -80px;
    transform: rotate(0deg);
    transform-origin: 50% 78%
}

@media (min-width: 768px) {
    .speedarrow {
        width: 60px;
        height: 205px;
        left: 50%;
        margin-left: -30px;
        top: 50%;
        margin-top: -160px
    }
    .page-kurs.firstscreen .container {
        background: url(/images/page-kurs.png) 50% no-repeat;
        background-size: cover;
        height: 671px;
        text-shadow: 1px 1px 0 #fff
    }
    .page-kurs.firstscreen .container>div {
        padding-left: 30px
    }
}

.tooltip-inner {
    white-space: pre-wrap
}

.devices-set {
    position: relative;
    max-width: 100%;
    margin-top: 25px;
    margin-bottom: 25px
}

@media (min-width: 992px) {
    .devices-set {
        position: absolute;
        top: 58px;
        width: 500px;
        max-width: none
    }
}

@media (min-width: 1200px) {
    .devices-set {
        width: 745px
    }
}

.partners-container {
    padding-top: 70px
}

@media (min-width: 1200px) {
    .partners-container {
        padding-top: 205px
    }
}

.slide-elem {
    cursor: pointer
}

.active-slide:before {
    content: "";
    width: 104%;
    height: 110%;
    background: #f2f2f2;
    display: block;
    position: absolute;
    top: -5%;
    left: -2%
}

.active-slide .strong {
    color: #9d5f9f!important
}

.slide-elem:hover:before {
    content: "";
    width: 104%;
    height: 110%;
    background: #f2f2f2;
    display: block;
    position: absolute;
    top: -5%;
    left: -2%
}

* {
    outline: none
}

.block-float-left {
    float: left
}

.block-float-right {
    float: right
}

.block-float-left,
.block-float-right {
    max-width: 100%
}

@media (min-width: 1800px) {
    .block-float-left,
    .block-float-right {
        max-width: 860px
    }
}

.block-float-left>*,
.block-float-right>* {
    max-width: 100%
}

@media (min-width: 1800px) {
    .block-float-left>*,
    .block-float-right>* {
        max-width: 860px
    }
}

.checkbox:not(checked),
#id_checkbox_time:not(checked) {
    position: absolute;
    opacity: 0;
    display: none!important
}

.checkbox:not(checked)+label,
#id_checkbox_time:not(checked)+label {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center
}

.checkbox:not(checked)+label:before,
#id_checkbox_time:not(checked)+label:before {
    content: '';
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    margin-right: 15px;
    border-radius: 4px;
    border: 1px solid #f4b148;
    background: #fff
}

.checkbox:not(checked)+label:after,
#id_checkbox_time:not(checked)+label:after {
    background: url(/local/images/checkboxarrow.png) 50%;
    background-size: 100%;
    width: 15px;
    height: 15px;
    content: '';
    position: absolute;
    opacity: 0;
    left: 5px;
    border-radius: 10px;
    color: #fff;
    top: 50%;
    margin-top: -8px
}

.checkbox:checked+label:after,
#id_checkbox_time:checked+label:after {
    opacity: 1
}

.checkbox:checked+label:before,
#id_checkbox_time:checked+label:before {
    width: 25px;
    height: 25px;
    background: #f4b148;
    border: 0
}

.noshadow {
    box-shadow: none!important
}

.control-player {
    text-align: center;
    padding: 15px
}

.control-player .video-button {
    color: #fff;
    background: #ff9123;
    cursor: pointer;
    padding: 12px 0 15px;
    margin: 0 15px;
    vertical-align: middle;
    font-size: 22px;
    border-radius: 4px;
    font-family: 'Yanone Kaffeesatz';
    box-shadow: 0 10px 25px rgba(255, 145, 35, 0.3);
    display: inline-block;
    text-decoration: none;
    border: none;
    outline: none;
    width: 200px
}

.control-player .video-button:hover {
    color: #fff;
    background: #f5b049;
    text-decoration: none
}

.inval {
    min-width: 100px
}

.share .share-button {
    width: 65px;
    height: 37px;
    display: inline-block;
    background: url(/images/main-new/ico65x37.png) no-repeat
}

.share .share-button.vk-button {
    background-position: 60% 0
}

.share .share-button.vk-button:hover {
    background-position: 60% 100%
}

.share .share-button.fb-button {
    background-position: 40% 0
}

.share .share-button.fb-button:hover {
    background-position: 40% 100%
}

.share .share-button.gl-button {
    background-position: 0 0
}

.share .share-button.gl-button:hover {
    background-position: 0 100%
}

.share .share-button.od-button {
    background-position: 80% 0
}

.share .share-button.od-button:hover {
    background-position: 80% 100%
}

.share .share-button.tw-button {
    background-position: 20% 0
}

.share .share-button.tw-button:hover {
    background-position: 20% 100%
}

.share .share-button.ins-button {
    background-position: 100% 0
}

.share .share-button.ins-button:hover {
    background-position: 100% 100%
}

.table td,
.table th {
    padding: 5px
}

.license-table .tooltip {
    opacity: 1;
    width: 250px
}

.license-table .tooltip.bottom,
.license-table .tooltip.left,
.license-table .tooltip.right,
.license-table .tooltip.top {
    background: none!important
}

.license-table .account-box {
    display: block;
    width: 280px;
    position: relative;
    margin: 20px auto 50px;
    padding: 0 5px!important;
    text-align: center;
    color: #d8d1de
}

.license-table .account-box .top {
    width: 270px;
    height: 21px
}

.license-table .account-box .icon {
    position: absolute;
    width: 50px;
    height: 58px;
    top: -30px;
    left: 50%;
    margin-left: -25px
}

.license-table .account-box .content {
    overflow: visible
}

.license-table .account-box .content .top-note {
    padding: 15px 0;
    margin: 0 auto;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 22px
}

.license-table .account-box .line {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    height: 50px;
    line-height: 50px
}

.license-table .account-box .line .left {
    position: absolute;
    left: -5px;
    top: -6px;
    width: 5px;
    height: 62px
}

.license-table .account-box .line .right {
    position: absolute;
    right: -5px;
    top: -6px;
    width: 5px;
    height: 62px
}

.license-table .account-box .bottom {
    width: 270px;
    height: 21px
}

.license-table .account-box .items {
    padding: 20px 0 0;
    list-style: none
}

.license-table .account-box .items li {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 13px
}

.license-table .account-box .items li .status {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 15px;
    width: 16px;
    height: 16px
}

.license-table .account-box .items li.enable .status {
    background: url(/images/account_box/icons/enable.png)
}

.license-table .account-box .items li.disable .status {
    background: url(/images/account_box/icons/disable.png)
}

.license-table .account-box .items li .name {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    padding: 12px 30px;
    margin-left: 5px
}

.license-table .account-box .items li .note {
    background: url(/images/account_box/icons/note.png);
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 15px
}

.license-table .account-box .items li.disable .note {
    background: url(/images/account_box/icons/note-disable.png)
}

.license-table .account-box .group {
    margin: 25px auto 15px
}

.license-table .account-box .group .items .name {
    width: 250px
}

.license-table .account-box .btn {
    display: block;
    width: 170px;
    margin: 5px auto
}

.license-table .account-box .price {
    font-weight: 300;
    font-size: 18px
}

.license-table .account-box .price .number {
    font-weight: 900;
    font-size: 24px
}

.license-table .account-box .price .note {
    font-size: 15px
}

.license-table .account-box.free {
    color: #fff
}

.license-table .account-box.free .top {
    background: url(/images/account_box/backgrounds/free-box-top.png)
}

.license-table .account-box.free .icon {
    background: url(/images/account_box/icons/free.png)
}

.license-table .account-box.free .line {
    background: #bcb6bf
}

.license-table .account-box.free .line .left {
    background: url(/images/account_box/backgrounds/free-box-line-left.png)
}

.license-table .account-box.free .line .right {
    background: url(/images/account_box/backgrounds/free-box-line-right.png)
}

.license-table .account-box.free .content {
    background: #887e8c
}

.license-table .account-box.free .items li:nth-child(odd) {
    background: #6f6773
}

.license-table .account-box.free .items li.disable {
    background: #7c7380
}

.license-table .account-box.free .items li.disable .name {
    color: #d7d2d9;
    text-decoration: line-through
}

.license-table .account-box.free .btn {
    background: #473d4d
}

.license-table .account-box.free .btn:hover {
    background: #524759
}

.license-table .account-box.free .btn.more {
    background: #bcb6bf
}

.license-table .account-box.free .btn.more:hover {
    background: #b0aab3
}

.license-table .account-box.free .bottom {
    background: url(/images/account_box/backgrounds/free-box-bottom.png)
}

.license-table .account-box .btn.buy {
    color: #fff!important
}

.license-table .account-box .btn.more {
    color: #fff!important
}

.license-table .account-box.premium .top {
    background: url(/images/account_box/backgrounds/box-top.png)
}

.license-table .account-box.premium .icon {
    background: url(/images/account_box/icons/premium.png)
}

.license-table .account-box.premium .line {
    background: #ff921e
}

.license-table .account-box.premium .line .left {
    background: url(/images/account_box/backgrounds/premium-box-line-left.png)
}

.license-table .account-box.premium .line .right {
    background: url(/images/account_box/backgrounds/premium-box-line-right.png)
}

.license-table .account-box.premium .content {
    background: #323033
}

.license-table .account-box.premium .items li:nth-child(odd) {
    background: #3f3745
}

.license-table .account-box.premium .items li.disable .name {
    text-decoration: line-through
}

.license-table .account-box.premium .btn.buy {
    background: #ff921e
}

.license-table .account-box.premium .btn.buy:hover {
    background: #ff9f38
}

.license-table .account-box.premium .btn.more {
    background: #4b4152
}

.license-table .account-box.premium .btn.more:hover {
    background: #564b5e
}

.license-table .account-box.premium .bottom {
    background: url(/images/account_box/backgrounds/box-bottom.png)
}

.license-table .account-box.business .top {
    background: url(/images/account_box/backgrounds/box-top.png)
}

.license-table .account-box.business .icon {
    background: url(/images/account_box/icons/business.png)
}

.license-table .account-box.business .line {
    background: #e61515
}

.license-table .account-box.business .line .left {
    background: url(/images/account_box/backgrounds/business-box-line-left.png)
}

.license-table .account-box.business .line .right {
    background: url(/images/account_box/backgrounds/business-box-line-right.png)
}

.license-table .account-box.business .content {
    background: #323033
}

.license-table .account-box.business .items li:nth-child(odd) {
    background: #3f3745
}

.license-table .account-box.business .items li.disable .name {
    text-decoration: line-through
}

.license-table .account-box.business .btn.buy {
    background: #e61515
}

.license-table .account-box.business .btn.buy:hover {
    background: #ff1717
}

.license-table .account-box.business .btn.more {
    background: #4b4152
}

.license-table .account-box.business .btn.more:hover {
    background: #564b5e
}

.license-table .account-box.business .bottom {
    background: url(/images/account_box/backgrounds/box-bottom.png)
}

@media (min-width: 768px) {
    .license-table .account-box {
        margin-top: 50px;
        vertical-align: top;
        display: inline-block
    }
    .license-table .account-box .collapse {
        display: block
    }
}

@media (min-width: 1200px) {
    .license-table .account-box.big {
        width: 380px;
        margin-top: 35px
    }
    .license-table .account-box.big .top {
        width: 370px;
        height: 32px
    }
    .license-table .account-box.big .icon {
        width: 60px;
        height: 70px
    }
    .license-table .account-box.big .top-note {
        width: 270px
    }
    .license-table .account-box.big .line {
        height: 60px;
        line-height: 60px
    }
    .license-table .account-box.big .content {
        width: 370px
    }
    .license-table .account-box.big .bottom {
        width: 370px;
        height: 32px
    }
    .license-table .account-box.big .line .left {
        height: 72px
    }
    .license-table .account-box.big .line .right {
        height: 72px
    }
    .license-table .account-box.big.premium .icon {
        background: url(/images/account_box/icons/premium-big.png)
    }
    .license-table .account-box.big.premium .top {
        background: url(/images/account_box/backgrounds/big-box-top.png)
    }
    .license-table .account-box.big.premium .bottom {
        background: url(/images/account_box/backgrounds/big-box-bottom.png)
    }
    .license-table .account-box.big.premium .line .left {
        background: url(/images/account_box/backgrounds/premium-big-box-line-left.png)
    }
    .license-table .account-box.big.premium .line .right {
        background: url(/images/account_box/backgrounds/premium-big-box-line-right.png)
    }
}

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

.recomendet {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center!important
}

.recomendet>div {
    flex: 0 0 270px
}

.recomendet>div>* {
    overflow: hidden
}

.recomendet .text {
    padding: 5px 10px;
    font-weight: 500
}

.recomendet .images {
    height: 150px;
    width: 100%;
    background-size: cover!important;
    background-position: 50%!important
}

@media (min-width: 768px) {
    .recomendet {
        justify-content: space-between!important
    }
}

.item-page>.icons {
    display: none!important
}

.market-dd {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto
}

.all-left {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: flex-start!important
}

.all-left>* {
    display: inline-block
}

.all-center {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: center!important
}

.all-center>* {
    display: inline-block
}

.all-right {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: flex-end!important
}

.all-right>* {
    display: inline-block
}

p {
    display: block;
    padding: 0;
    margin: 0
}

.h100 {
    height: 100%
}

.row,
.container {
    position: relative
}

.img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.img img {
    max-width: 100%
}

@media (min-width: 768px) {
    .img {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

.devices .ico {
    background: url(/images/main-new/devices.png) no-repeat;
    display: inline-block;
    overflow: hidden;
    width: 60px;
    height: 55px
}

.devices .ico.windows {
    background-position-x: 0
}

.devices .ico.android {
    background-position-x: -60px
}

.devices .ico.web {
    background-position-x: -120px
}

.devices .ico.mac {
    background-position-x: -180px
}

.devices .ico.ios {
    background-position-x: -240px
}

#company-logos .company-border {
    display: inline-block;
    border: 1px solid;
    padding: 10px;
    background: #fff
}

#company-logos .company-border .icon {
    width: 130px;
    height: 96px;
    margin: 0 auto;
    background-repeat: no-repeat!important;
    background-size: 500%;
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    background-image: url(/images/leadertask/customers/partners.jpg)
}

@media (min-width: 992px) {
    #company-logos .company-border .icon {
        width: 190px;
        height: 140px
    }
}

#company-logos .company-border .icon:hover {
    filter: none;
    -webkit-filter: grayscale(0)
}

#company-logos .company-border .icon.company1 {
    background-position: 0 0
}

#company-logos .company-border .icon.company2 {
    background-position: 25% 0
}

#company-logos .company-border .icon.company3 {
    background-position: 50% 0
}

#company-logos .company-border .icon.company4 {
    background-position: 75% 0
}

#company-logos .company-border .icon.company5 {
    background-position: 100% 0
}

#company-logos .company-border .icon.company6 {
    background-position: 0 10%
}

#company-logos .company-border .icon.company7 {
    background-position: 25% 10%
}

#company-logos .company-border .icon.company8 {
    background-position: 50% 10%
}

#company-logos .company-border .icon.company9 {
    background-position: 75% 10%
}

#company-logos .company-border .icon.company10 {
    background-position: 100% 10%
}

#company-logos .company-border .icon.company11 {
    background-position: 0 20%
}

#company-logos .company-border .icon.company12 {
    background-position: 25% 20%
}

#company-logos .company-border .icon.company13 {
    background-position: 50% 20%
}

#company-logos .company-border .icon.company14 {
    background-position: 75% 20%
}

#company-logos .company-border .icon.company15 {
    background-position: 100% 20%
}

#company-logos .company-border .icon.company16 {
    background-position: 0 30%
}

#company-logos .company-border .icon.company17 {
    background-position: 25% 30%
}

#company-logos .company-border .icon.company18 {
    background-position: 50% 30%
}

#company-logos .company-border .icon.company19 {
    background-position: 75% 30%
}

#company-logos .company-border .icon.company20 {
    background-position: 100% 30%
}

#company-logos .company-border .icon.company21 {
    background-position: 0 40%
}

#company-logos .company-border .icon.company22 {
    background-position: 25% 40%
}

#company-logos .company-border .icon.company23 {
    background-position: 50% 40%
}

#company-logos .company-border .icon.company24 {
    background-position: 75% 40%
}

#company-logos .company-border .icon.company25 {
    background-position: 100% 40%
}

#company-logos .company-border .icon.company26 {
    background-position: 0 50%
}

#company-logos .company-border .icon.company27 {
    background-position: 25% 50%
}

#company-logos .company-border .icon.company28 {
    background-position: 50% 50%
}

#company-logos .company-border .icon.company29 {
    background-position: 75% 50%
}

#company-logos .company-border .icon.company30 {
    background-position: 100% 50%
}

#company-logos .company-border .icon.company31 {
    background-position: 0 60%
}

#company-logos .company-border .icon.company32 {
    background-position: 25% 60%
}

#company-logos .company-border .icon.company33 {
    background-position: 50% 60%
}

#company-logos .company-border .icon.company34 {
    background-position: 75% 60%
}

#company-logos .company-border .icon.company35 {
    background-position: 100% 60%
}

#company-logos .company-border .icon.company36 {
    background-position: 0 70%
}

#company-logos .company-border .icon.company37 {
    background-position: 25% 70%
}

#company-logos .company-border .icon.company38 {
    background-position: 50% 70%
}

#company-logos .company-border .icon.company39 {
    background-position: 75% 70%
}

#company-logos .company-border .icon.company40 {
    background-position: 100% 70%
}

#video-modal,
#video-modal-list {
    display: none
}

#video-modal .modal-dialog,
#video-modal-list .modal-dialog {
    max-width: inherit;
    pointer-events: inherit;
    margin: auto
}

#video-modal .close,
#video-modal-list .close {
    position: absolute;
    top: 0;
    right: 10px
}

#video-modal .close span,
#video-modal-list .close span {
    color: #fff;
    text-shadow: 0 -2px 2px #444444, -2px 0 2px #444444, 0 2px 2px #444444, 2px 0 2px #444;
    font-size: 50px
}

.video-preview {
    position: relative;
    text-align: center
}

.gray-line {
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    display: block
}

iframe {
    max-width: 100%
}

img {
    max-width: 100%
}

.platforms .row * {
    color: #555
}

.platforms body {
    background-color: #fafafa!important;
    min-width: 320px
}

.platforms .title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    text-align: center;
    padding: 0 20px;
    line-height: 40px
}

.platforms .ttlsm {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #9d5f9f;
    padding-top: 8px
}

.platforms .firstscr .container {
    margin-top: 32px
}

.platforms .firstscr.mac {
    padding-bottom: 30px
}

.platforms .firstscr .ttlsm {
    padding: 0 20px
}

.platforms .button-win,
.platforms .button-mac {
    display: block;
    width: auto;
    height: 65px;
    margin: 34px auto 40px;
    border-radius: 4px
}

.platforms .button-iphone,
.platforms .button-ipad,
.platforms .button-android {
    display: block;
    width: auto;
    height: 70px;
    margin: 34px auto 40px;
    border-radius: 4px
}

.platforms .button-win {
    background: url(/images/platforms/elements/button_win.png) 50% 0;
    box-shadow: 0 15px 20px rgba(80, 180, 240, 0.25)
}

.platforms .button-mac {
    background: url(/images/platforms/elements/button_mac.png) 50% 0;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1)
}

.platforms .button-iphone {
    background: url(/images/platforms/elements/button_iphone.png) 50% 0;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1)
}

.platforms .button-ipad {
    background: url(/images/platforms/elements/button_ipad.png) 50% 0;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1)
}

.platforms .button-android {
    background: url(/images/platforms/elements/button_android.png) 50% 0;
    box-shadow: 0 15px 20px rgba(91, 188, 46, 0.1)
}

.platforms .button-win:hover {
    background: url(/images/platforms/elements/button_win.png) 50% -65px
}

.platforms .button-mac:hover {
    background: url(/images/platforms/elements/button_mac.png) 50% -65px
}

.platforms .button-iphone:hover {
    background: url(/images/platforms/elements/button_iphone.png) 50% -70px
}

.platforms .button-ipad:hover {
    background: url(/images/platforms/elements/button_ipad.png) 50% -70px
}

.platforms .button-android:hover {
    background: url(/images/platforms/elements/button_android.png) 50% -70px
}

.platforms .scrwin,
.platforms .scrmac {
    margin: 0 auto 19px;
    padding: 0;
    text-align: center
}

.platforms .scrwin {
    width: 320px;
    height: 153px
}

.platforms .scrmac {
    width: 320px;
    height: 153px
}

.platforms .scriphone,
.platforms .scripad,
.platforms .scrandroid {
    text-align: center
}

.platforms .imgwin,
.platforms .imgmac {
    background: #fafafa;
    box-shadow: rgba(0, 0, 0, 0.06) 0 15px 35px 0;
    max-width: 100%;
    padding: 0
}

.platforms .imgiphone,
.platforms .imgipad,
.platforms .imgandroid {
    margin: 0 auto 25px
}

.platforms .info {
    text-align: center;
    margin-bottom: 16px
}

.platforms .info .elem {
    width: 240px;
    height: 144px;
    color: #6f6f6f;
    border: 1px solid #e1e1e1;
    font-weight: 400;
    padding: 79px 5px 0;
    display: block;
    margin: 0 auto 22px;
    font-size: 14px;
    background: url(/images/platforms/elements/ico_win.png) no-repeat
}

.platforms .info .ico1 {
    background-position: 0 21px
}

.platforms .info .ico2 {
    background-position: -240px 21px
}

.platforms .info .ico3 {
    background-position: -480px 21px
}

.platforms .info .ico4 {
    background-position: -720px 21px
}

.platforms .infotable {
    background-color: #fafafa;
    padding-bottom: 15px
}

.platforms .infotable .container {
    padding-right: 0;
    padding-left: 0
}

.platforms .infotable .title {
    padding-top: 20px
}

.platforms .itable {
    max-width: 320px;
    margin: auto
}

.platforms .ielem {
    height: 216px;
    display: block;
    padding: 0 15px;
    font-size: 14px;
    text-align: center;
    color: #6f6f6f;
    width: 300px;
    margin: auto
}

.platforms .imageico {
    width: 70px;
    height: 80px;
    display: block;
    margin: 34px auto 0;
    background: url(/images/platforms/elements/ico.png)
}

.platforms .elist .imageico {
    background-position: 0 0
}

.platforms .esubtask .imageico {
    background-position: -70px 0
}

.platforms .edrawevent .imageico {
    background-position: -140px 0
}

.platforms .estorage .imageico {
    background-position: -210px 0
}

.platforms .ereminding .imageico {
    background-position: 0 -80px
}

.platforms .eproject .imageico {
    background-position: -70px -80px
}

.platforms .eattachment .imageico {
    background-position: -140px -80px
}

.platforms .ediary .imageico {
    background-position: -210px -80px
}

.platforms .eoffline .imageico {
    background-position: 0 -160px
}

.platforms .elabel .imageico {
    background-position: -70px -160px
}

.platforms .ecolortask .imageico {
    background-position: -140px -160px
}

.platforms .eorder .imageico {
    background-position: -210px -160px
}

.platforms .ecalendar .imageico {
    background-position: 0 -240px
}

.platforms .enotes .imageico {
    background-position: -70px -240px
}

.platforms .econtacts .imageico {
    background-position: -140px -240px
}

.platforms .efiltering .imageico {
    background-position: -210px -240px
}

.platforms .esearch .imageico {
    background-position: 0 -320px
}

.platforms .eprint .imageico {
    background-position: -70px -320px
}

.platforms .eedit .imageico {
    background-position: -140px -320px
}

.platforms .esort .imageico {
    background-position: -210px -320px
}

.platforms .ediscussion .imageico {
    background-position: 0 -400px
}

.platforms .ecmnproj .imageico {
    background-position: -70px -400px
}

.platforms .ebackup .imageico {
    background-position: -140px -400px
}

.platforms .ereptask .imageico {
    background-position: -210px -400px
}

.platforms .ielem span {
    display: block;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 8px;
    font-size: 20px;
    color: #9d5f9f
}

.platforms .sprtsys {
    background: #f6f6f6;
    padding-top: 40px;
    padding-bottom: 40px
}

.platforms .namesys {
    padding-top: 21px
}

.platforms .namesys div {
    position: relative;
    width: 48%;
    display: inline-block;
    padding: 18px 15px 18px 0;
    line-height: 24px;
    font-size: 18px;
    background: url(/images/platforms/elements/line.png) 0 100% no-repeat;
    display: block;
    width: 290px;
    margin: auto;
    line-height: 25px
}

.platforms .allplatforms {
    padding-bottom: 70px;
    padding-top: 38px
}

.platforms .allplatforms .button-win,
.platforms .allplatforms .button-mac {
    margin-top: 20px;
    margin-bottom: 22px
}

.platforms .atrtext {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding-top: 0;
    line-height: 27px
}

.platforms .aplt {
    margin-top: 45px;
    text-align: justify;
    margin-bottom: 0
}

.platforms .aplt:after {
    display: inline-block;
    content: "";
    width: 100%
}

.platforms .aplt>a {
    position: relative;
    background: #fff;
    padding-top: 42px;
    padding-bottom: 54px;
    font-size: 20px;
    text-align: center;
    text-decoration: none!important;
    width: 225px;
    display: block;
    margin: 0 auto 11px;
    box-shadow: 0 5px 20px rgba(36, 34, 34, 0.05)
}

.platforms .aplt>a .new {
    position: absolute;
    display: block;
    margin: auto;
    color: #fff;
    background-color: #ff7e65;
    border-radius: 4px;
    left: 0;
    right: 0;
    width: 72px;
    font-size: 15px;
    height: 30px;
    line-height: 28px
}

.platforms .aplt>a:hover {
    border: 2px solid #f2b14b;
    padding-top: 40px;
    padding-bottom: 52px
}

.platforms .aplt .ico {
    width: 82px;
    height: 82px;
    display: block;
    margin: 0 auto 25px;
    border-radius: 82px;
    background: url(/images/platforms/elements/platfico.png) no-repeat #f2e1f3
}

.platforms .pmac:hover .ico,
.platforms .pand:hover .ico,
.platforms .piph:hover .ico,
.platforms .pipd:hover .ico,
.platforms .pweb:hover .ico,
.platforms .pwin:hover .ico {
    background: url(/images/platforms/elements/platfico.png) no-repeat #f7efe4
}

.platforms .aplt .pmac .ico {
    background-position: 0 0
}

.platforms .aplt .pmac:hover .ico {
    background-position: 0 -82px
}

.platforms .aplt .pand .ico {
    background-position: -82px 0
}

.platforms .aplt .pand:hover .ico {
    background-position: -82px -82px
}

.platforms .aplt .piph .ico {
    background-position: -164px 0
}

.platforms .aplt .piph:hover .ico {
    background-position: -164px -82px
}

.platforms .aplt .pipd .ico {
    background-position: -246px 0
}

.platforms .aplt .pipd:hover .ico {
    background-position: -246px -82px
}

.platforms .aplt .pweb .ico {
    background-position: -328px 0
}

.platforms .aplt .pweb:hover .ico {
    background-position: -328px -82px
}

.platforms .aplt .pwin .ico {
    background-position: -410px 0
}

.platforms .aplt .pwin:hover .ico {
    background-position: -410px -82px
}

@media (min-width: 768px) {
    .platforms .title {
        padding: 0;
        line-height: 65px
    }
    .platforms .firstscr .container {
        margin-top: 66px
    }
    .platforms .firstscr .ttlsm {
        padding: 2px 0 0
    }
    .platforms .firstscr.mac {
        padding-bottom: 0
    }
    .platforms .button-win,
    .platforms .button-mac {
        margin: 44px auto 30px
    }
    .platforms .scrwin,
    .platforms .scrmac {
        margin: 11px auto 0;
        padding: 11px 0 0;
        margin: 0 auto
    }
    .platforms .scrwin {
        width: 700px;
        height: 390px
    }
    .platforms .scrmac {
        width: 700px;
        height: 390px
    }
    .platforms .imgwin,
    .platforms .imgmac {
        padding: 25px
    }
    .platforms .info .elem {
        display: inline-block;
        margin: 5px 10px
    }
    .platforms .infotable {
        padding-top: 49px
    }
    .platforms .infotable .title {
        padding-top: 56px
    }
    .platforms .itable {
        background: url(/images/platforms/elements/grid.png)
    }
    .platforms .ielem {
        width: 50%;
        height: 244px;
        float: left;
        margin: 0
    }
    .platforms .itable {
        max-height: 2999px;
        max-width: 583px;
        margin-top: 75px
    }
    .platforms .mac .itable {
        max-height: 2499px
    }
    .platforms .android .itable {
        max-height: 2499px
    }
    .platforms .iphone .itable {
        max-height: 2499px
    }
    .platforms .ipad .itable {
        max-height: 2499px
    }
    .platforms .slider {
        background: url(/images/platforms/background/slider_bg.jpg) 50% -60px no-repeat #f6f6f6
    }
    .platforms .slider .title {
        padding-top: 148px
    }
    .platforms .control-button.left {
        left: 44px;
        display: block
    }
    .platforms .control-button.right {
        right: 44px;
        display: block
    }
    .platforms .slider .scroll {
        margin-top: 45px
    }
    .platforms .sliderdots {
        bottom: -100px
    }
    .platforms .slider {
        padding-bottom: 110px
    }
    .platforms .sliderbox {
        width: 584px;
        padding: 15px
    }
    .platforms .sprtsys {
        padding-top: 34px
    }
    .platforms .namesys {
        padding-top: 48px
    }
    .platforms .namesys div:after {
        position: absolute;
        content: "";
        width: 14px;
        height: 12px;
        top: 24px;
        right: 0;
        background: url(/images/platforms/elements/jackdaw.png)
    }
    .platforms .sprtsys {
        padding-bottom: 40px
    }
    .platforms .namesys div {
        width: 560px
    }
    .platforms .allplatforms {
        padding-top: 41px
    }
    .platforms .aplt {
        margin-top: 68px;
        margin-bottom: 32px;
        text-align: center
    }
    .platforms .aplt>a {
        display: inline-block;
        margin: 10px
    }
    .platforms .allplatforms .button-win,
    .platforms .allplatforms .button-mac {
        margin-top: 34px;
        margin-bottom: 40px
    }
}

@media (min-width: 992px) {
    .platforms .info .elem {
        margin: 5px 10px
    }
    .platforms .firstscr {
        background: url(/images/platforms/background/bg_win.jpg) 50% 0 no-repeat #fafafa
    }
    .platforms .firstscr.iphone {
        background: url(/images/platforms/background/bg_iphone_ver1.png) 50% 0 no-repeat #fafafa;
        height: 600px
    }
    .platforms .firstscr.ipad {
        background: url(/images/platforms/background/bg_ipad.jpg) 50% 0 no-repeat #fafafa;
        height: 600px
    }
    .platforms .firstscr.android {
        background: url(/images/platforms/background/bg_android_ver1.png) 50% 0 no-repeat #fafafa;
        height: 600px
    }
    .platforms .firstscr.android-wear {
        background: url(/images/platforms/background/bg_android_wear.png) 50% 0 no-repeat #fafafa;
        height: 600px
    }
    .platforms .firstscr.apple-watch {
        background: url(/images/platforms/background/bg_apple_watch.png) 50% 0 no-repeat #fafafa;
        height: 600px
    }
    .platforms .firstscr.iphone .title,
    .platforms .firstscr.ipad .title,
    .platforms .firstscr.android .title {
        text-align: left;
        width: 60%;
        line-height: 45px;
        padding-top: 80px;
        padding-left: 40px
    }
    .platforms .firstscr.iphone .ttlsm,
    .platforms .firstscr.ipad .ttlsm,
    .platforms .firstscr.android .ttlsm {
        text-align: left;
        width: 60%;
        padding-left: 40px
    }
    .platforms .firstscr.iphone .button-iphone,
    .platforms .firstscr.ipad .button-ipad,
    .platforms .firstscr.android .button-android {
        margin-left: 40px
    }
    .platforms .scrwin {
        width: 900px;
        height: 480px
    }
    .platforms .scrmac {
        width: 900px;
        height: 540px
    }
    .platforms .itable {
        max-height: 1999px;
        max-width: 875px
    }
    .platforms .mac .itable {
        max-height: 1749px
    }
    .platforms .android .itable {
        max-height: 1749px
    }
    .platforms .iphone .itable {
        max-height: 1749px
    }
    .platforms .ipad .itable {
        max-height: 1749px
    }
    .platforms .ielem {
        width: 33%
    }
    .platforms .sliderbox {
        width: 804px;
        padding: 21px
    }
    .platforms .control-button {
        top: 169px
    }
    .platforms .mac .control-button {
        top: 263px
    }
    .platforms .namesys div {
        width: 560px;
        width: 48%;
        line-height: 24px;
        display: inline-block
    }
    .platforms .fleft {
        float: left
    }
    .platforms .fright {
        float: right
    }
    .platforms .allplatforms {
        background: url(/images/platforms/background/bg_apl.png) 50% 82% no-repeat #fafafa
    }
}

@media (min-width: 1200px) {
    .platforms .itable {
        max-height: 1499px;
        max-width: 1167px;
        background-size: 286px
    }
    .platforms .mac .itable {
        max-height: 1249px
    }
    .platforms .android .itable {
        max-height: 1463px
    }
    .platforms .iphone .itable {
        max-height: 1249px
    }
    .platforms .ipad .itable {
        max-height: 1249px
    }
    .platforms .ielem {
        width: 25%
    }
    .platforms .control-button {
        top: 222px
    }
    .platforms .mac .control-button {
        top: 336px
    }
    .platforms .sliderbox {
        width: 1004px;
        padding: 25px
    }
    .platforms .aplt>a {
        width: 19%;
        margin: 0
    }
    .platforms .allplatforms {
        background: url(/images/platforms/background/bg_apl.png) 50% 78% no-repeat #fafafa
    }
}

.m-button-windows,
.m-button-macos,
.m-button-android,
.m-button-iphone,
.m-button-web {
    cursor: pointer;
    vertical-align: middle;
    font-size: 22px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    height: 65px;
    width: 215px;
    position: relative
}

.m-button-windows.mbbig,
.m-button-macos.mbbig,
.m-button-android.mbbig,
.m-button-iphone.mbbig,
.m-button-web.mbbig {
    width: 265px
}

.m-button-windows:before,
.m-button-macos:before,
.m-button-android:before,
.m-button-iphone:before,
.m-button-web:before {
    color: #fff;
    font-family: 'Yanone Kaffeesatz';
    display: inline-block;
    height: 33px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -16px
}

.m-button-windows:after,
.m-button-macos:after,
.m-button-android:after,
.m-button-iphone:after,
.m-button-web:after {
    content: "";
    background: url(/images/templatev2.0/button_devices-min.png);
    width: 34px;
    height: 33px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -16px
}

.m-button-windows {
    background: #50b4f0;
    box-shadow: 0 10px 25px rgba(80, 180, 240, 0.25)
}

.m-button-windows:hover {
    background: #67bef2
}

.m-button-windows:before {
    content: "Для Windows"
}

.m-button-windows.mbbig:before {
    content: "Скачать для Windows"
}

.m-button-windows:after {
    background-position: 0 0
}

.m-button-windows.en:before {
    content: "For Windows PC"
}

.m-button-macos {
    background: #a6a4a4;
    box-shadow: 0 10px 25px rgba(166, 164, 164, 0.25)
}

.m-button-macos:hover {
    background: #b3b1b1
}

.m-button-macos:before {
    content: "Для Mac"
}

.m-button-macos.mbbig:before {
    content: "Скачать для Mac"
}

.m-button-macos:after {
    background-position: 75% 0
}

.m-button-macos.en:before {
    content: "For Mac"
}

.m-button-android {
    background: #74bd53;
    box-shadow: 0 10px 25px rgba(116, 189, 83, 0.25)
}

.m-button-android:hover {
    background: #83c465
}

.m-button-android:before {
    content: "Для Android"
}

.m-button-android.mbbig:before {
    content: "Скачать для Android"
}

.m-button-android:after {
    background-position: 25% 0
}

.m-button-android.en:before {
    content: "For Android"
}

.m-button-iphone {
    background: #d4c0be;
    box-shadow: 0 10px 25px rgba(212, 192, 190, 0.25)
}

.m-button-iphone:hover {
    background: #decfcd
}

.m-button-iphone:before {
    content: "Для iPad/iPhone"
}

.m-button-iphone.mbbig:before {
    content: "Скачать для iPad/iPhone"
}

.m-button-iphone:after {
    background-position: 100% 0
}

.m-button-iphone.en:before {
    content: "For iPad/iPhone"
}

.m-button-web {
    background: #b178b3;
    box-shadow: 0 10px 25px rgba(177, 120, 179, 0.25)
}

.m-button-web:hover {
    background: #ba88bc
}

.m-button-web:before {
    content: "Браузерная версия"
}

.m-button-web:after {
    background-position: 50% 0
}

.m-button-web.en:before {
    content: "Web browser"
}

.partners .ico {
    flex: 0 0 91px;
    width: 91px;
    height: 63px;
    display: inline-block;
    background: url(/images/main-new/clients.png) no-repeat
}

.partners .ico.sberbank {
    background-position: 0 0
}

.partners .ico.beeline {
    background-position: 25% 0
}

.partners .ico.gazprombank {
    background-position: 50% 0
}

.partners .ico.rusfinansebank {
    background-position: 75% 0
}

.partners .ico.gis {
    background-position: 100% 0
}

.partners .ico.lucoil {
    background-position: 0 100%
}

.partners .ico.rostech {
    background-position: 25% 100%
}

.partners .ico.faberlic {
    background-position: 50% 100%
}

.partners:after {
    content: "";
    display: block;
    width: 100%
}

.partners-big .ico {
    flex: 0 0 113px;
    width: 113px;
    height: 80px;
    display: inline-block;
    background: url(/images/main-new/clients_big.png) no-repeat
}

.partners-big .ico.sberbank {
    background-position: 0 0
}

.partners-big .ico.beeline {
    background-position: 24.72647702% 0
}

.partners-big .ico.gazprombank {
    background-position: 49.45295405% 0
}

.partners-big .ico.rusfinansebank {
    background-position: 74.17943107% 0
}

.partners-big .ico.gis {
    background-position: 98.9059081% 0
}

.partners-big .ico.lucoil {
    background-position: 0 100%
}

.partners-big .ico.rostech {
    background-position: 24.72647702% 100%
}

.partners-big .ico.faberlic {
    background-position: 49.45295405% 100%
}

.partners-big:after {
    content: "";
    display: block;
    width: 100%
}

.fw {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.modal-header {
    border-bottom: none
}

.modal-footer {
    border-top: none
}

.nowrap {
    white-space: nowrap
}

.lth {
    text-decoration: line-through
}

.ico80 {
    display: block;
    width: 80px;
    height: 80px;
    background: url(/images/main-new/icons80-min.png) no-repeat!important;
    box-sizing: content-box
}

.ico80-white {
    display: block;
    width: 80px;
    height: 80px;
    background: url(/images/main-new/icons80-min.png) no-repeat #fff!important;
    box-sizing: content-box
}

.ico80.line11,
.ico80-white.line11 {
    background-position: 0 0
}

.ico80.line12,
.ico80-white.line12 {
    background-position: 25% 0
}

.ico80.line13,
.ico80-white.line13 {
    background-position: 50% 0
}

.ico80.line14,
.ico80-white.line14 {
    background-position: 75% 0
}

.ico80.line15,
.ico80-white.line15 {
    background-position: 100% 0
}

.ico80.line21,
.ico80-white.line21 {
    background-position: 0 25%
}

.ico80.line22,
.ico80-white.line22 {
    background-position: 25% 25%
}

.ico80.line23,
.ico80-white.line23 {
    background-position: 50% 25%
}

.ico80.line24,
.ico80-white.line24 {
    background-position: 75% 25%
}

.ico80.line25,
.ico80-white.line25 {
    background-position: 100% 25%
}

.ico80.line31,
.ico80-white.line31 {
    background-position: 0 50%
}

.ico80.line32,
.ico80-white.line32 {
    background-position: 25% 50%
}

.ico80.line33,
.ico80-white.line33 {
    background-position: 50% 50%
}

.ico80.line34,
.ico80-white.line34 {
    background-position: 75% 50%
}

.ico80.line35,
.ico80-white.line35 {
    background-position: 100% 50%
}

.ico80.line41,
.ico80-white.line41 {
    background-position: 0 75%
}

.ico80.line42,
.ico80-white.line42 {
    background-position: 25% 75%
}

.ico80.line43,
.ico80-white.line43 {
    background-position: 50% 75%
}

.ico80.line44,
.ico80-white.line44 {
    background-position: 75% 75%
}

.ico80.line45,
.ico80-white.line45 {
    background-position: 100% 75%
}

.ico80.line51,
.ico80-white.line51 {
    background-position: 0 100%
}

.ico80.line52,
.ico80-white.line52 {
    background-position: 25% 100%
}

.ico80.line53,
.ico80-white.line53 {
    background-position: 50% 100%
}

.ico80.line54,
.ico80-white.line54 {
    background-position: 75% 100%
}

.ico80.line55,
.ico80-white.line55 {
    background-position: 100% 100%
}

.block80 {
    display: block;
    width: 80px;
    height: 80px
}

.p-rel {
    position: relative
}

.p-abs {
    position: absolute
}

.p-fix {
    position: fixed
}

body {
    font-family: 'Open Sans';
    font-size: 16px;
    text-align: justify;
    max-width: 2560px;
    margin: auto;
    color: #555;
    min-width: 320px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    font-weight: 300;
    line-height: normal;
    background: #f6f6f6
}

body .flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

body .flex-top {
    -webkit-box-align: flex-start!important;
    -ms-flex-align: flex-start!important;
    align-items: flex-start!important
}

body .flex-middle {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

body .flex-bottom {
    -webkit-box-align: flex-end!important;
    -ms-flex-align: flex-end!important;
    align-items: flex-end!important
}

body .flex-left {
    justify-content: flex-start!important
}

body .flex-center {
    justify-content: center!important
}

body .flex-right {
    justify-content: flex-end!important
}

body .flex-between {
    justify-content: space-between!important
}

body .flex-around {
    justify-content: space-around!important
}

body .flex-elem-5 {
    flex: 0 0 5%
}

body .flex-elem-10 {
    flex: 0 0 10%
}

body .flex-elem-15 {
    flex: 0 0 15%
}

body .flex-elem-20 {
    flex: 0 0 20%
}

body .flex-elem-25 {
    flex: 0 0 25%
}

body .flex-elem-30 {
    flex: 0 0 30%
}

body .flex-elem-35 {
    flex: 0 0 35%
}

body .flex-elem-40 {
    flex: 0 0 40%
}

body .flex-elem-45 {
    flex: 0 0 45%
}

body .flex-elem-50 {
    flex: 0 0 50%
}

body .flex-elem-55 {
    flex: 0 0 55%
}

body .flex-elem-60 {
    flex: 0 0 60%
}

body .flex-elem-65 {
    flex: 0 0 65%
}

body .flex-elem-70 {
    flex: 0 0 70%
}

body .flex-elem-75 {
    flex: 0 0 75%
}

body .flex-elem-80 {
    flex: 0 0 80%
}

body .flex-elem-85 {
    flex: 0 0 85%
}

body .flex-elem-90 {
    flex: 0 0 90%
}

body .flex-elem-95 {
    flex: 0 0 95%
}

body .flex-elem-100 {
    flex: 0 0 100%
}

body .flex-elem-16 {
    flex: 0 0 16.66666%
}

body .flex-elem-33 {
    flex: 0 0 33.33333%
}

body .flex-elem-50 {
    flex: 0 0 50%
}

body .flex-elem-66 {
    flex: 0 0 66.66666%
}

body .flex-elem-83 {
    flex: 0 0 83.33333%
}

body .flex-elem-100 {
    flex: 0 0 100%
}

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

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

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

body .pd-0 {
    padding: 0!important
}

body .pd-t-0 {
    padding-top: 0!important
}

body .pd-r-0 {
    padding-right: 0!important
}

body .pd-b-0 {
    padding-bottom: 0!important
}

body .pd-l-0 {
    padding-left: 0!important
}

body .pd-t-all-0>* {
    padding-top: 0
}

body .pd-b-all-0>* {
    padding-bottom: 0
}

body .pd-5 {
    padding: 5px!important
}

body .pd-t-5 {
    padding-top: 5px!important
}

body .pd-r-5 {
    padding-right: 5px!important
}

body .pd-b-5 {
    padding-bottom: 5px!important
}

body .pd-l-5 {
    padding-left: 5px!important
}

body .pd-t-all-5>* {
    padding-top: 5px
}

body .pd-b-all-5>* {
    padding-bottom: 5px
}

body .pd-10 {
    padding: 10px!important
}

body .pd-t-10 {
    padding-top: 10px!important
}

body .pd-r-10 {
    padding-right: 10px!important
}

body .pd-b-10 {
    padding-bottom: 10px!important
}

body .pd-l-10 {
    padding-left: 10px!important
}

body .pd-t-all-10>* {
    padding-top: 10px
}

body .pd-b-all-10>* {
    padding-bottom: 10px
}

body .pd-15 {
    padding: 15px!important
}

body .pd-t-15 {
    padding-top: 15px!important
}

body .pd-r-15 {
    padding-right: 15px!important
}

body .pd-b-15 {
    padding-bottom: 15px!important
}

body .pd-l-15 {
    padding-left: 15px!important
}

body .pd-t-all-15>* {
    padding-top: 15px
}

body .pd-b-all-15>* {
    padding-bottom: 15px
}

body .pd-20 {
    padding: 20px!important
}

body .pd-t-20 {
    padding-top: 20px!important
}

body .pd-r-20 {
    padding-right: 20px!important
}

body .pd-b-20 {
    padding-bottom: 20px!important
}

body .pd-l-20 {
    padding-left: 20px!important
}

body .pd-t-all-20>* {
    padding-top: 20px
}

body .pd-b-all-20>* {
    padding-bottom: 20px
}

body .pd-25 {
    padding: 25px!important
}

body .pd-t-25 {
    padding-top: 25px!important
}

body .pd-r-25 {
    padding-right: 25px!important
}

body .pd-b-25 {
    padding-bottom: 25px!important
}

body .pd-l-25 {
    padding-left: 25px!important
}

body .pd-t-all-25>* {
    padding-top: 25px
}

body .pd-b-all-25>* {
    padding-bottom: 25px
}

body .pd-30 {
    padding: 30px!important
}

body .pd-t-30 {
    padding-top: 30px!important
}

body .pd-r-30 {
    padding-right: 30px!important
}

body .pd-b-30 {
    padding-bottom: 30px!important
}

body .pd-l-30 {
    padding-left: 30px!important
}

body .pd-t-all-30>* {
    padding-top: 30px
}

body .pd-b-all-30>* {
    padding-bottom: 30px
}

body .mg-0 {
    margin: 0!important
}

body .mg-t-0 {
    margin-top: 0!important
}

body .mg-r-0 {
    margin-right: 0!important
}

body .mg-b-0 {
    margin-bottom: 0!important
}

body .mg-l-0 {
    margin-left: 0!important
}

body .mg-t-all-0>* {
    margin-top: 0
}

body .mg-b-all-0>* {
    margin-bottom: 0
}

body .mg-t-0-all>* {
    margin-top: 0
}

body .mg-b-0-all>* {
    margin-bottom: 0
}

body .mg-5 {
    margin: 5px!important
}

body .mg-t-5 {
    margin-top: 5px!important
}

body .mg-r-5 {
    margin-right: 5px!important
}

body .mg-b-5 {
    margin-bottom: 5px!important
}

body .mg-l-5 {
    margin-left: 5px!important
}

body .mg-t-all-5>* {
    margin-top: 5px
}

body .mg-b-all-5>* {
    margin-bottom: 5px
}

body .mg-t-5-all>* {
    margin-top: 5px
}

body .mg-b-5-all>* {
    margin-bottom: 5px
}

body .mg-10 {
    margin: 10px!important
}

body .mg-t-10 {
    margin-top: 10px!important
}

body .mg-r-10 {
    margin-right: 10px!important
}

body .mg-b-10 {
    margin-bottom: 10px!important
}

body .mg-l-10 {
    margin-left: 10px!important
}

body .mg-t-all-10>* {
    margin-top: 10px
}

body .mg-b-all-10>* {
    margin-bottom: 10px
}

body .mg-t-10-all>* {
    margin-top: 10px
}

body .mg-b-10-all>* {
    margin-bottom: 10px
}

body .mg-15 {
    margin: 15px!important
}

body .mg-t-15 {
    margin-top: 15px!important
}

body .mg-r-15 {
    margin-right: 15px!important
}

body .mg-b-15 {
    margin-bottom: 15px!important
}

body .mg-l-15 {
    margin-left: 15px!important
}

body .mg-t-all-15>* {
    margin-top: 15px
}

body .mg-b-all-15>* {
    margin-bottom: 15px
}

body .mg-t-15-all>* {
    margin-top: 15px
}

body .mg-b-15-all>* {
    margin-bottom: 15px
}

body .mg-20 {
    margin: 20px!important
}

body .mg-t-20 {
    margin-top: 20px!important
}

body .mg-r-20 {
    margin-right: 20px!important
}

body .mg-b-20 {
    margin-bottom: 20px!important
}

body .mg-l-20 {
    margin-left: 20px!important
}

body .mg-t-all-20>* {
    margin-top: 20px
}

body .mg-b-all-20>* {
    margin-bottom: 20px
}

body .mg-t-20-all>* {
    margin-top: 20px
}

body .mg-b-20-all>* {
    margin-bottom: 20px
}

body .mg-25 {
    margin: 25px!important
}

body .mg-t-25 {
    margin-top: 25px!important
}

body .mg-r-25 {
    margin-right: 25px!important
}

body .mg-b-25 {
    margin-bottom: 25px!important
}

body .mg-l-25 {
    margin-left: 25px!important
}

body .mg-t-all-25>* {
    margin-top: 25px
}

body .mg-b-all-25>* {
    margin-bottom: 25px
}

body .mg-t-25-all>* {
    margin-top: 25px
}

body .mg-b-25-all>* {
    margin-bottom: 25px
}

body .mg-30 {
    margin: 30px!important
}

body .mg-t-30 {
    margin-top: 30px!important
}

body .mg-r-30 {
    margin-right: 30px!important
}

body .mg-b-30 {
    margin-bottom: 30px!important
}

body .mg-l-30 {
    margin-left: 30px!important
}

body .mg-t-all-30>* {
    margin-top: 30px
}

body .mg-b-all-30>* {
    margin-bottom: 30px
}

body .mg-t-30-all>* {
    margin-top: 30px
}

body .mg-b-30-all>* {
    margin-bottom: 30px
}

body .lb-color-1 {
    border-color: #ff9123!important
}

body .lb-color-2 {
    border-color: #5bb000!important
}

body .lb-color-3 {
    border-color: #9d5f9f!important
}

body .lb-color-4 {
    border-color: #f73a3a!important
}

body .lb-color-5 {
    border-color: #e1e1e1!important
}

@media (min-width: 567px) {
    body .flex-sm {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    body .flex-top-sm {
        -webkit-box-align: flex-start!important;
        -ms-flex-align: flex-start!important;
        align-items: flex-start!important
    }
    body .flex-middle-sm {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    body .flex-bottom-sm {
        -webkit-box-align: flex-end!important;
        -ms-flex-align: flex-end!important;
        align-items: flex-end!important
    }
    body .flex-left-sm {
        justify-content: flex-start!important
    }
    body .flex-center-sm {
        justify-content: center!important
    }
    body .flex-right-sm {
        justify-content: flex-end!important
    }
    body .flex-between-sm {
        justify-content: space-between!important
    }
    body .flex-around-sm {
        justify-content: space-around!important
    }
    body .flex-elem-sm-5 {
        flex: 0 0 5%
    }
    body .flex-elem-sm-10 {
        flex: 0 0 10%
    }
    body .flex-elem-sm-15 {
        flex: 0 0 15%
    }
    body .flex-elem-sm-20 {
        flex: 0 0 20%
    }
    body .flex-elem-sm-25 {
        flex: 0 0 25%
    }
    body .flex-elem-sm-30 {
        flex: 0 0 30%
    }
    body .flex-elem-sm-35 {
        flex: 0 0 35%
    }
    body .flex-elem-sm-40 {
        flex: 0 0 40%
    }
    body .flex-elem-sm-45 {
        flex: 0 0 45%
    }
    body .flex-elem-sm-50 {
        flex: 0 0 50%
    }
    body .flex-elem-sm-55 {
        flex: 0 0 55%
    }
    body .flex-elem-sm-60 {
        flex: 0 0 60%
    }
    body .flex-elem-sm-65 {
        flex: 0 0 65%
    }
    body .flex-elem-sm-70 {
        flex: 0 0 70%
    }
    body .flex-elem-sm-75 {
        flex: 0 0 75%
    }
    body .flex-elem-sm-80 {
        flex: 0 0 80%
    }
    body .flex-elem-sm-85 {
        flex: 0 0 85%
    }
    body .flex-elem-sm-90 {
        flex: 0 0 90%
    }
    body .flex-elem-sm-95 {
        flex: 0 0 95%
    }
    body .flex-elem-sm-100 {
        flex: 0 0 100%
    }
    body .flex-elem-sm-16 {
        flex: 0 0 16.66666%
    }
    body .flex-elem-sm-33 {
        flex: 0 0 33.33333%
    }
    body .flex-elem-sm-50 {
        flex: 0 0 50%
    }
    body .flex-elem-sm-66 {
        flex: 0 0 66.66666%
    }
    body .flex-elem-sm-83 {
        flex: 0 0 83.33333%
    }
    body .flex-elem-sm-100 {
        flex: 0 0 100%
    }
    body .left-sm {
        text-align: left!important
    }
    body .center-sm {
        text-align: center!important
    }
    body .right-sm {
        text-align: right!important
    }
    body .pd-sm-0 {
        padding: 0!important
    }
    body .pd-t-sm-0 {
        padding-top: 0!important
    }
    body .pd-r-sm-0 {
        padding-right: 0!important
    }
    body .pd-b-sm-0 {
        padding-bottom: 0!important
    }
    body .pd-l-sm-0 {
        padding-left: 0!important
    }
    body .pd-t-all-sm-0>* {
        padding-top: 0
    }
    body .pd-b-all-sm-0>* {
        padding-bottom: 0
    }
    body .pd-sm-5 {
        padding: 5px!important
    }
    body .pd-t-sm-5 {
        padding-top: 5px!important
    }
    body .pd-r-sm-5 {
        padding-right: 5px!important
    }
    body .pd-b-sm-5 {
        padding-bottom: 5px!important
    }
    body .pd-l-sm-5 {
        padding-left: 5px!important
    }
    body .pd-t-all-sm-5>* {
        padding-top: 5px
    }
    body .pd-b-all-sm-5>* {
        padding-bottom: 5px
    }
    body .pd-sm-10 {
        padding: 10px!important
    }
    body .pd-t-sm-10 {
        padding-top: 10px!important
    }
    body .pd-r-sm-10 {
        padding-right: 10px!important
    }
    body .pd-b-sm-10 {
        padding-bottom: 10px!important
    }
    body .pd-l-sm-10 {
        padding-left: 10px!important
    }
    body .pd-t-all-sm-10>* {
        padding-top: 10px
    }
    body .pd-b-all-sm-10>* {
        padding-bottom: 10px
    }
    body .pd-sm-15 {
        padding: 15px!important
    }
    body .pd-t-sm-15 {
        padding-top: 15px!important
    }
    body .pd-r-sm-15 {
        padding-right: 15px!important
    }
    body .pd-b-sm-15 {
        padding-bottom: 15px!important
    }
    body .pd-l-sm-15 {
        padding-left: 15px!important
    }
    body .pd-t-all-sm-15>* {
        padding-top: 15px
    }
    body .pd-b-all-sm-15>* {
        padding-bottom: 15px
    }
    body .pd-sm-20 {
        padding: 20px!important
    }
    body .pd-t-sm-20 {
        padding-top: 20px!important
    }
    body .pd-r-sm-20 {
        padding-right: 20px!important
    }
    body .pd-b-sm-20 {
        padding-bottom: 20px!important
    }
    body .pd-l-sm-20 {
        padding-left: 20px!important
    }
    body .pd-t-all-sm-20>* {
        padding-top: 20px
    }
    body .pd-b-all-sm-20>* {
        padding-bottom: 20px
    }
    body .pd-sm-25 {
        padding: 25px!important
    }
    body .pd-t-sm-25 {
        padding-top: 25px!important
    }
    body .pd-r-sm-25 {
        padding-right: 25px!important
    }
    body .pd-b-sm-25 {
        padding-bottom: 25px!important
    }
    body .pd-l-sm-25 {
        padding-left: 25px!important
    }
    body .pd-t-all-sm-25>* {
        padding-top: 25px
    }
    body .pd-b-all-sm-25>* {
        padding-bottom: 25px
    }
    body .pd-sm-30 {
        padding: 30px!important
    }
    body .pd-t-sm-30 {
        padding-top: 30px!important
    }
    body .pd-r-sm-30 {
        padding-right: 30px!important
    }
    body .pd-b-sm-30 {
        padding-bottom: 30px!important
    }
    body .pd-l-sm-30 {
        padding-left: 30px!important
    }
    body .pd-t-all-sm-30>* {
        padding-top: 30px
    }
    body .pd-b-all-sm-30>* {
        padding-bottom: 30px
    }
    body .mg-sm-0 {
        margin: 0!important
    }
    body .mg-t-sm-0 {
        margin-top: 0!important
    }
    body .mg-r-sm-0 {
        margin-right: 0!important
    }
    body .mg-b-sm-0 {
        margin-bottom: 0!important
    }
    body .mg-l-sm-0 {
        margin-left: 0!important
    }
    body .mg-t-all-sm-0>* {
        margin-top: 0
    }
    body .mg-b-all-sm-0>* {
        margin-bottom: 0
    }
    body .mg-t-sm-0-all>* {
        margin-top: 0
    }
    body .mg-b-sm-0-all>* {
        margin-bottom: 0
    }
    body .mg-sm-5 {
        margin: 5px!important
    }
    body .mg-t-sm-5 {
        margin-top: 5px!important
    }
    body .mg-r-sm-5 {
        margin-right: 5px!important
    }
    body .mg-b-sm-5 {
        margin-bottom: 5px!important
    }
    body .mg-l-sm-5 {
        margin-left: 5px!important
    }
    body .mg-t-all-sm-5>* {
        margin-top: 5px
    }
    body .mg-b-all-sm-5>* {
        margin-bottom: 5px
    }
    body .mg-t-sm-5-all>* {
        margin-top: 5px
    }
    body .mg-b-sm-5-all>* {
        margin-bottom: 5px
    }
    body .mg-sm-10 {
        margin: 10px!important
    }
    body .mg-t-sm-10 {
        margin-top: 10px!important
    }
    body .mg-r-sm-10 {
        margin-right: 10px!important
    }
    body .mg-b-sm-10 {
        margin-bottom: 10px!important
    }
    body .mg-l-sm-10 {
        margin-left: 10px!important
    }
    body .mg-t-all-sm-10>* {
        margin-top: 10px
    }
    body .mg-b-all-sm-10>* {
        margin-bottom: 10px
    }
    body .mg-t-sm-10-all>* {
        margin-top: 10px
    }
    body .mg-b-sm-10-all>* {
        margin-bottom: 10px
    }
    body .mg-sm-15 {
        margin: 15px!important
    }
    body .mg-t-sm-15 {
        margin-top: 15px!important
    }
    body .mg-r-sm-15 {
        margin-right: 15px!important
    }
    body .mg-b-sm-15 {
        margin-bottom: 15px!important
    }
    body .mg-l-sm-15 {
        margin-left: 15px!important
    }
    body .mg-t-all-sm-15>* {
        margin-top: 15px
    }
    body .mg-b-all-sm-15>* {
        margin-bottom: 15px
    }
    body .mg-t-sm-15-all>* {
        margin-top: 15px
    }
    body .mg-b-sm-15-all>* {
        margin-bottom: 15px
    }
    body .mg-sm-20 {
        margin: 20px!important
    }
    body .mg-t-sm-20 {
        margin-top: 20px!important
    }
    body .mg-r-sm-20 {
        margin-right: 20px!important
    }
    body .mg-b-sm-20 {
        margin-bottom: 20px!important
    }
    body .mg-l-sm-20 {
        margin-left: 20px!important
    }
    body .mg-t-all-sm-20>* {
        margin-top: 20px
    }
    body .mg-b-all-sm-20>* {
        margin-bottom: 20px
    }
    body .mg-t-sm-20-all>* {
        margin-top: 20px
    }
    body .mg-b-sm-20-all>* {
        margin-bottom: 20px
    }
    body .mg-sm-25 {
        margin: 25px!important
    }
    body .mg-t-sm-25 {
        margin-top: 25px!important
    }
    body .mg-r-sm-25 {
        margin-right: 25px!important
    }
    body .mg-b-sm-25 {
        margin-bottom: 25px!important
    }
    body .mg-l-sm-25 {
        margin-left: 25px!important
    }
    body .mg-t-all-sm-25>* {
        margin-top: 25px
    }
    body .mg-b-all-sm-25>* {
        margin-bottom: 25px
    }
    body .mg-t-sm-25-all>* {
        margin-top: 25px
    }
    body .mg-b-sm-25-all>* {
        margin-bottom: 25px
    }
    body .mg-sm-30 {
        margin: 30px!important
    }
    body .mg-t-sm-30 {
        margin-top: 30px!important
    }
    body .mg-r-sm-30 {
        margin-right: 30px!important
    }
    body .mg-b-sm-30 {
        margin-bottom: 30px!important
    }
    body .mg-l-sm-30 {
        margin-left: 30px!important
    }
    body .mg-t-all-sm-30>* {
        margin-top: 30px
    }
    body .mg-b-all-sm-30>* {
        margin-bottom: 30px
    }
    body .mg-t-sm-30-all>* {
        margin-top: 30px
    }
    body .mg-b-sm-30-all>* {
        margin-bottom: 30px
    }
    body .lb-color-sm-1 {
        border-color: #ff9123!important
    }
    body .lb-color-sm-2 {
        border-color: #5bb000!important
    }
    body .lb-color-sm-3 {
        border-color: #9d5f9f!important
    }
    body .lb-color-sm-4 {
        border-color: #f73a3a!important
    }
    body .lb-color-sm-5 {
        border-color: #e1e1e1!important
    }
}

@media (min-width: 768px) {
    body .flex-md {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    body .flex-top-md {
        -webkit-box-align: flex-start!important;
        -ms-flex-align: flex-start!important;
        align-items: flex-start!important
    }
    body .flex-middle-md {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    body .flex-bottom-md {
        -webkit-box-align: flex-end!important;
        -ms-flex-align: flex-end!important;
        align-items: flex-end!important
    }
    body .flex-left-md {
        justify-content: flex-start!important
    }
    body .flex-center-md {
        justify-content: center!important
    }
    body .flex-right-md {
        justify-content: flex-end!important
    }
    body .flex-between-md {
        justify-content: space-between!important
    }
    body .flex-around-md {
        justify-content: space-around!important
    }
    body .flex-elem-md-5 {
        flex: 0 0 5%
    }
    body .flex-elem-md-10 {
        flex: 0 0 10%
    }
    body .flex-elem-md-15 {
        flex: 0 0 15%
    }
    body .flex-elem-md-20 {
        flex: 0 0 20%
    }
    body .flex-elem-md-25 {
        flex: 0 0 25%
    }
    body .flex-elem-md-30 {
        flex: 0 0 30%
    }
    body .flex-elem-md-35 {
        flex: 0 0 35%
    }
    body .flex-elem-md-40 {
        flex: 0 0 40%
    }
    body .flex-elem-md-45 {
        flex: 0 0 45%
    }
    body .flex-elem-md-50 {
        flex: 0 0 50%
    }
    body .flex-elem-md-55 {
        flex: 0 0 55%
    }
    body .flex-elem-md-60 {
        flex: 0 0 60%
    }
    body .flex-elem-md-65 {
        flex: 0 0 65%
    }
    body .flex-elem-md-70 {
        flex: 0 0 70%
    }
    body .flex-elem-md-75 {
        flex: 0 0 75%
    }
    body .flex-elem-md-80 {
        flex: 0 0 80%
    }
    body .flex-elem-md-85 {
        flex: 0 0 85%
    }
    body .flex-elem-md-90 {
        flex: 0 0 90%
    }
    body .flex-elem-md-95 {
        flex: 0 0 95%
    }
    body .flex-elem-md-100 {
        flex: 0 0 100%
    }
    body .flex-elem-md-16 {
        flex: 0 0 16.66666%
    }
    body .flex-elem-md-33 {
        flex: 0 0 33.33333%
    }
    body .flex-elem-md-50 {
        flex: 0 0 50%
    }
    body .flex-elem-md-66 {
        flex: 0 0 66.66666%
    }
    body .flex-elem-md-83 {
        flex: 0 0 83.33333%
    }
    body .flex-elem-md-100 {
        flex: 0 0 100%
    }
    body .left-md {
        text-align: left!important
    }
    body .center-md {
        text-align: center!important
    }
    body .right-md {
        text-align: right!important
    }
    body .pd-md-0 {
        padding: 0!important
    }
    body .pd-t-md-0 {
        padding-top: 0!important
    }
    body .pd-r-md-0 {
        padding-right: 0!important
    }
    body .pd-b-md-0 {
        padding-bottom: 0!important
    }
    body .pd-l-md-0 {
        padding-left: 0!important
    }
    body .pd-t-all-md-0>* {
        padding-top: 0
    }
    body .pd-b-all-md-0>* {
        padding-bottom: 0
    }
    body .pd-md-5 {
        padding: 5px!important
    }
    body .pd-t-md-5 {
        padding-top: 5px!important
    }
    body .pd-r-md-5 {
        padding-right: 5px!important
    }
    body .pd-b-md-5 {
        padding-bottom: 5px!important
    }
    body .pd-l-md-5 {
        padding-left: 5px!important
    }
    body .pd-t-all-md-5>* {
        padding-top: 5px
    }
    body .pd-b-all-md-5>* {
        padding-bottom: 5px
    }
    body .pd-md-10 {
        padding: 10px!important
    }
    body .pd-t-md-10 {
        padding-top: 10px!important
    }
    body .pd-r-md-10 {
        padding-right: 10px!important
    }
    body .pd-b-md-10 {
        padding-bottom: 10px!important
    }
    body .pd-l-md-10 {
        padding-left: 10px!important
    }
    body .pd-t-all-md-10>* {
        padding-top: 10px
    }
    body .pd-b-all-md-10>* {
        padding-bottom: 10px
    }
    body .pd-md-15 {
        padding: 15px!important
    }
    body .pd-t-md-15 {
        padding-top: 15px!important
    }
    body .pd-r-md-15 {
        padding-right: 15px!important
    }
    body .pd-b-md-15 {
        padding-bottom: 15px!important
    }
    body .pd-l-md-15 {
        padding-left: 15px!important
    }
    body .pd-t-all-md-15>* {
        padding-top: 15px
    }
    body .pd-b-all-md-15>* {
        padding-bottom: 15px
    }
    body .pd-md-20 {
        padding: 20px!important
    }
    body .pd-t-md-20 {
        padding-top: 20px!important
    }
    body .pd-r-md-20 {
        padding-right: 20px!important
    }
    body .pd-b-md-20 {
        padding-bottom: 20px!important
    }
    body .pd-l-md-20 {
        padding-left: 20px!important
    }
    body .pd-t-all-md-20>* {
        padding-top: 20px
    }
    body .pd-b-all-md-20>* {
        padding-bottom: 20px
    }
    body .pd-md-25 {
        padding: 25px!important
    }
    body .pd-t-md-25 {
        padding-top: 25px!important
    }
    body .pd-r-md-25 {
        padding-right: 25px!important
    }
    body .pd-b-md-25 {
        padding-bottom: 25px!important
    }
    body .pd-l-md-25 {
        padding-left: 25px!important
    }
    body .pd-t-all-md-25>* {
        padding-top: 25px
    }
    body .pd-b-all-md-25>* {
        padding-bottom: 25px
    }
    body .pd-md-30 {
        padding: 30px!important
    }
    body .pd-t-md-30 {
        padding-top: 30px!important
    }
    body .pd-r-md-30 {
        padding-right: 30px!important
    }
    body .pd-b-md-30 {
        padding-bottom: 30px!important
    }
    body .pd-l-md-30 {
        padding-left: 30px!important
    }
    body .pd-t-all-md-30>* {
        padding-top: 30px
    }
    body .pd-b-all-md-30>* {
        padding-bottom: 30px
    }
    body .mg-md-0 {
        margin: 0!important
    }
    body .mg-t-md-0 {
        margin-top: 0!important
    }
    body .mg-r-md-0 {
        margin-right: 0!important
    }
    body .mg-b-md-0 {
        margin-bottom: 0!important
    }
    body .mg-l-md-0 {
        margin-left: 0!important
    }
    body .mg-t-all-md-0>* {
        margin-top: 0
    }
    body .mg-b-all-md-0>* {
        margin-bottom: 0
    }
    body .mg-t-md-0-all>* {
        margin-top: 0
    }
    body .mg-b-md-0-all>* {
        margin-bottom: 0
    }
    body .mg-md-5 {
        margin: 5px!important
    }
    body .mg-t-md-5 {
        margin-top: 5px!important
    }
    body .mg-r-md-5 {
        margin-right: 5px!important
    }
    body .mg-b-md-5 {
        margin-bottom: 5px!important
    }
    body .mg-l-md-5 {
        margin-left: 5px!important
    }
    body .mg-t-all-md-5>* {
        margin-top: 5px
    }
    body .mg-b-all-md-5>* {
        margin-bottom: 5px
    }
    body .mg-t-md-5-all>* {
        margin-top: 5px
    }
    body .mg-b-md-5-all>* {
        margin-bottom: 5px
    }
    body .mg-md-10 {
        margin: 10px!important
    }
    body .mg-t-md-10 {
        margin-top: 10px!important
    }
    body .mg-r-md-10 {
        margin-right: 10px!important
    }
    body .mg-b-md-10 {
        margin-bottom: 10px!important
    }
    body .mg-l-md-10 {
        margin-left: 10px!important
    }
    body .mg-t-all-md-10>* {
        margin-top: 10px
    }
    body .mg-b-all-md-10>* {
        margin-bottom: 10px
    }
    body .mg-t-md-10-all>* {
        margin-top: 10px
    }
    body .mg-b-md-10-all>* {
        margin-bottom: 10px
    }
    body .mg-md-15 {
        margin: 15px!important
    }
    body .mg-t-md-15 {
        margin-top: 15px!important
    }
    body .mg-r-md-15 {
        margin-right: 15px!important
    }
    body .mg-b-md-15 {
        margin-bottom: 15px!important
    }
    body .mg-l-md-15 {
        margin-left: 15px!important
    }
    body .mg-t-all-md-15>* {
        margin-top: 15px
    }
    body .mg-b-all-md-15>* {
        margin-bottom: 15px
    }
    body .mg-t-md-15-all>* {
        margin-top: 15px
    }
    body .mg-b-md-15-all>* {
        margin-bottom: 15px
    }
    body .mg-md-20 {
        margin: 20px!important
    }
    body .mg-t-md-20 {
        margin-top: 20px!important
    }
    body .mg-r-md-20 {
        margin-right: 20px!important
    }
    body .mg-b-md-20 {
        margin-bottom: 20px!important
    }
    body .mg-l-md-20 {
        margin-left: 20px!important
    }
    body .mg-t-all-md-20>* {
        margin-top: 20px
    }
    body .mg-b-all-md-20>* {
        margin-bottom: 20px
    }
    body .mg-t-md-20-all>* {
        margin-top: 20px
    }
    body .mg-b-md-20-all>* {
        margin-bottom: 20px
    }
    body .mg-md-25 {
        margin: 25px!important
    }
    body .mg-t-md-25 {
        margin-top: 25px!important
    }
    body .mg-r-md-25 {
        margin-right: 25px!important
    }
    body .mg-b-md-25 {
        margin-bottom: 25px!important
    }
    body .mg-l-md-25 {
        margin-left: 25px!important
    }
    body .mg-t-all-md-25>* {
        margin-top: 25px
    }
    body .mg-b-all-md-25>* {
        margin-bottom: 25px
    }
    body .mg-t-md-25-all>* {
        margin-top: 25px
    }
    body .mg-b-md-25-all>* {
        margin-bottom: 25px
    }
    body .mg-md-30 {
        margin: 30px!important
    }
    body .mg-t-md-30 {
        margin-top: 30px!important
    }
    body .mg-r-md-30 {
        margin-right: 30px!important
    }
    body .mg-b-md-30 {
        margin-bottom: 30px!important
    }
    body .mg-l-md-30 {
        margin-left: 30px!important
    }
    body .mg-t-all-md-30>* {
        margin-top: 30px
    }
    body .mg-b-all-md-30>* {
        margin-bottom: 30px
    }
    body .mg-t-md-30-all>* {
        margin-top: 30px
    }
    body .mg-b-md-30-all>* {
        margin-bottom: 30px
    }
    body .lb-color-md-1 {
        border-color: #ff9123!important
    }
    body .lb-color-md-2 {
        border-color: #5bb000!important
    }
    body .lb-color-md-3 {
        border-color: #9d5f9f!important
    }
    body .lb-color-md-4 {
        border-color: #f73a3a!important
    }
    body .lb-color-md-5 {
        border-color: #e1e1e1!important
    }
}

@media (min-width: 992px) {
    body .flex-lg {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    body .flex-top-lg {
        -webkit-box-align: flex-start!important;
        -ms-flex-align: flex-start!important;
        align-items: flex-start!important
    }
    body .flex-middle-lg {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    body .flex-bottom-lg {
        -webkit-box-align: flex-end!important;
        -ms-flex-align: flex-end!important;
        align-items: flex-end!important
    }
    body .flex-left-lg {
        justify-content: flex-start!important
    }
    body .flex-center-lg {
        justify-content: center!important
    }
    body .flex-right-lg {
        justify-content: flex-end!important
    }
    body .flex-between-lg {
        justify-content: space-between!important
    }
    body .flex-around-lg {
        justify-content: space-around!important
    }
    body .flex-elem-lg-5 {
        flex: 0 0 5%
    }
    body .flex-elem-lg-10 {
        flex: 0 0 10%
    }
    body .flex-elem-lg-15 {
        flex: 0 0 15%
    }
    body .flex-elem-lg-20 {
        flex: 0 0 20%
    }
    body .flex-elem-lg-25 {
        flex: 0 0 25%
    }
    body .flex-elem-lg-30 {
        flex: 0 0 30%
    }
    body .flex-elem-lg-35 {
        flex: 0 0 35%
    }
    body .flex-elem-lg-40 {
        flex: 0 0 40%
    }
    body .flex-elem-lg-45 {
        flex: 0 0 45%
    }
    body .flex-elem-lg-50 {
        flex: 0 0 50%
    }
    body .flex-elem-lg-55 {
        flex: 0 0 55%
    }
    body .flex-elem-lg-60 {
        flex: 0 0 60%
    }
    body .flex-elem-lg-65 {
        flex: 0 0 65%
    }
    body .flex-elem-lg-70 {
        flex: 0 0 70%
    }
    body .flex-elem-lg-75 {
        flex: 0 0 75%
    }
    body .flex-elem-lg-80 {
        flex: 0 0 80%
    }
    body .flex-elem-lg-85 {
        flex: 0 0 85%
    }
    body .flex-elem-lg-90 {
        flex: 0 0 90%
    }
    body .flex-elem-lg-95 {
        flex: 0 0 95%
    }
    body .flex-elem-lg-100 {
        flex: 0 0 100%
    }
    body .flex-elem-lg-16 {
        flex: 0 0 16.66666%
    }
    body .flex-elem-lg-33 {
        flex: 0 0 33.33333%
    }
    body .flex-elem-lg-50 {
        flex: 0 0 50%
    }
    body .flex-elem-lg-66 {
        flex: 0 0 66.66666%
    }
    body .flex-elem-lg-83 {
        flex: 0 0 83.33333%
    }
    body .flex-elem-lg-100 {
        flex: 0 0 100%
    }
    body .left-lg {
        text-align: left!important
    }
    body .center-lg {
        text-align: center!important
    }
    body .right-lg {
        text-align: right!important
    }
    body .pd-lg-0 {
        padding: 0!important
    }
    body .pd-t-lg-0 {
        padding-top: 0!important
    }
    body .pd-r-lg-0 {
        padding-right: 0!important
    }
    body .pd-b-lg-0 {
        padding-bottom: 0!important
    }
    body .pd-l-lg-0 {
        padding-left: 0!important
    }
    body .pd-t-all-lg-0>* {
        padding-top: 0
    }
    body .pd-b-all-lg-0>* {
        padding-bottom: 0
    }
    body .pd-lg-5 {
        padding: 5px!important
    }
    body .pd-t-lg-5 {
        padding-top: 5px!important
    }
    body .pd-r-lg-5 {
        padding-right: 5px!important
    }
    body .pd-b-lg-5 {
        padding-bottom: 5px!important
    }
    body .pd-l-lg-5 {
        padding-left: 5px!important
    }
    body .pd-t-all-lg-5>* {
        padding-top: 5px
    }
    body .pd-b-all-lg-5>* {
        padding-bottom: 5px
    }
    body .pd-lg-10 {
        padding: 10px!important
    }
    body .pd-t-lg-10 {
        padding-top: 10px!important
    }
    body .pd-r-lg-10 {
        padding-right: 10px!important
    }
    body .pd-b-lg-10 {
        padding-bottom: 10px!important
    }
    body .pd-l-lg-10 {
        padding-left: 10px!important
    }
    body .pd-t-all-lg-10>* {
        padding-top: 10px
    }
    body .pd-b-all-lg-10>* {
        padding-bottom: 10px
    }
    body .pd-lg-15 {
        padding: 15px!important
    }
    body .pd-t-lg-15 {
        padding-top: 15px!important
    }
    body .pd-r-lg-15 {
        padding-right: 15px!important
    }
    body .pd-b-lg-15 {
        padding-bottom: 15px!important
    }
    body .pd-l-lg-15 {
        padding-left: 15px!important
    }
    body .pd-t-all-lg-15>* {
        padding-top: 15px
    }
    body .pd-b-all-lg-15>* {
        padding-bottom: 15px
    }
    body .pd-lg-20 {
        padding: 20px!important
    }
    body .pd-t-lg-20 {
        padding-top: 20px!important
    }
    body .pd-r-lg-20 {
        padding-right: 20px!important
    }
    body .pd-b-lg-20 {
        padding-bottom: 20px!important
    }
    body .pd-l-lg-20 {
        padding-left: 20px!important
    }
    body .pd-t-all-lg-20>* {
        padding-top: 20px
    }
    body .pd-b-all-lg-20>* {
        padding-bottom: 20px
    }
    body .pd-lg-25 {
        padding: 25px!important
    }
    body .pd-t-lg-25 {
        padding-top: 25px!important
    }
    body .pd-r-lg-25 {
        padding-right: 25px!important
    }
    body .pd-b-lg-25 {
        padding-bottom: 25px!important
    }
    body .pd-l-lg-25 {
        padding-left: 25px!important
    }
    body .pd-t-all-lg-25>* {
        padding-top: 25px
    }
    body .pd-b-all-lg-25>* {
        padding-bottom: 25px
    }
    body .pd-lg-30 {
        padding: 30px!important
    }
    body .pd-t-lg-30 {
        padding-top: 30px!important
    }
    body .pd-r-lg-30 {
        padding-right: 30px!important
    }
    body .pd-b-lg-30 {
        padding-bottom: 30px!important
    }
    body .pd-l-lg-30 {
        padding-left: 30px!important
    }
    body .pd-t-all-lg-30>* {
        padding-top: 30px
    }
    body .pd-b-all-lg-30>* {
        padding-bottom: 30px
    }
    body .mg-lg-0 {
        margin: 0!important
    }
    body .mg-t-lg-0 {
        margin-top: 0!important
    }
    body .mg-r-lg-0 {
        margin-right: 0!important
    }
    body .mg-b-lg-0 {
        margin-bottom: 0!important
    }
    body .mg-l-lg-0 {
        margin-left: 0!important
    }
    body .mg-t-all-lg-0>* {
        margin-top: 0
    }
    body .mg-b-all-lg-0>* {
        margin-bottom: 0
    }
    body .mg-t-lg-0-all>* {
        margin-top: 0
    }
    body .mg-b-lg-0-all>* {
        margin-bottom: 0
    }
    body .mg-lg-5 {
        margin: 5px!important
    }
    body .mg-t-lg-5 {
        margin-top: 5px!important
    }
    body .mg-r-lg-5 {
        margin-right: 5px!important
    }
    body .mg-b-lg-5 {
        margin-bottom: 5px!important
    }
    body .mg-l-lg-5 {
        margin-left: 5px!important
    }
    body .mg-t-all-lg-5>* {
        margin-top: 5px
    }
    body .mg-b-all-lg-5>* {
        margin-bottom: 5px
    }
    body .mg-t-lg-5-all>* {
        margin-top: 5px
    }
    body .mg-b-lg-5-all>* {
        margin-bottom: 5px
    }
    body .mg-lg-10 {
        margin: 10px!important
    }
    body .mg-t-lg-10 {
        margin-top: 10px!important
    }
    body .mg-r-lg-10 {
        margin-right: 10px!important
    }
    body .mg-b-lg-10 {
        margin-bottom: 10px!important
    }
    body .mg-l-lg-10 {
        margin-left: 10px!important
    }
    body .mg-t-all-lg-10>* {
        margin-top: 10px
    }
    body .mg-b-all-lg-10>* {
        margin-bottom: 10px
    }
    body .mg-t-lg-10-all>* {
        margin-top: 10px
    }
    body .mg-b-lg-10-all>* {
        margin-bottom: 10px
    }
    body .mg-lg-15 {
        margin: 15px!important
    }
    body .mg-t-lg-15 {
        margin-top: 15px!important
    }
    body .mg-r-lg-15 {
        margin-right: 15px!important
    }
    body .mg-b-lg-15 {
        margin-bottom: 15px!important
    }
    body .mg-l-lg-15 {
        margin-left: 15px!important
    }
    body .mg-t-all-lg-15>* {
        margin-top: 15px
    }
    body .mg-b-all-lg-15>* {
        margin-bottom: 15px
    }
    body .mg-t-lg-15-all>* {
        margin-top: 15px
    }
    body .mg-b-lg-15-all>* {
        margin-bottom: 15px
    }
    body .mg-lg-20 {
        margin: 20px!important
    }
    body .mg-t-lg-20 {
        margin-top: 20px!important
    }
    body .mg-r-lg-20 {
        margin-right: 20px!important
    }
    body .mg-b-lg-20 {
        margin-bottom: 20px!important
    }
    body .mg-l-lg-20 {
        margin-left: 20px!important
    }
    body .mg-t-all-lg-20>* {
        margin-top: 20px
    }
    body .mg-b-all-lg-20>* {
        margin-bottom: 20px
    }
    body .mg-t-lg-20-all>* {
        margin-top: 20px
    }
    body .mg-b-lg-20-all>* {
        margin-bottom: 20px
    }
    body .mg-lg-25 {
        margin: 25px!important
    }
    body .mg-t-lg-25 {
        margin-top: 25px!important
    }
    body .mg-r-lg-25 {
        margin-right: 25px!important
    }
    body .mg-b-lg-25 {
        margin-bottom: 25px!important
    }
    body .mg-l-lg-25 {
        margin-left: 25px!important
    }
    body .mg-t-all-lg-25>* {
        margin-top: 25px
    }
    body .mg-b-all-lg-25>* {
        margin-bottom: 25px
    }
    body .mg-t-lg-25-all>* {
        margin-top: 25px
    }
    body .mg-b-lg-25-all>* {
        margin-bottom: 25px
    }
    body .mg-lg-30 {
        margin: 30px!important
    }
    body .mg-t-lg-30 {
        margin-top: 30px!important
    }
    body .mg-r-lg-30 {
        margin-right: 30px!important
    }
    body .mg-b-lg-30 {
        margin-bottom: 30px!important
    }
    body .mg-l-lg-30 {
        margin-left: 30px!important
    }
    body .mg-t-all-lg-30>* {
        margin-top: 30px
    }
    body .mg-b-all-lg-30>* {
        margin-bottom: 30px
    }
    body .mg-t-lg-30-all>* {
        margin-top: 30px
    }
    body .mg-b-lg-30-all>* {
        margin-bottom: 30px
    }
    body .lb-color-lg-1 {
        border-color: #ff9123!important
    }
    body .lb-color-lg-2 {
        border-color: #5bb000!important
    }
    body .lb-color-lg-3 {
        border-color: #9d5f9f!important
    }
    body .lb-color-lg-4 {
        border-color: #f73a3a!important
    }
    body .lb-color-lg-5 {
        border-color: #e1e1e1!important
    }
}

@media (min-width: 1200px) {
    body .flex-xl {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    body .flex-top-xl {
        -webkit-box-align: flex-start!important;
        -ms-flex-align: flex-start!important;
        align-items: flex-start!important
    }
    body .flex-middle-xl {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    body .flex-bottom-xl {
        -webkit-box-align: flex-end!important;
        -ms-flex-align: flex-end!important;
        align-items: flex-end!important
    }
    body .flex-left-xl {
        justify-content: flex-start!important
    }
    body .flex-center-xl {
        justify-content: center!important
    }
    body .flex-right-xl {
        justify-content: flex-end!important
    }
    body .flex-between-xl {
        justify-content: space-between!important
    }
    body .flex-around-xl {
        justify-content: space-around!important
    }
    body .flex-elem-xl-5 {
        flex: 0 0 5%
    }
    body .flex-elem-xl-10 {
        flex: 0 0 10%
    }
    body .flex-elem-xl-15 {
        flex: 0 0 15%
    }
    body .flex-elem-xl-20 {
        flex: 0 0 20%
    }
    body .flex-elem-xl-25 {
        flex: 0 0 25%
    }
    body .flex-elem-xl-30 {
        flex: 0 0 30%
    }
    body .flex-elem-xl-35 {
        flex: 0 0 35%
    }
    body .flex-elem-xl-40 {
        flex: 0 0 40%
    }
    body .flex-elem-xl-45 {
        flex: 0 0 45%
    }
    body .flex-elem-xl-50 {
        flex: 0 0 50%
    }
    body .flex-elem-xl-55 {
        flex: 0 0 55%
    }
    body .flex-elem-xl-60 {
        flex: 0 0 60%
    }
    body .flex-elem-xl-65 {
        flex: 0 0 65%
    }
    body .flex-elem-xl-70 {
        flex: 0 0 70%
    }
    body .flex-elem-xl-75 {
        flex: 0 0 75%
    }
    body .flex-elem-xl-80 {
        flex: 0 0 80%
    }
    body .flex-elem-xl-85 {
        flex: 0 0 85%
    }
    body .flex-elem-xl-90 {
        flex: 0 0 90%
    }
    body .flex-elem-xl-95 {
        flex: 0 0 95%
    }
    body .flex-elem-xl-100 {
        flex: 0 0 100%
    }
    body .flex-elem-xl-16 {
        flex: 0 0 16.66666%
    }
    body .flex-elem-xl-33 {
        flex: 0 0 33.33333%
    }
    body .flex-elem-xl-50 {
        flex: 0 0 50%
    }
    body .flex-elem-xl-66 {
        flex: 0 0 66.66666%
    }
    body .flex-elem-xl-83 {
        flex: 0 0 83.33333%
    }
    body .flex-elem-xl-100 {
        flex: 0 0 100%
    }
    body .left-xl {
        text-align: left!important
    }
    body .center-xl {
        text-align: center!important
    }
    body .right-xl {
        text-align: right!important
    }
    body .pd-xl-0 {
        padding: 0!important
    }
    body .pd-t-xl-0 {
        padding-top: 0!important
    }
    body .pd-r-xl-0 {
        padding-right: 0!important
    }
    body .pd-b-xl-0 {
        padding-bottom: 0!important
    }
    body .pd-l-xl-0 {
        padding-left: 0!important
    }
    body .pd-t-all-xl-0>* {
        padding-top: 0
    }
    body .pd-b-all-xl-0>* {
        padding-bottom: 0
    }
    body .pd-xl-5 {
        padding: 5px!important
    }
    body .pd-t-xl-5 {
        padding-top: 5px!important
    }
    body .pd-r-xl-5 {
        padding-right: 5px!important
    }
    body .pd-b-xl-5 {
        padding-bottom: 5px!important
    }
    body .pd-l-xl-5 {
        padding-left: 5px!important
    }
    body .pd-t-all-xl-5>* {
        padding-top: 5px
    }
    body .pd-b-all-xl-5>* {
        padding-bottom: 5px
    }
    body .pd-xl-10 {
        padding: 10px!important
    }
    body .pd-t-xl-10 {
        padding-top: 10px!important
    }
    body .pd-r-xl-10 {
        padding-right: 10px!important
    }
    body .pd-b-xl-10 {
        padding-bottom: 10px!important
    }
    body .pd-l-xl-10 {
        padding-left: 10px!important
    }
    body .pd-t-all-xl-10>* {
        padding-top: 10px
    }
    body .pd-b-all-xl-10>* {
        padding-bottom: 10px
    }
    body .pd-xl-15 {
        padding: 15px!important
    }
    body .pd-t-xl-15 {
        padding-top: 15px!important
    }
    body .pd-r-xl-15 {
        padding-right: 15px!important
    }
    body .pd-b-xl-15 {
        padding-bottom: 15px!important
    }
    body .pd-l-xl-15 {
        padding-left: 15px!important
    }
    body .pd-t-all-xl-15>* {
        padding-top: 15px
    }
    body .pd-b-all-xl-15>* {
        padding-bottom: 15px
    }
    body .pd-xl-20 {
        padding: 20px!important
    }
    body .pd-t-xl-20 {
        padding-top: 20px!important
    }
    body .pd-r-xl-20 {
        padding-right: 20px!important
    }
    body .pd-b-xl-20 {
        padding-bottom: 20px!important
    }
    body .pd-l-xl-20 {
        padding-left: 20px!important
    }
    body .pd-t-all-xl-20>* {
        padding-top: 20px
    }
    body .pd-b-all-xl-20>* {
        padding-bottom: 20px
    }
    body .pd-xl-25 {
        padding: 25px!important
    }
    body .pd-t-xl-25 {
        padding-top: 25px!important
    }
    body .pd-r-xl-25 {
        padding-right: 25px!important
    }
    body .pd-b-xl-25 {
        padding-bottom: 25px!important
    }
    body .pd-l-xl-25 {
        padding-left: 25px!important
    }
    body .pd-t-all-xl-25>* {
        padding-top: 25px
    }
    body .pd-b-all-xl-25>* {
        padding-bottom: 25px
    }
    body .pd-xl-30 {
        padding: 30px!important
    }
    body .pd-t-xl-30 {
        padding-top: 30px!important
    }
    body .pd-r-xl-30 {
        padding-right: 30px!important
    }
    body .pd-b-xl-30 {
        padding-bottom: 30px!important
    }
    body .pd-l-xl-30 {
        padding-left: 30px!important
    }
    body .pd-t-all-xl-30>* {
        padding-top: 30px
    }
    body .pd-b-all-xl-30>* {
        padding-bottom: 30px
    }
    body .mg-xl-0 {
        margin: 0!important
    }
    body .mg-t-xl-0 {
        margin-top: 0!important
    }
    body .mg-r-xl-0 {
        margin-right: 0!important
    }
    body .mg-b-xl-0 {
        margin-bottom: 0!important
    }
    body .mg-l-xl-0 {
        margin-left: 0!important
    }
    body .mg-t-all-xl-0>* {
        margin-top: 0
    }
    body .mg-b-all-xl-0>* {
        margin-bottom: 0
    }
    body .mg-t-xl-0-all>* {
        margin-top: 0
    }
    body .mg-b-xl-0-all>* {
        margin-bottom: 0
    }
    body .mg-xl-5 {
        margin: 5px!important
    }
    body .mg-t-xl-5 {
        margin-top: 5px!important
    }
    body .mg-r-xl-5 {
        margin-right: 5px!important
    }
    body .mg-b-xl-5 {
        margin-bottom: 5px!important
    }
    body .mg-l-xl-5 {
        margin-left: 5px!important
    }
    body .mg-t-all-xl-5>* {
        margin-top: 5px
    }
    body .mg-b-all-xl-5>* {
        margin-bottom: 5px
    }
    body .mg-t-xl-5-all>* {
        margin-top: 5px
    }
    body .mg-b-xl-5-all>* {
        margin-bottom: 5px
    }
    body .mg-xl-10 {
        margin: 10px!important
    }
    body .mg-t-xl-10 {
        margin-top: 10px!important
    }
    body .mg-r-xl-10 {
        margin-right: 10px!important
    }
    body .mg-b-xl-10 {
        margin-bottom: 10px!important
    }
    body .mg-l-xl-10 {
        margin-left: 10px!important
    }
    body .mg-t-all-xl-10>* {
        margin-top: 10px
    }
    body .mg-b-all-xl-10>* {
        margin-bottom: 10px
    }
    body .mg-t-xl-10-all>* {
        margin-top: 10px
    }
    body .mg-b-xl-10-all>* {
        margin-bottom: 10px
    }
    body .mg-xl-15 {
        margin: 15px!important
    }
    body .mg-t-xl-15 {
        margin-top: 15px!important
    }
    body .mg-r-xl-15 {
        margin-right: 15px!important
    }
    body .mg-b-xl-15 {
        margin-bottom: 15px!important
    }
    body .mg-l-xl-15 {
        margin-left: 15px!important
    }
    body .mg-t-all-xl-15>* {
        margin-top: 15px
    }
    body .mg-b-all-xl-15>* {
        margin-bottom: 15px
    }
    body .mg-t-xl-15-all>* {
        margin-top: 15px
    }
    body .mg-b-xl-15-all>* {
        margin-bottom: 15px
    }
    body .mg-xl-20 {
        margin: 20px!important
    }
    body .mg-t-xl-20 {
        margin-top: 20px!important
    }
    body .mg-r-xl-20 {
        margin-right: 20px!important
    }
    body .mg-b-xl-20 {
        margin-bottom: 20px!important
    }
    body .mg-l-xl-20 {
        margin-left: 20px!important
    }
    body .mg-t-all-xl-20>* {
        margin-top: 20px
    }
    body .mg-b-all-xl-20>* {
        margin-bottom: 20px
    }
    body .mg-t-xl-20-all>* {
        margin-top: 20px
    }
    body .mg-b-xl-20-all>* {
        margin-bottom: 20px
    }
    body .mg-xl-25 {
        margin: 25px!important
    }
    body .mg-t-xl-25 {
        margin-top: 25px!important
    }
    body .mg-r-xl-25 {
        margin-right: 25px!important
    }
    body .mg-b-xl-25 {
        margin-bottom: 25px!important
    }
    body .mg-l-xl-25 {
        margin-left: 25px!important
    }
    body .mg-t-all-xl-25>* {
        margin-top: 25px
    }
    body .mg-b-all-xl-25>* {
        margin-bottom: 25px
    }
    body .mg-t-xl-25-all>* {
        margin-top: 25px
    }
    body .mg-b-xl-25-all>* {
        margin-bottom: 25px
    }
    body .mg-xl-30 {
        margin: 30px!important
    }
    body .mg-t-xl-30 {
        margin-top: 30px!important
    }
    body .mg-r-xl-30 {
        margin-right: 30px!important
    }
    body .mg-b-xl-30 {
        margin-bottom: 30px!important
    }
    body .mg-l-xl-30 {
        margin-left: 30px!important
    }
    body .mg-t-all-xl-30>* {
        margin-top: 30px
    }
    body .mg-b-all-xl-30>* {
        margin-bottom: 30px
    }
    body .mg-t-xl-30-all>* {
        margin-top: 30px
    }
    body .mg-b-xl-30-all>* {
        margin-bottom: 30px
    }
    body .lb-color-xl-1 {
        border-color: #ff9123!important
    }
    body .lb-color-xl-2 {
        border-color: #5bb000!important
    }
    body .lb-color-xl-3 {
        border-color: #9d5f9f!important
    }
    body .lb-color-xl-4 {
        border-color: #f73a3a!important
    }
    body .lb-color-xl-5 {
        border-color: #e1e1e1!important
    }
}

body .item-page {
    width: 100%
}

body .copybutton {
    opacity: .5;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/images/copy-icon.png);
    background-size: cover;
    position: relative
}

body .copybutton:hover {
    opacity: 1
}

body .copybutton:active {
    opacity: .1
}

body .ltland {
    font-family: "ltland LT";
    line-height: 1em;
    font-size: 75px
}

body .ltland.big {
    font-size: 100px
}

body [class^="icon-ltland-"]:before {
    font-family: "ltland LT";
    display: inline-block;
    line-height: 1em;
    font-size: 75px
}

body [class^="icon-ltland-"].big:before {
    font-size: 100px
}

body .icon-ltland-cog-alt:before {
    content: '\e815'
}

body .icon-ltland-arrows-cw:before {
    content: '\e82d'
}

body .icon-ltland-calendar:before {
    content: '\e804'
}

body .icon-ltland-clock:before {
    content: '\e822'
}

body .icon-ltland-chart-line:before {
    content: '\e82b'
}

body .icon-ltland-lightbulb:before {
    content: '\e821'
}

body .icon-ltland-rocket:before {
    content: '\e82a'
}

body .icon-ltland-circle-thin:before {
    content: '\e82c'
}

body .icon-ltland-mountain:before {
    content: '\e838';
    font-size: 200px
}

body .icon-ltland-video:before {
    content: '\e803'
}

body .icon-ltland-mail-alt:before {
    content: '\e801'
}

body .icon-ltland-doc-text-inv:before {
    content: '\e813'
}

body .icon-ltland-chat-empty:before {
    content: '\e805'
}

body #back-top {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 100;
    bottom: 50px;
    left: 50px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    height: 38px;
    width: 180px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    opacity: .6;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

body #back-top:hover {
    opacity: 1
}

body .discount-banner {
    height: 209px;
    padding-top: 30px;
    background: #f6f6f6;
    background-position: 45%;
    border-bottom: none;
    color: #fff;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    margin-top: 76px
}

body .discount-banner .outer-border {
    width: 290px;
    margin: 0 auto;
    padding: 7px;
    border: 2px solid #6f6f6f
}

body .discount-banner .outer-border:hover .text {
    background: rgba(255, 255, 255, 0.3)
}

@media (min-width: 768px) {
    body .discount-banner .outer-border {
        width: 602px
    }
}

body .discount-banner .text {
    display: block;
    border: 1px solid #6f6f6f;
    padding: 16px 0;
    text-decoration: none;
    color: #fff
}

@media (min-width: 768px) {
    body .discount-banner .text {
        padding: 24px 0
    }
}

body .discount-banner .text .title {
    font-family: 'Open Sans';
    color: #444;
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 4px
}

@media (min-width: 768px) {
    body .discount-banner .text .title {
        font-size: 30px;
        margin-top: 0
    }
}

body .discount-banner .text .terms {
    font-family: 'Open Sans';
    color: #6f6f6f;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding: 0 15px;
    line-height: 30px
}

@media (min-width: 768px) {
    body .discount-banner .text .terms {
        font-weight: 700;
        font-size: 20px;
        margin-top: 7px
    }
}

body .special-banner {
    padding: 30px 0;
    background: #f6f6f6;
    background-position: 45%;
    border-bottom: none;
    color: #fff;
    border-bottom: 1px solid #e2e2e2;
    position: relative
}

body .special-banner .outer-border {
    width: 100%;
    margin: 0 auto;
    padding: 7px;
    border: 2px solid #6f6f6f
}

body .special-banner .outer-border:hover .text {
    background: rgba(255, 255, 255, 0.3)
}

body .special-banner .text {
    display: block;
    border: 1px solid #6f6f6f;
    padding: 16px 10px;
    text-decoration: none;
    color: #fff
}

@media (min-width: 768px) {
    body .special-banner .text {
        padding: 24px 0
    }
}

body .special-banner .text .title {
    font-family: 'Open Sans';
    color: #444;
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 4px
}

@media (min-width: 768px) {
    body .special-banner .text .title {
        font-size: 30px;
        margin-top: 0
    }
}

body .special-banner .text .terms {
    font-family: 'Open Sans';
    color: #6f6f6f;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding: 0 15px;
    line-height: 30px
}

@media (min-width: 768px) {
    body .special-banner .text .terms {
        font-weight: 700;
        font-size: 20px;
        margin-top: 7px
    }
}

body .navbarbox {
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    max-width: 2560px;
    margin: auto
}

body .navbarbox .navbar {
    height: 75px;
    position: relative;
    margin: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Open Sans';
    color: #444
}

body .navbarbox .navbar a {
    color: #444;
    text-decoration: none;
    display: flex;
    align-items: center
}

body .navbarbox .navbar a:hover {
    color: #444
}

@media (min-width: 576px) {
    body .navbarbox .navbar {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    body .navbarbox .navbar {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    body .navbarbox .navbar {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    body .navbarbox .navbar {
        max-width: 1140px
    }
}

body .navbarbox .navbar .img {
    display: inline-block;
    height: 51px;
    width: 179px;
    background: url(../img/new-logo-new.svg);
    vertical-align: middle
}

body .navbarbox .navbar .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    padding-bottom: 5px;
    padding-left: 8px;
    font-family: 'Yanone Kaffeesatz';
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (min-width: 576px) {
    body .navbarbox .navbar .name {
        font-size: 30px
    }
}

@media (min-width: 768px) {
    body .navbarbox .navbar .name {
        font-size: 30px
    }
}

@media (min-width: 992px) {
    body .navbarbox .navbar .name {
        font-size: 38px
    }
}

@media (min-width: 1200px) {
    body .navbarbox .navbar .name {
        font-size: 30px
    }
}

body .navbarbox .navbar .navbar-toggler {
    outline: none;
    height: 100%;
    width: 60px;
    border-radius: 0;
    border: none
}

body .navbarbox .navbar .navbar-collapse {
    position: absolute;
    top: 92px;
    width: 100%;
    left: 0;
    z-index: 1
}

body .navbarbox .navbar .navbar-collapse ul {
    width: 90%;
    margin: auto;
    background: #fff;
    border-radius: 4px
}

@media (min-width: 992px) {
    body .navbarbox .navbar .navbar-collapse ul {
        width: 100%;
        align-items: flex-end;
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: end!important;
        text-align: right;
        justify-content: flex-end
    }
}

@media (min-width: 992px) {
    body .navbarbox .navbar .navbar-collapse {
        position: relative;
        top: 0;
        width: inherit;
        left: 0;
        height: 100%
    }
}

body .navbarbox .navbar .navbar-nav {
    box-shadow: 0 0 15px #e1e1e1
}

@media (min-width: 992px) {
    body .navbarbox .navbar .navbar-nav {
        height: 100%;
        box-shadow: none
    }
}

body .navbarbox .navbar .navbar-nav .nav-item {
    white-space: nowrap;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid #e1e1e1
}

@media (min-width: 992px) {
    body .navbarbox .navbar .navbar-nav .nav-item {
        border-bottom: none
    }
}

body .navbarbox .navbar .navbar-nav .nav-item:last-child {
    border-bottom: none
}

body .navbarbox .navbar .navbar-nav .nav-item a {
    font-size: 18px;
    padding: 10px 7px;
    margin: 10px 0
}

@media (min-width: 768px) {
    body .navbarbox .navbar .navbar-nav .nav-item a {
        font-size: 15px;
        font-style: normal;
    }
}

body .navbarbox .navbar .navbar-nav .nav-item a.button {
    background: linear-gradient(157.56deg, rgba(255, 202, 0, 0.5) 13.27%, rgba(255, 144, 0, 0.5) 74.22%), #FF9123;
    box-shadow: 0px 3px 8px rgba(255, 145, 17, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    font-size: 19px;
    margin-bottom: 5px;
    vertical-align: middle;
    font-family: 'Yanone Kaffeesatz';
    color: #fff;
    text-decoration: none;
    margin-top: 7px;
    padding: 7px 25px 7px;
    border-radius: 6px
}

body .navbarbox .navbar .navbar-nav .nav-item a:hover {
    color: #F58719;
}

body .navbarbox .navbar .navbar-nav .nav-item a.button:hover {
    background: #F58719;
    color: #fff
}

@media (min-width: 576px) {
    body .navbarbox .navbar .navbar-nav .nav-item a.button {
        font-size: 24px
    }
}

@media (min-width: 768px) {
    body .navbarbox .navbar .navbar-nav .nav-item a.button {
        margin-left: 15px
    }
}

@media (min-width: 992px) {
    body .navbarbox .navbar .navbar-nav .nav-item a.button {
        padding: 10px 13px 12px
    }
}

body .navbarbox .navbar .navbar-nav .nav-item a.button.top-search-button {
    padding: 5px;
    background: none
}

body .navbarboxadmin {
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
    position: relative
}

body .navbarboxadmin .navbar {
    height: 82px;
    position: relative;
    margin: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Open Sans';
    color: #444
}

body .navbarboxadmin .navbar a {
    color: #444
}

body .navbarboxadmin .navbar a:hover {
    color: #444
}

@media (min-width: 576px) {
    body .navbarboxadmin .navbar {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    body .navbarboxadmin .navbar {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    body .navbarboxadmin .navbar {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    body .navbarboxadmin .navbar {
        max-width: 1140px
    }
}

body .navbarboxadmin .navbar a {
    text-decoration: none
}

body .navbarboxadmin .navbar .img {
    display: inline-block;
    height: 64px;
    width: 64px;
    background: url(../img/logo.png);
    vertical-align: middle;
    max-width: 100%
}

body .navbarboxadmin .navbar .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    padding-bottom: 5px;
    padding-left: 8px;
    font-family: 'Yanone Kaffeesatz';
    font-weight: 500;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (min-width: 576px) {
    body .navbarboxadmin .navbar .name {
        font-size: 30px;
        max-width: 450px
    }
}

@media (min-width: 768px) {
    body .navbarboxadmin .navbar .name {
        font-size: 34px
    }
}

@media (min-width: 992px) {
    body .navbarboxadmin .navbar .name {
        font-size: 38px
    }
}

@media (min-width: 1200px) {
    body .navbarboxadmin .navbar .name {
        font-size: 41px
    }
}

body .navbarboxadmin .navbar .navbar-toggler {
    outline: none;
    height: 100%;
    width: 60px;
    border-radius: 0;
    border: none
}

body .navbarboxadmin .navbar .navbar-collapse {
    position: absolute;
    top: 92px;
    width: 100%;
    left: 0;
    z-index: 1
}

body .navbarboxadmin .navbar .navbar-collapse ul {
    width: 90%;
    margin: auto;
    background: #fff;
    border-radius: 4px
}

@media (min-width: 1200px) {
    body .navbarboxadmin .navbar .navbar-collapse ul {
        width: 100%;
        align-items: flex-end;
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: end!important;
        text-align: right;
        justify-content: flex-end
    }
}

@media (min-width: 1200px) {
    body .navbarboxadmin .navbar .navbar-collapse {
        position: relative;
        top: 0;
        width: inherit;
        left: 0;
        height: 100%
    }
}

body .navbarboxadmin .navbar .navbar-nav {
    box-shadow: 0 0 15px #e1e1e1
}

@media (min-width: 1200px) {
    body .navbarboxadmin .navbar .navbar-nav {
        height: 100%;
        box-shadow: none
    }
}

body .navbarboxadmin .navbar .navbar-nav .nav-item {
    white-space: nowrap;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid #e1e1e1
}

@media (min-width: 1200px) {
    body .navbarboxadmin .navbar .navbar-nav .nav-item {
        border-bottom: none
    }
}

body .navbarboxadmin .navbar .navbar-nav .nav-item:last-child {
    border-bottom: none
}

body .navbarboxadmin .navbar .navbar-nav .nav-item a {
    font-size: 18px;
    padding: 10px 15px;
    margin: 10px 0
}

@media (min-width: 768px) {
    body .navbarboxadmin .navbar .navbar-nav .nav-item a {
        font-size: 18px
    }
}

body .navbarboxadmin .navbar .navbar-nav .nav-item a.button {
    background: #ff9123;
    margin: 0;
    font-size: 22px;
    margin-bottom: 5px;
    padding: 2px 25px 4px;
    vertical-align: middle;
    font-family: 'Yanone Kaffeesatz';
    color: #fff;
    text-decoration: none;
    margin-top: 7px;
    padding: 7px 25px 11px
}

body .navbarboxadmin .navbar .navbar-nav .nav-item a.button:hover {
    background: #f5b049;
    color: #fff
}

@media (min-width: 576px) {
    body .navbarboxadmin .navbar .navbar-nav .nav-item a.button {
        font-size: 24px
    }
}

@media (min-width: 768px) {
    body .navbarboxadmin .navbar .navbar-nav .nav-item a.button {
        margin-left: 15px
    }
}

@media (min-width: 992px) {
    body .navbarboxadmin .navbar .navbar-nav .nav-item a.button {
        padding: 7px 25px 11px
    }
}

body .mobileapp {
    border-bottom: 1px solid #e1e1e1;
    background: #f6f6f6;
    position: relative;
    margin-top: 75px
}

body .mobileapp .mapp {
    height: 82px;
    position: relative;
    margin: auto;
    font-family: 'Open Sans';
    color: #444;
    padding: 0 1rem
}

body .mobileapp .mapp a {
    white-space: nowrap;
    color: #444
}

body .mobileapp .mapp a:hover {
    color: #444
}

body .mobileapp .mapp .mobilelink {
    color: #007bff
}

body .mobileapp .mapp .mobilelink:hover {
    color: #007bff
}

@media (min-width: 576px) {
    body .mobileapp .mapp {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    body .mobileapp .mapp {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    body .mobileapp .mapp {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    body .mobileapp .mapp {
        max-width: 1140px
    }
}

body .mobileapp .mapp a {
    text-decoration: none
}

body .mobileapp .mapp .img-apple {
    display: inline-block;
    height: 64px;
    width: 64px;
    background: url(/images/main-new/apple-ico-64.png);
    vertical-align: middle
}

@media (min-width: 768px) {
    body .mobileapp .mapp .img-apple {
        margin-left: 0
    }
}

body .mobileapp .mapp .img-google {
    display: inline-block;
    height: 64px;
    width: 58px;
    background: url(/images/main-new/google-ico-64.png);
    vertical-align: middle
}

@media (min-width: 768px) {
    body .mobileapp .mapp .img-google {
        margin-left: 0
    }
}

body .mobileapp .mapp .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding-bottom: 5px;
    padding-left: 8px;
    line-height: 16px
}

body .mobileapp .mapp .close {
    float: right;
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    cursor: pointer;
    padding: 10px 10px 10px 0;
    font-weight: 300
}

body .mobileapp .mapp .close:hover {
    opacity: 1
}

body .policy {
    background: #fafafa;
    border-bottom: 1px solid #e1e1e1;
    position: relative
}

body .policy .flex {
    padding: 15px
}

body .policy .close {
    margin-left: 20px
}

body .policy a {
    text-decoration: none;
    color: #ff9123
}

body .policy a:hover {
    color: #f5b049
}

body .background-1 {
    background: #f6f6f6
}

body .background-2 {
    background: #f6f6f6
}

body .cke_editable {
    background: #fafafa
}

body .cke_editable:after {
    display: none!important
}

body #content-container {
    line-height: 2em;
    min-height: 100%;
    margin-bottom: -485px;
    /*padding-top: 76px;*/
    overflow-x: hidden;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    color: #555
}

@media (min-width: 576px) {
    body #content-container {
        font-size: 16px
    }
}

@media (min-width: 768px) {
    body #content-container {
        font-size: 17px
    }
}

@media (min-width: 992px) {
    body #content-container {
        font-size: 17px
    }
}

@media (min-width: 1200px) {
    body #content-container {
        font-size: 16px
    }
}

body #content-container .lt_collapse_menu {
    display: flex;
    padding-left: 20px;
    position: relative;
    cursor: pointer
}

body #content-container .lt_collapse_menu:after {
    content: "";
    background: url(/local/images/arrow_right.svg);
    width: 6px;
    height: 10px;
    position: absolute;
    left: 4px;
    top: 14px
}

body #content-container .lt_collapse_menu:hover:before {
    content: "";
    background: #e1e1e1;
    width: 105%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

body #content-container .lt_collapse_menu div {
    position: relative
}

body #content-container .lt_collapse_item {
    max-height: 0;
    overflow: hidden;
    padding-left: 20px
}

body #content-container .lt_collapse_item.visible {
    max-height: initial;
    overflow: hidden
}

body #content-container .lt_collapse_item .lt_collapse_link {
    line-height: 1.5em;
    position: relative
}

body #content-container .lt_collapse_item .lt_collapse_link a {
    color: #7a7a7a;
    padding: 6px 0;
    display: block;
    position: relative
}

body #content-container .lt_collapse_item .lt_collapse_link a:hover {
    color: #000;
    text-decoration: none
}

body #content-container .lt_collapse_item .lt_collapse_link a:hover:before {
    content: "";
    background: #e1e1e1;
    width: 105%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

body #content-container .lt_collapse_item .lt_collapse_link a span {
    position: relative
}

body #content-container .lt_collapse_item .lt_collapse_link.active a {
    color: #ff9123
}

body #content-container .big-text {
    margin-top: 8px;
    font-size: 20px;
    line-height: 35px
}

@media (min-width: 576px) {
    body #content-container .big-text {
        font-size: 20px
    }
}

@media (min-width: 768px) {
    body #content-container .big-text {
        font-size: 21px
    }
}

@media (min-width: 992px) {
    body #content-container .big-text {
        font-size: 21px
    }
}

@media (min-width: 1200px) {
    body #content-container .big-text {
        font-size: 22px
    }
}

body #content-container .cb-block .cb-container {
    padding: 50px 15px;
    margin-bottom: 2px
}

body #content-container .cb-block .cb-container:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

@media (min-width: 768px) {
    body #content-container .cb-block .cb-container {
        min-height: 605px;
        margin-top: 66px;
        margin-bottom: 65px
    }
    body #content-container .cb-block .cb-container:before {
        width: 120%;
        left: -10%;
        top: 0
    }
}

body #content-container .cb-block.cb-brown .cb-container:before {
    background-color: #e8dacc
}

body #content-container .cb-block.cb-brown .cb-container .cb-text-block {
    border-top: 6px solid #e8dacc
}

body #content-container .cb-block.cb-brown .cb-container .cb-text-block:before {
    background: #e8dacc
}

body #content-container .cb-block.cb-brown.cb-accordion .cb-title {
    background: #e8dacc
}

body #content-container .cb-block.cb-light-green .cb-container:before {
    background-color: #d5e0d1
}

body #content-container .cb-block.cb-light-green .cb-container .cb-text-block {
    border-top: 6px solid #d5e0d1
}

body #content-container .cb-block.cb-light-green .cb-container .cb-text-block:before {
    background: #d5e0d1
}

body #content-container .cb-block.cb-light-green.cb-accordion .cb-title {
    background: #d5e0d1
}

body #content-container .cb-block.cb-coral .cb-container:before {
    background-color: #ebd5d7
}

body #content-container .cb-block.cb-coral .cb-container .cb-text-block {
    border-top: 6px solid #ebd5d7
}

body #content-container .cb-block.cb-coral .cb-container .cb-text-block:before {
    background: #ebd5d7
}

body #content-container .cb-block.cb-coral.cb-accordion .cb-title {
    background: #ebd5d7
}

body #content-container .cb-block.cb-turquoise .cb-container:before {
    background-color: #cce3e1
}

body #content-container .cb-block.cb-turquoise .cb-container .cb-text-block {
    border-top: 6px solid #cce3e1
}

body #content-container .cb-block.cb-turquoise .cb-container .cb-text-block:before {
    background: #cce3e1
}

body #content-container .cb-block.cb-turquoise.cb-accordion .cb-title {
    background: #cce3e1
}

body #content-container .cb-block.cb-almond .cb-container:before {
    background-color: #e8d8d1
}

body #content-container .cb-block.cb-almond .cb-container .cb-text-block {
    border-top: 6px solid #e8d8d1
}

body #content-container .cb-block.cb-almond .cb-container .cb-text-block:before {
    background: #e8d8d1
}

body #content-container .cb-block.cb-blue .cb-container:before {
    background-color: #ccd2e8
}

body #content-container .cb-block.cb-blue .cb-container .cb-text-block {
    border-top: 6px solid #ccd2e8
}

body #content-container .cb-block.cb-blue .cb-container .cb-text-block:before {
    background: #ccd2e8
}

body #content-container .cb-block.cb-green .cb-container:before {
    background-color: #cfe6d8
}

body #content-container .cb-block.cb-green .cb-container .cb-text-block {
    border-top: 6px solid #cfe6d8
}

body #content-container .cb-block.cb-green .cb-container .cb-text-block:before {
    background: #cfe6d8
}

body #content-container .cb-block.cb-violet .cb-container:before {
    background-color: #e0d1e0
}

body #content-container .cb-block.cb-violet .cb-container .cb-text-block {
    border-top: 6px solid #e0d1e0
}

body #content-container .cb-block.cb-violet .cb-container .cb-text-block:before {
    background: #e0d1e0
}

body #content-container .cb-block.cb-cyan .cb-container:before {
    background-color: #ccdee8
}

body #content-container .cb-block.cb-cyan .cb-container .cb-text-block {
    border-top: 6px solid #ccdee8
}

body #content-container .cb-block.cb-cyan .cb-container .cb-text-block:before {
    background: #ccdee8
}

body #content-container .cb-block .cb-image {
    text-align: center;
    position: relative
}

@media (min-width: 992px) {
    body #content-container .cb-block .cb-image {
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 505px;
        margin-left: auto
    }
}

body #content-container .cb-block .cb-image img {
    right: 0;
    left: auto;
    transition: all .3s ease-in-out .1s
}

@media (min-width: 992px) {
    body #content-container .cb-block .cb-image img {
        max-height: 1000px
    }
    body #content-container .cb-block .cb-image img.bigimage {
        position: absolute
    }
}

@media (min-width: 1200px) {
    body #content-container .cb-block .cb-image img.bigimage {
        max-width: unset!important
    }
}

body #content-container .cb-block .cb-text-block {
    position: relative
}

@media (min-width: 992px) {
    body #content-container .cb-block .cb-text-block:before {
        content: "";
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        right: 0;
        top: 0
    }
}

@media (min-width: 992px) {
    body #content-container .cb-block .cb-text-block {
        position: absolute;
        top: -60px;
        right: 15px;
        left: auto;
        width: 505px;
        padding: 46px 59px 65px;
        box-shadow: 5px 9px 15px 1px rgba(0, 0, 0, 0.1);
        background-color: #fafafa;
        margin-left: 0;
        max-width: 50%;
        min-height: 550px
    }
}

@media (min-width: 992px) {
    body #content-container .cb-block:nth-child(2n) .cb-text-block {
        left: 15px;
        right: auto
    }
}

body #content-container .cb-block:nth-child(2n) .cb-text-block:before {
    left: 0;
    right: auto
}

@media (min-width: 992px) {
    body #content-container .cb-block:nth-child(2n) .cb-image {
        margin-left: 505px;
        margin-right: auto
    }
    body #content-container .cb-block:nth-child(2n) .cb-image img {
        left: 0;
        right: auto
    }
}

@media (min-width: 992px) {
    body #content-container .cb-block.cb-dontbox .cb-container {
        display: flex;
        align-items: center
    }
}

@media (min-width: 992px) {
    body #content-container .cb-block.cb-dontbox .cb-image {
        margin: 0
    }
}

@media (min-width: 992px) {
    body #content-container .cb-block.cb-dontbox .cb-text-block {
        left: auto;
        right: auto;
        box-shadow: none;
        background: none;
        border: none;
        top: 0;
        position: relative;
        padding: 0;
        padding-left: 30px;
        padding-right: 0;
        min-height: auto
    }
}

@media (min-width: 992px) {
    body #content-container .cb-block.cb-dontbox:nth-child(2n) .cb-image {
        order: 1
    }
}

@media (min-width: 992px) {
    body #content-container .cb-block.cb-dontbox:nth-child(2n) .cb-text-block {
        padding-left: 0;
        padding-right: 30px
    }
}

body #content-container .cb-block .cb-color {
    padding-top: 40px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
    color: #9d5f9f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

body #content-container .cb-block .cb-title {
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
    color: #333;
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    margin-top: 7px
}

@media (min-width: 768px) {
    body #content-container .cb-block .cb-title {
        margin-top: 0;
        padding-top: 7px
    }
}

body #content-container .cb-block .cb-text {
    padding-top: 29px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
    color: #444;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px
}

body #content-container .cb-block .cb-button {
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-color: #fafafa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    padding: 4px 25px 8px;
    font-family: "Yanone Kaffeesatz";
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 35px
}

@media (min-width: 768px) {
    body #content-container .cb-block .cb-button {
        margin-top: 40px
    }
}

body #content-container .cb-block .cb-link {
    color: #444;
    font-family: "Yanone Kaffeesatz";
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    border-bottom: 2px solid #444;
    position: relative;
    padding-top: 13px
}

body #content-container .cb-block .cb-link:after {
    content: "";
    display: block;
    background: url(/local/images/arrow_right.svg);
    width: 6px;
    height: 10px;
    position: absolute;
    right: -16px;
    top: 25px
}

@media (min-width: 992px) {
    body #content-container .cb-block.cb-bottom .cb-text-block:before {
        left: 0;
        bottom: 0;
        top: auto;
        right: auto
    }
}

body #content-container .cb-block.cb-bottom:nth-child(2n) .cb-text-block:before {
    right: 0;
    left: auto
}

body #content-container .cb-block.cb-accordion .cb-container {
    padding: 0
}

@media (min-width: 992px) {
    body #content-container .cb-block.cb-accordion .cb-container {
        padding: 0 15px
    }
}

@media (max-width: 992px) {
    body #content-container .cb-block.cb-accordion .cb-container:before {
        background: #fff
    }
}

@media (min-width: 992px) {
    body #content-container .cb-block.cb-accordion {
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 10px
    }
}

body #content-container .cb-block.cb-accordion .cb-image {
    height: 200px;
    position: absolute;
    width: 100%;
    opacity: 0
}

@media (min-width: 992px) {
    body #content-container .cb-block.cb-accordion .cb-image {
        margin-right: 50%;
        margin-left: auto;
        width: 48%;
        height: auto
    }
}

body #content-container .cb-block.cb-accordion .cb-image img {
    display: none
}

body #content-container .cb-block.cb-accordion .cb-image img.visible {
    z-index: 10;
    display: block;
    margin: auto
}

@media (min-width: 992px) {
    body #content-container .cb-block.cb-accordion .cb-image img {
        display: block;
        max-width: none;
        opacity: 0;
        bottom: 400px;
        position: absolute;
        max-height: 0
    }
    body #content-container .cb-block.cb-accordion .cb-image img.visible {
        opacity: 1;
        bottom: 0;
        max-height: 1000px
    }
}

@media (min-width: 992px) {
    body #content-container .cb-block.cb-accordion:nth-child(2n) .cb-image {
        margin-right: auto;
        margin-left: 50%
    }
}

body #content-container .cb-block.cb-accordion .cb-text-block {
    padding: 50px 25px
}

body #content-container .cb-block.cb-accordion .cb-text-block>div {
    margin-bottom: 10px
}

body #content-container .cb-block.cb-accordion .cb-text-block>div:last-child {
    margin-bottom: 0
}

body #content-container .cb-block.cb-accordion .cb-text-block .cb-title {
    padding: 20px 30px;
    margin: 0!important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
    color: #444;
    font-family: "Yanone Kaffeesatz";
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    background: #f1f1f1;
    position: relative;
    cursor: pointer
}

body #content-container .cb-block.cb-accordion .cb-text-block .cb-title:after {
    content: "";
    width: 10px;
    height: 6px;
    background: url(/local/images/arrow-bottom.png);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    transition: all .6s cubic-bezier(0, 1, 0, 1)
}

body #content-container .cb-block.cb-accordion .cb-text-block .cb-text {
    display: none
}

body #content-container .cb-block.cb-accordion .cb-text-block .visible .cb-text {
    z-index: 10;
    display: block
}

@media (min-width: 992px) {
    body #content-container .cb-block.cb-accordion .cb-text-block .cb-text {
        display: block;
        max-height: 0;
        overflow: hidden;
        padding: 0 30px;
        transition: max-height .6s cubic-bezier(0, 1, 0, 1);
        background: #f1f1f1
    }
    body #content-container .cb-block.cb-accordion .cb-text-block .visible .cb-title:after {
        transform: rotate(180deg);
        transition: all .4s ease-in-out
    }
    body #content-container .cb-block.cb-accordion .cb-text-block .visible .cb-text {
        padding-bottom: 30px;
        max-height: 300px;
        transition: max-height .4s ease-in-out
    }
}

@media (min-width: 1200px) {
    body #content-container div[id^=heading] {
        border: 1px solid #e1e1e1;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
        background: #fff;
        z-index: 1
    }
    body #content-container div[id^=heading].collapsed {
        z-index: 0;
        opacity: .5
    }
}

body #content-container .lt-period {
    position: relative
}

body #content-container .lt-period:before {
    content: "";
    position: absolute;
    display: block;
    height: 11px;
    border-radius: 50px;
    padding: 0;
    top: 5px;
    width: 100%;
    background: #e1e1e1
}

body #content-container .lt-period input[type=radio] {
    display: none
}

body #content-container .lt-period label:before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 50px;
    margin: 0 auto 10px;
    position: relative;
    left: 0;
    bottom: 1px;
    padding: 0;
    background: #fff;
    border: 2px solid #e1e1e1
}

body #content-container .lt-period input:checked+label:before {
    background: #5bb000;
    border: 2px solid #5bb000
}

body #content-container .ff-1 {
    font-family: 'Yanone Kaffeesatz';
    font-size: 22px
}

@media (min-width: 576px) {
    body #content-container .ff-1 {
        font-size: 23px
    }
}

@media (min-width: 768px) {
    body #content-container .ff-1 {
        font-size: 24px
    }
}

@media (min-width: 992px) {
    body #content-container .ff-1 {
        font-size: 25px
    }
}

@media (min-width: 1200px) {
    body #content-container .ff-1 {
        font-size: 26px
    }
}

body #content-container .ff-2 {
    font-family: 'Open Sans';
    font-size: 16px
}

@media (min-width: 576px) {
    body #content-container .ff-2 {
        font-size: 16px
    }
}

@media (min-width: 768px) {
    body #content-container .ff-2 {
        font-size: 17px
    }
}

@media (min-width: 992px) {
    body #content-container .ff-2 {
        font-size: 17px
    }
}

@media (min-width: 1200px) {
    body #content-container .ff-2 {
        font-size: 18px
    }
}

body #content-container:after {
    content: "";
    display: block;
    /*height: 485px;*/
    width: 100%
}

body #content-container.c-banner {
    padding-top: 292px;
    margin-top: -292px
}

body #content-container.c-mobile {
    padding-top: 165px;
    margin-top: -165px
}

body #content-container.c-banner.c-mobile {
    padding-top: 374px;
    margin-top: -374px
}

body #content-container .b-border {
    border: 1px solid #e1e1e1;
    background: #f6f6f6
}

body #content-container .b-shadow {
    box-shadow: 0 10px 80px rgba(0, 0, 0, 0.07);
    background: #f6f6f6
}

body #content-container .b-contrast-bg {
    background: #6e6e6e;
    color: #fff
}

body #content-container .button,
body #content-container .button:active,
body #content-container .button:hover,
body #content-container .button:focus {
    background: #fff;
    outline: none
}

body #content-container .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0
}

body #content-container .dd-item,
body #content-container .dd-item:focus,
body #content-container .dd-item:active {
    background: none;
    cursor: pointer
}

body #content-container .dd-item:hover {
    background: #6e6e6e;
    color: #fff
}

body #content-container .dropdown-value {
    white-space: nowrap;
    padding-left: 20px;
    width: 100%;
    overflow: hidden;
    margin-left: -20px;
    text-overflow: ellipsis
}

body #content-container .blocklable {
    position: absolute;
    top: 15px;
    left: -10px
}

body #content-container .blocklable div {
    background: #444;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 3px 10px;
    z-index: 100;
    position: relative
}

body #content-container .blocklable:before {
    content: "";
    background: none;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #212121
}

body #content-container .background-1 {
    background: #f6f6f6
}

body #content-container .background-1 .b-border {
    border: 1px solid #e1e1e1;
    background: #f6f6f6
}

body #content-container .background-1 .b-border-c {
    border: 1px solid #707070
}

body #content-container .background-1 .b-shadow {
    box-shadow: 0 10px 80px rgba(0, 0, 0, 0.07)
}

body #content-container .background-1 .b-contrast-bg {
    background: #6e6e6e;
    color: #fff
}

body #content-container .background-1 .b-contrast-bg-2 {
    background: #fff;
    color: #444
}

body #content-container .background-1 .dd-item:hover {
    background: #6e6e6e;
    color: #fff
}

body #content-container .b-1-30deg {
    position: relative;
    overflow: hidden;
    min-height: 200px;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    margin-bottom: -200px
}

@media (min-width: 768px) {
    body #content-container .b-1-30deg {
        min-height: 560px;
        margin-bottom: -560px
    }
}

body #content-container .b-1-30deg:before {
    content: "";
    display: block;
    height: 560px;
    width: 200%;
    top: -460px;
    left: -50%;
    position: absolute;
    transform: rotate(-15deg);
    background: #f6f6f6
}

@media (min-width: 768px) {
    body #content-container .b-1-30deg:before {
        top: -260px
    }
}

body #content-container .b-1-30deg-middle {
    position: absolute;
    overflow: hidden;
    min-height: 200px;
    box-sizing: border-box;
    width: 100%;
    top: -100px
}

@media (min-width: 768px) {
    body #content-container .b-1-30deg-middle {
        min-height: 560px;
        top: -280px
    }
}

body #content-container .b-1-30deg-middle:before {
    content: "";
    display: block;
    height: 560px;
    width: 200%;
    top: -234%;
    left: -50%;
    position: absolute;
    transform: rotate(-15deg);
    background: #f6f6f6
}

@media (min-width: 768px) {
    body #content-container .b-1-30deg-middle:before {
        top: -289px
    }
}

body #content-container .b-1-30deg-middle:after {
    content: "";
    display: block;
    height: 560px;
    width: 200%;
    bottom: -234%;
    right: -50%;
    position: absolute;
    transform: rotate(-15deg);
    background: #f6f6f6
}

@media (min-width: 768px) {
    body #content-container .b-1-30deg-middle:after {
        bottom: -289px
    }
}

body #content-container .b-1-30deg-middle.aftertop:after {
    z-index: 100
}

body #content-container .b-1-15deg-middle {
    position: absolute;
    overflow: hidden;
    min-height: 200px;
    box-sizing: border-box;
    width: 100%;
    top: -100px
}

@media (min-width: 768px) {
    body #content-container .b-1-15deg-middle {
        min-height: 560px;
        top: -280px
    }
}

body #content-container .b-1-15deg-middle:before {
    content: "";
    display: block;
    height: 560px;
    width: 200%;
    top: -461px;
    left: -50%;
    position: absolute;
    transform: rotate(-5deg);
    background: #f6f6f6
}

@media (min-width: 768px) {
    body #content-container .b-1-15deg-middle:before {
        top: -279px
    }
}

body #content-container .b-1-15deg-middle:after {
    content: "";
    display: block;
    height: 560px;
    width: 200%;
    bottom: -462px;
    right: -50%;
    position: absolute;
    transform: rotate(-5deg);
    background: #f6f6f6
}

@media (min-width: 768px) {
    body #content-container .b-1-15deg-middle:after {
        bottom: -283px
    }
}

body #content-container .b-1-15deg-middle.aftertop:after {
    z-index: 100
}

body #content-container .background-2 {
    background: #f6f6f6
}

body #content-container .background-2 .b-border {
    border: 1px solid #e1e1e1;
    background: #f6f6f6
}

body #content-container .background-2 .b-border-c {
    border: 1px solid #707070
}

body #content-container .background-2 .b-shadow {
    box-shadow: 0 10px 80px rgba(0, 0, 0, 0.07)
}

body #content-container .background-2 .b-contrast-bg {
    background: #6e6e6e;
    color: #fff
}

body #content-container .background-2 .b-contrast-bg-2 {
    background: #fff;
    color: #444
}

body #content-container .background-2 .dd-item:hover {
    background: #6e6e6e;
    color: #fff
}

body #content-container .b-2-30deg {
    position: relative;
    overflow: hidden;
    min-height: 200px;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    margin-bottom: -200px
}

@media (min-width: 768px) {
    body #content-container .b-2-30deg {
        min-height: 560px;
        margin-bottom: -560px
    }
}

body #content-container .b-2-30deg:before {
    content: "";
    display: block;
    height: 560px;
    width: 200%;
    top: -460px;
    left: -50%;
    position: absolute;
    transform: rotate(-15deg);
    background: #f6f6f6
}

@media (min-width: 768px) {
    body #content-container .b-2-30deg:before {
        top: -260px
    }
}

body #content-container .b-2-30deg-middle {
    position: absolute;
    overflow: hidden;
    min-height: 200px;
    box-sizing: border-box;
    width: 100%;
    top: -100px
}

@media (min-width: 768px) {
    body #content-container .b-2-30deg-middle {
        min-height: 560px;
        top: -280px
    }
}

body #content-container .b-2-30deg-middle:before {
    content: "";
    display: block;
    height: 560px;
    width: 200%;
    top: -234%;
    left: -50%;
    position: absolute;
    transform: rotate(-15deg);
    background: #f6f6f6
}

@media (min-width: 768px) {
    body #content-container .b-2-30deg-middle:before {
        top: -289px
    }
}

body #content-container .b-2-30deg-middle:after {
    content: "";
    display: block;
    height: 560px;
    width: 200%;
    bottom: -234%;
    right: -50%;
    position: absolute;
    transform: rotate(-15deg);
    background: #f6f6f6
}

@media (min-width: 768px) {
    body #content-container .b-2-30deg-middle:after {
        bottom: -289px
    }
}

body #content-container .b-2-30deg-middle.aftertop:after {
    z-index: 100
}

body #content-container .b-2-15deg-middle {
    position: absolute;
    overflow: hidden;
    min-height: 200px;
    box-sizing: border-box;
    width: 100%;
    top: -100px
}

@media (min-width: 768px) {
    body #content-container .b-2-15deg-middle {
        min-height: 560px;
        top: -280px
    }
}

body #content-container .b-2-15deg-middle:before {
    content: "";
    display: block;
    height: 560px;
    width: 200%;
    top: -461px;
    left: -50%;
    position: absolute;
    transform: rotate(-5deg);
    background: #f6f6f6
}

@media (min-width: 768px) {
    body #content-container .b-2-15deg-middle:before {
        top: -279px
    }
}

body #content-container .b-2-15deg-middle:after {
    content: "";
    display: block;
    height: 560px;
    width: 200%;
    bottom: -462px;
    right: -50%;
    position: absolute;
    transform: rotate(-5deg);
    background: #f6f6f6
}

@media (min-width: 768px) {
    body #content-container .b-2-15deg-middle:after {
        bottom: -283px
    }
}

body #content-container .b-2-15deg-middle.aftertop:after {
    z-index: 100
}

body #content-container .button-1 {
    background: linear-gradient(157.56deg, rgba(255, 202, 0, 0.5) 13.27%, rgba(255, 144, 0, 0.5) 74.22%), #FF9123;
    cursor: pointer;
    padding: 14px 30px 17px;
    vertical-align: middle;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
    font-size: 22px;
    border-radius: 6px;
    font-family: 'Yanone Kaffeesatz';
    color: #fff;
    box-shadow: 0 10px 25px rgba(255, 145, 35, 0.3);
    display: inline-block;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    outline: none;
    font-weight: bold;
    letter-spacing: 1.1px
}

body #content-container .button-1:hover {
    color: #fff;
    background: #F58719;
    text-decoration: none
}

body #content-container .button-1.button-small {
    padding: 0 15px 2px
}

body #content-container .button-2 {
    background: #5bb000;
    cursor: pointer;
    padding: 14px 30px 17px;
    vertical-align: middle;
    font-size: 22px;
    border-radius: 4px;
    font-family: 'Yanone Kaffeesatz';
    color: #fff;
    box-shadow: 0 10px 25px rgba(91, 176, 0, 0.3);
    display: inline-block;
    text-decoration: none;
    border: none;
    outline: none;
    font-weight: 300;
    letter-spacing: 1.1px
}

body #content-container .button-2:hover {
    color: #fff;
    background: #68c900;
    text-decoration: none
}

body #content-container .button-2.button-small {
    padding: 0 15px 2px
}

body #content-container .button-3 {
    background: #9d5f9f;
    cursor: pointer;
    padding: 14px 30px 17px;
    vertical-align: middle;
    font-size: 22px;
    border-radius: 4px;
    font-family: 'Yanone Kaffeesatz';
    color: #fff;
    box-shadow: 0 10px 25px rgba(157, 95, 159, 0.3);
    display: inline-block;
    text-decoration: none;
    border: none;
    outline: none;
    font-weight: 300;
    letter-spacing: 1.1px
}

body #content-container .button-3:hover {
    color: #fff;
    background: #bf74c2;
    text-decoration: none
}

body #content-container .button-3.button-small {
    padding: 0 15px 2px
}

body #content-container .button-4 {
    background: #f73a3a;
    cursor: pointer;
    padding: 14px 30px 17px;
    vertical-align: middle;
    font-size: 22px;
    border-radius: 4px;
    font-family: 'Yanone Kaffeesatz';
    color: #fff;
    box-shadow: 0 10px 25px rgba(247, 58, 58, 0.3);
    display: inline-block;
    text-decoration: none;
    border: none;
    outline: none;
    font-weight: 300;
    letter-spacing: 1.1px
}

body #content-container .button-4:hover {
    color: #fff;
    background: #f76f6f;
    text-decoration: none
}

body #content-container .button-4.button-small {
    padding: 0 15px 2px
}

body #content-container .button-5 {
    background: #e1e1e1;
    cursor: pointer;
    padding: 14px 30px 17px;
    vertical-align: middle;
    font-size: 22px;
    border-radius: 4px;
    font-family: 'Yanone Kaffeesatz';
    color: #fff;
    box-shadow: 0 10px 25px rgba(157, 95, 159, 0.3);
    display: inline-block;
    text-decoration: none;
    border: none;
    outline: none;
    font-weight: 300;
    letter-spacing: 1.1px
}

body #content-container .button-5:hover {
    color: #fff;
    background: #bf74c2;
    text-decoration: none
}

body #content-container .button-5.button-small {
    padding: 0 15px 2px
}

body #content-container .pagination li {
    padding: 0!important;
    margin: 5px
}

body #content-container .pagination li>* {
    padding: 5px 10px;
    vertical-align: middle;
    font-size: 22px;
    border-radius: 4px;
    font-family: 'Yanone Kaffeesatz';
    color: #fff;
    box-shadow: 0 10px 25px rgba(255, 145, 35, 0.3);
    display: inline-block;
    text-decoration: none;
    border: none;
    outline: none;
    font-weight: 300
}

body #content-container .pagination li> :hover {
    color: #fff;
    text-decoration: none
}

body #content-container .pagination li>a {
    background: #ff9123;
    cursor: pointer
}

body #content-container .pagination li>a:hover {
    background: #f5b049
}

body #content-container .pagination li>span {
    background: #5bb000;
    cursor: default
}

body #content-container ul {
    list-style: none;
    padding-left: 0
}

body #content-container ul li {
    padding-left: 40px;
    position: relative;
    padding-bottom: 1em
}

body #content-container ul li ol li:first-child {
    padding-top: 1em
}

body #content-container ul li ul li:first-child {
    padding-top: 1em
}

body #content-container ul li:last-child {
    padding-bottom: 0
}

body #content-container ul li:before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 3px;
    color: #ff9123;
    width: 30px;
    height: 30px;
    border: 1px solid #ff9123;
    border-radius: 50px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: center!important
}

body #content-container ul li.pag-active:before {
    color: #fff;
    background: green
}

body #content-container ul li.listcolor-1:before {
    color: #ff9123;
    border: 1px solid #ff9123
}

body #content-container ul li.listcolor-2:before {
    color: #5bb000;
    border: 1px solid #5bb000
}

body #content-container ul li.listcolor-3:before {
    color: #9d5f9f;
    border: 1px solid #9d5f9f
}

body #content-container ul li.listcolor-4:before {
    color: #f73a3a;
    border: 1px solid #f73a3a
}

body #content-container ul li.listcolor-5:before {
    color: #e1e1e1;
    border: 1px solid #e1e1e1
}

body #content-container ol {
    counter-reset: myCounter;
    padding-left: 0;
    list-style: none
}

body #content-container ol li {
    padding-left: 40px;
    position: relative;
    padding-bottom: 1em
}

body #content-container ol li ol li:first-child {
    padding-top: 1em
}

body #content-container ol li ul li:first-child {
    padding-top: 1em
}

body #content-container ol li:last-child {
    padding-bottom: 0
}

body #content-container ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    position: absolute;
    left: 0;
    top: 3px;
    color: #ff9123;
    width: 30px;
    height: 30px;
    border: 1px solid #ff9123;
    border-radius: 50px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: center!important
}

body #content-container ol li.pag-active:before {
    color: #fff;
    background: green
}

body #content-container ol li.listcolor-1:before {
    color: #ff9123;
    border: 1px solid #ff9123
}

body #content-container ol li.listcolor-2:before {
    color: #5bb000;
    border: 1px solid #5bb000
}

body #content-container ol li.listcolor-3:before {
    color: #9d5f9f;
    border: 1px solid #9d5f9f
}

body #content-container ol li.listcolor-4:before {
    color: #f73a3a;
    border: 1px solid #f73a3a
}

body #content-container ol li.listcolor-5:before {
    color: #e1e1e1;
    border: 1px solid #e1e1e1
}

body #content-container ul.nolist li,
body #content-container ol.nolist li {
    padding: 5px 20px
}

body #content-container ul.nolist li:before,
body #content-container ol.nolist li:before {
    content: ''!important;
    display: none!important;
    opacity: 0!important
}

body #content-container input {
    padding: 10px 20px;
    width: 100%;
    display: inline-block;
    border: 1px solid #ff9123;
    color: #444;
    outline: none
}

body #content-container input.small-elem {
    padding: 0 5px
}

body #content-container input.disabled {
    border: 1px solid #e1e1e1
}

body #content-container button {
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #ff9123;
    color: #444;
    outline: none
}

body #content-container button.small-elem {
    padding: 0 5px
}

body #content-container button.disabled {
    border: 1px solid #e1e1e1
}

body #content-container select {
    padding: 10px 20px;
    width: 100%;
    display: inline-block;
    border: 1px solid #ff9123;
    color: #444;
    outline: none
}

body #content-container select.small-elem {
    padding: 0 5px
}

body #content-container select.disabled {
    border: 1px solid #e1e1e1
}

body #content-container textarea {
    padding: 10px 20px;
    width: 100%;
    display: inline-block;
    border: 1px solid #ff9123;
    color: #444;
    outline: none;
    resize: none
}

body #content-container .form-success:before {
    content: '✓';
    position: relative;
    float: left;
    margin-right: 5px;
    color: green;
    width: 30px;
    height: 30px;
    border: 1px solid green;
    border-radius: 50px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: center!important
}

body #content-container .form-failure:before {
    content: '×';
    position: relative;
    float: left;
    margin-right: 5px;
    color: red;
    width: 30px;
    height: 30px;
    border: 1px solid red;
    border-radius: 50px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: center!important
}

body #content-container .form-1 input,
body #content-container .form-1 textarea {
    border: 1px solid #ff9123;
    color: #444
}

body #content-container .form-2 input,
body #content-container .form-2 textarea {
    border: 1px solid #5bb000;
    color: #444
}

body #content-container .form-3 input,
body #content-container .form-3 textarea {
    border: 1px solid #9d5f9f;
    color: #444
}

body #content-container .color-alert {
    color: red
}

body #content-container h1,
body #content-container .title,
body #content-container .title-h1 {
    font-family: 'Yanone Kaffeesatz';
    font-size: 30px;
    font-weight: 500;
    margin: 25px 0 0;
    padding: 20px 0 0;
    text-align: center;
    color: #333;
    line-height: 30px
}

@media (min-width: 576px) {
    body #content-container h1,
    body #content-container .title,
    body #content-container .title-h1 {
        font-size: 40px;
        margin: 15px 0 0;
        padding: 15px 0 0
    }
}

@media (min-width: 768px) {
    body #content-container h1,
    body #content-container .title,
    body #content-container .title-h1 {
        font-size: 40px;
        margin: 20px 0 0;
        padding: 20px 0 0
    }
}

@media (min-width: 992px) {
    body #content-container h1,
    body #content-container .title,
    body #content-container .title-h1 {
        font-size: 45px;
        margin: 25px 0 0;
        padding: 25px 0 0
    }
}

@media (min-width: 1200px) {
    body #content-container h1,
    body #content-container .title,
    body #content-container .title-h1 {
        font-size: 50px;
        margin: 30px 0 0;
        padding: 30px 0 0
    }
}

body #content-container h2,
body #content-container .title-h2 {
    font-family: 'Yanone Kaffeesatz';
    font-size: 40px;
    font-weight: 300;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 50px
}

@media (min-width: 576px) {
    body #content-container h2,
    body #content-container .title-h2 {
        font-size: 31px;
        margin: 5px 0 0;
        padding: 5px 0 0
    }
}

@media (min-width: 768px) {
    body #content-container h2,
    body #content-container .title-h2 {
        font-size: 34px;
        margin: 10px 0 0;
        padding: 10px 0 0
    }
}

@media (min-width: 992px) {
    body #content-container h2,
    body #content-container .title-h2 {
        font-size: 37px;
        margin: 15px 0 0;
        padding: 15px 0 0
    }
}

@media (min-width: 1200px) {
    body #content-container h2,
    body #content-container .title-h2 {
        font-size: 46px;
        margin: 20px 0 0;
        padding: 20px 0 0
    }
}

body #content-container h3,
body #content-container .title-h3 {
    font-family: 'Yanone Kaffeesatz';
    font-size: 33px;
    font-weight: 300;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 42px
}

@media (min-width: 576px) {
    body #content-container h3,
    body #content-container .title-h3 {
        font-size: 28px;
        margin: 5px 0 0;
        padding: 5px 0 0
    }
}

@media (min-width: 768px) {
    body #content-container h3,
    body #content-container .title-h3 {
        font-size: 30px;
        margin: 10px 0 0;
        padding: 10px 0 0
    }
}

@media (min-width: 992px) {
    body #content-container h3,
    body #content-container .title-h3 {
        font-size: 32px;
        margin: 15px 0 0;
        padding: 15px 0 0
    }
}

@media (min-width: 1200px) {
    body #content-container h3,
    body #content-container .title-h3 {
        font-size: 34px;
        margin: 20px 0 0;
        padding: 20px 0 0
    }
}

body #content-container h4,
body #content-container .title-h4 {
    font-family: 'Yanone Kaffeesatz';
    font-size: 24px;
    font-weight: 300;
    color: #333;
    margin: 20px 0 0;
    padding: 20px 0 0;
    line-height: 1em
}

@media (min-width: 576px) {
    body #content-container h4,
    body #content-container .title-h4 {
        font-size: 26px;
        margin: 20px 0 0;
        padding: 20px 0 0
    }
}

@media (min-width: 768px) {
    body #content-container h4,
    body #content-container .title-h4 {
        font-size: 27px;
        margin: 20px 0 0;
        padding: 20px 0 0
    }
}

@media (min-width: 992px) {
    body #content-container h4,
    body #content-container .title-h4 {
        font-size: 28px;
        margin: 20px 0 0;
        padding: 20px 0 0
    }
}

@media (min-width: 1200px) {
    body #content-container h4,
    body #content-container .title-h4 {
        font-size: 29px;
        margin: 20px 0 0;
        padding: 20px 0 0
    }
}

body #content-container h5,
body #content-container .title-h5 {
    font-family: 'Yanone Kaffeesatz';
    font-size: 22px;
    font-weight: 300;
    color: #333;
    margin: 20px 0 0;
    padding: 20px 0 0;
    line-height: 1em
}

@media (min-width: 576px) {
    body #content-container h5,
    body #content-container .title-h5 {
        font-size: 23px;
        margin: 20px 0 0;
        padding: 20px 0 0
    }
}

@media (min-width: 768px) {
    body #content-container h5,
    body #content-container .title-h5 {
        font-size: 24px;
        margin: 20px 0 0;
        padding: 20px 0 0
    }
}

@media (min-width: 992px) {
    body #content-container h5,
    body #content-container .title-h5 {
        font-size: 25px;
        margin: 20px 0 0;
        padding: 20px 0 0
    }
}

@media (min-width: 1200px) {
    body #content-container h5,
    body #content-container .title-h5 {
        font-size: 26px;
        margin: 20px 0 0;
        padding: 20px 0 0
    }
}

body #content-container strong,
body #content-container .strong {
    font-weight: 500
}

body #content-container .fw-light {
    font-weight: 200
}

body #content-container .fw-normal {
    font-weight: 300
}

body #content-container .fw-semi-bold {
    font-weight: 400
}

body #content-container .fw-bold {
    font-weight: 500
}

body #content-container .fw-x-bold {
    font-weight: 700
}

body #content-container .alert-line-1 {
    color: #f1373a;
    background: #ffdfd9;
    padding: 3px 5px
}

body #content-container .title-color {
    color: #333
}

body #content-container .color-1 {
    color: #ff9123!important
}

body #content-container .color-2 {
    color: #5bb000!important
}

body #content-container .color-3 {
    color: #9d5f9f!important
}

body #content-container .color-4 {
    color: #f73a3a!important
}

body #content-container .color-5 {
    color: #e1e1e1!important
}

body #content-container .bgcolor-1 {
    background: #ff9123!important
}

body #content-container .bgcolor-2 {
    background: #5bb000!important
}

body #content-container .bgcolor-3 {
    background: #9d5f9f!important
}

body #content-container .bgcolor-4 {
    background: #f73a3a!important
}

body #content-container .bgcolor-5 {
    background: #e1e1e1!important
}

body #content-container .color-1-h:hover {
    color: #f5b049
}

body #content-container .color-2-h:hover {
    color: #68c900
}

body #content-container .color-3-h:hover {
    color: #bf74c2
}

body #content-container .color-4-h:hover {
    color: #f76f6f
}

body #content-container .color-5-h:hover {
    color: #bf74c2
}

body #content-container .after-line:after {
    background: #ff9123;
    content: "";
    width: 45px;
    height: 4px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px
}

body #content-container .after-line.inline:after {
    display: inline-block
}

body #content-container .after-line.al-1:after {
    background: #ff9123
}

body #content-container .after-line.al-2:after {
    background: #5bb000
}

body #content-container .after-line.al-3:after {
    background: #9d5f9f
}

body #content-container .after-line.al-4:after {
    background: #f73a3a
}

body #content-container .after-line.al-5:after {
    background: #e1e1e1
}

body #content-container .after-line.al-center:after {
    margin-left: auto;
    margin-right: auto
}

body #content-container .pointer {
    cursor: pointer
}

body #content-container .uline {
    text-decoration: underline
}

body #content-container .uline:hover {
    text-decoration: underline
}

body #content-container .uline-h:hover {
    text-decoration: underline
}

body #content-container a {
    text-decoration: none;
    color: #ff9123
}

body #content-container a:hover {
    color: #f5b049;
    text-decoration: none
}

body #content-container a.color-1 {
    color: #ff9123
}

body #content-container a.color-1:hover {
    color: #f5b049
}

body #content-container a.color-2 {
    color: #5bb000
}

body #content-container a.color-2:hover {
    color: #68c900
}

body #content-container a.color-3 {
    color: #9d5f9f
}

body #content-container a.color-3:hover {
    color: #bf74c2
}

body #content-container a.color-4 {
    color: #f73a3a
}

body #content-container a.color-4:hover {
    color: #f76f6f
}

body #content-container a.color-5 {
    color: #e1e1e1
}

body #content-container a.color-5:hover {
    color: #bf74c2
}

body #content-container div.play-btn {
    width: 195px;
    height: 195px;
    position: absolute;
    top: 50%;
    margin-top: -97px;
    left: 50%;
    margin-left: -97px;
    cursor: pointer;
    border-radius: 50%;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: center!important
}

body #content-container div.play-btn.min {
    width: 95px;
    height: 95px;
    margin-top: -47px;
    margin-left: -47px
}

body #content-container div.play-btn:after {
    content: "";
    font-size: 35px;
    width: 100%;
    height: 100%;
    background: url(/local/images/btn-play.svg);
    background-size: 100%
}

body #content-container .slider-box {
    position: relative;
    margin: auto;
    margin-bottom: 95px;
    box-sizing: content-box
}

body #content-container .slider-box * {
    outline: none
}

body #content-container .slider-box .control-button {
    width: 64px;
    height: 64px;
    position: absolute
}

body #content-container .slider-box .control-button span {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: center!important
}

body #content-container .slider-box .control-button span>* {
    display: inline-block
}

body #content-container .slider-box .control-button span:before {
    display: block;
    font-size: 1.5em
}

body #content-container .slider-box .control-button.left {
    left: 0;
    top: 50%;
    margin-top: -32px
}

body #content-container .slider-box .control-button.left span {
    background: url(/images/platforms/elements/arrow.png);
    background-position: 0 0
}

body #content-container .slider-box .control-button.left span:hover {
    background-position: 0 -65px
}

body #content-container .slider-box .control-button.right {
    right: 0;
    top: 50%;
    margin-top: -32px
}

body #content-container .slider-box .control-button.right span {
    background: url(/images/platforms/elements/arrow.png);
    background-position: -65px 0
}

body #content-container .slider-box .control-button.right span:hover {
    background-position: -65px -65px
}

body #content-container .slider-box .sliderdots {
    position: absolute;
    display: block;
    width: 100%;
    bottom: -63px;
    padding: 0;
    list-style: none;
    text-align: center;
    left: 0
}

body #content-container .slider-box .sliderdots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 20px;
    padding: 0;
    cursor: pointer
}

body #content-container .slider-box .sliderdots li:before {
    content: "";
    opacity: 0;
    display: none;
    padding: 0
}

body #content-container .slider-box .sliderdots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 14px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

body #content-container .slider-box .sliderdots li button:hover,
body #content-container .slider-box .sliderdots li button:focus {
    outline: none
}

body #content-container .slider-box .sliderdots li button:hover:before,
body #content-container .slider-box .sliderdots li button:focus:before {
    opacity: 1
}

body #content-container .slider-box .sliderdots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 6px;
    height: 6px;
    content: "";
    background: #858585;
    border-radius: 40px;
    text-align: center;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body #content-container .slider-box .sliderdots li.slick-active button:before {
    width: 12px;
    height: 12px;
    background: #f9ae49
}

body #footer {
    background-color: #f6f6f6;
    color: #444;
    font-family: 'Open Sans';
    font-size: 16px
}

@media (min-width: 576px) {
    body #footer {
        font-size: 17px
    }
}

@media (min-width: 768px) {
    body #footer {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    body #footer {
        font-size: 19px
    }
}

@media (min-width: 1200px) {
    body #footer {
        font-size: 19px;
        height: 485px
    }
}

@media (min-width: 1200px) {
    body #footer .cosial-box {}
}

body #footer .footer-title {
    font-family: 'Yanone Kaffeesatz';
    font-weight: 600;
    font-size: 30px;
    color: #333;
    text-align: left;
    max-width: 335px;
    margin: auto;
    margin-top: 16px;
}

body #footer .footer-title.pointer {
    cursor: pointer
}

@media (min-width: 768px) {
    body #footer .footer-title {
        padding-top: 29px;
        text-align: left;
        margin-left: 0;
        margin-top: 0px;
    }
}

body #footer .link-box .footer-title:after {
    content: "";
    background: #333;
    width: 100%;
    height: 2px;
    display: none;
    margin-top: 11px;
    margin-bottom: 12px;
    border-radius: 10px;
}

@media (min-width: 768px) {
    body #footer .link-box .footer-title:after {
        width: 40px;
        display: block;
    }
}

body #footer .links {
    list-style: none;
    padding: 20px 0 0
}

@media (min-width: 1200px) {
    body #footer .links {
        padding: 0
    }
}

body #footer .links li {
    display: block;
    vertical-align: top
}

body #footer .links li li {
    font-size: 16px;
    line-height: 31px;
    text-align: center
}

@media (min-width: 768px) {
    body #footer .links li li {
        text-align: left
    }
}

body #footer .links li li a {
    color: #444
}

body #footer .links li li a:hover {
    color: #ff9123;
    text-decoration: none
}

body .footer-links {
    justify-content: flex-start!important;
    align-items: flex-start!important;
    flex-direction: column;
    width: 355px;
    margin: auto;
}

body #footer ul {
    list-style: none;
    padding: 0;
    max-width: 335px;
    margin: auto
}

body #footer ul ul:after {
    content: "";
    background: #444;
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 11px;
    margin-bottom: 12px
}

@media (min-width: 768px) {
    body .footer-links {
        flex-direction: row;
        align-items: flex-end!important;
        justify-content: flex-end!important;
        max-width: 1500px;
        width: auto;
        margin: 0px;
    }
    body #footer ul {
        max-width: 100%;
        margin: auto
    }
    body #footer ul ul:after {
        width: 0
    }
}

body #footer .follow {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Open Sans';
    font-weight: 200;
    letter-spacing: 0.01em;
}

@media (min-width: 992px) {
    body #footer .follow {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    body #footer .follow {
        margin-top: 0;
    }
}

body #footer .social {
    margin-top: 15px
}

@media (min-width: 768px) {
    body #footer .follow {
        font-size: 30px;
        font-family: 'Yanone Kaffeesatz';
        font-weight: bold;
        padding-top: 29px;
        line-height: normal;
    }
    body #footer .social {
        text-align: left
    }
}

@media (min-width: 1200px) {
    body #footer .social {
        margin: 13px 0 0
    }
}

body #footer .social li {
    display: inline-block;
    height: 48px;
    font-size: 15px;
    line-height: 20px;
}

body #footer .social li.a {
    padding-left: 0.5rem;
}

@media (min-width: 1200px) {
    body #footer .social li {}
}

body #footer .social li:hover {}

body #footer .social li a {
    display: inline-block;
    padding-left: 1rem;
    width: 144px;
    height: 100%;
    background: url(/images/ico/social.png) no-repeat
}

body #footer .social li a:hover {}

body #footer .social li a.fcbk-button {
    background: rgba(63, 98, 169, 0.1);
    border-radius: 4px;
}

body #footer .social li a.fcbk-button:hover {
    background: rgba(63, 98, 169, 0.18);
}

body #footer .social li a.vk-button {
    background: rgba(77, 122, 175, 0.1);
    border-radius: 6px;
}

body #footer .social li a.vk-button:hover {
    background: rgba(77, 122, 175, 0.18);
}

body #footer .social li a.ytb-button {
    background: rgba(244, 56, 56, 0.1);
    border-radius: 6px;
}

body #footer .social li a.ytb-button:hover {
    background: rgba(244, 56, 56, 0.18);
}

body #footer .social li a.blogger-button {
    background: rgba(125, 55, 172, 0.1);
    border-radius: 6px;
}

body #footer .social li a.blogger-button:hover {
    background: rgba(125, 55, 172, 0.18);
}

@media (min-width: 1200px) {
    body #footer .lang {
        padding-top: 15px
    }
}

body #footer .lang-switcher {
    width: 144px;
}

@media (min-width: 768px) {
    body #footer .lang-switcher {
        textalign: left
    }
}

@media (min-width: 1200px) {
    body #footer .lang-switcher {
        text-align: center
    }
}

body #footer .lang-switcher * {
    width: 100%;
    max-width: 270px;
    margin: auto
}

@media (min-width: 1200px) {
    body #footer .lang-switcher * {
        max-width: 100%
    }
}

body #footer .lang-switcher button {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    background: #fff;
    outline: none;
    box-shadow: none;
    text-align: left;
    margin-top: 15px;
    z-index: 1001;
    font-family: 'Open Sans'
}

body #footer .lang-switcher .dropup .dropdown-toggle::after {
    color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: absolute;
    right: 15px;
    top: 16px
}

body #footer .lang-switcher .dropdown-menu {
    border-radius: 0;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    background: #fafafa;
    padding: 10px
}

body #footer .lang-switcher .dropdown-menu li a {
    padding: 5px 12px;
    display: block;
    color: #444
}

body #footer .lang-switcher .dropdown-menu li a:hover {
    color: #ff9123;
    text-decoration: none
}

body #footer .phone {
    font-size: 26px
}

body #footer .phone a {
    color: #444
}

body #footer .phone a:hover {
    color: #ff9123
}

body #footer .copyright {
    font-size: 14px;
    color: #444;
}

body #footer .copyright a {
    color: #444
}

body #footer .copyright a:hover {
    color: #ff9123
}

@media (min-width: 768px) {
    body #footer .copyright>div>div {}
    body #footer .copyright>div>div:last-child {
        border: none
    }
}

@media (min-width: 768px) {
    body #footer .collapse {
        display: block
    }
    body #footer .links>li {
        width: 24%;
        display: inline-block
    }
}
