/* colors */
:root {
    --dark: #222;
    --green: #33B772;
    --btn-green: #23BD73;
    --btn-hover: #1DA463;
}

header,
footer {
    box-sizing: border-box;
}

.hide {
    display: none;
}

.text-dark {
    color: var(--dark);
}

.text-green {
    color: var(--green);
}

/* header */
.header-row {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    margin-top: 40px;
}

.company-logo {
    width: 180px;
    height: 40px;
    margin-right: 20px;
    font-size: 0px;
}

.company-name:hover {
    text-decoration: none;
}

.btn-inside {
    position: relative;
    width: 124px;
    height: 36px;
    display: flex;
    align-items: center;
    margin-right: 12px;
    padding-left: 18px;
    font-size: 13px;
    line-height: 16px;
    color: #949494;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 50px;
}

.btn-inside-icon {
    position: absolute;
    right: 16px;
    top: 11px;
}

.btn-inside:hover {
    color: #fff;
    background: var(--btn-green);
    border: 1px solid var(--btn-green);
    text-decoration: none;
}

.btn-inside:hover svg path {
    fill: #fff;
}

.header-social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    margin-right: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-social-link {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-social-link:hover svg path {
    fill: var(--btn-hover);
}

.header-social-link.link-ok svg {
    margin-top: 1px;
}

/* .header-social-link.vkontakte {
    margin-right: 16px;
}

.header-social-link.h-twitter {
    margin-top: 3px;
} */
.header-group-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    justify-content: flex-end;
    margin-right: 20px;
    padding-right: 60px;
}

.btn-big-green {
    position: relative;
    width: 148px;
    height: 40px;
    margin-right: 20px;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background: var(--btn-green);
    border-radius: 4px;
    box-sizing: border-box;
}

.btn-big-green:hover {
    background: var(--btn-hover);
}

.btn-big-green:hover {
    text-decoration: none;
}

.btn-play {
    width: 150px;
    padding-left: 25px;
}

.btn-play-icon {
    width: 20px;
    height: 13px;
    top: 1.5px;
    left: -8px;
}

.header-group-btn-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    /* width: 55px; раскомментировать если кнопок будет больше 1*/
}

.btn-small {
    width: 16px;
    height: 16px;
    position: static;
}

.header-row .btn-small .switcher-search {
    position: static;
}

.header-row .search-form {
    width: 64%;
    top: 40px;
}

.header-row .search-form .input-holder {
    padding: 11px 30px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.header-row .search-form .btn-search {
    left: 0;
}

.header-row .btn-search .icon-magnifier {
    background: none;
}

.close-form {
    height: 16px;
    width: 16px;
    right: 0;
    border: none;
    cursor: pointer;
}

.header-row nav {
    flex: 1;
}

.header-row nav ul:after,
.header-row nav ul:before {
    display: none;
}

.nav-list {
    display: flex;
    justify-content: space-between;
    padding-right: 42px;
}

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

/* header change language */
#__languages {
    min-width: 75px;
    position: relative;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}

.current-language {
    padding: 5px 9px;
    font-weight: 600;
}

.flag {
    display: inline-block;
    width: 22px;
    margin-right: 6px;
    transform: translateY(2px);
}

.__languages .current-language:after {
    position: absolute;
    content: '';
    display: block;
    right: 0px;
    top: 8px;
    width: 6px;
    height: 6px;
    border: 2px solid #999;
    border-top: 0px solid #999;
    border-left: 0px solid #999;
    transform: rotate(45deg) translate(0px, 0px);;
    transition: all .3s;
}

.__languages-opened .current-language:after {
    position: absolute;
    content: '';
    display: block;
    right: 0px;
    top: 8px;
    width: 6px;
    height: 6px;
    border: 2px solid #999;
    border-top: 0px solid #999;
    border-left: 0px solid #999;
    /* transform: rotate(-135deg) translate(0px, -5px); */
    transform: rotate(-135deg) translate(-3px, -3px);
    transition: all .3s;
}

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

#__languages:hover .current-language {
    color: var(--green);
}

#__languages ul {
    display: none;
    width: 55px;
    padding: 10px 15px;
    position: absolute;
    left: -6px;
    list-style: none;
    background: #eee;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    z-index: 999;
}

#__languages ul a {
    display: flex;
    align-items: baseline;
    text-decoration: none;
    color: #444;
    font-weight: 600;
}

#__languages ul a span {
    margin-right: 8px;
}

#__languages ul a:hover {
    color: var(--green);
}

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

.breaking-link {
    margin: 0 8px 0 0;
    padding: 0 8px 0 0;
    color: var(--green);
    text-transform: uppercase;
    border-right: 1px solid var(--green);
}

.breaking-linkin {
    margin-right: 40px;
    font-weight: 600;
    color: #a8a8a8;
    text-decoration: none;
}

.breaking-linkin:hover {
    color: var(--green);
    text-decoration: none;
}

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

/* footer */
footer hr {
    height: 1px;
    margin-top: 50px;
    margin-bottom: 30px;
    background: #ccc;
    border: none;
    opacity: .5;
}

.footer-subscribe {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280px;
    color: #fff;
    line-height: 1.5;
    background: linear-gradient(to left, #23BD73 20%, #94D600 100%);
    transition: all 2s ease-out;
}

.footer-subscribe-image {
    width: 316px;
    margin-right: 100px;
    align-self: flex-end;
}
.footer-subscribe-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}
.footer-subscribe-text {
    font-size: 14px;
    margin-bottom: 24px;
}
.footer-subscribe-form {
    width: 393px;
    padding-top: 30px;
}
.formtable [class*=" btn-footer-"] {
  width: calc(50% - 5px);
  background: transparent;
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.formtable .btn-footer-subscribe{
  margin-right: 10px;
  background: #fff;
  color: #222;
}

.footer-subscribe-form .wpcf7-form {
    position: relative;
}

.footer-subscribe-form .footer-simple .input-holder {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 4px;
    border: none;
}

.footer-subscribe-form .wpcf7-form .email input {
    width: 170px;
    /* padding-right: 110px; */
}

.footer-subscribe-form .wpcf7-form .btn-submit {
    width: auto;
    position: absolute;
    top: 0px;
    right: -1px;
    font-size: 13px;
    color: var(--dark);
    background: #fff;
    padding: 16.5px 20px;
}

.footer-subscribe-form .wpcf7-form .btn-submit:hover {
    color: var(--green);
}

.footer-subscribe-form span.wpcf7-not-valid-tip {
    color: #212121;
}

.footer-subscribe-form .wpcf7-not-valid-tip {
    top: -35px;
    background: #fff0;
}

.single .footer-subscribe-form div.wpcf7-validation-errors,
.single .footer-subscribe-form div.wpcf7-acceptance-missing {
    position: absolute;
    top: 60px;
}

.footer-subscribe-form div.wpcf7-validation-errors,
.footer-subscribe-form div.wpcf7-acceptance-missing {
    position: absolute;
    top: 30px;
}



.footer-row { position: relative; }

.footer-row a:hover { color: var(--green); }

.footer-kinsta {
    display: flex;
    align-items: center;
    max-width: 380px;
    margin-right: 30px;
    color: #A1A5A5;
}

.kinsta-logo { margin-right: 30px;}

.footer-kisnta svg { margin-right: 20px; }

.footer-kinsta:hover svg path { fill: #fff; }

.kinsta-text {  font-size: 12px; }

.footer-row a.footer-kinsta:hover { color: var(--footer-color-text)!important; text-decoration: none; }

.footer-row,
.footer-social-links {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.footer-column h4,
.footer-inner>a {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    display: block;
    padding: 3px 0 22px;
    font-weight: 600;
    text-decoration: none;
}

.footer-row .column1,
.footer-row .column2,
.footer-row .column3 {
    width: 25%;
}

.footer-social-link {
    width: 35px;
    height: 35px;
    margin-right: 6px;
}

.footer-social-link:hover {
    /* border: solid #23bd73 1px; */
    background: #23bd73;
    color: #fff;
    border-radius: 4px;
}

.footer-social-link:hover svg path {
    fill: #fff;
}

.footer-social-link:hover svg rect {
    stroke: #23bd73;
}

.footer-info {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    color: #A1A5A5;
}

.tree {
    height: 50px;
    width: 65px;
    margin-right: 20px;
}

.tree svg {
    fill: #575d5a;
}

.tree:hover svg {
    fill: var(--green);
}

.footer-text {
    display: flex;
    align-items: center;
    width: 165px;
}

.footer .counters {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    margin-right: -20px;
}

.footer .counter {
    margin-right: 10px;
}

.age {
    width: 35px;
    height: 30px;
    margin-top: 10px;
}

.footer-copyright {
    color: #A1A5A5;
}

.footer .copyright a {
    color: #A1A5A5;
    text-decoration: none;
}

.footer .copyright a:hover {
    color: #23bd73;
}

/* contact form info message */
#wpcf7-f7938-o2.wpcf7 {
    padding-top: 30px;
}

#wpcf7-f7938-o2 .wpcf7-not-valid-tip {
    position: absolute;
    top: -33px;
    background: none;
}

#wpcf7-f7938-o2 .wpcf7-validation-errors {
    position: absolute;
    top: 30px;
    left: -7px;
}

aside.article-inner {
    padding-bottom: 10px;
    padding-top: 10px;
}

.ratings-template-default #wpcf7-f7938-o2.wpcf7 {
    margin-top: -15px;
    padding-top: 0;
}

#wpcf7-f7938-o2.hidden {
    margin-top: -50px;
}

.ratings-template-default #wpcf7-f7938-o2.hidden {
    margin-top: -100px;
}

.footer-simple .hidden {
    margin-top: -95px;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.flag_county svg {
    width: 12px;
    height: 9px;
    border: 0.5px solid #ccc;
    transform: translateY(1px);
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-left-5 {
    margin-left: 5px;
}

/* extra seo block */
.extra-seo {
    margin: 30px 0;
    padding: 20px 20px 0px 20px;
    border: 1px solid #f0f0f0;
}

/* icons */
.ico {
    display: inline-block;
}

.ico-color-greenn {
    fill: #51bf79;
}

.ico-color-gray {
    fill: #333333;
}

.ico-color-lightgray {
    fill: #d3d3d3;
}

.ico-color-gold {
    fill: #f6b700;
}

.ico-color-white {
    fill: #fff;
}

.ico-dashed {
    border-bottom: 1px dashed #000;
}

.ico-scale-1-3 {
    transform: scale(1.3);
}

.ico-scale-0-8 {
    transform: scale(0.8);
}

.ico-black-stroke-4 {
    stroke: #000;
    stroke-width: 4px;
}

.height-10 {
    height: 10px;
}

.height-12 {
    height: 12px;
}

.height-14 {
    height: 14px;
}

.height-30 {
    height: 30px;
}

.rating-table td.toggler {
    padding: 10px 0 0 0;
}

.rating-table td.toggler button.btn-flex {
    display: flex;
    align-items: baseline;
    min-width: 95px;
    padding: 0;
    line-height: 1;
    padding: 7px 0px 5px 7px;
}

.rating-table td.toggler .btn-flex .btn-spoiler-text {
    margin-right: 10px;
    font-size: 12px;
}

.rating-table td.toggler .btn-flex svg {
    transform: translateX(-2px);
}

.ico-social-ratings svg {
    height: 12px;
    fill: #fff;
}


#wbounce-modal .wbounce-modal-sub {
  width: 620px;
  background: #fff;
}
table.subscribe_form {
  width: 620px;
  height: 530px;
  max-height: 95vh;
}

table.subscribe_form .sib_msg_disp {
  position: absolute;
  top: 0;
}
table.subscribe_form .sib_msg_disp p:first-child {
  padding: 6px 12px;
  margin-top: 10px;
  background: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 4;
  color: #ccc;
}
table.subscribe_form td {
  vertical-align: top;
}
table.subscribe_form td.subscribe_form__left {
  width: 260px;
  padding: 40px 30px 30px;
  text-align: left;
  background: #ccc
}
table.subscribe_form form {
  height: 100%;
  margin: 0;
  text-align: left;
}
table.subscribe_form form>div{
  height: 100%
}
table.subscribe_form form>div h2{
  font-size: 18px;
}
table.subscribe_form td.subscribe_form__right {
  padding: 40px 30px 30px;
  position: relative;
}
table.subscribe_form td.subscribe_form__right .sib_loader {
  position: absolute;
  z-index: 1;
  width: 100%;
  background: rgba(255,255,255,.6);
  padding: 15% 38%;
}
table.subscribe_form td.subscribe_form__right .iclose {
  position: absolute;
  right: 020px;
  top: 10px;
  font-size: 30px;
  cursor: pointer;
}
table.subscribe_form td.subscribe_form__right .subscribe_form__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
table.subscribe_form td.subscribe_form__right .subscribe_form__box .input-holder{
  height: 37px;
  padding: 7px 11px;
  margin-bottom: 18px;
}
table.subscribe_form td.subscribe_form__right form input[type=email],
table.subscribe_form td.subscribe_form__right form input[type=text] {
  width: 100%;
  padding: 0;
  border: 0;
  font-size: 14px;
  min-height: 1.2rem;
  color: #222222;
}
table.subscribe_form td.subscribe_form__right form input[type=submit] {
  width: 100%;
}
table.subscribe_form td.subscribe_form__right form p {
  margin: 10px 0 0;
  padding: 0;
}
table.subscribe_form td.subscribe_form__right form .subscribe_form__top_title p {
  margin-bottom: 10px;
}
table.subscribe_form td.subscribe_form__right form .subscribe_form__top_title p:last-child {
  margin-bottom: 25px;
}


.under-article{
    background-color: #fdfdfd;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    margin-bottom: 35px;
}
.under-article .formtable.top {
  padding: 30px;
}
.under-article .formtable.bot {
  align-items: flex-start;
}
.under-article .formtable img.aligncenter {
  max-width: 125px;
  margin-right: 30px;
}
.under-article .formtable.bot {
  height: 50px;
  padding: 10px 50px 10px;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to left, #23BD73 20%, #94D600 100%);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.under-article .formtable .btn-exemple {
  padding: 5px 21px 5px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 13px;
  width: fit-content;
  background: transparent;
}
.under-article .formtable .btn-exemple span {
  background: -webkit-linear-gradient(0, #94D600, #23BD73);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.under-article .formtable.bot .input-holder {
  margin-right: 30px;
  width:100%;
}
.under-article p:empty {
  display: none;
}



.sidebar-newsletter {
  padding: 0 15px;
}
.sidebar-newsletter img {
  border: 0;
  border-bottom: 1px #dedede solid;
  padding: 0 10px;
  margin-left: -10px;
}
.sidebar-newsletter h4 {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  background: -webkit-linear-gradient(0, #94D600, #23BD73);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sidebar-newsletter .btn {
  border: 0;
  height: 52px;
  width: 100%;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.sidebar-newsletter .btn-example span {
  background: -webkit-linear-gradient(0, #94D600, #23BD73);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sidebar-newsletter .btn-subscribe {
  background: -webkit-linear-gradient(0, #94D600, #23BD73);
  color: #fff;
}
