@import url(widgets.css);

/* normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C""\201D""\2018""\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

dl, menu, ol, ul {
    margin: 1em 0;
}

ul {
    margin-top: 0;
}

dd {
    margin: 0 0 0 40px;
}

menu, ol, ul {
    padding: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none outside none;
}

/* normalize.css end */
/* reset */
body {
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
}

body, html {
    height: 100%;
    width: 100%;
}

header, nav, section, article, aside, footer {
    display: block;
}

input[type=button], input[type=submit], input[type=radio], input[type=checkbox], button, select {
    cursor: pointer;
}

/*normalization mozila*/
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input:-webkit-autofill {
    background-color: transparent;
}

/*normalization ie7*/
*+html input[type=checkbox],
*+html input[type=radio] {
    width: 13px;
    height: 13px;
}

input, button {
    overflow: visible;
}

textarea {
    resize: none;
    overflow: auto;
}

em {
    font-style: italic;
}

b, strong {
    font-weight: bold;
}

a {
    cursor: pointer;
    outline: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    margin: 0;
}

img {
    border: none;
}

input {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border: 0;
    width: 100%;
}

blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: none;
}

/*remove the border around the button*/
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    /* */
    border: none;
}

/*remove the frame around the input type = "radio"*/
:focus {
    -moz-outline: 3px solid #fff !important;
}

input[type="radio"]:focus {
    -moz-outline-radius: 12px !important;
    -moz-outline-offset: 0px !important;
}

/*remove the frame around the input type = "checkbox"*/
input[type="checkbox"]:focus {
    -moz-outline-offset: -1px !important;
    -moz-outline: 1px solid #000 !important;
}

/*remove the frame around the inputs ie7*/
*+html a,
*+html button,
*+html input[type="submit"],
*+html input[type="radio"], ` *+html input[type="checkbox"],
*+html input[type="button"] {
    noFocusLine: expression(this.onFocus=this.blur());
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* reset end */
/* ------ typographic styles ------ */
body {
    font: 13px/1.385 'open sans', sans-serif;
    height: 100%;
    color: #79797a;
    background: #fff;
    min-width: 1007px;
    font-display: swap;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    color: #3d3d3d;
}

h1 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    padding: 0 0 17px;
}

h2 {
    font-size: 20px;
    line-height: 22px;
    padding: 0 0 17px;
    font-weight: 600;
}

h3 {
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 17px;
    font-weight: 600;
}

h4 {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    padding: 0 0 13px;
}

h5 {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 0 5px;
}

p {
    padding: 0 0 18px;
    margin: 0;
}

hr {
    line-height: 1px;
    height: 0;
    border: none;
    background: none;
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
}

a {
    color: #23bd73;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
    vertical-align: top;
}

.hidden {
    display: none;
}

/* ------ typographic styles end ------ */
/* btn */
.btn,
[class^="btn-"],
[class*=" btn-"] {
    position: relative;
    text-align: center;
    text-decoration: none;
}

.btn input[type="submit"],
[class^="btn-"] input[type="submit"],
[class*=" btn-"] input[type="submit"] {
    background: url("../img/empty.png") repeat;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    border: 0;
}

/* btn-tell */
.btn-tell {
    font-size: 13px;
    line-height: 16px;
    color: #949494;
    border: 1px solid #dfdfdf;
    padding: 7px 18px 8px 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.btn-tell i {
    margin: 3px 0 0 10px;
    color: #dfdfdf;
    font-size: 14px;
}

.btn-tell:hover {
    color: #fff;
    background: #2ebf79;
    border: 1px solid #2ebf79;
    text-decoration: none;
}

.btn-tell:hover i {
    color: #fff;
}

/* btn-tell END */
/* btn-submit */
.btn-submit {
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #8e8e8e;
    font-weight: 600;
    padding: 10px 22px 11px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-submit i {
    margin: 4px 12px 0 0;
}

.btn-submit:hover {
    color: #fff;
    background: #2ebf79;
    border: 1px solid #2ebf79;
    text-decoration: none;
}

.btn-submit:hover i {
    background-position: 0 -551px;
}

/* btn-submit end */
/* btn-green */
.btn-green {
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    padding: 3px 12px 4px;
    background: #23ba71;
    border: 1px solid #23ba71;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-green i {
    margin: 5px 0 0 8px;
}

.btn-green:hover {
    border-color: #23ba71;
    color: #23ba71;
    background: #fff;
    text-decoration: none;
}

.btn-green:hover i {
    background-position: 0 -77px;
}

/* btn-green end */
/* btn end */
/* reset-ul */
[class$="-list"],
[class$="-list"] ul,
.social-networks,
.footer-nav,
.footer-holder,
.footer-links,
.paging,
.social-acounts {
    margin: 0;
    list-style: none;
    border: 0;
    padding: 0;
    background: none;
}

/* reset-ul end */
/* inline-block */
[class^="icon-"],
[class*=" icon-"],
[class^="arrow-"],
[class*=" arrow-"],
[class^="soc-icon-"],
[class*=" soc-icon-"],
[class^="btn-"],
[class*=" btn-"],
.breaking-link,
.liveinternt,
.label,
.team-list>li,
.social-list,
.social-acounts:after,
.social-acounts after,
.social-list li,
.social-likes>div {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

/* inline-block end */
/* reset-fieldset */
.search-form fieldset,
.subscription-form fieldset,
.typical-form fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

/* reset-fieldset end */
/* clearfix */
.main:before,
.main:after,
.main-holder:before,
.main-holder:after,
.search-form:before,
.search-form:after,
.max-wrap:before,
.max-wrap:after,
.nav-list:before,
.nav-list:after,
.subscription-form:before,
.subscription-form:after,
.footer-info:before,
.footer-info:after,
.input-holder:before,
.input-holder:after,
.typical-form:before,
.typical-form:after,
.switcher-wrap:before,
.switcher-wrap:after,
.items-list:before,
.items-list:after,
.footer-holder:before,
.footer-holder:after {
    content: "";
    display: table;
}

.main:after,
.main-holder:after,
.search-form:after,
.max-wrap:after,
.nav-list:after,
.subscription-form:after,
.footer-info:after,
.input-holder:after,
.typical-form:after,
.switcher-wrap:after,
.items-list:after,
.footer-holder:after {
    clear: both;
}

.main,
.main-holder,
.search-form,
.max-wrap,
.nav-list,
.subscription-form,
.footer-info,
.input-holder,
.typical-form,
.switcher-wrap,
.items-list,
.footer-holder {
    zoom: 1;
}

/* clearfix end */
/* gradient */
.intro-preview-description {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42OSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 14%, rgba(0, 0, 0, 0.15) 29%, rgba(0, 0, 0, 0.56) 80%, rgba(0, 0, 0, 0.69) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(14%, rgba(0, 0, 0, 0.06)), color-stop(29%, rgba(0, 0, 0, 0.15)), color-stop(80%, rgba(0, 0, 0, 0.56)), color-stop(100%, rgba(0, 0, 0, 0.69)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 14%, rgba(0, 0, 0, 0.15) 29%, rgba(0, 0, 0, 0.56) 80%, rgba(0, 0, 0, 0.69) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 14%, rgba(0, 0, 0, 0.15) 29%, rgba(0, 0, 0, 0.56) 80%, rgba(0, 0, 0, 0.69) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 14%, rgba(0, 0, 0, 0.15) 29%, rgba(0, 0, 0, 0.56) 80%, rgba(0, 0, 0, 0.69) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 14%, rgba(0, 0, 0, 0.15) 29%, rgba(0, 0, 0, 0.56) 80%, rgba(0, 0, 0, 0.69) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b0000000', GradientType=0);
}

/* gradient end */
/* sp */
/* icons */
/* icons */
[class^="icon-"],
[class*=" icon-"] {
    background: url(../img/sp-icons.png) 0 0 no-repeat;
}

.icon-tell {
    background-position: 0 0;
    width: 14px;
    height: 12px;
}

.icon-tell-h {
    background-position: 0 -32px;
    width: 14px;
    height: 12px;
}

.icon-tell-a {
    background-position: 0 -64px;
    width: 14px;
    height: 12px;
}

.icon-magnifier {
    background-position: 0 -96px;
    width: 16px;
    height: 16px;
}

.icon-magnifier-h {
    background-position: 0 -132px;
    width: 16px;
    height: 16px;
}

/* .icon-submit{ background-position: 0 -168px; width: 16px; height: 16px; } */
/* .icon-submit-h{ background-position: 0 -204px; width: 16px; height: 16px; } */
.icon-submit {
    background: url(../img/right-arrow.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
}

.icon-close {
    background-position: 0 -240px;
    width: 9px;
    height: 9px;
}

.icon-close-h {
    background-position: 0 -269px;
    width: 9px;
    height: 9px;
}

/* .icon-reply{ background-position: 0 -298px; width: 13px; height: 12px; } */
/* a:hover .icon-reply{ background-position: 0 -330px; width: 13px; height: 12px; } */
.icon-reply {
    width: 18px;
    height: 13px;
    background: url(../img/chat.svg) no-repeat 0 0;
    background-size: contain;
}

a:hover .icon-reply {
    background-image: url(../img/chat-green.svg);
}

.icon-reply-h {
    background-position: 0 -330px;
    width: 13px;
    height: 12px;
}

/* .icon-plus{ background-position: 0 -362px; width: 10px; height: 10px; }
.icon-eye{ background-position: 0 -593px;
	width: 15px;
	height: 9px; }
a:hover .icon-plus{ background-position: 0 -392px; width: 10px; height: 10px; }
a:hover .icon-eye{ background-position: 0 -609px;
	width: 15px;
	height: 9px; } */
.icon-eye {
    width: 17px;
    height: 11px;
    background: url(../img/eye.svg) no-repeat 0 0;
    background-size: contain;
}

a:hover .icon-eye {
    background-image: url(../img/eye-green.svg);
}

.icon-plus-h {
    background-position: 0 -392px;
    width: 10px;
    height: 10px;
}

.icon-pin {
    background-position: 0 -422px;
    width: 10px;
    height: 13px;
}

.icon-date {
    background-position: 0 -455px;
    width: 14px;
    height: 14px;
}

.icon-mail {
    background-position: 0 -489px;
    width: 16px;
    height: 11px;
}

.icon-mail-h {
    background-position: 0 -520px;
    width: 16px;
    height: 11px;
}

.icon-mail-a {
    background-position: 0 -551px;
    width: 16px;
    height: 11px;
}

.icon-points {
    background-position: 0 -582px;
    width: 12px;
    height: 2px;
}

/* icons end */
/* social icons */
[class^="soc-icon-"],
[class*=" soc-icon-"] {
    background: url(../img/sp-social.png) 0 0 no-repeat;
}

.soc-icon-facebook {
    background-position: 0 0;
    width: 35px;
    height: 35px;
}

.soc-icon-facebook-h {
    background-position: 0 -55px;
    width: 35px;
    height: 35px;
}

.soc-icon-facebook:hover {
    background-position: 0 -55px;
    width: 35px;
    height: 35px;
}

.soc-icon-facebook-small {
    background-position: 0 -110px;
    width: 8px;
    height: 16px;
}

.soc-icon-facebook-small:hover {
    background-position: 0 -146px;
    width: 8px;
    height: 16px;
}

.soc-icon-facebook-small-h {
    background-position: 0 -146px;
    width: 8px;
    height: 16px;
}

.soc-icon-facebook-small:hover {
    background-position: 0 -146px;
    width: 8px;
    height: 16px;
}

.soc-icon-twitter {
    background-position: 0 -182px;
    width: 35px;
    height: 35px;
}

.soc-icon-twitter-h {
    background-position: 0 -237px;
    width: 35px;
    height: 35px;
}

.soc-icon-twitter:hover {
    background-position: 0 -237px;
    width: 35px;
    height: 35px;
}

.soc-icon-twitter-small {
    background-position: 0 -292px;
    width: 16px;
    height: 13px;
}

.soc-icon-twitter-small:hover {
    background-position: 0 -325px;
    width: 16px;
    height: 13px;
}

.soc-icon-twitter-small-h {
    background-position: 0 -325px;
    width: 16px;
    height: 13px;
}

.soc-icon-instagram-small {
    background-position: 0 -358px;
    width: 15px;
    height: 15px;
}

.soc-icon-instagram-small:hover {
    background-position: 0 -393px;
    width: 15px;
    height: 15px;
}

.soc-icon-instagram-small-h {
    background-position: 0 -393px;
    width: 15px;
    height: 15px;
}

.soc-icon-rss {
    background-position: 0 -425px;
    width: 35px;
    height: 35px;
}

.soc-icon-rss:hover {
    background-position: 0 -473px;
    width: 35px;
    height: 35px;
}

/* social icons end */
/* icons end */
/* arrows */
[class^="arrow-"],
[class*=" arrow-"] {
    background: url(../img/sp-arrows.png) 0 0 no-repeat;
}

.arrow-top {
    background-position: 0 0;
    width: 7px;
    height: 4px;
}

.arrow-bottom {
    background-position: 0 -24px;
    width: 7px;
    height: 4px;
}

.arrow-more {
    background-position: 0 -48px;
    width: 5px;
    height: 9px;
}

.arrow-more-h {
    background-position: 0 -77px;
    width: 5px;
    height: 9px;
}

/* arrows end */
/* sp end */
/* elements form style */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    border: 0;
    background: none;
    float: left;
    width: 100%;
    color: #262626;
    font: 14px/1.3 'open sans', sans-serif;
    padding: 0;
    height: 18px;
}

.input-holder.focus input[type="text"],
.input-holder.focus input[type="password"],
.input-holder.focus textarea {
    color: #222;
}

textarea {
    min-height: 220px;
    height: 220px;
}

/* placeholder */
:-webkit-input-placeholder {
    color: #c4c0b7;
}

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

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

::-moz-placeholder {
    color: #c4c0b7;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #c4c0b7;
    opacity: 1;
}

.placeholder {
    color: #c4c0b7;
    opacity: 1;
}

/* placeholder end */
input[type="radio"] {
    float: left;
    height: 15px;
    width: 16px;
    margin: 0;
    padding: 0;
}

input[type="checkbox"] {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
}

.form-line {
    padding: 0 0 12px;
}

.label-holder {
    padding: 0 0 10px;
}

.label-holder,
label {
    color: #222;
    font-size: 13px;
    line-height: 15px;
}

.input-holder {
    padding: 11px 21px;
    cursor: text;
    background: #fff;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* elements form focus */
.input-holder.focus {
    border-color: #23bd73;
}

/* elements form focus end */
/* elements form style end */
/* unordered list (UL) styling */
.default-list {
    padding: 0 0 8px;
}

.default-list li {
    padding: 0 0 10px 13px;
    position: relative;
}

.default-list li:after,
.default-list li after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 5px;
    width: 5px;
    background: #d8d9db;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* unordered list (UL) styling end */
/* numbered list (OL) styling */
.decimal-list {
    counter-reset: section;
    padding: 0 0 8px;
    overflow: hidden;
    color: #79797a;
}

.decimal-list>li {
    counter-increment: section;
    height: 1%;
    overflow: hidden;
    padding: 0 0 10px 15px;
}

.decimal-list>li before,
.decimal-list>li:before {
    float: left;
    text-align: center;
    content: counter(section) ".";
    margin: 0 0 0 -15px;
}

/* numbered list (OL) styling end */
/* defoult table styling */
.default-table-wrap {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #f0f0f0;
    border-top-width: 2px;
    overflow: hidden;
    margin: 0 0 10px;
}

.default-table {
    width: 100%;
    border: none;
}

.default-table td,
.default-table th {
    padding: 13px 23px;
    border: none;
    font-size: 13px;
    line-height: 18px;
    background-color: #fff;
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

.default-table td:first-child,
.default-table th:first-child {
    border-left-width: 0;
}

.default-table tbody td {
    vertical-align: top;
}

.default-table thead th,
.default-table tfoot td {
    color: #23bd73;
    text-align: left;
    font-weight: 400;
}

.default-table thead th {
    border-top-width: 0;
}

/* defoult table styling en

/* main blocks */
.wrapper {
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.header {
    position: relative;
    z-index: 3;
}

.main {
    position: relative;
    clear: both;
    z-index: 4;
}

.main-holder {
    width: 100%;
    padding: 24px 0 0;
}

.content-wrap {
    float: left;
    width: 100%;
}

.content-wrap>.content {
    margin: 0 256px 0 0;
    width: calc(100% - 256px);
    display: inline-block;
}

.content-wrap>.content>.post {}

.sidebar {
    display: inline;
    float: right;
    margin: 0 0 0 -240px;
    width: 240px;
}

.footer {
    margin: 0 auto;
    position: relative;
    clear: both;
    z-index: 5;
    background: #282e28;
    overflow: hidden;
}

.max-wrap {
    max-width: 1007px;
    margin: 0 auto;
}

/* main blocks end */
/* header */
/* header holder */
.header-holder {
    padding: 39px 0 27px;
    overflow: hidden;
}

.logo {
    float: left;
    background: url(../img/logos/logotype.svg) no-repeat;
    width: 231px;
    height: 36px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 1px 32px 0 2px;
    background-size: contain;
}

.logo a {
    display: block;
    height: 100%;
}

/* header holder end */
/* header nav */
.header-nav {
    position: relative;
    padding: 11px 0 20px;
    min-height: 16px;
}

/* main navigation */
.nav-list {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-list li {
    margin: 0 41px 0 0;
    float: left;
}

.nav-list a {
    color: #737373;
}

.nav-list a:hover,
.nav-list li.active a, .current-menu-item a {
    text-decoration: none;
    color: #2ebf79;
}

/* main navigation end */
/* search form */
.search-form {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: none;
    z-index: 12;
    background: #fff;
}

.search-form form {
    float: left;
    width: 100%;
}

.search-form .form-line {
    padding: 0;
    position: relative;
}

.search-form .input-holder {
    padding: 7px 53px;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.search-form input[type="text"] {
    color: #222;
}

.search-form .btn-search {
    left: 21px;
    position: absolute;
    top: 9px;
}

.search-form .btn-search:hover .icon-magnifier {
    background-position: 0 -132px;
}

/* search form end */
.switcher-search {
    position: absolute;
    right: 0;
    top: 10px;
    /*background: url(../img/sp-icons.png) no-repeat 0 -96px;*/
    height: 16px;
    width: 16px;
}

.switcher-search:hover {
    background-position: 0 -132px;
}

.close-form {
    position: absolute;
    height: 9px;
    right: 19px;
    top: 13px;
    width: 9px;
    background: url(../img/sp-icons.png) no-repeat 0 -240px;
}

.close-form:hover {
    background-position: 0 -269px;
}

/* header nav end */
/* breaking */
.breaking {
    overflow: hidden;
    background: #fdfdfd;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 11px 0 12px;
    font-size: 12px;
    line-height: 15px;
    color: #a8a8a8;
}

.breaking-link {
    margin: 0 8px 0 0;
    padding: 0 8px 0 0;
    color: #23bd73;
    text-transform: uppercase;
}

.breaking-linkin {
    color: #a8a8a8;
}

.breaking-linkin:hover {
    color: #23bd73;
}

.breaking-text {
    font-weight: 600;
}

/* breaking end */
/* header end */
/* main */
.frame {
    border: 1px solid #f0f0f0;
    padding: 0;
    border-bottom: none;
}

.frame-text {
    padding: 26px 35px 33px;
}

.main blockquote {
    font-size: 13px;
    line-height: 18px;
    font-style: italic;
    padding: 0 0 0 19px;
    border-left: 3px solid #d3d3d3;
    margin: 15px 0 34px;
}

.main blockquote q {
    display: block;
    padding: 0;
    margin: 0;
}

.main blockquote p {
    padding: 0;
    margin: 0;
    margin-bottom: 18px;
}

/* contacts */
/* switcher list */
.switcher-wrap {
    border-bottom: 3px solid #e9e9e9;
}

.switcher-list {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #222;
    float: left;
    border: 1px solid #e9e9e9;
    border-bottom: none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    position: relative;
    margin: 0 0 -3px;
    overflow: hidden;
}

.contacts .switcher-list {
    margin: 0 39px -3px;
}

.switcher-list li {
    float: left;
    border-left: 1px solid #e9e9e9;
}

.switcher-list li:first-child {
    border-left: none;
}

.switcher-list a {
    float: left;
    color: #222;
    padding: 13px 34px 15px;
}

.switcher-list a:hover {
    color: #23bd73;
    text-decoration: none;
}

.switcher-list li.active a {
    background: #fff;
    color: #23bd73;
    text-decoration: none;
}

/* switcher list end */
.contacts .tab {
    padding: 46px 31px;
}

/* typical form */
.typical-form form {
    float: left;
    width: 100%;
}

.typical-form .form-line.short-line {
    width: 352px;
}

.typical-form .form-buttons {
    padding: 7px 0 0;
}

/* typical form end */
/* contacts end */
/* intro */
.intro {
    /*overflow: hidden;*/
    margin: 0 -16px;
}

.intro-preview {
    float: left;
    padding: 0 0 21px 16px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
}

.intro-preview {
    width: 240px;
    height: 189px;
}

.intro>.intro-preview {
    width: 496px;
    height: 400px;
}

.label-wrap {
    font-size: 10px;
    line-height: 12px;
}

.label {
    background: #f6b700;
    color: #fff;
    padding: 3px 6px;
    text-transform: uppercase;
}

.intro-preview .label-wrap {
    padding: 0 0 11px 2px;
}

.intro-preview a {
    display: block;
    position: relative;
    color: #fff;
}

.intro-preview-description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 29px 32px;
}

.intro-preview .text {
    /* overflow: hidden; */
    overflow: visible;
    max-height: 260px;
}

.intro-preview a:hover .intro-preview-description {
    text-decoration: none;
    color: #23bd73;
}

.intro-col {
    float: left;
}

.intro-col .intro-preview {
    float: none;
    font-size: 18px;
    line-height: 20px;
    position: relative;
}

.intro-preview.disable::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 21px;
    left: 16px;
    right: 0;
    background: rgba(80, 80, 80, .7);
}

.intro-col .intro-preview-description {
    padding: 16px 18px;
}

.intro-col .intro-preview .label-wrap {
    padding: 0 0 7px 1px;
}

.intro-col .intro-preview .text {
    max-height: 100px;
}
.intro-preview img {
  width: 100%;
}


/* intro end */
/* articles */
/* articles list */
.articles-wrap {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 0 0 55px;
}

.articles-list {
    padding: 0 0 29px;
}

.articles-list>li {
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.articles-list .published {
    float: left;
    width: 50px;
    padding: 23px 19px 0 13px;
    font-size: 12px;
    line-height: 14px;
    color: #cacaca;
    text-align: right;
    font-weight: 600;
    position: relative;
}

.articles-list .published:after,
.articles-list .published after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    height: 14px;
    width: 14px;
    border: 3px solid #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fdfdfd;
    margin: 25px 0 0 -9px;
}

.article-inner {
    overflow: hidden;
    border-left: 3px solid #eee;
    padding: 25px 10px 24px 23px;
}

.articles-list>li:first-child {
    padding-top: 24px;
}

.articles-list>li:first-child .published,
.articles-list>li:first-child .published:after

/*.article-container .published*/
    {
    padding-top: 0;
}

.articles-list>li:first-child .published:after,
.articles-list>li:first-child .published after,
.articles-list>li:first-child .published:after,
.article-container .published after {
    margin-top: 0;
}

.articles-list>li:first-child .article-inner

/*.article-container .article-inner */
    {
    padding-top: 2px;
}

.article-img {
    margin: 28px 28px 0 27px;
    padding-bottom: 24px;
}

.article-img a {
    display: block;
    overflow: hidden;
    position: relative;
}

.play-mask {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.article-img a:hover .play-mask {
    opacity: 1;
}

.play-mask>span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #23bd73 url(../img/play.png) no-repeat 13px 11px;
    margin: -16px 0 0 -19px;
}

.article-inner .article-img {
    float: left;
    margin: 0 18px 0 0;
    padding: 0;
}

.article-img:not(.article-video):hover a {
    background: #000;
}

.article-img:not(.article-video) a:hover img {
    opacity: 0.6;
}

.article-content {
    overflow: hidden;
}

.article-content .label-wrap {
    padding: 0 0 7px;
}

.article-content h3 {
    margin: 0 0 9px;
    padding: 0;
    clear: both;
}

.article-content h3 a {
    color: #222;
}

.article-content h3 a:hover {
    color: #23bd73;
    text-decoration: none;
}

.article-text {
    overflow: hidden;
    margin: 0 0 12px;
}

.meta-list {
    overflow: hidden;
    font-size: 13px;
    line-height: 17px;
    color: #ccc;
}

.meta-list li {
    float: left;
    padding: 0 8px 0 9px;
    background: url(../img/dividers/sep-meta.png) no-repeat 0 4px;
}

.meta-list li:first-child {
    padding-left: 0;
    background: none;
}

.meta-list li i {
    margin: 3px 0 0;
    padding: 0 6px 0 0;
}

.meta-list li .fa {
    margin: 0;
}

.meta-list a {
    color: #ccc;
}

.meta-list a:hover {
    color: #23bd73;
    text-decoration: none;
}

/* articles list end */
/* articles emd */
/* paging */
.paging-wrap {
    overflow: hidden;
}

.articles-wrap .paging-wrap {
    padding: 0 37px 0 34px;
}

/*  v.k. 17-01-2020  start */
.paging-wrap .navigation ol {
    position: relative;
    list-style: none;
}

.paging-wrap .navigation ol li {
    display: inline-block;
    margin-right: 3px;
    text-align: center;
}

.navigation ol li span.current {
    display: block;
    min-width: 10px;
    padding: 5px 9px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    background: #2ebf79;
    color: #fff;
    border: 1px solid #23ba71;
}

.navigation ol li span.current {
    border: 1px solid #23ba71;
}

.paging-wrap .navigation ol li:last-child {
    position: absolute;
    right: 0;
}

.navigation ol li a {
    display: block;
    min-width: 10px;
    padding: 5px 9px;
    text-decoration: none;
    color: #ccc;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.navigation ol li a:hover {
    color: #2ebf79;
    border: 1px solid#e9e9e9;
}

.navigation ol li a.next {
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    color:
        #fff;
    font-weight: 600;
    padding: 5px 16px;
    padding-right: 16px;
    padding-right: 30px;
    background:
        #23ba71;
    border: 1px solid #23ba71;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.navigation ol li a.next:hover {
    background: #fff;
    border: 1px solid#2ebf79;
    color: #2ebf79;
}

.navigation .next::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    right: 10px;
    top: 9px;
    border: 2px solid #fff;
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    border-left-color:
        #23ba71;
    border-bottom-color:
        #23ba71;
    border-radius: 1px;
    transform: rotate(45deg);
}

.navigation ol li a.next:hover::after {
    border: 2px solid #23ba71;
    border-bottom-color: rgb(35, 186, 113);
    border-left-color: rgb(35, 186, 113);
    border-left-color: #fff;
    border-bottom-color: #fff;
}

/*  v.k. 17-01-2020  end */
.btn-green {
    float: right;
}

.paging {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    cursor: default;
    overflow: hidden;
    padding-right: 20px;
}

.paging li {
    text-align: center;
    float: left;
    margin-right: 3px;
}

.paging a,
.paging .current-page span {
    display: block;
    height: 24px;
    min-width: 10px;
    padding: 0 7px;
    cursor: pointer;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.paging a {
    color: #ccc;
}

.paging a:hover {
    color: #23bd73;
    text-decoration: none;
    border-color: #23bd73;
}

.paging .current-page span {
    background: #23bd73;
    border-color: #23bd73;
    cursor: default;
}

.paging .icon-points {
    margin: 24px 3px 0;
}

/* paging end */
/* post */
.post {
    padding: 29px 30px 21px;
    border: 1px solid #f0f0f0;
    margin: 0 0 20px;
}

.post h1 {
    font-weight: 600;
    padding: 0 0 10px 2px;
}

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

/* tags list */
.post .tags-list {
    overflow: hidden;
    padding: 0 0 2px 2px;
}

.post .tags-list li {
    float: left;
    padding: 0 6px 6px 0;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #fff;
}

.post .tags-list a {
    float: left;
    background: #f6b700;
    color: #fff;
    padding: 3px 7px;
    text-transform: uppercase;
}

.post .tags-list a:hover {
    text-decoration: none;
    background: #f8bf19;
}

/* tags list end */
.post-meta {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #b6b6b6;
    padding: 0 0 18px 2px;
}

.post-meta .looks {
    display: inline-block;
    padding: 0 0 0 8px;
    background: url(../img/dividers/sep-meta.png) no-repeat 0 2px;
    color: #b6b6b6;
    margin-left: 8px;
}

/* .post-meta .looks:hover {
	color: #23bd73;
} */
.post-meta .looks i {
    margin-top: 2px;
    margin-right: 3px;
}

.social-likes {
    padding: 0 0 21px;
}

.img-post {
    padding: 0 0 26px;
}

/* post end */
.disqus {
    border: 1px solid #e5e5e5;
    padding: 29px 30px 21px;
    margin-bottom: 25px;
}

.items-list {
    font-size: 14px;
    line-height: 16px;
    color: #737373;
    border-bottom: 1px solid #e8e8e8;
    padding: 5px 0 0;
}

.items-list li {
    margin: 0 32px -1px 0;
    float: left;
}

.items-list a {
    color: #737373;
    border-bottom: 3px solid transparent;
    float: left;
    padding: 0 0 11px;
}

.items-list a:hover,
.items-list a.current {
    text-decoration: none;
    color: #2ebf79;
}

.items-list a.current {
    border-bottom-color: #2ebf79;
}

.item-section {
    padding: 34px 0 13px;
}

.item-section+.item-section {
    border-top: 1px solid #e8e8e8;
    padding: 41px 0 24px;
}

.item-section h3 {
    padding: 0 0 23px;
}

/* team list */
.team-list {
    margin: 0 -13px;
    color: #a2a2a2;
}

.team-list>li {
    width: 159px;
    margin-left: 13px;
    padding: 0 0 27px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}

.team-list .photo {
    margin: 0 0 6px;
    overflow: hidden;
    position: relative;
}

.social-acounts {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(46, 191, 121, 0.8);
    text-align: center;
    opacity: 0;
}

.team-list li:hover .social-acounts {
    opacity: 1;
}

.social-acounts:after,
.social-acounts after {
    content: '';
    margin: 0 0 0 -3px;
    height: 100%;
    vertical-align: middle;
}

.social-acounts .social-list {
    vertical-align: middle;
    text-align: center;
    width: 90%;
    cursor: default;
}

.social-list li {
    padding: 7px;
}

.social-acounts a {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.team-list h4 {
    font-weight: 700;
    padding: 0;
    margin: 0 0 -1px;
}

/* team list end */
/* sidebar */
.img-promo {
    padding: 0 0 32px;
    position: relative;
}

.img-promo .textwidget {
    position: absolute;
    right: 0;
    opacity: .6;
    transition: opacity .3s, text-decoration .3s;
}

.img-promo .textwidget:hover {
    opacity: 1;
}

.widget {
    padding: 0 0 38px;
}

.widget h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #bbb;
    padding: 0 0 9px;
    margin: 0 0 16px;
    border-bottom: 3px solid #d3d3d3;
}

/* quotes */
/* quotes list */
.quotes-list {
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
}

.quotes-list li {
    float: left;
    width: 50%;
    text-align: center;
}

.quotes-list a {
    display: block;
    border-left: 1px solid #e9e9e9;
    padding: 8px 10px 9px;
    color: #222;
}

.quotes-list li:first-child a {
    border-left: none;
}

.quotes-list a:hover,
.quotes-list .active a {
    color: #23bd73;
    text-decoration: none;
}

/* quotes list end */
.quotes .tab {
    margin: 0 7px 0 0;
    padding: 10px 0 0;
}

.quotes-table td {
    color: #222;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0px 12px;
    text-align: right;
}

.quotes-table td:first-child {
    text-align: left;
}

.quotes-table td [class*="arrow-"] {
    margin: 8px 0 0 3px;
}

.quotes-table tr:last-child td {
    border: 0;
}

/* quotes end */
/* previews */
.previews-list {
    font-size: 14px;
    line-height: 18px;
    color: #222;
    font-weight: 600;
}

.previews-list li {
    padding: 12px 0;
    border-bottom: 1px solid #e9e9e9;
}

.previews-list li:first-child {
    padding: 4px 0 12px;
}

.previews-list li:last-child {
    border: 0;
}

.previews-list a {
    color: #222;
    overflow: hidden;
    display: block;
}

.previews-list .preview-img {
    width: 68px;
    height: 68px;
    float: left;
    margin: 0 14px 0 0;
    position: relative;
}

.previews-list .preview-img:after,
.previews-list .preview-img after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(69, 156, 67, 0.5);
    opacity: 0;
    z-index: 20;
}

.previews-list a:hover .preview-img:after {
    opacity: 1;
}

.preview-text {
    overflow: hidden;
}

.previews-list a:hover {
    color: #23bd73;
    text-decoration: none;
}

/* previews end */
/* social networks */
/* .social-networks{
	overflow: hidden;
}
.social-networks li{
	float: left;
	padding: 0 8px 8px 0;
}
.social-networks a{
	text-indent: -9999px;
	overflow: hidden;
	float: left;
} */
.social-networks {
    text-align: left;
    padding: 0;
}

.social-networks li {
    display: inline-block;
    font-size: 19px;
    padding: 0;
    overflow: hidden;
}

.social-networks li a {
    border: solid #a5a5a5 1px;
    background: rgba(255, 255, 255, .03);
    color: #d1d1d1;
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    text-decoration: none;
    border-radius: 4px;
    margin-right: 4px;
}

.social-networks li a:hover {
    border: solid #23bd73 1px;
    background: #23bd73;
    color: #fff;
}

.social-networks li a.fa-facebook {
    font-size: 15px;
}

.social-networks li a.fa-twitter {
    font-size: 18px;
}

/* social networks end */
/* contact form */
.wpcf7-not-valid-tip {
    position: absolute;
    top: -20px;
    background: #fff;
    padding: 0 10px;
    white-space: nowrap;
    right: 0;
}

/* subscription form */
.widget .subscription-form {
    padding-right: 5px;
}

.subscription-form form {
    float: left;
    width: 100%;
}

.subscription-form .form-line {
    padding: 0;
    position: relative;
}

.subscription-form .input-holder {
    padding: 9px 45px 9px 22px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: none;
}

.subscription-form input[type="text"] {
    font-size: 12px;
    height: 16px;
}

.subscription-form .btn-search {
    position: absolute;
    right: 15px;
    top: 10px;
    line-height: 16px;
}

/* .subscription-form .focus-input .icon-submit{
	background-position: 0 -204px;
} */
.subscription-form .focus-input .icon-submit {
    background-image: url(../img/right-arrow-green.svg);
}

/* subscription form end */
/*conferences list*/
.conferences-list li {
    border-bottom: 1px solid #e9e9e9;
    padding: 11px 0 17px;
}

.conferences-list li:first-child {
    padding: 5px 0 17px;
}

.conferences-list li:last-child {
    border: 0;
}

.conferences-list h4 {
    /*overflow: hidden;*/
    position: relative;
    /*white-space: nowrap;*/
    /*	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;*/
    padding: 0 0 3px;
    line-height: 18px;
}

.conferences-list h4 a {
    color: #222;
}

.conferences-list h4 a:hover {
    text-decoration: none;
    color: #23bd73;
}

.conferences-list .meta {
    font-size: 12px;
    line-height: 14px;
    color: #cacaca;
    overflow: hidden;
}

.conferences-list .meta>span {
    padding-right: 8px;
}

.conferences-list .meta>span i {
    margin: 0 7px 0 0;
    font-size: 14px;
    color: #e2e2e2;
}

.conferences-list .meta>span i.fa-map-marker {
    font-size: 16px;
}

.meta__date {
    display: block;
    margin-top: 4px;
}

/*conferences list end*/
/* sidebar end */
/* main end */
/* footer */
/* footer holder */
.footer .max-wrap {
    padding-top: 46px;
    padding-bottom: 35px;
}

.footer-holder {
    margin: 0 0 0 -19px;
}

.footer-holder>li {
    float: left;
    width: 25%;
}

.footer-holder>li:nth-child(4) {
    margin-bottom: 100px;
}

.footer-holder .footer-inner {
    padding: 0 0 0 24px;
}

.footer-holder .footer-inner>strong {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    display: block;
    padding: 3px 0 22px;
    font-weight: 600;
}

.footer-logo {
    display: block;
    background: url(../img/logos/logotype-footer.svg) no-repeat;
    width: 145px;
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 0 22px;
    background-size: contain;
}

.footer-links {
    font-size: 14px;
    line-height: 16px;
    color: #929292;
    padding: 6px 0 0;
}

.footer-links li {
    padding: 0 0 12px;
}

.footer-links a {
    color: #929292;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: none;
    color: #23bd73;
}

.footer-info .footer-info-holder {
    float: right;
    width: 114px;
    position: relative;
    margin: -80px 0 0;
    color: #999;
    font-size: 11px;
    line-height: 15px;
    padding-left: 75px;
    background-size: 55px;
}

.footer-info .footer-info-holder .digitaltree {
    color: inherit;
}

.footer-info .footer-info-holder .digitaltree:hover {
    color: #23bd73;
    text-decoration: none;
}

.footer-info .footer-info-holder .digitaltree:before {
    content: "";
    width: 60px;
    height: 50px;
    left: 0;
    top: 0;
    display: block;
    position: absolute;
    background: url(../img/logos/dev-ccc.svg) 0 0 no-repeat;
}

.footer-info .footer-info-holder .digitaltree:hover:before {
    background: url(../img/devgreen.svg) 0 0 no-repeat;
}

.license {
    padding-top: 10px;
    display: block;
}

.copyright {
    display: block;
}

.liveinternt {
    margin: 2px 0 0 5px;
}

.top_agroserver_ru_counter {
    position: absolute;
    left: -28px;
    top: 57px;
}

/* footer holder end */
/* footer end */
/* 23091650 select language */
.max-wrap {
    position: relative;
}


.__languages:hover .current-language:after {
    /* top: 20px; */
    border: 2px solid #1da262;
    border-top: 0px solid #1da262;
    border-left: 0px solid #1da262;
    /* transform: rotate(-135deg); */
}

.__languages:hover .current-language {
    color: #1da262;
}

.__languages ul a {
    text-decoration: none;
    color: #444;
}

.__languages ul a:hover {
    color: #23bd73;
}

/*
12nov 19-00
*/
.label-wrap {
    font-size: 10px;
    line-height: 12px;
}

.label {
    background: #f6b700;
    color: #fff;
    padding: 3px 6px;
    text-transform: uppercase;
}

.intro-preview .label-wrap {
    padding: 0 0 11px 2px;
}

.intro-col .intro-preview .label-wrap {
    padding: 0 0 7px 1px;
}

.article-content .label-wrap {
    padding: 0 0 7px;
}

.intro-col .intro-preview .label-wrap span,
.article-content .label-wrap a {
    display: inline-block;
    margin-bottom: 2px;
}

/* V.K. 14.12 */
.q_compay_name {
    font-weight: 600;
}

.q_dynamic.up {
    position: relative;
    padding-right: 15px;
    /* display: inline-block; */
    color: #23bd73;
}

.q_dynamic.up:before {
    content: '';
    position: absolute;
    right: 3px;
    top: 17px;
    border: 3px solid #23bd73;
    border-right-color: rgb(35, 189, 115);
    border-right-style: solid;
    border-right-width: 3px;
    border-bottom-color: rgb(35, 189, 115);
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transform: rotate(45deg);
}

.q_dynamic.down {
    position: relative;
    padding-right: 15px;
    /* display: inline-block; */
    color: #bd2323;
}

.q_dynamic.down:before {
    content: '';
    position: absolute;
    right: 3px;
    top: 16px;
    border: 3px solid #bd2323;
    border-top-color: rgb(189, 35, 35);
    border-top-style: solid;
    border-top-width: 3px;
    border-left-color: rgb(189, 35, 35);
    border-left-style: solid;
    border-left-width: 3px;
    border-left: 3px solid transparent;
    border-top: 3px solid transparent;
    transform: rotate(45deg);
}

.number .transit.transit-down {
    /* top: -.15em; */
}

/* 08.09 */
.article-inner .article-img {
    width: 150px;
    height: 112px;
    overflow: hidden;
}

.article-inner .article-img a {
    height: 100%;
    width: 100%;
}

.article-inner .article-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.article-inner .article-img.garden-article-img {
    width: 88px;
    height: 88px;
}

.article-inner .article-img.garden-article-rating-img {
    width: 68px;
    height: 68px;
}

.garden-article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-single-post {
    width: 100%;
    height: 458px;
    overflow: hidden;
}

.img-single-post img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.preview-img-sidebar {
    width: 68px;
    height: 68px;
    overflow: hidden;
}

.preview-img-sidebar img {
    width: 100%;
    height: 100%;
}

/*fix of incorrect size in picture*/
.previews-list .preview-img {
    width: 68px;
    height: 68px;
}

.previews-list .preview-img img {
    width: 100%;
    height: 100%;
}
