html, body, ul, ol, li, p, td, h1, h2, h3, h4, h5, h6, form, fieldset, a, img,
article, aside, canvas, details, figure, figcaption, footer, header, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0
}

article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, audio, video {
    display: block
}

ol, dl, ul {
    margin-bottom: 16px;
    margin-left: 20px;
}
/* ul li {
    list-style-type: disc;
} */

blockquote {
    margin: 0 10px;
}

div {
    box-sizing: border-box;
}

a img {
    border: none;
    cursor: pointer;
    text-decoration: none
}

html {
    font-size: .812em;
    -webkit-text-size-adjust: 100% /* Stops Mobile Safari from auto-adjusting font-sizes */;
    -webkit-tap-highlight-color: #f1f1f1 /* Overrides the highlight color shown when the user taps a link */
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    color: #4d4d4d;
    /* position: relative; */
    background: #f7f7f7; /*min-width:960px*/
}

@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa-Bold.eot'), /* IE9 Compat Modes */
       url('../fonts/Comfortaa-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Comfortaa-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Comfortaa-Bold.svg') format('svg'); /* Legacy iOS */
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }


.wrap {
    max-width: 960px;
    min-width: 320px;
    position: relative;
    margin: 0 auto
}

input {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0;
    margin: 0;
    outline: none
}
/* 
ul {
    list-style: none
} */
/* 
.xhr {
    text-decoration: none;
    border-bottom: 1px dashed
}
*/
.clear {
    clear: both
}

a {
    color: #2693ff;
    text-decoration: underline
}

a:hover {
    /* color: #72b6f9 */
}

p {
    /* line-height: 24px; */
    line-height: 1.333;
    padding-bottom: 15px;
    /* padding-right: 95px */
}

h1 {
    font-size: 30px;
    font-weight: bold;
}

h2 {
    font-size: 30px;
    font-weight: bold;
    font-style: italic
}

hr {
    border: none;
    border-top: 1px solid #b6b6b6
}

/* .fll {
    float: left
}

.flr {
    float: right
} */

/* .row {
    width: 100%;
    height: auto;
    overflow: hidden
} */

/* .cell {
    vertical-align: top;
    overflow: hidden;
    float: left;
    display: block
}

.grid3 {
    width: 290px;
    float: left
} */

/*HEADER*/
/* .header {
    padding: 25px 0 45px 0
}

.header-inner {
    padding: 0 15px
}

.header-icons {
    margin-bottom: -6px
}

.header-icon-item {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    height: 40px;
}

.header-icon-item > a {
    background: url("../images/icons-sprite.png") 0 0 no-repeat;
    display: block;
    width: 27px;
    height: 27px;
    cursor: pointer
}

.header-icon-item a.flag {
    background-position: 0 0
}

.header-icon-item a.mail {
    background-position: -27px 0
}

.header-icon-item a.social {
    background-position: -54px 0
}

.header-icon-item:hover .icon-content {
    display: block;
}

.header-icon-item.active .flag, .header-icon-item:hover .flag {
    background: url("../images/icons-sprite.png") 0 -27px no-repeat
}

.header-icon-item.active .social, .header-icon-item:hover .social {
    background: url("../images/icons-sprite.png") -54px -27px no-repeat
} */

/* .icon-soc-title {
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 12px;
    line-height: 14px
}

.header-seach-input {
    float: left;
    display: block;
    background: none;
    border: none;
    border-bottom: 2px solid #717171;
    width: 134px;
    height: 24px;
    padding: 0 5px 0 5px;
    font-size: 14px;
}

.header-seach-button {
    display: block;
    margin-right: 8px;
    float: left;
    width: 27px;
    height: 27px;
    border: none;
    background: url("../images/icons-sprite.png") -81px 0 no-repeat;
    cursor: pointer
}

.h-logo {
    display: block;
    font-family: 'Comfortaa', sans-serif;
    font-weight: bold;
    font-size: 36px;
    text-decoration: none;
    color: #4d4d4d
}

.h-descr {
    font-family: 'Comfortaa', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px
}

.h-menu {
    font-family: 'Comfortaa', sans-serif;
    font-weight: bold;
    font-size: 21px
}

.h-menu-item {
    float: left;
    margin-left: 29px;
    height: 132px;
    line-height: 132px
}

.h-menu-item a {
    display: table-cell;
    width: 131px;
    height: 132px;
    background: url("../images/h-menu.png");
    text-align: center;
    text-decoration: none;
    line-height: 21px;
    vertical-align: middle
}

.h-menu-item a.blue {
    background-position: 0 0;
    color: #2693ff
}

.h-menu-item a.blue.active {
    background-position: 0 -132px;
    cursor: default
}

.h-menu-item a.blue:hover {
    background-position: 0 -132px;
    color: rgba(255, 255, 255, 0)
}

.h-menu-item a.green {
    background-position: -131px 0;
    color: #33cc14
}

.h-menu-item a.green.active {
    background-position: -131px -132px;
    cursor: default
}

.h-menu-item a.green:hover {
    background-position: -131px -132px;
    color: rgba(255, 255, 255, 0)
}

.h-menu-item a.red {
    background-position: -263px 0;
    color: #ff3344
}

.h-menu-item a.red.active {
    background-position: -263px -132px;
    cursor: default
}

.h-menu-item a.red:hover {
    background-position: -263px -132px;
    color: rgba(255, 255, 255, 0)
}

.h-menu-item a.orange {
    background-position: -395px 0;
    color: #ff8000
}

.h-menu-item a.orange.active {
    background-position: -395px -132px;
    cursor: default
}

.h-menu-item a.orange:hover {
    background-position: -395px -132px;
    color: rgba(255, 255, 255, 0)
} */

/*ICON-POPUP*/
/* .icon-content {
    display: none;
    position: absolute;
    top: 35px;
    left: -15px;
    background: #4d4d4d;
    padding: 10px 15px 3px 15px;
    color: #fff
}

.icon-content:before {
    display: block;
    content: '';
    width: 15px;
    height: 7px;
    background: url("../images/icon-top.png");
    position: absolute;
    top: -7px;
    left: 21px
}

.icon-content .block-vote-item {
    font-family: 'Comfortaa', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    font-style: normal;
    cursor: pointer;
    width: 100px
}

.icon-content .block-vote-item a {
    text-decoration: none;
    color: white;
}

.icon-content .block-vote-item input[type="radio"] {
    display: none
}

.icon-content .block-vote-item label {
    display: block;
    cursor: pointer
}

.icon-content .block-vote-item input[type="radio"] + label span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../images/icon-bg.png) 0 0 no-repeat;
    cursor: pointer
}

.icon-content .block-vote-item input[type="radio"]:checked + label span {
    background: url(../images/icon-bg.png) -10px 0 no-repeat
}

.icon-content.sociality {
    left: -91px;
    width: 170px;
    padding-bottom: 3px
}

.icon-content.sociality:before {
    left: 97px
}

.icon-soc-left {
    width: 90px;
    float: left;
    margin-right: 10px
}

.icon-soc-item {
    display: block;
    background: none !important;
    color: #fff;
    text-decoration: none;
    width: auto !important;
    height: auto !important;
    height: 12px;
    margin-bottom: 7px;
    font-family: 'Comfortaa', sans-serif;
    font-size: 12px;
    font-weight: bold
}

.icon-soc-i-img {
    display: block;
    width: 17px;
    height: 12px;
    float: left
}

.icon-content.social a {
    background: none
}

.icon-soc-i-facebook {
    background: url("../images/icons-header.png") 0 0 no-repeat;
    width: 6px;
    height: 12px
}

.icon-soc-i-vk {
    background: url("../images/icons-header.png") -6px 0 no-repeat;
    width: 11px;
    height: 12px
}

.icon-soc-i-mail {
    background: url("../images/icons-header.png") -17px 0 no-repeat;
    width: 13px;
    height: 12px
}

.icon-soc-i-tw {
    background: url("../images/icons-header.png") -30px 0 no-repeat;
    width: 14px;
    height: 12px
}

.icon-soc-i-goog {
    background: url("../images/icons-header.png") -44px 0 no-repeat;
    width: 12px;
    height: 12px
}

.icon-soc-i-youtube {
    background: url("../images/icons-header.png") -56px 0 no-repeat;
    width: 12px;
    height: 12px
} */

/*SLIDER*/
/* .slider {
    display: none;
    margin-bottom: 44px
}

.slider-descr {
    position: relative
}

.slider-text {
    width: 295px;
    position: absolute;
    left: 15px;
    bottom: 17px;
    background: #f63443;
    padding: 12px 15px 12px 15px;
    color: #f7f7f7
}

.slider-text.green {
    background: #33cc14
}

.slider-text h3 {
    font-family: 'Neucha', sans-serif;
    font-size: 24px;
    font-weight: normal
}

.slider-text p {
    font-size: 14px;
    padding: 4px 0 0 0;
    line-height: 18px;
}

.slider-text a {
    color: #f7f7f7;
    font-weight: bold;
    font-style: italic;
    text-decoration: none
}

.slider-text a:hover {
    opacity: .8
}

.slider-text .more {
    font-weight: bold;
    font-style: italic;
}

.slider-text .more:after {
    content: "\00a0\2192";
} */

/*TEXT-BLOCK*/
/* .text-block {
    margin-bottom: 43px
}

.text-block-inner {
    padding: 10px 0 12px 0;
    border: 2px solid #7d7d7d;
    margin: 0 15px 0 15px;
    border-left: none;
    border-right: none;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    text-align: center
} */

/*INFO-BLOCKS*/
/* .info-blocks {
    margin-bottom: 45px
}

.info-blocks-inner {
    padding: 0 15px 0 15px;
    overflow: hidden;
    position: relative;
}

.info-blocks-left {
    margin-right: 3%
}

.block-vote {
    height: 372px;
    background: #fff url("../images/hands.png?1") right bottom no-repeat;
    box-shadow: 0 0 4px #e8e8e8
}

.block-vote h2 {
    margin-bottom: 15px
}

.block-vote-title {
    margin-bottom: 18px;
    background: #4d4d4d;
    color: #f7f7f7;
    font-size: 18px;
    font-family: 'Neucha', sans-serif;
    padding: 10px
}

.block-vote-item {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    font-style: italic;
    cursor: pointer
}

.block-vote-item.green {
    color: #33cc14
}

.block-vote-item.orange {
    color: #ff8000
}

.block-vote-item.red {
    color: #ff3344
}

.block-vote-item.blue {
    color: #2693ff
} */

/* .block-vote-item input[type="radio"],
.block-vote-item input[type=checkbox] {
    position: absolute;
    left: -999999px;
}

.block-vote-item label {
    display: block;
    cursor: pointer
}

.block-vote-item input[type="radio"] + label span,
.block-vote-item input[type="ckeckbox"] + label span {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../images/radio.png) 0 0 no-repeat;
    cursor: pointer;
}

.block-vote-item input[type="radio"]:checked + label span,
.block-vote-item input[type="ckeckbox"]:checked + label span {
    background: url(../images/radio.png) 0 -27px no-repeat;
}

.block-vote-item input[type="radio"] + label span.orange {
    background-position: -27px 0
}

.block-vote-item input[type="radio"] + label span.red {
    background-position: -54px 0
}

.block-vote-item input[type="radio"] + label span.blue {
    background-position: -81px 0
}

.block-vote-item input[type="radio"]:checked + label span.orange {
    background-position: -27px -27px
}

.block-vote-item input[type="radio"]:checked + label span.red {
    background-position: -54px -27px
}

.block-vote-item input[type="radio"]:checked + label span.blue {
    background-position: -81px -27px
}

.block-subject {
    background: #fff;
    height: 369px;
    position: relative;
    border: 2px solid #fff;
}

.block-subject:before {
    display: block;
    content: '';
    position: absolute;
    top: 14px;
    left: 12px;
    width: 26px;
    height: 27px;
    background: url("../images/star.png") 0 0 no-repeat
}

.block-subject:after {
    display: block;
    content: '';
    position: absolute;
    top: 14px;
    right: 12px;
    width: 26px;
    height: 27px;
    background: url("../images/star.png") 0 0 no-repeat
}

.block-subject h2 {
    color: #2693ff;
    text-align: center;
    margin-bottom: 15px
}





.block-news {
    background: #fff;
    height: 369px;
    position: relative;
    border: 2px solid #fff;
    color: #33cc14
}

.block-news h2 {
    color: #33cc14;
    margin-bottom: 15px
}

.block-news-title {
    font-family: 'Neucha', sans-serif;
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 8px
} */

/* .block-news-descr {
    font-size: 14px;
    line-height: 18px;
    overflow: hidden
}

.block-news-date {
    font-size: 12px;
    padding: 5px 0 14px 0
}

.block-news-date a {
    color: #33cc14;
    font-weight: bold;
    font-style: italic;
    text-decoration: none
}

.block-news-social {
    height: 76px;
    color: #fff;
    background: #33cc14;
    padding-left: 10px;
    height: auto;
    padding-bottom: 10px
}

.block-news-social h3 {
    font-weight: bold;
    font-style: italic;
    font-size: 21px;
    padding-top: 5px
}

.block-news-social-item {
    line-height: 22px;
    margin: 12px 14px 0 0;
    display: block;
    float: left;
    font-size: 14px;
    font-family: 'Comfortaa', sans-serif;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.block-news-social-item:hover {
    color: #fff;
    opacity: .8
}

.social-vk {
    width: 22px;
    height: 22px;
    background: url("../images/social.png") 0 0 no-repeat;
    display: block;
    float: left;
    margin-right: 5px
}

.social-fb {
    width: 22px;
    height: 22px;
    background: url("../images/social.png") -22px 0 no-repeat;
    display: block;
    float: left;
    margin-right: 5px
} */

.subject-list {
    list-style-type: none;
    margin: 0;
}

.subject-list li a {
    display: block;
    background: #2693ff;
    color: #fff;
    text-decoration: none;
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
    margin-bottom: 2px;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    overflow: hidden;
}

.subject-list-item a {
    display: block;
    background: #2693ff;
    color: #fff;
    text-decoration: none;
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
    margin-bottom: 2px;
    font-weight: bold;
    font-style: italic;
    font-size: 14px
}

.subject-list-item a:hover {
    opacity: .8
}

/*FOOTER*/
.footer {
    background: rgba(247, 247, 247, .94);
    margin-top: 100px;
    box-shadow: 0 -2px 2px #e9e9e9
}

.footer ul {
    list-style-type: none;
    margin-left: 0;
}

.footer-container {
    margin: 0 15px 0 15px;
    padding-top: 43px;
    overflow: hidden
}

.footer-inner {
    max-width: 1100px;
    width: 105%
}

.footer-item {
    width: 165px;
    float: left;
    margin: 0 25px 30px 0
}

.footer-i-title {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 9px;
    border-bottom: 4px solid #4d4d4d;
    margin-bottom: 6px
}

.footer-item ul {
    margin-bottom: 13px;
}

.footer-item ul li {
    font-size: 14px;
    line-height: 18px;
}

.footer-item ul li.space {
    margin-bottom: 15px;
}

.footer-item ul li a {
    color: #4d4d4d;
    text-decoration: none
}

.footer-item ul li a:hover {
    opacity: .8
}

.footer-item.blue .footer-i-title {
    color: #2693ff;
    border-color: #2693ff
}

.footer-item.blue .footer-item ul li a {
    color: #2693ff
}

.footer-item.green .footer-i-title {
    color: #33cc14;
    border-color: #33cc14
}

.footer-item.green .footer-item ul li a {
    color: #33cc14
}

.footer-item.pink .footer-i-title {
    color: #ff3344;
    border-color: #ff3344
}

.footer-item.pink .footer-item ul li a {
    color: #ff3344
}

.footer-item.orange .footer-i-title {
    color: #ff8000;
    border-color: #ff8000
}

.footer-item.orange .footer-item ul li a {
    color: #ff8000
}

.footer-cop {
    /*height: 46px;*/
    /*line-height: 46px;*/
    border-top: 2px solid #545454;
    font-size: 14px;
    padding: 20px 0;
    width: 95%;
}

/*CATEGORY*/
/* .category {
    margin: 0 0 47px 0
}

.category-top {
    padding: 0 0 0 15px
}

.category-top-list {
    margin-bottom: 29px
}

.category-top-list li {
    float: left;
    margin-right: 2.5%;
    width: 23%;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    position: relative;
}

.category-top-list li a {
    background: #f7f7f7;
    padding: 6px 0 6px 0;
    border: 4px solid #4d4d4d;
    color: #4d4d4d;
    text-decoration: none;
    display: block;
    width: 96%;
    white-space: nowrap;
}

.category-top-list li:hover a {
    border-color: #2693ff;
    color: #2693ff;
} */

/*.category-top-list li.active{
}
.category-top-list li.active a{
  border-color:#2693ff;
  display:block;
  color:#2693ff;
}
.category-top-list li.active:after{content:'';width:30px;height:20px;position:absolute;left:50%;margin-left:-15px;bottom:-16px;background:url("../images/cat-arrow.png") 0 0 no-repeat;}*/

/* .category-top-list.orange {
    text-align: center
}

.category-top-list.orange li {
    display: inline-block;
    float: none
}

.category-top-list.orange li:hover a {
    border-color: #ff8000;
    color: #ff8000;
}

.category-top-list.orange li.current a {
    border-color: #ff8000;
    color: #ff8000;
}

.category-top-list.orange li.current:after {
    background-position: 0 -20px
}

.category-name {
    color: #2693ff;
    padding-bottom: 7px
}

.category-inner {
    background: rgba(247, 247, 247, .94);
    border: 4px solid #4d4d4d;
    padding: 10px;
    margin: 0 -4px 50px -4px;
    position: relative
}

.category-inner.min {
    padding-top: 20px
}

.category-inner:after {
    display: block;
    content: '';
    width: 50px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -30px;
    background: url("../images/cat-arrow2.png") 0 0 no-repeat;
}

.category-inner h2 {
    font-family: 'Neucha', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 27px;
    padding-bottom: 21px
} */

/*NEWS-PAGE*/
/* .news-left {
    padding: 0 0 0 15px;
    width: 611px;
    float: left
}

.news-left h2 {
    color: #33cc14;
    padding-bottom: 7px;
    background: #f7f7f7;
}

.news-l-item {
    width: 600px;
    height: 232px;
    background: #33cc14;
    margin-bottom: 42px;
    color: #fff;
    padding: 0 0 0 11px;
    position: relative;
}

.news-l-item h3 {
    font-family: 'Neucha', sans-serif;
    font-size: 24px;
    font-weight: normal;
    padding-top: 10px
}

.news-l-i-right {
    width: 321px;
    height: 232px;
    float: right
}

.news-l-i-text {
    font-size: 14px;
    line-height: 18px;
    padding-top: 7px
}

.news-l-i-date {
    padding-top: 16px;
    position: absolute;
    left: 11px;
    bottom: 11px;
}

.news-l-i-date a {
    font-weight: bold;
    font-style: italic;
    color: #fff;
    text-decoration: none
}

.news-l-i-date a:hover {
    color: #fff;
    opacity: .8
}

.news-right {
    float: right;
    width: 291px;
    margin: 46px 15px 0 0
} */

/* .news-r-social {
    width: 291px;
    background: #33cc14;
    margin-bottom: 26px;
    color: #fff;
    text-align: center;
    padding-bottom: 30px
}

.news-r-social.gray {
    background: #4d4d4d
}

.news-r-social.orange {
    background: #ff8000
}

.news-r-social .social-share .fb {
    margin-left: 10px;
}

.news-r-social .social-share .fb {
    margin-left: 0;
    margin-bottom: 0;
}

.news-r-social .social-share .vk {
    margin-bottom: -4px;
}

.news-r-soc-title {
    font-size: 21px;
    font-weight: bold;
    font-style: italic;
    padding: 27px 0 8px 0
}

.news-r-soc-link {
    overflow: hidden;
    text-align: center
}

.news-r-soc-link .block-news-social-item {
    margin: 0;
    float: none;
    display: inline-block
} */

/*MAP-PAGE*/
.map-inner {
    padding: 0 15px 0 15px
}

.map-container h2 {
    color: #ff3344;
    background: #fff;
}

.map-descr {
    background: #ff3344;
    color: #fff;
    font-family: 'Neucha', sans-serif;
    font-weight: normal;
    font-size: 20px;
    padding: 22px 0 22px 24px;
    margin: 25px 0 35px 0
}

.map-option {
    background: #ff3344;
    color: #fff;
    padding: 17px 0 17px 30px;
    font-family: 'Neucha', sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 18px
}

.map-opt-item {
    float: left;
    margin-right: 80px;
    margin-bottom: 10px;
}

.map-opt-i-name {
    float: left;
    margin-right: 15px;
    width: 45px;
}

.map-opt-i-input {
    border: none;
    background: #fff;
    font-family: 'Neucha', sans-serif;
    font-weight: normal;
    padding: 0 10px 0 10px;
    margin: 0;
    height: 21px;
    line-height: 21px;
    width: 210px
}

.map-opt-i-submit {
    width: 27px;
    height: 27px;
    display: block;
    background: url("../images/map-search.png") 0 0 no-repeat;
    border: none;
    cursor: pointer;
    float: right;
    margin-right: 28px
}

.map-opt-i-submit:hover {
    opacity: .85
}

.map-opt-select {
    overflow: hidden;
    height: 21px;
    line-height: 21px;
    background: #fff url("../images/map-select.png") 200px 0 no-repeat;
    width: 224px
}

.map-opt-select select {
    font-family: 'Neucha', sans-serif;
    font-weight: normal;
    background: rgba(255, 255, 255, 0);
    height: 21px;
    border: 0;
    line-height: 1;
    -webkit-appearance: none;
    width: 250px;
    cursor: pointer;
    padding: 0 10px 0 10px;
    outline: none
}

.map-google {
    width: 100%;
    height: 630px;
}

.map-text {
    background: #fff;
    font-family: 'Neucha', sans-serif;
    font-weight: normal;
    font-size: 22px;
    color: #000;
    /* padding: 13px 10px 20px 11px; */
    margin-bottom: 16px
}

.map-text h3 {
    font-weight: normal;
    color: #ff3344;
    font-size: 30px;
    padding-bottom: 16px
}

.map-text span {
    color: #ff3344;
    font-family: 'Neucha', sans-serif;
    font-weight: normal;
    display: inline-block;
    vertical-align: top
}

.map-text {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #4d4d4d;
    line-height: 1.2;
}

.map-text p {
    padding: 0 0 10px 0;
}

.map-text.country {
    display: none;
}

.map-contact {
    width: 100%;
    height: 39px;
    display: block;
    background: #4d4d4d;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    line-height: 39px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    margin-top: 20px
}

.map-contact.orange {
    margin: 0 0 17px 0;
    background: #ff8000
}

.map-contact:hover {
    color: #fff;
    opacity: .85
}

.map-contact:before {
    display: block;
    content: '';
    position: absolute;
    top: 7px;
    left: 13px;
    width: 26px;
    height: 27px;
    background: url("../images/map-star.png") 0 0 no-repeat
}

.map-contact:after {
    display: block;
    content: '';
    position: absolute;
    top: 7px;
    right: 13px;
    width: 26px;
    height: 27px;
    background: url("../images/map-star.png") 0 0 no-repeat;
}

.page-template-page-ask .map-contact{
    font-family: 'Neucha', sans-serif !important;
    margin: 0 0 17px 0 !important;
    background: #F7F7F7;
    font-size: 18px !important;
    border: 3px solid #4d4d4d;
    color: #4d4d4d !important;
    display: block;
    width: 98%;
}
@media screen  and (max-width: 767px){
    .page-template-page-ask .map-contact{
        width: 99%;
    }
}
.page-template-page-ask .map-contact:hover{
    border-color: #ff8000 !important;
    color: #ff8000 !important;
}
.page-template-page-ask .map-contact:after,
.page-template-page-ask .map-contact:before{
    content: '' !important;
    display: none !important;
}

/*NEWS-SOLO*/
/* .news-solo h1 {
    background: #f7f7f7;
    display: block;
    border-top: 2px solid #33cc14;
    border-bottom: 2px solid #33cc14;
    text-align: center;
    color: #33cc14;
    font-size: 55px !important;
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0;
    line-height: 55px;
    padding: 5px 0 12px 0;
    margin-bottom: 43px
}

.news-solo-in {
    padding: 0 15px 0 15px
}

.news-solo-left {
    float: left;
    width: 610px
}

.news-solo .slider {
    width: 610px
}

.news-solo .slidesContainer {
    width: 610px !important
}

.news-solo .slidesPagination {
    width: 610px !important
}

.news-solo .slidesControl {
    width: 610px !important
}

.news-solo-right {
    float: right
}

.news-solo .block-news {
    height: 372px
}

.news-solo .block-news h2 {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    padding: 7px 0 4px 0
}

.news-solo .block-news-social {
    margin-top: 12px;
    margin-top: -7px
}

.news-solo-descr {
    background: #fff;
    padding: 20px 25px;
    font-size: 20px;
    line-height: 24px;
    text-align: justify;
    padding: 20px 40px;
    font-size: 18px;
}

.news-solo-descr.article-news {
    line-height: 24px;
    padding-bottom: 0
}

.news-solo-descr p {
    padding: 0 0 7px 0
} */

/* .news-solo-descr.article-news span {
    font-family: 'Neucha', sans-serif;
    font-weight: normal;
    color: #e6006b
} */

/*CONTACT*/
/* .contact h2 {
    padding-bottom: 30px
}

.contact-in {
    padding: 0 15px 0 15px
}

.contact-in .text-block-inner {
    margin: 0
}

.contact-left {
    float: left;
    width: 67%
}

.contact-right {
    float: right;
    width: 31%
}

.send-more {
    padding: 0;
    font-family: 'Neucha', sans-serif;
    font-weight: normal;
    display: block;
    line-height: 138px;
    text-align: center;
    width: 137px;
    height: 138px;
    background: url("../images/send-more.png") 0 0 no-repeat;
    color: #fff;
    font-size: 27px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin: 0 auto;
}

.send-more.orange {
    background-position: 0 -138px
}

.send-more:hover {
    color: #fff;
    opacity: .8
}

.contact-form {
    background: #4d4d4d;
    padding: 17px 10px 2px 10px;
    color: #fff;
    margin-bottom: 16px
}

.contact-form.orange {
    background: #ff8000;
    width: 598px;
    padding-right: 12px
}

.contact-f-item {
    height: 21px;;
    line-height: 21px;
    margin-bottom: 15px
}

.contact-f-item.text-area {
    height: auto;
    margin-bottom: 8px
}

.contact-f-item.big .contact-f-i-left {
    width: 175px;
    font-size: 16px
}

.contact-f-item.big .contact-f-i-input {
    width: 375px;
    padding-left: 40px
}

.contact-f-item.min .contact-f-i-left {
    width: 78px;
    font-size: 16px
}

.contact-f-item.min .contact-f-i-input {
    width: 337px;
    padding-left: 40px
}

.contact-f-i-left {
    font-family: 'Neucha', sans-serif;
    font-weight: normal;
    font-size: 18px;
    width: 74px;
    float: left;
    position: relative
}

.contact-f-i-left.name:before {
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    right: -23px;
    top: 3px;
    background: url("../images/input-bg.png") 0 0 no-repeat
}

.contact-f-i-left.theme:before {
    display: block;
    width: 13px;
    height: 14px;
    content: '';
    position: absolute;
    right: -21px;
    top: 4px;
    background: url("../images/input-bg.png") 0 -16px no-repeat
}

.contact-f-i-left.quest:before {
    display: block;
    width: 12px;
    height: 17px;
    content: '';
    position: absolute;
    right: -21px;
    top: 4px;
    background: url("../images/input-bg.png") 0 -30px no-repeat
}

.contact-f-i-left.mail:before {
    display: block;
    width: 21px;
    height: 15px;
    content: '';
    position: absolute;
    right: -31px;
    top: 4px;
    background: url("../images/input-bg.png") 0 -47px no-repeat
}

.contact-f-i-input {
    display: block;
    background: #fff;
    height: 21px;
    line-height: 21px;
    width: 486px;
    border: none;
    padding-left: 30px
}

.contact-f-i-textarea {
    font-family: 'Roboto Condensed', sans-serif;
    background: #fff;
    height: 125px;
    line-height: 21px;
    width: 484px;
    border: none;
    padding-left: 30px
}

.contact-f-i-left.name.orange:before {
    background-position: 0 -62px
}

.contact-f-i-left.theme.orange:before {
    background-position: 0 -78px
}

.contact-f-i-left.quest.orange:before {
    background-position: 0 -92px
}

.contact-f-i-left.mail.orange:before {
    background-position: 0 -109px
}
 */

/*ASK*/
/* .ask h2 {
    color: #ff8000;
    background: #f7f7f7;
    padding-bottom: 30px
}

.ask .text-block {
    background: #f7f7f7;
}

.ask-form-left {
    float: left;
    width: 455px;
    margin-right: 10px
}

.ask-form-left .contact-f-i-input {
    width: 351px
}

.ask-form-left .contact-f-i-textarea {
    width: 349px
}

.ask-form-right-item {
    height: 36px;
    font-size: 10px;
    font-weight: 300;
    margin-right: -10px;
    line-height: 11px
}

.ask-form-right-item.big {
    height: 143px
}

.ask-form-right-item.min {
    height: 62px
}

.ask-form-right-item.cap {
    margin-top: 33px
}

.block-vote-item.ask-vote {
    float: left;
    font-family: 'Neucha', sans-serif;
    font-weight: normal;
    font-size: 15px;
    font-style: normal;
    margin-left: 11px
}

.block-vote-item.ask-vote label {
    display: inline
}

.block-vote-item.ask-vote input[type="radio"] + label span,
.block-vote-item.ask-vote input[type="checkbox"] + label span {
    background: url(../images/check-white.png) 0 0 no-repeat;
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: -1px 4px 0 0;
    vertical-align: middle; */
    /*background:url(../images/radio.png) 0 0 no-repeat;*/
    /* cursor: pointer;
}

.block-vote-item.ask-vote input[type="radio"]:checked + label span,
.block-vote-item.ask-vote input[type="checkbox"]:checked + label span {
    background: url(../images/check-white.png) 0 -27px no-repeat;
}

.ask-form-vote-item {
    margin: 2px 0 27px 0
}

.ask-form-vote-i-left {
    float: left;
    line-height: 27px;
    font-family: 'Neucha', sans-serif;
    font-weight: normal;
    font-size: 15px
} */

/* .ask-form-vote-i-right {
    float: right
}

.ask-form-vote-i-left .block-vote-item.ask-vote {
    margin-left: 0
}

.ask-form-img {
    margin: 5px 0 13px 0
}

.ask-form-img-item {
    width: 62px;
    height: 62px;
    float: left;
    padding: 0;
    margin-right: 20px;
    cursor: pointer
}

.ask-form-img-item:hover img {
    width: 58px;
    height: 58px;
    border: 2px solid #fff
}

.ask-form-img-item.active img {
    width: 58px;
    height: 58px;
    border: 2px solid #fff
}



.ask-answ-add {
    display: inline-block;
    width: 223px;
    height: 41px;
    background: #ff8000;
    color: #fff;
    text-decoration: none;
    line-height: 41px;
    font-size: 16px;
    font-weight: bold;
    font-style: italic
}

.ask-answ-add:hover {
    color: #fff;
    opacity: .8
}

.infoWindowContent {
    width: 160px;
    min-height: 100px;
}

.all_topics { */
    /*  background: url("../images/all_topics.png") 0 0 no-repeat;
      width: 98px;
      height: 24px;*/
/* } */

.ask-sended {
    width: 460px;
    margin: 0 auto;
    text-align: center;
    color: #ff8000;
    background-color: #F7F7F7;
}

.ask-sended-title {
    font-family: 'Neucha', sans-serif;
    font-weight: normal;
    font-size: 30px;
    padding-top: 50px
}

.ask-sended-descr {
    font-family: 'Neucha', sans-serif;
    font-weight: normal;
    font-size: 20px
}


.easySpoilerButtonOther {
    display: none;
}

.easySpoilerButtonBare {
    text-decoration: none;
}

.easySpoilerConclude {
    border: 0 !important;
}

.easySpoilerSpoils {
    padding: 5px 20px;
}

/* #article .easySpoilerSpoils ul li {
    margin-left: 20px;
}

.social-share {
    overflow: hidden;
    padding: 10px;
    clear: both;
}

.social-share .fb {
    margin-left: 50px;
}

.social-share > div {
    display: inline-block;
    margin: 10px;
} */

/* .block-news-social .social-share .fb {
    margin-left: 0;
    margin-bottom: 0;
}

.block-news-social .vk {
    margin-bottom: -4px;
}

#slideshow-wrapper {
    margin: 0 auto;
}

.info-blocks-inner .grid3 {
    width: 28%;
    padding: 5px 1.5% 0 1.5%;
}

.news-solo-right .grid3 {
    padding: 5px 10px 0 10px;
} */

#social_share_links{
    list-style-type: none;
    position: fixed;
    top: 28%;
    right: 10px;
    border-radius: 6px;
    padding: 12px 8px 8px 8px;
    z-index: 100 !important;
}
#social_share_links li{
}
#social_share_links a{
    color: #717171;
    padding: 6px;
    display: inline-block !important;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    width: 28px;
    margin-bottom: 4px;
    position: relative;
    box-shadow: 0 0 6px #f7f7f7 !important;
}
#social_share_links li:last-child a{
    margin-bottom: 0 !important;
}
#social_share_links a{
    text-decoration: none !important;
}
#social_share_links a i{
    height: inherit !important;
    font-size: inherit !important;
}
#social_share_links a img, #social_share_links a svg{
    max-height: 18px !important;
    width: inherit !important;
    margin: 0 !important;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
#social_share_links a i, #social_share_links a svg{
    line-height: inherit !important;
    padding: 0 !important;
    height: auto !important;
}
#social_share_links .bar_btn a{
    background: url('../images/bar_fill.png') no-repeat  -1px -1px !important;
    height: 28px !important;
}
#social_share_links .bar_btn a i,
#social_share_links .bar_btn a svg{
    position: relative;
    top: 1px;
}
#social_share_links .bar_btn svg path{
    fill: #717171 !important;
    stroke: #717171 !important;
}
#social_share_links .bar_btn.open a{
    background: url('../images/bar_fill.png') no-repeat -1px -42.5px !important;
}
#social_share_links .bar_btn.open svg path{
    fill: #F7F7F7 !important;
    stroke: #F7F7F7 !important;
}
#social_share_links .fb_link a{
    background: url('../images/scprite_fill.png') no-repeat  -1px -1px !important;
    height: 28px !important;
}
#social_share_links .fb_link a i{
    position: relative;
    top: 3px;
}
#social_share_links .fb_link a:hover{
    background: url('../images/scprite_fill.png') no-repeat -1px -42.5px !important;
}
#social_share_links .fb_link a:hover svg path {
    fill: #F7F7F7 !important;
}

#social_share_links .vk_link a{
    background: url('../images/scprite_fill.png') no-repeat -42.55px -1px !important;
    height: 28px !important;
}
#social_share_links .vk_link a:hover{
    background: url('../images/scprite_fill.png') no-repeat -41.7px -42.51px !important;
}
#social_share_links .vk_link a svg{
    position: relative;
    top: 3px;
}
#social_share_links .vk_link a:hover svg path {
    fill: #F7F7F7 !important;
}

#social_share_links .ok_link a{
    background: url('../images/scprite_fill.png') no-repeat -84px 0 !important;
    height: 30px !important;
}
#social_share_links .ok_link a:hover{
    background: url('../images/scprite_fill.png') no-repeat -84px -42px !important;
}
#social_share_links .ok_link a svg {
    position: relative;
    top: 3px;
}
#social_share_links .ok_link a:hover svg path {
    fill: #F7F7F7 !important;
}

#social_share_links .wa_link a{
    background: url('../images/scprite_fill.png') no-repeat -125px 0 !important;
    height: 30px !important;
}
#social_share_links .wa_link a:hover{
    background: url('../images/scprite_fill.png') no-repeat -125.1px -41px !important;
}
#social_share_links .wa_link a svg,
#social_share_links .wa_link a i{
    position: relative;
    top: 3px;
}
#social_share_links .wa_link a:hover svg path{
    fill: #F7F7F7 !important;
}

#social_share_links .vb_link a{
    background: url('../images/scprite_fill.png') no-repeat -167px 0 !important;
    height: 30px !important;
}
#social_share_links .vb_link a:hover{
    background: url('../images/scprite_fill.png') no-repeat -167px -41.7px !important;
}
#social_share_links .vb_link a svg,
#social_share_links .vb_link a i{
    position: relative;
    top: 3px;
}
#social_share_links .vb_link a:hover svg path{
    fill: #F7F7F7 !important;
}

#social_share_links .tg_link a{
    background: url('../images/scprite_fill.png') no-repeat -209px 0 !important;
    height: 30px !important;
}
#social_share_links .tg_link a:hover{
    background: url('../images/scprite_fill.png') no-repeat -208px -42px !important;
}
#social_share_links .tg_link a svg,
#social_share_links .tg_link a i{
    position: relative;
    top: 3px;
    left: -1px;
}
#social_share_links .tg_link a:hover svg path{
    fill: #F7F7F7 !important;
}

#social_share_links .wa_link a:hover i,
#social_share_links .vb_link a:hover i,
#social_share_links .tg_link a:hover i{
    color: #F7F7F7 !important;
}

#social_share_links:before{
    display: none;
}
#social_share_links.shbf:before{
    display: inherit !important;
}

@media screen and (min-width: 769px){
    #social_share_links .bar_btn,
    #social_share_links .wa_link,
    #social_share_links .vb_link,
    #social_share_links .tg_link{
        display: none !important;
    }
}
@media screen and (max-width: 769px){
    #social_share_links > li{
        position: absolute;
        z-index: 1 !important;
        top: 5px;
        right: 5px;
    }
    #social_share_links > li.bar_btn{
        z-index: 2 !important;
    }
    #social_share_links > li:not(.bar_btn){
        display: none;
    }
    .slider-descr .slider-text{
        /* height: auto !important; */
        padding: 8px 12px !important;
    }
    .slider-text h3{
        font-size: 20px !important;
    }
    .slider-text p{
        line-height: 16px !important;
        font-size: 13px !important;
        padding: 0 !important;
    }
}
/* @media screen and (max-width: 960px){
    body.page-template-page-ask .fb-page span,
    body.page-template-page-contacts .fb-page span, 
    body.post-type-archive-news .fb-page span
    {
        display: block !important;
        width: 100% !important;
    }
    body.page-template-page-ask .fb-page iframe,
    body.page-template-page-contacts .fb-page iframe,
    body.post-type-archive-news .fb-page iframe
    {
        position: relative !important;
        display: block !important;
        margin: 0 auto !important;
        margin-top: 20px !important;
    }
} */
/* @media screen and (max-width: 700px)
{
    body:not(.home) .fb_iframe_widget_fluid,
    body:not(.home) .fb_iframe_widget_fluid span{
        display: block !important;
        width: 100% !important;
    }
    body:not(.home) .fb_iframe_widget iframe{
        position: relative !important;
        display: block !important;
        margin: 0 auto !important;
        margin-top: 20px !important;
    }
}
@media screen and (max-width: 575px)
{
    body:not(.home) #vk_groups,
    body:not(.home) #vk_groups iframe{
        margin-top: 10px !important;
    }

    body.post-type-archive-news .news-l-item.item h3{
        padding-top: 10px !important;
    }
} */

/* .search_title{
    margin: 0 13px 30px 13px !important;
}

.rotate{
    -moz-transition: rotate 0.3s linear !important;
    -webkit-transition: rotate 0.3s linear !important;
    transition: rotate 0.3s linear !important;
}
.rotate.down{
    -moz-transform:rotate(180deg) !important;
    -webkit-transform:rotate(180deg) !important;
    transform:rotate(180deg) !important;
}
.rotate.down2{
    -moz-transform:rotate(360deg) !important;
    -webkit-transform:rotate(360deg) !important;
    transform:rotate(360deg) !important;
} */

/* .header-icon-item.social_link{
    height: auto !important;
    top: -28px !important;
} */
/* .header-icon-item.social_link > a{
    background: url(../images/icons-sprite-bg.png) 0 0 no-repeat !important;
    color: #717171 !important;
}
.header-icon-item.social_link > a > i{
    color: #717171 !important;
    position: absolute;
    left: 8px;
    top: 8px;
}
.header-icon-item.social_link > a > i.fa-instagram{
    left: 7px;
}
.header-icon-item.social_link > a > i.fa-facebook{
    left: 8px;
}
.header-icon-item.social_link > a > i.fa-vk{
    left: 6px;
}

.header-icon-item.social_link > a:hover{
    background-position: 0 -27px !important;
    color: #F7F7F7 !important;
}
.header-icon-item.social_link > a:hover > i{
    color: #F7F7F7 !important;
}

#h-menu-control a{
    display: block;
    line-height: 50px;
    height: 50px;
    color: #4d4d4d;
    margin-bottom: 20px;
    text-decoration: none;
    font-size: 24px;
}
#h-menu-control a span.label{
    font-family: Comfortaa, "Courier New", Courier, monospace !important;
}
.question-blocks-inner{
    margin: 26px 16px 0 16px;
}
.question-blocks-inner .question-blocks-header .head{
    background: #fff;
    padding: 8px;
}
.question-blocks-inner .question-blocks-header > .head > h2{
    display: inline-block !important;
}
.question-blocks-inner .question-blocks-header > .head > a.btn{
    float: right;
}
.btn{
    font-family: 'Neucha', sans-serif;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    background: #4d4d4d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}
a.btn:hover{
    color: #fff;
}
.btn.orange{
    background: #FF8000;
}
.news-r-social-plg, .news-right > .calendar{
    margin-bottom: 10px;
}
.news-solo-in .grid3.block-news{
    padding: 5px 10px 0 10px;
    border: 2px solid #5cd544;
}
.thumbnails-item{
    background: rgba(77, 77, 77, 0.7);
}
.thumbnails-item.pink{
    background: rgba(230, 0, 107, 0.7);
}
.thumbnails-item.turquoise{
    background: rgba(0, 178, 161, 0.7);
}
.thumbnails-item.green{
    background: rgba(102, 204, 0, 0.7);
}
.thumbnails-item.orange{
    background: rgba(204, 109, 0, 0.7);
}
.thumbnails-item.violet{
    background: rgba(119, 0, 217, 0.7);
}
.ask-thum-item{
    background: #4D4D4D;
    border-color: #4D4D4D;
}
.ask-thum-item a{
    text-decoration: none;
    color: #fff;
    border-color: #4D4D4D;
} */

/* .thumbnails-quest-item{
    background: #4D4D4D;
    border-color: #4D4D4D;
}
@media screen and (max-width: 961px)
{
    .news-solo-in .grid3.block-news{
        width: auto !important;
        max-width: 100% !important;
        height:  auto !important;
        float: none !important;
    }
}
@media screen and (max-width: 501px)
{
    .question-blocks-inner .question-blocks-header .head{
        text-align: center !important;
    }
    .question-blocks-inner .question-blocks-header > .head > h2{
        display: block !important;
    }
    .question-blocks-inner .question-blocks-header > .head > a.btn{
        float: none !important;
        display: inline-block !important;
        margin-top: 6px !important;
    }
} */


.tl-form label.error, .tl-form span.error {
    font-size: 14px;
}

.tl-form_orange label.error, .tl-form_orange span.error {
    color: #fff901;
}

.tl-form_orange .tl-form__main {
    background: #ff8000;
    color: #fff;
    padding: 16px;
}

.tl-form_orange .tl-form__submit {
    background-position: 0 -138px;
}

.tl-form__group {
    margin-bottom: 15px;       
}

.tl-form__group:last-child {
    margin-bottom: 0;
}

.tl-form__group:before {
    display: table;
    content: " ";
}

.tl-form__group:after {
    display: table;
    content: " ";
    clear: both;    
}

.tl-form__label {
    font-family: 'Neucha', sans-serif;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
}

.tl-form__l {
    width: 14%;
    float: left;
}

.tl-form__input {
    width: 86%;
    float: left;
    position: relative;
}

.tl-form__input:before {
    background-position: 0 -62px;
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    background: url(../images/input-bg.png) 0 0 no-repeat;
}

.tl-form__input_name:before {
    background-position: 0 -62px;
}

.tl-form__input_topic:before {
    background-position: 0 -78px;
}

.tl-form__input_question:before {
    background-position: 0 -92px;
    height: 17px;
}

.tl-form__input_email:before {
    width: 21px;
    background-position: 0 -109px;
}

.tl-form__input_country:before {
    background-position: 0 -78px;
}


.tl-form__input input,
.tl-form__input textarea,
.tl-form__input select {
    padding-left: 30px;
    width: 100%;
    background: #fff;
    border: none;
    box-sizing : border-box;
}

.tl-form__input input,
.tl-form__input select {
    height: 21px;
}

.tl-form__input textarea {
    height: 125px;
    resize: vertical;
}

.tl-form__check input[type="radio"], .tl-form__check input[type="checkbox"] {
    display: none;
    width: 0;
}

.tl-form__check input[type="radio"] + span, .tl-form__check input[type="checkbox"] + span {
    background: url(../images/check-white.png) 0 0 no-repeat;
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
}

.tl-form__check input[type="radio"]:checked + span,
.tl-form__check input[type="checkbox"]:checked + span {
    background: url(../images/check-white.png) 0 -27px no-repeat;
}

.tl-form__hint {
    margin-left: 34px;
}

.tl-form__submit {
    padding: 0;
    font-family: 'Neucha', sans-serif;
    font-weight: normal;
    display: block;
    line-height: 138px;
    text-align: center;
    width: 137px;
    height: 138px;
    background: url(../images/send-more.png) 0 0 no-repeat;
    color: #fff;
    font-size: 27px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin: 15px auto;
}

.tl-form__submit:hover {
    opacity: 0.8;
}



.tl-form-header {
    font-family: 'Neucha', sans-serif;
    font-weight: normal;
    font-size: 18px;
}

.tl-form-subheader {
    font-family: 'Neucha', sans-serif;
    font-size: 14px;
    opacity: 0.8;
}

.tl-input .tl-input__r {
    position: relative;
}

.tl-input .tl-input__r:before {
    background-position: 0 -62px;
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    background: url(../images/input-bg.png) 0 0 no-repeat;
}

.tl-input_type_name .tl-input__r:before {
    background-position: 0 -62px;
}

.tl-input_type_topic .tl-input__r:before {
    background-position: 0 -78px;
}

.tl-input_type_country .tl-input__r:before {
    background-position: 0 -78px;
}

.tl-input_type_question .tl-input__r:before {
    background-position: 0 -92px;
    height: 17px;
}

.tl-input_type_email .tl-input__r:before {
    width: 21px;
    background-position: 0 -109px;
}

.tl-input:before {
    display: table;
    content: " ";
}

.tl-input:after {
    display: table;
    content: " ";
    clear: both;
}


.tl-input__l {
    width: 100%;
}

.tl-input__r {
    margin-left: 0;
}

@media screen and (min-width: 400px) {
    .tl-input__l {
        float: left;
        width: 82px;
    }
    .tl-input__r {
        margin-left: 82px;
    }
} 

.tl-input__r input, .tl-input__r textarea, .tl-input__r select {
    box-sizing : border-box;
}

.tl-input__r input, .tl-input__r textarea, .tl-input__r select {
    width: 100%;
    padding-left: 30px;
    height: 21px;
    border: 0;
}

.tl-input__r textarea {
    height: 125px;
    resize: vertical;
}

.tl-tick input[type="radio"]:checked + span, .tl-tick input[type="checkbox"]:checked + span {
    background: url(../images/check-white.png) 0 -27px no-repeat;
}

.tl-tick__header {
    margin-bottom: 10px;
}

.tl-tick__item:before {
    display: table;
    content: " ";
}

.tl-tick__item:after {
    display: table;
    content: " ";
    clear: both;
}


.tl-tick__item input {
    position: absolute;
    left:-9999px;
    width: 0;
}

.tl-tick__btn {
    float: left;
    background: url(../images/check-white.png) 0 0 no-repeat;
    width: 27px;
    height: 27px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
}

.tl-tick__desc {
    margin-left: 30px;
    margin-bottom: 15px;
}

.tl-form_gray .tl-form__main {
    background: #4d4d4d;
    color: #fff;
    padding: 16px;
}

.tl-form_gray .tl-input_type_name .tl-input__r:before {
    background-position: 0 0;
}

.tl-form_gray .tl-input_type_topic .tl-input__r:before {
    background-position: 0 -16px;
}

.tl-form_gray .tl-input_type_question .tl-input__r:before {
    background-position: 0 -30px;
    height: 17px;
}

.tl-form_gray .tl-input_type_feedback-email .tl-input__r:before {
    background-position: 0 -47px;
    width: 21px;
    height: 15px;
}


@media screen and (max-width: 365px){
    .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}


/* .tl-news {
    box-sizing : border-box;
}

.tl-news:before {
    content: " ";
    display: table    
}
.tl-news:after {
    content: " ";
    display: table;
    clear: both;
}

.tl-news__primary {
    width: 100%;
    float: none;
}
.tl-news__secondary {
    width: 100%;
    float: none;
}

.tl-news__primary .tl-news__wrapper {
    margin-bottom: 20px;
}

.tl-news__secondary-content {
    padding: 0 25px;
}

.tl-news__secondary-content div {
    margin-bottom: 30px;
}

.tl-news__secondary-content div:last-child {
    margin-bottom: 0;
}



@media screen and (min-width: 960px) {
    .tl-news__primary {
        width: 65%;
        float: left;
        margin-bottom: 20px;
    }
    .tl-news__secondary {
        width: 35%;
        float: right;
    }
    
}

.tl-news__header {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
}

.tl-news_green .tl-news__header {
    color: #33cc14;
} */

/* .tl-news_green .tl-news-item__primary {
    background: #33cc14;
    color: #fff;
} */

/* .tl-news-item {
    font-size: 14px;
    position: relative;
}

.tl-news-item {
    margin-bottom: 30px;
}

.tl-news-item_green {
    background: #33cc14;
    color: #fff;
}

.tl-news-item:last-child {
    margin-bottom: 0;
}

.tl-news-item_green a {
    color: #fff;
    text-decoration: none;
}

.tl-news-item__primary {
    height: auto;
    margin: 0;
    
}

.tl-news-item__text {
    height: auto;
    padding: 10px;
}

.tl-news-item__date a {
    font-weight: bold;
    font-style: italic;
}

.tl-news-item__image a {
    display: block;
    line-height: 0;
}

.tl-news-item__image img {
    width: 100%;
    height: auto;
}

.tl-news-item__header {
    font-family: 'Neucha', sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}
.tl-news-item__excerpt {
    line-height: 18px;
    overflow: hidden;
}

@media screen and (min-width: 640px) {
    .tl-news-item__secondary {
        position: absolute;
        top: 0;
        right: 0;
    }
    .tl-news-item__primary {
        position: relative;
        height: 232px;
        margin-right: 321px;
    }

    .tl-news-item__text {
        height: 180px;
        overflow-y: hidden;
    }

    .tl-news-item__date {
        position: absolute;
        bottom: 10px;
        left: 10px;
        overflow: hidden;
        white-space: nowrap;
    }
    
} */



.tl-calendar h2 {
    text-align: center;
    margin-bottom: 10px;
}

/* PAGE */
/* .tl-page div {
    box-sizing: border-box;
} */

.tl-page_full-width {
    /* padding: 0 15px; */
    box-sizing: border-box;
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
}

@media screen and (min-width: 960px) {
    .tl-page_full-width {
        padding: 0;
    }
}

.tl-page__section {
    margin-bottom: 20px;
}
.tl-page__section_centered {
    width: 100%;
    margin: 0 auto 20px auto;
}
@media screen and (min-width: 960px) {
    .tl-page__section_centered {
        width: 70%;
    }
}

.tl-page__section_wide {
    padding: 0;
}
@media screen and (min-width: 800px) {
    .tl-page__section_wide {
        padding: 0 15px;
    }
}
.tl-page__section_narrow {
    padding: 0 15px;
}

.tl-page__header {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
}

.tl-page__desc {
    padding-top: 10px;
    border: 2px solid #7d7d7d;
    border-left: none;
    border-right: none;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    text-align: center;
}

.tl-page__content {
    background: white;
    padding: 10px 20px;
    font-size: 18px;
}
.tl-page__content iframe {
      max-width: 100%;
}

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

@media all and (min-width: 800px) {
    .tl-page__content img {
        width: auto;
    }
}

@media all and (min-width: 960px) {
    .tl-page__content {
        padding: 20px 40px;
    }
}

.tl-page__breadcrumbs {
    margin-bottom: 20px;
}

.tl-page__breadcrumbs a:before {
    /* font-size: 21px; */
    content: "←";
}

.tl-page__breadcrumbs a {
    font-size: 16px;
    text-decoration: none;
}
.tl-page__breadcrumbs a:hover {
    opacity: 0.8;
}

.tl-page_with-sidebar {
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
}
@media screen and (min-width: 960px) {
    .tl-page_with-sidebar {
        padding: 0;
    }
}

.tl-page_with-sidebar:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (min-width: 960px) {
    .tl-page_with-sidebar .tl-page__main {
        float: left;
        width: 65%;
        padding-right: 10px;
    }
    .tl-page_with-sidebar .tl-page__aside {
        float: left;
        width: 35%;
        padding-left: 10px;

    }
}


.tl-page_type_post .tl-page__header {
    text-align: center;
    background: #f7f7f7;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1;
    padding: 25px 60px 25px 60px;
    margin-bottom: 35px;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    position: relative;
}
@media all and (min-width: 640px) {
    .tl-page_type_post .tl-page__header {
        padding: 12px 70px 12px 70px;
        font-size: 40px;
    }
}
@media all and (min-width: 960px) {
    .tl-page_type_post .tl-page__header {
        font-size: 55px;
    }
}

/* SVG on page */
.tl-page_type_post .tl-page__header svg {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
}
.tl-page_type_post .tl-page__header svg:first-child {
    left: 0;
}
.tl-page_type_post .tl-page__header svg:last-child {
    right: 0;
}

/* Default styles for header SVG */
.tl-page_type_post .tl-page__header svg .st1 {
    fill: none; stroke:#4D4D4D; stroke-width:1.5; stroke-miterlimit:10;
}
.tl-page_type_post .tl-page__header svg .st0 {
    fill: none; stroke:#4D4D4D; stroke-width:2; stroke-miterlimit:10;
}
.tl-page_type_post .tl-page__header svg .st2 {
    fill:#4D4D4D;
}
.tl-page_type_post .tl-page__header svg .st1 {
    stroke: white;
}
.tl-page_type_post .tl-page__header svg .st2 {
    fill: white;
}

.tl-page_type_post .tl-page__descr,
.tl-page_type_post .news-art-descr {
    font-family: 'Neucha', sans-serif;
    font-weight: normal;
    font-size: 24px;
    padding: 18px;
    margin: 0 0 25px;
    clear: both;
}
/* @media all and (min-width: 960px) {
    .tl-page_type_post .tl-page__descr,
    .tl-page_type_post .news-art-descr {
        font-size: 24px;
    }
} */

.tl-page_type_post .tl-page__content h3 {
    font-family: 'Neucha', sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
}
@media all and (min-width: 960px) {
    .tl-page_type_post .tl-page__content h3 {
        font-size: 30px;
    }
}

.tl-page_type_post .tl-page__featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.tl-page_type_search .tl-page__header {
    margin-bottom: 40px;
}

.tl-page_type_search a {
    text-decoration: none;
}

/* Page Themes */

.tl-page_theme_light-blue .tl-page__header {
    color: #2693ff;
}
.tl-page_theme_light-blue .tl-page__header svg .st0 {
    fill: #2693ff;
    stroke: #2693ff;
}

.tl-page_theme_lightorange .tl-page__header {
    color: #ff8000;
}
.tl-page_theme_lightorange .tl-page__header svg .st0 {
    fill: #ff8000;
    stroke: #ff8000;
}

.tl-page_theme_orange .tl-page__header {
    color: #cc6d00;
}
.tl-page_theme_orange.tl-page_type_post .tl-page__header {
    border-color: #cc6d00;
}
.tl-page_theme_orange .tl-page__header svg .st0 {
    fill: #cc6d00;
    stroke: #cc6d00;
}
.tl-page_theme_orange .news-art-descr,
.tl-page_theme_orange .tl-page__descr {
    background: #cc6d00;
    color: white;
}
.tl-page_theme_orange .tl-page__content h3 {
    color: #cc6d00;
}

.tl-page_theme_turquoise .tl-page__header {
    color: #00b2a1;
}
.tl-page_theme_turquoise.tl-page_type_post .tl-page__header {
    border-color: #00b2a1;
}
.tl-page_theme_turquoise .tl-page__header svg .st0 {
    fill: #00b2a1;
    stroke: #00b2a1;
}
.tl-page_theme_turquoise .news-art-descr,
.tl-page_theme_turquoise .tl-page__descr {
    background: #00b2a1;
    color: white;
}
.tl-page_theme_turquoise .tl-page__content h3 {
    color: #00b2a1;
}

.tl-page_theme_yellow .tl-page__header {
    color: #ccc500;
}
.tl-page_theme_yellow.tl-page_type_post .tl-page__header {
    border-color: #ccc500;
}
.tl-page_theme_yellow .tl-page__header svg .st0 {
    fill: #ccc500;
    stroke: #ccc500;
}
.tl-page_theme_yellow .news-art-descr,
.tl-page_theme_yellow .tl-page__descr {
    background: #ccc500;
    color: white;
}
.tl-page_theme_yellow .tl-page__content h3 {
    color: #ccc500;
}

.tl-page_theme_violet .tl-page__header {
    color: #7700d9;
}
.tl-page_theme_violet.tl-page_type_post .tl-page__header {
    border-color: #7700d9;
}
.tl-page_theme_violet .tl-page__header svg .st0 {
    fill: #7700d9;
    stroke: #7700d9;
}
.tl-page_theme_violet .news-art-descr,
.tl-page_theme_violet .tl-page__descr {
    background: #7700d9;
    color: white;
}
.tl-page_theme_violet .tl-page__content h3 {
    color: #7700d9;
}

.tl-page_theme_blue .tl-page__header {
    color: #333dff;
}
.tl-page_theme_blue.tl-page_type_post .tl-page__header {
    border-color: #333dff;
}
.tl-page_theme_blue .tl-page__header svg .st0 {
    fill: #333dff;
    stroke: #333dff;
}
.tl-page_theme_blue .news-art-descr,
.tl-page_theme_blue .tl-page__descr {
    background: #333dff;
    color: white;
}
.tl-page_theme_blue .tl-page__content h3 {
    color: #333dff;
}

.tl-page_theme_light-blue .tl-page__header {
    color:#2693ff;
}
.tl-page_theme_light-blue.tl-page_type_post .tl-page__header {
    border-color: #2693ff;
}
.tl-page_theme_light-blue .tl-page__header svg .st0 {
    fill: #2693ff;
    stroke: #2693ff;
}
.tl-page_theme_light-blue .news-art-descr,
.tl-page_theme_light-blue .tl-page__descr {
    background: #2693ff;
    color: white;
}
.tl-page_theme_light-blue .tl-page__content h3 {
    color: #2693ff;
}

.tl-page_theme_pink .tl-page__header {
    color: #e6006b;
}
.tl-page_theme_pink.tl-page_type_post .tl-page__header { 
    border-color: #e6006b;
}
.tl-page_theme_pink .tl-page__header svg .st0 {
    fill: #e6006b;
    stroke: #e6006b;
}
.tl-page_theme_pink .news-art-descr,
.tl-page_theme_pink .tl-page__descr {
    background: #e6006b;
    color: white;
}
.tl-page_theme_pink .tl-page__content h3 {
    color: #e6006b;
}

.tl-page_theme_green .tl-calendar h2 {
    color: #4dd232;
}
.tl-page_theme_green .tl-page__header {
    color: #33cc14;
}
.tl-page_theme_green.tl-page_type_post .tl-page__header { 
    border-color: #33cc14;
}
.tl-page_theme_green .tl-page__header svg .st0 {
    fill: #33cc14;
    stroke: #33cc14;
}
.tl-page_theme_green .news-art-descr,
.tl-page_theme_green .tl-page__descr {
    background: #33cc14;
    color: white;
}
.tl-page_theme_green .tl-page__content h3 {
    color: #33cc14;
}

.tl-page_theme_red .tl-page__header {
    color: #ff3344;
}
.tl-page_theme_red .easySpoilerWrapper {
    border-color: #ff3344;
}
.tl-page_theme_red .easySpoilerWrapper th,
.tl-page_theme_red .easySpoilerGroupWrapperLastRow  {
    background: #ff3344;
    color: #fff;
    border-color: #ff3344;
}
.tl-page_theme_red .easySpoilerButtonBare {
    color: white !important ;
}



/* NEWS */

/* .tl-page .tl-page__news-fi {

}
.tl-page .tl-page__news-fi {
}





.tl-other-news {
    padding: 5px 10px 0 10px;
    border: 2px solid #5cd544;
    color: #33cc14;
}

.tl-other-news__header {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    padding: 7px 0 4px 0;
    margin-bottom: 15px;
}

.tl-other-news__item-header {
    font-family: 'Neucha', sans-serif;
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 8px;
}

.tl-other-news__item-excerpt {
    font-size: 14px;
    line-height: 18px;
}

.tl-other-news__item-date {
    font-size: 12px;
}

.tl-other-news__item-date a {
    font-weight: bold;
    font-style: italic;
    color: #33cc14;
}

.tl-other-news_top {
    display: none;
}


.tl-other-news_top .tl-other-news__item-date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f7f7f7;
    padding: 10px;
}



.tl-other-news_bottom {
    display: block;
}

@media screen and (min-width: 960px) {
    .tl-other-news_top {
        width: 270px;
        height: 372px;
        overflow: hidden;
        position: relative;
        display: block;
    }
    .tl-other-news_bottom {
        display: none;
    }
    
} */


/* #article.neutral .q {
    background-color: #4d4d4d;
    color: #fff;
    padding: 20px;
    font-family: 'Neucha', sans-serif;
    font-size: 22px;
}

.ask-thum-item.light-blue {
    background: #2693ff;
    border-color: #2693ff;
}

#article.light-blue .q {
    background-color: #2693ff;
    color: #fff;
    padding: 20px;
    font-family: 'Neucha', sans-serif;
    font-size: 22px;
}

.lay .neutral {
    background-color: #dddddd;
} */

/* Слайдеры */



/* Центровать все слайны в галерее */
/* .tl-gallery img {
    margin: 0 auto;
} */


/* Новые иконки */

/* .icon-item-container {
    box-sizing: border-box;
}

.icon-item {
    width: 33.3%;
    height: 300px;
    padding: 0 7px;
    overflow: hidden;
    display: inline-block;
}

.icon-item:first-child {
    padding-left: 0;
}

.icon-item:last-child {
    padding-right: 0;
}

.icon-item__imgcont {
    position: relative;
    width: 100%;
}

.icon-item__imgcont:before {
    content: "";
    display: block;
    padding-top: 98%;
}

.icon-item__img {
    position: absolute;
    z-index: 0;
}

.icon-item__desc {
    height: 300px;
    position: relative;
    z-index: 1;
} */


/* MISC */
.tl-overlay {
    position: fixed;
    left: 0;
    /* cursor: pointer; */
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
}

.tl-fright {
    float: right;
}

.tl-fleft {
    float: left;
}

.tl-top-bar {
}
.tl-top-bar__item {
    float: left;
}

/* Top menu */
.tl-tm {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tl-tm__lt .st0,
.tl-tm__in .st1,
.tl-tm__vk .st1,
.tl-search .st1,
.tl-tm__fb.st1 {
    fill: #474748;
}
.tl-tm__in .st0,
.tl-tm__vk .st0,
.tl-tsearch .st0,
.tl-tm__fb .st0
 {
    fill: #f7f7f7;
    stroke: #474748;
    stroke-width: 5;
    stroke-miterlimit: 10;
}
.tl-tm__item {
    float: left;
    margin-right: 10px;
    position: relative;
}

.tl-tm__lang {
    /* position: relative; */
}
.tl-tm__item .tl-tm__lang {
    position: absolute;
    z-index: 102;
    top: 35px;
    left: 0;
    display: none;
}
.tl-tm__lt_active .tl-tm__lang {
    display: block;
}

.tl-tm__item a {
    display: block;
}

/*  */
.tl-tm__lt a:hover .st0 {
    fill: #2693ff;
}
.tl-tm__in a:hover .st0 {
    fill: #e6006b;
}
.tl-tsearch button:hover .st0 {
    fill: #4d4d4d;
}
.tl-tm__vk a:hover .st0 {
    fill: #4a76a8;
}
.tl-tm__fb a:hover .st0 {
    fill: #3B5998;
}
.tl-tm__in a:hover .st1,
.tl-tm__vk a:hover .st1,
.tl-tm__fb a:hover .st1,
.tl-tsearch button:hover .st1 {
    fill: white;
}
.tl-tm__item svg {
    display: block;
    width: 27px;
    height: 27px;
}

/* Форма поиска */
.tl-tsearch {
    margin: 0;
}
.tl-tsearch button {
    float: left;
    padding: 0;
    border: 0;
    margin: 0;
    background: transparent;
    margin-right: 5px;
}
.tl-tsearch button svg {
    display: block;
    width: 27px;
    height: 27px;
}

.tl-tsearch input {
    float: left;
    width: 134px;
    height: 26px;
    border: 0;
    border-bottom: 1px solid #717171;
    font-size: 14px;
    background-color: transparent;
}

.tl-row:before,
.tl-row:after {
    content: "";
    display: table;
}

.tl-row:after {
    clear: both;
}

/* Language selector */
.tl-langselection:before {
    position: absolute;
    content: "";
    top: -5px;
    left: 8px;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #474748;
}
.tl-langselection {
    background: #474748;
    padding: 10px 45px 10px 10px;
    margin: 0;
    color: white;
    position: relative;
}
.tl-langselection a {
    color: white;
    text-decoration: none;
}
.tl-langselection .tl-langselection__close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
}
.tl-langselection__lang {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tl-langselection__lang:hover {
    opacity: 0.7;
}
.tl-langselection__lang:last-child {
    margin-bottom: 0;
}

.tl-langselection__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
}
.tl-langselection__checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.tl-langselection__checkmark_checked {
    background-color: #2196F3;
}
.tl-langselection__checkmark_checked:after {
    display: block;
}
.tl-langselection__checkmark:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

/* LOGO  */

.tl-logo {
    position: relative;
    padding: 10px 0;
    padding-right: 40px;
    font-family: 'Comfortaa', sans-serif;
}
.tl-logo a {
    text-decoration: none;
    color: #4d4d4d;
}
.tl-logo a:hover {
    color: #2693ff;
}
.tl-logo h1 {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
}
.tl-logo h2 {
    font-size: 12px; 
    margin: 0;
    font-style: normal;
}
@media screen and (min-width: 1000px) {
    .tl-logo h2 {
        font-size: 14px;
    }
}
.tl-logo .tl-logo__mainmenu {
    position: absolute;
    right: 0;
    top: 20px;
    padding: 5px;
    display: block;
}

@media screen and (min-width: 1000px) {
    .tl-logo .tl-logo__mainmenu {
        display: none;
    }
}

/* Hamburger */

.tl-hamburger:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 25px;
    height: 2px;
    background: black;
    box-shadow:
        0 6px 0 0 black, 0 12px 0 0 black
}
.tl-hamburger {
    position: relative;
    padding-left: 25px;
}

.tl-header {
    /* box-sizing: border-box; */
    position: relative;
    padding: 10px 15px 15px 15px;
}
.tl-header:after {
    content: "";
    display: table;
    clear: both;
}

.tl-header__logo {
}

@media screen and (min-width: 1000px) {
    .tl-header__logo {
        float: left;
    }
}
.tl-header__mainmenu {
    position: absolute;
    top: 100px;
    right: 10px;
    z-index: 102;
}
@media screen and (min-width: 1000px) {
    .tl-header__mainmenu {
        float: right;
        position: static;
    }
}

/* MAIN MENU */
.tl-mainmenu {
    list-style-type: none;
    display: none;
    margin: 0;
    padding: 0;
    font-family: 'Comfortaa', sans-serif;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    background: white;
    position: relative;
    -webkit-box-shadow: 0px 0px 39px -6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 39px -6px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 39px -6px rgba(0,0,0,0.2);
}

@media screen and (min-width: 1000px) {
    .tl-mainmenu {
        background: transparent;
        position: static;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }
    .tl-mainmenu:after {
        /* display: none; */
        content: "";
        clear: both;
    }
}


.tl-mainmenu__item {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
}
.tl-mainmenu__item:last-child {
    margin-bottom: 0;
}
.tl-mainmenu__item a {
    width: 200px;
    height: auto;
    line-height: 2;
    display: block;
    border: 3px solid #fff;
    text-decoration: none;
    text-align: center;
    background: #f7f7f7;
}

.tl-mainmenu__item a:hover, .tl-mainmenu__item.current-menu-item a {
    background: none;
    color: white;
}
.tl-mainmenu__info a {
    border-color: #2693ff;
    color: #2693ff;
}
.tl-mainmenu__info a:hover, .tl-mainmenu__info.current-menu-item a {
    background-color: #2693ff;
}
.tl-mainmenu__news a {
    border-color: #33cc14;
    color: #33cc14;
}
.tl-mainmenu__news a:hover, .tl-mainmenu__news.current-menu-item a {
    background-color: #33cc14;
}
.tl-mainmenu__poisk a {
    border-color: #ff3344;
    color: #ff3344;
}
.tl-mainmenu__poisk a:hover, .tl-mainmenu__poisk.current-menu-item a {
    background-color: #ff3344;
}
.tl-mainmenu__ask a {
    border-color: #ff8000;
    color: #ff8000;
}
.tl-mainmenu__ask a:hover, .tl-mainmenu__ask.current-menu-item a {
    background-color: #ff8000;
}

@media screen and (min-width: 1000px) {
.tl-mainmenu {
    display: block !important;
}

.tl-mainmenu__item {
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
}

.tl-mainmenu__item:last-child {
    margin-right: 0;
}

.tl-mainmenu__item a {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    line-height: 124px;
    background-size: 130px 130px;
}
.tl-mainmenu__item a:hover, .tl-mainmenu__item.current-menu-item a {
    font-size: 0;
}

.tl-mainmenu__info a:hover, .tl-mainmenu__info.current-menu-item a {
    background: url(../images/svg/info.svg);
    background-color: #2693ff;
}


.tl-mainmenu__news a:hover, .tl-mainmenu__news.current-menu-item a {
    background: url(../images/svg/news.svg);
    background-color: #33cc14;
}


.tl-mainmenu__poisk a:hover, .tl-mainmenu__poisk.current-menu-item a {
    background: url(../images/svg/poisk.svg);
    background-color: #ff3344;
}


.tl-mainmenu__ask a:hover, .tl-mainmenu__ask.current-menu-item a {
    background: url(../images/svg/ask.svg);
    background-color: #ff8000;
}
}

.bx-wrapper {
    border: 0;
    box-shadow: none;
    background: transparent;
    margin: 0 auto 30px;
}

.bx-wrapper .bx-caption span {
    color: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #4d4d4d;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #b6b6b6;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 5px;
}

.bx-wrapper .bx-pager {
    position: relative;
    bottom: 0;
}

/* TL CARD */

.tl-card {
    overflow: hidden;
    position: relative;
    height: 200px;
}

.tl-card .tl-card__more {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 10px;
    right: 0;
    height: 40px;
    line-height: 40px;
    background: #00b2a1;
}

.tl-card .tl-card__desc {
    color: #f7f7f7;
    padding: 5px 10px;
    font-size: 15px;
    text-align: left;
}

.tl-card .tl-card__desc a,
.tl-card .tl-card__more a {
    color: #f7f7f7;
    text-decoration: none;
    font-weight: normal;
}
.tl-card .tl-card__more a:hover {
    opacity: 0.8;
}

.tl-card .tl-card__desc h3 {
    font-family: 'Neucha', sans-serif;
    font-weight: normal;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    color: white;
}

.tl-card .tl-card__content a {
    text-decoration: underline;
}
.tl-card .tl-card__content iframe {
    max-width: 100%;
}

.tl-card .tl-card__excerpt {
    opacity: 0.8;
}

.tl-card .tl-card__img img {
    width: 100%;
    height: auto;
}
.tl-card img {
    max-width: 100%;
    height: auto;
}

/* TYPE 1 */

.tl-card_type_1 {
    height: 300px;
    background: #00b2a1;
}

.tl-card_type_1:hover.tl-card_type_1:before {
    padding-top: 0;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
}

.tl-card_type_1:hover .tl-card__bottom {
    display: none;
}
.tl-card_type_1:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
}

.tl-card_type_1 .tl-card__bottom {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.tl-card_type_1 .tl-card__bottom:before {
    content: "";
    display: block;
    height: 40px;
    background: linear-gradient(to bottom,
        rgba(0, 178, 161, 0),
        #00b2a1);
}

.tl-card_type_1 .tl-card__bottom:after {
    content: "";
    display: block;
    height: 20px;
    background: #00b2a1;
}

.tl-card_type_1 .tl-card__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.tl-card_type_1 .tl-card__desc {
    position: relative;
    z-index: 2;
    background: #00b2a1;
    height: 300px;
}

/* Type 3 */
.tl-card_type_3 {
    height: auto;
}
.tl-card_type_3 .tl-card__header a {
    cursor: pointer;
}

.tl-card_type_3 .tl-card__desc h3 {
    margin-top: 10px;
}

.tl-card_type_3 .tl-card__content {
    display: none;
    font-size: 18px;
}

.tl-card_type_3.tl-card_expanded .tl-card__content {
    display: block;
}

/* Type 6 */
.tl-card_type_6 {
    height: auto;
}

/* Type news */
.tl-card_type_news {
    height: auto;
}

.tl-card_type_news .tl-card__img {
    z-index: 3;
}
.tl-card_type_news .tl-card__img img {
    display: block;
}

.tl-card_type_news .tl-card__more {
    position: static;
}
@media screen and (min-width: 640px) {
    .tl-card_type_news .tl-card__img {
        position: absolute;
        top: 0;
        right: 0;
    }

    .tl-card_type_news .tl-card__desc {
        height: 222px;
        margin-right: 321px;
    }

    .tl-card_type_news .tl-card__more {
        position: absolute;
    }
}

/* Type slider */
.tl-card_type_slider {
    height: auto;
}
.tl-card_type_slider .tl-card__excerpt p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.tl-card_type_slider .tl-card__excerpt {
    margin-bottom: 40px;
}

@media all and (min-width: 800px) {
    .tl-card_type_slider {
        width: 300px;
    }
    
}

/* Card themes */

/* turquoise */
.tl-card_theme_turquoise {
    background: #00b2a1;
}
.tl-card_theme_turquoise .tl-card__bottom:before {
    background: linear-gradient(to bottom,
        rgba(0, 178, 161, 0)
        #00b2a1);
}
.tl-card_theme_turquoise .tl-card__bottom:after {
    background: #00b2a1;
}
.tl-card_theme_turquoise .tl-card__desc {
    background: #00b2a1;
}
.tl-card_theme_turquoise .tl-card__more {
    background: #00b2a1;
}

/* pink */
.tl-card_theme_pink {
    background: #e6006b;
}
.tl-card_theme_pink .tl-card__bottom:before {
    background: linear-gradient(to bottom,
        rgba(230, 0, 107, 0),
        #e6006b);
}
.tl-card_theme_pink .tl-card__bottom:after {
    background: #e6006b;
}
.tl-card_theme_pink .tl-card__desc {
    background: #e6006b;
}
.tl-card_theme_pink .tl-card__more {
    background: #e6006b;
}

/* green */
.tl-card_theme_green {
    background: #33cc14;
}
.tl-card_theme_green .tl-card__bottom:before {
    background: linear-gradient(to bottom,
        rgba(51, 204, 20, 0),
        #33cc14);
}
.tl-card_theme_green .tl-card__bottom:after {
    background: #33cc14;
}
.tl-card_theme_green .tl-card__desc {
    background: #33cc14;
}
.tl-card_theme_green .tl-card__more {
    background: #33cc14;
}

/* orange */
.tl-card_theme_orange {
    background: #cc6d00;
}
.tl-card_theme_orange .tl-card__bottom:before {
    background: linear-gradient(to bottom,
        rgba(204, 109, 0, 0),
        #cc6d00);
}
.tl-card_theme_orange .tl-card__bottom:after {
    background: #cc6d00;
}
.tl-card_theme_orange .tl-card__desc {
    background: #cc6d00;
}
.tl-card_theme_orange .tl-card__more {
    background: #cc6d00;
}

/* violet */
.tl-card_theme_violet {
    background: #7700d9;
}
.tl-card_theme_violet .tl-card__bottom:before {
    background: linear-gradient(to bottom,
        rgba(119, 0, 217, 0),
        #7700d9);
}
.tl-card_theme_violet .tl-card__bottom:after {
    background: #7700d9;
}
.tl-card_theme_violet .tl-card__desc {
    background: #7700d9;
}
.tl-card_theme_violet .tl-card__more {
    background: #7700d9;
}

/* blue */
.tl-card_theme_blue {
    background: #333dff;
}
.tl-card_theme_blue .tl-card__bottom:before {
    background: linear-gradient(to bottom,
        rgba(51, 61, 255, 0),
        #333dff);
}
.tl-card_theme_blue .tl-card__bottom:after {
    background: #333dff;
}
.tl-card_theme_blue .tl-card__desc {
    background: #333dff;
}
.tl-card_theme_blue .tl-card__more {
    background: #333dff;
}

/* light blue */
.tl-card_theme_lightblue {
    background: #2693ff;
}
.tl-card_theme_lightblue .tl-card__bottom:before {
    background: linear-gradient(to bottom,
        rgba(38, 147, 255, 0),
        #2693ff);
}
.tl-card_theme_lightblue .tl-card__bottom:after {
    background: #2693ff;
}
.tl-card_theme_lightblue .tl-card__desc {
    background: #2693ff;
}
.tl-card_theme_lightblue .tl-card__more {
    background: #2693ff;
}

/* yellow */
.tl-card_theme_yellow {
    background: #ccc500;
}
.tl-card_theme_yellow .tl-card__bottom:before {
    background: linear-gradient(to bottom,
        rgba(204, 197, 0, 0),
        #ccc500);
}
.tl-card_theme_yellow .tl-card__bottom:after {
    background: #ccc500;
}
.tl-card_theme_yellow .tl-card__desc {
    background: #ccc500;
}
.tl-card_theme_yellow .tl-card__more {
    background: #ccc500;
}

/* light-blue */
.tl-card_theme_light-blue {
    background: #2693ff;
}
.tl-card_theme_light-blue .tl-card__bottom:before {
    background: linear-gradient(to bottom,
        rgba(38, 147, 255, 0),
        #2693ff);
}
.tl-card_theme_light-blue .tl-card__bottom:after {
    background: #2693ff;
}
.tl-card_theme_light-blue .tl-card__desc {
    background: #2693ff;
}
.tl-card_theme_light-blue .tl-card__more {
    background: #2693ff;
}
.tl-cardcontainer {
    margin: 0 -15px;
}    

/* Card Container */
/* @media all and (min-width: 400px) {
    .tl-cardcontainer {
        margin: 0 -15px;
    }
        
} */
.tl-cardcontainer:after {
    content: "";
    display: table;
    clear: both;
}
.tl-cardcontainer__item {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 0 15px;
}
.tl-cardcontainer__item:last-child {
    /* margin-bottom: 0; */
}

@media screen and (min-width: 480px) {
    .tl-cardcontainer__item {
        width: 50%;
        float: left;
        
    }  
}

@media screen and (min-width: 800px) {
    .tl-cardcontainer__item {
        width: 33.3%;
        float: left;
    }  
}

.tl-cardcontainer_type_onerow .tl-cardcontainer__item {
    float: none;
    width: 100%;
}

/* Load More cards... */
.tl-more {
    display: block;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #4d4d4d;
    margin: 0 auto;
    line-height: 100px;
    font-size: 21px;
    font-family: 'Comfortaa', sans-serif;
    text-decoration: none;
    font-weight: bold;
    color: #4d4d4d;
    background: #f7f7f7;
    cursor: pointer;
}
.tl-more:hover {
    opacity: .8;
    color: #4d4d4d;
}

/* Pagination */
.tl-pagination {
    text-align: center;
    font-size: 21px;
    font-family: 'Neucha', sans-serif;
}
.tl-pagination .page-numbers {
    margin: 0 5px;
}
.tl-pagination a {
    text-decoration: none;
}

/* Post type selector. teenslive.info/info */
.tl-post-selector {
}
.tl-post-selector li {
    box-sizing: border-box;
}

.tl-post-selector:after {
    content: "";
    display: table;
    clear: both;
}

.tl-post-selector ul li {
    float: left;
    width: 50%;
    text-align: center;
    padding: 10px 10px;
}
.tl-post-selector ul li a {
    display: block;
    padding: 6px 0 6px 0;
    background: #f7f7f7;
    border: 4px solid #4d4d4d;
    color: #4d4d4d;
    text-decoration: none;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}
.tl-post-selector ul li a:hover, .tl-post-selector ul li a.active {
    color: #2693ff;
    border-color: #2693ff;
}

@media screen and (min-width: 800px) {
    .tl-post-selector ul li {
        width: 25%;
    }  
}

.tl-post-selector ul.tl-post-selector__menu {
    list-style-type: none;
    margin: 0 -10px;
}
.tl-post-selector ul.tl-post-selector__menu li {
    margin: 0;
}
.tl-post-selector ul.tl-post-selector__menu::after {
    display: table;
    content: " ";
    clear: both;
}

/* Category Selector */

.tl-cs {
    background: rgba(247, 247, 247, .94);
}

.tl-cs li {
    box-sizing: border-box;
}

.tl-cs:after {
    content: "";
    display: table;
    clear: both;
}

.tl-cs ul li {
    float: left;
    display: table;
    margin: 5px 0;
    width: 100%;
}

.tl-cs ul li svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}
/* Default style for categories SVG */
.tl-cs ul li svg .st1 {
    fill: none; stroke:#4D4D4D;stroke-width:1.5;stroke-miterlimit:10;
}
.tl-cs ul li svg .st0 {
    fill: none; stroke:#4D4D4D; stroke-width:2; stroke-miterlimit:10;
}
.tl-cs ul li svg .st2 {
    fill:#4D4D4D;
}
/* Default style for links */
.tl-cs ul li a {
    position: relative;
    height: 50px;
    width: 100%;    
    padding-left: 60px;
    color: #4d4d4d;
    text-decoration: none;
    font-family: 'Comfortaa', sans-serif;
    font-size: 17px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.tl-cs ul li:hover svg .st0, .tl-cs ul li.tl-cs__item_active svg .st0 {
    stroke: none;
}
.tl-cs ul li:hover svg .st1, .tl-cs ul li.tl-cs__item_active svg .st1 {
    stroke:white;
}
.tl-cs ul li:hover svg .st2, .tl-cs ul li.tl-cs__item_active svg .st2 {
    fill:white;
}

.tl-cs ul li.tl-cs__item_blue:hover svg .st0,
.tl-cs ul li.tl-cs__item_active.tl-cs__item_blue svg .st0 {
    fill: #333dff;
}
.tl-cs ul li.tl-cs__item_blue:hover a,
.tl-cs ul li.tl-cs__item_active.tl-cs__item_blue a {
    color: #333dff;
}

.tl-cs ul li.tl-cs__item_light-blue:hover svg .st0,
.tl-cs ul li.tl-cs__item_active.tl-cs__item_light-blue svg .st0 {
    fill: #2693ff;
}
.tl-cs ul li.tl-cs__item_light-blue:hover a,
.tl-cs ul li.tl-cs__item_active.tl-cs__item_light-blue a {
    color: #2693ff;
}

.tl-cs ul li.tl-cs__item_violet:hover svg .st0,
.tl-cs ul li.tl-cs__item_active.tl-cs__item_violet svg .st0 {
    fill: #7700d9;
}
.tl-cs ul li.tl-cs__item_violet:hover a,
.tl-cs ul li.tl-cs__item_active.tl-cs__item_violet a {
    color: #7700d9;
}

.tl-cs ul li.tl-cs__item_green:hover svg .st0,
.tl-cs ul li.tl-cs__item_active.tl-cs__item_green svg .st0 {
    fill: #33cc14;
}
.tl-cs ul li.tl-cs__item_green:hover a,
.tl-cs ul li.tl-cs__item_active.tl-cs__item_green a {
    color: #33cc14;
}

.tl-cs ul li.tl-cs__item_pink:hover svg .st0,
.tl-cs ul li.tl-cs__item_active.tl-cs__item_pink svg .st0 {
    fill: #e6006b;
}
.tl-cs ul li.tl-cs__item_pink:hover a,
.tl-cs ul li.tl-cs__item_active.tl-cs__item_pink a {
    color: #e6006b;
}

.tl-cs ul li.tl-cs__item_yellow:hover svg .st0,
.tl-cs ul li.tl-cs__item_active.tl-cs__item_yellow svg .st0 {
    fill: #ccc500;
}
.tl-cs ul li.tl-cs__item_yellow:hover a,
.tl-cs ul li.tl-cs__item_active.tl-cs__item_yellow a {
    color: #ccc500;
}

.tl-cs ul li.tl-cs__item_turquoise:hover svg .st0,
.tl-cs ul li.tl-cs__item_active.tl-cs__item_turquoise svg .st0 {
    fill: #00b2a1;
}
.tl-cs ul li.tl-cs__item_turquoise:hover a,
.tl-cs ul li.tl-cs__item_active.tl-cs__item_turquoise a {
    color: #00b2a1;
}

.tl-cs ul li.tl-cs__item_orange:hover svg .st0,
.tl-cs ul li.tl-cs__item_active.tl-cs__item_orange svg .st0 {
    fill: #cc6d00;
}
.tl-cs ul li.tl-cs__item_orange:hover a,
.tl-cs ul li.tl-cs__item_active.tl-cs__item_orange a {
    color: #cc6d00;
}

@media screen and (min-width: 480px) {
    .tl-cs ul.tl-cs__main li {
        width: 50%;
    }  
}

@media screen and (min-width: 800px) {
    .tl-cs ul.tl-cs__main li {
        width: 33.3%;
    }  
}

@media screen and (min-width: 1000px) {
    .tl-cs ul.tl-cs__main li {
        width: 25%;
    }  
}

.tl-cs__dd {
    padding: 0 5px;
    /* background-color: #2692ff1f; */
    border: 4px solid #4d4d4d;
    margin-bottom: 0;
    margin-left: 0;
}
.tl-cs__dd:after {
    display: table;
    content: " ";
    clear: both;  
}

@media screen and (min-width: 800px) {
    .tl-cs__dd {
        display: none !important;
    }
}

.tl-cs__main {
    display: none;
    padding: 10px;
    /* background-color: #2692ff1f; */
    border: 4px solid #4d4d4d;
    margin-bottom: 0;
    margin-left: 0;
    border-top: 0;
}
.tl-cs__main:after {
    display: table;
    content: " ";
    clear: both;  
}

.tl-cs__main_expanded {
    display: block;
}
@media screen and (min-width: 800px) {
    .tl-cs__main {
        display: block !important;
        border-top: 4px solid #4d4d4d;
    }
}


.tl-index {
    font-family: 'Neucha', sans-serif;
    text-align: center;
    line-height: 44px;
    font-size: 38px;
}

.tl-index__letter {
    display: inline-block;
    width: 44px;
    height: 44px;
    border: 2px solid #2693ff;
    border-radius: 50%;
    text-decoration: none;
    background-color: #2693ff;
    color: white;
    margin: 10px 10px;
    cursor: pointer;
}
.tl-index__letter:hover {
    opacity: 0.8;
    /* text-decoration: underline; */
    /* color: white; */
}

.tl-index__wide {
    width: 108px;
    border-radius: 44px;
}

.tl-index__letter_active {
    border: 2px solid #2693ff;
    background-color: white;
    color: #2693ff;
}

/* 
.tl-cs ul.tl-cs__menu {
    list-style-type: none;
}
.tl-post-selector ul.tl-cs__menu li {
    margin: 0;
} */

.tl-form-dd {
}

.tl-form-dd_orange .tl-form-dd__header {
    background-color: #ff8000;
    color: white;
}
.tl-form-dd_orange a {
    color: white;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
.tl-form-dd_orange a:hover {
    opacity: 0.8;
}
.tl-form-dd_expanded .tl-form-dd__content {
    display: block;
}

.tl-form-dd__header {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding: 5px;
}

.tl-form-dd__content {
    display: none;
}


.tl-sp-filter {
    list-style-type: none;
    text-align: center;
    margin: 0 -10px;
}
.tl-sp-filter:after {
    display: table;
    content: '';
    clear: both;
}
.tl-sp-filter__item {
    display: block;
    float: left;
    width: 33.3%;
    padding: 10px 10px;
}
.tl-sp-filter__item a {
    text-decoration: none;
    display: block;
    padding: 6px 0 6px 0;
    background: #f7f7f7;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    border: 4px solid #4d4d4d;
    color: #4d4d4d;
}

/* .tl-sp-filter_theme_orange .tl-sp-filter__item a {
    border: 4px solid #ff8000;
    color: #ff8000;
} */

.tl-sp-filter_theme_orange .tl-sp-filter__item_active a,
.tl-sp-filter_theme_orange .tl-sp-filter__item a:hover {
    border: 4px solid #ff8000;
    color: #ff8000;
}

.tl-spoiler {
    border: 2px solid #aaa;
}

.tl-spoiler .tl-spoiler__header h3 {
    font-family: 'Neucha', sans-serif;
    font-size: 24px;
    color: #4d4d4d;
}
.tl-spoiler .tl-spoiler__header a {
    text-decoration: none;
    color: #4d4d4d;
}
.tl-spoiler .tl-spoiler__header a:hover {
    opacity: 0.8;
}

.tl-spoiler .tl-spoiler__header {
    position: relative;
    background-color: #eee;
    padding: 10px 40px 10px 10px;
    
}
.tl-spoiler .tl-spoiler__header h3:hover {
    opacity: 0.8;
}

.tl-spoiler .tl-spoiler__button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;  
    border-top: 10px solid #4d4d4d;
}
.tl-spoiler__button:hover {
    opacity: 0.8;
}

.tl-spoiler .tl-spoiler__content {
    display: none;
    background-color: white;
    padding: 10px 20px;
}
.tl-spoiler_expanded .tl-spoiler__content {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}
.tl-spoiler_expanded .tl-spoiler__button {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4d4d4d;
    border-top: 0;
}
/* Spoiler themes */
.tl-spoiler_theme_light-blue {
    border-color: #2693ff;
}
.tl-spoiler_theme_light-blue .tl-spoiler__header {
    background-color: #2693ff;
}
.tl-spoiler_theme_light-blue .tl-spoiler__header h3 {
    color: white;
}
.tl-spoiler_theme_light-blue .tl-spoiler__header a {
    color: white;
}
.tl-spoiler_theme_light-blue .tl-spoiler__button {
    border-top: 10px solid white;
}
.tl-spoiler_theme_light-blue.tl-spoiler_expanded .tl-spoiler__button {
    border-top: 0;
    border-bottom: 10px solid white;
}
/* Red */
.tl-spoiler_theme_red {
    border-color: #ff3344;
}
.tl-spoiler_theme_red .tl-spoiler__header {
    background-color: #ff3344;
}
.tl-spoiler_theme_red .tl-spoiler__header h3 {
    color: white;
}
.tl-spoiler_theme_red .tl-spoiler__header a {
    color: white;
}
.tl-spoiler_theme_red .tl-spoiler__button {
    border-top: 10px solid white;
}
.tl-spoiler_theme_red.tl-spoiler_expanded .tl-spoiler__button {
    border-top: 0;
    border-bottom: 10px solid white;
}

.tl-infoblocks-container {
    margin: 0;
}
@media all and (min-width: 800px) {
    .tl-infoblocks-container {
        margin: 0 -15px;
    }
}

.tl-infoblocks-container:after {
    content: "";
    display: table;
    clear: both;
}

.tl-infoblocks-container__item {
    width: 100%;
    padding: 0 15px;
    float: none;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.tl-cardcontainer__item:last-child {
    /* margin-bottom: 0; */
}

@media screen and (min-width: 480px) {
    .tl-infoblocks-container__item {
        width: 50%;
        float: left;
    }  
}

@media screen and (min-width: 800px) {
    .tl-infoblocks-container__item {
        width: 33.3%;
        float: left;
    }  
}



.tl-infoblock {
    background-color: white;
    padding: 10px;
    overflow: hidden;
}
.tl-infoblock .tl-infoblock__header {
    text-align: center;
}
.tl-infoblock .tl-infoblock__header h3 {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Roboto Condensed', sans-serif;
    color: #4d4d4d;
    margin-bottom: 15px;
}
.tl-infoblock_list .tl-infoblock__header h3 {
    color: #2693ff;
}

.tl-infoblock_news .tl-infoblock__header h3 {
    color: #33cc14
}

.tl-infoblock_polls {
    background: #fff url(../images/hands.png?1) right bottom no-repeat;
}


.tl-infoblock_question {   
    text-align: center;
}

.tl-infoblock_question .tl-infoblock__qbtn {
    text-align: center;
    display: inline-block;
    font-family: 'Neucha', sans-serif;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    background: #FF8000;
    text-decoration: none;
    margin-bottom: 10px;
}

@media screen and (min-width: 800px) {

    .tl-infoblock_question {  
        position: relative;
    }
    .tl-infoblock__qbtn {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -19px;
    }
    .tl-infoblock_question .tl-infoblock__header {
        text-align: left;
    }
    .tl-infoblock_question .tl-infoblock__header h3 {
        margin-bottom: 0;
    }
    
}

/* .tl-infoblock_question .tl-cardcontainer__item:last-child {
    margin: 0;
} */

/* .tl-infoblock_question .tl-infoblock__qbtn {
    position: absolute;
    right: 10px;
    top: 10px;
} */

.tl-slider {
    visibility: hidden;
    list-style-type: none;
    margin: 0;
}
.tl-slider__item {
    position: relative;
}
.tl-slider__item img {
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 800px) {
    .tl-slider__card {
        position: absolute;
        left: 15px;
        bottom: 15px;
    }
}

.tl-sr {
    margin-bottom: 20px;
}

.tl-sr:after {
    content: "";
    display: table;
    clear: both;
}

.tl-sr__left {
    float: left;
    width: 20%;
    background: #eee;
}
.tl-sr__img {
    margin-top: 100%;
    position: relative;
    
}
.tl-sr__img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.tl-sr__main {
    float: left;
    width: 80%;
    padding-left: 10px;
}


/* Experimental responsive video */
.youtube-responsive-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
    
.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}



/* Copied from less.css */
.wp-polls h3 {
    background: none repeat scroll 0 0 #4D4D4D;
    color: #F7F7F7;
    font-family: 'Neucha', sans-serif;
    font-size: 18px;
    margin-bottom: 18px;
    padding: 10px;
    display: block;
    font-weight: normal;
    text-align: left;
}

.wp-polls .Buttons {
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    background-color: #33cc14;
    padding: 5px;
    border: none;
}
.wp-polls-ul li {
    margin-bottom: 5px;
}

.wp-polls-ul li label {
    color: #4d4d4d;
    font-family: 'Neucha', sans-serif;
    font-size: 15px;
}

.wp-polls-ul li .pollbar {
    background-image: none;
}

.wp-polls-ul li:nth-child(1) .pollbar {
    background-color: #66cc00;
}

.wp-polls-ul li:nth-child(1) input[type="radio"] + label span {
    background-position: 0px 0px;
}
.wp-polls-ul li:nth-child(2) .pollbar {
    background-color: #FF8000;
}

.wp-polls-ul li:nth-child(2) input[type="radio"] + label span {
    background-position: -27px 0px;
}
.wp-polls-ul li:nth-child(3) .pollbar {
    background-color: #FF3344;
}

.wp-polls-ul li:nth-child(3) input[type="radio"] + label span {
    background-position: -54px 0px;
}
.wp-polls-ul li:nth-child(4) .pollbar {
    background-color: #2693FF;
}

.wp-polls-ul li:nth-child(4) input[type="radio"] + label span {
    background-position: -81px 0px;
}
.wp-polls-ul li:nth-child(1) input[type="radio"]:checked + label span {
    background-position: 0px -27px;
}

.wp-polls-ul li:nth-child(2) input[type="radio"]:checked + label span {
    background-position: -27px -27px;
}

.wp-polls-ul li:nth-child(3) input[type="radio"]:checked + label span {
    background-position: -54px -27px;
}

.wp-polls-ul li:nth-child(4) input[type="radio"]:checked + label span {
    background-position: -81px -27px;
}

.wp-polls-ul input[type="radio"] {
    display: none;
}

.wp-polls-ul input[type="radio"] + label span {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background-image: url("../images/radio.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

.wp-polls-ul label {
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

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

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

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

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

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

#wp-calendar {
    width: 90%;
    margin: 0 auto;
}

#wp-calendar caption {
    font-family: 'Neucha', sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #4d4d4d;
    text-align: center;
    position: relative;
}

#wp-calendar td {
    text-align: center;
}

#wp-calendar tbody {
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

#wp-calendar tbody a {
    color: #4d4d4d;
    background: #33cc14;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-decoration: none;
    border-radius: 20px;
}

#wp-calendar .monthlink {
    text-decoration: none;
    color: #4d4d4d;
    font-size: 20px;
    font-weight: bold;
}

#wp-calendar .monthlink.left {
    /*      display:block;
              position:absolute;
              top:3px;
              left:-10px;*/
    padding-right: 20px;
}

#wp-calendar .monthlink.right {
    /*      display:block;
              position:absolute;
              top:3px;
              right:-10px;*/
    padding-left: 20px;
}


/* Color circles */
.lay {
    height: 100%;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -9;
}

.lay .top_green,
.lay .top_blue,
.lay .top_orange,
.lay .top_red {
    background: url("../images/round-sprite.png") transparent;
    position: absolute;
}

.lay .top_red {
    background-position: -86px -2px;
}

.lay .top_blue {
    background-position: -1px -2px;
}

.lay .top_orange {
    background-position: -44px -2px;
    width: 40px;
}

.lay .top_green {
    background-position: -127px -2px;
    width: 42px;
}

.lay .top_green,
.lay .top_orange {
    height: 41px;
}

.lay .top_blue,
.lay .top_red {
    height: 41px;
    width: 41px;
}

.lay div {
    height: 41px;
    width: 41px;
    position: absolute;
    border-radius: 21px;
}

.lay .violet {
    background-color: #7700d9;
}

.lay .yellow {
    background-color: #ccc500;
}

.lay .green {
    background-color: #66cc00;
}

.lay .pink {
    background-color: #e6006b;
}

.lay .turquoise {
    background-color: #00b2a1;
}

.lay .orange {
    background-color: #cc6d00;
}

.lay .blue {
    background-color: #333dff;
}

/* FOOTER */

footer {
    background: rgba(247, 247, 247, .94);
    margin-top: 100px;
    box-shadow: 0 -2px 2px #e9e9e9;
}

.tl-footer {
    padding-top: 43px;
}
.tl-footer:after {
    content: '';
    display: table;
    clear: both;
}

.tl-footer ul {
    list-style-type: none;
    margin-left: 0;
}
.tl-footer ul li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}

.tl-footer ul li a {
    color: #4d4d4d;
    text-decoration: none;
}
.tl-footer ul li a:hover {
    opacity: 0.8;
}

.tl-footer .tl-footer__item {
    margin-bottom: 10px;
    padding: 0 15px;
}

@media screen and (min-width: 400px) {
    .tl-footer {
        /* margin: 0 -15px; */
    }
    .tl-footer .tl-footer__item {
        width: 50%;
        float: left;
    }
    .tl-footer .tl-footer__item:nth-of-type(2n+1) {
        clear: both;
    }
}

@media screen and (min-width: 800px) {
    .tl-footer .tl-footer__item {
        width: 33.3%;
    }
    .tl-footer .tl-footer__item:nth-of-type(2n+1) {
        clear: none;
    }
    .tl-footer .tl-footer__item:nth-of-type(3n+1) {
        clear: both;
    }
}

@media screen and (min-width: 1000px) {
    .tl-footer {
        margin: 0 -15px;
    }
    .tl-footer .tl-footer__item {
        width: 20%;
        
    }
    .tl-footer .tl-footer__item:nth-of-type(3n+1) {
        clear: none;
    }
}

.tl-footer .tl-footer__header {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 9px;
    border-bottom: 4px solid #4d4d4d;
    margin-bottom: 6px;
}

.tl-footer__read .tl-footer__header {
    color: #2693ff;
    border-color: #2693ff;
}
.tl-footer__know .tl-footer__header {
    color: #33cc14;
    border-color: #33cc14;
}
.tl-footer__find .tl-footer__header {
    color: #ff3344;
    border-color: #ff3344;
}
.tl-footer__ask .tl-footer__header {
    color: #ff8000;
    border-color: #ff8000;
}

.tl-cop {
    border-top: 2px solid #545454;
    font-size: 14px;
    padding: 20px 0;
    margin: 0 15px;
}
@media screen and (min-width: 1000px) {
    .tl-cop {
        margin: 0;
    }
}

.tl-question-text {
    font-weight: bold;
}

.tl-clinics-list {
    padding: 16px 0;
}

.tl-clinic {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #4d4d4d;
    line-height: 1.2;
    margin-bottom: 24px;
}

.tl-clinic .tl-clinic__title {
    font-size: 30px;
    color: #ff3344;
    font-weight: normal;
    padding-bottom: 16px;
}

.tl-clinic_hidden {
    display: none;
}

.tl-clinic__field {
    margin-bottom: 15px;
}

.tl-clinic .tl-clinic__field-name {
    color: #ff3344;
    font-family: 'Neucha', sans-serif;
    display: inline-block;
    vertical-align: top;
}

.tl-clinic .tl-clinic__field-text {
    font-family: 'Neucha', sans-serif;
    display: inline-block;
}