body {
    padding-top: 0;
}
.l-topBar.not-logged, .l-topBar.logged {
    position: relative;
}
.tm-swither {
    position: relative;
    color: #999;
    z-index: 9999;
}
.tm-swither a {
    color: #777;
    text-decoration: none !important;
}
.tm-swither a:hover {
    color: #999;
}
@media (max-width: 767px) {
    .tm-swither {
        display: none;
    }
}
@media (max-width: 1299px) {
    .tm-switcher-hide-md {
        display: none;
    }
}
.tm-switcher-show-md {
    display: none;
}
@media (max-width: 1299px) {
    .tm-switcher-show-md {
        display: block;
    }
}
.tm-switcher-show-md-in {
    display: none;
}
@media (max-width: 1299px) {
    .tm-switcher-show-md-in {
        display: inline;
    }
}
.tm-swither-in {
    background: #252525;
    padding: 0 20px;
}
.tm-switcher-right {
    float: right;
}
.tm-switcher-right .tm-swither-item {
    margin-right: 0;
    margin-left: 15px;
}
.tm-swither-item {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
}
.tm-swither-item + .tm-swither-item {
    padding-left: 15px;
}
@media (max-width: 991px) {
    .tm-swither-item + .tm-swither-item {
        padding-left: 10px;
    }
}
.tm-switcher-logo {
    opacity: 0.5;
    display: block;
    margin-right: 5px;
}
.tm-switcher-logo:hover {
    opacity: 1;
}
@media (max-width: 1299px) {
    .tm-switcher-logo {
        display: none;
    }
}
.tm-switcher-logo-sm {
    opacity: 0.5;
    display: block;
    margin-right: 5px;
}
.tm-switcher-logo-sm:hover {
    opacity: 1;
}
@media (min-width: 1300px) {
    .tm-switcher-logo-sm {
        display: none;
    }
}
@media (max-width: 991px) {
    .tm-switcher-logo-sm img {
        width: 30px;
    }
}
.tm-swither-devices {
    padding-left: 10px !important;
    padding-right: 5px;
}
.tm-swither-devices > a {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.tm-swither-devices > a:hover,
.tm-swither-devices > a.active {
    opacity: 1;
}
@media (max-width: 991px) {
    .tm-swither-devices {
        display: none;
    }
}
.tm-switcher-btn {
    outline: none;
    border: 0;
    padding: 10px 15px;
    background: #3398d7;
    color: #fff !important;
    border-radius: 3px;
    white-space: nowrap;
}
.tm-switcher-btn:hover {
    background: #4dabe5;
}
.tm-switcher-btn-2 {
    padding: 10px 15px;
    background: #ddd;
    color: #333 !important;
    border-radius: 3px;
    white-space: nowrap;
    position: relative;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
}
.tm-switcher-btn-2:hover {
    background: #f5f5f5;
    padding-right: 25px;
}
.tm-switcher-btn-2:hover > img {
    right: 5px;
    opacity: 1;
}
.tm-switcher-btn-arrow {
    width: 18px;
    position: absolute;
    top: 10px;
    right: 7px;
    opacity: 0;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
}
.tm-switcher-btn-icon {
    width: 18px;
    display: inline-block;
}
.tm-swither-collapse {
    display: inline-block;
    background: #111;
    border-radius: 3px;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    opacity: 0.5;
}
.tm-swither-collapse:hover {
    opacity: 0.8;
}
.tm-switcher-collapse-down {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: right;
    padding-right: 5px;
    padding-top: 3px;
}
.tm-switcher-collapse-down img {
    position: absolute;
    top: 2px;
    right: 0;
    z-index: 10;
    width: 22px;
}
.tm-switcher-collapse-down:after {
    content: '';
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #3398d7 transparent transparent;
}
.tm-switcher-collapse-down:hover img {
    opacity: 0.8;
}
.tm-switcher-dropdown {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.tm-switcher-dropdown > a {
    background: #111;
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 25px 0 10px;
    border-radius: 3px;
    margin: 0 5px;
    position: relative;
    color: #777;
    text-decoration: none !important;
    white-space: nowrap;
}
.tm-switcher-dropdown > a:hover {
    color: #999;
}
.tm-switcher-dropdown > a:hover .tm-switcher-dropdown-icon {
    opacity: 0.8;
}
.tm-switcher-dropdown > a:after {
    content: "\f3d0";
    font-family: Ionicons;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: 10px;
    top: 1px;
}
.tm-switcher-dropdown > .dropdown-menu {
    margin-top: 5px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 14px 40px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 14px 40px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 14px 40px -5px rgba(0, 0, 0, 0.5);
}
.tm-switcher-dropdown > .dropdown-menu:after {
    content: '';
    position: absolute;
    top: -8px;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 8px 7.5px;
    border-color: transparent transparent #fff transparent;
}
.tm-switcher-dropdown.open > a {
    color: #ddd !important;
}
.tm-switcher-dropdown.open > a .tm-switcher-dropdown-icon {
    opacity: 1;
}
@media (min-width: 1300px) {
    .tm-switcher-dropdown .tooltip {
        display: none !important;
    }
}
.tm-switcher-dropdown .tooltip-inner {
    min-width: 100px !important;
}
.tm-switcher-dropdown.open .tooltip {
    display: none !important;
}
.tm-switcher-dropdown.open > .dropdown-menu {
    display: block !important;
}
.tm-switcher-dropdown-icon {
    width: 16px;
    height: 16px;
    opacity: 0.5;
}
.tm-switcher-dropdown-icon img {
    max-width: 100%;
}
.tm-switcher-dropdown-in {
    width: 400px;
}
.tm-switcher-dropdown-in-md {
    width: 300px;
}
.tm-switcher-dropdown-in-sm {
    width: 134px;
}
.tm-switcher-dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tm-switcher-dropdown-menu > li {
    display: block;
}
.tm-switcher-dropdown-menu > li + li {
    border-top: 1px solid #e5e5e5;
}
.tm-switcher-dropdown-menu > li:not(.active):hover {
    background: #f5f5f5;
}
.tm-switcher-dropdown-menu > li > a {
    display: block;
    padding: 15px;
    color: #777;
}
.tm-switcher-dropdown-menu > li > a:hover {
    color: #111;
}
.tm-switcher-dropdown-menu > li.active {
    background: #3398d7;
    color: #ffffff;
}
.tm-switcher-dropdown-menu > li.active > a {
    color: #ffffff;
}
.tm-switcher-dropdown-menu_sm > li > a {
    padding: 10px 15px;
}
.tm-switcher-dropdown-menu-in {
    padding: 15px;
}
.tm-switcher-dropdown-menu-title {
    font-weight: bold;
    display: block;
}
.active .tm-switcher-dropdown-menu-title a {
    color: #ffffff;
}
.tm-switcher-dropdown-menu-title-price {
    float: right;
    margin-left: 10px;
}
.tm-switcher-dropdown-menu-content {
    margin-top: 10px;
    display: block;
}
.tm-switcher-dropdown-menu-content a {
    color: #3398d7;
}
.active .tm-switcher-dropdown-menu-content a {
    color: #ffffff;
    text-decoration: underline !important;
}
.tm-switcher-dropdown-menu-content-more {
    margin-top: 5px;
}
.tm-switcher-dropdown-menu-more {
    padding: 0 15px 15px 15px;
}
.tm-switcher-dropdown-menu-more-link {
    color: #3398d7;
}
.active .tm-switcher-dropdown-menu-more-link {
    color: #ffffff !important;
    opacity: 0.7;
}
.active .tm-switcher-dropdown-menu-more-link:hover {
    opacity: 1;
}
.tm-switcher-dropdown-menu-buy {
    display: inline-block;
    padding: 5px 10px;
    min-width: 80px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #76a523;
    color: #ffffff !important;
}
.active .tm-switcher-dropdown-menu-buy {
    background: #ffffff;
    color: #76a523 !important;
}
.tm-switcher-dropdown-settings > li {
    padding: 10px 15px;
}
.tm-switcher-dropdown-settings .tm-switcher-check {
    float: right;
}
.tm-switcher-dropdown-settings-title {
    padding-top: 2px;
}
.tm-switcher-dropdown-color {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #ccc;
    vertical-align: middle;
    border-radius: 50%;
}
.tm-switcher-check {
    position: relative;
}
.tm-switcher-check label {
    margin-bottom: 0;
}
.tm-switcher-check input {
    display: none;
}
.tm-switcher-check input + span {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: inline-block;
    width: 60px;
    height: 26px;
    vertical-align: middle;
    background: #ccc;
    color: white;
    cursor: pointer;
    border-radius: 500px;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}
.tm-switcher-check input + span:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: white;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}
.tm-switcher-check input + span span {
    position: absolute;
    width: 38px;
    top: 0;
    right: 0;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: white;
    display: none;
    text-transform: uppercase;
    font-size: 11px;
}
.tm-switcher-check input + span .tm-switcher-check-no {
    display: block;
}
.tm-switcher-check input:checked + span {
    background: #76a523;
}
.tm-switcher-check input:checked + span:after {
    left: 100%;
    margin-left: -24px;
}
.tm-switcher-check input:checked + span .tm-switcher-check-yes {
    display: block;
}
.tm-switcher-check input:checked + span .tm-switcher-check-no {
    display: none;
}
.tm-switcher-check input:checked + span span {
    left: 0;
}
.tm-switcher-check input:disabled + span {
    opacity: 0.5;
    cursor: not-allowed;
}
.tm-switcher-dropdown-menu-colors {
    list-style: none;
    padding: 0 10px;
    margin: 0 -5px;
}
.tm-switcher-dropdown-menu-colors > li {
    float: left;
    padding: 5px;
}
.tm-switcher-dropdown-menu-colors > li > a {
    display: block;
    height: 40px;
    border: 2px solid #ddd;
    border-radius: 2px;
    text-align: center;
    padding-top: 7px;
}
.tm-switcher-dropdown-menu-colors > li > a:hover {
    border-color: #aaa;
}
.tm-switcher-dropdown-menu-colors > li.active > a {
    border-color: #3398d7;
    background-color: #ffffff !important;
}
.tm-switcher-dropdown-menu-colors > li.active > a:hover {
    background-color: #edf4f5 !important;
}
.tm-switcher-dropdown-menu-colors:after {
    display: block;
    content: '';
    clear: both;
}
.tm-contacts-block {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tm-contacts-block > li + li {
    margin-top: 7px;
    position: relative;
}
.tm-contacts-block > li + li > span {
    display: block;
    color: #999;
    font-size: 12px;
}
.tm-form-control:focus {
    border-color: #3398d7 !important;
    box-shadow: none !important;
}
.has-error .tm-form-control {
    border-color: #de2f2f !important;
}
.tm-error {
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 3px;
    background: #f3dcdc;
    color: #723d3d;
}
.tm-success {
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 3px;
    background: #e5f1d7;
    color: #527840;
}
.tm-modal-content {
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    outline: 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.tm-modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.tm-modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.tm-modal-body {
    position: relative;
    padding: 15px;
}
.tm-modal-footer {
    padding: 15px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
    .tm-modal-dialog {
        width: 750px;
        margin: 30px auto;
    }
}
.tm-switcher-opt {
    float: right;
}
.tm-switcher-btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.tm-switcher-btn-group:after {
    clear: both;
    display: block;
    content: '';
}
.tm-switcher-btn-group-item {
    display: block;
    padding: 3px 5px;
    min-width: 24px;
    text-align: center;
    background: #e9e9e9;
    float: left;
}
.tm-switcher-btn-group-item:hover {
    background: #e1e1e1;
    color: #333 !important;
}
.tm-switcher-btn-group-item.active {
    background: #76a523;
    color: white !important;
}
.tm-switcher-btn-group-radio {
    display: block;
    float: left;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
}
.tm-switcher-btn-group-radio input {
    display: none;
}
.tm-switcher-btn-group-radio input + span {
    display: block;
    padding: 3px 5px;
    min-width: 24px;
    text-align: center;
    background: #e9e9e9;
    color: #777;
}
.tm-switcher-btn-group-radio input + span:hover {
    background: #e1e1e1;
    color: #333;
}
.tm-switcher-btn-group-radio input:checked + span {
    color: #fff;
    background: #76a523;
}
.tm-switcher-btn-doc{
    background: #ddd;
    color: #333 !important;
}
.tm-switcher-btn-doc:hover{
    background: #f5f5f5;
}

.sw-wrap {
    background-repeat: no-repeat;
    background-position: top center;
}

.sw-wrap iframe {
    display: block;
    border: none;
    width: 100%;
    min-height: 100vh;
}

.sw-wrap iframe .tm-swither {
    display: none;
}
@media (min-width: 768px) {
    .sw-phone,
    .sw-tablet {
        margin: 20px auto;
        display: flex;
        justify-content: center;
    }

    .sw-phone iframe,
    .sw-tablet iframe {
        min-height: inherit;
    }

    .sw-phone {
        padding-top: 63px;
        padding-bottom: 58px;
        width: 448px;
        height: 795px;
        background-image: url('../img/devices/iphone.svg');
    }

    .sw-phone iframe {
        width: 369px;
        height: 671px;
        margin-left: 5px;
        border-radius: 5px;
        min-height: auto;
        min-height: inherit;
    }
}
@media (min-width: 900px) {
    .sw-tablet {
        padding-top: 66px;
        padding-bottom: 57px;
        width: 891px;
        height: 1161px;
        background-image: url('../img/devices/tablet.svg');
    }

    .sw-tablet iframe {
        width: 767px;
        height: 1026px;
        min-height: auto;
        min-height: inherit;
    }
}
