@charset "utf-8";

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot') format('embedded-opentype'),
        url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff'),
        url('../fonts/Helvetica.ttf') format('truetype'),
        url('../fonts/Helvetica.svg#Helvetica') format('svg');
}



/* font
====================================================== */
@font-face {
    font-family: 'tm-lvivity';
    src: url('../fonts/tm-lvivity.eot?3i4edj');
    src: url('../fonts/tm-lvivity.eot?3i4edj#iefix') format('embedded-opentype'),
        url('../fonts/tm-lvivity.woff?3i4edj') format('woff'),
        url('../fonts/tm-lvivity.svg?3i4edj#tm-lvivity') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.tm-lvivity {
    font-family: 'tm-lvivity' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tm-lvivity-icon-pin2:before {
    content: "\e910";
}

.tm-lvivity-icon-clock:before {
    content: "\e90f";
}

.tm-lvivity-icon-stop:before {
    content: "\e90e";
}

.tm-lvivity-icon-pinterest:before {
    content: "\e90c";
}

.tm-lvivity-icon-twitter:before {
    content: "\e90d";
}

.tm-lvivity-icon-pin:before {
    content: "\e90a";
}

.tm-lvivity-icon-smartphone:before {
    content: "\e90b";
}

.tm-lvivity-icon-clip:before {
    content: "\e909";
}

.tm-lvivity-icon-search:before {
    content: "\e907";
}

.tm-lvivity-icon-upwork:before {
    content: "\e908";
}

.tm-lvivity-icon-arrow-down:before {
    content: "\e900";
}

.tm-lvivity-icon-arrow-right-one:before {
    content: "\e901";
}

.tm-lvivity-icon-arrow-right-three:before {
    content: "\e902";
}

.tm-lvivity-icon-behance:before {
    content: "\e903";
}

.tm-lvivity-icon-facebook:before {
    content: "\e904";
}

.tm-lvivity-icon-instagram:before {
    content: "\e905";
}

.tm-lvivity-icon-linkedin:before {
    content: "\e906";
}


html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

:focus {
    outline: 0;
}

ol,
ul {
    list-style-position: inside;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

html,
body {
    height: 100%;
}

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

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

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 150%;
    background: #fff;
}

.screen-reader-text {
    display: none !important;
}

#respond {
    display: none;
}

#site {
    min-height: 320px;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
}

.header {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    padding: 0 20px;
    z-index: 100;
}

.header.tm-header-wrap_active {
    position: fixed;
    background-color: rgba(255, 255, 255, .6);
}

@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
    .header.tm-header-wrap_active {
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }
}

@media screen and (max-width: 1200px) {
    .top-line {
        padding: 15px 0;
    }
}



.error404 .header,
.search-results .header {
    min-height: 80px;
}


.tl-flex {
    max-width: 1800px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 160px;
}

.logo img {
    width: 160px;
}

.tl-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
}

.menu {
    list-style-position: outside;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 50;
    color: inherit;
}

.menu>li {
    margin-right: 30px;
    position: relative;
    color: inherit;
}

.menu>li>a {
    display: flex;
    align-items: center;
    font: 18px/77px 'Open Sans', sans-serif;
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease-out;
    position: relative;
}


.menu>li.menu-item-has-children>a::after {
    content: "\e900";
    font-family: 'tm-lvivity' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 10px;
    color: rgba(38, 50, 56, 0.5);
}


.sub-menu li a::before,
.menu>li::before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 27px;
    height: 10px;
    margin: 0 auto;
    width: 0;
    background: transparent;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: all 0.2s ease-out;
}

.sub-menu li a::before {
    bottom: 8px;
    left: 11px;
}

.sub-menu li {
    display: flex;
}

.sub-menu li a:hover:before,
.sub-menu li.current-menu-item a:before,
.menu>li.current-menu-parent::before,
.menu>li.current-menu-item::before,
.menu>li:hover::before {
    width: calc(62%);
    background: rgba(36, 74, 152, 0.5);
}

.menu li:hover .sub-menu {
    -webkit-transform: scale(1) translate(-5%, 0);
    -moz-transform: scale(1) translate(-5%, 0);
    -o-transform: scale(1) translate(-5%, 0);
    transform: scale(1) translate(-5%, 0);
    margin-top: 0;
    display: block;
}

.sub-menu {
    -webkit-transform: scale(0) translate(-5%, 0);
    -moz-transform: scale(0) translate(-5%, 0);
    -o-transform: scale(0) translate(-5%, 0);
    transform: scale(0) translate(-5%, 0);
    box-sizing: border-box;
    list-style-position: outside;
    list-style: none;
    margin-top: 30px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 230px;
    padding: 15px 0;
    background: rgba(255, 255, 255, .6);
    z-index: 55;
    transition: margin-top 0.2s ease-out;
}

@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
    .sub-menu {
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }
}

.sub-menu li a {
    display: block;
    padding: 8px 10px;
    font: 18px/130% 'Open Sans', sans-serif;
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease-out;
    position: relative;
}


.menu-icon {
    display: none;
    width: 36px;
    margin-right: 10px;
    cursor: pointer;
}

.menu-icon span {
    display: block;
    height: 4px;
    border-radius: 2px;
    background: #384c76;
    margin-top: 5px;
    transition: all 300ms ease-out;
}

.menu-icon span:first-child {
    margin-top: 0;
}

.mobil-menu-block {
    box-sizing: border-box;
    background: #222;
    height: 100%;
    left: -302px;
    overflow-y: auto;
    padding: 0 0 20px 0;
    position: fixed;
    top: 0;
    width: 302px;
    z-index: 999;
    -webkit-transition: transform 0.3s ease-out 0s;
    -o-transition: transform 0.3s ease-out 0s;
    -moz-transition: transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
    color: #fff;
}

.mobil-menu-block .menu li:hover .sub-menu {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
}

.mobil-menu-block .menu>li {
    margin-right: 0;
}

.mobil-menu-block .menu>li>a {
    padding: 8px 14px;
    justify-content: space-between;
}

.mobil-menu-block .menu>li>a::after {
    display: none;
}

.mobil-menu-block .menu>li.menu-item-has-children span {
    color: rgba(255, 255, 255, 0.5);
    width: 28px;
    height: 28px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 4px;
}

.mobil-menu-block .menu>li.menu-item-has-children span::before {
    content: "\e900";
    font-family: 'tm-lvivity' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 28px;
    font-size: 10px;
}

.mobil-menu-block .tm-content-btn {
    margin-left: 15px;
}

.open-menu .mobil-menu-block {
    -ms-transform: translate3d(302px, 0px, 0px);
    -webkit-transform: translate3d(302px, 0px, 0px);
    -o-transform: translate3d(302px, 0px, 0px);
    -moz-transform: translate3d(302px, 0px, 0px);
    transform: translate3d(302px, 0px, 0px);
    -webkit-box-shadow: 0px 2px 29px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 29px rgba(0, 0, 0, 0.25);
}

.open-menu .mobil-menu-overlay {
    display: block;
    opacity: 0.4;
}

.mobil-menu-overlay {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    z-index: 998;
    background-color: rgb(0, 0, 0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.close-menu-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
}

.close-menu {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

.close-menu:before,
.close-menu:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -5px;
    height: 20px;
    width: 4px;
    border-radius: 3px;
    background: #fff;
    transform: rotate(45deg);
}

.close-menu:after {
    transform: rotate(-45deg);
}

@media screen and (max-width: 1200px) {

    .sub-menu li a::before,
    .menu>li::before {
        display: none;
    }

    .menu {
        display: block;
        margin-bottom: 30px;
    }

    .menu>li>a {
        color: #fff !important;
        text-decoration: none;
        transition: all 0.2s ease-out;
        font-size: 18px;
        line-height: 22px;
    }

    .sub-menu {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        padding: 0 0 0 20px;
        border-radius: 0;
        background: none;
        border: none;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        margin: 0;
    }

    .sub-menu li {
        border-top: none;
    }

    .sub-menu li a {
        color: #fff;
    }

    .sub-menu li a:hover {
        background: none;
        text-decoration: underline;
    }
}

.sl-title {
    margin-bottom: 20px;
    text-align: center;
    font: 600 18px/130% 'Open Sans', sans-serif;
    color: #1a232c;
    text-transform: uppercase;
}

.sl-pic {
    margin-bottom: 10px;
    text-align: center;
}

.all-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto 55px auto;
    width: 204px;
    height: 41px;
    border: 1px solid #cbe0e7;
    border-radius: 5px;
    text-align: center;
    font: 17px/130% 'Open Sans', sans-serif;
    color: #159cc9;
    text-decoration: none;
    -webkit-box-shadow: 0px 5px 15px rgba(203, 224, 231, 0.99);
    box-shadow: 0px 5px 15px rgba(203, 224, 231, 0.99);
    transition: all 300ms ease-out;
}

.all-link:hover {
    -webkit-box-shadow: 0px 0 10px rgba(203, 224, 231, 0.99) inset;
    box-shadow: 0px 0 10px rgba(203, 224, 231, 0.99) inset;
}

.blue-block {
    margin: 85px 0 45px 0;
    padding: 40px 0;
    background: #0093EA;
    -webkit-box-shadow: 0px 5px 11px rgba(203, 224, 231, 0.97);
    box-shadow: 0px 5px 11px rgba(203, 224, 231, 0.97);
    text-align: center;
    font: 16px/130% 'Open Sans', sans-serif;
    color: #fff;
}

.bl-text {
    max-width: 780px;
    margin: 0 auto;
}

.features-list,
.text .features-list {
    list-style-position: outside;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.features-list li,
.text .features-list li {
    width: calc(50% - 4px);
    box-sizing: border-box;
    padding: 40px 25px 25px 25px;
    background: #F2F4F5;
    border-radius: 3px;
    font: 16px/130% 'Open Sans', sans-serif;
    color: rgb(51, 51, 51);
    margin-bottom: 40px;
    list-style: none;
}


.fl-title {
    margin-bottom: 25px;
    font-weight: bold;
}

.social a:hover {
    background: #00B0B5;
    color: #fff;
}


.flex-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-text>div {
    width: 46%;
}


.features--text {
    position: relative;
    padding-bottom: 12px;
}

.features--text::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 75px;
    height: 2px;
    background: #19a1c0;
    margin-left: -37.5px;
}


.title-center {
    margin: 40px 0;
    text-align: center;
    font: 600 18px/130% 'Open Sans', sans-serif;
}

.title-text-2 {
    margin-bottom: 10px;
    font: 600 18px/130% 'Open Sans', sans-serif;
}

.alignleft {
    float: left;
    margin: 0 18px 18px 0;
}

.title-center-2 {
    margin: 40px 0 30px 0;
    text-align: center;
    font: 600 18px/130% 'Open Sans', sans-serif;
}

.wp-block-columns .wp-block-column {
    margin-left: 0;
    margin-right: 0;
}

.wp-block-columns-wrap {
    justify-content: space-between;
}

.start-project {
    margin: 45px 0;
    padding-top: 40px;
    border-top: 1px solid #d6d6d6;
    text-align: center;
    font: 16px/130% 'Open Sans', sans-serif;
}

.sp-title {
    margin-bottom: 15px;
    text-align: center;
    font: 30px/130% 'Open Sans', sans-serif;
}

.text .is-style-squared .wp-block-button__link {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sp-link {
    display: block;
    width: 221px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    background: #1ca9e2;
    text-align: center;
    font: 16px/44px 'Open Sans', sans-serif;
    color: #ffffff;
    text-decoration: none;
    margin: 20px auto;
    transition: all 0.2s ease-out;
}

.sp-link:hover {
    background: #54c3f0;
}

.scrollup_btn {
    box-sizing: border-box;
    height: 60px;
    width: 60px;
    opacity: 0.5;
    border: 3px solid #D4DCE4;
    background: #fff;
    margin-left: 50%;
    border-radius: 50%;
    position: fixed;
    bottom: 100px;
    right: 17px;
    z-index: 999;
    cursor: pointer;
}

.scrollup_btn:hover {
    opacity: 1;
}

.scrollup_btn:before {
    content: "\e900";
    font-family: 'tm-lvivity' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -9px;
    font-size: 18px;
    color: #D4DCE4;
    transition: .2s color;
    transform: rotate(-180deg);
}

.scrollup_btn:hover:before {
    color: #80cdf9;
}

.clear {
    clear: both;
}

.et_monarch .et_social_networks.et_social_autowidth li:nth-child(n) {
    width: 40px;
    height: 40px;
    margin: 2px 0 0 10px !important;
}

.et_monarch .et_social_networks.et_social_autowidth li:first-child {
    margin-left: 0 !important;
}

.et_monarch .et_social_networks.et_social_autowidth .et_social_icons_container {
    display: flex;
}



/*SHORTCODES*/
i.mce-ico.mce-i-optim_cont_edit:before {
    content: "\f1ea";
    font-family: "FontAwesome";
    font-size: 14px;
    top: -2px;
    position: relative;
}

i.mce-ico.mce-i-optim_cont_box:before {
    content: "\f009";
    font-family: "FontAwesome";
    font-size: 14px;
    top: -2px;
    position: relative;
}

i.mce-ico.mce-i-optim_cont_sldie:before {
    content: "\f115";
    font-family: dashicons;
    font-size: 18px;
    top: -1px;
    position: relative;
}

i.mce-ico.mce-i-optim_cont_social:before {
    content: "\f099";
    font-family: "FontAwesome";
    font-size: 16px;
    top: -2px;
    position: relative;
}

i.mce-ico.mce-i-optim_cont_img:before {
    content: "\f03e";
    font-family: "FontAwesome";
    font-size: 14px;
    top: -2px;
    position: relative;
}

i.mce-ico.mce-i-optim_cont_special:before {
    content: "\f135";
    font-family: "FontAwesome";
    font-size: 14px;
    top: -2px;
    position: relative;
}

.mce-meida_btn button:before {
    font: 400 18px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f104";
    padding-right: 5px;
}

.mce-meida_btn {
    max-width: 120px;
    right: 0;
    left: initial !important;
}

.mce-meida_btn button {
    float: right;
    color: #888;
}

.mce-meida_btn button:hover {
    background: #fafafa;
}

.mce-icon_pack button i {
    top: -3px;
    position: relative;
    margin-right: 5px;
}

.mce-icon_pack button {
    line-height: 5px !important;
}

.mce-icon_value {
    display: none !important;
}

.mce-slide_images {
    display: none !important;
}

.mce-lts_menubtn {
    background: #fff !important;
    border: 1px solid #ddd !important;
    padding: 0 10px !important;
}

.mce-container .mce-formathtml a {
    line-height: 27px;
    text-decoration: underline;
}

.mce-ltsinfo:before {
    content: "\f05a";
    font-family: fontAwesome;
    margin-right: 7px;
}

.mce-slide_button {
    height: 100%;
    width: 100%;
    background: #f1f1f1 !important;
    border: 2px dashed #ccc !important;
}

.mce-slide_button button {
    color: #999;
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: center;
    cursor: pointer;
    width: 100px;
    margin: 0 auto;
}

.mce-slide_button img {
    display: inline-block;
    width: 70px;
    margin: 10px;
    float: left;
}

.mce-authorimg_button button,
.mce-secbgimg_button button {
    height: auto !important;
    width: auto !important;
    background: #f5f5f5;
    padding: 5px 15px;
    color: #999;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-top: 10px;
}

.mce-authorimg_button button:hover,
.mce-secbgimg_button button:hover {
    background: #fff;
    color: #666;
}

.mce-authorimg_button img,
.mce-secbgimg_button img {
    max-height: 50px;
    width: auto;
    margin-right: 20px;
}

.package {
    margin-left: 60px !important;
    height: 270px !important;
    border: 1px solid #ccc !important;
}

/*MCE PANEL*/
.mce-tinymce.mce-container.mce-panel {
    border: 1px solid #eee;
}

.mce-window-head {
    position: fixed;
    width: 100%;
    max-width: 858px;
    z-index: 999;
}

.mce-foot {
    z-index: 999;
    position: absolute;
    bottom: 0;
    top: auto !important;
    left: auto !important;
}

.mce-foot>div {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
}

div[aria-label="Color"]>.mce-reset>div:nth-child(2) {
    top: 37px;
}

div[aria-label="Keyboard Shortcuts"]>.mce-reset>div:nth-child(2) {
    top: 37px;
}

div[aria-label="Special character"]>.mce-reset>div:nth-child(2) {
    top: 37px;
}

/*PREVIEW*/
.mce-foot a.short_preview_btn {
    background: #fafafa !important;
    display: inline-block;
    padding: 0px 10px 2px 8px;
    cursor: pointer;
    font-size: 14px;
    color: #555;
    border: 1px solid;
    border-radius: 3px;
    border-color: #ccc;
    background: #f7f7f7;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
    box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
    margin: 10px;
}

.mce-foot a.short_preview_btn:hover {
    background: #fff !important;
}

.mce-foot a.short_preview_btn span:before {
    content: "\f177";
    font-family: dashicons;
    font-size: 16px;
    padding: 5px 5px 0px 0px;
}

.mce-foot a.short_preview_btn.posts_prevbtn {
    opacity: 0.7;
}

.mce-foot a.short_preview_btn.posts_prevbtn i {
    margin-top: 2px;
}

.mce-foot a.short_preview_btn.short_prev_on {
    background: #fff !important;
    color: #333;
    box-shadow: 0 1px 2px #ccc inset !important;
    font-weight: bold;
}

.mce-foot a.short_preview_btn.short_prev_on span:before {
    color: #006dcc;
}

.mce-foot a.short_preview_btn span {
    top: 2px;
    position: relative;
}


.short_preview {
    width: 858px !important;
    padding: 20px !important;
    background: #fff !important;
    position: fixed !important;
    z-index: 999999;
    box-sizing: border-box !important;
    overflow-y: auto;
    margin-top: 37px;
}

.short_preview.headline_prev {
    overflow: hidden;
}

.short_preview img {
    max-width: 100%;
}

.short_preview div,
.short_preview span,
.short_preview a,
.short_preview i,
.short_preview p {
    position: initial;
    float: initial;
    white-space: initial;
    vertical-align: initial;
}

.short_preview h1,
.short_preview h2,
.short_preview h3,
.short_preview h4,
.short_preview h5,
.short_preview h6 {
    font-weight: bold;
    white-space: initial;
    vertical-align: initial;
}

.short_preview h1 {
    font-size: 32px;
}

.short_preview h2 {
    font-size: 24px;
}

.short_preview h3 {
    font-size: 20px;
}

.short_preview h4 {
    font-size: 16px;
}

.short_preview h5 {
    font-size: 14px;
}

.short_preview h6 {
    font-size: 11px;
}

h3.no_shortcode {
    margin: 25% auto;
    text-align: center;
    opacity: 0.3;
    font-size: 24px;
}


.package {
    margin-left: 60px !important;
    height: 270px !important;
    border: 1px solid #ccc !important;
}

.close_icon_select {
    position: absolute !important;
    right: 0;
    top: 0;
}

.icon_select_parent .package {
    top: 20px !important;
}

/*SHORTCODES STYLE*/
.short_preview .col2 {
    width: 50%;
    float: left;
    padding: 0 1%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.short_preview .col3 {
    width: 33.3%;
    float: left;
    padding: 0 1%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.short_preview .col4 {
    width: 25%;
    float: left;
    padding: 0 1%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.short_preview .col5 {
    width: 20%;
    float: left;
    padding: 0 1%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

/*QUOTE*/
.short_preview .lts_quote_wrap {
    margin: 30px 0;
}

.short_preview .lts_quote {
    width: 92%;
    background-position: 5px 5px;
    clear: both;
    margin: 15px 0;
    padding-left: 47px;
    font-style: italic;
    min-height: 30px;
    border-left: 4px solid rgba(0, 0, 0, 0.1);
}

div.lts_quote div {
    display: inline;
}

.short_preview .lts_quote:before {
    content: "\f10d";
    font-family: "FontAwesome";
    float: left;
    margin-left: -1.4em;
    margin-top: 2px;
    font-size: 20px;
    opacity: 0.2;
}

.short_preview .lts_quote:after {
    content: "\f10e";
    font-family: "FontAwesome";
    margin-left: 0.2em;
    margin-top: 2px;
    font-size: 20px;
    opacity: 0.2;
    display: inline;
}

.short_preview .lts_quote_author {
    text-align: right;
    font-weight: bold;
}

.short_preview .lts_quote_author a:link:hover {
    border-bottom: 1px solid;
}


/*Title Divider*/
.short_preview .lts_title_divider {
    width: 130px;
    height: 30px;
    margin: 0 auto;
    margin-top: 70px;
}

.short_preview .lts_title_divider span.div_left {
    width: 45px;
    height: 1px;
    background: #999;
    float: left;
}

.short_preview .lts_title_divider span.div_right {
    width: 45px;
    float: left;
    height: 1px;
    background: #999;
}

.short_preview .lts_title_divider span.div_middle {
    float: left;
    margin: 10px;
    margin-top: -12px;
}

.short_preview .lts_title_divider span.div_middle .fa-heart {
    font-size: 14px;
}

.short_preview .lts_title_divider span.div_middle .fa-bolt {
    font-size: 18px;
}

.short_preview .lts_title_divider span.div_middle .fa-stop {
    font-size: 14px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.short_preview .lts_title_divider span.div_middle i.fa-minus {
    width: 6px;
    position: relative;
    top: -5px;
    transform: rotate(117deg);
    -webkit-transform: rotate(117deg);
    -moz-transform: rotate(117deg);
}

/*Drop CAP*/
.short_preview .lts_dropcap {
    float: left;
    display: block;
    margin: 0.175em 0.215em 0 0;
    padding: 0.105em 0.2em 0.135em;
    font-size: 3.3em;
    font-weight: bold;
    line-height: 1;
    border-radius: 3px;
}

.mce-ltsinfo.mce-formathtml {
    line-height: 27px !important;
}


/*LIST ELEMENTS*/
.short_preview .lts_list {
    padding: 20px;
}

.short_preview .lts_list li {
    list-style: none;
    line-height: 1.8em;
}

.short_preview .list1 li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    float: left;
    margin-left: -1.5em;
    margin-top: 2px;
    font-size: 14px;
}

.short_preview .list2 li:before {
    content: "\f054";
    font-family: "FontAwesome";
    float: left;
    margin-left: -1.5em;
    margin-top: 2px;
    font-size: 14px;
}

.short_preview .list3 li:before {
    content: "\f138";
    font-family: "FontAwesome";
    float: left;
    margin-left: -1.5em;
    margin-top: 1px;
    font-size: 14px;
}

.short_preview .list4 li:before {
    content: "\f105";
    font-family: "FontAwesome";
    float: left;
    margin-left: -1.5em;
    margin-top: 0px;
    font-size: 16px;
}

.short_preview .list5 li:before {
    content: "\f005";
    font-family: "FontAwesome";
    float: left;
    margin-left: -1.5em;
    margin-top: 1px;
    font-size: 14px;
}

.short_preview .list6 li:before {
    content: "\f1db";
    font-family: "FontAwesome";
    float: left;
    margin-left: -1.5em;
    font-size: 14px;
}

/*Button*/
.short_preview .lts_button {
    display: inline-block;
    padding: 7px 18px;
    background: #2BB975;
    color: #fff !important;
    margin: 0 10px 15px 10px;
    font-weight: bold;
}

.short_preview .lt_hollow {
    background: transparent !important;
    border-width: 2px;
    border-style: solid;
}

.short_preview .lts_button:hover {
    opacity: 0.8;
}

.short_preview a.lts_button.lt_flat {
    padding: 9px 18px;
}

.short_preview .lt_hollow {
    border: 2px solid;
    background: none !important;
}

.short_preview .lt_circular {
    border-radius: 100px !important;
}

.short_preview .lts_button_large {
    padding: 20px 40px;
    font-size: 20px;
}

.short_preview .lts_button_small {
    padding: 2px 10px;
    font-size: 14px;
}

.short_preview .lt_rounded {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


/*Icons*/
.short_preview .icon_style_circle_thin {
    border: 1px solid;
    border-radius: 50%;
    padding: 10px;
}

.short_preview .icon_style_circle_thick {
    border: 4px solid;
    border-radius: 50%;
    padding: 10px;
}

.short_preview .icon_style_circle_color {
    border-radius: 50%;
    padding: 10px;
    color: #fff !important;
}

.short_preview .icon_style_square_thin {
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
}

.short_preview .icon_style_square_thick {
    border: 4px solid;
    border-radius: 5px;
    padding: 10px;
}

.short_preview .icon_style_square_color {
    border-radius: 5px;
    padding: 10px;
    color: #fff !important;
}


/*TOOLTIP*/
.short_preview #miniTip {
    background-color: rgba(0, 0, 0, .8);
    border: none;
    color: #fff;
    opacity: 0;
    font-family: sans-serif;
    font-size: .7em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    position: absolute;
    z-index: 99999;
    margin-top: -25px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.short_preview #miniTip_t {
    background-color: rgb(0, 0, 0);
    font-weight: 700;
    padding: 4px 6px;
}

.short_preview #miniTip_c {
    padding: 4px 8px;
    font-size: 12px !important;
    display: inline-block;
}

.short_preview #miniTip_d {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, .8);
    border-bottom: 0;
    position: absolute;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 0px;
}

.short_preview .lts_tooltip {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    cursor: default;
    display: inline-block;
}

.short_preview .lts_tooltip:hover #miniTip {
    opacity: 1;
}

.short_preview .lts_tooltip:hover {
    color: initial !important;
}

/*Headline Shortcode*/
.short_preview .lts_headline {
    position: relative;
    font-weight: bold;
}

.short_preview .lts_headline_parent {}

.short_preview .lts_headline_type2 {
    text-align: center;
}

.short_preview .lts_headline_type3 {
    text-align: right;
}

.short_preview .lts_headline:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 3px;
    width: 9999px;
    display: block;
    margin-top: -2px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    left: 100%;
    margin-left: 0.5em;
}

.short_preview .lts_headline:before,
.headline_type3:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 3px;
    width: 9999px;
    display: block;
    margin-top: -2px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    right: 100%;
    margin-right: 0.5em;
}

.short_preview h1.lts_headline_parent span {
    font-size: 32px;
}

.short_preview h2.lts_headline_parent span {
    font-size: 24px;
}

.short_preview h3.lts_headline_parent span {
    font-size: 20px;
}

.short_preview h4.lts_headline_parent span {
    font-size: 16px;
}

.short_preview h5.lts_headline_parent span {
    font-size: 14px;
}

.short_preview h6.lts_headline_parent span {
    font-size: 14px;
}

/*SECTION SHORTCODE*/
.short_preview .lts_section {
    width: 100%;
    float: left;
    background-size: cover;
}

.short_preview .lts_section_body {
    padding: 50px;
}

/*TABS*/
.short_preview .tabs-container {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.short_preview .tabs {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.short_preview .tabs li {
    list-style-type: none;
    float: left;
    position: relative;
    z-index: 3;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: none;
    top: 8px;
    padding-bottom: 0;
}

.short_preview .tabs li a {
    padding: 5px 25px;
    display: inline-block;
}

.short_preview .tabs li.active {
    opacity: 1;
    top: 1px;
    padding-bottom: 8px;
    border-top: none;
}

body .tabs li.active a {
    font-weight: bold;
    border-top: 3px solid;
}

.short_preview .lts_tab {
    width: 100%;
    float: left;
    min-height: 100px;
    padding: 30px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.08);
}


/*Tabs Circular*/
.short_preview .tabs_circular ul.tabs {
    text-align: center;
}

.short_preview .tabs_circular .tabs li {
    float: none;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    margin-right: 30px;
    opacity: 1;
}

.short_preview .tabs_circular .tabs li a {
    padding: 5px 30px;
}

.short_preview .tabs_circular .tabs li.active {
    top: 8px;
    border-color: transparent;
}

body .tabs_circular .tabs li.active a {
    border-radius: 100px;
}

.short_preview .tabs_circular .lts_tab {
    margin-top: 40px;
    border: none;
}

/*Tabs Minimal*/
.short_preview .tabs_minimal ul.tabs {
    text-align: center;
}

.short_preview .tabs_minimal .tabs li {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    margin: 0;
    float: none;
    display: inline-block;
    margin-left: -4px;
}

.short_preview .tabs_minimal .tabs li a {
    padding: 5px 30px;
}

.short_preview .tabs_minimal .tabs li.active {
    top: 7px;
    padding-bottom: 0;
}

body .tabs_minimal .tabs li.active a {
    border-top: none;
    border-bottom: 2px solid;
}

.short_preview .tabs_minimal .lts_tab {
    margin-top: 40px;
    border: none;
}

/*Tabs Capsule*/
.short_preview .tabs_capsule ul.tabs {
    text-align: center;
}

.short_preview .tabs_capsule .tabs li {
    border: none;
    border-right: none;
    float: none;
    display: inline-block;
    margin-left: -4px;
}

.short_preview .tabs_capsule .tabs li a {
    padding: 5px 30px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.short_preview .tabs_capsule .tabs li.active {
    top: 8px;
    padding-bottom: 0;
}

body .tabs_capsule .tabs li.active a {
    border: none;
    border: 1px solid;
}

.short_preview .tabs_capsule .lts_tab {
    margin-top: 40px;
    border: none;
}

.short_preview .tabs_capsule .tabs li:first-child a {
    border-radius: 100px 0 0 100px;
}

.short_preview .tabs_capsule .tabs li:last-child a {
    border-radius: 0 100px 100px 0;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

/*BLOCKS*/
.mce-blocks_layout_value {
    display: none !important;
}

.blocks_layout span {
    display: inline-block;
    width: 80px;
    height: 50px;
    background: #eee;
    margin-right: 10px;
    border: 2px solid #ddd;
    cursor: pointer;
}

.blocks_layout span.block_active {
    border-color: #1FA8E4;
}

.blocks_layout {
    width: 100%;
    float: left;
    margin-top: -85px;
    margin-left: 70px;
}

.blocks_layout span:hover {
    opacity: 0.7;
}

.blocks_layout span i {
    background: #fff;
    display: inline-block;
    height: 40px;
}

.block1_layout i {
    width: 70px;
    margin: 5px;
}

.block2_layout i {
    width: 30px;
    margin: 5px;
}

.block3_layout i {
    width: 20px;
    margin: 5px 3px;
}

.block4_layout i {
    width: 14px;
    margin: 5px 3px;
}

.block5_layout i,
.block6_layout i,
.block7_layout i,
.block8_layout i {
    width: 14px;
    margin: 5px 3px;
}

.block5_layout i:nth-child(3) {
    width: 33px;
}

.block6_layout i:nth-child(1) {
    width: 33px;
}

.block7_layout i:nth-child(2) {
    width: 52px;
}

.block8_layout i:nth-child(1) {
    width: 52px;
}

.lts_blocks {
    width: 100%;
    float: left;
}

.lts_block {
    padding: 25px;
    width: 100%;
    float: left;
    margin: 20px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lts_blocks_layout1 .lts_block {
    width: 100%;
}

.lts_blocks_layout2 .lts_block {
    width: 49%;
    margin-right: 1%
}

.lts_blocks_layout3 .lts_block {
    width: 32%;
    margin-right: 1%
}

.lts_blocks_layout4 .lts_block {
    width: 24%;
    margin-right: 1%
}

.lts_blocks_layout5 .lts_block:nth-child(1) {
    width: 24.25%;
}

.lts_blocks_layout5 .lts_block:nth-child(2) {
    width: 24.25%;
}

.lts_blocks_layout5 .lts_block:nth-child(3) {
    width: 49%;
}

.lts_blocks_layout6 .lts_block:nth-child(1) {
    width: 49%;
}

.lts_blocks_layout6 .lts_block:nth-child(2) {
    width: 24.25%;
}

.lts_blocks_layout6 .lts_block:nth-child(3) {
    width: 24.25%;
}

.lts_blocks_layout7 .lts_block:nth-child(1) {
    width: 24.25%;
}

.lts_blocks_layout7 .lts_block:nth-child(2) {
    width: 73%;
}

.lts_blocks_layout8 .lts_block:nth-child(1) {
    width: 73%;
}

.lts_blocks_layout8 .lts_block:nth-child(2) {
    width: 24.25%;
}

.lts_oneblock {}

.lts_twoblocks .lts_block {
    margin-right: 2%
}

.lts_threeblocks .lts_block {
    margin-right: 1.2%
}

.lts_fourblocks .lts_block {
    margin-right: 1%
}

.lts_blocks .lts_block:last-child {
    margin-right: 0;
}

.lts_blocks .lts_block:empty {
    display: none;
}

/*PANEL SHORTCODE*/
.lts_panel {
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 20px;
}

.lts_panel h3 {
    margin: 0;
    padding: 10px 20px;
    font-size: 16px;
}

.lts_panel_body {
    padding: 20px;
}

/*Progress Bar*/
.lts_progress {
    width: 100%;
    background: rgba(0, 0, 0, 0.04);
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 50px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.lts_progress_inner {
    width: 40%;
    color: #fff;
    display: inline-block;
    height: 30px;
    border-radius: 3px 0 0 3px;
}

.lts_progress span {
    display: inline-block;
    float: left;
    background: rgba(0, 0, 0, 0.05);
    padding: 2px 0px;
    border-radius: 3px;
    margin-right: 10px;
    width: 60px;
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.lts_progress_wrap {
    background: rgba(0, 0, 0, 0.05);
    height: 30px;
    margin-left: 70px;
}

.thn_post_wrap {
    overflow: hidden;
    float: left;
    width: 100%;
}

.single_featured {
    margin-bottom: 20px;
}

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

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

.thn_post_wrap {
    line-height: 1.7em;
}

.progress_rounded {
    border-radius: 30px;
}

.progress_rounded span,
.progress_rounded .lts_progress_wrap {
    border-radius: 20px;
}

.progress_rounded .lts_progress_inner {
    border-radius: 20px 0 0 20px;
}

.progress_stripes .lts_progress_inner {
    background-image: url(../images/stripes.png);
}

.progress_title {
    font-weight: bold;
    margin-bottom: 5px;
}


.progress_thin {
    background: none;
    padding: 8px 0;
    width: calc(50% - 160px);
    float: left;
    margin-bottom: 10px;
    height: auto;
}

.progress_thin .lts_progress_wrap {
    height: 16px;
    margin-left: 0;
}

.progress_thin .lts_progress_inner {
    height: 15px;
    border-radius: 0;
    position: relative;
}

.progress_thin span {
    padding: 0;
    line-height: 13px;
    font-size: 14px;
    margin-top: 2px;
    background: none;
    position: absolute;
    display: block;
    z-index: 9;
    color: #fff;
}

.progress_thin .progress_title {
    width: 100%;
    float: left;
    font-size: 0.9em;
    margin-bottom: 0;
    line-height: 1.3em;
}

.progress_thin {
    width: 100%;
    float: left;
}

.progress_circular .progress_title:nth-child(1),
.progress_circular .lts_progress {
    display: none;
}

.progress_circular .progress_title {
    width: 160px;
    text-align: center;
    margin: 10px 0;
}

.progress_circular .circle_progress strong {
    width: 160px;
    display: block;
    position: absolute;
    top: 41%;
    text-align: center;
}

.progress_circular .circle_progress {
    position: relative;
}

.progress_circular {
    float: left;
    margin-right: 8%;
}

.progress_circular.last_progress {
    margin-right: 0;
}

.progress_circular_title {
    font-weight: bold;
    margin-bottom: 5px;
    width: 160px;
    display: block;
    top: 15px;
    text-align: center;
    position: relative;
}


/*AUTHOR SHORTCODE*/
.lts_author {
    width: 100%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.author_content h5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
}

.author_image {
    width: 13%;
    float: left;
    margin-right: 4%;
}

.author_content {
    float: left;
    width: 83%;
    font-size: 0.9em;
}

.lts_author .athor_social {
    margin: 0px;
}

.athor_social a {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.athor_social a:hover {
    color: #fff;
    -webkit-transform: scale(1.14);
    -moz-transform: scale(1.14);
    -ms-transform: scale(1.14);
    -o-transform: scale(1.14);
    transform: scale(1.14);
}

.athor_social a.auth_website:hover {
    background: rgba(0, 0, 0, 0.3);
}

.athor_social a.auth_facebook:hover {
    background: #47639e;
}

.athor_social a.auth_twt:hover {
    background: #35c2f6;
}

.athor_social a.auth_googleplus:hover {
    background: #ea493f;
}

.athor_social a.auth_pinterest:hover {
    background: #e90d1c;
}

.athor_social a.auth_linkedin:hover {
    background: #017eb4;
}

.athor_social a.auth_instagram:hover {
    background: #d4c5a4;
}

.athor_social a.auth_dribble:hover {
    background: #e04c86;
}

.athor_social a.auth_behance:hover {
    background: #4176fa;
}

/*Lightbox SHORTCODE*/
.lts_lightbox_content {
    position: fixed;
    background: #FFF;
    padding: 40px;
    width: 65%;
    min-width: 320px;
    margin: 20px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 99999999;
    top: 20%;
    left: 0;
    right: 0;
    font-size: 14px;
    color: #888;
}

.lts_lightbox_bttn {
    cursor: pointer;
    padding: 10px;
    display: inline-block;
}

.lts_lightbox_bttn:hover {
    opacity: 0.8;
}

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

.ltsclose {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0.6;
    cursor: pointer;
    font-size: 24px;
}

.ltsclose:hover {
    opacity: 1
}

.lts_lightbox_blank {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 999999;
}

/*MESSAGE BOX*/
.lts_scs {
    width: 100%;
    background: #c8ffd3;
    border: 1px solid #98f1a9;
    padding: 15px;
    color: #3f834c;
    clear: both;
    margin: 15px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lts_scs:before {
    content: "\f058";
    font-family: "FontAwesome";
    float: left;
    margin-right: 5px;
    margin-top: 0px;
    font-size: 18px;
}

.lts_info {
    width: 100%;
    background: #c5eaf5;
    border: 1px solid #8ac7e8;
    padding: 15px;
    color: #469cc0;
    clear: both;
    margin: 15px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lts_info:before {
    content: "\f05a";
    font-family: "FontAwesome";
    float: left;
    margin-right: 5px;
    margin-top: 0px;
    font-size: 18px;
}

.lts_wng {
    width: 100%;
    background: #f7e0b6;
    border: 1px solid #ebc887;
    padding: 15px;
    color: #af7a18;
    clear: both;
    margin: 15px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lts_wng:before {
    content: "\f06a";
    font-family: "FontAwesome";
    float: left;
    margin-right: 5px;
    margin-top: 0px;
    font-size: 18px;
}

.lts_err {
    width: 100%;
    background: #ffd0cc;
    border: 1px solid #e49a94;
    padding: 15px;
    color: #b04840;
    clear: both;
    margin: 15px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lts_err:before {
    content: "\f056";
    font-family: "FontAwesome";
    float: left;
    margin-right: 5px;
    margin-top: 0px;
    font-size: 18px;
}

/*Flickr Shortcode*/
#flickr_badge_wrapper {
    width: 100%;
    float: left;
}

#flickr_badge_wrapper a {
    float: left;
    position: relative;
}

#flickr_badge_wrapper a:hover {
    opacity: 0.7;
}

ul.pd_flick_gallery {
    margin: 0;
    padding: 0;
}

ul.pd_flick_gallery li {
    display: inline-block;
    list-style-type: none;
    padding: 10px;
    width: 33.33%;
    box-sizing: border-box;
    float: left;
}

div#flickr_badge_wrapper a:before {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.flckr_q ul.pd_flick_gallery li {
    width: auto;
}

.flckr_s ul.pd_flick_gallery li {
    width: auto;
}


/*Responsive Video*/
.ast_vid {
    overflow: hidden;
}

.responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 270px;
    min-height: 200px;
    border: none;
}


/*SEARCH SHORTCODE*/
form.lts_search-form {
    width: 100%;
    float: left;
}

form.lts_search-form input.search-field {
    width: 70%;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 0;
}

form.lts_search-form input.search-submit {
    padding: 15px;
    border: none;
    margin-left: -4px;
    cursor: pointer;
    font-weight: bold;
}

/*PRICING SHORTCODE*/
.lts_pricing {
    padding: 30px 0;
    width: 100%;
    float: left;
}

.pricebox {
    position: relative;
    overflow: hidden;
    width: 31.3%;
    float: left;
    margin: 1.5%;
}

.pricebox_inner {
    border: 4px solid rgba(0, 0, 0, 0.04);
    text-align: center;
}

.lts_pricebox1 .pricebox {
    width: 100%;
}

.lts_pricebox2 .pricebox {
    width: 46.5%;
}

.lts_pricebox4 .pricebox {
    width: 22.7%;
}

.pricebox:first-child {
    margin-left: 0;
}

.pricebox:last-child {
    margin-right: 0;
}

.price_head {
    text-align: center;
}

.price_head h3 {
    margin: 0;
    padding: 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.02);
}

.feat_wrap {
    position: absolute;
    width: 150px;
    height: 150px;
    overflow: hidden;
    right: 0;
    top: 0;
}

.pricebox_featured {
    position: relative;
    display: block;
    padding: 5px;
    width: 200px;
    left: 12px;
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    top: 16px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -moz-transform: rotate(40deg);
}

.price_body {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.price_body ul {
    background: rgba(0, 0, 0, 0.02);
    margin: 0;
    padding: 0;
}

.price_body ul li {
    list-style-type: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    padding: 15px 0;
    text-align: center;
}

p.price_desc {
    padding: 0 0 17px;
    text-align: center;
}

span.price_label {
    font-size: 14px;
}

.price_ammount {
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    margin: 40px 0;
}

div.price_footer {
    text-align: center;
}

.price_button {
    display: inline-block;
    margin: 20px 0;
    padding: 7px 25px;
    border-radius: 4px;
    border-width: 3px;
    border-style: solid;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.price_button:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.feat_price {
    margin-top: -10px;
}

.feat_price .pricebox_inner {
    padding-bottom: 20px;
}

.feat_price div.price_footer {
    margin-top: 10px;
}

.lts_pricing.pricing_style2 .price_ammount {
    font-size: 24px;
    margin: 0;
}

.lts_pricing.pricing_style2 .price_label {
    font-size: 20px;
}

.lts_pricing.pricing_style2 .price_head h3 {
    background: transparent;
    font-size: 30px;
    margin: 15px 0;
}

.lts_pricing.pricing_style2 .price_button {
    border-radius: 70px;
    padding: 2px 25px;
}

.lts_pricing.pricing_style2 .pricebox {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.lts_pricing.pricing_style2 .pricebox_inner {
    border: none;
    padding-bottom: 15px;
    border: 1px solid transparent;
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.lts_pricing.pricing_style2.lts_pricebox3 .pricebox:nth-child(1),
.lts_pricing.pricing_style2.lts_pricebox2 .pricebox:nth-child(1) {
    border-right-color: transparent;
}

.lts_pricing.pricing_style2.lts_pricebox3 .pricebox:nth-child(3) {
    border-left-color: transparent;
}

.lts_pricing.pricing_style3 .price_ammount {
    font-size: 40px;
    margin: 0 auto;
    display: block;
    width: 150px;
    height: 110px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 40px;
    border-radius: 50%;
    margin-top: 25px;
    text-align: center;
}

.lts_pricing.pricing_style3 .price_label {
    font-size: 15px;
    position: relative;
    top: -60px;
}

.lts_pricing.pricing_style3 .price_head h3 {
    background: transparent;
    font-size: 20px;
    margin: 15px 36px;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
}

.lts_pricing.pricing_style3 .price_button {
    padding: 2px 25px;
}

.lts_pricing.pricing_style3 .pricebox {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.lts_pricing.pricing_style3 .pricebox_inner {
    border: none;
    padding-bottom: 15px;
    border: 1px solid transparent;
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-radius: 10px;
}

.lts_pricing.pricing_style3.lts_pricebox3 .pricebox:nth-child(1),
.lts_pricing.pricing_style2.lts_pricebox2 .pricebox:nth-child(1) {
    border-right-color: transparent;
}

.lts_pricing.pricing_style3.lts_pricebox3 .pricebox:nth-child(3) {
    border-left-color: transparent;
}

.lts_pricing.pricing_style3 .pricebox.feat_price {
    transform: scale(1.03);
    position: relative;
    z-index: 2;
}

.lts_pricing.pricing_style3 .price_body ul {
    background: none;
}

.lts_pricing.pricing_style3 .price_body ul li {
    border-color: rgba(0, 0, 0, 0.07);
}

.lts_pricing.pricing_style4 .price_head {
    background: #333;
    color: #fff;
    padding-bottom: 10px;
}

.lts_pricing.pricing_style4 .pricebox_inner {
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.lts_pricing.pricing_style4 .price_ammount {
    font-size: 70px;
}

.lts_pricing.pricing_style4 .price_label {
    display: block;
    margin-top: -40px;
    text-align: center;
}

.lts_pricing.pricing_style4 .price_body ul li {
    margin: 0 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.lts_pricing.pricing_style4 .price_body ul {
    background: transparent;
}


.lts_pricing.pricing_style5 .price_head h3 {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding-bottom: 10px;
    border-radius: 10px 10px 0 0;
}

.lts_pricing.pricing_style5 .pricebox_inner {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.lts_pricing.pricing_style5 .price_ammount {
    font-size: 70px;
}

.lts_pricing.pricing_style5 .price_label {
    display: block;
    margin-top: -40px;
    text-align: center;
}

.lts_pricing.pricing_style5 .price_body ul li {
    border-bottom: 1px solid transparent;
    padding: 7px 0;
}

.lts_pricing.pricing_style5 .price_body ul {
    margin: 0px 50px;
    background: transparent;
    text-align: left;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.lts_pricing.pricing_style5 .price_head .price_ammount,
.lts_pricing.pricing_style5 .price_head .price_label {
    display: none;
}

.lts_pricing.pricing_style5 .price_desc.emptyp_clear {
    margin: 0;
}

.lts_pricing.pricing_style5 .price_button {
    padding: 4px 50px;
    font-weight: bold;
    font-size: 14px;
}


/*Call to Action*/
.ast_shrt_action {
    float: left;
    width: 96%;
    font-size: 20px;
    padding: 2%;
    margin-bottom: 20px;
}

.act_left {
    width: 73%;
    float: left;
    margin-right: 2%;
}

.act_right {
    width: 25%;
    float: left;
}

.act_right a {
    display: block;
    padding: 20px 10px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/*TOGGLE*/
.lts_toggle {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

.trigger_wrap {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.trigger {
    display: inline-block;
    cursor: pointer;
    padding: 15px 10px;
    padding-left: 10px;
    background-position: 12px 20px;
    display: block;
    font-weight: bold;
}

.lts_toggle .trigger i {
    opacity: 0.5;
    margin-right: 5px;
}

.lts_toggle_content {
    padding: 15px;
    clear: both;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


/*NivoSlider*/
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nivo-main-image:nth-child(1) {
    width: 100% !important;
    height: auto !important;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav,
.nivo-directionNav a {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.nivoSlider:hover .nivo-directionNav {}

.nivo-directionNav a {
    position: absolute;
    top: 200px !important;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 10px;
    width: 27px !important;
    height: 53px !important;
    display: block !important;
    text-indent: -999999px;
    background: url('.get_template_directory_uri().' /assets/images/nivo_nav.png) left no-repeat !important;
}

.nivo-nextNav {
    right: 10px;
    width: 27px !important;
    height: 53px !important;
    display: block;
    text-indent: -999999px;
    background: url('.get_template_directory_uri().' /assets/images/nivo_nav.png) right no-repeat !important;
}

.ast_slide_wrap {
    width: 80% !important;
    margin: 15px auto !important;
    position: relative !important;
}

.ast_slider {
    position: relative !important;
    height: auto !important;
    width: 100% !important;
    overflow: hidden !important;
}

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ast_slider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}

.ast_slider .nivo-caption {
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    width: 40%;
    left: 30px;
}

.ast_slider .nivo-directionNav {
    opacity: 1;
}

.ast_slider .nivo-directionNav a {
    bottom: 45%;
}

.ast_slide_wrap .nivo-controlNav {
    left: auto;
    right: 30px;
}


/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block
}

.ps-container>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    height: 8px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    bottom: 0;
    height: 8px
}

.ps-container>.ps-scrollbar-x-rail.in-scrolling {
    background-color: #eee;
    opacity: .9;
    -ms-filter: "alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

.ps-container>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    width: 8px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    right: 0;
    width: 8px
}

.ps-container>.ps-scrollbar-y-rail.in-scrolling {
    background-color: #eee;
    opacity: .9;
    -ms-filter: "alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
    opacity: .6;
    -ms-filter: "alpha(Opacity=60)";
    filter: alpha(opacity=60)
}

.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,
.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling {
    background-color: #eee;
    opacity: .9;
    -ms-filter: "alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9;
    -ms-filter: "alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9;
    -ms-filter: "alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999
}


.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 10px 3px 10px;
    text-align: center;
}

.wp-caption img {
    max-width: 98% !important;
    height: auto;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none !important;
    margin: 0 !important;
    max-width: 570px;
    padding: 0 !important;
}

.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.lts_blocks a {
    color: #3590ea;
    text-decoration: none;
}

.lts_blocks a:hover {
    color: #1e73be;
}


#disqus_thread a {
    color: #009CF0;
}

.text a {
    color: #009CF0;
    text-decoration: none;
}

.text a:hover {
    text-decoration: underline;
}

/* contact block styles */
.contact-wrapper {
    padding: 40px 30px;
    align-self: center;
    margin: 40px auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(36, 74, 152, 0.2);
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .contact-wrapper {
        padding: 20px 15px;
    }
}


/* home styles
=====================================================*/
/* home header --------------------- */
.tm-home-header {
    background-position: center top;
    background-repeat: no-repeat;
}

.tm-home-header__content {
    height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 150px;
}

.tm-home-header__btns {
    display: flex;
}

.tm-home-header__btns a+a {
    margin-left: 16px;
}

.gen-title {
    margin-bottom: 10px;
    font: 400 55px/65px 'Open Sans', sans-serif;
    text-transform: uppercase;
    max-width: 940px;
}

.gen-title span {
    font-weight: 700;
    color: #244A98;
}

.gen-text {
    max-width: 940px;
    margin: 0 0 50px 0;
}

@media screen and (max-width: 1900px) {
    .tm-home-header {
        background-size: 120%;
    }
}

@media screen and (max-width: 1600px) {
    .gen-title {
        font-size: 48px;
        line-height: 55px;
    }
}

@media screen and (max-width: 1440px) {
    .gen-title {
        font-size: 40px;
        line-height: 45px;
        max-width: 740px;
    }
}

@media screen and (max-width: 1180px) {
    .gen-title {
        font-size: 32px;
        line-height: 40px;
        max-width: 100%;
    }

    .tm-home-header__content {
        height: inherit;
        padding-top: 100px;
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 768px) {
    .gen-title {
        font-size: 28px;
        line-height: 35px;
    }

    .tm-home-header {
        background-size: 200%;
    }
}

@media screen and (max-width: 480px) {
    .tm-home-header__btns {
        display: block;
    }

    .tm-home-header__btns a+a {
        margin-left: 0;
        margin-top: 15px;
    }
}

/* Technology --------------------- */
.tm-shadow-blocks__title {
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
    color: #244A98;
}

/*  */
.tm-shadow-blocks__title_block {
    display: block;
    text-decoration: none;
}

a.tm-shadow-blocks__title.tm-shadow-blocks__title_block:hover.tm-margin-small-bottom,
.text a.color-deep-blue:hover {
    color: #12B2C6;
    transition: color 0.5s ease;
}

/*  */
.tm-shadow-blocks__item {
    padding: 28px;
    box-shadow: 0px 0px 40px rgba(36, 74, 152, 0.2);
    border-radius: 20px;
    background: #FFFFFF;
    height: 100%;
}

@media screen and (max-width: 1180px) {
    .tm-shadow-blocks__item {
        padding: 15px;
    }
}

/* projects --------------------- */
.tm-posts-work {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 0 20px;
}

.tm-posts-work__content {
    max-width: 1600px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.tm-posts-work__head {
    min-height: 700px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 55%;
    padding-top: 45px;
    padding-right: 45px;
    padding-bottom: 120px;
}

.tm-posts-work__head>div {
    max-width: 60%;
}

.tm-posts-work__pic {
    width: 45%;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.tm-posts-work__text {
    margin-bottom: 30px;
}

.tm-posts-work__title {
    margin-bottom: 15px;
}

.tm-posts-work__title a {
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    color: #000;
    text-decoration: none;
}

.tm-works-home__items .tm-posts-work:nth-child(2n) .tm-posts-work__pic {
    order: 1;
    width: 55%;
}

.tm-works-home__items .tm-posts-work:nth-child(2n) .tm-posts-work__head {
    order: 2;
    padding-left: 105px;
    width: 45%;
}

.tm-works-home__items .tm-posts-work:nth-child(2n) .tm-posts-work__head>div {
    max-width: 100%;
}

@media screen and (max-width: 1900px) {
    .tm-posts-work__content {
        max-width: 1440px;
    }
}

@media screen and (max-width: 1600px) {
    .tm-posts-work__content {
        max-width: 1240px;
    }

    .tm-posts-work__head>div {
        max-width: 80%;
    }
}

@media screen and (max-width: 1440px) {
    .tm-posts-work__content {
        max-width: 1040px;
    }

    .tm-posts-work__head {
        min-height: 550px;
    }

    .tm-works-home__items .tm-posts-work:nth-child(2n) .tm-posts-work__head {
        padding-left: 25px;
    }
}

@media screen and (max-width: 1280px) {
    .tm-works-home .fixed {
        max-width: 100%;
        padding: 0 20px;
    }

    .tm-posts-work__head>div {
        max-width: 100%;
    }
}

@media screen and (max-width: 980px) {
    .tm-posts-work__head {
        min-height: 450px;
    }
}

@media screen and (max-width: 980px) {

    .tm-posts-work__head,
    .tm-posts-work__pic,
    .tm-works-home__items .tm-posts-work:nth-child(2n) .tm-posts-work__head,
    .tm-works-home__items .tm-posts-work:nth-child(2n) .tm-posts-work__pic {
        width: 100%;
    }

    .tm-posts-work__head {
        min-height: inherit;
        padding-bottom: 30px;
    }

    .tm-works-home__items .tm-posts-work:nth-child(2n) .tm-posts-work__head {
        order: 1;
    }
}


/* rewards --------------------- */
.tm-home-rewards .tm-grid {
    margin-left: 0;
}

.tm-home-rewards .tm-grid__width-7-1 {
    padding-left: 0;
}

/* reviews --------------------- */
.reviews-slider {
    max-width: 1580px;
    margin: 0 auto;
}

.reviews-item {
    padding: 0 40px;
}

.reviews-block__header,
.reviews-block__clutch-rating,
.tm-posts-work__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.reviews-block__header {
    justify-content: space-between;
}

.reviews-item__position {
    margin-bottom: 10px;
}

.reviews-item__text {
    margin-top: 35px;
}

.reviews-block ul.slick-dots {
    margin: 90px 0 40px;
    position: relative;
    bottom: auto;
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
}

.reviews-block ul.slick-dots li {
    margin: 0 5px;
}

.reviews-block__clutch-link {
    color: #ED4F3C !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
}


div.vote-wrap {
    overflow: hidden;
}

div.vote-block {
    position: relative;
}

div.vote-hover {
    float: left;
    cursor: pointer;
    padding: 0 4px;
    height: 16px;
}

div.vote-stars {
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/stars.png') left top;
}

div.vote-active {
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/stars.png') left bottom;
}

.text .reviews-block .slick-dots {
    margin: 90px 0 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.text .reviews-block .slick-dots li {
    padding: 0;
    margin: 0 5px 0;
}

.text .reviews-block ul.slick-dots li::before {
    display: none;
}

.slick-dots li {
    width: auto;
}

.slick-dots li button {
    width: 32px;
    padding: 0;
    height: 10px;
    background: #AEE1E8;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 0 none;
    font-size: 0;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: #3CBCCC;
    cursor: pointer;
}

.slick-dots li button::before {
    display: none;
}

@media screen and (max-width: 1280px) {

    .reviews-block .slick-dots,
    .text .reviews-block .slick-dots {
        margin: 25px 0;
    }
}

@media screen and (max-width: 980px) {

    .tm-section.tm-home-rewards,
    .tm-section.tm-home-featured {
        padding: 0;
    }

    .tm-home-rewards .tm-uniq-title,
    .tm-home-featured .tm-uniq-title {
        padding: 0 20px;
    }

    .tm-home-featured .tm-img-block {
        padding-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    .reviews-item {
        padding: 0;
    }

    .slick-dots li button {
        width: 15px;
    }

    .reviews-block__clutch {
        max-width: 140px;
    }

    .reviews-block__clutch-link {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .tm-home-featured img {
        max-width: 250px;
    }
}

/* blog --------------------- */
.tm-latest-articles__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    box-shadow: 0px 0px 40px rgba(36, 74, 152, 0.2);
    border-radius: 20px;
    height: 100%;
    position: relative;
    min-height: 268px;
    flex-wrap: wrap;
}

.tm-latest-articles .tm-grid__width-1-2 {
    margin-bottom: 40px;
}

.tm-latest-articles__pic {
    max-width: 50%;
    height: 100%;
    width: 50%;
    min-height: 268px;
    position: absolute;
    left: -1px;
    top: 0;
}

.tm-latest-articles__pic a {
    width: 100%;
    display: block;
    height: 0;
    overflow: hidden;
    min-height: 100%;
    position: relative;
    border-radius: 20px;
}

.tm-latest-articles__pic a img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}

.tm-latest-articles__title {
    padding: 30px 20px 70px;
    border: 3px solid transparent;
    border-radius: 22px;
    transition: all 0.3s ease-out;
    width: 100%;
}

.tm-latest-articles__content:hover .tm-latest-articles__title {
    border: 3px solid #12B2C6;
}

.tm-latest-articles__title a {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #244A98;
    text-decoration: none;
    transition: all 0.3s ease-out;
    position: relative;
    left: calc(50% + 30px);
    width: calc(50% - 30px);
    display: block;
}

.tm-latest-articles__title a:hover {
    color: #12B2C6;
}

@media screen and (max-width: 1280px) {
    .tm-latest-articles__title a {
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width: 480px) {
    .tm-latest-articles__pic {
        max-width: 100%;
        width: 100%;
        position: relative;
        max-height: 208px;
        min-height: 208px;
    }

    .tm-latest-articles__title a {
        left: 0;
        width: 100%;
        font-size: 18px;
        line-height: 22px;
    }

    .tm-latest-articles__title {
        padding: 20px 80px 30px 20px;
    }
}

/* author --------------------- */
.tm-author-header {
    padding-left: 90px;
    display: flex;
    flex-wrap: wrap;
}

.tm-author-header>div:nth-child(1) {
    border-radius: 50%;
    width: 150px;
    overflow: hidden;
    min-height: 150px;
    position: relative;
}

.tm-author-header>div:nth-child(1) img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}

.tm-author-header .title-head,
.tm-author-header .head-text {
    margin-left: 40px;
}

.tm-author-header .title-head {
    margin-bottom: 10px;
}

.tm-author-header__position {
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 40px;
}

/* contact --------------------- */
.tm-home-contact__block {
    max-width: 600px;
    margin: 0 auto;
}

.tm-home-contact {
    background: url(../images/bg-footer-home.jpg) no-repeat center bottom;
    padding-top: 291px;
    padding-bottom: 167px;
    margin-top: -140px;
}

@media screen and (max-width: 1280px) {
    .tm-author-header {
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .tm-home-contact {
        background: url(../images/bg-footer-home-2.jpg) no-repeat center bottom;
        padding-bottom: 127px;
        margin-top: -190px;
    }

    .tm-author-header>div:nth-child(1) {
        max-width: 150px;
        margin: 0 auto;
    }

    .tm-author-header>div:nth-child(2) {
        width: 100%;
        padding-top: 25px;
    }

    .tm-author-header .title-head,
    .tm-author-header .head-text,
    .tm-author-header__position {
        margin-left: 0;
    }
}

/* slick --------------------- */
.tm-img-block .slick-slide {
    margin: 0 10px;
}

/* end home styles
=====================================================*/

/* pages
=====================================================*/
/* default --------------------- */
.cont-block {
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
}

.text {
    margin-bottom: 35px;
}

.text p {
    margin-bottom: 18px;
}

.tm-page-header,
.tm-page-header__default>div:nth-child(2),
.tm-contact-us {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tm-page-header {
    min-height: 350px;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.tm-page-header__technology {
    min-height: 450px;
}

.tm-page-header__default {
    justify-content: space-between;
}

.tm-page-header__default>div:nth-child(1) {
    width: 50%;
}

.tm-page-header__default>div:nth-child(2) {
    justify-content: center;
    width: 50%;
    padding-left: 50px;
}

.tm-page-header-img-default {
    position: relative;
}

.tm-page-header-img-default img {
    position: relative;
    z-index: 1;
}

.tm-page-header-img-default::after {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 100%;
    width: 100%;
    content: '';
    background: #244A98;
    z-index: 0;
}

.title-head {
    margin: 0 0 20px 90px;
    font: 700 55px/65px 'Open Sans', sans-serif;
    color: #244A98;
    text-transform: uppercase;
}

.head-text {
    max-width: 600px;
    margin: 0 0 0 90px;
    font: 400 18px/130% 'Open Sans', sans-serif;
    color: #000;
}

@media screen and (max-width: 1280px) {

    .title-head,
    .head-text {
        margin-left: 0;
    }

    /* .tm-page-header {
        min-height: 350px;
    } */
}

@media screen and (max-width: 980px) {
    .tm-page-header__default>div:nth-child(2) {
        padding-left: 20px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 768px) {
    .tm-page-header {
        min-height: auto;
    }

    .tm-page-header__default>div:nth-child(1),
    .tm-page-header__default>div:nth-child(2) {
        width: 100%;
    }

    .tm-page-header__default>div:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
    }

    .tm-page-header-img-default {
        margin-top: 50px;
        max-width: 480px;
    }
}

/* jobs --------------------- */
.tm-page-header__jobs {
    min-height: 375px;
    margin-bottom: 0;
    padding-bottom: 80px;
}

.tm-page-header__jobs .title-head,
.tm-page-header__jobs .head-text {
    margin-left: 0;
}

.wp-block-columns.jobs-columns {
    margin-left: -40px;
}

.wp-block-columns.jobs-columns>.wp-block-column:nth-child(1) {
    width: calc(72% - 40px);
}

.wp-block-columns.jobs-columns>.wp-block-column:nth-child(2) {
    width: calc(28% - 40px);
}

.wp-block-columns.jobs-columns>.wp-block-column {
    margin-left: 40px;
}

.tm-page-header__jobs-time {
    display: flex;
    margin-top: 45px;
}

.tm-jobs-time,
.tm-jobs-city {
    position: relative;
    padding-left: 32px;
}

.tm-jobs-city {
    margin-left: 35px;
}

.tm-jobs-time::before,
.tm-jobs-city::before {
    font-family: 'tm-lvivity';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    color: #12B2C6;
}

.tm-jobs-time::before {
    content: "\e90f";
}

.tm-jobs-city::before {
    content: "\e910";
    font-size: 24px;
}

.tm-recruiter .wp-block-columns {
    border-radius: 20px;
    box-shadow: 0px 0px 40px rgb(36 74 152 / 20%);
}

.tm-recruiter .wp-block-image img {
    margin-top: -50%;
}

.tm-recruiter .wp-block-column {
    padding: 20px;
}

.tm-recruiter .cf-button {
    display: block;
}

.tm-recruiter .cf-sub {
    margin: 0 auto;
}

@media screen and (max-width: 1600px) {
    .tm-page-job .text>div>.wp-block-column:nth-child(1) {
        flex-basis: 65% !important;
    }

    .tm-page-job .text>div>.wp-block-column:nth-child(2) {
        flex-basis: 35% !important;
    }
}

@media screen and (max-width: 980px) {
    .tm-page-header.tm-page-header__jobs {
        min-height: auto;
        margin-bottom: 50px;
        padding-bottom: 0;
    }

    .tm-page-job .text>div.wp-block-columns {
        flex-wrap: wrap;
    }

    .tm-page-job .text>div>.wp-block-column:nth-child(1),
    .tm-page-job .text>div>.wp-block-column:nth-child(2) {
        flex-basis: 100% !important;
    }

    .tm-page-job .text>div>.wp-block-column:nth-child(2) {
        margin-left: 0;
        margin-top: 120px;
    }
}

/* portfolio block --------------------- */
.tm-content-work {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
}

.tm-content-work__item {
    padding-left: 40px;
    width: 33.333%;
}

.tm-content-work__content {
    max-height: 268px;
    min-height: 268px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding: 28px;
    border: 3px solid transparent;
    transition: all 0.3s ease-out;
}

.tm-content-work__content:hover {
    border: 3px solid #12B2C6;
}

.tm-content-work__pic {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 60%;
}

.tm-content-work__pic a {
    display: block;
    height: 100%;
    width: 100%;
}

.tm-content-work__pic a img {
    object-fit: contain;
    max-height: 220px;
}

.tm-content-work__head {
    position: relative;
    z-index: 1;
}

.tm-content-work__title a {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    text-decoration: none;
}

.tm-content-work__title a:hover {
    text-decoration: none;
}

.tm-content-work__content .tm-lvivity {
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 20px rgba(38, 50, 56, 0.1);
    border-radius: 50%;
    color: #12B2C6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
}

.tm-content-work__content:hover .tm-lvivity,
.tm-content-work__content:focus .tm-lvivity,
.tm-content-work__content .tm-lvivity:hover,
.tm-content-work__content .tm-lvivity:focus {
    background: #12B2C6;
    color: #fff;
    text-decoration: none;
}

.tm-content-work__content:hover .tm-lvivity::before,
.tm-content-work__content .tm-lvivity:hover::before {
    content: "\e902";
}

@media screen and (max-width: 1180px) {
    .tm-content-work__title a {
        font-size: 20px;
        line-height: 28px;
    }

    .tm-content-work__content {
        padding: 24px;
    }
}

@media screen and (max-width: 992px) {
    .tm-content-work__item {
        width: 100%;
    }

    .tm-content-work__item:not(:last-child) {
        margin-bottom: 30px;
    }
}

/* contact block --------------------- */
.tm-contact-us {
    background: url(../images/bg-start-project.png) no-repeat center center;
    padding: 320px 0;
    width: 1000%;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: -190px;
    margin-bottom: -190px;
    justify-content: center;
}

.tm-contact-us>div {
    max-width: 730px;
}

.tm-contact-us.tm-contact-us__bigger>div {
    max-width: 1000px;
}

@media screen and (max-width: 1180px) {
    .tm-contact-us {
        margin-top: -280px;
        margin-bottom: -250px;
    }
}

@media screen and (max-width: 840px) {
    .tm-contact-us {
        padding: 320px 20px;
    }
}

/* services --------------------- */
.page-template-page-services .menu>li>a,
.page-template-page-serviceslight .menu>li>a {
    color: #fff;
}

.page-template-page-services .menu>li.menu-item-has-children>a::after,
.page-template-page-serviceslight .menu>li.menu-item-has-children>a::after {
    color: rgba(255, 255, 255, 0.5);
}

.page-template-page-services .menu>li.current-menu-parent::before,
.page-template-page-services .menu>li.current-menu-item::before,
.page-template-page-services .menu>li:hover::before,
.page-template-page-serviceslight .menu>li.current-menu-parent::before,
.page-template-page-serviceslight .menu>li.current-menu-item::before,
.page-template-page-serviceslight .menu>li:hover::before {
    background: #12B2C6;
}

.page-template-page-services .header.tm-header-wrap_active .menu>li>a,
.page-template-page-services .header.tm-header-wrap_active .menu>li .sub-menu,
.page-template-page-serviceslight .header.tm-header-wrap_active .menu>li>a,
.page-template-page-serviceslight .header.tm-header-wrap_active .menu>li .sub-menu {
    color: #000;
}

.page-template-page-serviceslight .header.tm-header-wrap_active .menu>li.menu-item-has-children>a::after,
.page-template-page-services .header.tm-header-wrap_active .menu>li.menu-item-has-children>a::after {
    color: rgba(38, 50, 56, 0.5);
}

.page-template-page-serviceslight .title-head,
.page-template-page-services .title-head {
    margin: 0 0 20px 0;
}

.page-template-page-serviceslight .head-text,
.page-template-page-services .head-text {
    margin: 0;
}

.tm-page-header__services {
    min-height: 660px;
}

.tm-page-header__services-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 5%;
    min-height: 660px;
    background-repeat: no-repeat;
    background-size: cover;
}

.tm-page-header-img-services {
    height: 560px;
}

.tm-page-header-img-services>div {
    height: 100%;
}

.tm-page-header-img-services img {
    height: calc(100% + 70px);
}

.tm-page-header__services>div:first-child {
    width: 40%;
}

.services-columns-img .wp-block-column {
    position: relative;
}

.services-columns-img .wp-block-image {
    position: absolute;
    right: -25px;
    top: -15px;
}

.content-shadow-columns.services-columns-img .wp-block-column {
    padding-right: 115px;
}

@media screen and (max-width: 1440px) {
    .tm-page-header__services-img {
        min-height: 550px;
        max-height: 550px;
        height: 100%;
    }

    .tm-page-header__services {
        min-height: 550px;
        margin-bottom: 30px;
    }

    .tm-page-header-img-services img {
        height: calc(100% + 30px);
    }

    .tm-page-header-img-services {
        height: 460px;
    }
}

@media screen and (max-width: 1200px) {
    .page-template-page-services .menu-icon span {
        background: #fff;
    }
}

@media screen and (max-width: 1180px) {

    .tm-page-header__services-img,
    .tm-page-header__services {
        height: 400px;
        min-height: 400px;
    }

    .tm-page-header-img-services {
        padding-top: 30px;
        height: 100%;
    }

    .tm-page-header {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .services-columns-img .wp-block-image {
        min-height: 110px;
        width: 120px;
    }

    .services-columns-img .wp-block-image img {
        height: 100%;
        width: 100%;
        max-height: 100%;
        object-fit: contain;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
    }

    .tm-page-header__services-img {
        position: relative;
    }

    .tm-page-header__services>div:first-child,
    .tm-page-header__services-img {
        width: 100%;
    }

    .tm-page-header__services-img {
        margin-top: 30px;
    }

    .tm-page-header__services {
        height: auto;
    }

    .tm-page-header__services-img {
        height: 300px;
        min-height: 300px;
    }

    .tm-page-header {
        margin-bottom: 60px;
    }

    .page-template-page-services .menu-icon span {
        background: #000;
    }
}

/* expertize --------------------- */
.industry-columns-img .wp-block-column,
.tc-expertise-columns-img .wp-block-column {
    position: relative;
}

.industry-columns-img .wp-block-image {
    position: absolute;
    right: 15px;
    bottom: -35px;
    max-width: 105px;
}

.content-shadow-columns.industry-columns-img .wp-block-column {
    padding-right: 95px;
}

.cont-block.tm-page-expertise {
    padding: 0;
}

.tm-page-expertise__content {
    padding-left: 20px;
    padding-right: 20px;
}

.tm-page-header__expertise {
    min-height: 760px;
    position: relative;
    padding-left: 20px;
}

.tm-page-header__expertise-img {
    position: absolute;
    right: 0;
    bottom: -60px;
    max-width: 50%;
    height: 700px;
}

.tm-page-header-img-expertise,
.tm-page-header-img-expertise>div,
.tm-page-header-img-expertise img {
    height: 100%;
}

.tm-page-header-img-expertise img {
    height: 85%;
}

.tm-page-header-img-expertise {
    width: auto;
}

.tm-page-expertise__title {
    width: 48%;
}

.tm-page-expertise__title .title-head,
.tm-page-expertise__title .head-text {
    margin-left: 0;
}

@media screen and (min-width: 1680px) {
    .tm-page-header__expertise-img {
        max-width: 850px;
    }
}

@media screen and (max-width: 1440px) {
    .tm-page-header__expertise {
        min-height: 560px;
    }

    .tm-page-header__expertise-img {
        height: 520px;
    }

    .tm-page-header__expertise-img img {
        object-fit: contain;
    }
}

@media screen and (max-width: 1180px) {
    .tm-page-header__expertise {
        min-height: 450px;
    }
}

@media screen and (max-width: 768px) {
    .tm-page-header__expertise {
        min-height: inherit;
        padding-top: 90px;
    }

    .tm-page-expertise__title {
        width: 100%;
    }

    .tm-page-header__expertise-img {
        position: relative;
        max-width: 100%;
        display: flex;
        justify-content: flex-end;
        height: auto;
        bottom: -30px;
    }

    .tm-page-header__expertise-img img {
        max-width: 480px;
        width: 100%;
    }
}

/* technology --------------------- */
.tc-expertise-columns-img .wp-block-image {
    position: absolute;
    right: 35px;
    top: 0;
    margin: auto;
    bottom: 0;
    max-height: 120px;
}

.tm-page-technology {
    position: relative;
}

.tm-page-header-img-technology {
    position: absolute;
    right: 0;
    top: 80px;
    display: flex;
    align-items: center;
    max-height: 556px;
}

.tm-page-header__technology>div:nth-child(1) {
    max-width: 65%;
}

@media screen and (max-width: 1440px) {
    .tm-page-header-img-technology {
        max-width: 450px;
    }
}

@media screen and (max-width: 1280px) {

    .tm-page-header__technology .title-head,
    .tm-page-header__technology .head-text {
        margin-left: 0;
    }

    .tm-page-header-img-technology {
        max-width: 370px;
    }
}

@media screen and (max-width: 980px) {
    .tm-page-header__technology>div:nth-child(1) {
        max-width: 60%;
    }
}

@media screen and (max-width: 862px) {
    .tm-page-header__technology>div:nth-child(1) {
        max-width: 100%;
        width: 100%;
    }

    .tm-page-header__technology>div:nth-child(2) {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .tm-page-header-img-technology {
        position: relative;
        margin-right: -20px;
        top: 50px;
    }
}

/* gdpr --------------------- */
.tm-page-header__gdpr {
    min-height: 325px;
    margin-bottom: 0;
    padding-bottom: 45px;
}

.tm-page-gdpr .text {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

/* faq --------------------- */
.tm-page-header__faq {
    justify-content: space-between;
    margin-bottom: 35px;
}

.tm-page-header__faq>div:nth-child(1) {
    width: 60%;
}

.tm-page-header__faq>div:nth-child(2) {
    width: 40%;
}

.tm-content-accordion-list {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
}

.tm-content-accordion-list>div {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 20px 30px;
    margin: 0 auto 25px auto;
    box-shadow: 0px 0px 40px rgba(36, 74, 152, 0.2);
    border-radius: 20px;
    cursor: pointer;
}

.tm-content-accordion-list__text {
    padding-top: 15px;
}

.tm-content-accordion-list__text p:last-child {
    margin-bottom: 0;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
    border: 0 none;
    margin-bottom: 15px;
    box-shadow: 0px 0px 40px rgba(36, 74, 152, 0.2);
    border-radius: 20px;
    background: #fff;
    position: relative;
}

.tm-content-accordion-list>div .tm-content-accordion-list__title span {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 23px;
    height: 23px;
}

.tm-content-accordion-list>div .tm-content-accordion-list__title span::after,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper::after {
    position: absolute;
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: 0;
    left: 0;
    margin: auto;
    content: '\e900';
    font-family: 'tm-lvivity';
    /* max-height: 25px; */
    transition: all 0.2s ease-out;
    color: #12B2C6;
}

.tm-content-accordion-list>div.active .tm-content-accordion-list__title span::after,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-accordion-header-active::after {
    -moz-transform: rotate(180deg);
    /* Для Firefox */
    -ms-transform: rotate(180deg);
    /* Для IE */
    -webkit-transform: rotate(180deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg);
    /* Для Opera */
    transform: rotate(180deg);
    transition: all 0.2s ease-out;
}

.tm-content-accordion-list__title {
    font-weight: 600;
}

.tm-content-accordion-list__title,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a {
    color: #244A98;
    font-size: 22px;
    line-height: 33px;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
    padding: 25px 32px;
    position: relative;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active .wp-block-getwid-accordion__icon.is-passive,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper .wp-block-getwid-accordion__icon {
    display: none;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__content {
    padding: 20px 32px 40px;
    border: 0 none;
}



/* about --------------------- */
.tm-about-founder,
.tm-about-quote {
    padding-top: 80px;
}

.tm-about-quote {
    padding-right: 85px;
    background: url(../images/quote.png) no-repeat right 0;
    font-size: 24px;
    line-height: 150%;
    padding-left: 40px;
}

@media screen and (max-width: 1280px) {
    .tm-about-quote {
        font-size: 20px;
    }
}

@media screen and (max-width: 1180px) {

    .tm-content-accordion-list__title,
    .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a {
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (max-width: 781px) {
    .tm-about-founder {
        padding-top: 30px;
    }

    .tm-about-quote {
        font-size: 18px;
        padding-left: 0;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.tm-about-quote:nth-child(2n) {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {

    .tm-page-header__faq>div:nth-child(1),
    .tm-page-header__faq>div:nth-child(2) {
        width: 100%;
    }

    .tm-page-header__faq>div:nth-child(2) {
        height: 350px;
    }

    .tm-page-header-img-faq,
    .tm-page-header-img-faq>div,
    .tm-page-header-img-faq img {
        height: 100%;
    }

    .tm-page-header-img-faq {
        display: flex;
        justify-content: center;
    }

    .tm-content-accordion-list__title,
    .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 400px) {
    .tm-page-header__faq>div:nth-child(2) {
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .tm-about-quote {
        padding-right: 25px;
    }
}

/* end pages style
=====================================================*/

/* contact page
=====================================================*/
.tm-page-header__contact {
    min-height: auto;
    padding-top: 50px;
    margin-bottom: 70px;
}

.tm-contact-page__content {
    position: relative;
    padding-bottom: 120px;
}

.tm-contact-page__form {
    max-width: 55%;
    position: relative;
    z-index: 1;
}

.tm-contact-page__info {
    position: absolute;
    right: 0;
    max-width: 60%;
    top: 75px;
    z-index: 0;
}

.tm-contact-page__location>div,
.tm-contact-page__message>div {
    padding-left: 35%;
}

.tm-contact-page__message {
    background: #244A98;
    color: #fff;
    padding: 65px;
}

.tm-contact-page__message ul.tm-uniq-list li::before {
    background: #12B2C6;
}

.tm-contact-page__title {
    margin-bottom: 45px;
}

.tm-contact-page__title,
.tm-contact-page__title span {
    position: relative;
}

.tm-contact-page__title>span>span {
    z-index: 1;
}

.tm-contact-page__title>span::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 13px;
    width: 70%;
    background: #12B2C6;
    content: '';
    z-index: 0;
}

.tm-contact-page__location {
    margin-bottom: 35px;
}

.tm-contact-page__address {
    margin-bottom: 25px;
}

.tm-contact-page__address,
.tm-contact-page__tel {
    display: flex;
    align-items: center;
}

.tm-contact-page__address::before,
.tm-contact-page__tel::before {
    font-family: 'tm-lvivity';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    background: #244A98;
    margin-right: 10px;
    min-width: 40px;
}

.tm-contact-page__address::before {
    content: "\e90a";
}

.tm-contact-page__tel::before {
    content: "\e90b";
}

.tabbed {
    position: relative;
}

.tabbed>input {
    display: none;
}

.tabbed>label {
    display: block;
    float: left;
    padding: 12px 20px 12px 40px;
    margin-right: 5px;
    cursor: pointer;
    transition: background-color .3s;
    position: relative;
    font-size: 22px;
    margin-bottom: 15px;
}

.tabbed>label::before {
    position: absolute;
    top: 10px;
    left: 0;
    height: 24px;
    width: 24px;
    border: 3px solid #244A98;
    border-radius: 50%;
    content: '';
}

.tabbed>label::after {
    left: 7px;
    top: 17px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #244A98;
    content: "";
    position: absolute;
    display: none;
}

.tabbed input#tab-nav-1:checked~label:nth-child(2):after,
.tabbed input#tab-nav-2:checked~label:nth-child(4):after,
.tabbed input#tab-nav-3:checked~label:nth-child(6):after {
    display: block;
}


.tabs {
    clear: both;
}

.tabs>div {
    line-height: 1.4em;
    opacity: 0;
    z-index: 0;
    height: 0;
    position: relative;
    left: -100%;
}

.tabs>div>div {
    padding: 10px 30px 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(36, 74, 152, 0.2);
    border-radius: 20px;
}

#tab-nav-1:checked~.tabs>div:nth-child(1),
#tab-nav-2:checked~.tabs>div:nth-child(2),
#tab-nav-3:checked~.tabs>div:nth-child(3) {
    opacity: 1;
    z-index: 1;
    height: auto;
    left: 0;
}

.tm-form-container>div {
    margin-top: 25px;
}

.tm-form-container>div:first-child {
    margin-top: 10px;
}

.cf-text-field,
.cf-textarea {
    border-width: 0 0 2px 0;
    border-color: #91a4cb;
    border-style: solid;
    font: 600 18px/130% 'Open Sans', sans-serif;
}

.cf-text-field {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    padding: 0;

    color: #929292;
}

.cf-text-field::-moz-placeholder,
.cf-text-field::-webkit-input-placeholder,
.cf-textarea::-moz-placeholder,
.cf-textarea::-webkit-input-placeholder {
    opacity: 1;
}

.cf-text-field:focus::-moz-placeholder,
.cf-text-field:focus::-webkit-input-placeholder,
.cf-textarea:focus::-moz-placeholder,
.cf-textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

.cf-textarea {
    display: block;
    resize: none;
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
    height: 160px;
    padding: 16px 16px 16px 0;
    color: #929292;
    margin-bottom: 30px;
}


.cf-file {
    position: relative;
    font: 400 18px/130% 'Open Sans', sans-serif;
    color: #12B2C6;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cf-file-text {
    text-decoration: underline;
    order: 2;
    margin-left: 5px;
}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.wpcf7-checkbox input,
.wpcf7-acceptance input {
    position: absolute;
    opacity: 0;
    left: -1000px;
}

.wpcf7-list-item-label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7-list-item-label::after {
    content: '';
}

.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
    border: 2px solid #12B2C6;
    border-radius: 2px;
    margin-right: 7px;
    display: block;
}

.wpcf7-checkbox .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7-list-item-label::after {
    left: 7px;
    top: -1px;
    width: 6px;
    height: 10px;
    border: solid #12B2C6;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: none;
}

.wpcf7-acceptance .wpcf7-list-item-label a {
    margin: 0 4px;
}

.wpcf7-checkbox input:checked~.wpcf7-list-item-label::after,
.wpcf7-acceptance input:checked~.wpcf7-list-item-label::after {
    display: block;
}


.cf-file input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.cf-file .icon-attachment::before {
    content: "\e909";
    font-family: 'tm-lvivity';
    color: #12B2C6;
}


.cf-button {
    display: flex;
    align-items: center;
    justify-content: center;
}


.cf-sub {
    display: block;
    box-sizing: border-box;
    width: 200px;
    height: 54px;
    padding: 0;
    margin: 0;
    border-radius: 50px;
    background: #12B2C6;
    text-align: center;
    color: #fff;
    font: 600 20px/130% 'Open Sans', sans-serif;
    cursor: pointer;
    border: 0 none;
    -webkit-box-shadow: 0px 5px 10px rgba(235, 235, 235, 0.99);
    box-shadow: 0px 5px 10px rgba(235, 235, 235, 0.99);
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 300ms ease-out;
}

@media screen and (max-width: 480px) {
    .cf-sub {
        margin-bottom: 20px;
    }

    .cf-button {
        justify-content: flex-start;
    }
}

.cf-sub:hover {
    background: #35C6D8;
    color: #fff;
}

@media screen and (max-width: 1600px) {
    .tm-contact-page__message ul.tm-uniq-list li {
        font: 18px/26px 'Open Sans', sans-serif;
    }
}

@media screen and (max-width: 1280px) {
    .tabbed>label {
        font-size: 18px;
    }

    .tabbed>label::before {
        height: 20px;
        width: 20px;
    }

    .tabbed>label::after {
        width: 12px;
        height: 12px;
    }

    .tm-contact-page__message {
        padding: 35px;
    }
}

@media screen and (max-width: 992px) {
    .tm-contact-page__form {
        max-width: 100%;
    }

    .tm-contact-page__info {
        position: relative;
        max-width: 100%;
        top: 35px;
    }

    .tm-contact-page__location>div,
    .tm-contact-page__message>div {
        padding-left: 0;
    }
}


/* end contact page
=====================================================*/


/* portfolio
=====================================================*/
.tm-portfolio-header {
    padding-top: 50px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.tm-project-wrap {
    max-width: 1920px;
    margin: 0 auto;
}

.mark-block {
    margin: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mark-block a,
.mark-block span {
    display: block;
    box-sizing: border-box;
    min-width: 60px;
    background: #fff;
    border: 2px solid #12B2C6;
    border-radius: 30px;
    padding: 4px 22px;
    text-align: center;
    font: 18px/29px 'Open Sans', sans-serif;
    color: #000;
    margin: 6px;
    cursor: pointer;
    transition: all 300ms ease-out;
    text-decoration: none;
}

.mark-block a:hover,
.mark-block a.active,
.mark-block span:hover,
.mark-block span.active {
    border: 2px solid #12B2C6;
    background: #12B2C6;
    color: #fff;
}

.project-list {
    list-style-position: outside;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
}

.project-list .project {
    padding-left: 15px;
    margin-bottom: 15px;
    width: 50%;
}

.project__content {
    padding: 5% 12% 2%;
    position: relative;
    min-height: 700px;
}

.project__title-head {
    position: relative;
    z-index: 1;
}

.project__name {
    margin-bottom: 15px;
}

.project__pic {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 70%;
    height: 420px;
}

.project__pic a {
    display: block;
    height: 100%;
}

.project__pic a img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.project__name a {
    text-decoration: none;
    font-weight: 600;
    font-size: 48px;
    line-height: 65px;
    color: #000;
}

.tm-portfolio-readmore {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 167px;
    height: 48px;
    border: 2px solid #5062FE;
    border-radius: 32px;
    color: #5062FE;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.tm-portfolio-readmore span {
    font-size: 24px;
    line-height: 25px;
    margin-left: 5px;
}

.tm-portfolio-readmore:hover,
.tm-portfolio-readmore:focus {
    background: #5062FE;
    color: #fff;
}

.project__text {
    margin-bottom: 30px;
}

.tm-portfolio-contact-block {
    max-width: 700px;
    margin: 0 auto;
}

.portfolio-category {
    margin-left: 90px;
}

.portfolio-category span {
    background: #66a9a6;
    border-radius: 30px;
    font-weight: 600;
    color: #fff;
    padding: 8px 20px;
}

.portfolio-category span:not(:last-child) {
    margin-right: 10px;
}

.portfolio-container .head-text {
    font-weight: 600;
    margin-bottom: 35px;
}

.portfolio-container {
    background-repeat: no-repeat;
    background-position: right top;
}

.tm-portfolio-technologies {
    margin-top: 350px;
}

.tm-portfolio-technologies .wp-block-column {
    display: flex;
    justify-content: center;
}

.tm-portfolio-technologies .wp-block-column figure:not(:last-child) {
    margin-right: 15px;
}

.tm-page-header-img-project {
    position: absolute;
    right: 5%;
    max-width: 45%;
    top: 250px;
}


.flex-slider {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.project-slider {
    width: 58%;
    margin: 0 40px 30px 8px;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-shadow: 1px 5px 15px rgba(192, 192, 192, 0.75);
    box-shadow: 1px 5px 15px rgba(192, 192, 192, 0.75);
}

.project-slider img {
    display: block;
    width: 100%;
}

.project-slider .slick-next,
.project-slider .slick-prev {
    width: 13px;
    height: 50px;
    background: url("../images/next.png") no-repeat center center;
    background-size: 100% 100%;
}

.project-slider .slick-prev {
    background-image: url("../images/prev.png");
}

.project-slider .slick-next {
    right: -20px;
}

.project-slider .slick-prev {
    left: -20px;
}

.project-slider .slick-next:before,
.project-slider .slick-prev:before {
    display: none;
}

.title-project {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font: 600 30px/130% 'Open Sans', sans-serif;
    color: #232323;
}

.title-project:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 170px;
    background: #D7D7D7;
}

.text-project {
    margin-bottom: 40px;
    font: 18px/130% 'Helvetica', sans-serif;
    color: #444444;
}

.text-title {
    margin: 40px 0 15px 0;
    font: 21px/130% 'Open Sans', sans-serif;
    color: #232323;
}

.text-title-second {
    margin: 40px 0 10px 0;
    font: 16px/130% 'Open Sans', sans-serif;
    color: #444444;
    text-transform: uppercase;
}

.shortcode-contact {
    max-width: 800px;
    margin: 45px auto;
    padding: 28px 28px 28px 40px;
    border: 1px solid #1ca9e2;
    border-radius: 3px;
    font: 16px/130% 'Open Sans', sans-serif;
    color: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.sc-link {
    display: block;
    width: 221px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    background: #1ca9e2;
    text-align: center;
    font: 16px/44px 'Open Sans', sans-serif;
    color: #ffffff;
    text-decoration: none;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 50px;
    transition: all 200ms ease-out;
}

.sc-link:hover {
    background: #54c3f0;
}

.project-data {
    margin-bottom: 45px;
    padding: 32px 0;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    font: 16px/130% 'Open Sans', sans-serif;
    color: #000000;
}

.pd-title {
    margin-bottom: 8px;
    font: 16px/130% 'Open Sans', sans-serif;
    color: #444444;
    text-transform: uppercase;
}


@media screen and (max-width: 1440px) {
    .portfolio-container {
        background-size: 800px;
    }

    .tm-portfolio-technologies {
        margin-top: 180px;
    }
}

@media screen and (max-width: 1280px) {
    .portfolio-container {
        background-size: 700px;
    }

    .portfolio-category {
        margin-left: 0;
    }

    .tm-portfolio-technologies .wp-block-column {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1180px) {
    .tm-page-header-img-project {
        position: relative;
        max-width: 100%;
        right: auto;
        top: 30px;
    }

    .tm-portfolio-technologies {
        margin-top: 50px;
    }

    .portfolio-container {
        background-image: none !important;
    }

    .project-list .project {
        width: 100%;
    }

    .project__pic {
        position: relative;
        max-width: 100%;
        height: 250px;
        margin-top: 30px;
    }

    .project__pic a {
        display: flex;
        height: 100%;
        justify-content: flex-end;
    }

    .project__content {
        min-height: auto;
    }
}

@media screen and (max-width: 768px) {
    .project__content {
        padding: 25px 20px;
    }

    .tm-portfolio-header {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

/* end portfolio styles
=====================================================*/

/* news
=====================================================*/
.tm-blog-header {
    padding-bottom: 80px;
    padding-top: 30px;
}

.tm-blog-header,
.tm-category-container,
.tm-category-container__author,
.tm-category-container__meta,
.tm-category-container__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.tm-blog-header .title-head,
.tm-blog-header .head-text {
    margin-left: 0;
}

.tm-category-container {
    flex-wrap: wrap;
    margin-left: -50px;
    padding-bottom: 80px;
}

.tm-category-container__list,
.tm-category-container__sidebar {
    padding-left: 50px;
}

.tm-category-container__item:not(:last-child) {
    margin-bottom: 60px;
}

.tm-category-container__list {
    width: 68%;
}

.tm-category-container__sidebar {
    width: 32%;
}

.tm-category-container__pic {
    width: 35%;
}

.tm-category-container__content {
    width: 65%;
    padding-left: 40px;
}

.tm-category-container__meta {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.tm-category-container__author,
.tm-category-container__meta {
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.tm-category-container__meta,
.tm-category-container__title {
    margin-bottom: 10px;
}

.tm-category-container__author img {
    border-radius: 50%;
}

.tm-category-container__author span {
    margin-left: 15px;
}

.tm-category-container__author span,
.tm-category-container__date {
    color: #263238;
    opacity: 0.7;
}

.tm-category-container__author span,
.tm-category-container__date,
.tm-category-container__tag {
    font-size: 18px;
    line-height: 25px;
}

.tm-category-container__author span,
.tm-category-container__date,
.tm-category-container__title a,
.tm-category-container__tag {
    font-weight: 600;
}

.tm-category-container__title a {
    font-size: 22px;
    line-height: 30px;
    color: #244A98;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.tm-category-container__title a:hover,
.tm-category-container__title a:focus {
    color: #547FD8;
}

.tm-category-container__tags {
    margin-bottom: 20px;
}

.tm-category-container__tag {
    color: #12B2C6;
    transition: all 0.3s ease-out;
    text-decoration: none;
    text-transform: uppercase;
}

.tm-category-container__tag:hover,
.tm-category-container__tag:focus {
    color: #35C6D8;
}



.nav-links {
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav-links .page-numbers,
.nav-links .current {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 35px;
    min-width: 35px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    font: 18px/33px 'Open Sans', sans-serif;
    color: #263238;
    text-decoration: none;
    margin: 0 5px;
    font-weight: 600;
}

.nav-links .page-numbers::after {
    content: '';
    height: 3px;
    border-radius: 10px;
    background: #12B2C6;
    display: inline-block;
    margin-left: 5px;
    width: 0px;
    transition: all 0.3s ease-out;
}

.nav-links .page-numbers.current::after {
    width: 45px;
}

.nav-links .current,
.nav-links .page-numbers:hover {
    color: #12B2C6;
}

.nav-links .dots,
.nav-links .dots:hover {
    text-align: center;
    font: 16px/33px 'Open Sans', sans-serif;
    color: #263238;
    text-decoration: none;
    border: none;
    background: none;
    min-width: 1px;
    margin: 0;
}

.widget {
    margin-bottom: 30px;
}

.search-block {
    position: relative;
}

.text-field-search {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 39px;
    padding: 0 42px 0 0;
    border-width: 0 0 3px 0;
    border-style: solid;
    border-color: #91a4cb;
    border-radius: 0;
    background: #fff;
    font: 600 20px/150% 'Open Sans', sans-serif;
    color: #444444;
}

.text-field-search:focus::-moz-placeholder {
    opacity: 0;
}

.text-field-search:focus::-webkit-input-placeholder {
    opacity: 0;
}

.icon-search {
    display: block;
    position: absolute;
    top: 3px;
    right: 15px;
    font-size: 18px;
    color: #003670;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.tm-sidebar-container {
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(36, 74, 152, 0.2);
    border-radius: 20px;
    padding: 28px;
}

.tm-sidebar-container .widget {
    margin: 0;
}

.tm-sidebar-container .widget+.widget {
    margin-top: 30px;
}

.tm-sidebar-container .tm-content-btn {
    width: 320px;
}

.widgettitle,
.consult-header {
    font-weight: 600 !important;
    margin-bottom: 25px;
    font: 22px/30px 'Open Sans', sans-serif;
    color: #244A98;
}

ol.publications-list,
.text ol.publications-list {
    list-style: none;
    margin: 0;
}

ol.publications-list li,
.text ol.publications-list li {
    padding-left: 0;
}

ol.publications-list li:not(:last-child),
.text ol.publications-list li:not(:last-child) {
    display: block;
    padding: 0 0 18px 0;
}

.publications-list li::before,
.text .publications-list li::before {
    display: none;
}

.publications-list li p,
.text .publications-list li p {
    margin: 0;
}

.publications-list li a,
.text .publications-list li a {
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease-out;
    font: 18px/150% 'Open Sans', sans-serif;
}

.publications-list li a:hover,
.text .publications-list li a:hover {
    color: #12B2C6;
    text-decoration: none;
}

.consult-text--content {
    margin-bottom: 25px;
}

.widget select {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ECECEC;
    border-radius: 5px;
    height: 39px;
    padding: 0 12px;
    font: 300 16px/130% 'Open Sans', sans-serif;
    color: #626262;
}

.see-portfolio {
    margin-bottom: 30px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-radius: 2px;
    background: #1ca9e2;
    text-align: center;
    font: 16px/47px 'Open Sans', sans-serif;
    color: #ffffff;
    text-decoration: none;
    -webkit-box-shadow: 0px 5px 5px rgba(32, 186, 252, 0.27);
    box-shadow: 0px 5px 5px rgba(32, 186, 252, 0.27);
    transition: all 0.2s ease-out;
}

.see-portfolio:hover {
    background: #54c3f0;
}


.article-header,
.article-header__title,
.article-pic {
    position: relative;
}

.article-header__title,
.article-pic {
    z-index: 1;
}

.article-header__title {
    width: 60%;
    padding-top: 90px;
    padding-left: 90px;
}

.article-header__title h1 {
    text-transform: uppercase;
}

.article-header {
    display: flex;
    padding-top: 50px;
    margin-bottom: 50px;
}

.article-header::after {
    position: absolute;
    width: 80%;
    height: 100%;
    z-index: 0;
    content: '';
    background: #7E7E7E;
    opacity: 0.1;
    top: -90px;
    left: -20px;
}

.article-header__info {
    display: flex;
}

.article-header__tags {
    margin-right: 25px;
}

.article-header__time {
    color: #263238;
    font-weight: 600;
}

.article-pic {
    width: 40%;
    padding-left: 40px;
}

.article-pic img {
    right: -20px;
    position: relative;
}


.article {
    margin-bottom: 20px;
    font: 18px/150% 'Open Sans', sans-serif;
    color: #000000;
}



.article p a {
    color: #009CF0;
    text-decoration: none;
}

.article p a:hover {
    text-decoration: underline;
}


.article h3 {
    margin-bottom: 22px;
    font: 600 21px/130% 'Open Sans', sans-serif;
    color: #000000;
}

.article h2 {
    margin-bottom: 22px;
    font: 600 18pt/130% 'Open Sans', sans-serif;
    color: #000000;
}

.article figure {
    margin-bottom: 25px;
    text-align: center;
    font: 14px/130% 'Open Sans', sans-serif;
    color: #000;
}

.article figure figcaption {
    display: inline-block;
    margin-top: 8px;
    font-style: italic;
    color: #92989b;
}

.article figure a {
    color: #009AF0;
    text-decoration: none;
}

.article figure a:hover {
    text-decoration: underline;
}

.article ol {
    list-style: decimal outside;
    counter-reset: li;
    margin: 20px 0 20px 20px;
}

.article ol li {
    display: block;
    position: relative;
    padding-left: 20px;
}

.article ol li:not(:last-child) {
    margin-bottom: 10px;
}

.article ol li:before {
    content: counter(li) ".";
    counter-increment: li;
    position: absolute;
    top: 0;
    left: 0;
}

figure.wp-block-table {
    text-align: left;
}

.wp-block-table thead tr {
    background: #244A98;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

.wp-block-table thead th,
.wp-block-table tbody td {
    padding: 12px 16px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background: inherit;
}

.wp-block-table tbody tr:nth-child(2n) {
    background: #F0F2F4;
}

.article blockquote {
    margin: 20px 0 20px -4px;
    padding: 0 8px 0 24px;
    border-left: 8px solid #12B2C6;
    font: 22px/130% 'Open Sans', sans-serif;
    color: #000000;
}

.article blockquote cite {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #263238;
    font-style: normal;

}

.article blockquote.tm-quote-with-img cite {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.article blockquote.tm-quote-with-img cite img {
    border-radius: 50%
}

.article blockquote.tm-quote-with-img cite>*:not(:first-child) {
    margin-left: 8px;
}

.article blockquote cite span {
    color: rgba(38, 50, 56, 0.5);
}

.article blockquote p {
    margin: 0;
}



.article-time {
    margin-right: 10px;
    font: 300 16px/130% 'Open Sans', sans-serif;
    color: #8b8b8b;
}

.autor-block {
    border-top: 2px solid #88d8e2;
    padding-top: 30px;
    margin: 20px 0 40px 0;
    font: 14px/130% 'Open Sans', sans-serif;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
}

.article-time {
    position: absolute;
    right: 0;
}


.ab-pic {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 0 20px 0 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    min-height: 160px;
    overflow: hidden;
    position: relative;
}


.ab-pic img {
    display: block;
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}

.ab-pic+div {
    width: 100%;
}



.autor-block p {
    font: 18px/130% 'Open Sans', sans-serif;
    color: #000000;
    margin-bottom: 25px;
}

.autor-block a {
    color: #1a99e0;
    text-decoration: none;
}

.autor-block a:hover {
    text-decoration: underline;
}

.autor-block .ab-name {
    margin-bottom: 10px;
}

.autor-block .ab-name a {
    margin: 8px 0 10px 0;
    font: 700 32px/130% 'Open Sans', sans-serif;
    color: #244A98;
    text-transform: uppercase;
}

.autor-block .ab-name a:hover,
.autor-block .ab-name a:active {
    text-decoration: none;
}

.autor-block>div>a {
    display: flex;
    border: 1px solid #244A98;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #244A98;
    border-radius: 30px;
    transition: all 0.3s ease-out;
    width: 160px;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 48px;
}

.autor-block>div>a:hover {
    text-decoration: none;
    background: #244A98;
    color: #fff;
}

.tm-article-social {
    padding-left: 35px;
}

.tm-social-box a {
    font-size: 40px;
    transition: all 0.3s ease-out;
}

.tm-social-box a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.tm-social-box a:not(:last-child) {
    margin-right: 10px;
}

.tm-social-box a.tm-lvivity-icon-twitter {
    color: #41A1F2;
}

.tm-social-box a.tm-lvivity-icon-facebook {
    color: #3A559F;
}

.tm-social-box a.tm-lvivity-icon-pinterest {
    color: #CB2027;
}

.tm-social-box a.tm-lvivity-icon-linkedin {
    color: #007AB9;
}


.similar-article-title {
    margin: 45px 0 27px 0;
    position: relative;
    padding-bottom: 15px;
    font: 21px/130% 'Open Sans', sans-serif;
    color: #232323;
}

.similar-article-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 88px;
    height: 1px;
    background: #D7D7D7;
}

.similar-article {
    list-style-position: outside;
    list-style: none;
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.similar-article>div {
    width: 31%;
    margin-bottom: 50px;
    position: relative;
    font: 18px/150% 'Open Sans', sans-serif;
    color: #000000;
    transition: all 0.2s ease-out;
}

.similar-article>div a {
    text-decoration: none;
    color: #244A98;
    transition: all 0.2s ease-out;
    font-weight: 600;
}

.similar-article>div a:hover {
    color: #31c8f6;
}

.similar-article>div img {
    min-height: 155px;
    max-height: 155px;
}

.sa-pic {
    margin-bottom: 18px;
    position: relative;
    height: 155px;
}

.sa-pic img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}

@media screen and (max-width: 1440px) {
    .article-header {
        padding-top: 0;
    }
}

@media screen and (max-width: 1180px) {
    .article-header__title {
        padding-top: 40px;
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .article-header {
        flex-wrap: wrap;
    }

    .article-header__title,
    .article-pic {
        width: 100%;
    }

    .article-pic {
        padding-left: 0;
        height: 250px;
        text-align: right;
        margin-top: 30px;
    }

    .article-pic img {
        height: 100%;
        width: auto;
    }

    .autor-block p {
        font: 16px/130% 'Open Sans', sans-serif;
    }

    .autor-block .ab-name a {
        font: 700 22px/130% 'Open Sans', sans-serif;
    }

    .article-header__info {
        display: block;
    }

    .article h2 {
        font: 600 20px/130% 'Open Sans', sans-serif;
    }
}

@media screen and (max-width: 380px) {
    .article-time {
        position: relative;
        right: inherit;
    }
}

/* search page --------------------- */
.tm-search-page {
    margin-bottom: 80px;
}

.tm-search-page__head-content {
    padding: 90px 0 160px 90px;
    max-width: 780px;
}

.tm-search-page__pic a {
    display: block;
    height: 250px;
    width: 100%;
    position: relative;
}

.tm-search-page__pic a>img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}

.tm-search-page-head__search .text-field-search {
    height: 60px;
}

.tm-search-page-head__search .text-field-search::-webkit-input-placeholder {
    color: #244A98;
    font-size: 48px;
    line-height: 130%;
}

.tm-search-page-head__search .text-field-search::-moz-placeholder {
    color: #244A98;
    font-size: 48px;
    line-height: 130%;
}

.tm-search-page-head__search .text-field-search:-moz-placeholder {
    color: #244A98;
    font-size: 48px;
    line-height: 130%;
}

.tm-search-page-head__search .text-field-search:-ms-input-placeholder {
    color: #244A98;
    font-size: 48px;
    line-height: 130%;
}

.tm-search-page-head__total {
    font-size: 18px;
    margin-top: 25px;
}

.tm-search-page__title a {
    font-size: 22px;
    line-height: 130%;
    display: block;
    margin-top: 10px;
    color: #244A98;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease-out;
}

.tm-search-page__title a:hover,
.tm-search-page__title a:focus {
    color: #547FD8;
}


@media screen and (max-width: 1600px) {
    .tm-search-page__head-content {
        padding: 60px 0 120px 90px;
    }

    .tm-sidebar-container .tm-content-btn {
        width: 290px;
        font-weight: 400;
    }

    .tm-category-container__list {
        width: 65%;
    }

    .tm-category-container__sidebar {
        width: 35%;
    }
}

@media screen and (max-width: 1440px) {
    .tm-blog-header {
        min-height: 320px;
    }

    .tm-search-page-head__search .text-field-search::-webkit-input-placeholder {
        font-size: 30px;
    }

    .tm-search-page-head__search .text-field-search::-moz-placeholder {
        font-size: 30px;
    }

    .tm-search-page-head__search .text-field-search:-moz-placeholder {
        font-size: 30px;
    }

    .tm-search-page-head__search .text-field-search:-ms-input-placeholder {
        font-size: 30px;
    }

    .tm-search-page-head__search .text-field-search {
        height: 45px;
    }
}

@media screen and (max-width: 1280px) {
    .tm-search-page__head-content {
        padding: 40px 0 90px 0;
    }

    .tm-blog-header {
        min-height: 270px;
    }

    .tm-category-container__list,
    .tm-category-container__sidebar {
        width: 100%;
    }

    .tm-category-container__sidebar {
        margin-top: 35px;
    }
}

@media screen and (max-width: 1180px) {

    .tm-category-container__title a,
    .widgettitle,
    .consult-header,
    .tm-search-page__title a {
        font-size: 20px;
        line-height: 28px;
    }

    .tm-search-page-head__search .text-field-search::-webkit-input-placeholder {
        font-size: 26px;
    }

    .tm-search-page-head__search .text-field-search::-moz-placeholder {
        font-size: 26px;
    }

    .tm-search-page-head__search .text-field-search:-moz-placeholder {
        font-size: 26px;
    }

    .tm-search-page-head__search .text-field-search:-ms-input-placeholder {
        font-size: 26px;
    }

    .tm-search-page-head__search .text-field-search {
        height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .tm-search-page-head__search .text-field-search::-webkit-input-placeholder {
        font-size: 24px;
    }

    .tm-search-page-head__search .text-field-search::-moz-placeholder {
        font-size: 24px;
    }

    .tm-search-page-head__search .text-field-search:-moz-placeholder {
        font-size: 24px;
    }

    .tm-search-page-head__search .text-field-search:-ms-input-placeholder {
        font-size: 24px;
    }

    .tm-category-container__title a,
    .widgettitle,
    .consult-header,
    .text-field-search {
        font-size: 18px;
        line-height: 26px;
    }

    .tm-category-container__tag,
    .text .publications-list li a {
        font-size: 16px;
    }

    .tm-category-container__meta,
    .tm-category-container__title {
        margin-bottom: 5px;
    }

    .tm-category-container__pic,
    .tm-category-container__content {
        width: 100%;
    }

    .tm-blog-header {
        min-height: 200px;
        padding-bottom: 50px;
    }

    .tm-category-container__content {
        padding-left: 0;
        padding-top: 25px;
    }

    .tm-category-container__item:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 480px) {
    .tm-sidebar-container .tm-content-btn {
        width: 240px;
        font-size: 14px;
    }

    .tm-sidebar-container {
        padding: 20px;
    }
}

/* end news
=====================================================*/

/* footer
=====================================================*/
.tm-footer {
    background: #244A98;
    padding: 40px 20px;
}

.tm-footer,
.tm-footer a {
    color: #fff;
}

.tm-footer__line1>div {
    padding-bottom: 40px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.tm-footer__copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    padding-top: 40px;
}

.tm-footer-logo {
    background: url("../images/logo-monochrome-white.svg") no-repeat center center;
    width: 218px;
    height: 44px;
    display: block;
}

.tm-footer__slogan {
    font-size: 14px;
    line-height: 19px;
    padding-left: 63px;
}

.tm-footer__line1>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tm-footer__line1 .menu li a {
    color: #fff;
    text-transform: none;
}

.tm-footer__line1 .menu li::before {
    display: none;
}

.tm-footer__line1 .menu li a:hover {
    text-decoration: underline;
}

.tm-footer-links a {
    text-decoration: none;
    font-size: 40px;
    margin: 0 4px;
    opacity: 0.8;
    transition: all 0.3s ease-out;
}

.tm-footer-links a:hover,
.tm-footer-links a:focus {
    opacity: 0.5;
}

.tm-footer-links a:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1600px) {
    .tm-footer-links a {
        font-size: 30px;
        margin: 0 3px;
    }

    .tm-footer-logo {
        width: 220px;
        background-size: contain;
    }

    .tm-footer__slogan {
        padding-left: 0;
    }

    .tm-footer .menu>li {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1280px) {
    .tm-footer__line1>div>div:nth-child(2) {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .tm-footer__line1>div {
        flex-wrap: wrap;
        justify-content: center;
    }

    .tm-footer-links {
        margin-top: 20px;
    }

}

/* 404 
=====================================================*/
.error-flex {
    padding: 50px 0 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.ef-pic {
    max-width: 890px;
}

.ef-title {
    margin-top: 95px;
    margin-bottom: 45px;
    font-size: 48px;
    line-height: 54px;
    color: #244A98;
    font-weight: 600;
}

.ef-text {
    margin-bottom: 25px;
    text-align: center;
    font: 18px/25px 'Open Sans', sans-serif;
    color: #000;
}

.link-home {
    display: block;
    box-sizing: border-box;
    width: 227px;
    height: 48px;
    border-radius: 35px;
    background: #244A98;
    text-align: center;
    font: 20px/45px 'Open Sans', sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.2s ease-out;
}

.link-home:hover,
.link-search:hover,
.link-home:focus,
.link-search:focus,
.link-home:active,
.link-search:active {
    background: #547FD8;
    text-decoration: none;
    color: #fff;
}

.tm-error-btns {
    display: flex;
}

.tm-error-btns>a {
    margin: 0 5px;
}

.link-search {
    width: 48px;
    height: 48px;
    display: flex;
    background: #244A98;
    transition: all 0.2s ease-out;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.link-search::before {
    content: "\e907";
    font-family: 'tm-lvivity';
    color: #fff;
}

@media screen and (max-width: 1280px) {
    .ef-title {
        margin-top: 65px;
        margin-bottom: 30px;
    }

    .error-flex {
        padding: 20px 0 50px;
    }
}

@media screen and (max-width: 768px) {
    .ef-title {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .ef-text br {
        display: none;
    }

    .link-home {
        font-size: 18px;
    }
}

/* main styles 
=====================================================*/
.tm-home-header-push {
    padding-left: 60px;
}

.tm-section {
    padding-left: 20px;
    padding-right: 20px;
}

.fixed1000 {
    max-width: 1000px;
}

.fixed,
.fixed-1070,
.fixed-1280,
.fixed-910,
.fixed-850,
.fixed-1100,
.fixed-1265,
.fixed-1150,
.fixed-1000 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.fixed {
    max-width: 1300px;
}

.fixed-1070 {
    max-width: 1070px;
}

.fixed-1280 {
    max-width: 1280px;
}

.fixed-910 {
    max-width: 910px;
}

.fixed-850 {
    max-width: 850px;
}

.fixed-1100 {
    max-width: 1100px;
}

.fixed-1265 {
    max-width: 1265px;
}

.fixed-1150 {
    max-width: 1150px;
}

.fixed-1000 {
    max-width: 1000px;
}

.tm-blue-box {
    border: 4px solid #12B2C6;
    padding: 30px 25px;
}

.tm-blue-box-column {
    border: 4px solid #12B2C6;
    padding: 30px 25px 10px;
}

.tm-big-blue-text {
    font-size: 60px;
    line-height: 65px;
    color: #12B2C6;
    font-weight: 700;
}

h2.tm-uniq-title,
h3.tm-uniq-title,
.tm-uniq-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 10px;
}

h2.tm-uniq-title span,
h3.tm-uniq-title span,
.tm-uniq-title span {
    position: relative;
}

h2.tm-uniq-title span::after,
h3.tm-uniq-title span::after,
.tm-uniq-title span::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 13px;
    width: 70%;
    background: rgba(36, 74, 152, 0.5);
    content: '';
}

.size24 {
    font-size: 22px;
    line-height: 28px;
}

.size48 {
    font-size: 40px;
    line-height: 55px;
}

.size64 {
    font-size: 55px;
    line-height: 65px;
}

.font600 {
    font-weight: 600;
}

.font700 {
    font-weight: 700;
}

.color-deep-blue {
    color: #244A98;
}

.text a.color-deep-blue {
    color: #244A98;
    display: block;
    text-decoration: none;
    margin-bottom: 18px;
}

.color-gray {
    color: #687074;
}

.tm-blockquote-center .wp-block-quote {
    font-size: 24px;
    line-height: 150%;
    padding-right: 85px;
    padding-top: 70px;
    background: url(../images/quote.png) no-repeat right top;
}

.content-columns-2.wp-block-columns,
.content-columns-4.wp-block-columns,
.content-columns-3.wp-block-columns {
    flex-wrap: wrap !important;
    gap: 40px;
    margin-bottom: 40px;
}

.content-columns-2.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
.content-columns-3.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
.content-columns-4.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: auto;
    flex-grow: 0;
}

.content-columns-2.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    width: calc(50% - 20px);
}

.content-columns-3.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    width: calc(33.333% - 30px);
}

.content-columns-4.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    width: calc(50% - 20px);
}

.content-columns-2.wp-block-columns.content-number-columns,
.content-columns-3.wp-block-columns.content-number-columns,
.content-columns-4.wp-block-columns.content-number-columns {
    gap: 90px;
    margin-bottom: 90px;
}

.content-columns-2.wp-block-columns.content-number-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
.content-columns-3.wp-block-columns.content-number-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
.content-columns-4.wp-block-columns.content-number-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    /*     margin-left: 90px; */


}

.content-columns-2.wp-block-columns.content-number-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    width: calc(50% - 90px);
}

.content-columns-3.wp-block-columns.content-number-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    width: calc(33.333% - 90px);
}

.content-columns-4.wp-block-columns.content-number-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    width: calc(25% - 90px);
}


.content-shadow-columns .wp-block-column {
    box-shadow: 0px 0px 40px rgba(36, 74, 152, 0.2);
    border-radius: 20px;
    padding: 25px 25px 14px 25px;
    background: #fff;
}

.content-shadow-columns__disbleshadow.wp-block-column {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    background: none;
}

.content-shadow-columns__disbleshadow::after {
    display: none;
}

.content-number-columns .wp-block-columns.content-shadow-columns {
    height: 100%;
    position: relative;
    z-index: 2;
}

.content-number-columns {
    counter-reset: num;
    padding-top: 60px;
}

.content-number-columns>.wp-block-column {
    position: relative;
}

.content-number-columns>.wp-block-column::after {
    content: counter(num);
    counter-increment: num;
    position: absolute;
    z-index: 0;
    left: -90px;
    top: 30px;
    font-size: 288px;
    font-weight: 900;
    color: #12B2C6;
    opacity: 0.1;
}

.content-columns-with-link-industry .wp-block-column {
    padding-bottom: 40px;
    position: relative;
}

.content-columns-with-link .wp-block-column,
.content-columns-with-link .tm-shadow-blocks__item {
    padding-bottom: 40px;
    padding-right: 80px;
    position: relative;
}

.content-columns-with-link-industry .wp-block-column,
.content-columns-with-link .wp-block-column,
.content-columns-with-link .tm-shadow-blocks__item {
    transition: all 0.3s ease-out;
    border: 3px solid transparent;
}

.content-columns-with-link-industry .wp-block-column:hover,
.content-columns-with-link .wp-block-column:hover,
.content-columns-with-link .tm-shadow-blocks__item:hover {
    border: 3px solid #12B2C6;
}

.content-columns-with-link-industry .wp-block-column.content-shadow-columns__disbleshadow:hover,
.content-columns-with-link .wp-block-column.content-shadow-columns__disbleshadow:hover {
    border: 3px solid transparent;
}

.content-columns-with-link-industry .tm-lvivity,
.content-columns-with-link .tm-lvivity,
.tm-latest-articles__content .tm-lvivity {
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 20px rgba(38, 50, 56, 0.1);
    border-radius: 50%;
    color: #12B2C6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.content-columns-with-link-industry .wp-block-column:hover .tm-lvivity,
.content-columns-with-link .wp-block-column:hover .tm-lvivity,
.tm-latest-articles__content:hover .tm-lvivity,
.tm-shadow-blocks__item:hover .tm-lvivity,
.content-columns-with-link-industry .tm-lvivity:hover,
.content-columns-with-link .tm-lvivity:hover,
.tm-latest-articles__content .tm-lvivity:hover {
    background: #12B2C6;
    color: #fff;
    text-decoration: none;
}


.content-columns-with-link-industry .wp-block-column:hover .tm-lvivity::before,
.content-columns-with-link .wp-block-column:hover .tm-lvivity::before,
.content-columns-with-link-industry .tm-lvivity:hover::before,
.content-columns-with-link .tm-lvivity:hover::before,
.tm-latest-articles__content:hover .tm-lvivity::before,
.tm-shadow-blocks__item:hover .tm-lvivity::before,
.tm-latest-articles__content .tm-lvivity:hover::before {
    content: "\e902";
}

.content-columns-with-link-industry .tm-lvivity {
    right: inherit;
    left: 24px;
}

.tm-boxed-columns,
.tm-boxed-columns__content {
    position: relative;
}

.tm-boxed-columns__content {
    background: #fff;
    box-shadow: 0px 0px 40px rgba(36, 74, 152, 0.2);
    padding: 60px 40px 40px;
    z-index: 1;
}

.tm-boxed-columns__content>div>ul>li {
    max-width: 98%;
}

.tm-boxed-columns::after {
    position: absolute;
    z-index: 0;
    left: 25px;
    top: 25px;
    background: #244A98;
    width: 100%;
    height: 100%;
    content: '';
}

.tm-bg-light-green {
    background-color: #f0faf4;
}

.tm-bg-light-blue {
    background-color: #f0f6fa;
}

.single-post .text ul {
    margin: 25px 0 25px 40px;
}

.single-post .text .wp-block-getwid-section__inner-wrapper,
.single-post .text .tm-list-links-content>*>ul {
    padding: 35px 60px 35px 60px;
    margin: 0;
}

.single-post .text .wp-block-getwid-section__inner-wrapper {
    background-color: #f0f5f8;
}

.text .wp-block-getwid-section__content ul li a,
.text .tm-list-links-content ul li a {
    color: #000;
    text-decoration: underline;
}

.text .wp-block-getwid-section__content ul li a:hover,
.text .tm-list-links-content ul li a:hover {
    text-decoration: none;
}

.text .wp-block-getwid-section__content ul li,
.text .tm-list-links-content ul li {
    padding-left: 20px;
    font: 18px/130% 'Open Sans', sans-serif;
}

.text .wp-block-getwid-section__content ul li:not(:last-child),
.text .tm-list-links-content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.text .wp-block-getwid-section__content li::before,
.text .tm-list-links-content li::before {
    background: #12B2C6;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    left: 0;
    top: 8px;
}

.text .wp-block-getwid-section__content ul ul,
.text .tm-list-links-content ul ul {
    margin: 20px 0 20px 5px;
}

.text .wp-block-getwid-section__content ul li::before,
.text .tm-list-links-content li ul li::before {
    background: none;
    border: 2px solid #12B2C6;
    width: 6px;
    height: 6px;
}

.text .wp-block-getwid-section__inner-wrapper,
.text .tm-list-links-content {
    border-radius: 20px;
    overflow: hidden;
}

.text ul,
.text ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.text ul li::before {
    position: absolute;
    width: 24px;
    height: 24px;
    background: #C1E8EC;
    border-radius: 0;
    top: -1px;
    left: -11px;
    content: '';
    z-index: 0;
}

.text ul.tm-list-do,
.text ul.tm-list-dont {
    margin: 25px 0 25px 30px;
}

.text ul.tm-list-do li,
.text ul.tm-list-dont li {
    padding-left: 25px;
}

.text ul.tm-list-do li::before {
    background: none;
    left: 0;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #12B2C6;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.text ul.tm-list-dont li::before {
    background: none;
    content: "\e90e";
    font-family: 'tm-lvivity';
    color: #EB5757;
}

.text ul li {
    padding: 0;
    font: 20px/30px 'Open Sans', sans-serif;
    position: relative;
}

.text ul li:not(:last-child) {
    margin-bottom: 35px;
}

.text ul li span {
    position: relative;
    z-index: 1;
}

ul.tm-uniq-list-content {
    margin-left: 10px;
}

ul.tm-uniq-list-content li {
    font: 18px/130% 'Open Sans', sans-serif;
}

ul.tm-uniq-list-content li:not(:last-child) {
    margin-bottom: 40px;
}

.tm-uniq-list-columns .wp-block-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

ul.tm-uniq-list-small {
    width: 400px;
}

ul.tm-uniq-list-work {
    margin-left: 10px;
}

ul.tm-uniq-list-center {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.text ol {
    counter-reset: num;
    margin: 25px 0 25px 30px;
}

.text ol li {
    position: relative;
    padding-left: 25px;
}

.text ol li::before {
    content: counter(num) ".";
    counter-increment: num;
    position: absolute;
    left: 0;
    font-weight: 700;
    color: #12B2C6;
}

.tm-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -40px;
}

.tm-grid>* {
    padding-left: 40px;
}


.tm-grid__width-1-2 {
    width: 50%;
}

.tm-grid__width-1-3 {
    width: 33.333%;
}

.tm-grid__width-7-1 {
    width: 14.222%;
}

.tm-grid__width-1-4 {
    width: 50%;
}

.tm-grid__width-1-5 {
    width: 20%;
}

.tm-grid__width-1-8 {
    width: 80%;
}

.tm-grid__width-1-7 {
    width: 70%;
}

.tm-grid__width-7-10 {
    width: 75%;
}

.tm-grid__width-6-10 {
    width: 60%;
}

.tm-grid__width-4-10 {
    width: 40%;
}

.tm-grid__width-3-10 {
    width: 30%;
}

[class^="tm-grid__width-"],
[class*=" tm-grid__width-"] {
    margin-bottom: 40px;
}


.tm-centered-btn,
.guten-btn-center a {
    margin: 0 auto;
}


a.tm-content-btn,
.tm-content-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    width: 167px;
    height: 48px;
    border: none;
    border-radius: 30px;
    background: #12B2C6;
    text-align: center;
    font: 20px/130% 'Open Sans', sans-serif;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s ease-out;
    font-weight: 700;
    position: relative;
}

a.tm-content-btn:hover,
a.tm-content-btn:focus,
.tm-content-btn:hover,
.tm-content-btn:focus {
    background: #35C6D8;
    text-decoration: none;
}

a.tm-content-btn:active,
.tm-content-btn:active {
    background: #128E9D;
    text-decoration: none;
}

a.tm-blue-btn,
.tm-blue-btn {
    background: #244A98;
    color: #fff;
}

a.tm-blue-btn:hover,
.tm-blue-btn:hover,
a.tm-blue-btn:focus,
.tm-blue-btn:focus {
    background: #547FD8;
}

a.tm-blue-btn:active,
.tm-blue-btn:active {
    background: #062B75;
}

.header .tm-content-btn {
    width: 168px;
    height: 38px;
    font-weight: 400;
    font-size: 18px;
}



@media (max-width: 1600px) {
    .tm-grid__width-7-1 {
        width: 25%;
    }

    .size64,
    .title-head {
        font-size: 48px;
        line-height: 55px;
    }

    .tm-big-blue-text {
        font-size: 50px;
        line-height: 55px;
    }

    .size48,
    h2.tm-uniq-title,
    h3.tm-uniq-title,
    .tm-uniq-title,
    .project__name a {
        font-size: 36px;
        line-height: 40px;
    }

    .fixed {
        max-width: 1092px;
    }
}

@media screen and (max-width: 1440px) {

    .size64,
    .title-head {
        font-size: 45px;
        line-height: 55px;
        max-width: 740px;
    }

    .size48,
    h2.tm-uniq-title,
    h3.tm-uniq-title,
    .tm-uniq-title,
    .tm-posts-work__title a,
    .ef-title,
    .project__name a {
        font-size: 30px;
        line-height: 35px;
    }

    h2.tm-uniq-title span::after,
    h3.tm-uniq-title span::after,
    .tm-uniq-title span::after {
        height: 12px;
    }

    .content-columns-4.wp-block-columns.content-number-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        width: calc(50% - 90px);
    }

    .tm-big-blue-text {
        font-size: 45px;
        line-height: 50px;
    }
}

@media screen and (max-width: 1280px) {
    .fixed {
        max-width: 862px;
    }

    .tm-grid {
        margin-left: -30px;
    }

    .tm-grid>* {
        padding-left: 30px;
    }

    .tm-grid__width-7-1 {
        width: 33.333%;
    }

    .tm-grid__width-1-3,
    .tm-grid__width-1-4 {
        width: 50%;
    }

    [class^="tm-grid__width-"],
    [class*=" tm-grid__width-"] {
        margin-bottom: 30px;
    }

    .text ul li {
        font: 18px/130% 'Open Sans', sans-serif;
    }

    .tm-home-header-push {
        padding-left: 0;
    }

    /*     .content-columns-2.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
    .content-columns-3.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
    .content-columns-4.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
      
      
    } */
    .content-columns-3.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
    .content-columns-4.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        width: calc(50% - 40px);
    }

    .content-columns-3.wp-block-columns.content-number-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        width: calc(50% - 90px);
    }

    .content-columns-2.wp-block-columns,
    .content-columns-3.wp-block-columns,
    .content-columns-4.wp-block-columns {
        margin-left: -30px;
        gap: 30px;
        margin-bottom: 30px;
        margin-left: 0;
    }

    .tm-blockquote-center .wp-block-quote {
        font-size: 20px;
    }
}

@media screen and (max-width: 1180px) {

    .size64,
    .title-head {
        font-size: 32px;
        line-height: 40px;
        max-width: 100%;
    }

    .size48,
    h2.tm-uniq-title,
    h3.tm-uniq-title,
    .tm-uniq-title,
    .tm-posts-work__title a,
    .ef-title,
    .project__name a {
        font-size: 26px;
        line-height: 35px;
    }

    .tm-big-blue-text {
        font-size: 35px;
        line-height: 40px;
    }

    .size24,
    .tm-shadow-blocks__title,
    .article blockquote {
        font-size: 20px;
        line-height: 28px;
    }

    h2.tm-uniq-title span::after,
    h3.tm-uniq-title span::after,
    .tm-uniq-title span::after {
        height: 10px;
    }

    .tm-home-header-push {
        padding-left: 0;
    }

}

@media (max-width: 980px) {

    .tm-grid__width-1-2,
    .tm-grid__width-1-3,
    .tm-grid__width-1-4,
    .tm-grid__width-1-5,
    .tm-grid__width-1-8,
    .tm-grid__width-1-7,
    .tm-grid__width-7-1,
    .tm-grid__width-7-10,
    .tm-grid__width-6-10,
    .tm-grid__width-4-10,
    .tm-grid__width-3-10,
    .content-columns-2.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
    .content-columns-3.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
    .content-columns-4.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
    ul.tm-uniq-list-small {
        width: 100%;
    }

    .tm-uniq-list-columns.wp-block-columns {
        flex-wrap: wrap;
    }

    .tm-uniq-list-columns.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: auto;
        flex-grow: 0;
        width: 100%;
    }

    .tm-uniq-list-columns.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
        margin-left: 0;
        margin-top: 25px;
    }

    .tm-boxed-columns__content {
        padding: 40px 40px 25px;
    }

    .content-columns-3.wp-block-columns.content-number-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        width: calc(100% - 90px);
    }

    ul.tm-uniq-list-center {
        max-width: 100%;
    }

    .tm-boxed-columns__content>div>ul>li {
        max-width: 90%;
    }
}

@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
        flex-basis: auto !important;
        flex-grow: 0;
        width: 100%;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n),
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .tm-blockquote-center .wp-block-quote {
        font-size: 18px;
        padding-top: 25px;
        padding-right: 40px;
        min-height: 130px;
    }

    .tm-boxed-columns__content>div>ul>li {
        max-width: 100%;
    }

    .size64,
    .title-head {
        font-size: 28px;
        line-height: 35px;
    }

    .size48,
    h2.tm-uniq-title,
    h3.tm-uniq-title,
    .tm-uniq-title,
    .tm-posts-work__title a,
    .ef-title,
    .project__name a {
        font-size: 24px;
        line-height: 30px;
    }

    .size24,
    .tm-shadow-blocks__title,
    ul.tm-uniq-list li,
    .article blockquote {
        font-size: 18px;
        line-height: 24px;
    }

    h2.tm-uniq-title span::after,
    h3.tm-uniq-title span::after,
    .tm-uniq-title span::after {
        height: 9px;
    }

    a.tm-content-btn,
    .tm-content-btn {
        font-size: 18px;
    }

    .content-number-columns>.wp-block-column::after {
        font-size: 165px;
        top: -30px;
        left: -30px;
    }

    .text ul li {
        font: 18px/130% 'Open Sans', sans-serif;
    }

    .single-post .text ul {
        margin: 25px 0 25px 10px;
    }

    .single-post .text .wp-block-getwid-section__wrapper,
    .single-post .text .tm-list-links-content>*>ul {
        padding: 20px 10px 20px 20px;
    }

    .text ol {
        margin: 25px 0 25px 10px;
    }

    .tm-category-container__meta {
        display: none;
    }
}

/* margins
========================================================================== */
.tm-margin-small-bottom {
    margin-bottom: 15px !important;
}

.tm-margin-standart-bottom {
    margin-bottom: 25px !important;
}

.tm-margin-default-bottom {
    margin-bottom: 30px !important;
}

.tm-margin-xdefault-bottom {
    margin-bottom: 40px !important;
}

.tm-margin-medium-bottom {
    margin-bottom: 50px !important;
}

.tm-margin-large-bottom {
    margin-bottom: 65px !important;
}

.tm-margin-xlarge-bottom {
    margin-bottom: 60px !important;
}

.tm-margin-2xlarge-bottom {
    margin-bottom: 90px !important;
}

.tm-margin-3xlarge-bottom {
    margin-bottom: 120px !important;
}

.tm-margin-4xlarge-bottom {
    margin-bottom: 160px !important;
}

.cta_element_widget p {
    margin-bottom: 24px;
    font-size: 20px;
}

.cta_element_widget .tm-content-btn {
    width: fit-content;
    padding: 10px 25px;
}

.widgettitle-posts_list {
    margin-top: 50px;
    font-size: 24px;
}

.widgettitle-posts_list~.publications-list a {
    font-size: 20px;
}



.pm-pic {
    margin: -1px -1px 0 -1px;
}

.pm-pic img {
    display: block;
    width: 100%;
}

.pm-cont {
    padding: 22px 22px 12px 22px;
    background: #fff;
    border-radius: 2px;
    font: 14px/130% 'Open Sans', sans-serif;
    color: #333333;
}

.pm-name {
    font: 21px/130% 'Open Sans', sans-serif;
    color: #232323;
    transition: all 0.2s ease-out;
}

.pm-name a {
    text-decoration: none;
    color: #232323;
    transition: all 0.2s ease-out;
}

.pm-name:hover,
.pm-name a:hover {
    color: #31c8f6;
}

.projects-more {
    list-style-position: outside;
    list-style: none;
    margin: 0 -17px 30px -17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.projects-more li {
    -ms-flex: 0.9 0 280px;
    -webkit-flex: 0.9 0 280px;
    flex: 0.9 0 280px;
    max-width: 310px;
    margin: 0 17px 36px 17px;
    box-sizing: border-box;
    padding: 1px;
    background: #D7D7D7;
    border-radius: 0 0 2px 2px;
    position: relative;
    transition: all 300ms ease-out;
}

.projects-more li:hover {
    -webkit-box-shadow: 0px 5px 15px rgba(192, 192, 192, 0.5);
    box-shadow: 0px 5px 15px rgba(192, 192, 192, 0.5);
}

.projects-more li:before {
    content: "\e901";
    font-family: 'tm-lvivity' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 18px;
    bottom: 18px;
    font-size: 17px;
    color: #12B2C6;
}

@media (max-width: 1440px) {
    .tm-margin-2xlarge-bottom {
        margin-bottom: 80px !important;
    }

    .tm-margin-3xlarge-bottom {
        margin-bottom: 90px !important;
    }

    .tm-margin-4xlarge-bottom {
        margin-bottom: 120px !important;
    }
}

@media (max-width: 980px) {

    .tm-margin-xlarge-bottom,
    .tm-margin-2xlarge-bottom,
    .tm-margin-3xlarge-bottom,
    .tm-margin-4xlarge-bottom {
        margin-bottom: 50px !important;
    }
}