
body {
    margin: 0;
    padding: 0;
    color: #363a52;
    /*background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='973' height='1043'%3E%3Cpath stroke-width='70' stroke='%23F9F6EC' opacity='.702' fill='%23FFF' d='M706.303 913.229a6435.41 6435.41 0 0 0-228.534 66.038c-75.825 23.436-141.137 4.563-195.937-56.619a7123.921 7123.921 0 0 0-167.299-180.42C57.801 683.129 40.3 612.695 62.032 530.923a7831.615 7831.615 0 0 0 61.235-246.459c19.093-82.534 66.905-134.096 143.436-154.686A6435.462 6435.462 0 0 0 495.238 63.74c75.824-23.436 141.136-4.563 195.937 56.619a7122.04 7122.04 0 0 0 167.298 180.42c56.733 59.099 74.233 129.534 52.502 211.305a7831.63 7831.63 0 0 0-61.236 246.459c-19.092 82.534-66.904 134.096-143.436 154.686z'/%3E%3C/svg%3E") no-repeat 58% -570px/auto 935px, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='698' height='698'%3E%3Cpath stroke-width='60' stroke='%23F4F6F7' opacity='.702' fill='%23FFF' d='M355.144 647.656a4804.143 4804.143 0 0 0-160.783-43.085c-53.843-13.434-87.481-47.074-100.913-100.921a4807.238 4807.238 0 0 0-43.082-160.796c-15.289-53.35-2.977-99.304 36.937-137.861A4806.225 4806.225 0 0 0 205.004 87.282c38.555-39.916 84.505-52.23 137.85-36.94a4804.846 4804.846 0 0 0 160.784 43.085c53.843 13.434 87.481 47.074 100.913 100.922a4807.885 4807.885 0 0 0 43.082 160.796c15.289 53.349 2.977 99.303-36.937 137.861a4806.184 4806.184 0 0 0-117.701 117.71c-38.555 39.917-84.505 52.23-137.851 36.94z'/%3E%3C/svg%3E") no-repeat -265px 135px/640px 640px, #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='698' height='698'%3E%3Cpath stroke-width='60' stroke='%23F4F6F7' opacity='.702' fill='%23FFF' d='M355.144 647.656a4804.143 4804.143 0 0 0-160.783-43.085c-53.843-13.434-87.481-47.074-100.913-100.921a4807.238 4807.238 0 0 0-43.082-160.796c-15.289-53.35-2.977-99.304 36.937-137.861A4806.225 4806.225 0 0 0 205.004 87.282c38.555-39.916 84.505-52.23 137.85-36.94a4804.846 4804.846 0 0 0 160.784 43.085c53.843 13.434 87.481 47.074 100.913 100.922a4807.885 4807.885 0 0 0 43.082 160.796c15.289 53.349 2.977 99.303-36.937 137.861a4806.184 4806.184 0 0 0-117.701 117.71c-38.555 39.917-84.505 52.23-137.851 36.94z'/%3E%3C/svg%3E") no-repeat right -490px top 410px/640px 640px;*/
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 18px;

}

span.code {
    background: #e5e5e5;
    padding: 0 7px;
    border-radius: 10px;
}

/*a.qb img {*/
/*    max-width: 610px;*/
/*}*/

.btn-300 {
    width: 300px;
}

/*main {*/
/*    margin-top: 56px;*/
/*}*/

footer {
    background: linear-gradient(
            90deg, #f5f4e6, #f7eeed);
    color: black;
    font-size: 17px;
}

menu {
    background: #bed465;
}

/*header {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    flex-wrap: wrap;*/
/*    align-items: center;*/
/*    font-size: 17px;*/
/*}*/

.center {
    text-align: center;
}

header p {
    margin-bottom: 0.5rem;
}

menu {
    background: #4a7d00;
}

menu a {
    color: #eee;
}

.nav-link {
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 17px;
}

.logo img {
    max-width: 200px;
}

.tcGeneralBlockText p {
    margin-top: 15px;
}

.carousel .carousel-item {
    height: 400px;
}

.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 400px;

    height: 100%;
    max-width: none;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}


article a[data-fslightbox] {
    text-align: center;
    margin-bottom: 15px;
}

h1, h2, h3, h4 {
    margin-top: 0.5rem;
    font-weight: 800;
}


.content ol {
    counter-reset: li;
    margin: 0 0 25px;
    padding: 0 0 0 40px;
}

.content ol > li {
    position: relative;
}

.content ol > li:before {
    content: counters(li, ".");
    counter-increment: li;
    position: absolute;
    top: 1px;
    left: -27px;
    width: 23px;
    height: 23px;
    text-align: center;
    letter-spacing: -1px;
    color: #fff;
    border-radius: 50%;
    background: #7e9e41;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
}

.row blockquote {
    margin: 39px 0;
    padding: 29px 30px 31px 132px;
    border-radius: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA3CAMAAACfBSJ0AAAAgVBMVEUAAAC9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKcD8wj0AAAAKnRSTlMA+PIz6eEps8ufCcJEIxnb023uE71XQKmReE5JD4NmOi8eua5hmY2jiFwHzvzAAAAClklEQVRIx42W6dqqMAyE07JvsgkKKu7L6f1f4Hk+IUkLIr6/KjCUTCYgfOLcHq5+ahe243uvKoGfOOeRVDrCb5alVlCoKXJTf1UlgVAzXN15WWereWQTzmy2Vt/xrU+y2lEmQojxltVUFusmFpdDdXQT12obz3j2f5PdNNn6tgKmrLx5ocXuRzsYc2SlaI1eU2023tBkl1KNujnk5HouGeUGL8n23DdqbgizBHjRAY+s0LILyr4KBSZni33dwzdCdMfrf7tisGQp9Xs0J8btsDUL1FjP26lisBKWCbQKb6qnhmVcwZZ6gymwDF/Mj5nrBiQrY83sVI8L8RCfM2d1YwsZ9SNzejpC+uxYOATyBs2QZkBayTXwGhnidkeLtlQ6DVSrrWlGcjR/jRuT1UhkrHuwrAwyjAAVgEg3pbU4m51wYDhnYcYlX7vDvE/P2zDc/4S2a/udtP2SkY72Y8OQVF+HI924PrDo5bc11uP6IvQTqQQngdcTP5/94qG/vSQFz7oWuDb6F3FeNB5KqUBbbwDBbe6YVKmn12cZRPi2MtrbUcM6lrVKHHjExQuYWFHbLuP5OzsedaXMLsZH6Iq28MvziOdOsTbg5ks/Gfx9acnyYJktPSZPQLQk4kys++fqfzWLsr1vTuMd61sA43rB7d9JLX8tTqDDN7zJVx6TjD9/KC+8o8wpKTvGQH+UHX2a4JqO0WCW8csvKCyM+1REBUjTB9zKh78c4tru9SeMA8myfPRx9zOl4Wzy2l2Vq6TuglSpiYy/Y1OELKQYHeqMT8WvZPG0ncuIh/n5p8LSoKq9WVl0hA8jZXuNFb4H2hOfVOsWRuRK+q+41Jp1yEai9GHBhOqWTI6dunuUOX//57MoyK0QpvwH7vLMFcX299wAAAAASUVORK5CYII=) no-repeat 42px 50%, linear-gradient(
            90deg, #f5f4e6, #f7eeed);
}


.contenttable {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 19px
}

.content tr:first-child th, .content tr:first-child td {
    color: #fff;
    background: #77566f
}

.content tr:first-child th:first-child, .content tr:first-child td:first-child {
    border-radius: 10px 0 0
}

.content tr:first-child th:last-child, .content tr:first-child td:last-child {
    border-radius: 0 10px 0 0
}

.content th, .content td {
    padding: 11px 30px 12px 0;
    text-align: center;
    vertical-align: middle;
    font-weight: 400
}

.content th:first-child, .content td:first-child {
    padding-left: 30px;
    text-align: left
}

.content tr:nth-child(even) td {
    background: #f6f7fa
}

.post__green, .post__red {
    margin: 30px 0;
    padding: 23px 30px 25px 132px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 18px rgba(201, 204, 221, .46)
}

.key-feature:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 13px rgb(60 72 88 / 20%) !important;
}

.key-feature {
    min-height: 108px;
    transition: all 0.3s ease;
}

.icon svg {
    width: 50px;
    height: 50px;
}

.dostavka div {
    font-weight: bold;
    font-size: 20px;
}


video {
    width: 100%;
    height: 380px;
}

.content ul li {
    position: relative;
    list-style: none;
}

.content ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -20px;
    width: 8px;
    height: 11px;
    background: url(data:image/gif;base64,R0lGODlhCAALAIABAH6eQf///yH5BAEAAAEALAAAAAAIAAsAAAIQTGB5m2j+moKQMRozljWnAgA7);
}

.expert-review {
    background: #f5f1f8;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 2em 0;
}

.expert-review-expert {
    position: relative;
    padding: 25px 15px;
}

.expert-review--color-orange-2 {
    background: #dcf8fb;
}

.expert-review--color-orange-1 {
    background: #fbf6f3;
}

.expert-review-expert-bio__avatar {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-size: 25px 25px;
    background-size: 25px;
    overflow: hidden;
}

.expert-review-expert-bio__body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1.3;
}

.expert-review-expert-text {
    margin: 20px 0 15px;
    line-height: 1.7;
    color: black;
}

.expert-review-expert-bio__avatar img {
    max-width: 100%;
    height: auto;
    background: #fff;
}

html {
    scroll-behavior: smooth;
}

iframe {
    display: block; /* iframes are inline by default */
    border: none; /* Reset default border */
    min-height: 500px;
}

footer {
    padding: 25px 0;
}

.title-head {
    color: #6f8b38;
    font-weight: bold;
}


.tcWrapper, #tcPacking {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

article.tcGeneralBlock {
    display: flex;
    align-items: center;
}

.tcGeneralBlock figure {
    width: 50%;
    max-width: 600px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.tcGeneralBlock figure img {
    display: block;
    width: 100%;
    /*max-height: 430px;*/
}

.tcGeneralBlock > div {
    padding: 0px 0 0 60px;
    width: 50%;;
}

.tcGeneralBlockLoad {
    margin-top: 20px;
    padding: 3px 20px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tcGeneralBlockLoad .btn-download {
    position: relative;
    float: none;
    padding: 10px 20px;
    border-radius: 4px;
    background: #3f51b5;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
    max-height: 50px;
}

.tcGeneralBlockLoad .btn-download:after {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -6px;
    border: 6px solid #3f51b5;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0;
    content: "";
}

/*.tcGeneralBlockLoad div {*/
/*    position: relative;*/
/*    white-space: nowrap;*/
/*    line-height: 24px;*/

/*}*/

/*.tcGeneralBlockLoad div::before {*/
/*    display: block;*/
/*    opacity: 0.3;*/
/*    font-size: 24px;*/
/*    content: "★★★★★★★★★★";*/
/*}*/

/*.tcGeneralBlockLoad div sup {*/
/*    position: absolute;*/
/*    right: 100%;*/
/*    top: 0;*/
/*    margin-right: 10px;*/
/*    font-weight: 700;*/
/*    font-size: 16px;*/
/*    line-height: 26px;*/
/*}*/

.tcGeneralBlockLoad div small {
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 12px;
    line-height: 14px;
}


.tcGeneralBlockShare {
    margin-top: 10px;
}

/*.tcGeneralBlockLoad div:after {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    overflow: hidden;*/
/*    width: 92%;*/
/*    font-size: 24px;*/
/*    color: #F66800;*/
/*    content: "★★★★★★★★★★";*/
/*}*/

.tcGeneralBlockShare li {
    width: 12.5%;
}

.ya-share2.ya-share2_inited {
    margin-top: 16px;
}

article.tcGeneralBlock div span {
    font-size: 32px;
    font-weight: 700;
    line-height: 47px;
}


.ya-share2 {
    display: block;
    overflow: hidden;
    margin: 0;
}

.ya-share2 ul {
    display: block;
    overflow: hidden;
    margin: 0 -10px -10px 0 !important
}

.ya-share2 li {
    float: left;
    margin: 0 0 10px 0 !important
}

.ya-share2 a {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}

.ya-share2 a span.ya-share2__badge {
    display: block;
    height: 30px;
    border-radius: 0
}

.ya-share2 a span.ya-share2__icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: none;
}


.tableSoft {
    overflow: hidden;
    margin-top: 40px;
    border-radius: 4px;
    border: 1px solid #C2C2C2;
    font-size: 14px;
    line-height: 18px;
}

img {
    opacity: 1;
    transition: opacity 0.3s;
}

table {
    width: 100%;
}

tr:nth-child(odd) {
    background: #FFF;
}

tr:nth-child(even) {
    background: #f2f2f2;
}

.tableSoft th, .tableSoft td {
    text-align: left;
    padding: 15px 20px;
    border-left: 0;
    border-right: 0
}

th {
    width: 1%;
    border-right: 1px solid #C2C2C2
}


.download_link {
    padding: 8px 13px;
    margin: 0px;
    padding-right: 32px;
    text-decoration: none;
    background: #2196f3;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    color: white;
}


table.download th {
    border-right: 0px;
    text-align: center;
}

tbody.tb {
    font-size: 16px !important;
}

.tb td {
    padding-top: 17px;
    padding-bottom: 23px;
    text-align: center;
}

table.download img {
    float: left;
    margin-left: 20px;
}

nav.navbar.navbar-expand-md {
    background: #3f51b5;
}


#tcGeneral {
    padding: 20px 0;
    background: #90A6D4;
    background: linear-gradient( 180deg, #ffffff, #eaa82b8f);
    z-index: -1;
    box-shadow: 0 0 0px rgb(0 0 0 / 10%);
}


table {
    border: 1px solid #c2c2c2;

}

table th, table td {
    text-align: left;
    padding: 10px 15px;
    border-left: 0;
    border-right: 0;
}

table.download {
    width: 100%;
    background: white;
    border: 1px solid #cac4c4;

}

h2, h3 {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}

table.download svg {
    margin-left: 4px;
    position: absolute;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 20px;
    align-items: stretch;
}

.gallery img {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
    max-width: 100%;
}

#top {
    position: fixed;
    bottom: 120px;
    right: 32px;
    z-index: 9999;
    cursor: pointer;
    display: none;
    opacity: 1;
    font-size: 30px;
    padding: 10px 25px !important;
}

#top:hover {
    opacity: 1;
    -webkit-transition: 0.5s;
}


.mb-40 {
    margin-bottom: 40px;
}


.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


#count-avg {
    font-size: 19px;
}

figcaption {
    margin: 0;
    padding: 11px 10px 10px;
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-style: italic;
    background: #e9e9e9;
    border-radius: 0px 0px 8px 8px;
}

.f-image img {
    width: 100%;
}

.medium {
    max-width: 500px;
}

html {
    scroll-behavior: smooth;
}

.windows {
    background: url(/images/windows-logo.png) center center no-repeat;
}

.linux {
    background: url(/images/linux-logo.png) center center no-repeat;
}

.mac {
    background: url(/images/apple-logo.svg) center center no-repeat;
}

.logo {
    height: 100px;
    width: 100px;
    background-size: contain !important;
    margin: 0 auto;
    -ms-high-contrast-adjust: none;
}


a.button_link {
    background: #64a9dc;
    color: white !important;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    max-width: 285px;
}

a.button_link:hover {
    background: #6494d7;
    color: white !important;
}

a.button_link:visited, a.button_link:active {
    color: white !important;
}

.button-prem {
    margin: 20px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.logo-text {
    min-height: 64px;
    max-height: 64px;
    margin: 10px 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.plmin {
    background: #f5f1f8;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 2em 0;
}

.plmin-pluses-minuses {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 15px;
}

.plmin-expert-header, .plmin-pluses-minuses-header, .plmin-qa-header, .plmin-score-header {
    margin-bottom: .8em;
    font-weight: 700;
    font-size: 1.3em;
    color: #5c0a93;
}

.plmin-pluses-minuses-header {
    width: 100%;
}

.plmin-minuses, .plmin-pluses {
    position: relative;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.plmin-minus, .plmin-plus {
    position: relative;
    font-size: .95em;
    margin: 15px 0;
    padding-left: 25px;
}

.plmin-plus:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M50 18H32V0H18v18H0v14h18v18h14V32h18V18z' fill='%235cc209'/%3E%3C/svg%3E") center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.plmin-minus:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M50 32H0V18h50v14z' fill='%23fc2900'/%3E%3C/svg%3E") center no-repeat;
}

.plmin-minus:before, .plmin-plus:before {
    content: '';
    position: absolute;
    top: .3em;
    left: 0;
    width: 12px;
    height: 14px;
}

@media (max-width: 900px) {
    .tb td {
        display: block;
        text-align: center;
    }

    .download thead {
        display: none;
    }
}


@media (min-width: 768px) {
    .expert-review-expert-bio-name {
        font-size: 1.1em;
    }

    .plmin-minuses, .plmin-pluses {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .plmin-pluses-minuses {
        padding: 25px 30px;
    }

    .expert-review-expert-bio {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .expert-review-expert-bio__avatar {
        width: 80px;
        height: 80px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        margin-right: 30px;
        margin-bottom: 0;
    }

    .expert-review-expert {
        padding: 25px 30px;
    }

    .navbar-nav {
        flex-wrap: wrap;
    }

    .tcGeneralBlockLoad {
        justify-content: space-around !important;
    }

    a.button_link {
        padding: 10px 15px;
    }
}

@media (max-width: 1360px) {
    /*body {*/
    /*    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='973' height='1043'%3E%3Cpath stroke-width='70' stroke='%23F9F6EC' opacity='.702' fill='%23FFF' d='M706.303 913.229a6435.41 6435.41 0 0 0-228.534 66.038c-75.825 23.436-141.137 4.563-195.937-56.619a7123.921 7123.921 0 0 0-167.299-180.42C57.801 683.129 40.3 612.695 62.032 530.923a7831.615 7831.615 0 0 0 61.235-246.459c19.093-82.534 66.905-134.096 143.436-154.686A6435.462 6435.462 0 0 0 495.238 63.74c75.824-23.436 141.136-4.563 195.937 56.619a7122.04 7122.04 0 0 0 167.298 180.42c56.733 59.099 74.233 129.534 52.502 211.305a7831.63 7831.63 0 0 0-61.236 246.459c-19.092 82.534-66.904 134.096-143.436 154.686z'/%3E%3C/svg%3E") no-repeat 58% -570px/auto 935px;*/
    /*}*/
}

@media (max-width: 768px) {
    .imag {
        width: 100%;
    }

    .row blockquote {
        padding: 29px 30px 31px 80px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA3CAMAAACfBSJ0AAAAgVBMVEUAAAC9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKcD8wj0AAAAKnRSTlMA+PIz6eEps8ufCcJEIxnb023uE71XQKmReE5JD4NmOi8eua5hmY2jiFwHzvzAAAAClklEQVRIx42W6dqqMAyE07JvsgkKKu7L6f1f4Hk+IUkLIr6/KjCUTCYgfOLcHq5+ahe243uvKoGfOOeRVDrCb5alVlCoKXJTf1UlgVAzXN15WWereWQTzmy2Vt/xrU+y2lEmQojxltVUFusmFpdDdXQT12obz3j2f5PdNNn6tgKmrLx5ocXuRzsYc2SlaI1eU2023tBkl1KNujnk5HouGeUGL8n23DdqbgizBHjRAY+s0LILyr4KBSZni33dwzdCdMfrf7tisGQp9Xs0J8btsDUL1FjP26lisBKWCbQKb6qnhmVcwZZ6gymwDF/Mj5nrBiQrY83sVI8L8RCfM2d1YwsZ9SNzejpC+uxYOATyBs2QZkBayTXwGhnidkeLtlQ6DVSrrWlGcjR/jRuT1UhkrHuwrAwyjAAVgEg3pbU4m51wYDhnYcYlX7vDvE/P2zDc/4S2a/udtP2SkY72Y8OQVF+HI924PrDo5bc11uP6IvQTqQQngdcTP5/94qG/vSQFz7oWuDb6F3FeNB5KqUBbbwDBbe6YVKmn12cZRPi2MtrbUcM6lrVKHHjExQuYWFHbLuP5OzsedaXMLsZH6Iq28MvziOdOsTbg5ks/Gfx9acnyYJktPSZPQLQk4kys++fqfzWLsr1vTuMd61sA43rB7d9JLX8tTqDDN7zJVx6TjD9/KC+8o8wpKTvGQH+UHX2a4JqO0WCW8csvKCyM+1REBUjTB9zKh78c4tru9SeMA8myfPRx9zOl4Wzy2l2Vq6TuglSpiYy/Y1OELKQYHeqMT8WvZPG0ncuIh/n5p8LSoKq9WVl0hA8jZXuNFb4H2hOfVOsWRuRK+q+41Jp1yEai9GHBhOqWTI6dunuUOX//57MoyK0QpvwH7vLMFcX299wAAAAASUVORK5CYII=) no-repeat 12px 50%, linear-gradient(
                90deg, #f5f4e6, #f7eeed);
    }
}

@media (max-width: 479px) {
    blockquote {
        padding-top: 105px;
        padding-left: 30px;
        background-position: 50% 30px;
    }
}

html {
    scroll-behavior: smooth;
}

@media (max-width: 1140px) {
    .tcGeneralBlockLoad {
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 15px;
    }

    .rating-value {
        display: none;
    }

    .tcWrapper {
        padding: 0 20px;
    }

    .tcGeneralBlockLoad div {
        margin-top: 5px;
    }

    .tcGeneralBlockLoad div sup {
        display: none;
    }
}

@media (max-width: 790px) {
    article.tcGeneralBlock {
        flex-wrap: wrap;
        justify-content: center;
    }

    .tcGeneralBlock figure {
        width: 100%;
    }

    .tcGeneralBlock > div {
        width: 100%;
        padding: 0;
    }

    .tcGeneralBlockLoad {
        justify-content: center;
    }
}

/*.container, .container-fluid{*/
/*    background: white;*/
/*}*/

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?lc0l5e');
    src: url('../fonts/icomoon.eot?lc0l5e#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?lc0l5e') format('truetype'),
    url('../fonts/icomoon.woff?lc0l5e') format('woff'),
    url('../fonts/icomoon.svg?lc0l5e#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home2:before {
    content: "\e901";
}

.icon-newspaper:before {
    content: "\e904";
}

.icon-pencil:before {
    content: "\e905";
}

.icon-image:before {
    content: "\e90d";
}

.icon-camera:before {
    content: "\e90f";
}

.icon-headphones:before {
    content: "\e910";
}

.icon-music:before {
    content: "\e911";
}

.icon-connection:before {
    content: "\e91b";
}

.icon-mic:before {
    content: "\e91e";
}

.icon-book:before {
    content: "\e91f";
}

.icon-books:before {
    content: "\e920";
}

.icon-library:before {
    content: "\e921";
}

.icon-file-text:before {
    content: "\e922";
}

.icon-file-picture:before {
    content: "\e927";
}

.icon-stack:before {
    content: "\e92e";
}

.icon-folder:before {
    content: "\e92f";
}

.icon-folder-open:before {
    content: "\e930";
}

.icon-folder-plus:before {
    content: "\e931";
}

.icon-folder-minus:before {
    content: "\e932";
}

.icon-price-tag:before {
    content: "\e935";
}

.icon-phone:before {
    content: "\e942";
}

.icon-pushpin:before {
    content: "\e946";
}

.icon-location:before {
    content: "\e947";
}

.icon-compass:before {
    content: "\e949";
}

.icon-clock:before {
    content: "\e94e";
}

.icon-bell:before {
    content: "\e951";
}

.icon-display:before {
    content: "\e956";
}

.icon-laptop:before {
    content: "\e957";
}

.icon-mobile:before {
    content: "\e958";
}

.icon-mobile2:before {
    content: "\e959";
}

.icon-floppy-disk:before {
    content: "\e962";
}

.icon-database:before {
    content: "\e964";
}

.icon-redo:before {
    content: "\e966";
}

.icon-redo2:before {
    content: "\e968";
}

.icon-forward:before {
    content: "\e969";
}

.icon-bubble:before {
    content: "\e96b";
}

.icon-user:before {
    content: "\e971";
}

.icon-quotes-left:before {
    content: "\e977";
}

.icon-binoculars:before {
    content: "\e985";
}

.icon-enlarge:before {
    content: "\e989";
}

.icon-cog:before {
    content: "\e994";
}

.icon-hammer:before {
    content: "\e996";
}

.icon-magic-wand:before {
    content: "\e997";
}

.icon-pie-chart:before {
    content: "\e99a";
}

.icon-trophy:before {
    content: "\e99e";
}

.icon-gift:before {
    content: "\e99f";
}

.icon-mug:before {
    content: "\e9a2";
}

.icon-fire:before {
    content: "\e9a9";
}

.icon-magnet:before {
    content: "\e9ab";
}

.icon-shield:before {
    content: "\e9b4";
}

.icon-power:before {
    content: "\e9b5";
}

.icon-power-cord:before {
    content: "\e9b7";
}

.icon-list-numbered:before {
    content: "\e9b9";
}

.icon-sphere:before {
    content: "\e9c9";
}

.icon-flag:before {
    content: "\e9cc";
}

.icon-star-full:before {
    content: "\e9d9";
}

.icon-checkbox-checked:before {
    content: "\ea52";
}

.icon-radio-checked2:before {
    content: "\ea55";
}


/* youtube */

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.youtube .play {
    background: url('/images/youtube-play-btn.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.youtube:hover .play {
    background-position: 0 0;
}

ol {
    width: 100%;
    height: auto;
    margin: 0 0 38px;
    font-size: 16px;
    line-height: 1.65;
    counter-reset: myCounter;
    box-sizing: border-box;
}

ol li {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding-left: 40px;
    position: relative;
    list-style: none;
    box-sizing: border-box;
}

ol li::before {
    content: counter(myCounter);
    counter-increment: myCounter;
    position: absolute;
    top: 2px;
    left: 0;
    color: #000;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    background: #ffd323;
}

.breadcrumb {
    margin-top: 1rem;
}

ul.breadcrumb span {
    color: #030608;
}

.table-wrap {
    overflow-x: auto;
}

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

table.table-1 tr {
    background-color: #f8f8f8;
}

table.table-1 th, table.table-1 td {
    text-align: left;
    padding: 8px;
    border: 1px solid #ddd;
}

table.table-1 th {
    font-weight: bold;
}

.instruction ol, .instruction ul {
    counter-reset: li;
    list-style: decimal;
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 1em;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
}

.instruction ol li, .instruction li {
    position: relative;
    display: block;
    padding: 0.4em 0.4em 0.4em 2em;
    *padding: .4em;
    margin: 0.5em 1em;
    background: #E6E6FA;
    color: #444;
    text-decoration: none;
    border-radius: 0.3em;
    transition: all .3s ease-out;
}

.instruction ol li:before, .instruction ul li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: 0.3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

.help {
    background-color: rgb(233 233 233);
    border: 1px solid rgba(217, 217, 217, 1);
    display: inline-block;
    margin: 0 2px 0 2px;
    padding: 1px 4px 1px 4px;
}

.accordion-button:focus {
    box-shadow: none !important;
}


.be-comment-block {
    margin-bottom: 50px !important;
    border-radius: 2px;
    /*padding: 50px 70px;*/
    border: 1px solid #ffffff;
}

.comments-title {
    color: #262626;
    margin-bottom: 15px;
}

.be-img-comment {
    width: 60px;
    height: 60px;
    float: left;
    margin-bottom: 15px;
}

.be-ava-comment {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.be-comment-content {
    margin-left: 80px;
}

.be-comment-content span {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
}

.be-comment-name {
    font-size: 13px;
}

.be-comment-content a {
    color: #383b43;
}

.be-comment-content span {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
}

.be-comment-time {
    text-align: right;
}

.be-comment-time {
    font-size: 11px;
    color: #b4b7c1;
}

.be-comment-text {
    font-size: 13px;
    line-height: 18px;
    color: #7a8192;
    display: block;
    background: #f6f6f7;
    border: 1px solid #edeff2;
    padding: 15px 20px 20px 20px;
}

.form-group.fl_icon {
    position: relative;
    margin-bottom: 15px;
}

.form-group.fl_icon .icon2 {
    position: absolute;
    top: 1px;
    width: 48px;
    height: 48px;
    background: #f6f6f7;
    color: #b5b8c2;
    text-align: center;
    line-height: 50px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.form-group .form-input {
    font-size: 13px;
    line-height: 50px;
    font-weight: 400;
    color: #b4b7c1;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #edeff2;
    border-radius: 3px;
}

.form-group.fl_icon .form-input {
    padding-left: 70px;
}

.form-group textarea.form-input {
    height: 150px;
}

.form-input:focus {
    border: 0px;
}

h1:before {
    float: left;
    margin: 6px 10px 0 0;
    width: 80px;
    height: 80px;
    background: url(/images/logo.png);
    background-size: 80px 80px;
    content: "";
}

.tc{
    display: flex;
    justify-content: center;
}