.main {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    padding: 84px 0 0 0;
}

.main-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    max-width: 1308px;
}

.container-fluid .max-width {
    max-width: 1140px;
    margin: 0 auto;
}

.brand {
    position: relative;
    z-index: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.brand-img {
    position: relative;
    display: block;
    font-size: 0;
    line-height: 1;
}

.brand-img img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
}

.brand-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom-width: 0;
}

.brand-title {
    max-width: 219px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #4F4F4F;
    line-height: 1.1;
    margin: 0 0 0 28px;
}

.row {
    /*position: relative;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.row.slick-initialized {
    display: block;
}

.row:not(.no-gutters) {
    margin-right: -15px;
    margin-left: -15px;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > .col,
.row.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col {
    max-width: 100%;
}

/*.col:not(.col-abs) {
    position: relative;
}

.col-abs {
    position: absolute;
}*/

.col-basis-grow {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.row:not(.no-gutters) .col,
.row:not(.no-gutters) [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.form-control {
    display: block;
    width: 100%;
    height: auto;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2F3441;
    background-color: #F0F0F0;
    background-clip: padding-box;
    border: 1.2px solid #F0F0F0;
    border-radius: 20px;
    box-shadow: none;
    transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

select.form-control {
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #2F3441;
    background-color: #F0F0F0;
    border-color: #F0F0F0;
    outline: 0;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #2F3441;
}

.form-control::-moz-placeholder {
    color: #2F3441;
}

.form-control:-ms-input-placeholder {
    color: #2F3441;
}

.form-control::placeholder {
    color: #2F3441;
}

.phone-mask::-webkit-input-placeholder {
    color: #2F3441;
}

.phone-mask::-moz-placeholder {
    color: #2F3441;
}

.phone-mask:-ms-input-placeholder {
    color: #2F3441;
}

.phone-mask::placeholder {
    color: #2F3441;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #F0F0F0;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: rgba(61, 61, 61, 1);
    background-color: #F0F0F0;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
    resize: none;
}

label.error {
    display: none !important;
}

.form-control.error {
    border-color: red;
}

.form-control.valid {
    border-color: green;
}

.inp-checkbox input.error ~ label:not(.error) .checkbox__box {
    border-color: red;
}

.inp-checkbox input.valid ~ label:not(.error) .checkbox__box {
    border-color: green;
}

.date-control {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 56px;
}

.date-control .icon {
    right: 17px;
    top: 50%;
    margin: -8px 0 0;
}

.input-hint {
    display: block;
    font-size: 11px;
    line-height: 1.36;
    color: rgba(50, 60, 93, 0.6);
    margin: 4px 0 0;
}

.btn {
    position: relative;
    overflow: hidden;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: transparent;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0 none;
    letter-spacing: normal;
    line-height: 1.38;
    border-radius: 60px;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.btn-full {
    width: 100%;
}

.btn:hover {
    -webkit-box-shadow: 0 4px 25px 0 rgba(0,0,0,0.08);
    box-shadow: 0 4px 25px 0 rgba(0,0,0,0.08);
    color: transparent;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
    box-shadow: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn > * {
    position: relative;
    z-index: 2;
}

.btn .icon:last-child {
    margin-left: 16px;
}

.btn.border::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.25s ease-in-out;
}

.btn.border::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 60px;
    transition: 0.25s ease-in-out;
}

.btn-orange.border {
    color: #222222;
    background-color: transparent;
}

.btn-orange.border::before {
    background: rgb(236,64,55);
    background: -moz-linear-gradient(left, rgba(236,64,55,1) 0%, rgba(237,71,52,1) 33%, rgba(242,101,44,1) 66%, rgba(243,110,42,1) 100%);
    background: -webkit-linear-gradient(left, rgba(236,64,55,1) 0%,rgba(237,71,52,1) 33%, rgba(242,101,44,1) 66%, rgba(243,110,42,1) 100%);
    background: linear-gradient(to right, rgba(236,64,55,1) 0%, rgba(237,71,52,1) 33%, rgba(242,101,44,1) 66%, rgba(243,110,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec4037', endColorstr='#f36e2a', GradientType=1 );
}

.btn-orange.border:hover::before {
    background: rgb(243,110,42);
    background: -moz-linear-gradient(left,  rgba(243,110,42,1) 0%, rgba(242,101,44,1) 33%, rgba(237,71,52,1) 66%, rgba(236,64,55,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(243,110,42,1) 0%,rgba(242,101,44,1) 33%,rgba(237,71,52,1) 66%,rgba(236,64,55,1) 100%);
    background: linear-gradient(to right,  rgba(243,110,42,1) 0%,rgba(242,101,44,1) 33%,rgba(237,71,52,1) 66%,rgba(236,64,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36e2a', endColorstr='#ec4037',GradientType=1 );
}

.btn-orange.border::after {
    background-color: #ffffff;
}

.btn-orange:not(.border) {
    color: #ffffff;
    background: rgb(236,64,55);
    background: -moz-linear-gradient(left, rgba(236,64,55,1) 0%, rgba(237,71,52,1) 33%, rgba(242,101,44,1) 66%, rgba(243,110,42,1) 100%);
    background: -webkit-linear-gradient(left, rgba(236,64,55,1) 0%,rgba(237,71,52,1) 33%, rgba(242,101,44,1) 66%, rgba(243,110,42,1) 100%);
    background: linear-gradient(to right, rgba(236,64,55,1) 0%, rgba(237,71,52,1) 33%, rgba(242,101,44,1) 66%, rgba(243,110,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec4037', endColorstr='#f36e2a', GradientType=1 );
}

.btn-orange:not(.border):hover {
    background: rgb(243,110,42);
    background: -moz-linear-gradient(left,  rgba(243,110,42,1) 0%, rgba(242,101,44,1) 33%, rgba(237,71,52,1) 66%, rgba(236,64,55,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(243,110,42,1) 0%,rgba(242,101,44,1) 33%,rgba(237,71,52,1) 66%,rgba(236,64,55,1) 100%);
    background: linear-gradient(to right,  rgba(243,110,42,1) 0%,rgba(242,101,44,1) 33%,rgba(237,71,52,1) 66%,rgba(236,64,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36e2a', endColorstr='#ec4037',GradientType=1 );
}

.btn-white:not(.border) {
    color: #222222;
    background-color: #ffffff;
}

.btn-white:not(.border):hover {
    color: #ec4037;
}

.btn-white.border {
    color: #ffffff;
    background-color: transparent;
}

.btn-play {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
}

.btn-play__text {
    text-align: left;
    margin-left: 13px;
}

.btn-play__text > * {
    display: block;
}

.btn-play .icon {
    transition: 0.25s ease-in-out;
}

.btn-play:hover .icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    background-color: #ffffff;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 400;
    color: #222222;
    letter-spacing: normal;
    line-height: 1.42857143;
}

a {
    color: #EC4037;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

a:hover {
    color: #F36E2A;
    text-decoration: none;
}

.inp-checkbox {
    position: relative;
}

.inp-checkbox:not(:last-child) {
    margin: 0 0 20px;
}

.inp-checkbox label {
    display: block;
    width: 100%;
    margin: 0;
    cursor: pointer;
    font-weight: 400;
    line-height: 1.38;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.inp-checkbox .checkbox__box {
    display: block;
    position: absolute;
    left: 0;
    background-color: #F0F0F0;
    border: 1.2px solid #F0F0F0;
    border-radius: 5px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.inp-checkbox.empty .checkbox__box {
    top: 0;
}

.inp-checkbox .checkbox__box::after {
    content: '';
    position: absolute;
    opacity: 0;
    width: 14px;
    height: 10px;
    background-image: url("../img/icons/checkbox.svg");
    background-size: 100% 100%;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.inp-checkbox input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: -1;
}

.inp-checkbox input:checked ~ label .checkbox__box::after {
    opacity: 1;
}

p:last-child {
    margin-bottom: 0;
}

.chief__typical {
    position: relative;
}

.chief__typical:last-child {
    margin-bottom: 0;
}

.chief__typical > *:not(.margin) {
    margin-bottom: 0;
}

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

h1, h2, h3 {
    font-weight: 800;
}

h4, h5, h6 {
    font-weight: 800;
}

h1, h2, h3 {
    line-height: 1.21;
}

h4, h5, h6 {
    line-height: 1.31;
}

h6 {
    font-size: 16px;
}


.icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
    line-height: 1;
}


/* ***** */

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

.headline {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 0 rgba(175, 175, 175, 0.25);
    box-shadow: 0 0 20px 0 rgba(175, 175, 175, 0.25);
}

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

.headline__flex.chief {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

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


.footer {
    position: relative;
    background-color: #ffffff;
}

.footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.footer-info {
    padding: 62px 0 26px;
}

.footer-copyright {
    border-top: 1px solid #ebebeb;
    font-size: 13px;
    color: #828282;
    padding: 22px 0 27px;
}

.footer-copyright__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-copyright a {
    color: inherit;
}

.footer-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    line-height: 1.23;
}

.footer-phone__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-phone .phone {
    font-size: 18px;
    color: #222222;
}

.footer-phone .email {
    color: #EC4037;
}

.footer-lang {
    margin: 0 50px 0 0;
}


.sidebar-burger {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.sidebar-burger__title {
    font-weight: 700;
    margin-right: 8px;
}

.sidebar-burger__line {
    width: 36px;
    font-size: 0;
    line-height: 1px;
}

.sidebar-burger__line span {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 2px;
    border-radius: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.45s ease-in-out;
    transition: 0.45s ease-in-out;
}

html:not(.is-sidebar) .sidebar-burger__line span {
    background-color: #FF4C01;
}

html.is-sidebar .sidebar-burger__line span {
    background-color: #FF4C01;
}

.sidebar-burger__line span:not(:last-child) {
    margin-bottom: 7px;
}

.sidebar-burger__line span:last-child {
    width: 20px;
}

.is-sidebar .sidebar-burger__line span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.is-sidebar .sidebar-burger__line span:nth-child(2) {
    left: 100%;
    opacity: 0;
}

.is-sidebar .sidebar-burger__line span:nth-child(3) {
    width: 36px;
    top: -9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.sidebar-sublist {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sidebar-sublist li:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar-list {
    max-width: 460px;
}

.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.nav-list__link {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
}


.headline__contacts .list-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.headline__contacts .list-contacts li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    line-height: 1.23;
}

.headline__contacts .list-contacts li a .icon {
    margin: 0 15px 0 0;
}


.headline__request {
    margin: 0 32px 0 0;
}


.section {
    position: relative;
}

.section_white {
    color: #ffffff;
}

.section_white .nav-tabs .nav-link:not(.active) {
    color: #ffffff;
}

.section_white .nav-tabs .nav-link.active {
    color: #ffffff;
}

.section_white .nav-tabs .nav-link::after {
    background-color: #ffffff;
}

.section_white .form-control {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.section_white .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.section_white .form-control::-moz-placeholder {
    color: #ffffff;
}

.section_white .form-control:-ms-input-placeholder {
    color: #ffffff;
}

.section_white .form-control::placeholder {
    color: #ffffff;
}

.section_white .inp-checkbox .checkbox__box {
    background-color: transparent;
    border-color: #ffffff;
}

.section_white a {
    color: #ffffff;
}

.section_bg-orange {
    background-color: rgba(255, 76, 1, 0.82);
}

.section_bg-gray {
    background-color: #F8F8F8;
}

.section.p-0 {
    padding-top: 0;
    padding-bottom: 0;
}


.request-tabs .tab-content {
    padding: 50px 0 0;
}


.bg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=1 );
}

.bg-inner {
    position: relative;
}


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

.hello-text span {
    display: block;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 26px;
}

.hello-adv__item:not(:last-child) {
    margin: 0 0 38px;
}

.hello-adv__item-count {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    margin: 0 0 4px;
}

.text-gradient {
    background: #EC4037;
    background: -webkit-linear-gradient(to right, #EC4037 0%, #ED4734 33%, #F2652C 66%, #F36E2A 100%);
    background: -moz-linear-gradient(to right, #EC4037 0%, #ED4734 33%, #F2652C 66%, #F36E2A 100%);
    background: linear-gradient(to right, #EC4037 0%, #ED4734 33%, #F2652C 66%, #F36E2A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hello-adv__item-count span {
    font-size: 32px;
    font-weight: 800;
}

.hello-adv__item p {
    max-width: 177px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
}


.more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.more-btn > *:last-child {
    margin-right: 0;
}

.more-btn:not(.m-t) {
    margin-top: -14px;
}

.more-btn.m-t {
    margin: 36px 0 0;
}


.production-col {
    margin-top: 20px;
}

.production-col.full {
    width: 100%;
}

.production-item {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 25px 0 rgba(160, 160, 160, 0.3);
    box-shadow: 0 0 25px 0 rgba(160, 160, 160, 0.3);
    text-align: center;
    cursor: pointer;
}

.production-item .img-item {
    position: relative;
}

.production-item .img-item .inner-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.production-item .img-item .inner-img img {
    display: inline-block;
    margin: auto;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.production-item .cnt-item {
    padding: 20px 0 0;
}

.production-item .title-item {
    margin-bottom: 0;
}

.production-item .icon {
    z-index: 1;
}

.production-item .hover-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #6180AD;
    color: #ffffff;
    text-align: center;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.production-item:not(:hover) .hover-item {
    right: 100%;
}

.production-item:hover .hover-item {
    right: 0;
}

.production-item .hover-item .title {
    display: block;
    margin: 20px 0 0;
}

.production-item .fancy {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*z-index: 1;*/
}

.production-item .fancy-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-bottom-width: 0;
    overflow: hidden;
}

.production-item .fancy-link:first-child {
    z-index: 1;
}

.production-info {
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 25px 0 rgba(160, 160, 160, 0.3);
    box-shadow: 0 0 25px 0 rgba(160, 160, 160, 0.3);
}

.production-info p {
    font-weight: 300;
    color: #3D3D3D;
}

.production-desc {
    color: #3D3D3D;
}


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

.nav-link {
    position: relative;
    display: block;
    border-bottom-width: 0;
}

.nav-tabs .nav-item:not(:last-child) {
    margin: 0 30px 0 0;
}

.nav-tabs .nav-link {
    font-weight: 700;
    white-space: nowrap;
    padding: 0 0 12px;
}

.nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #2F3441;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.nav-tabs .nav-link:not(.active) {
    color: #78828E;
}

.nav-tabs .nav-link:not(.active)::after {
    opacity: 0;
}

.nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    margin-top: -10px;
    margin-left: -15px;
    margin-right: -15px;
}

.nav-tabs {
    position: relative;
    top: 10px;
    min-width: 100%;
    /*overflow: hidden;*/
    /*overflow-x: scroll;*/
    padding: 10px 0 0 15px;
}

.nav-wrap {
    scrollbar-width: none;
}

.nav-wrap::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background-color: transparent;
}

.nav-wrap::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.nav-wrap::-webkit-scrollbar-track {
    background-color: transparent;
}

.nav-tabs::after {
    content: "";
    position: relative;
    top: -10px;
    width: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.nav-tabs .nav-item {
    position: relative;
    top: -10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.tab-content > .tab-pane:not(.active) {
    display: none;
}


.ways-tabs {
    margin: 50px 0 0;
}

.ways-tabs .tab-pane {
    background-color: #E8EBF2;
}

.ways-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ways-article {
    color: #3D3D3D;
}

.ways-article ul,
.ways-article ol {
    list-style: none;
    padding-left: 0;
}

.ways-article ul:not(:last-child),
.ways-article ol:not(:last-child) {
    margin-bottom: 20px;
}

.ways-article ul:last-child,
.ways-article ol:last-child {
    margin-bottom: 0;
}

.ways-article ul li:not(:last-child),
.ways-article ol li:not(:last-child) {
    margin-bottom: 4px;
}

.ways-article p:not(:last-child) {
    margin-bottom: 20px;
}

.ways-article h5:not(:last-child) {
    margin-bottom: 20px;
}

.ways-desc {
    color: #3D3D3D;
}


.clients-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #E0E0E0;
    height: 189px;
    padding: 12px 12px;
    margin-left: -1px;
}

.clients-item img {
    max-width: 100%;
    height: auto;
    width: auto;
}


.events-items {
    margin-top: -40px;
}

.events-col {
    margin-top: 40px;
}

.events-item {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.events-item .img-item {
    position: relative;
    overflow: hidden;
}

.events-item .img-item .inner-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.events-item .img-item .inner-img img {
    display: inline-block;
    margin: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.events-item .cnt-item {
    padding: 20px 0 0;
}

.events-item .desc-item {
    font-weight: 300;
}

.events-item .hover-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #6180AD;
    color: #ffffff;
    text-align: center;
    padding: 20px 20px 20px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.events-item:not(:hover) .hover-item {
    right: 100%;
}

.events-item:hover .hover-item {
    right: 0;
}

.events-item .hover-item .title {
    display: block;
    margin: 20px auto 0;
}

.events-item .fancy {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*z-index: 1;*/
}

.events-item .fancy-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-bottom-width: 0;
    overflow: hidden;
}

.events-item .fancy-link:first-child {
    z-index: 1;
}


.accordion-title {
    cursor: pointer;
}

.accordion-cnt {
    display: none;
    overflow: hidden;
}


.purchase-map {
    position: relative;
}

.purchase-map .inner-map {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    /*height: 0;*/
    /*padding-bottom: 100%;*/
}

.purchase-map .inner-map > * {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.purchase-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.08);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.08);
}

.purchase-item:not(:last-child) {
    margin: 0 0 10px;
}

.purchase-item__flag {
    display: inline-flex;
    align-items: center;
    color: #969696;
    margin: 3px 0 0;
}

.purchase-item__flag .icon {
    margin-right: 11px;
}

.purchase-item__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.purchase-item__list li:not(:last-child) {
    margin: 0 0 10px;
}

.purchase-item__list a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222222;
}

.purchase-item__list a .icon {
    margin-right: 13px;
}


.contacts-item {
    height: 100%;
    background-color: #F8F8F8;
}

.contacts-items {
    margin-top: -30px;
}

.contacts-items .col {
    margin-top: 30px;
}

.contacts-item__img {
    min-height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 27px;
}

.contacts-item__info p {
    font-weight: 600;
}

.contacts-item__info p:not(:last-child) {
    margin-bottom: 2px;
}

.contacts-item__info p a {
    color: inherit;
}

.contacts-item__info span {
    display: block;
    font-size: 14px;
    color: #4F4F4F;
}


.article p {
    max-width: 1036px;
    color: #000000;
}


.phone-wrap {
    position: relative;
}

.phone-clear {
    position: absolute;
    right: 17px;
    top: 50%;
    width: 28px;
    height: 28px;
    background-color: #B1B9CC;
    border-radius: 50%;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    padding: 8px;
    margin: -14px 0 0 0;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.phone-wrap:not(.is-clear) .phone-clear {
    opacity: 0;
}

.phone-label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    font-weight: 600;
    color: #212121;
    line-height: 1.33;
    margin-bottom: 0;
    cursor: text;
}

/*.phone-label::before {
    content: "+7 (";
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
}*/


.services-item {
    position: relative;
    height: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 0 rgba(175, 175, 175, 0.25);
    box-shadow: 0 0 20px 0 rgba(175, 175, 175, 0.25);
    color: #2F3441;
}

.services-item__content {
    margin: 30px 0 0;
}

.services-item__content p {
    font-weight: 600;
}

.services-item__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -25px;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px 0 rgba(175, 175, 175, 0.25);
    box-shadow: 0 0 20px 0 rgba(175, 175, 175, 0.25);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.services-item__arrow svg {
    stroke: #FF4C01;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.services-item:hover .services-item__arrow {
    background-color: #FF4C01;
}

.services-item:hover .services-item__arrow svg {
    stroke: #ffffff;
}

.services-item__icon img {
    width: auto;
    max-width: 100%;
    height: auto;
}


.advantages-item {
    height: 100%;
    max-width: 330px;
    border-left: 3px solid #ffb597;
    padding: 24px 0 24px 26px;
}

.advantages-item h4 {
    font-weight: 600;
}


.reviews-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews-info {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #2F3441;
}

.reviews-info__img {
    position: relative;
    overflow: hidden;
    background-color: #C4C4C4;
    height: 370px;
}

.reviews-info__hover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(81, 81, 81, 0.8);
    opacity: 0;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.reviews-info__hover span {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    background-image: url("../img/icons/search.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews-info:hover .reviews-info__hover {
    opacity: 1;
}

.reviews-info__content {
    margin: 20px 0 0;
}

.reviews-info__content h4 {
    font-weight: 600;
    margin-bottom: 5px;
}

.reviews-info__link {
    display: inline-block;
    color: #78828E;
    border-bottom: 1px solid currentColor;
}

.reviews-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 0 0 73px;
}

.reviews-content__inner {
    position: relative;
    max-width: 719px;
    padding: 0 0 0 47px;
}

.reviews-content__inner::before {
    content: "“";
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 70px;
    color: #78828E;
    line-height: 1;
}

.reviews-content__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-style: italic;
    margin: 50px 0 0;
}

.reviews-content__bottom span {
    display: block;
}


.projects-map {
    position: relative;
}

.projects-map > * {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.projects-tabs .tab-content {
    margin: 35px 0 0;
}

.projects-cite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F9F9F9;
    margin: 70px 0 0;
    padding: 23px 30px 23px;
}


.points-content__inner {
    max-width: 648px;
}

.points-content a {
    color: #FF4C01;
}

.points-items {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.points-items li {
    font-weight: 600;
}

.points-items li:not(:last-child) {
    margin-bottom: 10px;
}

.points-items li.active a {
    border-bottom: 1px solid currentColor;
}


.priorities-item {
    position: relative;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 55px;
}

.priorities-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #F0F0F0;
    background-image: url("../img/priorities/check.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
}


.article-img__inner {
    position: relative;
    margin: 0 16px 0 0;
}

.article-img__inner::before,
.article-img__inner::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #F0F0F0;
}

.article-img__inner::before {
    left: -10px;
    top: -10px;
}

.article-img__inner::after {
    right: -10px;
    bottom: -10px;
}

.article-img__inner img {
    position: relative;
    z-index: 1;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}


.steps-item__content {
    margin: 20px 0 0;
}

.steps-item__content h4 {
    margin-bottom: 0;
}

.steps-item__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.steps-item__top::before {
    content: "";
    position: absolute;
    left: 55px;
    right: 9px;
    top: 50%;
    margin-top: -1px;
    height: 0;
    border-bottom: 2px dashed #DCDCDC;
}

.steps-item__count {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #FF4C01;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
}

.steps-item__arrow {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 12px;
    background-image: url("../img/steps/arrow.svg");
    background-size: 100% 100%;
}


.adv-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.adv-item__top h4 {
    margin-bottom: 0;
}

.adv-item__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 20px 0 0;
}

.adv-item__img img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.adv-item__content {
    max-width: 320px;
    margin: 20px 0 0;
}

.adv-item__content p {
    color: #78828E;
}


.docs-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.docs-item__icon {
    width: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 10px -2px 0;
}

.docs-item__content h4 {
    margin-bottom: 0;
}

.docs-item__content span {
    display: inline-block;
    font-size: 14px;
    color: #78828E;
    border-bottom: 1px solid currentColor;
}


.download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.download-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #FF4C01;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 12px 0 0;
}

.download-link {
    display: inline-block;
    color: #FF4C01;
    border-bottom: 1px solid currentColor;
}

.download-info {
    display: block;
    font-size: 14px;
    color: #78828E;
    margin-top: 2px;
}


.card-tabs {
    margin: 70px 0 0;
}

.card-tabs .tab-content {
    padding: 30px 0 0;
}

.card-tabs .tab-content p a {
    color: #FF4C01;
    border-bottom: 1px solid currentColor;
}

.card-tabs .nav-tabs .nav-link:not(.active) {
    font-weight: 400;
    color: #2F3441;
}

.card-tabs .nav-tabs .nav-link::after {
    background-color: #FF4C01;
}

.card-char {
    margin: 7px 0 0;
}

.card-char ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.card-char ul li:not(:last-child) {
    margin-bottom: 7px;
}

.card-doc {
    border-radius: 5px;
    padding: 20px 20px;
    margin: 30px 0 0;
}

.card-doc a {
    color: #FF4C01;
    border-bottom: 1px solid currentColor;
}

.card-doc h4 {
    margin-bottom: 5px;
}

.card-contacts {
    margin: 27px 0 0;
}

.card-contacts ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.card-contacts ul li:not(:last-child) {
    margin-bottom: 10px;
}

.card-contacts__link {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}

.card-contacts__link img {
    position: absolute;
    left: 0;
    top: 0;
}

.card-contacts__link span {
    display: inline-block;
    border-bottom: 1px solid currentColor;
}

.card-price {
    display: block;
    font-weight: 700;
}

.card-btn {
    margin: 20px 0 0;
}

.card-count {
    margin: 12px 0 0;
}

.card-info {
    margin: 26px 0 0;
}

.card-info ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.card-info ul li:not(:last-child) {
    margin-bottom: 20px;
}

.card-info h6 {
    margin-bottom: 5px;
}

.card-big {
    position: relative;
    border: 1px solid #F9F9F9;
    border-radius: 5px;
}

.card-big__item {
    display: block;
    position: relative;
    width: 100%;
    padding: 36px 0 0;
}

.card-big__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.card-big__item-inner img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.card-big__zoom {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    width: 20px;
    height: 20px;
    background-image: url("../img/icons/zoom.svg");
    background-size: 100% 100%;
}

.card-small {
    margin: 10px 0 0;
}

.card-small__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -24px -15px 0;
}

.card-small__column {
    width: 25%;
    padding: 0 15px;
    margin-top: 24px;
}

.card-small__item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 0;
    padding-bottom: 100%;
    cursor: pointer;
}

.card-small__item-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-small__item-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.label {
    position: absolute;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    background-color: #C41B26;
    border-radius: 5px;
    padding: 5px 10px;
}


.basket-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1.3px solid rgba(120, 130, 142, 0.7);
    border-radius: 50%;
    cursor: pointer;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.basket-icon img {
    opacity: 0.7;
}

.basket-icon__count {
    position: absolute;
    right: -6px;
    bottom: -6px;
    min-width: 24px;
    height: 24px;
    overflow: hidden;
    background-color: #FF4C01;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    padding: 0 4px;
}


.catalog-filter__item {
    padding: 20px 20px 20px;
}

.catalog-filter__item:not(:last-child) {
    margin-bottom: 30px;
}

.catalog-filter__head {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    background-color: #F0F0F0;
    text-align: center;
    padding: 8px 15px 10px;
}

.catalog-filter__head-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}

.catalog-filter__open-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}

.catalog-filter__head-icon {
    display: inline-block;
    font-size: 0;
    line-height: 1;
    margin-left: 10px;
}

.catalog-info:not(:last-child) {
    border-bottom: 1px solid #78828E;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.catalog-info__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-info__title h5 {
    margin-bottom: 0;
}

.catalog-info__title.accordion-title {
    position: relative;
    padding-right: 16px;
}

.catalog-info__title.accordion-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    width: 14px;
    height: 9px;
    background-image: url("../img/icons/accordion.svg");
    background-size: 100% 100%;
    transform: rotate(-180deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.catalog-info.is-open .catalog-info__title::after {
    transform: rotate(0deg);
}

.catalog-info__content {
    padding-top: 12px;
}

.catalog-info__content a {
    border-bottom: 1px solid currentColor;
    color: #FF4C01;
}

.catalog-info__scroll {
    overflow-y: auto;
    margin-right: 5px;
}

.catalog-info__scroll::-webkit-scrollbar {
    width: 4px;
}

.catalog-info__scroll::-webkit-scrollbar-track {
    background-color: #ffffff;
    border-radius: 5px;
}

.catalog-info__scroll::-webkit-scrollbar-thumb {
    background-color: #78828E;
    border-radius: 5px;
}

.catalog-filter__reset {
    display: block;
    font-size: 14px;
    color: #FF4C01;
    cursor: pointer;
}

.catalog-filter__btn {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 1;
    width: 100%;
    background-color: #ffffff;
    padding: 5px 15px;
}

.catalog-filter__btn .btn {
    width: 100%;
}

.catalog-filter__head-close {
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 1;
    margin-top: -10px;
    cursor: pointer;
    font-size: 0;
    line-height: 1;
}

.catalog-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
}

.catalog-sort__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-sort__item {
    cursor: pointer;
}

.catalog-sort__item:not(:last-child) {
    margin-right: 8px;
}

.catalog-sort__item svg {
    stroke: #78828E;
}

.catalog-sort__item_active {
    background-color: #F9F9F9;
    border-radius: 5px;
}

.catalog-sort__item_active svg {
    stroke: #FF4C01;
}

.catalog-list {
    margin-top: -24px;
}

.catalog-column {
    margin-top: 24px;
}

.catalog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 30px 30px;
}

.catalog-list[data-view="column"] .catalog-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.catalog-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.catalog-item__img img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.catalog-item__price {
    font-weight: 700;
}

.catalog-list[data-view="column"] .catalog-item__count {
    display: none;
}

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

.catalog-list[data-view="column"] .catalog-item__buttons {
    margin-top: 12px;
}

.catalog-item__buttons .btn {
    padding-top: 8px;
    padding-bottom: 8px;
}

.catalog-item__buttons-arrow {
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.catalog-item__buttons-arrow svg {
    stroke: #FF4C01;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.catalog-list[data-view="column"] .catalog-item__content {
    margin-top: 10px;
}

.catalog-list[data-view="column"] .catalog-item__content h6 {
    font-weight: 400;
    margin-bottom: 0;
}

.catalog-list[data-view="line"] .catalog-item__buttons-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #FF4C01;
    border-radius: 50%;
}

.catalog-list[data-view="line"] .catalog-item__buttons-arrow:hover {
    background-color: #FF4C01;
}

.catalog-list[data-view="line"] .catalog-item__buttons-arrow:hover svg {
    stroke: #ffffff;
}

.catalog-item__content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.catalog-list[data-view="column"] .catalog-item__content ul {
    display: none;
}


.scroll-bottom__wrap {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 1;
    width: 100%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.scroll-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    cursor: pointer;
}

.scroll-bottom__title {
    display: inline-block;
}

.scroll-bottom__mouse {
    position: relative;
    display: inline-block;
}

.scroll-bottom__mouse::after {
    content: "";
    position: absolute;
    left: 50%;
}

@keyframes mouse {
    from {
        top: 6px;
    }
    to {
        top: 12px;
    }
}

@keyframes mouseMob {
    from {
        top: 5px;
    }
    to {
        top: 10px;
    }
}


.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: 14px;
    list-style: none;
}

.breadcrumb-item {
    color: #78828E;
    white-space: nowrap;
}

.breadcrumb-item a {
    border-bottom: 1px solid currentColor;
    color: #78828E;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #78828E;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #78828E;
}


.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 90px 0 0;
}

.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.pagination ul li:not(:last-child) {
    margin-right: 12px;
}

.pagination ul li span,
.pagination ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
}

.pagination ul li.active span,
.pagination ul li.active a {
    background-color: #FF4C01;
    color: #ffffff;
}


.request-form:not(.is-success) .form-finish {
    display: none;
}

.request-form.is-success .form-start {
    display: none;
}

.form-success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-success p {
    margin-bottom: 0;
}

.form-success img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


.count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.count__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    cursor: pointer;
}

.count__control {
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    width: 55px;
    text-align: center;
    margin: 0 5px;
    outline: none;
}


.tooltip {
    position: relative;
    z-index: 2;
    font-size: 0;
    line-height: 1;
    margin-left: 4px;
}

.tooltip__icon {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
}

.tooltip:hover .tooltip-wrap {
    display: block;
}

.tooltip-wrap {
    position: absolute;
    z-index: 1;
    display: none;
}

.tooltip-wrap::before,
.tooltip-wrap::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.tooltip-inner {
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    padding: 20px 20px 20px;
}

.tooltip-inner a {
    color: #FF4C01;
    border-bottom: 1px solid currentColor;
}


.slick-dots {
    margin-top: 40px;
}

.slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 4px;
}

.slick-dots li button {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #78828E;
    border-radius: 50%;
    padding: 0;
}

.slick-dots li:not(.slick-active) {
    padding: 0;
}

.slick-dots li.slick-active button {
    background-color: #FF4C01;
}

.section_white .slick-dots li:not(.slick-active) button {
    background-color: transparent;
    border: 1px solid #ffffff;
}

.section_white .slick-dots li.slick-active button {
    background-color: #ffffff;
}

.slick-arrows {
    position: relative;
    width: 120px;
    height: 50px;
}

.slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px 0 rgba(175,175,175,0.25);
    box-shadow: 0 0 20px 0 rgba(175,175,175,0.25);
}

.slick-arrow:not(.slick-disabled):hover {
    background-color: #FF4C01;
}

.slick-arrow:not(.slick-disabled):hover svg {
    stroke: #ffffff;
    transition: 0.25s ease-in-out;
}

.slick-arrow svg {
    stroke: #FF4C01;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}


.balloon-title {
    display: block;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 800;
}

.balloon-content {
    font-family: "Proxima Nova", sans-serif;
}

.balloon-content p {
    margin-bottom: 0;
}


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

.title-label {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.title_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title_center {
    text-align: center;
}


.text {
    margin: -73px 0 0;
}

.text-wrap {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.08);
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.08);
}

.text-wrap .object {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 100% 0;
}

.text-row {
    position: relative;
}

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

.text-title h3 {
    font-weight: 900;
    margin-bottom: 20px;
}

.text-title span:not(.title-label) {
    display: block;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 13px;
}

.text-title .title-label {
    margin-bottom: 24px;
}


.certificates {
    margin: -320px 0 0;
}

.certificates-wrap {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.08);
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.08);
}

.certificates-wrap .object {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 0;
}

.certificates-row {
    position: relative;
}

.certificates-wrap .offset {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.certificates-info .title-label {
    margin-bottom: 32px;
}

.certificates-info__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.certificates-info__list li {
    position: relative;
    padding: 0 0 0 36px;
}

.certificates-info__list li:not(:last-child) {
    margin: 0 0 24px;
}

.certificates-info__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background-image: url("../img/icons/plus.svg");
    background-size: 100% 100%;
}

.certificates-items .col {
    width: 50%;
}

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

.certificates-item__img {
    display: inline-block;
    -webkit-box-shadow: 0 4px 25px 0 rgba(0,0,0,0.08);
    box-shadow: 0 4px 25px 0 rgba(0,0,0,0.08);
}

.certificates-item__content {
    position: relative;
    padding: 56px 0 0;
}

.certificates-item__content::before {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    top: 32px;
    height: 1px;
    background-color: #d9d9d9;
}

.certificates-item__content::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 27px;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: rgb(236,64,55);
    background: -moz-linear-gradient(left, rgba(236,64,55,1) 0%, rgba(237,71,52,1) 33%, rgba(242,101,44,1) 66%, rgba(243,110,42,1) 100%);
    background: -webkit-linear-gradient(left, rgba(236,64,55,1) 0%,rgba(237,71,52,1) 33%, rgba(242,101,44,1) 66%, rgba(243,110,42,1) 100%);
    background: linear-gradient(to right, rgba(236,64,55,1) 0%, rgba(237,71,52,1) 33%, rgba(242,101,44,1) 66%, rgba(243,110,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec4037', endColorstr='#f36e2a', GradientType=1 );
    border-radius: 50%;
}

.certificates-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}

.certificates-item__link .icon {
    margin-left: 8px;
}

.certificates-item__content h5 {
    margin-bottom: 14px;
}

.certificates-video {
    position: relative;
}

.certificates-video::before {
    content: "";
    position: absolute;
    left: -65px;
    right: -15px;
    top: 44px;
    height: 1px;
    background-color: #d9d9d9;
}

.certificates-video__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.08);
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.08);
    color: #222222;
    padding: 14px 16px;
}

.certificates-video__play {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
}

.certificates-video__info {
    padding: 0 0 0 24px;
}

.certificates-video__info h5 {
    font-size: 17px;
    margin-bottom: 8px;
}

.certificates-video__info span:first-of-type {
    display: block;
    color: #4F4F4F;
}

.certificates-video__time {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
}


.about {
    position: relative;
    margin: -210px 0 0;
}

.about-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #222222;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.06);
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.06);
    padding: 47px 15px 27px 0;
}

.about-text .title {
    margin-bottom: 28px;
}

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


.banner {
    position: relative;
    overflow: hidden;
    background-color: #222222;
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.08);
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.08);
}

.banner .btn.border {
    color: #ffffff;
}

.banner .btn.border::after {
    background-color: #222222;
}

.banner .object {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
}

.banner-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.products .title p {
    max-width: 353px;
    color: #4F4F4F;
}

.products-item {
    height: 100%;
    background-color: #ffffff;
    cursor: pointer;
    transition: 0.25s ease-in-out;
}

.products-item:hover {
    -webkit-box-shadow: 0 20px 25px 0 rgba(0,0,0,0.05);
    box-shadow: 0 20px 25px 0 rgba(0,0,0,0.05);
}

.products-item:hover .btn.border {
    color: #ffffff;
}

.products-item:hover .btn.border::after {
    opacity: 0;
}

.products-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    line-height: 1;
}

.products-item__img img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.products-item__content {
    padding: 16px 0 0;
}

.products-item__content h4 {
    text-align: center;
}

.production-item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ebebeb;
    margin: 24px 0 0;
    padding: 24px 0 0;
}

.production-item__price .sum {
    color: #EC4037;
}

.production-item__price .unit {
    color: #4F4F4F;
}

.production-item__price .counts {
    font-weight: 800;
}

.products-item__char-list {
    overflow: hidden;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.products-item__char-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.products-item__char-list li > * {
    display: inline-block;
    vertical-align: top;
}

.products-item__char-list li > *:last-child {
    font-weight: 600;
}

.products-item__char-list li:not(:last-child) {
    margin: 0 0 13px;
}

.products-item__char-load {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    cursor: pointer;
    margin: 20px 0 0;
}

.products-item__char-load .icon {
    margin-left: 8px;
    transition: 0.25s ease-in-out;
}

.products-item__char.is-open .products-item__char-list {
    max-height: none;
}

.products-item__char.is-open .products-item__char-load .icon {
    transform: rotate(-180deg);
}


.load-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    cursor: pointer;
    margin: 54px 0 0;
}

.load-btn .icon {
    margin-left: 14px;
}

.load-wrap.load-wrap_success .load-btn {
    display: none;
}


.places-item {
    position: relative;
    height: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    color: #ffffff;
}

.places-item__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.places-item__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=1 );
}

.places-item__content {
    position: relative;
}

.places-item__protection {
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.ul-list {
    list-style: none;
    font-size: 15px;
    font-weight: 700;
    padding-left: 0;
    margin-bottom: 0;
}

.ul-list li {
    position: relative;
    padding: 0 0 0 25px;
}

.ul-list li:not(:last-child) {
    margin: 0 0 9px;
}

.ul-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    background-image: url("../img/icons/list.svg");
    background-size: 100% 100%;
}


.statistics-text {
    padding-top: 5px;
}

.statistics-items {
    margin-top: 22px;
}

.statistics-items .col {
    margin-top: 30px;
}

.statistics-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.statistics-item__top {
    margin: 0 0 18px;
}

.statistics-item__content {
    border-top: 1px solid #ffffff;
    padding: 18px 0 0;
    margin: auto 0 0;
}

.statistics-item__count {
    display: inline-block;
    vertical-align: top;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
}

.statistics-item__desc {
    display: block;
    font-weight: 700;
}


.instruction-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.instruction-info {
    position: relative;
    background: rgb(236,64,55);
    background: -moz-linear-gradient(left, rgba(236,64,55,1) 0%, rgba(237,71,52,1) 33%, rgba(242,101,44,1) 66%, rgba(243,110,42,1) 100%);
    background: -webkit-linear-gradient(left, rgba(236,64,55,1) 0%,rgba(237,71,52,1) 33%, rgba(242,101,44,1) 66%, rgba(243,110,42,1) 100%);
    background: linear-gradient(to right, rgba(236,64,55,1) 0%, rgba(237,71,52,1) 33%, rgba(242,101,44,1) 66%, rgba(243,110,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec4037', endColorstr='#f36e2a', GradientType=1 );
}

.instruction-info .object {
    position: absolute;
    z-index: 2;
}

.instruction-video {
    background-color: #222222;
    border-radius: 10px;
    overflow: hidden;
    margin: -17px 0 0;
}


.video {
    height: 100%;
}

.video-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.video video {
    width: 100% !important;
    height: auto !important;
}

.video .play-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.45s ease;
    cursor: pointer;
}

.video .play-video::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(-45deg,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(135deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}

.video .play-video .icon {
    left: 50%;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: 0.25s ease-in-out;
}

.video.is-play .play-video {
    opacity: 0;
    z-index: -1;
}

.video.is-play iframe {
    opacity: 1;
}

.video .play-video:hover .icon {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}


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

.object_bg {
    background-repeat: no-repeat;
}


.lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lang .icon {
    margin-right: 11px;
}

.dropdown {
    position: relative;
}

.drop-button {
    position: relative;
    min-width: 120px;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    cursor: pointer;
    padding: 9px 43px 9px 23px;
}

.drop-button::after {
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    width: 15px;
    height: 17px;
    margin-top: -8.5px;
    background-image: url("../img/icons/lang-arrow.svg");
    background-size: 100% 100%;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.dropdown.show .drop-button::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.drop-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #4F4F4F;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    float: left;
    min-width: 10px;
    width: 100%;
    padding: 0;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    overflow: hidden;
    color: #4F4F4F;
}

.dropdown-menu:not(.show) {
    display: none;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-item {
    display: block;
    border-bottom-width: 0;
    width: 100%;
    padding: 9px 25px;
    font-size: 14px;
    color: #4F4F4F;
    text-align: inherit;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #222222;
    background-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
    color: #222222;
    background-color: transparent;
}