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

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-ExtraBold.woff2") format('woff2'), url("../fonts/ProximaNova-ExtraBold.woff") format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Regular.woff2") format('woff2'), url("../fonts/ProximaNova-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-SemiBold.woff2") format('woff2'), url("../fonts/ProximaNova-SemiBold.woff") format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Bold.woff2") format('woff2'), url("../fonts/ProximaNova-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* GLOBAL
^^^^^^^^^^^^ */
html {
    height: 100%;
    font-size: 62.5%;
}

body {
    height: 100%;
    color: #939393;
    background: #fcfcfc;
    font: 14px/1.65 'Proxima Nova', Arial, Tahoma, Geneva, sans-serif;
    overflow-y: scroll!important;
}

body.scroll-hidden{
    overflow-y: hidden!important;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

sup {
    line-height: 0;
}

a {
    text-decoration: underline;
    color: #289dfd;
    text-decoration-skip-ink: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    display: block;
    max-width: 100%;
}

input,
textarea,
select,
button {
    vertical-align: middle;
    font: 100% 'Proxima Nova', Arial, Tahoma, Geneva, sans-serif;
}

button * {
    position: relative;
}

form,
fieldset {
    border-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

#main {
    overflow: hidden;
    min-width: 320px;
    position: relative;
    z-index: 100;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.4rem;
}

h1 {
    font-size: 5rem;
    line-height: 0.95;
    font-weight: 800;
    color: #000;
    margin: 0 0 2.5rem;
}

h2 {
    font-size: 4rem;
    line-height: 0.9;
    font-weight: bold;
    color: #000;
    margin: 0 0 4.5rem;
}

h3 {
    font-size: 3rem;
    margin: 0 0 2rem;
}

p {
    margin: 0 0 2.1rem;
}

ul {
    margin: 0 0 20px 18px;
    letter-spacing: -0.36em;
}

ul li {
    letter-spacing: normal;
    vertical-align: top;
}

ol {
    margin: 0 0 20px;
    counter-reset: section;
    list-style-type: none;
}

ol li::before {
    counter-increment: section;
    content: counters(section, ".") " ";
}

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

.btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0.2rem solid #3cc361;
    background: #3cc361;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    color: #fff;
    border-radius: 8.5rem;
    padding: 1.6rem 3.5rem;
    -webkit-box-shadow: 0 1rem 2rem rgba(70, 203, 99, 0.3);
    box-shadow: 0 1rem 2rem rgba(70, 203, 99, 0.3);
    cursor: pointer;
    text-align: center;
    min-width: 13rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn.btn-middle {
    font-size: 1.6rem;
    line-height: 1.25;
    padding: 1.3rem 2.5rem;
}

.btn.btn-border {
    background: #fff;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-black {
    background: #000;
    border-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-middle-text {
    font-size: 1.6rem;
    line-height: 1.25;
    padding: 1.8rem 5rem;
}

.btn i {
    line-height: 0;
    margin: 0 2rem 0 0;
}

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

.button-center {
    text-align: center;
}

/* HEADER
------------*/
#header {
    padding: 0 5rem;
    background: #fff;
}

#header.header-inner {
    -webkit-box-shadow: 0 1rem 5rem 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1rem 5rem 0 rgba(0, 0, 0, 0.05);
    margin: 0 0 6rem;
}

.header-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 136rem;
    margin: 0 auto;
    position: relative;
    max-width: 179rem;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20rem;
    -ms-flex: 0 0 20rem;
    flex: 0 0 20rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.header-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20rem;
    -ms-flex: 0 0 20rem;
    flex: 0 0 20rem;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.header-button .btn {
    width: 100%;
}

.header-info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.5rem 0 3rem;
}

.slogan {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27rem;
    -ms-flex: 0 0 27rem;
    flex: 0 0 27rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #939393;
    line-height: 1.2;
}

.nav-box {
    padding: 0 0 0 5rem;
}

.header-nav {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;*/

    flex-wrap: nowrap;
}

.header-nav li {
    margin: 0 0 0 4rem;
    line-height: 1.3;
    height: 10rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-nav li:first-child {
    margin-left: 0;
}

.header-nav li a,
.header-nav li span{
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    cursor: pointer;
}

.header-nav li a::before,
.header-nav li span::before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.2rem;
    background: #000;
    opacity: 0;
}

.header-nav li a.active::before,
.header-nav li span.active::before{
    opacity: 1;
}

.header-nav li a .sub {
    margin: 0 0 0 0.5rem;
}

.header-nav li a i,
.header-nav li span i{
    margin: 0 2rem 0 0;
    color: #ff2f3b;
    font-size: 120%;
}

.header-nav .more-container > .more-btn{
    display: none;
}

.header-nav .parent{
    position: relative;
}

.header-nav .parent > ul{
    opacity: 0;
    visibility: hidden;
    position: absolute;

    width: 250px;
    display: flex;
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
    background-color: #fff;
    border: 1px solid #F0F0F0;
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
    border-radius: 6px;

    top: 100%;
    z-index: 2;
    margin-top: 10px;

    transition: opacity .5s, visibility .5s, height .5s;
    overflow: hidden;
}

.header-nav .parent:hover > ul{
    opacity: 1;
    visibility: visible;
}

.header-nav .parent > ul > li{
    height: auto;
    margin: 0;
    width: 100%;

    border-top: 1px solid #EAEAEC;
    display: flex;
    flex-wrap: wrap;
}
.header-nav .parent a, .header-nav .parent span{
    width: 100%;
    justify-content: space-between;
}
.header-nav .parent > ul > li:first-of-type{
    border-top: 0;
}

.header-nav .parent > ul > li > a,
.header-nav .parent > ul > li > span{
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    font-weight: normal;
}

.header-nav .parent > ul > .parent > ul{
    position: relative;
    top: 0;
    height: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.header-nav .parent > ul > .parent.active > ul{
    opacity: 1;
    visibility: visible;
    height: auto;
    border-top: 1px solid #F0F0F0;
}
.header-nav .parent > ul > li > ul > li{
    padding-left: 10px;
}

.header-nav .parent .parent.active > * > .icon-select-bottom{
    transform: rotate(180deg);
}

.mb-menu-btn, .menu-overlay{
    display: none;
}

.menu-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 5;
}
.header-nav-container .menu-mobile-title{
    display: none;
}

.header-nav .icon-select-bottom{
color: #000000;
font-size: 1.4rem;
margin-left: 1rem;
margin-right: 0;
}

/* CONTENT
------------*/
.content {
    padding: 0 5rem 8rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.content-box {
    max-width: 136rem;
    margin: 0 auto;
}

.content-box > *:last-child {
    margin-bottom: 0;
}

.section-estimate {
    background: #fff;
    margin: 0 -5rem;
    padding: 5rem 5rem;
    position: relative;
    z-index: 1;
    min-height: 83rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-estimate .top-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 41rem;
    z-index: -1;
    background: url("../img/bg-estimate-top.jpg") no-repeat 50% 0;
}

.section-estimate .bottom-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 42.1rem;
    z-index: -1;
    background: url("../img/bg-estimate-bottom.jpg") no-repeat 50% 0;
}

.estimate-title {
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 3.5rem;
}

.estimate-title > *:last-child {
    margin-bottom: 0;
}

.estimate-title p {
    max-width: 80rem;
    margin: 0 auto;
}

.form-estimate .tx {
    height: 6rem;
}

.form-estimate .form-row .sep {
    height: 6rem;
}

.form-estimate .form-element label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2rem 0 6rem;
    margin: 0;
    z-index: 12;
}

.form-estimate .form-element label .sub {
    margin: 0 0 0 0.5rem;
}

.form-estimate .form-element.active label {
    display: none;
}

.section-about {
    background: #fff;
    margin: 0 -5rem;
    padding: 10rem 5rem;
    -webkit-box-shadow: 0 1rem 5rem 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1rem 5rem 0 rgba(0, 0, 0, 0.05);
}

.section-title {
    text-align: center;
    max-width: 120rem;
    margin: 0 auto;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 auto 8.5rem;
}

.section-title > *:last-child {
    margin-bottom: 0;
}

.section-title .box-icon {
    margin: 0 0 7.5rem;
}

.section-title .box-icon img {
    margin: 0 auto;
}

.section-title h2 {
    font-size: 5rem;
    text-align: center;
    font-weight: 800;
    margin: 0 0 4.7rem;
}

.section-title p {
    max-width: 65rem;
    margin: 0 auto;
}

.list-about {
    list-style: none;
    margin: 0 0 9rem;
}

.list-about > li {
    padding: 8rem 0 0;
}

.list-about > li:first-child {
    padding-top: 0;
}

.about {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-top: -4.5rem;
}

.about.about-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.about > div {
    padding-top: 4.5rem;
}

.about > div > *:last-child {
    margin-bottom: 0;
}

.list-service {
    list-style: none;
    margin: 0rem 0 0;
}

.list-service > li {
    padding-top: 3.5rem;
}

.service {
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    max-width: 22rem;
    margin: 0 auto;
}

.service .img-box {
    height: 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 1.5rem;
}

.service .img-box img {
    max-height: 100%;
}

.section-information {
    margin: 0 -5rem;
    padding: 8rem 5rem;
}

.information-top {
    margin: 0 0 5rem;
}

.information-top img {
    margin: 0 auto;
}

.information {
    margin: -6rem -1rem 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.information > div {
    padding: 6rem 1rem 0;
}

.information-content {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.information-content h2 {
    font-size: 5rem;
    font-weight: 800;
    margin-bottom: 4rem;
}

.information-content p {
    margin: 0 0 3.8rem;
}

.present {
    border: 0.4rem dashed #3cc361;
    border-radius: 2.7rem;
    background: #fff;
    padding: 2.9rem 5rem 2.5rem 11rem;
    font-size: 2.5rem;
    font-weight: bold;
    color: #3cc361;
    line-height: 1.2;
    position: relative;
    min-height: 9rem;
    -webkit-box-shadow: 0 1rem 5rem 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1rem 5rem 0 rgba(0, 0, 0, 0.05);
}

.present .img-box {
    position: absolute;
    top: 2rem;
    left: 2.5rem;
}

.subscription {
    background: #fff;
    border-radius: 0.6rem;
    -webkit-box-shadow: 0 1rem 5rem 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1rem 5rem 0 rgba(0, 0, 0, 0.05);
    padding: 4.5rem 6rem 7.5rem;
    position: relative;
    margin: 0 0 3rem;
}

.subscription label {
    display: block;
    color: #000;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 3rem;
}

.subscription .btn {
    position: absolute;
    bottom: -3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 6rem;
    width: 23.4rem;
    font-size: 1.6rem;
    padding: 0 2.5rem;
}

.subscription-input {
    position: relative;
}

.subscription-input .box-icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.2rem;
    line-height: 0;
}

.subscription-input input {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    color: #939393;
    height: 7.6rem;
    border: 0;
    border-bottom: 0.1rem solid #e5e5e5;
    padding: 0 0 0 4.5rem;
}

.form-info {
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center;
    color: #7d8da4;
    margin: 6.3rem 0 0;
}

.form-info a {
    color: #000;
    text-decoration: none;
    border-bottom: 0.1rem solid #939393;
}

.section-text {
    margin: 0 -5rem;
    padding: 8rem 5rem 0;
    border-top: 0.1rem solid #eaeaec;
}

.inner-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4.8rem;
}

.inner-title h1 {
    margin: 0;
}

.calculation-mode {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
    margin: -2rem -2.7rem 0;
}

.calculation-mode > div {
    padding: 2rem 2.7rem 0;
}

.calculation-mode-nav {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
}

.calculation-mode-nav::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0.1rem solid #e4e4e4;
    border-radius: 0.6rem;
    -webkit-box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}

.calculation-mode-nav li a {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 0 3.2rem;
    height: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
}

.calculation-mode-nav li a::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.6rem;
    border: 0.2rem solid #3cc361;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.calculation-mode-nav li a .pro {
    display: none;
}

.calculation-mode-nav li a.active {
    font-weight: 600;
}

.calculation-mode-nav li a.active::before {
    opacity: 1;
}

.calculation-column {
    margin-top: -7rem;
}

.calculation-column > div {
    padding-top: 7rem;
}

.form-row {
    position: relative;
}

.form-row .sep {
    position: absolute;
    bottom: 4rem;
    left: 50%;
    width: 3rem;
    height: 8rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
}

label {
    display: block;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #000;
    font-weight: 600;
    margin: 0 0 1rem;
}

label .sub {
    color: #6f787a;
}

.tx {
    display: block;
    width: 100%;
    height: 8rem;
    border-radius: 0.6rem;
    border: 0.1rem solid #e4e4e4;
    font-size: 1.6rem;
    padding: 0 2rem;
    -webkit-box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    -moz-appearance: textfield;
}

textarea {
    resize: none;
    display: block;
    width: 100%;
    height: 14.2rem;
    border-radius: 0.6rem;
    border: 0.1rem solid #e4e4e4;
    font-size: 1.6rem;
    padding: 0 2rem;
    -webkit-box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
}

.form-element {
    position: relative;
    margin: 0 0 3.8rem;
}

.form-element.form-element-icon .tx {
    padding-left: 6rem;
}

.form-element.form-element-icon .jq-selectbox__select {
    padding-left: 6rem;
}

.form-element.form-element-icon select {
    padding-left: 6rem;
}

.form-element .box-icon {
    position: absolute;
    top: 50%;
    left: 2rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    color: #ff2f3b;
    font-size: 2.4rem;
    z-index: 11;
}

.form-element .box-icon .icon-location-a,
.form-element .box-icon .icon-location-b,
.form-element .box-icon .icon-location-b-en{
    font-size: 3rem;
}

.form-element .box-icon .icon-mail {
    color: #939393;
}

.form-element.form-element-select .box-select {
    position: absolute;
    top: 0;
    right: 0;
    width: 9.2rem;
    cursor: pointer;
}

.form-element.form-element-select .box-select .jq-selectbox__select {
    padding: 0 4rem 0 1rem;
    border: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #000;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 0.1rem solid #e4e4e4;
    border-radius: 0;
}

.form-element.form-element-help .tx {
    padding-right: 8rem;
}

.form-element .box-sub {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.form-element .box-sub > * {
    margin: 0 0 0 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-element .box-sub .clear-tx {
    text-decoration: none;
    color: #6f787a;
    font-size: 1.34rem;
}

.help {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background: #e5e5e5;
    color: #6f787a;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.9rem;
    cursor: pointer;
}

select {
    display: block;
    width: 100%;
    height: 8rem;
    border-radius: 0.6rem;
    border: 0.1rem solid #e4e4e4;
    font-size: 1.6rem;
    padding: 0 2rem;
    -webkit-box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
}

.jq-selectbox {
    display: block;
}

.jq-selectbox.opened {
    z-index: 15 !important;
}

.jq-selectbox.opened + .box-icon {
    z-index: 16;
}

.jq-selectbox__select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 8rem;
    border-radius: 0.6rem;
    border: 0.1rem solid #e4e4e4;
    font-size: 1.6rem;
    padding: 0 4rem 0 2rem;
    -webkit-box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    background: #fff;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 5;
    line-height: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem;
    color: #000;
}

.jq-selectbox__trigger::before {
    font-family: 'icomoon';
    content: '\e904';
}

.jq-selectbox__dropdown {
    border-radius: 0.6rem;
    border: 0.1rem solid #e4e4e4;
    font-size: 1.6rem;
    -webkit-box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 100%;
    margin: 1rem 0;
    overflow: hidden;
}

.jq-selectbox__dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jq-selectbox__dropdown ul li {
    position: relative;
    padding: 1.4rem 2rem;
    line-height: 1.35;
    border-top: 0.1rem solid #eaeaec;
    font-size: 1.7rem;
    color: #101010;
    cursor: pointer;
    white-space: normal;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.jq-selectbox__dropdown ul li:first-child {
    border-top: 0;
}

.jq-selectbox__dropdown ul li:hover,
.jq-selectbox__dropdown ul li.sel {
    background: #fcfcfc;
}

.weigh-grid {
    list-style: none;
    margin: 4.7rem 0 7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
}

.weigh-grid::before {
    display: block;
    content: '';
    height: 0.6rem;
    background: #e5e5e5;
    position: absolute;
    top: 6.3rem;
    left: 0;
    right: 0;
    border-radius: 0.3rem;
}

.weigh-grid > li {
    width: 20%;
    position: relative;
    z-index: 5;
}

.weigh-grid > li:nth-child(1) {
    z-index: 1;
}

.weigh-grid > li:nth-child(4) {
    z-index: 2;
}

.weigh-grid > li:nth-child(4) {
    z-index: 3;
}

.weigh-grid > li:nth-child(4) {
    z-index: 4;
}

.weigh-grid > li:first-child .weigh .weigh-box::before {
    left: 0;
    border-radius: 0.3rem 0 0 0.3rem;
}

.weigh {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: normal;
    color: #6f787a;
    cursor: pointer;
    margin: 0;
    /*
        .active
            &::before
                opacity 1
            .weigh-circle
                height 3.4rem
                width 3.4rem
                background GreenColor
                margin-top -0.5rem
                color #fff
                &::before
                    display block
                    content '\e905'
                    font-family 'icomoon'
            .weigh-bot
                font-weight 600
                color #000

        */
}

.weigh input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.weigh .weigh-box {
    display: block;
    position: relative;
}

.weigh .weigh-box::before {
    display: block;
    content: '';
    position: absolute;
    top: 6.3rem;
    left: -50%;
    right: 50%;
    height: 0.6rem;
    background: #3cc361;
    opacity: 0;
}

.weigh .weigh-top {
    height: 11.6rem;
    display: block;
}

.weigh .weigh-bot {
    font-weight: 600;
    display: block;
}

.weigh .weigh-circle {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background: #e5e5e5;
    position: absolute;
    top: 5.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2rem;
}

.weigh .weigh-line {
    position: absolute;
    top: 2.6rem;
    left: 50%;
    width: 0.2rem;
    height: 8rem;
    background: #e5e5e5;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.weigh input:checked + .weigh-box::before {
    opacity: 1;
}

.weigh input:checked + .weigh-box .weigh-circle {
    height: 3.4rem;
    width: 3.4rem;
    background: #3cc361;
    margin-top: -0.5rem;
    color: #fff;
}

.weigh input:checked + .weigh-box .weigh-circle::before {
    display: block;
    content: '\e905';
    font-family: 'icomoon';
}

.weigh input:checked + .weigh-box .weigh-bot {
    font-weight: 600;
    color: #000;
}

.weigh.selected .weigh-box::before {
    opacity: 1;
}

.weigh.selected .weigh-box .weigh-circle {
    background: #3cc361;
}

.list-delivery {
    list-style: none;
    margin: 0.7rem -1.5rem 6.2rem;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-delivery > li {
    padding: 1.5rem 1.5rem 0;
}

.check-delivery {
    display: block;
    position: relative;
    height: 12rem;
    width: 16.6rem;
}

.check-delivery input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.check-delivery .delivery-box {
    display: block;
    height: 100%;
    position: relative;
    font-size: 1.6rem;
    color: #000;
    text-align: center;
    padding: 2rem 1rem;
    cursor: pointer;
}

.check-delivery .delivery-box::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0.1rem solid #e4e4e4;
    -webkit-box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.6rem;
    background: #fff;
    z-index: -1;
}

.check-delivery .delivery-box .help {
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
    z-index: 1;
}

.check-delivery .delivery-box .box-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 5rem;
    margin: 0 0 0.7rem;
}

.check-delivery .delivery-box .icon-check {
    position: absolute;
    top: 1.4rem;
    left: 1.4rem;
    height: 2rem;
    width: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #3cc361;
    color: #fff;
    font-size: 1rem;
    opacity: 0;
}

.check-delivery input:checked + .delivery-box::before {
    border-width: 0.2rem;
    border-color: #3cc361;
}

.check-delivery input:checked + .delivery-box .icon-check {
    opacity: 1;
}

.check {
    line-height: 0;
}

.check label {
    display: inline-block;
    position: relative;
    line-height: 1.4;
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
    padding: 0.4rem 0 0.4rem 5rem;
    margin: 0;
    cursor: pointer;
}

.check label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.check label i {
    position: absolute;
    top: 0;
    left: 0;
    height: 3rem;
    width: 3rem;
    border-radius: 0.6rem;
    border: 0.1rem solid #e4e4e4;
    -webkit-box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    font-size: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    color: #fff;
}

.check label i::before {
    display: block;
    content: '\e905';
    font-family: 'icomoon';
    opacity: 0;
}

.check label input:checked + i {
    background: #3cc361;
    border-color: #3cc361;
}

.check label input:checked + i::before {
    opacity: 1;
}

.box-shadow {
    background: #fff;
    border-radius: 0.6rem;
    -webkit-box-shadow: 0 1rem 5rem 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1rem 5rem 0 rgba(0, 0, 0, 0.05);
    padding: 3rem 3rem 2rem;
}

.step-section {
    color: #000;
    margin: -2rem -2rem 0;
}

.step-section > div {
    padding: 2rem 2rem 0;
}

.step-section > div > *:last-child {
    margin-bottom: 0;
}

.step-section p {
    font-size: 1.4rem;
    line-height: 1.2;
}

.list-step {
    list-style: none;
    margin: 0;
}

.list-step > li {
    position: relative;
    padding: 1rem 0 1rem;
}

.list-step > li:first-child {
    padding-top: 0;
}

.list-step > li::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0.9rem;
    bottom: 0;
    width: 0.2rem;
    background: #eaeaec;
}

.step {
    position: relative;
    padding: 0 0 0 3rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 600;
    color: #000;
}

.step .box-icon {
    height: 2rem;
    width: 2rem;
    background: #fff;
    border: 0.2rem solid #eaeaec;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
}

.step .box-icon.green {
    background: #3cc361;
    border-color: #3cc361;
}

.step .box-icon.red {
    background: #ff2f3b;
    border-color: #ff2f3b;
}

.step .box-icon.yellow {
    background: #ffd12f;
    border-color: #ffd12f;
}

.step .box-icon i.icon-error {
    font-size: 0.8rem;
}

.step-sub {
    padding: 1.7rem 0 0 3rem;
    color: #6f787a;
}

.main-line {
    height: 0.1rem;
    background: #eaeaec;
    margin: 9rem -10000rem;
    padding: 0 10000rem;
}

.section-profi {
    max-width: 90rem;
    margin: 0 auto;
    font-size: 2.5rem;
    color: #939393;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
}

.section-profi h2 {
    font-size: 5rem;
    font-weight: 800;
    margin-bottom: 3.3rem;
}

.section-profi p {
    margin: 0 0 4rem;
}

.section-profi .link {
    font-size: 1.6rem;
    color: #000;
    margin: 4rem 0 0;
}

.section-profi .link a {
    color: #000;
}

.label-title {
    text-align: center;
}

.calc-price {
    color: #000;
    position: relative;
    padding: 0 0 3.3rem;
}

.calc-price h4 {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 0.7rem;
}

.calc-price h4:first-child {
    margin-bottom: 2rem;
}

.calc-price table {
    margin: 0 0 0.8rem;
}

.calc-price table td {
    border-top: 0.1rem solid #eaeaec;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 1.1rem 0 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.calc-price table .price {
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
}

.calc-price table.border-bottom {
    border-bottom: 0.1rem solid #eaeaec;
}

.calc-price-total {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin: 1.3rem 0 0;
}

.calc-price-total .icon-equally {
    font-size: 1rem;
    margin: 0 0.5rem;
}

.calc-price-total-btn {
    position: absolute;
    bottom: -5rem;
    left: 50%;
    height: 6rem;
    width: 28rem;
    background: #3cc361;
    border-radius: 0.6rem;
    -webkit-box-shadow: 0 1rem 2rem rgba(70, 203, 99, 0.29);
    box-shadow: 0 1rem 2rem rgba(70, 203, 99, 0.29);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
}

.calc-price-total-btn i {
    font-size: 1.1rem;
    margin: 0 0.8rem;
}

.form-send {
    margin: 7rem 0 0;
}

.form-send-box {
    background: #fff;
    border-radius: 0.6rem;
    -webkit-box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    padding: 6rem 6rem 3em;
    border: 0.1rem solid #e4e4e4;
    position: relative;
}

.form-send-box .btn {
    position: absolute;
    bottom: -3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.form-send-box .tx {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

.form-send-box p {
    margin: 0 0 3.2rem;
}

.form-send-box .title-send {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin: 0 0 4rem;
}

/* FOOTER
-----------*/
#footer {
    padding: 8rem 5rem 10rem;
    color: #000;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.6rem;
    border-top: 0.1rem solid #eaeaec;
}

.footer-box {
    max-width: 136rem;
    margin: 0 auto;
}

.footer-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.footer-content p {
    margin: 0 0 3rem;
}

.footer-callback {
    text-align: right;
}

.footer-info {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    color: #000;
    position: relative;
    height: 6rem;
    width: 51.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 3rem;
    padding: 0.5rem 2.5rem;
}

.footer-info::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -1.3rem;
    bottom: -0.4rem;
    background: url("../img/bg-footer-info.png") no-repeat;
    z-index: -1;
    -webkit-background-size: cover;
    background-size: cover;
}

.footer-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.5rem;
    margin-top: -3rem;
}

.footer-row > div {
    padding-top: 3rem;
}

.footer-nav {
    list-style: none;
    margin: -3rem 0 0 -3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-nav li {
    padding: 3rem 0 0 3rem;
}

.footer-nav li a {
    color: #000;
}

.popup {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    text-align: center;
    overflow: hidden;
    width: auto;
    min-width: 500px;
    letter-spacing: -0.36em;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.popup .popup-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.popup::before {
    display: inline-block;
    content: '';
    height: 100%;
    width: 0.1rem;
    vertical-align: middle;
}

.popup.active {
    width: auto;
    opacity: 1;
    overflow-y: scroll;
    min-width: 320px;
}

.popup.active .popup-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.popup-box {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    max-width: 90rem;
    width: 100%;
    position: relative;
    text-align: left;
    background: #fff;
    margin: 1.5rem 0;
    padding: 5rem 6rem;
    border-radius: 0.6rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.close-popup {
    position: absolute;
    top: 3.3rem;
    right: 3.3rem;
    height: 1.3rem;
    width: 1.3rem;
    text-decoration: none;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #6f787a;
}

body.hidden {
    overflow-y: hidden;
}

.popup-subscribe {
    max-width: 64rem;
    margin: 0 auto;
}

.popup-subscribe label {
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0 0 2rem;
}

.popup-subscribe .icon-box {
    height: 3.4rem;
    width: 3.4rem;
    background: #000;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 3rem;
    color: #fff;
    font-size: 1.6rem;
}

.popup-subscribe .tx-subscribe {
    display: block;
    width: 100%;
    max-width: 51rem;
    margin: 0 auto 3rem;
    height: 8rem;
    text-align: center;
    border: 0;
    border-bottom: 0.1rem solid #e5e5e5;
    font-size: 1.6rem;
    font-weight: 600;
    color: #939393;
}

.popup-thx {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.popup-thx p {
    margin: 0 0 3rem;
}

.circle-icon {
    height: 3.4rem;
    width: 3.4rem;
    background: #000;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 3rem;
    color: #fff;
    font-size: 1.3rem;
}

.circle-icon.yellow {
    background: #ffd12f;
}
.circle-icon.red{
    background: #FF2F3B;
}

.circle-icon .icon-error {
    font-size: 0.8rem;
}

.form-callback h4 {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 0 0 3rem;
}

.form-callback .form-element {
    margin-bottom: 2rem;
}

.popup-info {
    font-size: 1.8rem;
    color: #000;
}

.popup-info img {
    margin: 0 0 4rem;
}

.popup-info h2 {
    font-size: 5rem;
    font-weight: 800;
    margin-bottom: 3rem;
}

a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

*::-webkit-input-placeholder {
    opacity: 1;
}

*:-moz-placeholder {
    opacity: 1;
}

*::-moz-placeholder {
    opacity: 1;
}

*:-ms-input-placeholder {
    opacity: 1;
}

.gradient {
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#d6002d), to(#ff4a64));
    background: -webkit-linear-gradient(#d6002d 0%, #ff4a64 100%);
    background: -o-linear-gradient(#d6002d 0%, #ff4a64 100%);
    background: linear-gradient(#d6002d 0%, #ff4a64 100%);
}

.gradient1 {
    background: #000;
    background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, rgba(0, 0, 0, 0.1)), to(transparent));
    background: -webkit-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
    background: -o-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
    background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
}

.tooltip-content {
    display: none;
}

.tooltip-text img {
    margin: 0 0 3rem;
}

.tooltipster-color {
    max-width: 52.6rem;
    padding: 0 1.5rem;
}

.tooltipster-color .tooltipster-box {
    background: #fff;
    border: 0.1rem solid #f0f0f0;
    border-radius: 0.6rem;
    -webkit-box-shadow: 0 0.1rem 1.5rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.1rem 1.5rem 0 rgba(0, 0, 0, 0.1);
}

.tooltipster-color .tooltipster-content {
    color: #000;
    line-height: 1.5;
    padding: 3rem;
}

.tooltipster-color .tooltipster-arrow-uncropped {
    display: none;
}

.tooltipster-color.tooltipster-top .tooltipster-arrow {
    height: 0.8rem;
    width: 2rem;
    margin-left: -1rem;
    border-top: 0.8rem solid #fff;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    margin-bottom: 0.2rem;
}

.tooltipster-color.tooltipster-bottom .tooltipster-arrow {
    height: 0.8rem;
    width: 2rem;
    margin-left: -1rem;
    border-bottom: 0.8rem solid #fff;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    margin-top: 0.2rem;
}

.autocomplete-suggestions {
    border: 0.1rem solid #e4e4e4;
    background: #fff;
    overflow: auto;
    border-radius: 0.6rem;
    -webkit-box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.1);
}

.autocomplete-suggestion {
    padding: 1.4rem 2rem;
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 1.4;
    cursor: pointer;
    color: #6f787a;
    border-top: 0.1rem solid #e4e4e4;
}

.autocomplete-suggestion:first-child {
    border-top: 0;
}

.autocomplete-suggestion strong {
    color: #000;
}

.autocomplete-selected {
    color: 0;
}

.autocomplete-group {
    padding: 0.5rem 0;
}

.autocomplete-group strong {
    color: #000;
}

#jstree-main {
    position: relative;
}

#jstree-main.active #jstree-drop {
    display: block;
}

#jstree-main.active .form-element {
    position: relative;
    z-index: 26;
}

#jstree-drop {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 25;
    display: none;
}

#jstree-drop #jstree-overlow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#jstree, #jstree-part {
    background: #fff;
    border: 0.1rem solid #e4e4e4;
    border-radius: 0.6rem;
    -webkit-box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.1);
    margin: 1rem 0 0;
    padding: 0 3rem 0 12.5rem;
    overflow: hidden;
    color: #000;
    overflow: auto;
    max-height: 42rem;
    position: relative;
    z-index: 2;
}

#jstree .code, #jstree-part .code{
    position: absolute;
    left: 2rem;
    width: 10rem;
}

.jstree-default .jstree-anchor {
    height: auto;
    white-space: normal;
    background: none;

    border: 0.2rem solid transparent;
    padding: 0 2rem 0 0.2rem;
}

.jstree-default .jstree-themeicon {
    display: none;
}

.jstree-default .jstree-search{
    background: none;
    font-weight: 600;
    font-style: normal;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.jstree-default .jstree-clicked{
    border-radius: 0.6rem;
    border: 0.2rem solid #3cc361;
    box-shadow: none;
}

header .lang {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 21.8rem;
    -ms-flex: 0 0 21.8rem;
    flex: 0 0 15.8rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 2;
    display: flex;
    padding: 14px 25px;
    align-items: center;
    color: #000000;
}

header .lang .lang-top {
    display: flex;
    align-items: center;
}

header .lang:hover {
    cursor: pointer;
}

header .lang .langs-container {
    opacity: 0;
    visibility: hidden;

    transition: all .5s;
    position: absolute;
    top: 80px;
    right: 0;
    width: 44.5rem;

    z-index: 10;
}

header .lang .langs-container .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
}

header .lang .langs-container .mobile {
    display: none;
}

header .lang .langs-container .title .icon-close {
    font-weight: normal;
    font-size: 12px;
    color: #6F787A;
}

header .lang .langs {
    display: flex;
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
    background-color: #fff;
    border: 1px solid #F0F0F0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);

    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

header .lang .langs:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 136px;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 9px 8px;
    border-color: transparent transparent #fff transparent;
}

header .lang .langs:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 135px;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #F0F0F0 transparent;
}

header .lang .langs .item-lang {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 16px 0 16px 20px;
}

header .lang .langs .item-lang:hover .name {
    color: #000;
}

header .lang .langs .item-lang a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

header .lang .langs .item-lang {
    border-top: 1px solid #F0F0F0;
    border-left: 1px solid #F0F0F0;
}

header .lang .langs .item-lang:nth-of-type(1), header .lang .langs .item-lang:nth-of-type(2) {
    border-top: 0;
}

header .lang .langs .item-lang:nth-of-type(2n+1) {
    border-left: 0;
}

header .lang .langs .item-lang .flag {
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    position: relative;
    width: 26px;
    height: 20px;
    display: inline-block;
}

header .lang .langs .item-lang .name {
    margin-left: 20px;
    color: #939393;
    font-size: 16px;
    line-height: 1;
}

header .lang .langs .item-lang.active .name {
    color: #000;
}

header .lang .langs .item-lang.active .flag:before {
    font-family: 'icomoon';
    content: "\e905";
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #3CC361;
    border-radius: 50%;
    color: #fff;
    font-size: 8px;
    /* vertical-align: middle; */
    line-height: 22px;
    top: -10px;
    left: -10px;
}

header .lang .current-lang {
    margin-left: 20px;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    width: 26px;
    height: 20px;
    display: inline-block;
}

header .lang .current-lang .flag-icon {

}

header .lang .show-more-lang {
    margin-left: 20px;
}

.icon-select-bottom::before {
    font-family: 'icomoon';
    content: '\e904';
}

.lang-box {
    padding: 0 5rem;
}

.lang-box .mobile {
    display: none;
    align-items: center;
    height: 46px;
}

.lang-box .langs {
    display: flex;
    list-style: none;
    flex-wrap: wrap;

    margin: 0 auto;
    max-width: 136rem;
}

.lang-box .langs .item-lang {
    width: 12.5%;
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.lang-box .langs .item-lang a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.lang-box .langs .item-lang:nth-of-type(n + 9) {
    margin-top: 10px;
}

.lang-box .langs .item-lang .flag {
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    position: relative;
    width: 26px;
    height: 20px;
    display: inline-block;
}

.lang-box .langs .item-lang a:hover .name {
    color: #000;
}

.lang-box .langs .item-lang .name {
    margin-left: 20px;
    color: #939393;
    font-size: 16px;
    line-height: 1;
}

.lang-box .langs .item-lang.active .name {
    color: #000;
}

.lang-box .langs .item-lang.active .flag:before {
    font-family: 'icomoon';
    content: "\e905";
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #3CC361;
    border-radius: 50%;
    color: #fff;
    font-size: 8px;
    /* vertical-align: middle; */
    line-height: 22px;
    top: -10px;
    left: -10px;
}

.lang-box .current-lang {
    margin-left: 20px;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
}

.lang-box .show-more-lang {
    margin-left: 20px;
    color: #000;
}

header .lang.active .langs-container {
    opacity: 1;
    visibility: visible;
}

header .lang.active .icon-select-bottom {
    transform: rotate(180deg);
}

.popup-auth {
    font-size: 16px;
    line-height: 1.3;
}

.popup-auth .form-element {
    margin-bottom: 0;
}

.popup-auth .form-element.soc-auth {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.popup-auth .form-element.soc-auth > div:first-of-type {
    padding-right: 30px;
}

.popup-auth .form-element.soc-auth a {
    border: 2px solid #4267B2;
    border-radius: 30px;
    width: 65px;
    height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-left: 10px;
}

.popup-auth .form-element.soc-auth a:first-of-type {
    margin-left: 0;
}

.popup-auth .form-element.soc-auth a img {
    display: block;
    margin: auto;
    max-height: 100%;
}

.popup-auth .form-element.soc-auth a.facebook {
    border-color: #4267B2;
}

.popup-auth .form-element.soc-auth a.google {
    border-color: #4285F4;
}

.popup-auth .form-element.soc-auth .icons {
    display: flex;
    align-items: center;
}

.popup-auth .tx {
    box-shadow: none;
    border-radius: 0;
    padding: 28px 0;
    height: auto;
    border: 0;
}

.popup-auth .form-input-container {
    border-top: 0.1rem solid #e4e4e4;
}

.popup-auth .form-input-container:last-of-type .tx {
    border-bottom: 0.1rem solid #e4e4e4;
}

.popup-auth .inputs-container {
    margin-bottom: 30px;
}

.popup-auth .button-center .btn {
    width: 290px;
}

.popup-auth .button-center .delimiter {
    text-align: center;
    position: relative;
    margin: 30px 0;
}

.popup-auth .button-center .delimiter span {
    background-color: #fff;
    padding: 0 10px;
    z-index: 1;
    position: relative;
}

.popup-auth .button-center .delimiter:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background-color: #E4E4E4;
    z-index: 0;
}

.popup-auth .column {
    display: flex;
}

.popup-auth .column .form-input-container {
    width: 50%;
}

.popup-auth .column .form-input-container .tx {
    border-bottom: 0;
}

.popup-auth .column .form-input-container:last-of-type .tx {
    padding-left: 30px;
    border-left: 0.1rem solid #e4e4e4;
}

.popup-auth .recovery-btn {
    color: #000;
}

.btn-inverse {
    background-color: #fff;
    color: #000;
}

.popup-auth .box-select {
    margin: 1rem 0;
}

.popup-auth .box-select label {
    margin: 0 0 .5rem;
    color: #939393;
}

.popup-auth .box-select .jq-selectbox__select {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    height: auto;
    color: #000;
    font-weight: bold;
}

.popup-auth .box-select .jq-selectbox__trigger {
    z-index: 0;
}

.popup-auth .box-select .jq-selectbox__dropdown {
    margin: 0;
}

.box-modal {
    max-width: 500px;
    width: 100%;
    z-index: 1000;
    text-align: center;
    letter-spacing: -0.36em;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 auto;
}

.box-modal .popup-box {
    margin: 0;
}

.popup-auth .box-checkbox input[type="checkbox"] {
    display: none;
}

.popup-auth .box-checkbox label {
    padding-left: 50px;
    margin: 3rem 0;
    position: relative;
}

.popup-auth .box-checkbox label:before {
    font-family: 'icomoon';
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #3CC361;
    font-size: 10px;
    line-height: 30px;
    text-align: center;
    border-radius: 6px;
}

.popup-auth .box-checkbox input[type="checkbox"]:checked + label:before {
    content: '\e905';
}

.box-modal h2.nomargin {
    margin-bottom: 25px;
}

.site-personal {
    max-width: 136rem;
    margin: 0 auto;
}

.site-personal h2 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 38px;
    margin-top: 32px;
}

.site-personal .form-element .tx, .site-personal .form-element .jq-selectbox__select {
    height: 6rem;
}

.site-personal .form-element .soc-link {
    display: flex;
    width: 100%;
    height: 6rem;
    border-radius: 0.6rem;
    border: 0.1rem solid #e4e4e4;
    font-size: 1.6rem;
    padding: 0 2rem;
    -webkit-box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    align-items: center;
    background-color: #fff;

    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.site-personal .form-element .soc-link .img-container {
    margin-right: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-personal .sidebar-block .nav-element a {
    padding: 30px;
    background-color: #fff;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.2;
}

.site-personal .sidebar-block .nav-element .icon {
    margin-right: 17px;
    font-size: 20px;
    display: flex;
    align-items: center;
    width: 25px;
    justify-content: center;
}

.site-personal .sidebar-block .nav-element + .nav-element {
    border-top: 0.1rem solid #e4e4e4;
}

.site-personal .sidebar-block .nav-container {
    border-radius: 6px;
    filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.05));
    overflow: hidden;
}

.site-personal .sidebar-block .nav-element.active a, .site-personal .sidebar-block .nav-element a:hover {
    color: #fff;
    background-color: #3CC361;
}

.header-nav-tablet {
    margin: 0 -5rem;
    display: none;
}

.header-nav-tablet .nav-container {
    display: flex;
    border-top: 0.1rem solid #e4e4e4;
}

.header-nav-tablet .nav-container .nav-element {
    width: 100%;
    border-right: 0.1rem solid #e4e4e4;
}

.header-nav-tablet .nav-container .nav-element:last-of-type {
    border-right: 0;
}

.header-nav-tablet .nav-element .icon {
    margin-right: 17px;
    font-size: 20px;
    display: flex;
    align-items: center;
    width: 25px;
    justify-content: center;
}

.header-nav-tablet .nav-element a {
    padding: 20px 30px;
    background-color: #fff;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
    height: 100%;
}

.header-nav-tablet .nav-element.active a, .header-nav-tablet .nav-element a:hover {
    color: #fff;
    background-color: #3CC361;
}


.calculations{
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.calculations .sub-title {
    font-size: 20px;
    line-height: 1;
    color: #000;
    font-weight: bold;

    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.calculations .sub-title i {
    font-size: 24px;
    color: #3CC361;
    margin-right: 20px;
}

.calculations .element {
    padding: 20px 28px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-bottom: 10px;
}

.calculations .element .element-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.calculations .element .element-head .name {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-right: 10px;

    min-width: 0;
}
.calculations .element .element-head .name .value{
    display: flex;
    align-items: center;
}

.calculations .element .element-head .name .value span {
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.calculations .element .element-head .right-block{
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 0;
}
.calculations .element .element-head .right-block a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
}
.calculations .element .element-head .right-block a + a{
    margin-left: 30px;
}
.calculations .element .element-head .right-block a > *{
    vertical-align: middle;
}
.calculations .element .element-head .right-block a i{
    margin-right: 10px;
}

.calculations .element .element-body{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calculations .element .element-body .item{
    display: flex;
    font-size: 16px;
    color: #000;
}
.calculations .element .element-body .item:nth-of-type(n+3){
    min-width: 0;
    flex-shrink: 0;
}
.calculations .element .element-body .item.delimiter{
    width: 1px;
    min-height: 40px;
    background-color: #E5E5E5;
    margin-left: 10px;
    margin-right: 10px;
}
.calculations .element .element-body .item .name{
    font-size: 14px;
    color: #6F787A;
    white-space: nowrap;
}
.calculations .element .element-body .item .icon-box{
    margin-right: 10px;
}
.calculations .element .element-body .item i{
    color: #FF2F3B;
    font-size: 30px;
}

.calculations .clear-btn{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    padding: 9px 36px;
    background-color: #F2F2F2;
    line-height: 1;
    border-radius: 6px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.calculations .clear-btn i{
    font-size: 20px;
    margin-right: 10px;
}
.calculations .element .element-footer.mobile{
    display: none;
    margin-top: 10px;
}
.calculations .element .element-footer.mobile a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    margin-right: 30px;
    white-space: nowrap;
}
.calculations .element .element-footer.mobile a > *{
    vertical-align: middle;
}
.calculations .element .element-footer.mobile a i{
    margin-right: 10px;
}

#p-api-key .popup-box{
    text-align: center;
}
#p-api-key .icon-info{
    font-size: 8px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #E5E5E5;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    color: #6F787A;
    margin-right: 20px;
}
#p-api-key .tx{
    font-weight: 600;
}
#p-api-key .icon-copy{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 22px;
    height: 52px;
    padding: 15px;
    color: #000;
}

.personal-mobile-menu .nav-element a {
    padding: 30px;
    background-color: #fff;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.2;
}

.personal-mobile-menu .nav-element .icon {
    margin-right: 17px;
    font-size: 20px;
    display: flex;
    align-items: center;
    width: 25px;
    justify-content: center;
}

.personal-mobile-menu .nav-element + .nav-element {
    border-top: 0.1rem solid #e4e4e4;
}

.personal-mobile-menu .nav-container {
    border-radius: 6px;
    filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.05));
    overflow: hidden;
}

.lx-alert-success,
.lx-alert-info,
.lx-alert-warning,
.lx-alert-error{
    padding: 15px 15px 15px 55px;
    color: #000000;
    margin-bottom: 10px;
    position: relative;
}
.lx-alert-success:before,
.lx-alert-info:before,
.lx-alert-warning:before,
.lx-alert-error:before {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lx-alert-success{
    background-color: #F4FBF6;
}
.lx-alert-success:before{
    background-color: #3CC361;
    color: #fff;
    content: "\e905";
}
.lx-alert-info{
    background-color: #F8F8F8;
}
.lx-alert-info:before{
    background-color: #E5E5E5;
    color: #6F787A;
    content: "\e90c";
    padding: 0 0 0 2px;
}
.lx-alert-warning{
    background-color: #FFFBF2;
}
.lx-alert-warning:before{
    background-color: #FFD12F;
    color: #fff;
    content: "\e90b";
    padding: 0 0 0 1px;
}
.lx-alert-error{
    background-color: #FFF7F7;
}
.lx-alert-error:before{
    background-color: #FF2F3B;
    color: #fff;
    content: "\e90b";
    padding: 0 0 0 1px;
}

.step-section .result{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    background-color: #fff;
    width: 100%;
}
.step-section .result .icon{
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 8px;
    background: #E5E5E5;
    border-radius: 50%;
    color: #6F787A;
    margin-right: 10px;
}
.step-section .result-block.error .result .icon{
    background-color: #FF2F3B;
    color: #fff;
}
.step-section .result .mess{
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.step-section .result .btn-show{
    text-decoration: none;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    transform: rotate(-90deg);
    text-align: center;
}
.step-section.show .result .btn-show{
    transform: rotate(90deg);
}
.step-section .result .btn-show .icon{
    background-color: inherit;
    line-height: 38px;
    color: #000;
    font-size: 14px;
    margin: 0;
}
.step-section .title{
    font-weight: bold;
    padding-right: 40px;
    font-size: 16px;
}
.step-section .body-block .mess:not(:empty){
    padding-top: 10px;
    color: #6F787A;
    font-size: 14px;
    line-height: 1;
}

.calc-price .btn-show{
    text-decoration: none;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    transform: rotate(-90deg);
    text-align: center;
    position: absolute;
    right: 20px;
}
.calc-price.show .btn-show{
    transform: rotate(90deg);
}
.calc-price .btn-show .icon{
    background-color: inherit;
    line-height: 38px;
    color: #000;
    font-size: 14px;
    margin: 0;
}
input.error{
    border-color: red;
}
.form-element .iti{
    width: 100%;
}
.calculations .element .element-head .tx{
    height: 3rem;
    width: auto;
    display: inline-block;
}

.soc-auth .auth-clients{
    margin-bottom: 0;
    display: flex;
}
.soc-auth .auth-icon.google{
    width: 26px;
    height: 26px;
    background-position: center;
    background-image: url('/themes/light/img/google.svg');
}
.soc-auth .auth-icon.facebook{
    width: 26px;
    height: 26px;
    background-position: center;
    background-image: url('/themes/light/img/facebook.svg');
}
.popup-auth .form-element.soc-auth li{
    margin-left: 10px;
    margin-right: 0;
}
.popup-auth .form-element.soc-auth li:first-of-type{
    margin-left: 0;
}

.site-policy {
    max-width: 136rem;
    margin: 0 auto;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.cargo_page .inner-title{
    margin-bottom: 4rem;
}
.cargo_page .cargo_total{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 40px;
}
.cargo_page .cargo_total .cargo_total_data{
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.cargo_page .cargo_total .cargo_total_data .item{
    display: flex;
    font-size: 16px;
    color: #000;
    padding: 27px 30px;
    line-height: 1;
    height: 100%;
    align-items: center;
}
.cargo_page .cargo_total .cargo_total_data .item:nth-of-type(n+4){
    flex-shrink: 0;
}
.cargo_page .cargo_total .cargo_total_data .item.total{
    border: 2px solid #3CC361;
    margin: -1px;
    border-radius: 6px;
}
.cargo_page .cargo_total .cargo_total_data .item.delimiter{
    width: 1px;
    height: 60px;
    background-color: #E5E5E5;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}
.cargo_page .cargo_total .cargo_total_data .item .name{
    font-size: 14px;
    color: #6F787A;
    white-space: nowrap;
    margin-bottom: 10px;
}
.cargo_page .cargo_total .cargo_total_data .item .icon-box{
    margin-right: 20px;
}
.cargo_page .cargo_total .cargo_total_data .item i{
    color: #FF2F3B;
    font-size: 30px;
}
.cargo_page .cargo_total .cargo_total_btn{
    flex: 0 0 200px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.cargo_page .cargo_total .cargo_total_btn .item{
    text-decoration: none;
    color: #000;
    font-size: 16px;

    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.cargo_steps h3{
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 4rem;
    color: #000;
}
.cargo_steps .cargo_steps_container{
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    margin-bottom: 4rem;
}
.cargo_steps .cargo_steps_container:before{
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 2px;
    background-color: #6F787A;
    bottom: 16px;
}

.cargo_steps .cargo_steps_container .item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.cargo_steps .cargo_steps_container .item.arrow{
    flex-direction: row;
    align-items: center;
    margin-bottom: 32px;
}
.cargo_steps .cargo_steps_container .item .img{
    margin-bottom: 21px;
}
.cargo_steps .cargo_steps_container .item span{
    background-color: #3CC361;
    border: 2px solid #3CC361;
    border-radius: 5px;
    color: #fff;
    padding: 6px 9px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}
.cargo_steps .cargo_steps_container .item.border span{
    background-color: #fff;
    border: 2px solid #6F787A;
    color: #6F787A;
}

.cargo_steps .text{
    margin: 0 auto 4rem;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    max-width: 896px;
    width: 100%;
    color: #000;
}
.cargo_steps .btn_container{
    margin-bottom: 4rem;
    text-align: center;
}
.cargo_steps .btn_container .btn{
    padding: 1.7rem 5rem;
}

.cargo_partners h3{
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 4rem;
    color: #000;
}
.cargo_partners .cargo_partners_tabs{
    display: flex;
    flex-wrap: wrap;
}
.cargo_partners .cargo_partners_tabs .tab-container{
    width: 100%;
}
.cargo_partners .cargo_partners_tabs .tab-nav{
    text-align: center;
    font-size: 0;
    margin: auto;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;

    display: flex;
    align-items: stretch;
    margin-bottom: 4rem;
}
.cargo_partners .cargo_partners_tabs .tab-nav .item{
    display: inline-block;
    font-size: 16px;
    color: #000;
    padding: 15px 50px;
    line-height: 1;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 6px;
}
.cargo_partners .cargo_partners_tabs .tab-nav .item.current{
    border: 2px solid #3CC361;
    margin: -1px;
    z-index: 2;
}
.cargo_partners .cargo_partners_tabs .tab-nav .item .flex-item{
    display: flex;
    align-items: center;
}
.cargo_partners .cargo_partners_tabs .tab-nav .icon-box{
    margin-right: 20px;
}
.cargo_partners .cargo_partners_tabs .tab-nav i{
    color: #FF2F3B;
    font-size: 30px;
}
.cargo_partners .cargo_partners_tabs .tab-pane{
    display: none;
}
.cargo_partners .cargo_partners_tabs .tab-pane.show{
    display: block;
}
.cargo_partners .cargo_partners_tabs .tab-pane > .item{
    display: flex;
    padding: 4rem 4rem 5rem;
    background-color: #fff;

    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;

    margin-bottom: 2rem;
}
.cargo_partners .cargo_partners_tabs .tab-pane .item .img_box{
    flex: 0 0 180px;
    margin-right: 30px;
}

.cargo_partners .cargo_partners_tabs .cargo_partner_content{
    width: 100%;
}
.cargo_partners .cargo_partners_tabs .cargo_partner_content p{
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.cargo_partners .cargo_partners_tabs .cargo_partner_content .title{
    font-weight: 600;
    font-size: 20px;

    margin-bottom: 2rem;
}

.cargo_partners .cargo_partners_tabs .cargo_partner_content .flags{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.cargo_partners .cargo_partners_tabs .cargo_partner_content .flags .item{
    width: 145px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cargo_partners .cargo_partners_tabs .cargo_partner_content .flags .name{
    text-align: center;
    flex-grow: 2;
    font-size: 16px;
    line-height: 18px;
    color: #000;
}
.cargo_partners .cargo_partners_tabs .cargo_partner_content .flags .item .flag-icon{
    width: 28px;
    line-height: 20px;
}
.cargo_partners .cargo_partners_tabs .cargo_partner_content .flags .last_item{
    width: 145px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.cargo_partners .cargo_partners_tabs .cargo_partner_content .flags .last_item .name{
    color: #939393;
    font-size: 16px;
    line-height: 18px;
}
.cargo_partners .cargo_partners_tabs .cargo_partner_content .flags .last_item .circle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #939393;
    font-size: 30px;
    position: relative;
}
.cargo_partners .cargo_partners_tabs .cargo_partner_content .flags .last_item .circle:before,
.cargo_partners .cargo_partners_tabs .cargo_partner_content .flags .last_item .circle:after{
    content: ' ';
    background-color: #939393;
    position: absolute;
}
.cargo_partners .cargo_partners_tabs .cargo_partner_content .flags .last_item .circle:after{
    width: 10px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 5px);
}
.cargo_partners .cargo_partners_tabs .cargo_partner_content .flags .last_item .circle:before{
    height: 10px;
    width: 2px;
    left: calc(50% - 1px);
    top: calc(50% - 5px);
}
.cargo_partners .cargo_partners_tabs .cargo_partner_content .btn_contacts{
    display: flex;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
.cargo_partners .cargo_partners_tabs .cargo_partner_content .btn_contacts .phone{
    margin-right: 20px;
}
.cargo_partners .cargo_partners_tabs .cargo_partner_content .contacts{
    display: flex;
}
.cargo_partners .cargo_partners_tabs .cargo_partner_content .contacts a{
    display: flex;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
.cargo_partners .cargo_partners_tabs .cargo_partner_content .contacts a + a{
    margin-left: 4rem;
}
.cargo_partners .cargo_partners_tabs .cargo_partner_content .contacts .phone,
.cargo_partners .cargo_partners_tabs .cargo_partner_content .contacts .web,
.cargo_partners .cargo_partners_tabs .cargo_partner_content .contacts .mail{
    margin-right: 20px;
}

#p-cargo{
    max-width: 580px;
}
.popup-auth .column .form-input-container:last-of-type .tx.phone-mask{
    padding-left: 56px;
}
#p-cargo a{
    color: #000;
}

#calc_block{
    margin-bottom: 60px;
}
.calc-block .next_step{
    padding: 16px 20px 16px 30px;
    line-height: 1.2;
    border-radius: 6px;
    background-color: #000000;
    border: 0;
    width: 100%;

    display: flex;
    justify-content: space-between;
    box-shadow: none;

    margin-bottom: 30px;
}

.calc-block .share{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.calc-block .share i{
    margin-right: 5px;
}

.calc-block .next_step .icons{
    display: flex;
}
.calc-block .next_step .icons i{
    transform: rotate(-90deg);
    margin-right: 0;
    color: #FF2F3B;
}
.calc-block .next_step .icons i + i{
    color: #3CC361;
}

.breadcrumb {
    list-style: none;
    margin: 0 0 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.breadcrumb li {
    padding: 0 20px 0 0;
    margin: 0 30px 0 0;
    font-size: 14px;
    position: relative;
    line-height: 18px;
}
.breadcrumb li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.breadcrumb li:last-child::before {
    display: none;
}
.breadcrumb li::before {
    font-size: 10px;
    line-height: 18px;
    font-family: 'icomoon';
    content: '\e904';
    display: block;
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0;
    color: #6F787A;
    transform: rotate(-90deg);
}
.breadcrumb li a {
    color: #6F787A;
    white-space: nowrap;
    text-decoration: none;
}
.inner-title.flex-box{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.nav-top{
    display: flex;
    align-items: center;
}
.nav-top a{
    color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
}
.nav-top .arrow.disabled{
    display: none;
}
.nav-top .arrow > *{
    font-size: 10px;
    border: 2px solid #E5E5E5;
}
.nav-top .arrow-left i:before{
    display: block;
    transform: rotate(-180deg);
}
.nav-container-v2{
    max-width: 300px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}
.nav-container-v2 .nav-element{
    border-left: 2px solid #fff;
    border-bottom: 1px solid #EAEAEC;
    font-size: 18px;
    line-height: 1.2;

    transition: .3s all;
}
.nav-container-v2 .nav-element:last-of-type{
    border-bottom: 0;
}
.nav-container-v2 .nav-element.active{
    border-left-color: #000;
}
.nav-container-v2 .nav-element.active a{
    font-weight: bold;
}

.nav-container-v2 .nav-element:hover{
    border-left-color: #000;
}
.nav-container-v2 .nav-element:hover a{
    font-weight: bold;
}
.nav-container-v2 .nav-element a{
    text-decoration: none;
    color: #000;
    padding: 25px 0 25px 30px;
    display: block;
}
.tags{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.tags span{
    padding-right: 20px;
    font-size: 16px;
    line-height: 19px;

    display: inline-block;
    margin-bottom: 10px;
}
.tags .main{
    color: #000;
}
.tags span a{
    color: #6F787A;
}
.tags span.active a {
    font-weight: bold;
}
.tags span.last_item a{
    text-decoration: none;
}
.tags span.last_item a i{
    font-size: 10px;
    margin-left: 8px;
}

.articles .item{
    margin-bottom: 40px;
}

.articles .img_box{
    border-radius: 9px;
    overflow: hidden;
}
.articles .img_box img{
    margin-left: auto;
    margin-right: auto;
}
.articles .name{
    color: #000;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    padding: 20px 0;
    display: block;
    text-decoration: none;
}
.articles .text{
    font-size: 16px;
    line-height: 1.2;
    color: #6F787A;

    margin-bottom: 20px;
}
.articles .date{
    font-size: 14px;
    color: #000000;
}

.articles .type-1 .img_box{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.articles .type-1 .img_box img{
    position: relative;
    z-index: -1;
}
.articles .type-1 .name{
    font-size: 24px;

    padding-left: 20px;
    padding-right: 20px;

    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;

    margin-bottom: 10px;
}
.articles .type-1 .text{
    display: none;
}

.articles .type-2 .name{
    padding-top: 0;
}

.articles .type-3 .text{
    display: none;
}

.articles .type-4 .img_box{
    display: none;
}
.articles .type-4 .name{
    padding-top: 0;
}

.articles .type-5 .img_box{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.articles .type-5 .img_box img{
    position: relative;
    z-index: -1;
}
.articles .type-5 .name{
    padding-left: 20px;
    padding-right: 20px;

    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;

    margin-bottom: 10px;
}
.articles .type-5 .text{
    display: none;
}

.articles .type-6 .img_box{
    margin-bottom: 20px;
}
.articles .type-6 .name, .articles .type-6 .text{
    display: none;
}


.nav-bottom{
    display: flex;
    align-items: center;
}
.nav-bottom .flex-box{
    display: flex;
    align-items: center;
}
.nav-bottom .arrow-left i:before {
    display: block;
    transform: rotate(-180deg);
}
.nav-bottom .arrow > *{
    padding: 15px 30px;
    color: #000;
    height: 50px;
    border-radius: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1;
}
.nav-bottom .arrow.disabled{
    display: none;
}
.nav-bottom .arrow > *{
    font-size: 10px;
    border: 2px solid #E5E5E5;
    margin-bottom: 40px;
}
.nav-bottom .arrow:not(.disabled) + .arrow{
    margin-left: 20px;
}
.nav-bottom .arrow-left i{
    margin-right: 20px;
}
.nav-bottom .arrow span{
    font-size: 16px;
    font-weight: 600;
}
.nav-bottom .arrow-right span{
    margin-right: 20px;
}

.nav-bottom .page-navigation{
    display: flex;
    list-style: none;
    margin: 0;
}
.nav-bottom .page-navigation li + li{
    margin-left: 10px;
}
.nav-bottom .page-navigation a, .nav-bottom .page-navigation span{
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    border-radius: 4px;
    transition: .3s all;
}
.nav-bottom .page-navigation a:hover, .nav-bottom .page-navigation .active span, .nav-bottom .page-navigation .active a{
    background-color: #000;
    color: #fff;
}

.nav-bottom .show-to{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav-bottom label{
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1;
    font-weight: normal;
}
.nav-bottom .jq-selectbox__select{
    height: auto;
    border: 0;
    background-color: inherit;
    box-shadow: none;
    padding-left: 5px;
    padding-right: 20px;
    color: #000;
    font-size: 15px;
    line-height: 1;
    border-radius: 0;
}
.nav-bottom .jq-selectbox__trigger{
    right: 0;
}
.nav-bottom .jq-selectbox__dropdown{
    right: 0;
}


.categories-mobile, .tags-mobile{
    position: relative;
}
.categories-mobile > a, .tags-mobile > a{
    background-color: #fff;
    padding: 20px 30px;
    text-decoration: none;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}
.categories-mobile > a span .icon, .tags-mobile > a span .icon{
    padding-right: 15px;
}
.tags-mobile > a span b{
    padding-left: 15px;
}
.categories-mobile .icon-menu, .tags-mobile .icon-grid{
    font-size: 15px;
}
.categories-mobile .icon-select-bottom, .tags-mobile .icon-select-bottom{
    font-size: 10px;
}
.categories-mobile > a{
    width: 212px;
}
.tags-mobile > a{
    width: 187px;
}
.categories-mobile + .tags-mobile{
    border-left: 1px solid #EAEAEC;
}
.categories-mobile .dropdown, .tags-mobile .dropdown{
    display: none;
    position: absolute;
    left: 0;
    margin: 0;
    top: calc(100% + 10px);
    list-style: none;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
    width: 275px;
    max-height: 500px;
    overflow-y: auto;
    padding-top: 9px;
}
.categories-mobile .dropdown li,
.tags-mobile .dropdown li{
    background: #fff;
}

.categories-mobile .dropdown li:not(.title) + li a,
.tags-mobile .dropdown li:not(.title) + li a{
    border-top: 1px solid #EAEAEC;
}
.categories-mobile .dropdown a,
.tags-mobile .dropdown a{
    padding: 15px 0 15px 30px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    display: block;
    text-align: left;
    border-left: 2px solid #fff;
    line-height: 1;
    height: 50px;
}

.categories-mobile .dropdown li.active a,
.tags-mobile .dropdown li.active a{
    border-left-color: #000;
    font-weight: bold;
}
.categories-mobile .dropdown li a:hover,
.tags-mobile .dropdown li a:hover{
    border-left-color: #000;
    font-weight: bold;
}

.categories-mobile > a:focus + .dropdown,
.categories-mobile > a + .dropdown:hover,
.tags-mobile > a:focus + .dropdown,
.tags-mobile > a + .dropdown:hover{
    display: block;
}

.dropdown li.title{
    display: none;
}

.categories-mobile .dropdown:before,
.tags-mobile .dropdown:before{
    content: "";
    position: absolute;
    top: 0;
    left: 41px;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 9px 8px;
    border-color: transparent transparent #fff transparent;
}
.categories-mobile .dropdown:after,
.tags-mobile .dropdown:after{
    content: "";
    position: absolute;
    top: -2px;
    left: 40px;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #F0F0F0 transparent;
}

.sidebar-block.see-also .title{
    font-weight: bold;
    font-size: 20px;
    color: #000000;

    margin-bottom: 40px;
}

.sidebar-block.see-also .item{
    margin-bottom: 30px;
}
.sidebar-block.see-also .item .img-box{
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
}
.sidebar-block.see-also .item img{
    margin: auto;
}
.sidebar-block.see-also .item .name{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;

    color: #000000;
    margin-bottom: 20px;
    text-decoration: none;
    display: block;
}
.sidebar-block.see-also .item .text{
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.sidebar-block.see-also .item .date{
    font-size: 14px;

    color: #000000;
}

.sidebar-block.see-also .item.type-2 .text,
.sidebar-block.see-also .item.type-1 .text{
    display: none;
}

.sidebar-block.see-also .item.type-2 .name{
    display: none;
}
.sidebar-block.see-also .item.type-3 .img-box{
    display: none;
}

.article .inner-title{
    margin-bottom: 40px;
}
.article .img-box{
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}
.article .tags{
    position: relative;
    display: inline;
    padding-left: 19px;
    margin-left: 15px;
}
.article .tags:before{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #939393;
    position: absolute;
    left: 0;
    top: 10px;
}
.article .tags a{
    font-size: 16px;
    line-height: 1.2;
    color: #6F787A;
    margin-right: 18px;
    font-weight: normal;
}
.article .date{
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
}
.article .share{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    margin-bottom: 40px;
}
.article .share .icon{
    margin-right: 5px;
}
.article .share > span{
    margin-right: 8px;
}
.article .text{
    line-height: 1.2;
    color: #000;
    font-size: 18px;
    margin-bottom: 30px;
}
.article .text h3{
    line-height: 1;
}

.article .text ul {
    list-style: none;
    margin-left: 20px;
    margin-bottom: 30px;
}
.article .text ul li{
    position: relative;
    margin-bottom: 20px;

    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}
.article .text ul li::before {
    content: "";
    background-color: #3CC361;
    font-weight: bold;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: -20px;
    position: absolute;
    left: 0;
    top: 12px;
}
.article .text blockquote{
    padding: 40px;
    background-color: #E2F8E8;
    font-weight: 600;
    margin-bottom: 30px;
}
.article .text ol{
    font-size: 18px;
    line-height: 28px;
}
.article .text ol li{
    margin-left: 30px;
    margin-bottom: 20px;
}
.article .text ol li::before{
    color: #3CC361;
    width: 30px;
    display: inline-block;
    margin-left: -30px;
}

.article .text ol li > ol{
    margin-top: 20px;
}

.article .text table{
    width: 100%;
    border: 1px solid #E5E5E5;
}
.article .text table td,
.article .text table th{
    padding: 20px;
    font-size: 16px;

    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;

    text-align: left;
}


.article .nav-bottom{
    display: flex;
    margin-bottom: 40px;
}
.article .nav-bottom a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    line-height: 1.2;
    font-size: 16px;
    height: 100px;
}
.article .nav-bottom a.prev{
    text-align: right;
    padding-right: 40px;
}
.article .nav-bottom a.prev i{
    font-size: 10px;
    margin-right: 20px;
}
.article .nav-bottom a.prev i:before{
    display: block;
    transform: rotate(-180deg);
}
.article .nav-bottom a.next{
    text-align: left;
    padding-left: 40px;
}
.article .nav-bottom a.next i{
    font-size: 10px;
    margin-left: 20px;
}

.article .nav-bottom a + a{
    border-left: 1px solid #E5E5E5;
}

.article .btn{
    font-size: 16px;
}
.article .table_wrapper{
    overflow-x: auto;
}
.article .back{
    position: relative;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #000000;

    padding: 15px 30px 15px 65px;
    border: 2px solid #E5E5E5;
    border-radius: 85px;
    margin-bottom: 30px;
}
.article .back i:before {
    top: 0;
    bottom: 0;
    line-height: 46px;
    left: 30px;
    position: absolute;
    display: block;
    transform: rotate(-180deg);
    font-size: 10px;
}

.bottom_articles{
    margin-top: 120px;
}
.bottom_articles .inner-title{
    margin-bottom: 70px;
}
.bottom_articles .more{
    border: 2px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 85px;
    padding: 15px 30px;
    text-decoration: none;
    color: #000;
    line-height: 1;
    font-size: 16px;
}
.bottom_articles h3{
    font-weight: 800;
    font-size: 50px;
    line-height: 1;
    color: #000000;
    margin-bottom: 0;
}

.bottom_articles.articles .item{
    margin-bottom: 30px;
}

.widget-page h1{
    margin-bottom: 4rem;
}

.widget-page p{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #939393;
}

.widget-page a{
    color: #939393;
}
.widget-page .green{
    color: #3CC361;
}

.widget-page .info{
    margin-bottom: 8rem
}

.widget-page .control{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem
}
.widget-page .control > .item{
    margin-right: 30px;
    margin-bottom: 30px;
}
.widget-page .control .item > .name{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 12px;
}

.widget-page .control .tab-nav {
    text-align: center;
    font-size: 0;
    margin: auto;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    border-radius: 6px;
    display: flex;
    align-items: stretch;
}
.widget-page .control .tab-nav .item {
    display: inline-block;
    font-size: 16px;
    color: #000;
    padding: 20px 30px;
    line-height: 1;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 6px;
}
.widget-page .control .tab-nav .item.current {
    border: 2px solid #3CC361;
    margin: -1px;
    z-index: 2;
}

.widget-page .control .langs-container{
    text-align: center;
    margin: auto;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    padding: 19px 30px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    border-radius: 6px;
    position: relative;
    line-height: 19px;

    cursor: pointer;
}

.widget-page .control .langs-container .langs{
    position: absolute;
    display: none;
}

.widget-page .control .langs-container .flag-icon{
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    position: relative;
    width: 28px;
    height: 20px;
    display: inline-block;
    background-size: cover;
    margin-right: 10px;
}
.widget-page .control .langs-container .selected{
    display: flex;
    align-items: center;
}
.widget-page .control .langs-container .selected .name{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}
.widget-page .control .langs-container .selected .icon-arrow-down{
    margin-left: 20px;
    font-size: 1.4rem;
    color: #000;
}

.widget-page .control .langs-container .langs {
    display: flex;
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
    background-color: #fff;
    border: 1px solid #F0F0F0;
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;

    opacity: 0;
    visibility: hidden;

    position: absolute;

    left: -1px;
    right: 0;
    top: 100%;
    width: calc(100% + 2px);
    border: 1px solid #E4E4E4;
    border-bottom: 0;

    transition: all .3s;
}

.widget-page .control .langs-container .langs li{
    width: 100%;
    padding: 18px 0 18px 30px;
    border-bottom: 1px solid #E4E4E4;
}
.widget-page .control .langs-container .langs li a{
    text-decoration: none;
    display: flex;
    align-items: center;
}
.widget-page .control .langs-container .langs .item-lang.active a{
    color: #000;
}
.widget-page .control .langs-container .langs .item-lang.active .flag:before {
    font-family: 'icomoon';
    content: "\e905";
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #3CC361;
    border-radius: 50%;
    color: #fff;
    font-size: 8px;
    /* vertical-align: middle; */
    line-height: 22px;
    top: -10px;
    left: -10px;
}

.widget-page .control .langs-container .langs li:hover a{
    color: #000;
}

.widget-page .control .langs-container:hover{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.widget-page .control .langs-container:hover .langs{
    opacity: 1;
    visibility: visible;
    z-index: 20;
}

.widget-page .bg-white{
    background: #fff;
    position: relative;
    padding: 8rem 0;
}
.widget-page .bg-white:before,
.widget-page .bg-white:after{
    content: '';
    background-color: #fff;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}
.widget-page .bg-white:before{
    right: 100%;
}
.widget-page .bg-white:after{
    left: 100%;
}

.widget-page .info_result{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.widget-page .info_result .green_block{
    background: #E2F8E8;
    padding: 10px 30px;
    margin-right: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-bottom: 10px;
}
.widget-page .code{
    padding-top: 80px;
}
.widget-page .code .title{
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 10px;
    color: #000;
}
.widget-page .code .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.widget-page .code .copy{
    padding: 15px 60px;
    background: #000000;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    border-radius: 85px;
    color: #fff;
    text-decoration: none;

    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: block;
}
.widget-page .code .bottom{
    display: none;
}
.widget-page .code .copy .end{
    display: none;
}
.widget-page .code .copy .icon-copy{
    margin-right: 16px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.widget-page .code .body{
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    padding: 40px;
    margin-bottom: 40px;
}
.widget-page .code .body pre{
    white-space: normal;
    word-wrap: break-word;
}

.widget-page .code .share{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    margin-bottom: 40px;
}
.widget-page .code .share .icon{
    margin-right: 5px;
}
.widget-page .code .share > span{
    margin-right: 8px;
}

.form-element .clear{
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #6F787A;
    padding: .2rem;
    cursor: pointer;
}
.site-tnved{
    padding-bottom: 13rem
}
.site-tnved .lang-box{
    padding-left: 0;
}
.site-tnved .lang-box .langs{
    margin-bottom: 7rem;
}
.site-tnved .lang-box .langs .item-lang{
    cursor: pointer;
}

.site-tnved .info{
    line-height: 1;
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    color: #939393;
}
.site-tnved .info i{
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    border-radius: 50%;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    background-color: #E5E5E5;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.site-tnved #jstree-part{
    box-shadow: none;
    max-height: none;
}

.site-tnved .back{
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
}
.site-tnved .back a{
    color: #6F787A;
    text-decoration: none;
    margin-right: 1rem;
}
.site-tnved .back a i{
    display: block;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    border-radius: 50%;
    background-color: #E5E5E5;
    transform: rotate(180deg);
}
.site-tnved .back span{
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1;
    color: #000000;
    text-decoration: none;
}

.site-tnved .country{
    display: flex;
    align-items: center;
    margin-bottom: 4rem;

    font-weight: 800;
    color: #000;
    font-size: 25px;
    line-height: 1;
}
.site-tnved .country .flag{
    font-size: 2rem;
    border: 0.1rem solid #C4C4C4;
    border-radius: 0.2rem;
    margin-left: 1rem;
}
.site-tnved .country .name{
    font-weight: 600;
    margin-left: 1rem;
}

.bordered{
    background: #FFFFFF;
    color: #000;

    border: 0.1rem solid #E4E4E4;
    box-sizing: border-box;
    -webkit-box-shadow:  0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
    border-radius: 0.6rem;

    padding: 2rem 0 2rem 2rem;
    position: relative;
    margin-bottom: 4rem;

    border-collapse: unset;
}

.bordered .title{
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    color: #000;
    margin-bottom: 2rem;
}

.bordered .text b{
    margin-right: 1rem;
}

.bordered .jstree{
    margin: 1rem 0 0;
    padding: 0 3rem 0 11rem;
    color: #000;
    overflow: auto;
    max-height: 42rem;
    position: relative;
    z-index: 2;
}
.bordered .jstree .code{
    position: absolute;
    left: 0;
    width: 8.9rem;
}
.bordered .jstree .jstree-open>.jstree-ocl{
    background-position: -6.8rem -1rem;
    height: 1rem;
    vertical-align: middle;
}
table.bordered{
    padding: 2rem 2rem 1rem 2rem;
}
table.bordered thead th{
    text-align: left;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    color: #000;
    padding-bottom: 2rem;
}
.site-tnved table.bordered td{
    vertical-align: top;
    line-height: 1.2;
    padding: 1rem 0;
    border-bottom: 0.1rem solid #EAEAEC;
}
.site-tnved table.bordered td:first-of-type{
    width: 50%;
}
.site-tnved table.bordered tr:last-of-type td{
    border-bottom: 0;
}
.site-tnved table.bordered ul{
    margin-bottom: 0;
}

.site-tnved .bordered:last-child{
    margin-bottom: 0;
}

.calc-price .jq-selectbox{
    display: inline-block;
    margin-left: 5px;
}
.calc-price .jq-selectbox__select{
    height: 25px;
    width: auto;
    padding: 0 20px 0 8px;
    font-size: 12px;
    line-height: 25px;
    box-shadow: none;
}
.calc-price .jq-selectbox__trigger{
    right: 8px;
    font-size: 7px;
}
.calc-price .jq-selectbox__dropdown ul li{
    padding: 0 8px;
    font-size: 12px;
    line-height: 25px;
}
.calc-price .box-sub{
    display: inline-block;
    margin-left: 5px;
}
@media only screen and (min-width: 1200px) {
    .col-xl-25{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}