@font-face {
    font-family: 'Decima Nova Pro';
    src: url("/webfonts/DecimaNovaPro.woff2") format("woff2"), url("/webfonts/DecimaNovaPro.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Decima Nova Pro';
    src: url("/webfonts/DecimaNovaPro-Bold.woff2") format("woff2"), url("/webfonts/DecimaNovaPro-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Decima Nova Pro';
    src: url("/webfonts/DecimaNovaPro-BoldItalic.woff2") format("woff2"), url("/webfonts/DecimaNovaPro-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}

.wrapper {
    font-family: 'Decima Nova Pro', sans-serif;
    color: #4f4f4f;
}

.container {
    width: 1130px;
    margin: auto;
}

.main .container {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    cursor: pointer;
}
.Tabs_link:hover{
    border-color: #0098dc !important;
}

.Tabs_item-active .Tabs_link{
    display: none;
}
strong,
b {
    font-weight: 700;
}

.mobile {
    display: none;
}

.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.align-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.green {
    color: #64b404;
}

.bg-yellow {
    background-color: #f9ea40;
}

.bg-green {
    background-color: #0098dc;
}

.super {
    position: absolute;
    right: -10px;
    top: 0;
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
}

.burger {
    display: none;
}

.mobile-menu {
    position: fixed;
    left: -1000000px;
}

.logo-img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 146px;
    height: 38px;
    padding: 8px 13px;
    background-color: #0098dc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.logo-img svg {
    width: 100%;
    height: 100%;
    position: relative;
    top: 2px;
    left: 0;
}

.logo-img path {
    fill: #fff;
}

.logo a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo a:hover {
    opacity: 1;
}

.logo span {
    margin-left: 35px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    white-space: nowrap;
}

.logo span::before {
    content: '';
    position: absolute;
    left: -17px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #656565;
}

.logo b {
    font-weight: 700;
}

.label {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    cursor: default;
}

.label span {
    display: inline-block;
    border-radius: 4px;
    background-color: #0098dc;
}

.tel {
    display: inline-block;
    font-size: 22px;
}

.socials {
    display: inline-block;
}

.socials svg {
    width: 20px;
    height: 20px;
}

.socials li {
    display: inline-block;
}

.heading {
    text-align: center;
    font-size: 24px;
}

.menu {
    padding: 15px 0;
    font-size: 18px;
}


.menu ul li ul {
    display: none;
}

.menu ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu li {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    margin: 0 23px;
}

.menu li.active::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0098dc;
}

.menu ul li a {
    display: inline-block;
    padding: 6px 10px;
    position: relative;
}


.menu ul li:hover ul.dropdown{
    display: block;
    transition: ease-in .35s;
    -moz-transition: ease-in .35s;
    -webkit-transition: ease-in .35s;
}

.dropdown {
    position: absolute;
    width: 300px;
    padding: 5px;
    z-index: 10;
    background: #fff;
    border: 1px solid;
    display: none;
    transition: ease-out .35s;
    -moz-transition: ease-out .35s;
    -webkit-transition: ease-out .35s;
}

.menu ul li a::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 2px;
    background-color: #0098dc;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.menu ul li a:hover::after {
    width: 100%;
}


.header > .container {
    padding: 33px 0 30px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .logo {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 50%;
    margin-top: 3px;
}

.header .contacts {
    -webkit-flex: 0 1 28%;
    -ms-flex: 0 1 28%;
    flex: 0 1 28%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 50%;
    text-align: right;
}

.header .youtube_vid {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    top: 3px;
}

.header .label {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-top: 4px;
    margin-bottom: 5px;
    margin-right: 6px;
}

.header .label span {
    padding: 3px 10px;
}

.header .tel {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.header .socials {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 6px;
    margin-left: 10px;
}

.header .heading {
    padding: 32px 0;
    border-bottom: 1px solid #f2f2f2;
}

.header .menu {
    padding: 20px 0;
    background-color: #fafafa;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.header .menu li.active::after {
    background-color: #0098dc;
}

.youtube_vid {
    text-align: center;
}

.youtube_vid-wrapper {
    display: inline-block;
    width: 310px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fafafa;
    border: 1px solid #f2f2f2;
    padding: 5px;
    text-align: left;
    border-radius: 5px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.youtube_vid-wrapper img {
    float: left;
    margin-right: 12px;
    width: 52px;
    border-radius: 50%;
}

.youtube_vid-wrapper p {
    font-size: 18px;
    letter-spacing: 0.45px;
    line-height: 1.4;
}

.youtube_vid-wrapper svg {
    width: 20px;
    height: 16px;
    margin-left: 6px;
    position: relative;
    top: 2px;
}

.youtube_vid-wrapper path.yt-bg {
    fill: #ce1312;
}

.youtube_vid-wrapper:hover {
    border-color: #0098dc;
}

.main {
    background-color: #fafafa;
    padding: 20px 0 30px;
}

.article {
    margin-bottom: 20px;
    padding: 0 34px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
}

.article-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 0;
    border-bottom: 1px solid #f2f2f2;
}

.article-title {
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: 22px;
}

.article-message {
    margin: 6px 14px 6px 0;
    padding: 15px 25px;
    font-size: 22px;
    font-weight: 400;
}

.article .label {
    font-size: 16px;
    margin-right: 14px;
}

.article .label span {
    padding: 10px 11px;
}

.article a {
    color: #006caa;
    position: relative;
}

.article a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #006caa;
}

.article a:visited {
    color: #3389bb;
}

.article a:visited::after {
    background-color: #3389bb;
}

.specs-list {
    padding: 19px 0 43px;
    border-top: 1px solid #f2f2f2;
    font-size: 22px;
    line-height: 1.7;
}

.specs-list li, .specs-list p {
    margin: 10px 0;
}

.specs-list li:last-child, .specs-list p:last-child {
    margin-bottom: 0;
}

.specs-list a {
    color: #007b9f;
    text-decoration: underline;
}

.about-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0;
    font-size: 20px;
}

.about-photo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: 35px;
}

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

.about-name {
    text-align: center;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 30px;
}

.about-text {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 40px;
}

.about-text p:nth-child(n+2) {
    margin-top: 20px;
}

.about-socials {
    text-align: center;
    font-size: 20px;
}

.about-socials ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0;
}

.about-socials li {
    margin: 0 25px;
}

.about-socials svg {
    width: 64px;
    height: 64px;
}

.about-socials a {
    display: inline-block;
    text-decoration: none;
}

.about-socials a::after {
    display: none;
}

.news-wrapper {
    padding: 10px 0;
}

.news-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}

.news-col-title {
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 18px;
}

.news-col-title div {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.news-col-title p {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 25px;
}

.news-col-title img {
    max-width: 105px;
    height: auto;
}

.news-col-views {
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

.news-col-views p {
    margin-left: 9px;
}

.news-col-views svg {
    width: 22px;
}

.news-col-views path {
    fill: #adadad;
}

.news-col-link {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.news-col-link a {
    display: inline-block;
}

.news-col-link a::after {
    display: none;
}

.news-more {
    padding: 30px 0 20px;
    text-align: center;
}

.news .label {
    margin-right: 0;
    cursor: pointer;
}

.news .label span {
    padding: 15px 40px 15px 37px;
}

.help-title {
    font-size: 20px;
    text-align: center;
    width: 100%;
}

.help-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f2;
}

.help-text {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-right: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.help-text h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    line-height: 18px;
}

.help-text p {
    font-size: 15px;
    line-height: 18px;
}

.help-price {
    -webkit-flex: 0 0 135px;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
}

.help-price .old-price {
    color: #8d0000;
    font-size: 15px;
    text-decoration: line-through;
    padding-left: 30px;
}

.help-price .new-price {
    margin: 9px 0;
    color: #0098dc;
    font-size: 22px;
    font-weight: 700;
}

.help-price .period {
    font-size: 18px;
}

.help-more {
    margin: 35px 0;
}

.guarantees-title {
    font-size: 20px;
    text-align: center;
    width: 100%;
}

.guarantees-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 27px 0 25px;
    border-bottom: 1px solid #f2f2f2;
}

.guarantees-img {
    -webkit-flex: 0 0 23px;
    -ms-flex: 0 0 23px;
    flex: 0 0 23px;
}

.guarantees-img svg {
    width: 30px;
    height: 30px;
    position: relative;
    top: -5px;
}

.guarantees-img path {
    fill: #0098dc;
}

.guarantees-text {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.guarantees-text h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 18px;
}

.guarantees-text p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 18px;
}

.topBtn {
    padding: 4px 0;
    color: #007b9f;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
}

.topBtn a {
    position: relative;
}

.topBtn a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    background-color: #007b9f;
}

.topBtn a:hover {
    opacity: 0.8;
}

.topBtn a:active {
    color: #00546c;
}

.footer {
    background-color: #373737;
    color: #ffffff;
}

.footer-logo {
    display: none;
}

.footer .menu {
    padding: 22px 0 26px;
    border-bottom: 1px solid #9b9b9b;
}

.footer .menu li.active::after {
    background-color: #92c94f;
}

.footer .contacts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 0;
    line-height: 1;
    border-bottom: 1px solid #9b9b9b;
}

.footer .socials {
    margin-left: 10px;
}

.footer .socials ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer .socials li {
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    margin-right: 3px;
}

.footer .email {
    font-size: 22px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .email svg {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    padding: 2px;
    background-color: #e19600;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: -1px;
}

.footer .email svg g {
    fill: white;
}

.footer .copy {
    padding: 21px 0;
    text-align: center;
    opacity: 0.75;
    font-size: 14px;
}

.separator {
    display: inline-block;
    width: 1px;
    height: 32px;
    margin: 0 20px;
    background-color: #9b9b9b;
}

.pixelParallel-image-enabled {
    pointer-events: none;
}

/* contacts styles */
.page_contacts-header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: none;
    padding-top: 26px;
    padding-bottom: 10px;
}

.page_contacts-title {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    text-align: center;
    font-size: 33px;
    color: #4f4f4f;
    line-height: 1.2;
    padding-bottom: 20px;
}

.page_contacts-title a {
    color: inherit;
    text-decoration: none;
}

.page_contacts-title a::after {
    display: none;
}

.page_contacts-socials {
    border-top: 1px solid #f2f2f2;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding-top: 6px;
    padding-left: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page_contacts-socials svg {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.page_contacts-socials-item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
    padding-right: 10px;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
}

.page_contacts-socials-item::after {
    content: '';
    display: block;
    width: 1px;
    height: 32px;
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #f2f2f2;
}

.page_contacts-socials-item:last-child {
    border-right: none;
}

.page_contacts-socials-item:last-child::after {
    display: none;
}

.page_contacts-socials-item > div {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    font-size: 16px;
    line-height: 1.2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page_contacts-socials-item.viber {
    color: #7f4da0;
}

.page_contacts-socials-item.whatsapp {
    color: #65bc54;
}

.page_contacts-socials-item.telegram {
    color: #64a9dc;
}

.page_contacts-socials-item.online {
    color: #0098dc;
    line-height: 1.2;
}

.page_contacts-socials .circle {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0098dc;
    margin-right: 10px;
}

.page_contacts-socials .circle + span {
    position: relative;
    top: -2px;
}

.page_contacts-maps {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
}

.page_contacts-map-block {
    -webkit-flex: 1 1 48%;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    width: calc(50% - 10px);
    background-color: #fff;
    border: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page_contacts-map-block:nth-child(odd) {
    margin-right: 20px;
}

.page_contacts-map-block:nth-child(even) {
    margin-right: 0;
}

.page_contacts-map-block h2 {
    font-size: 22px;
    color: #4f4f4f;
    line-height: 1.2;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 34px;
}

.page_contacts-map-block iframe {
    width: 100%;
    height: 515px;
}

.page_contacts-map-block h3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    color: #4f4f4f;
    line-height: 1.2;
    padding-top: 25px;
    padding-bottom: 29px;
    padding-left: 13px;
}

.page_contacts-map-block h3 svg {
    width: 32px;
    height: 32px;
    margin-right: 2px;
    position: relative;
    top: -3px;
}

.page_contacts-map-block h3 path {
    fill: #0098dc;
}

.page_contacts-email {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    padding-top: 30px;
    padding-bottom: 27px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 33px;
    color: #4f4f4f;
    line-height: 1.2;
}

.page_contacts-email img {
    width: 54px;
    height: 34px;
    margin-right: 10px;
}

.reviews-header {
    font-size: 20px;
}

.reviews-header h2 {
    text-align: center;
    width: 100%;
}

.reviews-video {
    padding-bottom: 20px;
}

.reviews-text {
    padding-bottom: 40px;
}

.reviews-title {
    font-size: 20px;
    padding: 26px 0;
    text-align: center;
}

.reviews-title svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.reviews-title svg .st0 {
    fill: #4f4f4f;
}

.reviews-counter {
    opacity: 0.8;
    color: #4f4f4f;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews-counter::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
}

.reviews-counter p {
    display: inline-block;
    background-color: #fff;
    padding: 0 40px;
}

.reviews-btn {
    display: block;
    margin: auto;
    width: 300px;
    height: 55px;
    max-width: 100%;
    cursor: pointer;
}

.reviews-btn .label, .reviews-btn span {
    width: 100%;
    height: 100%;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-radius: 5px !important;
}

.reviews-btn .label:hover, .reviews-btn span:hover {
    background-color: #68d30f;
}

.reviews-btn::after {
    display: none;
}

.reviews-preloader {
    display: none;
    text-align: center;
    height: 55px;
}

.reviews-text-wrapper {
    padding-bottom: 42px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: hidden;
}

.reviews-img {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 0;
    margin-bottom: 20px;
}

.reviews-img img {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}

.reviews-img:nth-child(odd) {
    float: left;
    padding-right: 10px;
}

.reviews-img:nth-child(even) {
    padding-left: 10px;
    float: right;
}

.slider-control-left, .slider-control-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.65;
    cursor: pointer;
    width: 60px;
    height: 90px;
    -webkit-tap-highlight-color: transparent;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider-control-left svg, .slider-control-right svg {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    position: relative;
}

.slider-control-left path.path-arrow, .slider-control-right path.path-arrow {
    fill: #acdd80;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
}

.slider-control-left:hover path.path-arrow, .slider-control-right:hover path.path-arrow {
    fill: #7ecb39;
}

.slider-control-left:focus, .slider-control-right:focus {
    outline: none;
}

.slider {
    padding-left: 55px;
    padding-right: 65px;
    position: relative;
}

.slider-item {
    padding-bottom: 15px;
}

.slider-item iframe {
    width: 100%;
    height: 100%;
}

.slider-item-container {
    height: 270px;
    background-color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-position: 0 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.slider-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.slider-header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.slider-header h3 {
    color: whitesmoke;
    margin-left: 10px;
}

.slider-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 48px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.slider-play-btn svg {
    width: 68px;
    height: 48px;
}

.slider-play-btn path.yt-bg {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
    fill: rgba(0, 0, 0, 0.25);
}

.slider-play-btn:hover path.yt-bg {
    fill: #f00;
}

.slider-control-left {
    left: 0;
    -webkit-transform: translateY(-50%) scale(-1);
    transform: translateY(-50%) scale(-1);
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.slider-control-left svg {
    top: 10px;
}

.slider-control-right {
    right: 0;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.slider-control-right svg {
    left: 32px;
    top: -5px;
}

.card-body .table tr:nth-child(even) {
    background-color: rgba(200, 200, 200, 0.5);
}

@media screen and (max-width: 1100px) {
    .container {
        width: 95%;
    }

    .menu li {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin: 0 10px;
    }

    .article-message {
        margin-right: 0;
    }

    .article .label {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 0;
    }

    .card-body {
        overflow: auto;
    }

    .card-body .table {
        width: 1000px;
    }
}

@media screen and (max-width: 992px) {
    .header .logo,
    .header .contacts {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .header .youtube_vid {
        display: none;
    }
}

@media screen and (max-width: 950px) {
    .Tabs_list{
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .logo img {
        width: 126px;
    }

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

    .header .tel {
        font-size: 18px;
    }

    .header .socials svg {
        width: 18px;
        height: 18px;
    }

    .menu {
        font-size: 14px;
    }

    .about-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 4.17vw;
        padding-top: 30px;
    }

    .about-photo {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0;
    }

    .about-photo img {
        width: 100%;
    }

    .about-name {
        text-align: left;
    }

    .about-text {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        font-size: 20px;
        border-bottom: none;
    }

    .about-text p:first-child {
        margin-top: 20px;
    }

    .news {
        padding-right: 4.17vw !important;
    }

    .news-row {
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        min-height: 56px;
        position: relative;
        padding: 5px 0;
    }

    .news-col-title {
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .news-col-title div {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        text-align: center;
        width: 55px;
    }

    .news-col-title img {
        max-width: 100%;
    }

    .news-col-title p {
        padding-left: 15px;
        padding-top: 13px;
        font-size: 3.3vw;
    }

    .news-col-views {
        position: absolute;
        left: 70px;
        top: 50%;
        font-size: 2.3vw;
        max-width: 50%;
    }

    .news-col-views b {
        color: #70c424;
    }

    .news-col-link {
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .news-col-link .label span {
        padding: 2vw 2vw !important;
        letter-spacing: -0.3px;
        border-radius: 4px !important;
    }

    .news-more {
        font-size: 14px;
    }

    .reviews-header h2 {
        font-size: 24px;
        text-align: left;
        line-height: 1.2;
    }

    .reviews-title {
        font-size: 24px;
    }

    .reviews-img {
        width: 100%;
        float: none;
        padding: 0 20px !important;
    }

    .reviews-counter {
        font-size: 22px;
    }
}

@media screen and (max-width: 640px) {
    body {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    body.fixed {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }

    .wrapper {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .wrapper.translate {
        -webkit-transform: translateX(83.6%);
        transform: translateX(83.6%);
    }

    .container {
        width: 100%;
    }

    .mobile {
        display: block;
    }

    .menu {
        display: none;
    }

    .mobile-menu {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 83.6vw;
        height: 100vh;
        padding-bottom: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #1d1e20;
        color: #fff;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        z-index: 100;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .mobile-menu-logo {
        padding: 26px 0 26px 14.6vw;
        border-bottom: 1px solid #434343;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
    }

    .mobile-menu-logo svg {
        width: 25.3vw;
        max-height: 40px;
    }

    .mobile-menu-logo path {
        fill: #fff;
    }

    .mobile-menu-nav {
        padding-left: 14.6vw;
        border-bottom: 1px solid #434343;
        margin-top: 18px;
    }

    .mobile-menu-nav li {
        padding: 5.2vw 0;
        font-size: 4.4vw;
        position: relative;
    }

    .mobile-menu-nav li svg {
        max-width: 25px;
        max-height: 30px;
        position: absolute;
        top: 50%;
        right: 100%;
        -webkit-transform: translateY(-50%) translateX(-10px);
        transform: translateY(-50%) translateX(-10px);
    }

    .mobile-menu-nav li svg#iconStar {
        top: 50%;
        margin-top: -4px;
    }

    .mobile-menu-nav li svg#iconUser {
        max-width: 22px;
        margin-top: -2px;
    }

    .mobile-menu-nav li svg.icon-location {
        margin-top: -3px;
    }

    .mobile-menu-nav li path {
        fill: #fff;
    }

    .mobile-menu-nav li.active {
        color: #0098dc;
    }

    .mobile-menu-nav li.active path {
        fill: #0098dc;
    }

    .mobile-menu-nav li#item-location {
        position: relative;
        top: -3px;
    }

    .mobile-menu-contacts {
        padding-left: 14.6vw;
        font-size: 4vw;
        border-bottom: 1px solid #434343;
    }

    .mobile-menu-contacts p {
        padding: 5.2vw 0;
    }

    .mobile-menu-contacts div {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-menu-contacts .tel {
        font-size: 4vw;
        position: relative;
    }

    .mobile-menu-contacts .tel svg {
        max-width: 25px;
        max-height: 30px;
        position: absolute;
        top: 50%;
        right: 100%;
        -webkit-transform: translateY(-50%) translateX(-10px);
        transform: translateY(-50%) translateX(-10px);
    }

    .mobile-menu-contacts .socials ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .mobile-menu-contacts .socials li {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0 2px;
    }

    .mobile-menu-contacts .socials svg {
        width: 4vw;
    }

    .mobile-menu-contacts .email {
        padding: 5.2vw 0;
        position: relative;
    }

    .mobile-menu-contacts .email svg {
        max-width: 25px;
        max-height: 30px;
        position: absolute;
        top: 50%;
        right: 100%;
        -webkit-transform: translateY(-50%) translateX(-10px);
        transform: translateY(-50%) translateX(-10px);
    }

    .mobile-menu-follow {
        padding: 5.2vw 0 5.2vw 14.6vw;
    }

    .mobile-menu-follow ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 6.5vw;
    }

    .mobile-menu-follow li {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 7.5vw;
    }

    .mobile-menu-follow li:last-child {
        margin-right: 0;
    }

    .mobile-menu-follow svg {
        width: 10vw;
        height: 10vw;
        border-radius: 50%;
    }

    .header {
        padding-top: 83px;
        background-color: #0098dc;
    }

    .header > .container {
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #0098dc;
        z-index: 100;
    }

    .header .logo {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%;
        margin-top: 0;
        padding: 18px 5% 18px 0;
        color: white;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header .logo-img {
        width: calc(30vw + 21px);
        height: auto;
        -webkit-transform: scaleX(1.1);
        transform: scaleX(1.1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .header .logo a {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .header .logo span {
        margin-left: 2.6vw;
        font-size: calc(3vw + 2.6px);
    }

    .header .logo span::before {
        left: -2.8vw;
        background-color: #fff;
    }

    .header .contacts {
        display: none;
    }

    .header .heading {
        padding: 25px 0;
        background: #fff;
        text-align: left;
    }

    .header .heading h1 {
        padding-left: 4.17vw;
        font-size: 5.5vw;
    }

    .burger {
        display: block;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 18px 4.5%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .burger div {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 7.4vw;
        height: 29px;
        background: none;
        border: none;
        padding: 0;
    }

    .burger div:focus {
        outline: none;
    }

    .burger span {
        display: inline-block;
        width: 100%;
        height: 1.459vw;
        background-color: #fff;
        position: relative;
        border-radius: 4px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .burger span::before, .burger span::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        border-radius: 4px;
        background-color: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .burger span::before {
        top: -2.22vw;
    }

    .burger span::after {
        top: 2.2vw;
    }

    .burger.active span {
        background-color: transparent;
    }

    .burger.active span::before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .burger.active span::after {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .article {
        padding: 0 0 0 4.17vw;
    }

    .article-header {
        padding: 15px 0;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .article-title {
        font-size: 4.5vw;
        letter-spacing: -0.3px;
        line-height: 1.19;
    }

    .article-message {
        padding: 15px 4.17vw;
        font-size: 4.2vw;
    }

    .article .label {
        -webkit-flex: 0 0 21vw;
        -ms-flex: 0 0 21vw;
        flex: 0 0 21vw;
        font-size: 3.3vw;
    }

    .article .label span {
        padding: 5px;
        padding-right: 7px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .specs-list {
        padding-bottom: 5vw;
        font-size: 4.2vw;
        line-height: 1.4;
    }

    .specs-list li, .specs-list p {
        margin: 3px 0;
    }

    .help {
        padding-left: 0;
        background-color: transparent;
    }

    .help-title {
        text-align: left;
        padding-left: 4.17vw;
    }

    .help-item {
        margin: 20px 0;
        padding-left: 4.17vw;
        background-color: #fff;
        border-top: 1px solid #f2f2f2;
    }

    .help-price {
        -webkit-flex: 0 0 32%;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
        position: relative;
    }

    .help-price .old-price {
        font-size: 14px;
        padding-left: 15px;
    }

    .help-price .new-price {
        font-size: 18px;
        margin: 0;
    }

    .help-price .period {
        font-size: 14px;
        letter-spacing: -0.4px;
        white-space: nowrap;
    }

    .help-text {
        -webkit-flex: 0 0 68%;
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        max-width: 68%;
        padding: 0;
    }

    .help-text h3 {
        font-size: 18px;
        letter-spacing: -0.5px;
        line-height: 1.2;
        padding-right: 2%;
    }

    .help-text p {
        width: 90vw;
    }

    .help-more {
        display: none;
    }

    .help .article-header {
        background-color: #fff;
    }

    .guarantees-title {
        text-align: left;
        font-size: 18px;
    }

    .guarantees-img svg {
        width: 25px;
        height: 25px;
    }

    .guarantees-text {
        padding-left: 5px;
    }

    .guarantees-text h3 {
        font-size: 18px;
    }

    .about-container {
        padding-right: 4.17vw;
        padding-top: 30px;
    }

    .about-photo {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-photo img {
        width: 100%;
    }

    .about-name {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .about-text {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        font-size: 16px;
    }

    .about-text p {
        margin-top: 10px;
    }

    .about-text p:first-child {
        display: none;
    }

    .about-socials {
        padding-right: 4.17vw;
    }

    .about-socials li {
        margin: 0 4vw;
    }

    .about-socials svg {
        width: 15vw;
        height: 15vw;
    }

    .news-col-title p {
        padding-left: 15px;
        padding-top: 13px;
        font-size: 4.4vw;
    }

    .news-col-views {
        font-size: 2.9vw;
    }

    .news-col-views svg {
        width: 4.3vw;
    }

    .news-col-views p {
        margin-left: 1.8vw;
    }

    .footer-logo {
        display: block;
        padding: 30px;
        border-bottom: 1px solid #9b9b9b;
    }

    .footer-logo-img {
        width: calc(30vw + 21px);
        height: auto;
        -webkit-transform: scaleX(1.1);
        transform: scaleX(1.1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        padding: 8px 13px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footer-logo-img svg {
        width: 100%;
        height: 100%;
        position: relative;
        top: 1vw;
    }

    .footer-logo-img path {
        fill: #fff;
    }

    .footer-logo a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-logo span {
        position: relative;
        margin-left: 2.6vw;
        font-size: calc(3vw + 2.6px);
    }

    .footer-logo span::before {
        content: '';
        position: absolute;
        top: 0;
        left: -2.8vw;
        width: 1px;
        height: 100%;
        background-color: #fff;
    }

    .footer .menu {
        display: none;
    }

    .footer .contacts {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }

    .footer .tel {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 20px 0;
    }

    .footer .socials {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 20px 0;
    }

    .footer .separator {
        display: none;
    }

    .footer .email {
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 30px;
        border-top: 1px solid #9b9b9b;
    }

    .footer .email svg {
        top: 1px;
    }

    .footer .copy {
        padding: 20px 30px;
        font-size: 3.125vw;
        line-height: 1.2;
    }

    .topBtn {
        font-size: 4.2vw;
    }

    .page_contacts {
        padding-left: 0 !important;
    }

    .page_contacts-header {
        padding: 5px 0;
    }

    .page_contacts-socials {
        padding-top: 9px;
        padding-left: 2%;
        padding-bottom: 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .page_contacts-socials-item {
        padding: 10px 17px;
    }

    .page_contacts-socials-item::after {
        right: -2px;
    }

    .page_contacts-socials-item:nth-child(3)::after {
        display: none;
    }

    .page_contacts-socials-item.online {
        display: none;
    }

    .page_contacts-maps {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page_contacts-map-block {
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        width: 100%;
    }

    .page_contacts-map-block:nth-child(odd) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .page_contacts-map-block h2 {
        text-align: left;
        padding-left: 30px;
        padding-bottom: 18px;
        padding-top: 38px;
        letter-spacing: 0.8px;
    }

    .page_contacts-map-block iframe {
        display: none;
    }

    .page_contacts-map-block h3 {
        padding-top: 0;
        padding-left: 24px;
        padding-bottom: 25px;
        letter-spacing: 0.1px;
    }

    .page_contacts-map-block h3 svg {
        margin-right: 5px;
    }

    .page_contacts-title {
        padding-top: 15px;
    }

    .page_contacts-email {
        font-size: 24px;
        padding-top: 39px;
        padding-bottom: 33px;
    }

    .page_contacts-email img {
        width: 30px;
        height: 20px;
    }

    .reviews {
        padding-left: 0;
    }

    .reviews-header {
        padding-left: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .reviews-header h2 {
        font-size: 4.9vw;
    }

    .reviews-title {
        font-size: 4.7vw;
        letter-spacing: 0.6px;
        position: relative;
        left: -12px;
        padding-bottom: 37px;
    }

    .reviews-video {
        padding-bottom: 25px;
    }

    .reviews-text-wrapper {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
    }

    .reviews-counter {
        margin-bottom: 25px;
    }

    .reviews-btn {
        width: 340px;
        height: 60px;
    }

    .reviews-btn span {
        font-size: 24px;
    }

    .slider {
        margin: auto;
        padding: 0 15%;
    }

    .slider-control-left {
        left: 0;
    }

    .slider-control-left svg {
        right: 14px;
    }

    .slider-control-right {
        right: 0;
    }

    .slider-control-right svg {
        left: 25px;
    }
}

@media screen and (max-width: 416px) {
    .page_contacts-socials {
        padding-left: 0;
    }

    .page_contacts-socials svg {
        margin-right: 0;
    }

    .page_contacts-socials svg + span {
        display: none;
    }

    .page_contacts-socials-item::after {
        right: -1px;
    }
}

@media screen and (max-width: 320px) {
    .page_contacts-map-block h2, .page_contacts-map-block h3 {
        font-size: 18px;
    }
}


.filter-guest {
    display: flex;

}

.filter-guest div {
    width: 23%;
    margin-left: 3%;


}

.filter-guest div:first-child {
    margin-left: 0 !important;

}

.filter-guest div option, select {
    outline: none;
    width: 100%;
    padding: 15px 10px;
    border: 2px solid #f2f2f2;
    border-radius: 5px;
    overflow: hidden;
}

.ArticleTeasers {
    padding: 26px 26px 26px 29px;
    border: 1px solid #f2f2f2;
    background: #fff;
}

.ArticleTeasers_item {
    margin-bottom: 19px;
    border-bottom: 1px solid #ececec
}

.ArticleTeasers .ArticleTeasers_item:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.ArticleTeasers-pageImportant {
    margin-bottom: 23px
}

.ArticleTeaser {
    display: flex;
    padding-bottom: 16px;
    line-height: normal;
    letter-spacing: 0.003em;
    /* margin-bottom: 10p; */
}

.ArticleTeaser_left {
    flex-basis: 200px;

}

.ArticleTeaser_right {
    flex-grow: 1;
    max-width: 635px;
    padding-left: 20px
}

.ArticleTeaser_img {
    flex-grow: 1;
    max-width: 635px;
    padding-left: 20px;

}

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

.ArticleTeaser_title {
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 20px;
}

.ArticleTeaser_titleLink {
    color: #1E579C
}

.ArticleTeaser_titleLink:hover {
    text-decoration: underline
}

.ArticleTeaser_text {
    margin-bottom: 14px;
    margin-left: 1px
}

.ArticleTeaser_date {
    font-size: 14px;
    width: 100%;
    color: #4F4F4F
}

.btn-admin {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    color: #fff;
}

.btn-admin:hover {
    opacity: 0.8;

}

.btn-admin-primary {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
    cursor: pointer;
}

.btn-admin-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-admin-info {
    background-color: #007bff;
    border-color: #007bff;
}

.ArticleTeaser_date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add-article {
    margin-left: 0px;
    margin-bottom: 20px;
}

.file-add-article {
    height: auto;
    padding: 10px;
    text-align: center;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: none;
    outline: none;
    background-color: #FFE712;
    width: 100%;
    margin: 10px 0;
    color: black;
    cursor: pointer;
}

.preview-img img {
    width: 200;
    height: 133px;

}

.preview-img {
    text-align: center;
}

.btn-save-blog-admin {
    margin-top: 15px;

}

.file-add-article {
    max-width: 200px;
    margin: 15px auto;
    display: block;
}

.action-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.action-bar a {
    margin-left: 7px;
}

.ArticleFull_text img {
    max-width: 100%;
    vertical-align: top;
}

.wrap-category {
    padding: 20px 0;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 15px;
}

.item-category {
    display: flex;
    justify-content: space-between;
    padding: 10px 25px;
    align-items: center;

}

.info-category span {
    color: green;
}

.date-category {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.4);
}

.title-category {
    font-size: 18px;
    font-weight: bold;
}

.date-category div:first-child {
    margin-right: 20px;
}

.exit-admin {
    padding: 0 !important;
    justify-content: flex-end !important;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.exit-admin strong {
    margin-right: 15px;
}

.btn-exit {
    padding: 15px;
    height: auto;
    text-align: center;
    border: none;
    outline: none;
    background-color: #0098dc;
    color: #fff;
    font-size: 18px;
    margin-right: -20px;

    cursor: pointer;
    transition: .2s;
}

.btn-exit:hover {
    opacity: 0.7;

}

#reviewsTextWrapper .reviews-viewport {
    height: auto !important;
    align-items: baseline;
}

.reviews-viewport {
    display: flex;
    flex-wrap: wrap;
}

.reviews-img:nth-child(odd) {
    float: none !important;
}

.reviews-img:nth-child(even) {
    float: none !important;
}
