@-webkit-keyframes blink {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes blink {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

html {
    height: 100%;
}
body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1.25em;
    background-color: #F5F5F5;
    background-image: url('./img/bg-lines.png?v=2');
    background-repeat: no-repeat;
    background-position: center 210px;
    background-size: contain;
}

.top-menu {
    overflow: hidden;
}

.top-menu.calc {
    overflow: visible;
}

a {
    color: #0355bc;
}

body.short-width .container {
    max-width: 1140px;
}

body.short-width header .menu {
    width: 660px;
}

.ckbox span {
    font-size: 14px;
}

.rdiobox span:before {
    top: 0;
}

.rdiobox span:after {
    top: 5px;
}


.alert {
    font-size: 14px;
}

.wrapper {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

header.homepage {
    padding-bottom: 68px;
}

header a,
footer a {
    color: #2d9cdb;
    border-bottom: 1px solid #2d9cdb;
    text-decoration: none;
}
header a:hover,
footer a:hover {
    border-color: transparent;
}
input[type="text"] {
    font-family: 'Open Sans', sans-serif;
}
input[type="text"]:focus {
    outline: none;
}

input[type="file"] {
    font-size: 12px;
}

.btn {
    box-shadow: none!important;
}

.btn-disabled {
    background-color: #efefef!important;
    border-color: #efefef!important;
    color: #999!important;
    cursor: default!important;
    outline: none;
}

.btn-disabled:hover, .btn-disabled:active {
    background-color: #efefef!important;
    border-color: #efefef!important;
    color: #999!important;
    cursor: default!important;
    outline: none;
}

.form-control-file {
    font-size: 12px;
}

.checkbox {
    width: 100%;
}
.checkbox input[type="checkbox"] {
    display: none;
}
.checkbox input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.checkbox input[type="checkbox"] + label::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 17px;
    height: 17px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    box-sizing: border-box;
}
.checkbox input[type="checkbox"]:checked + label::before {
    background-image: url('img/icons/check.svg');
}
.button {
    display: block;
    width: 253px;
    height: 62px;
    padding: 19px 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border: 3px solid #fff;
    transition: all 0.2s ease;
    box-sizing: border-box;
}
.button:hover {
    color: #424242;
    background-color: #fff;
}
.mobile-sidebar,
.mobile-menu-icon {
    display: none;
}
.container {
    /* width: 1141px;*/
    margin: 0 auto;
}
header {
    padding-top: 18px;
    background-color: #fff;
    padding-bottom: 40px;
}
header a {
    color: #0355bc;
    border-bottom: 1px dashed #0355bc;
}
header a:hover {
    border-color: transparent;
}
header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
header .top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
header .logo {
    width: 23%;
    -ms-flex-item-align: center;
    align-self: center;
}
header .logo a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
    max-width: 100%;
    max-height: 100%;
}
header .logo a img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
header .info {
    width: 60.15%;
}
@media (min-width: 1200px) and (max-width: 1650px){
    header .info {
        width: 75%;
    }
}


header .tel-container {
    margin-top: 5px;
    text-align: right;
}
header .tel-container .tel {
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    color: #2b2a29;
    font-weight: 700;
    white-space: nowrap;
    border-bottom: none;
}
header .tel-container .call-me {
    font-size: 12px;
    font-weight: 300;
    border-color: #4099d7;
}
header .tel-container .call-me:hover {
    border-color: transparent;
}
header .address {
    margin-left: 5%;
    display: flex;
}
header .address .city {
    position: relative;
    margin: 1px 0 0 14px;
    padding-left: 17px;
}
header .address .city::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 11px;
    height: 15px;
    background-image: url('img/icons/map-marker-blue.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
header .address .city a {
    font-size: 12px;
    letter-spacing: -0.015em;
    white-space: nowrap;
    border-color: #006cc7;
}
header .address .city a:hover {
    border-color: transparent;
}

header .address .city-selector {
    display: none;
    position: absolute;
    left: 17px;
    top: 0;
}

header .address .city-selector.open {
    display: block;
}

header .address .city-selector input {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100px;
    font-size: 12px;
    letter-spacing: -0.015em;
    height: 22px;
    line-height: 22px;
}

header .address .count {
    margin-top: 3px;
    font-size: 12px;
    color: #2b2a29;
    font-weight: 300;
    margin-left: 10px;
}

header .address .count:hover {
    cursor: pointer;
    text-decoration: underline;
}

header .personal {
    margin-right: 1px;
    text-align: right;
    display: flex;
    align-items: center;
    margin-top: 0;
}
header .login, header .personal .lk {
    display: inline-block;
    position: relative;
    padding-left: 14px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    border-bottom: none;
    margin-left: 30px;
    /*margin-top: 14px;*/
    order: 1;
}

header .personal .lk {
    margin-left: 10px;
}

body.short-width header .personal-links {
    display: flex;
    justify-content: flex-end;
}

body:not(.short-width) header .personal .personal-links {
    order: 1;
    margin-left: 32px;
}

.notice-lamp {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 12px;
}

.notice-lamp:before {
    content: "!";
    display: inline-block;
    width: 12px;
    height: 12px;
    color: #fff;
    text-align: center;
    font-size: 9px;
    line-height: 12px;
    background: #2D9CDB;
    border-radius: 2px;
    animation: blink 4s linear infinite;
}

.notice-lamp span {
    position: absolute;
    width: 210px;
    background: #fff;
    padding: 10px 15px;
    border-radius: 2px;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    z-index: 10;
    right: 20px;
    display: none;
    top: 0;
}

.notice-lamp:hover span {
    display: block;
    
}

.calc .notice-lamp {
    top: 3px;
}

.calc .notice-lamp span {
    right: -230px;
    top: -15px;
}

body.short-width header .personal .lk {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

header .personal .lk:before {
    content: '';
    position: absolute;
    top: 3px;
    left: -1px;
    width: 12px;
    height: 12px;
    background-image: url('img/icons/user.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


header .form {
    
}
header .form form {
    display: -ms-flexbox;
    display: flex;
}
header .form input[type="text"] {
    width: 156px;
    height: 24px;
    padding: 5px 10px;
    font-size: 10px;
    color: #2b2a29;
    background-color: #fff;
    border: 1px solid #efefef;
    box-sizing: border-box;
}
header .form input[type="text"]::-webkit-input-placeholder,
header .form input[type="text"]::-moz-placeholder,
header .form input[type="text"]:-ms-input-placeholder,
header .form input[type="text"]:-moz-placeholder {
    font-weight: 300;
    color: #cecaca;
}
header .form button[type="submit"] {
    width: 121px;
    height: 24px;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background-color: #0355bc;
    border: none;
    transition: background-color 0.15s ease;
    cursor: pointer;
}
header .form button[type="submit"]:hover {
    background-color: #0463dc;
}
header .form button[type="submit"]:focus {
    outline: none;
}

.slim-navbar {
    padding: 0;
}

header .menu {
    margin-top: 2%;
}
header .menu .list {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
    /* border-bottom: 1px solid #dee2e7;*/
}

header .slim-navbar .sub-item {
    top: 100%;
    width: 240px;
    border-top: 1px solid #ced4da;
}

header .slim-navbar .sub-item.last-item {
    left: initial;
    right: 0;
}

header .menu .list > .item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    flex: 0 0 auto;
    margin-right: 32px;
}

@media (max-width: 1400px) {
    header .menu .list > .item:not(:last-child) {
        margin-right: 2%;
    }
}

header .menu .list > .item a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    color: #939aa3;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: none;
}

header .menu .list > .item a.more {
    opacity: 1;
}

header .menu .list > .item a.more:before {
    content: "...";
}

header .menu .list > .item:not(.active) a:hover {
    color: #0355bc;
}
header .menu .list > .item.active {
    position: relative;
}
header .menu .list > .item.active::after {
    content: '';
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 1px;
    background-color: #0355bc;
}

header .menu .list > .item.more {
    position: relative;
    margin-left: auto;
    opacity: 1;
}
header .menu .list > .item.more > a {
    display: block;
    width: 50px;
    height: 21px;
    background-image: url('img/icons/more.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;
}
header .menu .list > .item.more:hover .sub {
    display: block;
    left: inherit;
    right: 0;
}
header .menu .list > .item .sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 2px;
    margin: 0;
    padding: 3px;
    list-style: none;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    box-shadow: 1px 6px 18px -5px #747474;
    z-index: 20;
}
header .menu .list > .item .sub .item {
    width: 100%;
    padding: 0 15px 5px;
    background-color: #fff;
    box-sizing: border-box;
}
header .menu .list > .item .sub .item a {
    line-height: 1.25em;
}
header .menu .list > .item.has-sub {
    position: relative;
}
header .menu .list > .item.has-sub:hover .sub {
    display: block;
}
footer {
    margin-top: 2.5%;
    padding-bottom: 2%;
    color: #fff;
    background-color: #4f4f4f;
}
footer .subscribe {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-bottom: 2.45%;
    padding: 2.5% 0 1.5%;
    border-bottom: 1px solid #353434;
}
footer .subscribe .content {
    margin-top: 2px;
}
footer .subscribe .title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
footer .subscribe .desc {
    margin-top: 9px;
    font-size: 13px;
}
footer .subscribe .form {
    width: 452px;
    margin-left: 5.6%;
}
footer .subscribe .form form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: 'Ubuntu', sans-serif;
}
footer .subscribe .form .checkbox {
    margin-top: 3px;
    -ms-flex-order: 1;
    order: 1;
}
footer .subscribe .form .checkbox input[type="checkbox"] + label {
    padding-left: 25px;
    font-size: 10px;
}
footer .subscribe .form input[type="text"],
footer .subscribe .form input[type="email"] {
    width: 293px;
    height: 34px;
    padding: 5px 17px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    background-color: #fff;
    border-radius: 2px 0 0 2px;
    border: none;
    box-sizing: border-box;
}
footer .subscribe .form input[type="text"]::-webkit-input-placeholder,
footer .subscribe .form input[type="email"]::-webkit-input-placeholder,
footer .subscribe .form input[type="text"]::-moz-placeholder,
footer .subscribe .form input[type="email"]::-moz-placeholder,
footer .subscribe .form input[type="text"]:-ms-input-placeholder,
footer .subscribe .form input[type="email"]:-ms-input-placeholder,
footer .subscribe .form input[type="text"]:-moz-placeholder,
footer .subscribe .form input[type="email"]:-moz-placeholder {
    color: #828282;
}
footer .subscribe .form button[type="submit"] {
    width: 158px;
    height: 34px;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background-color: #0355bc;
    border-radius: 0 2px 2px 0;
    border: none;
    transition: background-color 0.15s ease;
    cursor: pointer;
}
footer .subscribe .form button[type="submit"]:hover {
    opacity: 0.9;
}
footer .subscribe .form button[type="submit"]:focus {
    outline: none;
}

footer .subscribe .alert {
    padding: 10px 15px;
    font-size: 12px;
}

footer .bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: 'Ubuntu', sans-serif;
}
footer .bottom .left {
    margin-right: 2.2%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
footer .bottom .tel,
footer .bottom .email {
    position: relative;
    display: block;
    padding-left: 22px;
}
footer .bottom .tel::before,
footer .bottom .email::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 1px;
    display: block;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
footer .bottom .tel a,
footer .bottom .email a {
    border-bottom: none;
}
footer .bottom .tel {
    font-size: 18px;
    font-weight: 700;
}
footer .bottom .tel::before {
    width: 13px;
    background-image: url(img/icons/tel.svg);
}
footer .bottom .tel a {
    color: #fff;
}
footer .bottom .email {
    margin-top: 4px;
    font-size: 13px;
    line-height: 19px;
}
footer .bottom .email::before {
    width: 16px;
    background-image: url(img/icons/email.svg);
}
footer .bottom .email a {
    color: #e0e0e0;
    text-decoration: underline;
}
footer .bottom .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 47.2%;
}
footer .bottom .menu .name {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
}
footer .bottom .menu .list {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .bottom .menu .list .item {
    font-size: 13px;
    line-height: 19px;
}
footer .bottom .menu .list .item a {
    color: #fff;
    text-decoration: underline;
    border-bottom: none;
}
footer .bottom .menu .list .item a:hover {
    text-decoration: none;
}
footer .bottom .copyright {
    margin: 1px -1px 0 0;
    font-size: 13px;
    color: #bcbcbc;
    line-height: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.slim-pageheader {
    flex-direction: row;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: '|';
}
.breadcrumb-item.active a {
    color: inherit;
    cursor: default;
    pointer-events: none;
}
.table thead th {
    vertical-align: middle;
}
.table .ckbox span::before, .table .rdiobox span::before {
    border-color: #adb5bd;
}
.custom-file-label::after {
    content: 'Обзор';
}
.table-border-top {
    border-collapse: collapse;
}
.table-border-top > thead > tr th,
.table-border-top > thead > tr td,
.table-border-top > tbody > tr th,
.table-border-top > tbody > tr td {
    border-top-width: 1px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
    content: none;
}
#mCSB_1_scrollbar_horizontal{
    display: none !important;
}
.personal-data {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    margin-top: 18px;
    margin-right: -15px;
    order: 1;
    margin-left: 10px;
}
#company_name{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #939AA3;
    margin-right: 5px;
}
#user_name{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #4F4F4F;
}

.slim-mainpanel > .container {
    background: #fff;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    position: relative;
    margin-top: -20px;
    padding: 24px 32px;
}

.slim-pageheader {
    margin-top: 0;
    padding: 0;
    margin-bottom: 10px;
    display: block;
    justify-content: space-between;
}

.slim-pageheader > .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 100%;
}

.slim-pageheader .slim-pagetitle {
    border-left: none;
    font-size: 20px;
    line-height: 24px;
    padding-left: 0;
    text-transform: initial;
    margin-top: 0;
}


.slim-pageheader .top > .actions {
    flex-shrink: 0;
}

.filter-box {
    background: #fff;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    display: none;
}

.slim-pageheader.filter-open .filter-box {
    display: block;
    border: 1px solid #CED4DA;
    margin-top: 10px;
}

.filter-box .filter-columns > div {
    border-right: 1px solid #DEE2E6;
    padding: 32px 48px;
}

.filter-box .filter-columns > div:last-child {
    border-right: none;
}

.filter-box .form-group {
    margin-bottom: 16px;
}

.filter-box .form-group label {
    padding: 0;
    font-weight: normal;
    color: #828282;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
}

.filter-box .title-label {
    padding: 0;
    font-weight: 500;
    color: #4F4F4F;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 16px;
}

.filter-box .form-group .form-control-lg {
    margin-top: 0;
    box-sizing: border-box;
    width: 100%;
}

.filter-box .form-layout-footer {
    margin-top: 0!important;
    padding: 16px 32px;
    border-top: 1px solid #DEE2E6;
}



.default-page {
    margin-top: 32px;
    font-size: 14px;
    line-height: 22px;
}

.default-page h2, .default-page h3, .default-page h4 {
        font-size: 16px;
        line-height: 24px;
}

.breadcrumb {
    padding: 0;
    background: none;
    margin-bottom: 7px;
}

.breadcrumb li {
    font-size: 12px;
    margin-right: 5px;
}

.breadcrumb li:after {
    content: '/';
    display: inline;
    padding: 0 2px 0 6px;
    color: #0355bc;
}

.breadcrumb li a {
    color: #0355bc
}

.breadcrumb li a:hover {
    text-decoration: underline;
    text-decoration-color: #4099d7;
}

.calc {
    margin-top: 32px;
    position: relative;
}

.calc.loading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /*background-image: url('/assets/css/img/loader-color.gif');*/
    background-image: url('img/icons/email.svg');
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: 2;
    
}

.calc.homepage {
    position: absolute;
    top: -36px;
    right: 1px;
    width: 726px;
    padding: 35px 41px 37px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    margin-top: 0;
}
.calc .name {
    margin: 0;
    font-size: 21px;
    color: #4f4f4f;
    font-weight: 700;
}
.calc.homepage .homepage-form {
    margin-top: 4.25%;
}
.calc .checkbox {
    font-size: 12px;
    color: #828282;
}
.calc .destination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.calc .city {
    width: 50%;
}
.calc .city:first-of-type {
    position: relative;
    margin-right: 24px;
}

.calc .city:last-of-type {
    margin-left: 24px;
}

.calc .city-changer {
    margin-top: 8px;
    display: block;
    width: 22px;
    height: 16px;
    background-image: url('./img/icons/calc-arrows.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.calc .city input[type="text"] {
    width: 100%;
    padding: 6px 15px 6px 32px;
    font-size: 14px;
    color: #4f4f4f;
    letter-spacing: -0.015em;
    background-image: url('./img/icons/map-marker-green.svg');
    background-repeat: no-repeat;
    background-position: 9px 49%;
    background-size: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    box-sizing: border-box;
}
.calc .city input[type="text"]::-webkit-input-placeholder,
.calc .city input[type="text"]::-moz-placeholder,
.calc .city input[type="text"]:-ms-input-placeholder,
.calc .city input[type="text"]:-moz-placeholder {
    color: #cecaca;
}
.calc .city .main-param {
    margin-top: 8px;
}
.calc .city .params-list {
    display: none;
    padding-left: 22px;
}
.calc .city .params-list .checkbox {
    margin-bottom: 5px;
    letter-spacing: -0.05em;
}
.calc .city .params-list .checkbox:first-child {
    margin-top: 13px;
}
.calc .city .params-list.open {
    display: block;
}
.calc .calc-tabs-container {
    margin: 16px 0;
}
.calc .calc-tabs-container .tabs {
    display: -ms-flexbox;
    display: flex;
}
.calc .calc-tabs-container .tabs .tab {
    display: inline-block;
    padding: 4px 19px;
    font-size: 11px;
    color: #4f4f4f;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fafafa;
    border-right: 1px solid #efefef;
    border-bottom: none;
    box-sizing: border-box;
    position: relative;
}
.calc .calc-tabs-container .tabs .tab.active {
    background-color: #efefef;
}
.calc .calc-tabs-container .tabs .tab.new {
    position: relative;
    width: 28px;
    padding: 0;
    border-right: none;
}
.calc .calc-tabs-container .tabs .tab.new::before,
.calc .calc-tabs-container .tabs .tab.new::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2px 0 0 -6px;
    width: 12px;
    height: 2px;
    background-color: #bdbdbd;
}
.calc .calc-tabs-container .tabs .tab.new::after {
    transform: rotate(90deg);
}

.calc .calc-tabs-container .tabs .tab .remove {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #999;
    text-align: center;
    line-height: 100%;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -6px;
    top: -6px;
    z-index: 1;
}

.calc .calc-tabs-container .tabs .tab .remove:hover {
    background-color: #4f4f4f;
}

.calc .calc-tabs-container .tabs .tab .remove:before {
    content: "";
    background: url(./img/icons/close-popup.svg) no-repeat center center;
    width: 6px;
    height: 6px;
    background-size: contain;
}

.calc .calc-tabs-container .tab-content {
    display: none;
    padding: 14px 18px 5px;
    background-color: #efefef;
    box-sizing: border-box;
}
.calc .calc-tabs-container .tab-content.active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.calc .calc-tabs-container .tab-content input[type="text"] {
    padding: 6px 8px 5px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    box-sizing: border-box;
}
.calc .calc-tabs-container .tab-content input[type="text"]::-webkit-input-placeholder,
.calc .calc-tabs-container .tab-content input[type="text"]::-moz-placeholder,
.calc .calc-tabs-container .tab-content input[type="text"]:-ms-input-placeholder,
.calc .calc-tabs-container .tab-content input[type="text"]:-moz-placeholder {
    color: #828282;
}
.calc .calc-tabs-container .tab-content .weight,
.calc .calc-tabs-container .tab-content .volume {
    /*width: 115px;*/
    width: 105px;
    margin-bottom: 9px;
}
.calc .calc-tabs-container .tab-content .weight {
    margin-right: 17px;
}
.calc .calc-tabs-container .tab-content .volume {
    margin-right: 28px;
}
.calc .calc-tabs-container .tab-content .price {
    width: 148px;
    margin: 0 29px 9px 0;
}
.calc .calc-tabs-container .tab-content .size {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 9px;
    margin-right: 29px;
}
.calc .calc-tabs-container .tab-content .size .input {
    position: relative;
}
.calc .calc-tabs-container .tab-content .size .input input {
    width: 51px;
    text-align: center;
}
.calc .calc-tabs-container .tab-content .size .input:not(:last-child) {
    margin-right: 16px;
}
.calc .calc-tabs-container .tab-content .size .input:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -11px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background-image: url('../img/icons/х.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.calc .calc-tabs-container .tab-content select {
    width: 247px;
    height: 33px;
    margin: 0 29px 9px 0;
    padding: 6px 20px 6px 6px;
    font-size: 12px;
    color: #828282;
    line-height: 1em;
    text-indent: 0.01px;
    background-color: #fff;
    background-image: url('../img/icons/shevron.svg');
    background-position: 96.5% center;
    background-repeat: no-repeat;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    box-sizing: border-box;
    cursor: pointer;
}
.calc .calc-tabs-container .tab-content select option {
    color: #828282;
}
.calc .calc-tabs-container .tab-content select:focus {
    outline: none;
}
.calc .calc-tabs-container .tab-content select::-ms-expand {
    display: none;
}
.calc .calc-tabs-container .tab-content .checkbox {
    width: 141px;
    margin-top: 4px;
}
.calc .calc-tabs-container .tab-content .checkbox.mail {
    width: 150px;
    margin-right: 27px;
}

.calc .accordion {
    margin-bottom: 5px;
}

.calc .accordion .accordion-link {
    position: relative;
    font-size: 12px;
    margin-right: 15px;
    padding-bottom: 1px;
    border-bottom: 1px dashed #2d9cdb;
}
.calc .accordion .accordion-link::after {
    content: '';
    position: absolute;
    top: 6px;
    right: -9px;
    border: 3px solid transparent;
    border-top: 4px solid #2d9cdb;
}
.calc .accordion .accordion-link.open::after {
    top: 3px;
    transform: rotate(-180deg);
}
.calc .accordion .accordion-link.open + .accordion-content {
    padding-bottom: 1.1%;
}
.calc .accordion .accordion-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 16px;
}
.calc .accordion .accordion-content .checkbox {
    width: 33.3%;
    margin-bottom: 5px;
    padding-right: 15px;
    box-sizing: border-box;
    max-width: 350px;
}
.calc .btn {
    width: 173px;
    height: 34px;
    margin-top: 1.5%;
    padding: 8px 0;
    font-size: 12px;
    color: #0355bc;
    background-color: #fff;
    border: 2px solid #0355bc;
    cursor: pointer;
}
.calc .btn:hover {
    color: #fff;
    background-color: #0355bc;
}

.calc .checkbox .tip {
    display: inline-block;
    margin-left: 3px;
    cursor: pointer;
    position: relative;
}

.calc .checkbox .tip:before {
    content: "?";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #2d9cdb;
    text-align: center;
    line-height: 12px;
    font-size: 6px;
    position: relative;
    top: -2px;
}

.calc .checkbox .tip:hover span {
    display: block;
}

.calc .checkbox .tip span {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    width: 230px;
    padding: 5px 10px;
    left: 150%;
    bottom: 0;
    z-index: 10;
}

.calc .accordion .accordion-content {
    display: none;
}

.calc .accordion .accordion-link.open + .accordion-content {
    display: flex;
}

.calc.homepage .checkbox label {
    margin-bottom: 3px;
}

.calc.homepage .calc-tabs-container .tab-content .price {
    width: 150px;
    margin-right: 17px;
}

.calc.homepage .calc-tabs-container .tab-content .size {
    margin-right: 0;
}

.calc .favorite-list {
    margin-top: 5px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

.calc .favorite-list-fake {
    display: none;
    height: 35px;
}

.calc .favorite-list > span {
    display: block;
    padding: 10px 15px;
    width: 100%;
    height: 35px;
    overflow: hidden;
}

.calc .favorite-list:hover > span {
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: absolute;
    height: auto;
    z-index: 10;
    
}

.calc .favorite-list a {
    font-size: 13px;
    color: #666;
    display: inline-block;
    margin-right: 5px;
    line-height: 17px;
    border-bottom: 1px dashed #999;
    text-decoration: none;
    margin-bottom: 3px;
}

.additional-link {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 0 20px auto;
    font-size: 12px;
}
.additional-link a {
    border-bottom: none;
}
.additional-link a:hover {
    text-decoration: underline;
}
.additional-link.edit {
    position: relative;
    padding-left: 20px;
}
.additional-link.edit::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background-image: url('./img/icons/edit.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.result-table {
    margin-top: 40px;
    font-size: 0.875em;
    color: #4f4f4f;
    border-collapse: collapse;
}
.result-table tr {
    border-bottom: 1px solid #d7d7d7;
}
.result-table tr:first-child {
    vertical-align: top;
    border-bottom: 2px solid #808080;
}
.result-table th {
    min-width: 115px;
    padding: 0 0 10px 29px;
    text-align: right;
}
.result-table th span {
    white-space: nowrap;
}
.result-table th:first-child {
    padding-left: 0;
    text-align: left;
}
.result-table td {
    padding: 10px 0 10px 29px;
    text-align: right;
    position: relative;
}
.result-table td::before {
    display: none;
}
.result-table td:first-child {
    padding-left: 0;
    text-align: left;
}
.result-table .tooltip {
    top: 1px;
    margin-left: 6px;
}
.result-table .warning {
    margin: 3px 0;
    font-size: 0.785714em;
    color: #828282;
    line-height: 1.363636em;
}
.result-table .guest-lock {
    margin: 1px 2px;
    font-size: 0.785714em;
    color: #828282;
    line-height: 1.272727em;
    text-align: left;
}
.result-table .guest-lock a {
    border-bottom: none;
}
.result-table .guest-lock a:hover {
    text-decoration: underline;
}
.result-table .button {
    display: inline-block;
    padding: 9px 11px;
    font-size: 11px;
    line-height: 12px;
    white-space: nowrap;
    box-sizing: border-box;
}

.result-table .tip {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
    position: relative;
    top: -2px;
}

.result-table .tip:before {
    content: "?";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #2d9cdb;
    text-align: center;
    line-height: 12px;
    font-size: 6px;
}

.result-table .tip:hover span {
    display: block;
}

.result-table .tip span {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    width: 230px;
    padding: 5px 10px;
    left: 150%;
    bottom: 0;
    z-index: 10;
    font-size: 12px;
    text-align: left;
}


.blog-list {
    display: flex;
    flex-wrap: wrap;
}

.blog-list .item {
    flex: 0 0 auto;
    width: 267px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    line-height: 16px;
    margin-right: 24px;
    margin-bottom: 24px;
}

.blog-list .item .img {
    display: block;
    height: 183px;
    background: #efefef;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.blog-list .item .item-content {
    display: flex;
    flex-direction: column;
    padding: 16px 12px;
}

.blog-list .item .title {
    display: block;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    color: #4F4F4F;
    margin-bottom: 8px;
    font-weight: bold;
}

.blog-list .item .description {
    margin-bottom: 8px;
    color: #646464;
}

.blog-list .item .date {
    margin-top: auto;
}

.blog-detail > .date {
    font-size: 12px;
    color: #828282;
}

.accordion-list {
    margin: 16px 0;
}

.accordion-list .accordion-item {
    margin: 8px 0;
}

.accordion-list .accordion-item > .title {
    color: #0355BC;
    position: relative;
    padding-left: 12px;
}

.accordion-list .accordion-item > .title:hover {
    color: #2D9CDB;
}

.accordion-list .accordion-item > .title:before {
    position: absolute;
    content: "";
    display: block;
    border: 3px solid transparent;
    width: 0;
    height: 0;
    border-bottom: 0;
    border-top-color: #0355BC;
    top: 10px;
    transform: rotate(270deg);
    left: 0;
}

.accordion-list .accordion-item > .title:hover:before {
    border-top-color: #2D9CDB;
}

.accordion-list .accordion-item.open > .title:before {
    transform: rotate(0deg);
}

.accordion-list .accordion-item .accordion-content {
    display: none;
    margin: 16px 0;
}

.accordion-list .accordion-item.open .accordion-content {
    display: block;
    font-size: 14px;
    line-height: 22px;
}

.deliveries-row-list {
    display: flex;
    flex-wrap: wrap;
}

.deliveries-row-list .item {
    width: 170px;
    height: 170px;
    flex: 0 0 auto;
    box-shadow: 0px 2px 10px rgba(79, 79, 79, 0.1);
    border: 1px solid #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    margin-bottom: 24px;
}

.deliveries-row-list .item img {
    max-width: 150px;
    max-height: 150px;
}

.deliveries-row-list .item:hover {
    box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.25);
}

.documents-list .documents-section {
    margin: 20px 0;
}

.documents-list .documents-section > .title {
    display: block;
    font-size: 16px;
    line-height: 42px;
    color: #0D47A1;
}

.documents-list .documents-section .document {
    display: block;
    padding: 10px 8px;
    font-size: 14px;
    line-height: 24px;
    color: #929292;
    background: #ECEFF1;
    margin: 2px 0;
}

.documents-list .documents-section .document:hover {
    background: #F6F9FB;
    color: #4F4F4F;
}

.form-documentsrequest {
    margin: 32px 0;
}

.form-documentsrequest .form-title {
    font-size: 14px;
    line-height: 19px;
    color: #4F4F4F;
    font-weight: bold;
    margin-bottom: 20px;
}

.form-documentsrequest .form-group .form-control-lg {
    width: 100%;
    margin-top: 0;
    box-sizing: border-box;
}

.form-documentsrequest label.ckbox {
    font-weight: normal;
}

.form-documentsrequest .center-label {
    line-height: 35px;
    font-size: 12px;
    color: #252525;
    height: 35px;
    display: block;
}

.form-documentsrequest textarea.form-control-lg {
    min-height: 120px;
}

.form-documentsrequest .agreement-text, .form-documentsrequest .required-text {
    font-size: 10px;
    line-height: 11px;
    color: #828282;
}

.form-documentsrequest .required-text {
    margin-top: 12px;
    color: #4F4F4F;
}

/* Short width */

body.short-width header .address {
    display: block;
}

body.short-width header .personal {
    display: block;
}

body.short-width header .logo {
    width: 30.851%;
}

body.short-width header .form {
    margin-top: 6px;
    margin-left: auto;
    display: inline-block;
}

/* index page */

.main-banner {
    position: relative;
    display: block;
    background-image: linear-gradient(99.12deg, #5198F2 -46.83%, #0355BC 50.12%);
}

.main-banner .container {
        position: relative;
    z-index: 2;
}

.main-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('./img/lines.png');
    background-repeat: no-repeat;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-position: center 90%;
    z-index: 1;
}

.main-banner .content {
    width: 320px;
    padding: 11.5% 0 15.4%;
    color: #fff;
    box-sizing: border-box;
}

.main-banner .content .title {
        margin: 0;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
}

.main-banner .content .desc {
        margin-top: 6.4%;
    font-size: 15px;
    line-height: 1.35em;
}

.main-banner .content .btn {
        display: block;
    width: 253px;
    height: 62px;
    padding: 19px 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border: 3px solid #fff;
    transition: all 0.2s ease;
    box-sizing: border-box;
    margin-top: 14.25%;
    background-color: #1766cb;
}

.promo {
    display: -ms-flexbox;
    display: flex;
}
.promo .item {
    min-width: 50%;
    min-height: 195px;
    padding: 0 4.475% 0 3.5%;
    color: #fff;
    border-bottom: none;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}
.promo .item .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    height: 100%;
}
.promo .item .info {
    display: block;
    max-width: 350px;
}
.promo .item .img {
    max-width: 250px;
    max-height: 195px;
    margin-left: 2.2%;
    line-height: 0;
}
.promo .item .img img {
    max-width: 100%;
    max-height: 100%;
}
.promo .item .title {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
}
.promo .item .desc {
    display: block;
    margin-top: 8px;
    line-height: 1.45em;
}
.promo .item .btn {
    display: none;
}
.promo .item:nth-child(odd):last-child {
    padding: 0;
}
.promo .item:nth-child(odd):last-child .content {
    width: 1141px;
    margin: 0 auto;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.promo .item:nth-child(odd):last-child .title {
    font-size: 24px;
}
.promo .item:nth-child(odd):last-child .desc {
    font-size: 18px;
}
.promo .item:nth-child(odd):last-child .btn {
    display: block;
}
.promo .item:nth-child(even) .content {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}


.news-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 42px 0 -33px;
}
.news-section .category {
    position: relative;
}
.news-section .owl-nav {
    position: absolute;
    top: -59px;
    right: 0;
}
.news-section .owl-nav .owl-prev .arrow,
.news-section .owl-nav .owl-next .arrow {
    display: block;
    width: 23px;
    height: 23px;
    margin-left: 6px;
    background-color: #efefef;
    background-image: url('../img/icons/arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    border-radius: 50%;
    opacity: 1;
    transition: opacity 0.2s ease;
}
.news-section .owl-nav .owl-prev:focus,
.news-section .owl-nav .owl-next:focus {
    outline: none;
}
.news-section .owl-nav .owl-prev.disabled .arrow,
.news-section .owl-nav .owl-next.disabled .arrow {
    opacity: 0.3;
}
.news-section .owl-nav .owl-prev .arrow {
    transform: rotate(180deg);
}
.news-section .preview {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 33px;
    padding-right: 20px;
    box-sizing: border-box;
}
.news-section .preview .img {
    display: block;
    max-width: 172px;
    margin-right: 18px;
    border-bottom: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.news-section .preview .title {
    margin: 0 0 2px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
}
.news-section .preview .title a {
    border-bottom: none;
    text-decoration: underline;
}
.news-section .preview .title a:hover {
    text-decoration: none;
}
.news-section .preview .desc {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4em;
}
.news-section.tabs-container {
    margin: 3.77% 0 4.45%;
}
.news-section.tabs-container .preview {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
}
.news-section.tabs-container .preview .img {
    margin-right: 26px;
}
.news-section.tabs-container .preview .title {
    margin-bottom: 0;
    line-height: 1.25em;
}
.news-section.tabs-container .preview .desc {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.45em;
}

.news-section .preview .date {
    font-size: 12px;
    color: #828282;
}

.news-section:not(.tabs-container) {
    margin-top: 0;
}

.news-section .more-link {
    font-size: 13px;
    position: relative;
    top: -2px;
    color: #666;
    left: 10px;
}

.news-section .more-link:hover {
    text-decoration: underline;
}

.tabs-container .tabs .tab {
    position: relative;
    margin-right: 18px;
    font-size: 17px;
    color: #252525;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: none;
}
.tabs-container .tabs .tab::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    margin-top: 1px;
    background-color: #2d9cdb;
    transition: width 0.2s ease;
}
.tabs-container .tabs .tab:not(.active):hover {
    color: #2d9cdb;
}
.tabs-container .tabs .tab.active::after {
    width: 44px;
}
.tabs-container .tabs-content {
    margin-top: 3.2%;
}
.tabs-container .tabs-content .tab-content {
    height: 0;
    overflow: hidden;
}
.tabs-container .tabs-content .tab-content.active {
    height: auto;
    overflow: visible;
}


.popup {
	position: absolute;
	z-index: 1000;
	left: 50%;
}

.popup .popup-content {
    width: 400px;
    background: #fff;
    padding: 40px;
}

.popup .popup-header {
    position: relative;
    margin-bottom: 30px;
}

.popup .popup-header .popup-title, .popup .popup-success .title {
    color: #4F4F4F;
    font-weight: 500;
    font-size: 1.5em;
}

.popup .popup-success .text {
    font-size: 0.9em;
    margin-top: 20px;
}

.popup .popup-header .close-popup-icon {
    position: absolute;
    top: -20px;
    right: -20px;
    background: url('./img/icons/close-popup-gray.svg') no-repeat center center;
    width: 16px;
    height: 16px;
    display: block;
    text-decoration: none;
    border: none;
}

.popup .popup-header .close-popup-icon:hover {
    opacity: 0.5;
}

.popup .form-group {
    
}

.popup .form-group .control-label {
    font-size: 0.75em;
    color: #828282;
}

.popup .form-group .control-label .danger-color {
    color: #ff0000;
}

.popup .form-group input[type=text],
.popup .form-group input[type=email],
.popup .form-group input[type=password],
.popup .form-group textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #E0E0E0;
    border-radius: 1px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #828282;
    outline: none;
    padding: 5px 10px;
}

.popup .forgot-password-link {
    display: block;
    font-size: 12px;
    text-decoration: underline;
}

.popup .form-group.checkbox label {
    font-size: 0.75em;
}

.popup .popup-footer {
    margin-top: 20px;
}

.popup .popup-footer .btn {
    height: 34px;
    width: auto;
}

.popup .popup-footer .btn:disabled {
        color: #666;
        border-color: #ccc;
}

.popup .popup-footer .btn:disabled:hover {
    background: none;
    cursor: default;
}

.popup-loading {
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		z-index: -1;
}

.popup-loading svg {
    width: 80px;
    height: 80px;
    animation: rotate 2s infinite linear;
}

.popup-loading svg circle {
    stroke: #fff;
}

.popup .popup-error-message, .popup .popup-success-message {
    background: #EB5757;
    border: 1px solid #D63333;
    padding: 10px;
    color: #fff;
    font-size: 0.75em;
    display: none;
    margin-bottom: 32px;
}

.popup .popup-success-message {
    background: #95C518;
    border-color: #AAE11B;
}

.jqmOverlay {
	background-color: rgba(3, 15, 28, .75);
	&.product-image {
		z-index: 1001 !important;
	}
}

.form-authorize {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    border: 1px solid #ced4da;
    padding: 32px;
}

.form-authorize .form-title {
    margin-bottom: 32px;
}

.form-authorize .form-control-lg {
    width: 100%;
    box-sizing: border-box;
}

.form-authorize .actions {
    margin-top: 16px;
    font-size: 12px;
}

.form-authorize .agreement-box {
    margin-top: 10px;
}


.form-authorize .ckbox span {
    font-size: 12px;
}

.subcategories-blog.change-position {
    position: relative;
    top: -32px;
    left: 140px;
}

.subcategories-blog .link {
    position: relative;
    font-size: 0.9375em;
    color: #4f4f4f;
    font-weight: 700;
    border-bottom: none;
}
.subcategories-blog .link:not(:last-child) {
    margin-right: 17px;
}
.subcategories-blog .link:hover {
    color: #2d9cdb;
}
.subcategories-blog .link.active {
    cursor: default;
}
.subcategories-blog .link.active:hover {
    color: #4f4f4f;
}
.subcategories-blog .link.active::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 44px;
    height: 2px;
    margin-top: 4px;
    background-color: #0355bc;
}

.contact-page {
    margin-top: 32px;
}

.contact-page .map {
    height: 400px;
    background: #efefef;
    position: relative;
    width: calc(100% + 64px);
    margin-left: -32px;
}

.contact-page .map .contact-box {
    position: absolute;
    width: 345px;
    box-sizing: border-box;
    padding: 24px 32px;
    left: 0;
    top: 100px;
    font-size: 14px;
    line-height: 19px;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.05);
}

.contact-page .map .contact-box .item {
    margin: 16px 0;
    display: flex;
    align-items: center;
    color: #4F4F4F;
}

.contact-page .map .contact-box .item:before {
    content: "";
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 16px;
    background-size: contain;
}

.contact-page .map .contact-box .item.location:before {
    background-image: url('./img/icons/location.svg');
}

.contact-page .map .contact-box .item.phone:before {
    background-image: url('./img/icons/phone.svg');
}

.contact-page .map .contact-box .item.email:before {
    background-image: url('./img/icons/mail.svg');
}

.contact-page .map .contact-box .item.worktime:before {
    background-image: url('./img/icons/worktime.svg');
}

.contact-form {
    margin-top: 32px;
}

.contact-form .director {
    box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.05);
    padding: 32px 60px;
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #4F4F4F;
}

.contact-form .director .img {
    width: 100px;
    height: 100px;
    margin-bottom: 24px;
}

.contact-form .director .img img {
    max-width: 100px;
    max-height: 100px;
}

.contact-form .director .name {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #252525;
    margin-bottom: 8px;
}

.contact-form .director .job {
    margin-bottom: 16px;
}

.contact-form .director .email {
    color: #0355bc;
}

.contact-form .form {
    box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.05);
    padding: 16px 48px;
    color: #4F4F4F;
    font-size: 14px;
    line-height: 20px;
}

.contact-form .form > h3 {
    font-size: 21px;
    line-height: 29px;
    color: #4F4F4F;
    margin-bottom: 8px;
}

.contact-form .form .description {
    margin-bottom: 24px;
}

.contact-form .form .form-footer > div {
    display: flex;
    align-items: center;
}

.tariffs-list {
    display: flex;
    flex-wrap: wrap;
}

.tariffs-list .item {
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
    padding: 32px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #646464;
    max-width: 267px;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tariffs-list .item .name {
    color: #4F4F4F;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
}

.tariffs-list .item .price {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #4F4F4F;
    margin-bottom: 30px;
}

.tariffs-list .item .checker {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.tariffs-list .item .checker li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.tariffs-list .item .checker li:before {
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 13px;
    background-image: url('./img/icons/red-cross.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    flex-shrink: 0;
}

.tariffs-list .item .checker li.check:before {
    background-image: url('./img/icons/blue-check.svg');
}

.tariffs-list .item .btn {
    margin-top: 48px;
}

.star-select {
    display: flex;
    margin: 10px 0 20px;
}

.star-select .star {
    width: 33px;
    height: 32px;
    background-image: url('./img/stars.png');
    background-repeat: no-repeat;
    background-position: right top;
    margin-right: 10px;
    transition: none;
}

.star-select .star.active {
    background-position: left top;
}

.tabs-links {
    border-bottom: 1px solid #DEE2E7;
    display: flex;
    margin-bottom: 24px;
}

.tabs-links .item {
    padding: 12px 0;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    color: #252525;
    margin-right: 23px;
    position: relative;
    flex: 0 0 auto;
}

.tabs-links .item.active:before, .tabs-links .item:hover:before {
    content: "";
    position: absolute;
    height: 2px;
    background: #0355bc;
    bottom: -1px;
    display: block;
    width: 100%;
}

.rating-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rating-list .item {
    font-size: 14px;
    line-height: 19px;
    color: #4F4F4F;
    box-sizing: border-box;
    width: 49%;
    margin-bottom: 2%;
    box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.1);
    padding: 40px 72px;
    flex: 0 0 auto;
}

.rating-list .item.full {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rating-list .item.full > .row {
    width: 100%;
}

.rating-list .item .name {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 24px;
}

.rating-list .item.full .name {
    text-align: center;
}

.rating-list .item .criterion {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.rating-list .item .criterion .title {
    width: 230px;
    flex-shrink: 0;
}

.rating-list .item .criterion .stars {
    display: flex;
}

.rating-list .item .criterion .stars i {
    width: 24px;
    height: 24px;
    background-image: url('./img/icons/star-empty.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 6px;
}

.rating-list .item .criterion .stars i.checked {
    background-image: url('./img/icons/star-fill.svg');
}

.row-value {
    display: flex;
    margin-bottom: 18px;
    align-items: center;
}

.row-value span {
    display: flex;
    flex: 1 1 auto;
    margin-left: 20px;
    color: #0355bc;
    font-weight: bold;
}

.row-value span:before {
    content: "";
    border-bottom: 1px dashed #0355bc;
    width: 100%;
    margin-right: 15px;
}

.rating-chart {
    display: flex;
}

.rating-chart .sidebar {
    width: 170px;
    margin-right: 23px;
    flex-shrink: 0;
}

.rating-chart .sidebar .menu a {
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #252525;
    border-bottom: 1px solid #DEE2E7;
    text-decoration: none;
}

.rating-chart .sidebar .menu a span {
    padding: 12px 0;
    display: inline-block;
    position: relative;
}

.rating-chart .sidebar .menu a.active span:before {
    content: "";
    position: absolute;
    height: 2px;
    background: #0355bc;
    bottom: -1px;
    display: block;
    width: 100%;
}

.rating-chart .chart-container {
    width: 100%;
    border: 1px solid #DEE2E7;
    padding: 24px 8px;
    box-sizing: border-box;
    
}

.rating-chart .legend, .partners-list .chart .legend {
    display: flex;
    justify-content: center;
}

.rating-chart .legend span, .partners-list .chart .legend span {
    color: #828282;
    display: flex;
    font-size: 12px;
    line-height: 14px;
    align-items: center;
    margin: 0 8px;
}

.rating-chart .legend span i, .partners-list .chart .legend span i {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    margin-right: 4px;
    background: #828282;
}

.rating-chart .legend span i.green, .partners-list .chart .legend span i.green{
    background-color: #A4DA1A;
}

.rating-chart .legend span i.red, .partners-list .chart .legend span i.red {
    background-color: #D73434;
}

.rating-chart .legend span i.blue, .partners-list .chart .legend span i.blue {
    background-color: #2D9CDB;
}

.rating-chart .legend span i.dark-blue, .partners-list .chart .legend span i.dark-green {
    background-color: #0355BC;
}

.chart {
    height: 260px;
    position: relative;
}

.chart > .tip {
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 2;
}

.chart > .tip:before {
    content: "?";
    display: block;
    background: #0355bc;
    text-align: center;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    border-radius: 50%;
}

.chart > .tip span {
    display: none;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    width: 230px;
    padding: 12px;
    font-size: 11px;
    line-height: 15px;
    right: 30px;
    top: -20px;
}

.chart > .tip:hover {
    cursor: pointer;
}

.chart > .tip:hover span {
    display: block;
}

.chart .grid {
    display: block;
    position: absolute;
    width: 100%;
    height: 250px;
    left: 0;
    top: 0;
}
.chart .grid span {
    display: flex;
    align-items: flex-start;
    height: 50px;
    border-top: 1px solid #d5ebf8;
}

.chart .grid span i {
    display: block;
    width: 20px;
    background: #fff;
    height: 20px;
    position: relative;
    bottom: 11px;
    color: #2D9CDB;
}

.chart .results {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 250px;
    left: 0;
    top: 0;
    padding-left: 35px;
    padding-right: 20px;
}

.chart .results .result {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    margin: 0 20px;
}

.chart .results .result .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-shrink: 0;
    color: #828282;
    text-align: center;
    font-size: 12px;
    height: 20%;
}

.chart .results .columns {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.chart .results .columns .column {
    width: 30px;
    margin: 0 4px;
    background: #efefef;
}

.chart .results .columns .column.green {
    background-color: #A4DA1A;
}

.chart .results .columns .column.red {
    background-color: #D73434;
}

.chart .results .columns .column.blue {
    background-color: #2D9CDB;
}

.chart .results .columns .column.dark-blue {
     background-color: #0355BC;
}

.rating-total {
    text-align: center;
    border-bottom: 1px solid #DEE2E6;
    padding: 32px 0 32px 193px;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 48px;
}

.rating-total span {
    display: inline-block;
    margin: 0 20px;
    color: #4F4F4F;
}

.rating-total span b {
    display: inline-block;
    margin-left: 8px;
    color: #0355bc;
}

.partners-list {
    
}

.partners-list .item {
    padding-bottom: 24px;
    border-bottom: 1px solid #DEE2E7;
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 150%;
}

.partners-list .item > .title {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #4F4F4F;
    margin-bottom: 8px;
}

.partners-list .item > .since {
    font-size: 12px;
    line-height: 14px;
    color: #828282;
    margin-bottom: 24px;
}

.partners-list .item .box {
    box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.02);
    border: 1px solid #F5F5F5;
    min-height: 180px;
}

.partners-list .item .box.image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-list .item .box.image img {
    max-width: 80%;
    max-height: 80%;
}

.partners-list .item .box.stats {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.partners-list .item .description {
    margin-top: 24px;
}

.partners-list .item .chart {
    height: 180px;
    top: 25px;
}

.partners-list .item .chart .grid {
    height: 150px;
}

.partners-list .item .chart .grid span {
    height: 30px;
}

.partners-list .item .chart .results {
    height: 150px;
    padding-left: 15px;
    padding-right: 0px;
}

.partners-list .item .chart .results .result {
    margin: 0;
}

.partners-list .item .chart .results .result {
    flex: 1;
    align-items: center;
}

.partners-list .item .chart .results .columns .column {
    width: 50px;
}

.partners-list .item .chart .grid span i {
    text-align: center;
}

.partners-list .item .chart > .tip {
    right: 10px;
}

.tracking {
    margin-top: 24px;
}

.tracking .form {
    margin-bottom: 24px;
}

.tracking .form form {
    display: flex;
}

.tracking .form input[type=text] {
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    font-size: 13px;
    color: #2b2a29;
    background-color: #fff;
    border: 1px solid #efefef;
    box-sizing: border-box;
}

.tracking .form button {
    flex-shrink: 1;
    width: 121px;
    height: 35px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background-color: #0355bc;
    border: none;
    transition: background-color 0.15s ease;
    cursor: pointer;
}

.tracking .result {
    border: 1px solid #d7d7d7;
    padding: 19px 23px;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 36px;
}

.tracking .result .row {
    margin-bottom: 10px;
}

.field.password-eye {
    position: relative;
}

.field.password-eye input[type=text] {
    display: none;
}

.field.password-eye.open input[type=text] {
    display: block;
}

.field.password-eye.open input[type=password] {
    display: none;
}

.field.password-eye .eye-btn {
    position: absolute;
    top: 9px;
    right: 12px;
    opacity: .8;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAABCElEQVRIie2UP64BURTGf15Eg0YtsRT32Y4FCNFjGXYgWMF7lQ1MpxIsQKGSUfhGZOacMYoRhS85meR+f+65f+bCF5+OFtAH1sAOOKt2GutL8zKqwBA4AfGTOklbLRreBjYFgtO1kTcXHWBrmBdAF6irArA0dFtlmGgAkWEa5DQ0MvSRsjKYO50D1IAZcAD2wFRjACvDN0+HB0MUc9sWFJjmpuJ+HW94nODfESVLPRjcUVzT8f4B/Fh7ZSA2xi76VooEBKeLIN7aoom43hPvHdYhL8XVNMme7CGvDV/mkMG/pqOclY8NvXtNwf/RVtxuS0PVczrP/dESlPpUJCj1sXtEac/1F+/DFQyvuP3SSeflAAAAAElFTkSuQmCC');
}

.field.password-eye.open .eye-btn {
    opacity: .4;
}

.hello-bar {
    position: fixed;
    background: rgba(255,255,255, 0.95);
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 24px 0;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    z-index: 100;
}

.hello-bar .title {
    color: #4F4F4F;
    margin-bottom: 12px;
    font-size: 21px;
    line-height: 29px;
}

.hello-bar .btn {
    margin-top: 16px;
}

.hello-bar .x {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEDSURBVHgBrZbNDYMwDEbjsBAjdIP2CktUTECYoF0CwbHdoCOwEKS2RNUokNghfBfy+57kEAH0fV8WRdFaa6eqqjp1QsZxvCPvtixLozEP6uC4GYahVZkhBvKe2Lwg22jsvJ35LMm61zhDk67rmmxdrmQH3mHJDTgLaNIFG+mZhODUAG9hsiQG3whSJRx8VyCVSOBBASeRwqOCkMR7RuGsICBRUrhIEJGwcIpWsljh2CaSEvkH6oa9J9whb96W9Sm+jJAC/9U85TJCKtxZI5LAEXiKBI7CpRLIgUskkAvnJHAGPCTBz3GjAaA8A05Z9/7rD3DV8zzTwIdsOXBfgvAX/bZ8AUY13ayOofmJAAAAAElFTkSuQmCC');
    width: 12px;
    height: 12px;
    background-size: contain;
    position: absolute;
    right: 24px;
    top:  24px;
}

.hello-bar .x:hover {
    opacity: 0.6;
}

footer .socials-link {
    display: flex;
    margin-top: 10px;
}

footer .socials-link .vk {
    background: url('../images/socials/vk.svg?v1') no-repeat center center;
    background-size: cover;
    width: 25px;
    height: 35px;
    text-decoration: none;
    border-bottom: none;
    opacity: .5;
}

footer .socials-link .vk:hover {
    opacity: 1;
}

.personal-links .reg-popup-btn {
    margin-right: 10px; 
}