@font-face {
    font-family: 'FuturaMediumC';
    src: url("../fonts/futuramediumc.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaDemiC';
    src: url("../fonts/FuturaDemiC.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaBookC';
    src: url("../fonts/FuturaBookC.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaLightC';
    src: url("../fonts/FuturaLightC.otf");
    font-weight: normal;
    font-style: normal;
}


html {
    font-family: 'FuturaBookC';
}

body {
    font-family: 'FuturaBookC';
    font-weight: 400;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding-right: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'FuturaDemiC';
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1, .h1 {
    font-size: 60px;
    margin-top: 0px;
}

.h1-2 {
    font-size: 48px;
}

.h1-3 {
    font-size: 30px;
}

h2, .h2 {
    font-size: 30px;
    line-height: 36px;
}

h3, .h3 {
    font-size: 24px;
    line-height: 30px;
}

h4, .h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

.h18 {
    font-size: 18px;
}

.h1, .h2, .h3, .h4 {
    margin: 0
}

a {
    color: #000;
}

a:hover {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control, input[type=file], textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 18px;
    min-height: 62px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

.form-control {
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: #f3f5f8;
    padding: 20px 15px;
    margin-bottom: 15px;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.upload-file {
    display: block;
    width: 255px;
    background: #f3f5f8;
    padding: 20px 20px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #052453;
}

.upload-file-btn {
    opacity: 0;
    z-index: -1;
    display: none !important;
}

.social img {
    height: 37px;
}

.make-us-better-form ::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
}

/* webkit */
.make-us-better-form ::-moz-placeholder {
    color: #000000;
    opacity: 1;
}

/* Firefox 19+ */
.make-us-better-form :-moz-placeholder {
    color: #000000;
    opacity: 1;
}

/* Firefox 18- */
.make-us-better-form :-ms-input-placeholder {
    color: #000000;
    opacity: 1;
}

/* IE */
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 40px;
    border-bottom: 0px;
    background: #f3f5f8;
}

.nav-tabs > li > a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 0px;
    border-radius: 0;
    font-size: 16px;
    color: #0043a4;
    padding: 15px 60px;
    font-family: 'FuturaDemiC';
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover {
    border: 3px solid #f3f5f8;
    border-bottom: 0px;
    background: #fff;
    text-decoration: none;
    padding: 12px 57px 15px;
    color: #0043a4;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {

}

/* fonts families */

b, strong, .fdc {
    font-family: 'FuturaDemiC';
}

.fbc, h4 {
    font-family: 'FuturaBookC';
}

.fbc {
    margin-bottom: 5px;
}

.flc {
    font-family: 'FuturaLightC';
}

.margin-4x {
    margin: 150px auto;
}

.margin-2x {
    margin: 25px auto;
}

.margin-filter {
    margin: 20px 0;
}

.margin {
    margin: 15px auto;
}

.margin-05 {
    margin: 20px auto;
}

.margin-0 {
    margin: 0
}

.pull-none {
    float: none !important;
    margin: 0 auto;
}

.padding {
    padding: 40px 0px;
}

.padding-05 {
    padding: 50px 0px;
}

.padding-0 {
    padding: 0
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.form-block-padding-right {
    padding-right: 35px;
}

.filter-collapse .list-group span {
    margin-top: 10px;
    margin-bottom: 0px;
}

.filter-collapse .checkbox label {
    line-height: 22px;
    padding: 0px;
}

.filter-collapse .list-group-item {
    padding: 0 0 10px 0;
}

/* top */
#top {
    border-bottom: solid 2px #EEEEEE;
}

#top .list-inline > li {
    padding: 0 30px 0 0;
}

#top .dropdown.open {
    background: #e5f0ff;
}

.open > .dropdown-menu {
    display: block;
    min-width: 250px;
    margin: 0;
    background-color: #e5f0ff;
    border-radius: 0px;
    -webkit-box-shadow: none;
    border: none;
    box-shadow: none;
    padding: 15px;
}

/*-------------------------*/
#top .dropdown {
    padding: 0 30px 0 0 !important;
}

#top .dropdown > a {
    padding: 15px 5px;
    display: block;
}

#top .dropdown.open > a {
    background: #e5f0ff;
}

/*------------------------*/
#top-links .dropdown.open ul li a {
    color: #000;
    font-size: 16px;
    font-family: FuturaBookC;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: none;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .list-unstyled {
    text-align-last: left;
}

#top .list-unstyled li {
    padding: 0px 10px 15px;
}

#top .list-unstyled li:last-child {
    padding: 0px 10px 0px;
}

#top-links a {
    color: #000;
    font-size: 18px;
    font-family: FuturaDemiC;
}

#top-links .underline a {
    color: #000;
    font-size: 18px;
    font-family: FuturaBookC;
}

#top-links a:hover {
    text-decoration: underline;
}

#top-links .underline a, .underline a {
    text-decoration: underline;
}

#top-links .underline a:hover, .underline a:hover {
    text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {
    color: #444;
}


/* header */


header .col-sm-3, header .col-sm-4 {
    /*padding: 0;*/
}

#live-search .product-image {
    padding-right: 10px;
}

#live-search {
    display: none;
    position: absolute;
    top: 42px;
    left: 25px;
    right: 25px;
    border-radius: 20px;
    background: #E8EDF5;
    z-index: 1;
    padding: 10px 15px;
    width: 300px;
}

#live-search ul {
    list-style: none;
    padding: 0px;
}

#live-search ul li {
    clear: both;
}

#live-search .product-name, #live-search .product-price {
    width: 75%;
}

#live-search div {
    float: left;
    font-size: 14px;
}

#live-search .result-text a {
    font-size: 14px !important;
}


/* logo */

.logo {
    font-size: 30px;
}

#logo a:hover {
    text-decoration: none;
}

#menu-logo button {
    margin: 0 auto;
}

#menu-logo .navbar-header {
    float: inherit !important;
}

.social p {
    font-size: 18px;
    margin-top: 3px;
}

.social img {
    padding-left: 33px;
}

.social img:hover {
    opacity: 1;
}

.social {
    margin-bottom: 5px;
}

.adress {
    font-size: 15px;
}

.adress-line {
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 5px;
}

.adress .time-work {
    margin-top: 2px;
    margin-bottom: 3px;
    font-weight: 600;
    font-family: FuturaDemiC;
}

#contactForm input, #contactForm2 input {
    min-height: 40px !important;
    padding: 5px 15px !important;
}


/* search */
.search {
    width: 300px;
    align-self: center;
    margin: 0 25px;
}

.search > div {
    width: 100%;
}

.search input {
    background: #E7EDF6;
    border-radius: 30px;
    padding: 10px 15px;
    width: 100%;
}

.search a {
    font-size: 18px;
}

.search p {
    float: right;
    width: 100%;
}

.input-search {
    outline: none;
    border: 0px;
    padding: 5px 75px 5px 10px;
    display: block;
    background: #fff;
    border-radius: 0;
}

.search-btn {
    position: absolute;
    top: 1px;
    right: 3px;
    z-index: 9;
    outline: none;
    border: none;
    display: inline-block;
    background: transparent;
    padding: 7px 20px;
    border-radius: 25px;
    cursor: pointer;
}

.red {
    color: #e20338;
}

.blue {
    color: #0043a4;
}

.light-blue {
    color: #28a9f5;
}

.dark-blue {
    color: #052555;
}

.grey {
    color: #626262;
}

.light-grey {
    color: #707070;
}

.white-background {
    background: #fff !important;
    color: #000 !important;
}

.blue-background {
    background: #e5f0ff;
}

.grey-background {
    background: #f3f5f8;
}

.dark-blue-background {
    background: #4477bf;
    color: #fff;
}

.dark-background {
    background: #062d68;
    color: #fff;
}

.dark-background-2x {
    background: #052453;
    color: #fff;
}

.red-background {
    background: #e20338;
    color: #fff;
}

.red-background:hover {
    color: #fff;
}

.dark-blue-background a, .dark-background a,
.dark-background-2x a, .red-background a {
    color: #fff;
}

/* cart */
.btn-cart {
    padding: 0 !important;
    line-height: 6px !important;
    background: none;
}

.btn-cart:hover {

}

#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

#cart.open > .btn {
    background-image: none;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}



/* categories */

.categories {
    margin: 30px 0;
}

.categories a, .categories a:hover {
    color: #0043a4;
    display: table-cell;
    vertical-align: middle;
    height: 35px;
}

.categories li {
    background: #f3f5f8;
    padding: 0px 20px;
    margin: 0px 25px 25px 0px;
    width: calc(33.333333% - 17px);
    width: -moz-calc(33.333333% - 17px);
    width: -webkit-calc(33.333333% - 17px);
}

#sort .list-inline > li:first-child {
    padding-left: 0;
}

#sort .dropdown-menu li > a:hover {
    text-decoration: underline;
    color: #000;
}

/* pagination */
.pagination > li > a, .pagination > li > span {
    padding: 0px 5px;
    color: #0043a4;
    text-decoration: none;
    background-color: transparent;
    border: none;
    font-size: 16px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #23527c;
    background-color: transparent;
    border-color: transparent;
    text-decoration: underline;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #fff;
    cursor: default;
    background-color: #0043a4;
    border-color: transparent;
    text-decoration: none;
}

/* filter */

.panel.margin {
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: 0 none;
}

.list-group span {
    border: 0px;
    color: #0043a4;
    padding: 0px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.list-group-item {
    padding: 0px 0px 30px 0px;
    margin-bottom: 0px;
    border: none;
    border-bottom: 1px solid #e6edf8;
}

.checkbox label, .radio label {
    margin-bottom: 5px;
    padding-left: 20px;
}

.checkbox, .radio {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* прячем input checkbox */
.checkbox input[type="checkbox"] {
    /*display: none;*/
}

/* стили для метки */
.checkbox label {
    color: #000;
    cursor: pointer;
    font-weight: normal;
    line-height: 30px;
    padding: 5px 0;
    vertical-align: middle;
}

/* формируем внешний вид чекбокса в псевдоэлементе before */
.checkbox label:before {
    content: " ";
    color: #000;
    display: inline-block;
    font: 10px/12px FontAwesome;
    margin-right: 7px;
    position: relative;
    top: 1px;
    text-align: center;
    text-indent: 0px;
    width: 14px;
    height: 14px;
    background: #FFF;
    border: 1px solid #ddd;
    border-image: initial;
}

/* вариации внешнего вида в зав-ти от статуса checkbox */
/* checked */
.checkbox input[type="checkbox"]:checked + label:before {
    content: "\f00c";
    color: #fff;
    background: #0043a4;
    border: 1px solid #0043a4;
    top: -2px;
}

/* disabled */
.checkbox input:disabled + label:before {
    background: #eee;
    color: #aaa;
}

.btn-filter {
    padding: 10px;
    border: 1px solid;
    display: inline-block;
    width: 110px;
    margin-right: 15px;
    text-align: center;
}

.btn-filter:hover, .btn-filter:active,
.btn-filter:focus {
    background: #0043a4;
    color: #fff;
    text-decoration: none;
}
.main-revoke{
    max-width: 400px;
    margin: 10px auto 50px auto;
    background-color: #EEE;
    padding: 30px;
    border-radius: 5px;
}
.main-revoke .accept-label{
    display: block;
}
.revoke-text{
    margin-bottom: 10px;
}
.revoke-btn{
    overflow: hidden;
}
.main-revoke button{
    float: right;
    margin-top: 15px;
}
.main-revoke .form-control{
    background-color: #fff;
    margin-bottom: 0;
    border: 1px solid #fff;
}
/* contacts */
#information-contact{
    margin-top: 35px;
}
#information-contact img{
    border-radius: 7px;
}
.contact-header{
    font-size: 24px;
    line-height: 130%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.contact-sub-header{
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 20px;
}
.contact-list{
    display: flex;
    flex-wrap: wrap;
}
.contact-list .cl-item{
    flex-basis: 25%;
    padding: 10px;
    font-size: 16px;
    line-height: 140%;
    word-break: break-word;
}
.dir-contact{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.dir-contact>img{
    width: 290px;
}
.dc-text{
    margin-left: 25px;
    font-size: 18px;
    line-height: 140%;
    flex-basis: 45%
}
.dc-soc ul{
    display: flex;
}
.dc-soc img{
    padding-left: 10px;
}
.info-contact{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.ic-item{
    flex-basis: 50%;
    padding: 10px;
    font-size: 16px;
    line-height: 140%;
}
.search-contact{
    margin-top: 10px;
}
.sc-content{
    display: flex;
    flex-wrap: wrap;
}
.sc-content>div{
    flex-basis: 33.333333%;
    padding: 10px 20px;
    position: relative;
}
.sc-one:after, .sc-two:after{
    content: url("../image/arrow.svg");
    width: 32px;
    position: absolute;
    right: -16px;
    bottom: 40%;
}
.sc-image img{
    width: 100%;
}
.sc-text{
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
}
.video-contact{
    margin-top: 20px;
}
.vc-content{
    display: flex;
    flex-wrap: wrap;
}
.vc-content>div{

    padding: 10px 20px;
}
.video-block{
    flex-grow: 1;
}
.video-info{
    flex-basis: 30%;
}
.vc-content iframe {
    width: 100%;
    height: 400px;
    border-radius: 7px;
}
.video-block {
    display: flex;
    align-items: center;
}
.vi-text{
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 15px;
    text-align: center;
}
.driveway-contact{
    margin-top: 20px;
}
.dc-content{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.dc-content>div{
    flex-basis: 33.333333%;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
    line-height: 130%;
}
.dc-map{
    display: flex;
    flex-wrap: wrap;
}
.dc-map>div{
    flex-basis: 50%;
    padding: 10px;
}
.dc-map img{
    width: 100%;
}
.parking-contact{
    margin-top: 20px;
}
.pc-image{
    text-align: center;
}
.content-contact{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.cc-header{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.cc-item{
    flex-basis: 33.33333333%;
    padding: 20px 40px;
}
.cc-list{
    padding: 0;
    list-style: none;
    line-height: 170%;
    font-size: 18px;
}
.cc-list a, .about-us-contact a, .contact-list a{
    color: #15499F;
}
.cc-list a:hover, .about-us-contact a:hover, .contact-list a:hover{
    color: #b72025;
    text-decoration: none;
}
.about-us-contact{
    margin-top: 40px;
}
.h1-contacts {
    top: 75px;
    left: 0;
    right: 0;
}

.h1-contacts .col-sm-5 {
    background: #fff;
    padding: 100px 70px 65px;
}

.contacts-background {
    height: 810px;
}

.contacts-block {
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.contacts-block .col-sm-12 {
    padding: 100px 50px 65px;
    font-size: 18px;
}

/* success */
.success-header, .success-sub-header{
    color: #443E3E;
    font-family: 'FuturaDemiC';
    line-height: 140%;
    text-align: center;
}
.success-header{
    font-size: 46px;
    margin-top: 25px;
}
.success-sub-header{
    font-size: 36px;
    margin-bottom: 25px;
}
.success-info{
    font-family: 'FuturaBookC';
    color: #443E3E;
    font-size: 20px;
    line-height: 140%;
    padding: 75px;
    background: #E7EDF6;
    border-radius: 10px;
    margin: 70px auto;
    max-width: 800px;
}
.success-items{
    display: flex;
    flex-wrap: wrap;
}
.success-item{
    flex-basis: calc(25% - 30px);
    margin: 15px;
    background: #E7EDF6;
    border-radius: 10px;
    padding: 110px 20px 20px 20px;
    background-image: url("../image/paper.svg");
    background-repeat: no-repeat;
    background-position: 20px 30px;
}
#information-success a{
    color: #15499F;
}
.success-soc{
    font-family: 'FuturaDemiC';
    display: flex;
    font-size: 20px;
    margin: 70px 0;
    justify-content: center;
}
.success-soc div{
    padding: 15px;
}

/* articles */

.articles .product-thumb {
    display: initial;
}

.more, .more:hover {
    background: #0043a4;
    color: #fff;
    padding: 15px 40px;
    border-radius: 25px;
}

.articles .description {
    min-height: 85px;
}

.articles .image {
    padding: 0px !important;
    margin-right: 35px;
    width: 360px;
    border: 0px !important;
}

.article {
    width: 750px;
    margin: 0 auto;
    font-size: 18px;
}

.article img, .vacancy img {
    width: 100%;
}

.check-prices-inner img{
    width: auto;
}

.article .icon, .vacancy .icon {
    width: auto;
}

.article p, .articles p, .vacancy p, .vacancy li, #information-information p {
    margin-bottom: 25px;
    font-size: 18px;
}

/* vacancies */
.vacancies {
    width: 975px;
    margin: 0 auto;
    padding: 0 15px;
}

.vacancies table {
    width: 100%;
}

.vacancies thead {
    background: #f3f5f8;
}

.vacancies tr {
    border-bottom: 2px solid #f3f5f8;
}

.vacancies th {
    padding: 23px 40px;
}

.vacancies td {
    padding: 20px 40px;
}

.vacancies td:last-child {
    width: 40%;
}

.vacancy {
    width: 810px;
    margin: 0 auto;
    font-size: 18px;
}

.vacancy h1, .h36 {
    font-size: 36px;
    line-height: 42px;
}

.vacancy h2 {
    margin: 70px auto 20px;
}

.vacancy h3 {
    margin: 30px auto 20px;
}

.share {
    margin-bottom: 40px;
    height: 30px;
}

.share ul li:first-child {
    padding-left: 0px;
}

.article-form {
    margin-bottom: -80px;
    display: flex;
}

.help-us {
    padding: 45px 15px;
    border: 4px solid #052453;
}
.optovikam{
    font-size: 18px;
    line-height: 130%;
    padding: 20px 0;
}
.optovikam-ul>li{
    margin-bottom: 6px;
}
.optovikam-ul{
    margin-bottom: 25px;
}
.optovikam-form{
    background: #15499F;
    padding: 70px;
    border-radius: 30px;
    background-image: url(/image/7Video-back.png);
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: 50% 50%;
}
.optovikam-form input{
    border-radius: 30px;
}
.optovikam-form .consent-list{
    color: #fff;
    padding-left: 10px;
}

.optovikam-form .accept-text{
    color: #fff;
}

.optovikam-form .accept-label{
    color: #fff;
    margin-bottom: 10px;
}


.optovikam-form .consent-list a{
    color: #fff;
}

.btn-optovikam{
    pointer-events: all;
    cursor: pointer;
    border: 1px solid #fff;
    background: none;
    padding: 20px 40px;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
}
.optovikam-text{
    color: #fff;
    padding: 15px;
    font-size: 20px;
}
/* otzyvy */

.videootzyvy iframe {
    min-height: 190px;
    width: 100%;
    border: 0px solid #fff;
    background: #EEEEEE;
    background-image: url("../image/play.png");
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: center;
    background-size: 20%;
}
/*.videootzyvy a{
    position: relative;
	min-height: 190px;
    width: 100%;
    border: 0px solid #fff;
    background: #EEEEEE;
    border-radius: 5px;
    background-position: center;
    background-size: 20%;
}*/
.video-img{
    border-radius: 5px;

}
.videootzyvy a:after{
    content: "";
    position: absolute;
    background-image: url("../image/play-video.svg") ;
    background-size: 50px;
    background-repeat: no-repeat;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
	display:none;
}

.videootzyvy .big-video iframe {
    min-height: 295px;
    width: 100%;
    border: 0px solid #fff;
}

.audiootzyvy p {
    font-size: 20px;
}

.recommendatoryotzyvy img {
    width: 100%;
}

.open-audio-player {
    font-size: 22px !important;
    line-height: 36px;
    text-decoration: underline;
    cursor: pointer;
    background: url(/image/icons/play-button.png) no-repeat;
    height: 38px;
    padding-left: 50px;
}

.open-audio-player:hover {
    text-decoration: none;
}

.open-audio-player.pause {
    background-position: 0px -42px;
}

.audiootzyv audio {
    display: none;
}


/* main banner */

.main-banner {
    position: relative;

}

.main-banner {
    margin-left: 55px;
    padding: 0;
    width: 70%;
    background: url(/image/video.jpg) no-repeat;
    background-position: 364px 30px;
}

.main-banner .h3 {
    margin-top: 40px;
    margin-bottom: 30px;
}


.what-we-do {
    padding: 0px;
}

.what-we-do li div {
    height: 43px;
    background-size: 100%;
    width: 43px;
    background: url(/image/icons/main-banner-icons.jpg);
    margin-bottom: 20px;
    background-position: 0px 3px;
}

#private-buisness {
    background-position: 0px 0px;
}

#private-house {
    background-position: 0px 140px;
}

#corporates {
    background-position: 0px 92px;
}

#gos-p {
    background-position: 0px 45px;
}

.section-why-me {
    background: url(/image/backgrounds/section-why-me-background.jpg);
    background-size: cover;

    /*margin: 50px auto; */
}

.section-why-me ul, .ok-ul {
    padding: 0
}

.section-why-me ul li, .ok-ul li {
    margin-bottom: 20px;
    padding-left: 35px;
    background: url(/image/icons/list-check.png) 0px 0px no-repeat;
    height: 25px;
    list-style: none;
}

figure svg, figure img {
    margin: 15px auto 10px;
}

.about-us, .video-systems-types {
    padding: 50px 0 50px;
}

.about-us h2 {
    margin: 0;
    margin-bottom: 30px;
}

.about-us img {
    margin-top: 8px;
    width: 90%;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(142, 142, 142, 0.4);
    -moz-box-shadow: 0px 0px 20px 10px rgba(142, 142, 142, 0.4);
    box-shadow: 0px 0px 20px 10px rgba(142, 142, 142, 0.4);
}

.about-us .h4 {
    margin: 0;
    margin-bottom: 15px;
    line-height: 18px;
}

.about-us ul {
    margin-bottom: 20px;
}

.about-us ul li {
    margin-right: 10px;
}

.line-solid li {
    border: 1px solid;
    padding: 20px 25px;
}

.about-us-second {
    margin: 50px auto 0px;
    padding: 0px 30px;
}

.about-us-second .description {
    margin: 20px 0px 0px 30px;
    width: 290px;
}

.video-systems .title {
    margin-bottom: 20px;
}

.video-systems-types img {
    width: 95%;
}


.video-systems-types ul.list-inline li {
    margin-bottom: 20px;
    padding-left: 60px;
    background: url(/image/icons/video-systems-types.png) 0px 0px no-repeat;
    height: 50px;
    list-style: none;
}

.video-systems-types ul.list-inline li:last-child {
    background-position: 0px -70px;
}

.shadow {
    -webkit-box-shadow: 0px 0px 20px 10px rgba(180, 180, 180, 0.4);
    -moz-box-shadow: 0px 0px 20px 10px rgba(180, 180, 180, 0.4);
    box-shadow: 0px 0px 20px 10px rgba(180, 180, 180, 0.4);
}

.form-block {
    width: 100%;
    display: flex;
}

.form-block-form {
    padding-left: 70px;
}

.form-block-form .input-search {
    width: 100%;
    padding: 20px;
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.form-block-form .btn {
    border: 0;
    border-radius: 0;
    background: #e20338;
    padding: 22px;
    width: 100%;
    font-size: 16px;
}

.dark-blue-background ::-webkit-input-placeholder {
    color: #fff;
}

/* webkit */
.dark-blue-background ::-moz-placeholder {
    color: #fff;
}

/* Firefox 19+ */
.dark-blue-background :-moz-placeholder {
    color: #fff;
}

/* Firefox 18- */
.dark-blue-background :-ms-input-placeholder {
    color: #fff;
}

/* IE */

.step {
    color: #0c51ba;
}

.stage .step div {
    border: 2px solid #0c51ba;
    border-radius: 50%;
    float: left;
    width: 44px;
    height: 44px;
    line-height: 40px;
}

.stage .step:after {
    content: "";
    display: inline-block;
    width: 82%;
    height: 3px;
    margin-right: -0.9%;
    background: #0c51ba;
}

.stage div div a {
    padding: 20px 70px;
    margin-top: 5px;
    margin: 0;
    text-align: left;
    line-height: 40px;
}

.stage div div a:hover {
    color: #fff;
    text-decoration: none;
    background: #24508e;
}

.installation .list-unstyled {
    line-height: 28px;
    padding-right: 30px;
}

.ready-made-kits .list-inline {
    z-index: 2;
}

.ready-made-kits .list-inline li {
    width: 18%;
    padding: 0;
}

.ready-made-kits .list-inline li div {
    height: 80px;
    width: 100%;
    background: #fff;
    margin-right: 20px;
    display: table;
    padding: 10px 5px;
}

.ready-made-kits .list-inline li div p {
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    text-align-last: center;
}

.line {
    background: #fff;
    height: 3px;
    position: relative;
    bottom: 80px;
    z-index: 1;
}

.nash-podhod {
    /*	background: url(/image/backgrounds/nash-podhod-fon.png) no-repeat;*/
    background: url(/image/backgrounds/nash-podhod-fon.jpg) no-repeat;
    background-position: 100% 60%;
    background-size: 55%;
}

.reviews .col-sm-4 {
    padding: 15px;
}

.col-sm-20 {
    width: 20%;
    float: left;
    padding: 15px;
}

.padding-lr-30 {
    padding: 0px 30px;
}

.payments ul li {
    margin-bottom: 20px;
    padding-left: 60px;
    background: url(/image/icons/payments.png) 0px 0px no-repeat;
    list-style: none;
}

.payments ul li:last-child {
    background-position: 0px -110px;
}


@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 300px;
    }

}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

/* menu */
#menu {
}

#menu .nav > li > a {
    font-size: 18px;
    padding: 10px 8px;
    cursor: pointer;
}

#menu .nav > li > a:after {
    content: '›';
    float: right;
    color: #9bb5dc;
    font-size: 40px;
    line-height: 16px;
}

#menu .nav > li {
    border-bottom: 1px solid #e6edf8;
    padding: 0;
    width: 100%;
}

.navbar-collapse {
    padding: 0;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background: #e5f0ff;
}

#menu .dropdown-menu {
    top: 0;
    left: 100%;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #e5f0ff;
    min-width: 260px;
    padding: 0;
    margin: 0;
}

#menu .dropdown.open {
    background-color: #e5f0ff;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 260px;
    display: block;
    padding: 15px 15px 10px 15px;
    clear: both;
    line-height: 20px;
    font-size: 18px;
}

#menu .dropdown-inner li a:hover {
    text-decoration: underline;
    color: #000;
}

#menu .see-all {
    display: block;
    padding: 15px;
    font-size: 18px;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: underline;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (max-width: 991px) {
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgb(229, 240, 255);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        padding: 15px;
        font-size: 18px;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: #e5f0ff;
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #000;
    }

    #menu .nav > li > a {
        padding: 15px;
    }

    .navbar {
        min-height: 40px;
        margin-bottom: 10px;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #review, #tab-description {
        padding: 0 15px;
    }

    .reviews-form {
        width: 300px;
        margin: 0 auto;
        float: none !important;
    }
}

/* content */
#content {
    min-height: 300px;
}

/* footer */
footer {
    margin-top: 0px;
    padding-top: 70px;
    background-color: #EEEEEE;
    color: #443E3E;
    z-index: 5;
    position: relative;
}
footer .container{
    overflow: hidden;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #15499F;
}

footer a:hover{
    color: #b72025;
    text-decoration: none;
}
footer .tel{
    font-family: FuturaDemiC;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #443E3E;
}

footer .h18 {
    margin-bottom: 40px;
}

footer .list-unstyled li {
    margin-bottom: 10px;
}

footer .list-unstyled li:last-child {
    margin-bottom: 0px;
}

footer hr {
    margin: 45px 0px;
}
footer .social{
    display: flex;
    width: 100%;
}
footer .social li {
    flex-grow: 1;
}

footer .social a {
    /*background: #e5f0ff;*/
    border-radius: 50%;
    padding: 2px 0px;
}
.footer-row-3{
    margin-bottom: 100px;
}
.bank{
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;

}
.bank>div{
    width: 68px;
    height: 43px;
    background-image: url(../image/bank.png);
    background-repeat: no-repeat;
    background-size: 150px;
}
.visa{
    background-position: -4px -112px;
}
.visa-secure{
    background-position: -78px -112px;
}
.master-card{
    background-position: -4px -58px;
}
.master-card-id-check {
    background-position: -78px -58px;
}
.belkart{
    background-position: -4px -163px;
}
.belkart-internet-password{
    background-position: -78px -163px;
}
.apple-pay{
    background-position: -4px -217px
}
.samsung-pay{
    background-position: -78px -217px
}
.alfa-bank{
    width: 140px!important;
    background-position: -4px -5px;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}


/* breadcrumb */
.breadcrumb {
    margin: 0 0 5px 0;
    padding: 8px 0;
    background-color: transparent;
    color: #818181;
}

.breadcrumb a {
    color: #818181;
}

.breadcrumb > li {
    padding-right: 20px;
    position: relative;
    /*white-space: nowrap;*/
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}

.breadcrumb > li:after {
    content: '›';
    display: block;
    position: absolute;
    top: 0px;
    right: 5px;
}

.breadcrumb > li:last-child:after {
    content: '';
}

.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    padding: 20px 60px;
    font-size: 18px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb {
    margin-bottom: 10px;
    overflow: auto;
}

.no-border {
    border: 0px;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

/* product */
.product-title {
    margin-bottom: 30px;
}

.sku {
    margin: 15px auto;
}

.price-new {
    font-size: 30px;
    margin: 20px auto;
}

.price-old {
    color: #cdcdcd;
    text-decoration: line-through;
    margin-right: 30px;
}

.dealer-price .price-old {
    color: #444!important;
    text-decoration: none!important;
}

.discount {
    background: #e20338;
    color: #fff;
    padding: 4px 8px;
    position: relative;
}

.discount:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left: 0;
    top: 0px;
    left: -15px;
    border-right-color: #e20338;
}

.product-info ul li {
    margin-bottom: 20px;
}

.product-info ul li a {
    text-decoration: underline;
}

.product-info ul li a:hover {
    text-decoration: none;
    color: #0043a4;
}

.btn_buy {
    padding: 10px 25px;
    text-align: center;
    background: #0043a4;
    color: #fff;
    border: 1px solid #0043a4;
}

.btn_buy:hover, .btn_buy:active, .btn_buy:focus {
    background: #fff;
    color: #0043a4;
    outline: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0;
        border: 1px solid #ddd;
    }
}

.product-thumb h4 {
    font-weight: bold;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 140px;
}

.product-list .product-thumb .caption {
    margin-left: 210px;
}

.product-short-description-wrapper {
    margin-top: 6px;
    position: relative;
}

.product-short-description {
    line-height: 1.45;
    max-height: 5.8em;
    overflow: hidden;
}

.product-short-description p {
    margin: 0 0 5px;
}

.product-short-description p:last-child {
    margin-bottom: 0;
}

.product-category-short-description-wrapper .product-short-description p,
.product-category-short-description-wrapper .product-short-description h1,
.product-category-short-description-wrapper .product-short-description h2,
.product-category-short-description-wrapper .product-short-description h3,
.product-category-short-description-wrapper .product-short-description h4,
.product-category-short-description-wrapper .product-short-description h5,
.product-category-short-description-wrapper .product-short-description h6,
.product-category-short-description-wrapper .product-short-description ul,
.product-category-short-description-wrapper .product-short-description ol,
.product-category-short-description-wrapper .product-short-description li {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.product-category-short-description-wrapper .product-short-description ul,
.product-category-short-description-wrapper .product-short-description ol {
    list-style: none;
}

.product-category-short-description-wrapper .product-short-description p:after,
.product-category-short-description-wrapper .product-short-description h1:after,
.product-category-short-description-wrapper .product-short-description h2:after,
.product-category-short-description-wrapper .product-short-description h3:after,
.product-category-short-description-wrapper .product-short-description h4:after,
.product-category-short-description-wrapper .product-short-description h5:after,
.product-category-short-description-wrapper .product-short-description h6:after,
.product-category-short-description-wrapper .product-short-description li:after {
    content: ' ';
}

.product-category-short-description-wrapper .product-short-description br {
    display: none;
}

.product-short-description-ellipsis {
    display: none;
}

.product-short-description-more {
    display: inline-flex;
    align-items: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 0;
    padding-left: 28px;
    height: 1.45em;
    line-height: 1;
    white-space: nowrap;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 18px, #fff);
    z-index: 1;
}

.product-short-description-more:before {
    content: '...';
    margin-right: 3px;
    color: #333;
    font-weight: 400;
}

.product-short-description-wrapper.is-measured:not(.is-truncated) .product-short-description-ellipsis,
.product-short-description-wrapper.is-measured:not(.is-truncated) .product-short-description-more {
    display: none;
}

.product-short-description-more {
    color: #0043a4;
    font-weight: 600;
}

.product-short-description-more:hover,
.product-short-description-more:focus {
    color: #0043a4;
    text-decoration: underline;
}

@media (max-width: 1200px) {

    .main-banner {
        margin-left: 30px;
        background-position: 335px 45px;
        background-size: 50%;
    }


    .stage .step:after {
        width: 78%;
        margin-right: -0.5%;
    }

    footer .social li {
        padding-right: 10px;
        display: inline-block;
        float: left;
    }

    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }

    .optovikam .col-sm-6 {
        margin: 25px auto;
    }
}

@media (min-width: 767px){
    .mistakes-video-block, .review-home-youtube{
        display: block!important;
    }
}
@media (max-width: 991px) {
    #top .list-inline {
        text-align-last: auto;
        text-align: center;
    }

    #top .list-inline li {
        padding: 5px 15px;
    }

    #top .list-unstyled li:last-child {
        padding: 0px 15px 0px;
    }

    .open > .dropdown-menu {
        padding: 15px 0;
    }

    #sort .open > .dropdown-menu {
        padding: 15px 10px;
    }

    .main-banner {
        margin-left: 0px;
        background-position: 365px 45px;
        width: 100%;
        padding: 0px 15px;
    }

    .collapse {
        display: none;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-collapse.collapsing {
        float: left;
    }

    .left-nav-btn {
        position: relative;
        top: -20px;
    }

    .btn-menu {
        background: #f3f5f8;
        border: none;
        padding: 10px 15px;
        width: 95px;
    }

    .btn-menu:hover, .btn-menu:active, .btn-menu:focus {
        outline: none;
        background: #e7e9ec;
        cursor: pointer;
    }

    .form-block {
        display: inline-block;
    }

    .form-block-padding-right {
        width: 90%;
        margin: 0 auto;
        float: none !important;
        padding-right: 0;
    }

    .form-block .dark-blue-background {
        margin: 0;
    }

    .form-block svg {
        -moz-transform: rotate(90deg); /* Для Firefox */
        -ms-transform: rotate(90deg); /* Для IE */
        -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
        -o-transform: rotate(90deg); /* Для Opera */
        transform: rotate(90deg);
    }

    .stage .step:after {
        width: 70%;
        margin-right: -0.5%;
    }

    .stage div div a {
        padding: 20px 35px;
    }

    /* articles */
    .article-form {
        display: inline-block;
        width: 100%;
        margin-bottom: -90px;
    }

    .article-prizyv {
        text-align: center;
        width: 100%;
    }

    .strelka {
        text-align: center;
    }

    .vacancy, .vacancies {
        width: 100%;
        padding: 0 15px;
    }

    .make-us-better-form .col-sm-4:nth-child(3n+1) {
        clear: none !important;
    }
}


@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }

    .product-info {
        margin: 35px auto;
    }
    .bank{
        justify-content: center;
        margin-bottom: 100px;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 9px;
}

.rating .fa-star {
    color: #f3f5f8;
    font-size: 18px;
}

.rating .fa-star + .fa-star {
    color: #e5f0ff;
}

/* STARS */
.star-rating {
    font-size: 0;
    text-align: left !important;
}

.star-rating__wrap {
    display: inline-block;
    font-size: 1rem;
}

.star-rating__wrap:after {
    content: "";
    display: table;
    clear: both;
}

.star-rating__ico {
    float: right;
    padding-left: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #e5f0ff;
    margin-bottom: 0px;
}

.star-rating__ico:last-child {
    padding-left: 0;
}

.star-rating__input {
    display: none;
}

.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
    content: "\f005";
}

#review table {
    margin-bottom: 40px;
}

.form-horizontal .control-label {
    font-size: 16px;
    margin-bottom: 10px;
}

div.required .control-label:before {
    content: '';
}

/*input[type="text"].form-control, textarea.form-control {
	font-size: 16px;
    min-height: 50px;
}*/

.reviews-form .form-group {
    margin-bottom: 0px;
}

.reviews-form h2 {
    margin-bottom: 20px;
}

.btn-review {
    padding: 10px 30px;
    border: 1px solid;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    color: #0043a4;
    background: #fff;
    margin: 0 auto;
}

.btn-review:hover, .btn-review:active .btn-review:focus {
    background: #0043a4;
    color: #fff;
    text-decoration: none;
}

/* atributes */
.atr-name {
    width: 235px;
    color: #707070;
}

.atr-name, .atr-text {
    font-size: 16px;
    border-top: 0 !important;
}

.thumbnail {
    padding: 0px;
    border: none;
}


h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #444;
    text-align: center;
}

.product-thumb .price-new {
    font-weight: 600;
    font-size: 18px;
}

.product-thumb .price-old {
    color: #cdcdcd;
    text-decoration: line-through;
    margin: 0;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }

    .product-thumb .image {
        margin-bottom: 40px;
    }

    .product-thumb .col-xs-10 {
        width: 100%;
    }

    .product-thumb .price {
        text-align: left;
        padding: 0;
        margin: 30px auto 10px;
        width: 100%;
    }

    .adress, header .social {
        width: 275px;
        margin: 0 auto;
        min-height: 90px;
    }

    #logo {
        width: 140px;
    }

}

.contact-form {
    width: 275px;
}

.contacts-background {
    display: none;
}

#information-contact #content .absolute {
    position: initial;
}

#information-contact #content .col-sm-6:first-child {
    background: #f3f5f8;
}

.contacts-block .col-sm-12 {
    width: 300px;
    margin: 0 auto;
}

.categories .col-sm-12 {
    padding: 0;
}

.categories li {
    margin: 0px 0px 10px 0px;
    width: 100%;
}

/* articles */

.articles {
    padding: 0;
}

.article {
    width: 100%;
    padding: 0 15px;
}

.vacancy h1 {
    font-size: 30px;
    line-height: 36px;
}

.make-us-better-form .col-lg-3 {
    padding: 0px;
}

.make-us-better-form input,
.make-us-better-form label {
    width: 100%
}

footer .col-xs-6 {
    margin-bottom: 30px
}

h1, .h1 {
    font-size: 40px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}


.about-us img, .video-systems-types img {
    width: 100%;
    margin-bottom: 50px;
}

.ready-made-kits .list-inline {
    display: block;
    width: 240px;
    margin: 0 auto;
    float: none;
}

.ready-made-kits .list-inline li {
    padding: 20px;
    width: 100%;
}

.lines {
    display: none;
}

.col-sm-20 {
    width: 51%;
    float: none;
    padding: 15px;
    margin: 20px auto;
}

.stage {
    width: 50%;
    float: left;
}

.stage .step div {
    float: none;
    margin: 0 auto;
}

.stage .text-left {
    text-align: center;
}

.stage .step:after {
    width: 3px;
    height: 36px;
    margin-bottom: -1.9%;

}

.installation .h18.fdc.col-sm-12.padding-0.text-left {
    width: 50%;
    float: left;
    margin: 20px auto;
}

.installation .h18.fdc.col-sm-12.padding-0.text-left div {
    margin-bottom: 55px;
    margin-top: 15px;
}

.form-block-form {
    padding: 0px 10px
}

.nash-podhod {
    background: none;
}

.payments ul li {
    margin: 25px auto;
    width: 300px;
    float: none;
    display: block;
}


@media (max-width: 520px) {
    .main-banner .list-inline > li {
        width: 50%;
        float: left;
        margin: 15px auto;
        text-align: center;
    }


    .what-we-do li div {
        margin: 0px auto 20px;
    }

    .about-us-second .col-sm-12, .about-us-second .col-sm-6 {
        padding: 0;
    }

    .about-us-second .description {
        margin: 20px 0px 30px;
        width: 100%;
    }



    footer .col-xs-4, footer .col-xs-8,
    footer .col-xs-5, footer .col-xs-7,
    footer .col-xs-12 {
        margin-bottom: 30px;
        width: 100%;
        padding: 0px;
    }

    footer .col-xs-6 {
        margin-bottom: 30px;
        padding: 0;
    }

    footer .social li {
        margin-bottom: 0px;
    }

}

@media (max-width: 420px) {
    h1, .h1, .h1-2 {
        font-size: 32px;
    }



    h2, .h2, .h1-3 {
        font-size: 28px;
    }

    .about-us ul li {
        width: 29%;
    }

    .article-form .padding.form-block-padding-right {
        padding: 120px 0px;
    }

    .vacancies td, .vacancies th {
        padding: 20px 15px;
        font-size: 90%;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 0px;
    padding: 0px;
    display: block;
    border: 0px
}

.image-additional {
    max-width: 110px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}
.video-review, .big-video-core{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.video-review>div{
    flex-basis: 33.33333%;
    align-self: flex-start;
    padding: 25px 15px;
}
.video-review a{
    text-align: center;
    width: 100%;
    display: block;
}

.video-review>div:nth-child(3n+1){
    padding: 25px 15px 25px 0;
}

.video-review>div:nth-child(3n){
    padding: 25px 0 25px 15px;
}
.big-video-core>div{
    flex-basis: 50%;
    align-self: flex-start;
}
.big-video-core .big-video{
    text-align: center;
}
.big-video-core .big-video:first-child{
    flex-basis: 100%;
}
.big-video{
    width: 50%;
}

.big-video:nth-child(2n){
    padding: 25px 15px 25px 0;
}

.big-video:nth-child(2n+1){
    padding: 25px 0 25px 15px;
}
.big-video img{
    max-width: 100%;
}

.video-text{
    padding-top: 20px;
    line-height: 130%;
}
.text-review-c{
    color: #443E3E;
    font-weight: 600;
    font-size: 60px;
    line-height: 140%;
}
.subtext-review-c{
    font-size: 36px;
    line-height: 150%;
    font-family: 'FuturaBookC'
}
.subtext-review-c>span{
    color: #D62D30;
}
@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }

    .make-us-better-form .col-lg-3:nth-child(4n+1),
    .make-us-better-form .col-lg-4:nth-child(3n+1) {
        clear: none !important;
    }

    .form-block-form {
        min-width: 600px;
    }

    .form-block-padding-right {
        min-width: 400px;
    }
}

@media (min-width: 992px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .filter-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .last-form-inner .container{
        background-position: 50% 117%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }

    .btn-filter {
        padding: 10px 0px;
        width: 100px;
        margin-right: 8px;
    }

    .btn-filter:last-child {
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(4n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }

    .audiootzyvy .col-sm-6:nth-child(2n+1),
    .videootzyvy .col-sm-6:nth-child(2n+1) {
        clear: none !important;
    }

    #product-category #content {
        float: left;
    }

    .container {
        width: 100%
    }

   .social {
        margin: 0px auto;
        min-height: 90px;
    }

    .adress .fbc {
        width: 275px;
        margin: 0 auto;
    }


}

/* fixed colum left + content + right*/
@media (min-width: 768px) {

    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.popup-gallery{
    display: flex;
    flex-wrap: wrap;
}
.work-item{
    flex-basis: calc(20% - 20px);
    height: 250px;
    display: block;
    margin: 10px;
    background-repeat: no-repeat!important;
    background-size: 100%!important;
    background-position: center!important;
}
.work-item:hover{
    text-decoration: none;
}

#nextPage {
    width: 100%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#nextPage:hover {
    border: 1px solid #0043a4;
    border-radius: 5px;
}

#nextPage div {
    position: relative;
    display: inline-block;
    padding: 5px;
}

#nextPage div span {
    padding: 10px 0 10px 30px;
}

#nextPage div span:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAIzSURBVHjapFRNaFNhENw2jS3FgPXkTYRcxGNQUJCAJwsFQXhYoShCjSLoxYuo8FBQRKRSkHqzFDy0AREsipde6kHEg71JUVuk8SeNmsJrkke7s+Ple/EZQ5PWOX7szje7O7siTZCfmetVYJDklAILCtRIGskyyWkFhtdVt0tL+H6nAp4Cn9kCMCspMCyel/iL4+ClO31LxV/pddVtCow5JVRAFXirwF0FzsLsCsmHJOdjvAaziUwul6wTusAyySexwHdmdkB8v/OfKrx8IqiE/QosRMEKjIuwQ0RESD5qqGY6fXS0u1V3gkotpcBslBRUwqGI8FXsJxSK5ay0idLKal9M6df0xdFuIfm9QWFJ6OS3AQX6o76TPCckJ2E2QfKaAseCarhHNoFMLpckuegIX8ihUw9ShWJ5byYTm9QmQfK+a9mKkPxB0oJKOPAfhJcjGwnJ0LEPbpVQgdMKVEkuSmxKN7dKKF4+UQ3Xdt16PJsUklOO8HVTI2/oxXAIZjdIvlTgkwILQvJEtGrVcG3/ZlQpsBz3mwKrkp+Z64XZknuba2dLYmt7uMHDb6KmegrA/fI8qNRSLcuthjvjq+cwWT9bzkvRpXlP8kgzb+47f7snqITHFSjEiJ7CrASz638is34XyXsxpSA5D7MRkhcUuKrAuALf4mdRgTHx8okPS8s7dmf9nkYBHTAbIPmxjQP7RYGT9bO14X5mckk3/bzzaY2kKfCT5LNquHYmm/W7muX+HgDFX9t53eL+DAAAAABJRU5ErkJggg==) no-repeat;
    -webkit-transition: background 0.7s ease-in-out;
    -moz-transition: background 0.7s ease-in-out;
    -o-transition: background 0.7s ease-in-out;
    transition: background 0.7s ease-in-out;
}

.table-cart {
    border-top: 1px solid #ddd;
}

.table-cart > thead > tr > td, .table-cart > tbody > tr > td {
    border: 1px solid #ddd;
}

.table-cart .border {
    border: 1px solid #ddd;
}

#checkout-cart .input-count {
    padding: 12px;
    width: 100px !important;;
    min-height: 30px !important;
    border-radius: 5px;
}

#checkout-cart .btn {
    padding: 4.5px 12px!important;
    border-radius: 5px;
}

#checkout-cart .btn-minus {
    float: left;
    margin-right: 5px;
}

#checkout-cart .btn-plus {
    margin-left: 5px;
}

#all_price {
    text-align: right;
}

.input-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.checked-block{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 18px;
}
.checked-block label{
    font-size: 18px;
    margin-left: 7px;
}
.checked-block a{
    color: #15499F;
    font-weight: bold;
}
.checked-block a:hover{
    color: #b72025;
}
.input-name, .input-phone {
    padding: 15px;
    display: flex;
}

.input-phone label {
    min-width: 160px;
}

.input-block label {
    font-size: 18px;
    padding: 10px 15px;
}

.input-block input {
    min-width: 200px;
    float: right;
    min-height: 40px !important;
}

#button-cart {
    float: left;
    margin-right: 10px;
}

.oc-product-btn {
    display: inline-block;
    margin: 0 !important;
}

.plus-quantity{
    padding: 10px 15px;
    float: left;
    background-color: #fff;
    border: 1px solid #d8cdcd;
    border-radius: 0 5px 5px 0;
}
#input-quantity{
    width: 70px;
    min-height: 47px!important;
    float: left;
    border-bottom: 1px solid #d8cdcd;
    border-top: 1px solid #d8cdcd;
    background-color: #fdfdfd;
    margin: 0;
}
.minus-quantity{
    padding: 10px 15px;
    float: left;
    background-color: #fff;
    border: 1px solid #d8cdcd;
    border-radius: 5px 0 0 5px;
}

.quantity-block {
    display: inline-block;
    float: left;
    margin: 20px 10px 20px 0;
}

#input-sort {
    min-height: 40px;
}

.sort-block {
    float: right;
}

.social-block li {
    font-weight: 600;
}

.social-block .title {
    margin-bottom: 5px;
    font-family: FuturaDemiC;
}

@media (max-width: 1199px) {
    .header-main-block>div{
        flex-basis: calc(50% - 5px);
    }
}

@media (max-width: 767px) {
    .social-block {
        padding: 10px 35px;
    }
    .work-item{
        flex-basis: calc(50% - 20px);
        height: 300px;
    }
    .price > div {
        text-align: center;
    }

    .price .prod-price {
        padding: 23px 25px;
    }

    .text-review-c {
        font-style: normal;
        font-weight: 500;
        font-size: 25px;
        line-height: 120%;
    }
    .subtext-review-c{
        font-size: 22px;
        line-height: 130%;
    }
    .videootzyvy{
        padding: 0!important;
    }
    .video-review>div, .big-video{
        padding: 25px 0!important;
    }

    .videootzyvy iframe {
        min-height: calc((100vw - 30px)/1.78)!important;
    }
}
@media (max-width: 420px) {
    .work-item {
        flex-basis: 100%;
    }
}

.fix-menu {
    background: #15499F;
}

.fix-menu > div {
    display: flex;
}

.menu-desktop {
    display: flex;
    position: relative;
    background: #e2e2e2;
    width:100%;
}

.menu-desktop-title {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 0 0 26px;
    font-size: 18px;
    cursor: pointer;
}

.menu-desktop-title svg {
    height: 24px;
    margin-right: 10px;
}
.menu-desktop_drop-list{
    background: #15499F;
    width: 100%;
}
.menu-desktop_drop-list>div a{
    color: #fff;
}
.menu-desktop_drop-list>div a:hover{
    background: #15499F;
}
.menu-desktop_drop-list>div>ul{
    display: flex;
    width: 100%;
}
.menu-desktop_drop-list>div>ul>li{
    flex-grow: 1;
    text-transform: uppercase;
    font-size: 13px;
}
.count-product{
    position: absolute;
    background: #403f3f;
    padding: 5px 7px;
    border-radius: 50%;
    top: 2px;
    right: -4px;
    font-size: 11px;
    color: #fff;
    line-height: 10px;
    z-index: 11;
}
#mobile_menu .navbar-nav{
    margin: 0;
}
#mobile_menu .navbar{
    border: 0px;
}

#mobile_menu a, .sitebar-inner-title{
    color: #15499F;
    font-family: FuturaMediumC;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    text-transform: uppercase;
    display: inline-block;
}
.sitebar-inner-title{
    margin-top: 35px;
    padding: 10px 25px;
}

#mobile_menu .togle-mobile-menu{
    padding-left: 45px;
}
#mobile_menu .togle-mobile-menu .see-all, #mobile_menu .togle-mobile-menu li{
    padding: 8px 0px;
}
#mobile_menu .togle-mobile-menu .see-all{
    padding: 8px 0 8px 17px;
}
#mobile_menu .sitebar-inner{
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    overflow-x: hidden;
    padding-bottom: 300px;
}
#mobile_menu .sitebar-inner li{
    padding-left: 17px;
}
#mobile_menu .sitebar-inner::-webkit-scrollbar { width: 0; }
#mobile_menu .navbar{
    margin: 0;
    padding-bottom: 50px;
    padding-left: 10px;
}

#mobile_menu .nav>li>a:focus, #mobile_menu .nav>li>a:hover{
    background: none;
}

.catalog{
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 6px 12px 6px 21px;
}
.catalog svg {
    margin-right: 7px ;
}
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.54);
    z-index:10;
}
.fix-menu.fixed, header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;

}
header.fixed{
    background: #fff;
}

.container-fix-menu{
}
#menu {
    margin-bottom: 0;
}
#menu ul {
    margin: 0;
}
.fix-menu, .menu-mobile {
}
.filter-collapse>.fdc ,.panel{
    margin: 15px auto!important;
}
.advantages .row{
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .menu-desktop, .social-block, #top, .contact-form, .adress{
        display: none;
    }
    div.logo-block{
        flex-basis: calc(45% - 5px);
    }
    div.mobile-block-contact{
        flex-basis: calc(55% - 5px);
    }
    .menu-mobile{
        display: flex;
        align-items: center;
        font-size: 17px;
        padding: 12px 0;
    }

    .menu-mobile svg{
        width: 24px;
        margin-right: 10px;
    }
    .menu-mobile svg g{
        fill: red;
    }
    #logo {
        margin-top: 0px!important;
    }
    .search{
        margin: 0;
        padding: 4px 10px;
    }

    #mobile_menu{
        -webkit-transform: translate(-100vw,0);
        -ms-transform: translate(-100vw,0);
        -o-transform: translate(-100vw,0);
        transform: translate(-100vw,0);
        display: block;
        position: fixed;
        z-index: 55;
        top: 0;
        bottom: 0;
        transition: .6s;
        width: 100vw;
        background: #fff;
    }
    #mobile_menu.open{
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
    #mobile_menu .close{
        position: absolute;
        top: 12px;
        right: 12px;
        opacity: 1;
        z-index: 99;
    }
    #mobile_menu .close svg g{
        fill: #505050;

    }
    .menu-inner{
        background: #bed4f7;
        padding: 30px 0 30px 10px;
    }
    .mobile-block-contact{
        display: block;
        text-align: right;
        padding-top: 8px;
    }
    .mobile-block-contact .time-work a{
        font-family: FuturaDemiC;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        color: #443E3E;
    }

    header{
        padding: 0;
    }

    #logo{
        text-align: left;
        width: 100%;
        margin-top: 15px;
    }

}
@media (min-width: 768px) {
    .menu-desktop{
        display: flex;
    }
    #mobile_menu, .menu-mobile, .mobile-block-contact{
        display: none;
    }
    .block-annotation {
        position: absolute;
        top: 55px;
    }
    .block-annotation .annotation-item{
        margin-right: 7px;
    }
    .categories ul {
        display: flex;
        flex-wrap: wrap;
    }
    .categories li {
        width: 23%;
        margin: 5px;
        padding: 8px;
    }

}
@media (min-width: 1200px) {
    .kit-block{
        width: 100% !important;
    }
    .kit-block li{
        width: 20%!important;
        float: left!important;
    }

}
@media (min-width: 991px) {
    .payments ul li {
        float: left;
    }
    .payments ul li:last-child{
        float: right;
    }

}

.consultation-form .phone-block {
    position: relative;
    z-index: 2;
    width: 330px;
}

.consultation-form .text-phone-block {
    z-index: 5;
    color: #fff;
    position: relative;
    text-align: center;
}

.consultation-form .phone-block-background {
    position: absolute;
    top: 0;
    z-index: 1;
}

.consultation-form .text-phone-block a {
    text-align: left;
    font-size: 33px;
    font-weight: bold;
    font-family: 'FuturaDemiC';
    margin-left: 28px;
    color: #fff;
    line-height: 42px;
}

.consultation-form .text-phone-block span {
    font-size: 17px;
    font-family: 'FuturaBookC';
}

.check-form .check-item {
    width: 50%;
    float: left;
    text-align: center;
    font-family: 'FuturaBookC';
    color: #294ba9;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.4;
}

.check-form:after, .check-form:before {
    display: table;
    content: " ";
    clear: both;
}

.consultation-submit .btn:hover {
    opacity: 0.8 !important;
}

.consultation-submit .btn:active {
    opacity: 1 !important;
}
.error-form{
    padding-top: 7px;
    color: red;
    height: 30px;
}
@media (min-width: 768px) {
    .menu-desktop {
        display: flex;
    }

    #mobile_menu, .menu-mobile, .mobile-block-contact {
        display: none;
    }

    .consultation-form {
        background: #e8e8e8;
        margin-bottom: -80px;
    }

    .body-form {
        margin: 50px 0;
        background: #fff;
        border-radius: 20px;
        position: relative;
        height: 350px;
    }

    .consultation-form .left-block {
        float: left;
        position: relative;
    }

    .consultation-form .right-block {
        width: 60%;
        float: right;
    }

    .consultation-form .kp {
        position: absolute;
        right: -74px;
        top: 30%;
    }

    .consultation-form .left-block .foto {
        position: absolute;
        top: -40px;
        left: -40px;
    }

    .consultation-form .left-block .foto img {
        width: 400px;
    }

    .consultation-form .phone-block {
        position: relative;
        z-index: 2;
        width: 330px;
    }

    .consultation-text-header {
        font-size: 36px;
        font-family: "FuturaDemiC";
        color: rgb(23, 71, 148);
        font-weight: 700;
        line-height: 1.4;
    }

    .consultation-form .text-form {
        text-align: center;
        padding: 30px 80px 10px 0;
    }

    .consultation-text {
        font-size: 28px;
        font-family: "FuturaDemiC";
        color: rgb(23, 71, 148);
        font-weight: 700;
        line-height: 1.2;
    }

    .check-form {
        padding: 5px 90px 20px 0;
    }

    .check-form .check-item img {
        margin-bottom: 5px;
    }

    .consultation-input-phone {
        width: 50%;
        padding-left: 30px;
        float: left;
    }

    .consultation-input-phone input {
        width: 100%;
        border: 0;
        padding: 15px;
        background: #e8e8e8;
        border-radius: 5px 0 0 5px;
    }

    .consultation-submit .btn {
        padding: 12.5px 60px !important;
        background-color: rgb(23, 71, 148);
        border-radius: 5px;
        color: #fff;
        opacity: 1 !important;
    }
    .consultation-form .phone-block {
        top: 260px;
        left: 15px;
    }
}
@media (min-width: 1200px) {
    .consultation-form .right-block {
        width: 70%;
        float: right;
    }
    .consultation-form .input-consultation{
        padding-left: 70px;
    }
    .check-form {
        padding: 5px 90px 20px 50px;
    }
}

@media (max-width: 767px) {
    .video-review>div, .big-video-core>div{
        flex-basis: 100%;
    }
    .consultation-form {
        position: relative;
    }
    .foto img{
        width: 100%;
    }
    .consultation-form .phone-block {
        top: 344px;
        left: 42px;
    }
    .consultation-form .left-block {
        margin-top: -60px;
    }
    .consultation-form .kp{
        position: absolute;
        top: 110px;
        left: 0px;
    }
    .consultation-text-header {
        font-size: 36px;
        font-family: "FuturaDemiC";
        color: rgb(23, 71, 148);
        font-weight: 700;
        line-height: 1.4;
    }

    .consultation-form .text-form {
        text-align: center;
        padding: 15px;
    }

    .consultation-text {
        font-size: 24px;
        font-family: "FuturaDemiC";
        color: rgb(23, 71, 148);
        line-height: 1.4;
    }

    .consultation-input-phone input {
        width: 100%;
        border: 0;
        padding: 15px;
        background: #e8e8e8;
        border-radius: 5px;
    }

    .check-form {
        padding: 25px 15px;
    }

    .consultation-submit .btn {
        padding: 12.5px 60px !important;
        background-color: rgb(23, 71, 148);
        border-radius: 5px;
        color: #fff;
        opacity: 1 !important;
        width: 100%;
    }
}

@media (max-width: 380px) {
    .consultation-form .phone-block img{
        width: 250px;
    }
    .consultation-form .text-phone-block a {
        font-size: 23px;
        line-height: 35px;
    }
    phone-block span {
        font-size: 15px;
    }
    .consultation-text{
        font-size: 18px;
    }
    .consultation-form .phone-block {
        top: 269px;
        left: 32px;
        width: 250px;
    }
    .consultation-form .kp {
        position: absolute;
        top: 72px;
        left: -12px;
    }
    .consultation-form .kp img {
        width: 85%;
    }
}
.calculate-body{
    margin: 50px 0;
    padding: 50px;
    background: #E7EDF6;
    border-radius: 10px;
    box-sizing: border-box;
}
.type-calculate{
    width: 50%;
    float: left;
}
.type-calculate-label, .quality-calculate-label{
    font-size: 140%;
    line-height: 1.6;
    font-family: FuturaMediumC;
    font-style: normal;
    font-weight: 500;
    color: #15499F;
    margin-bottom: 12px;
}

.quality-calculate{
    width: 50%;
    float: left;
}
.calculate-checkbox{
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    padding-left: 25px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
    color: #443E3E;
    font-size: 110%;
    margin-right: 21px;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.calculate-body .checkbox-unchecked{
    background-image: url("../image/ico_unchecked.svg");
}
.calculate-body .checkbox-checked{
    background-image: url("../image/ico_checked.svg");
}
.calculate-body .checkbox-nonchecked{
    display: none;
    background-image: url("../image/ico_nonchecked.svg");
}
.calculate-check-block{
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}
.calculate-col-name{
    font-size: 120%;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    margin-bottom: 7px;
    overflow: hidden;
}
.calculate-external-cams-param, .calculate-inside-cams-param, .calculate-storage-param{
    width: 50%;
    float: left;
    padding-right: 5px;
}
.calculate-external-label{

}
.calculate-checkbox-right{
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    padding-right: 25px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
    color: #5a5a5a;
    font-size: 120%;
    margin-right: 21px;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.calculate-external-cams, .calculate-inside-cams, .calculate-storage{
    overflow: hidden;
    padding: 20px 0;
    display: flex;
    flex-flow: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #fff;
}

.calculate-external-text, .calculate-inside-text, .calculate-storage-text{
    font-size: 140%;
    line-height: 1.5;
    font-family: FuturaMediumC;
    font-style: normal;
    font-weight: 500;
    color: #15499F;
    margin-bottom: 10px;
}
.calculate-storage-text span{
    font-size: 60%;
    margin-left: 20px;
}
.calculate-col-count-table, .calculate-col-price-table{
    width: 20%;
    float: left;
}

.calculate-quantity-minus{
    line-height: 32px;
    height: 32px;
    width: 24px;
    background-image: url(../image/icon_minus.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    cursor: pointer;
}
.calculate-quantity-plus{
    line-height: 32px;
    height: 32px;
    width: 24px;
    background-image: url(../image/icon_plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    cursor: pointer;
}
.calculate-col-count-table{
    display: flex;
}
.calculate-quantity-value{
    font-size: 180%;
    width: 60px;
    text-align: center;
    line-height: 1.2;
    color: #15499F;
    font-family: FuturaMediumC;
    font-style: normal;
    font-weight: 500;
}
.calculate-col-price-table{
    font-family: sans-serif;
    font-size: 24px;
    color: #15499F;
    font-family: FuturaMediumC;
    font-style: normal;
    font-weight: 500;
}
.quality-calculate-checkbox{
    display: block;
}
.quality-calculate-checkbox div{
    flex-grow: 1;
}
.calculate-footer{
    margin-top: 20px;
    display: flex;
    flex-flow: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.calculate-work-complexity{
    width: 50%;
}
.calculate-all-price{
    font-size: 24px;
    line-height: 1.4;
    width: 50%;
    font-family: FuturaMediumC;
    font-style: normal;
    font-weight: 500;
    color: #443E3E;
}
.calculate-btn{
    border: 1px solid #15499F;
    border-radius: 30px;
    background: #E8EDF5;
    font-family: FuturaMediumC;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #15499F;
    padding: 10px 20px;
    margin: 1px;
}
.calculate-btn:hover{
    /*color: #15499F!important;
    background: #E8EDF5;*/
    border: 2px solid #15499F;
    margin: 0;
    opacity: 1!important;
    text-decoration: none;
}
.calculate-btn:active{
    color: #fff!important;
    background: #123A7D;
    border: 2px solid #123A7D;
    margin-left:0px;
    opacity: 1!important;
    text-decoration: none;
}
.work-calculate-label{
    font-size: 140%;
    line-height: 1.5;
    font-family: FuturaMediumC;
    font-style: normal;
    font-weight: 500;
    color: #15499F;
}
.work-calculate-checkbox{
    width: 50%;
    float: left;
}
.calculate-button{
    width: 50%;
    float: left;
}
.calculate-help-block {padding:5px; font-style:italic;}
.calculate-wide-control {
    width: 100%;
}
.calculate-summary {
    padding: 18px 0;
    border-bottom: 1px solid #fff;
}
.calculate-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 6px 0;
    font-family: FuturaMediumC;
    font-size: 18px;
    color: #443E3E;
}
.calculate-summary-row strong {
    color: #15499F;
    white-space: nowrap;
}
.calculate-summary-note {
    margin-top: 8px;
    color: #8a4d00;
    font-size: 14px;
    line-height: 1.4;
}
.calculate-footer-new {
    justify-content: space-between;
}
.calculate-footer-new .calculate-all-price,
.calculate-footer-new .calculate-button {
    width: auto;
}
.calculate-all-price-summ{
    color: #24459f;
}
#calculate_all_price{
    font-size: 28px;
    font-weight: bold;
}
.calculate-title{
    background-image: url(/image/calculator.svg);
    background-position: left 10px;
    background-repeat: no-repeat;
    background-size: 45px auto;
    padding-left: 60px;
    margin-bottom: 40px;
}
.calc-text-header{
    font-family: FuturaDemiC;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #443E3E;
}
.calc-text-down{
    color: #4a4a4a;
}
.calculate-button{
    margin-top: 15px;
    margin-bottom: 10px;
}

.calculate-button a:hover{
    color: #fff;
    opacity: .8;
}
.calc-text-down{
    font-size: 100%;
}
.help_button {
    display: inline-block;
    width: 14px;
    height: 20px;
    line-height: 20px;
    background-image: url(/image/question.svg);
    background-position: left 4px;
    background-repeat: no-repeat;
    background-size: 14px auto;
    margin-left: 6px;
    cursor: pointer;
    position: relative;
    top: -11px;
    left: -10px;
}
#window_help_block{
    display: none;
    position: absolute;
    z-index: 10000;
    width: 280px;
    background: #ffffff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #c1d3d2;
    border-radius: 4px;
}
#window_help_arrow {
    position: relative;
    top: -9px;
    left: 22px;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-top: solid 1px #c1d3d2;
    border-left: solid 1px #c1d3d2;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#window_help_body {
    padding: 0 16px 16px 16px;
    color: #4a4a4a;
}
.window_help_buttons{
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
}
.window-help-close {
    width: 24px;
    height: 24px;
    background-image: url(../image/icon_close.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px auto;
    cursor: pointer;
}
@media (max-width:767px){
    #window_help_block {
        width: calc(100% - 50px);
    }
    .calculate-checkbox{
        margin-right: 15px;
        font-size: 110%;
    }

    .calculate-body{
        margin: 5px;
    }
	    .calculate-col-count-table, .calculate-col-price-table{
	        width: 100%;
	        margin-top: 15px;
	    }
    .calculate-external-cams-param, .calculate-inside-cams-param, .calculate-storage-param{
        width: 100%;
    }
    .calculate-work-complexity{
        width: 100%;
    }
	    .calculate-all-price{
	        width: 100%;
	        margin-top: 10px;
	    }
	    .calculate-summary-row {
	        font-size: 16px;
	    }
	    .calculate-footer-new .calculate-all-price,
	    .calculate-footer-new .calculate-button {
	        width: 100%;
	    }
	    .calculate-col-price-table{
	        text-align: left;
	    }
	    .calculate-summary-row {
	        flex-wrap: wrap;
	    }
	    .calculate-summary-row strong {
	        margin-left: auto;
	    }
}
@media (max-width:991px){
    .calculate-body{
        margin: 50px 20px;
    }
    .calculate-title{
        margin: 15px 40px;
    }
}
.payments{
    margin-bottom: 25px;
}
.calculate-price {
    margin-top: 50px;
}
.header-link-img{
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 0 3px 10px;
}

footer .social img {
    padding-left: 0px;
}
.about-company ul{
    list-style: none;
    padding: 0;
    font-size: 18px;
    line-height: 130%;
}
.about-company p{
    margin-bottom: 20px!important;
}
.about-company .left-block, .about-company .right-block{
    width: 50%;
    float: left;
    padding: 15px 25px;
}
.about-company img {
    border-radius: 5px;
}
.about-company h2{
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
}

.about-company .full-width{
    padding: 15px 25px;
    width: 100%;
}
.about-company .financial a{
    color: #337ab7;
    display: flex;
    align-items: center;
}
.about-company .financial a img {
    height: 35px;
    width: auto;
    margin-right: 10px;
}

.about-company .full-width ul, .about-company .licenses ul, .about-company .certificate ul, .about-company .financial ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.about-company .activity-inner{
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.company-header{
    padding: 15px;
    font-family: FuturaDemiC;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
}
.company-video{
    position: relative;
    cursor: pointer;
}
.company-video a:before {
    content: "";
    position: absolute;
    left: calc( 50% - 25px );
    top: calc( 50% - 25px );
    width: 50px;
    height: 50px;
    background-image: url('data:image/svg+xml;utf8,<svg width="55" height="55" viewBox="0 0 55 55" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="27.5" cy="27.5" r="27.5" fill="white" fill-opacity="0.5"/><circle cx="27.5" cy="27.5" r="22.5" fill="white"/><path d="M36.5 26.134C37.1667 26.5189 37.1667 27.4811 36.5 27.866L24.5 34.7942C23.8333 35.1791 23 34.698 23 33.9282L23 20.0718C23 19.302 23.8333 18.8209 24.5 19.2058L36.5 26.134Z" fill="%23B72025"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.company-block{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about-company .full-width ul li{
    flex-basis: 25%;
    padding: 15px;
}
.company-block > div, .activity-inner div{
    flex-basis: 50%;
    padding: 15px;
}

.about-company .full-width-doc ul li{
    padding: 15px;
}
.about-company .licenses ul li{
    flex-basis: 33%;
}
.full-width-doc{
    margin-bottom: 30px;
}
.full-width-doc .h4, .certificate-equipment .h4, .activity-inner .h5{
    text-align: center;
}

.about-company .certificate ul li, .about-company .financial ul li{
    flex-basis: 50%;
}
.about-company .full-width img, .about-company .full-width-doc img, .company-block img, .about-company .activity img, .about-company .equipment img{
    width: 100%;
    height: auto;
}
.about-company .full-width h2, .about-company .full-width-doc h2, .trusted h2{
    text-align: center;
}
.about-company .video-company{
    text-align: center;
}
.about-company .video-company iframe, .about-company .video-company .video{
    width: 720px;
    height: 405px;
	margin:auto;
	padding-bottom:0;
}
.about-company .equipment div, .about-company .activity .activity-inner div div{
    text-align: center;
}

.about-company .certificate-equipment {
    display: flex;
    flex-wrap: wrap;
}

.about-company .certificate-equipment .certificate{
    flex-basis: 66.66666%;
}
.about-company .certificate-equipment .equipment{
    flex-basis: 33.33333%;
}
.trusted{
    padding: 20px;
}
.r-r-block {
    width: 60%; padding: 70px 30px; float: left
}
.about-review{
    margin-top: 50px;
}
.about-review h2{
    line-height: 130%;
    padding: 0 15px;
}
.about-review iframe{
    width: 100%;
    border: 0 solid #fff;
    border-radius: 10px;
}

.about-review .col-sm-3{
    padding: 15px;
}

.about-review .all-review{
    margin: 25px 0;
    padding: 0 15px;
}
.about-review .all-review a{
    color: #15499F;
    font-size: 20px;

}

@media (max-width:767px){
    .r-r-block {
        padding: 20px 0 0 15px;

    }
    .about-company .left-block, .about-company .right-block{
        width: 100%;
    }
    .about-review h2{
        font-size: 30px;
        line-height: 120%;
        padding: 0 15px;
    }
    .about-review iframe{
        min-height: calc(100vw*0.5);
    }
    .about-company .full-width ul li, .about-company .licenses ul li, .about-company .certificate ul li, .financial-img{
        flex-basis: 50%;
        padding: 10px;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .company-block > div{
        flex-basis: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 22px;
    }
    .activity-inner div{
        flex-basis: 100%;
        padding: 0;
    }
    .about-company .video-company iframe, .about-company .video-company .video{
        --width-iframe: calc(100vw - 85px);
        width: var(--width-iframe);
        height:calc(var(--width-iframe) * 0.5625);
    }
    .about-company .financial ul li{
        flex-basis: 50%;
        padding: 10px;
        align-items: center;
        display: flex;
    }
    .about-company .equipment img, .about-company .activity img{
        width: 100%;
    }
    .about-company .certificate-equipment .equipment, .about-company .certificate-equipment .certificate{
        flex-basis: 100%;
    }
}

.header-nav{
    display: flex;
    width: 100%;
}
.header-search{
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
}
.header-search-inner{
    align-self: center;
    position: relative;
}
#desktopSearh{
    align-self: center;
}
#desktopSearh .phone{
    display: none!important;
}

.header-search>a, .header-search .cart{
    padding: 7px;
}
.header-search>button{
    border: 0;
    background: none;
}
.header-nav-list{
    align-self: center;
}
.header-title{
    font-family: FuturaDemiC;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.header-sub-title{
    font-family: FuturaBookC;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}
.header-main-block{
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.logo-inner{
    padding: 10px 0;
}
.header-banner{
    background: #E8EDF5;
}
.header-banner-text{
    width: 57%;
    float: left;
    padding: 74px 0;
}
.header-banner-title{
    font-family: FuturaDemiC;
    font-style: normal;
    font-weight: bold;
    font-size: 65px;
    line-height: 110%;
    color: #443E3E;
    margin-bottom: 15px;
}
.header-banner-subtitle{
    font-family: FuturaBookC;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #443E3E;
}
.header-banner-work{
    font-family: FuturaBookC;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 35px;
}
.compare-work{
    display: flex;
    align-items: center;
}
.compare-text{
    margin-left: 10px;
}
.header-banner-work .row-2{
    padding-left: 100px;
}
.header-banner-abs-text{
    position: absolute;
    color: #15499f;
    opacity: .6;
    bottom: 4%;
    left: 0;
    z-index: 1;
}
.header-banner-abs-moile-text{
    display: none;
}
.color-blue{
    color: #15499F;
}
.color-grey{
    color: #999999;
}
.color-red{
    color: #b72025;
}
.btn-header-banner{
    text-decoration: none;
    color: #fff;
    background: #15499F;
    border-radius: 30px;
    padding: 15px 25px;
    transition: .3s;
    border: 0;
}
.btn-header-banner:hover{
    background: #1662DF;
    color: #fff;
}
.btn-header-banner:active{
    background: #123A7D;
    color: #fff;
}
.header-banner-img{
    width: 35%;
    float: left;
    padding-top: 90px;
    position: relative;
}
.header-banner-img img{
    width: 100%;
}
.mistakes{
    padding: 80px 0;
}
.mistakes-title{
    text-align: center;
    font-family: FuturaDemiC;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 120%;
    padding: 25px 10%;
    color: #443E3E;
}
.mistakes-block{
    overflow: hidden;
    padding: 0 20%;
    margin-bottom: 25px;
}
.mistakes-item{
    width: 33.333%;
    float: left;
    font-family: FuturaBookC;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
}
.mistakes-number{
    color: #B72025;
    opacity: 0.2;
    font-family: FuturaDemiC;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 75%;
}
.mistakes-video-block{
    overflow: hidden;
}
.mistakes-video-block iframe, .review-home-youtube iframe{
    width: 100%;
    border: 0 solid #fff;
    border-radius: 10px;
    height: 100%;
}

.mistakes-video-block .col-sm-3, .review-home-youtube .col-sm-3{
    padding: 15px 15px 0 0;
    height: 200px;
}
.mistakes-subscription{
    margin-top: 20px;
    text-align: center;
}
.mistakes-subscription svg{
    width: 38px;
}
.subscription-text{
    font-family: FuturaBookC;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    color: #443E3E;
    margin-left: 10px;
    line-height: 2;
    display: inline-block;
    vertical-align: bottom;
}
.advantages-title{
    text-align: center;
    font-family: FuturaDemiC;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    color: #443E3E;
    padding: 30px 0;
    width: 100%;
}
.advantages-item-title{
    font-family: FuturaDemiC;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #443E3E;
}
.advantages-item-text{
    margin: 15px 0;
    font-size: 15px;
}
.advantages-item a{
    color: #5E82BD;
    padding-right: 15px;
}
.advantages-item{
    margin-bottom: 55px;
}
.advantages-item:nth-child(3n+1){
    clear: both;
}
.video-minsk-header{
    color: #443E3E;
    font-family: 'FuturaDemiC';
    font-size: 42px;
    text-align: center;
    margin-top: 50px;
    line-height: 130%;
}
.video-minsk-subheader{
    margin-top: 30px;
    color: #443E3E;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'FuturaBookC';
    text-align: center;
    line-height: 130%;
}
.video-minsk-content{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.vmc-item{
    flex-basis: 33.333333%;
}

.video-minsk-content ul{
    list-style-image: url(../image/list-item.svg);
    font-family: 'FuturaBookC';
    font-size: 18px;
    line-height: 130%;
    color: #443E3E;
}
.video-minsk-content ul li{
    margin-bottom: 10px;
}
.vmc-item-header{
    background-repeat: no-repeat!important;
    background-position: 0 0!important;
    padding: 50px 0 10px 50px;
    font-size: 20px;
    line-height: 130%;
    color: #443E3E;
    height: 115px;
}
.video-minsk-content .item-one{
    background: url(../image/item-one.svg);
}
.video-minsk-content .item-two{
    background: url(../image/item-two.svg);
}
.video-minsk-content .item-three{
    background: url(../image/item-three.svg);
}

.video-minsk-content thead td{
    vertical-align: top;
}
.form-guarent{
    padding: 70px 0;
}
.form-guarent-inner{
    background: #15499F;
}
.form-guarent-inner .container{
    position: relative;
}
.form-guarent-left-block{
    width: 55%;
    float: left;
    color: #fff;
    padding: 50px 0 50px 80px;
    position: relative;
}
.form-guarent-left-block .consent-list{
    padding-left: 10px;
}
.form-guarent-left-block .consent-list a{
    color: #fff;
}
.form-guarent-left-block .accept-text{
    margin: 10px 0;
}
.form-guarent-right-block{
    width: 45%;
    float: left;
    height: 490px;
}
.form-guarent-right-block .core-img{
    position: relative;
    bottom: -111px;
    z-index: 1;
    right: -30px;
}
.form-guarent-right-block .back-img{
    position: absolute;
    top: 74px;
    right: 33px;
}
.form-guarent-abs-text{
    position: absolute;
    color: #FFFFFF;
    opacity: 0.5;
    bottom: 12px;
    right: 35px;
    z-index: 1;
}
.form-guarent-text, .form-guarent-subtext{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.form-guarent-text a {
    color: #0089ff!important;
}
.form-guarent-arrow{
    display: inline-block;
    position: absolute;
    right: 15%;
    bottom: 17%;
}
.form-guarent-input, .last-form-input{
    background: #fff;
    display: inline-block;
    padding: 6px 6px 6px 20px;
    border-radius: 30px;
    z-index: 1;
    position: relative;
    border: 1px solid #fff;
}
.form-guarent-input input, .last-form-input input{
    border: 0px;
    width: 200px;
    color: #15499F;
}
.form-guarent-input input::-webkit-input-placeholder, .last-form-input input::-webkit-input-placeholder {
    color: #15499F;
}
.form-guarent-input input::-moz-placeholder, .last-form-input input::-moz-placeholder {
    color: #15499F;
}

.btn-form-guarent{
    background: #15499F;
    border-radius: 30px;
    border: 0;
    padding: 10px 66px;
    color: #fff;
    display: block;
    margin-top: 10px;
}
.form-guarent-left-block .btn-form-guarent{
    background: #fff;
    color: #15499F;
}
.last-form-right-block .btn-form-guarent{
    background: #fff;
    color: #15499F;
}

.btn-form-guarent:hover{
    background: #1662DF;
    transition: .3s;
}
.last-form-right-block .btn-form-guarent:hover, .form-guarent-left-block .btn-form-guarent:hover{
    opacity: .7;
    background: #fff;
    transition: .3s;
}
.btn-form-guarent:active{
    background: #123A7D;
}
.customer-home-block-title{
    font-family: FuturaDemiC;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #443E3E;
    text-align: center;
    margin-bottom: 15px;
}
.customer-home-block-subtitle{
    font-family: FuturaBookC;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #443E3E;
    margin-bottom: 35px;
}
.customer-percent-item{
    float: left;
    width: 25%;
    font-size: 20px;
    line-height: 33px;
}
.customer-percent-item span{
    font-weight: bold;
}
.customer-home-block-percent{
    margin-bottom: 30px;
    overflow: hidden;
}
.customer-icon-item:first-child{
    flex-basis: 100%;
}
.customer-icon-item:first-child img{
    width: 20%;
}
.customer-icon-item{
    flex-grow: 1;
    align-self: center;
    flex-basis: 20%;
    text-align: center;
}
.customer-home-block-icon{
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 10px 0;
}
.system{
    margin: 50px 0;
    color: #443E3E;
}
.system-header{
    font-family: FuturaDemiC;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    color: #443E3E;
    text-align: center;
    margin-bottom: 15px
}
.system-list{
    display: flex;
    flex-wrap: wrap;
}
.system-item{
    flex-basis: 25%;
    padding: 10px;
}
.system-item-img{
    background: #15499F;
    height: 190px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 50% 35%;
    position: relative;
}
.system-item-text{
    font-family: 'FuturaBookC';
    font-size: 16px;
    line-height: 130%;
    padding: 15px;
    word-break: break-word;
}

.pos-right{
    background-position: 100% 45%;
    background-size: 80%;
}

.system-item-img-text{
    font-family: 'FuturaBookC';
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    word-wrap: break-word;
    padding: 10px 15px;
    font-size: 20px;
}
.two-cat{
    margin: 50px 0;
    color: #443E3E;
}
.two-cat-content{
    background: #E1EFFF;
    border-radius: 10px;
}
.two-cat-content-top{
    padding: 100px 100px 0 100px;
}
.two-cat-content-bottom{
    padding: 0 100px 100px 100px;
}
.two-cat-table{
    width: 100%;
    margin: 50px 0;
}
.two-cat-table table{
    width: 100%;
}
.two-cat-table td:first-child{
    width: 40%;
}
.two-cat-table td{
    width: 30%;
}
.two-cat-table thead td{
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
}
.two-cat-table thead tr{
    background: #f9fcff;
}
.two-cat-table tbody td{
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
}
.two-cat-table tbody td:first-child{
    text-align: left;
    padding-left: 50px;
}
.table-back{
    background: #edf5ff;
}
.mobile-table{
    display: none;
}
.two-cat img{
    width: 100%;
}
.two-cat .first-left-block{
    position: relative;
}

.two-cat .text-video{
    font-family: 'FuturaDemiC';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    margin: 10px 0 20px;
}
.two-cat .row{
    display: flex;
    flex-wrap: wrap;
}
.two-cat .row>div{
    flex-basis: 50%;
}
.two-cat .list-video ul{
    padding-left: 20px;
    font-family: 'FuturaDemiC';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 200%;
    text-transform: uppercase;
}
.two-cat .cat-annotation{
    display: flex;
    flex-wrap: wrap;
}

.two-cat .cat-annotation>div{
    flex-basis: 50%;
}

.two-cat .difference{
    font-family: 'FuturaBookC';
    font-size: 18px;
    line-height: 130%;
    align-self: center;
}
.two-cat-arrow{
    position: absolute;
    right: 60px;
    bottom: 15px;
}
.two-cat-table-header{
    font-family: 'FuturaDemiC';
    margin: 20px 0 ;
    font-weight: 500;
    font-size: 38px;
    line-height: 130%;
    text-align: center;
}
.two-cat-header{
    font-family: 'FuturaDemiC';
    margin-top: 20px;
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
}
.two-cat-sub-header{
    font-family: 'FuturaBookC';
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
}
.two-cat-questions{
    margin-top: 45px;
}
.two-cat-questions>div:first-child{
    padding-right: 10px;
}
.two-cat-questions>div:last-child{
    padding-left: 10px;
}
.two-cat-questions ul{
    list-style: none;
    padding: 0;
    font-family: 'FuturaBookC';
    font-size: 18px;
    line-height: 150%;
}
.two-cat-questions b{
    font-family: FuturaDemiC;
    font-weight: 500;
}

.video-minsk-content ul{
    padding-left: 25px;
}
.how-to-work-header, .about-us-core-header{
    font-family: 'FuturaDemiC';
    font-size: 46px;
    line-height: 130%;
    text-align: center;
    color: #443E3E;
}
.how-to-work{
    margin-top: 40px;
}
.how-to-work-video{
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}
.htwv-item{
    flex-basis: 50%;
    padding: 0 10px;
}

.htwv-item img{
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}
.how-to-work-image{
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}
.htwi-item{
    flex-basis: 25%;
    padding: 10px;
}
.htwi-item img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.htw-link-container{
    margin-top: 20px;
    text-align: center;
}

.htw-link{
    font-family: 'FuturaBookC';
    color: #15499F;
    font-size: 20px;
}
.about-us-core{
    background: rgba(225, 239, 255, 0.5);
    margin-top: 30px;
    padding: 70px 0;
}
.about-us-core-content{
    display: flex;
    flex-wrap: wrap;
}
.auc-item{
    flex-basis: 33.33333%;
    padding: 10px;
}
.auc-item img{
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 20px;
}

.choice{
    margin: 50px 0;
    color: #443E3E;
}
.choice-title{
    font-family: 'FuturaDemiC';
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
}
.choice-sub-title{
    margin-top: 15px;
    font-family: 'FuturaBookC';
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
}
.choice-list{
    display: flex;
    flex-wrap: wrap;
}
.choice-list>div{
    flex-basis: 50%;
    display:flex;
    margin-top: 40px;
    position: relative;
}
.choice-list-item-number div{
    font-family: FuturaDemiC;
    font-size: 20px;
    background: #E1EFFF;
    text-align: center;
    border-radius: 50%;
    padding: 15px 19px;
    margin-right: 30px;
}
.choice img{
    width: 100%;
}
.choice-list-item-header{
    font-family: FuturaDemiC;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
}
.choice-list-item-text ul{
    padding: 10px 0 0 0;
    list-style: none;
    font-family: 'FuturaBookC';
    font-size: 16px;
    line-height: 130%;
}
.choice-list-item-text a{
    color: #15499F;
}
.choice-list-item-text{
    font-family: 'FuturaBookC';
    font-size: 20px;
    line-height: 130%;
}
.choice-list-item-text b{
    font-family: 'FuturaDemiC';
    font-weight: 500;
}
.choice-list-item:nth-child(2n){
    padding-left: 25px;
}
.choice-list-item:nth-child(2n+1){
    padding-right: 25px;
}
.choice-arrow{
    position: absolute;
    right: 5%;
    bottom: 15%;
}
.review-home{
    margin: 50px 0;
}
.review-home-title .review-home-mobile-bold{
    display: block;
    font-size: 30px;
}
.review-home-all .review-home-mobile-bold{
    display: inline-block;
}
.review-home-title{
    font-family: FuturaDemiC;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
    color: #443E3E;
    margin-bottom: 30px;
}
.review-home-youtube{
    overflow: hidden;
}
.review-home-all{
    text-align: center;
    margin-top: 40px;
}
.review-home-all a{
    font-family: FuturaBookC;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    color: #15499F;
    text-decoration: none;
}
.last-form{
    padding-top: 130px;
}
.last-form-inner{
    background: #15499F;
    height: 480px;
    border-radius: 10px;
    z-index: 5;
    position: relative;
    margin: 0 2%;
}
.last-form-right-block{
    width: 60%;
    float: left;
    position: relative;
    z-index: 5;
}
.last-form-right-block .consent-list{
    padding-left: 10px;
    color: #fff;
}
.last-form-right-block .consent-list a{
    color: #fff;
}
.last-form-right-block .accept-text{
    color: #fff;
    margin: 10px 0;
}
.last-form-right-block .accept-label{
    color: #fff;
}
.last-form-left-block{
    width: 40%;
    float: left;
    text-align: right;
    z-index: 5;
    height: 480px;
}
.last-form-left-block img{
    position: relative;
    top: -13px;
    z-index: 1;
}
.last-form-inner .container{
    position: relative;
    height: 100%;
    background-image: url(/image/7Video-back.png);
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: 50% 135%;
}
.last-form-abs-text{
    position: absolute;
    top: 63px;
    font-family: FuturaBookC;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 130%;
    color: #FFFFFF;
    opacity: 0.5;
    text-align: left;
}
.last-form-text{
    font-family: FuturaDemiC;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.text-not-oblige{
    color: #fff;
}
.last-form-right-block{
    padding: 46px 20px;
}
.last-form-arrow {
    position: absolute;
    top: 272px;
    left: 420px;
}
.last-form-footer{
    background-color: #eeeeee;
    height: 80px;
    margin-top: -30px;
}
.check-prices{
    margin: 50px 0;
}
.check-prices-inner{
    background: #E7EDF6;
    border-radius: 10px;
    position: relative;
}
.check-prices-img-1{
    position: absolute;
    top: 70px;
    left: -70px;
}
.check-prices-img-2{
    position: absolute;
    bottom: 0;
    left: 30px;
}
.check-prices-text{
    padding: 90px 90px 45px 320px;
}
.check-prices-text .consent-list{
    padding-left: 10px;
}
.check-items-block{
    display: inline-block;
}
.consent-list a {
    color: #5E82BD;
    padding-right: 15px;
}
.accept-text{
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 6px;
}
.accept-label{
   cursor: pointer;
}
.check-items{
    float: left;
    font-family: FuturaBookC;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    color: #15499F;
}
.check-items span{
    opacity: 0.5;
}
.check-items .active{
    opacity: 1;
}
.before-line:before{
    contain: strict;
    content: "";
    position: absolute;
    background-color: #15499F;
    top: 0px;
    right: 9px;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 1px;
    width: 54px;
    height: 1px;
    opacity: .5;
}
.before-line{
    padding-left: 70px;
    position: relative;
}
.check-items-text{
    display: inline-block;
    font-family: FuturaBookC;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    align-items: center;
    color: #15499F;
    opacity: 0.5;
    margin-left: 20px;
    position: relative;
    top: -3px;
}
.check-prices-check{
    margin-bottom: 35px;
    padding-left: 40px;
}
.check-prices-title{
    font-family: FuturaDemiC;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 120%;
    color: #443E3E;
    padding-left: 40px;
}
.check-prices-subtitle{
    font-family: FuturaBookC;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #443E3E;
}
.check-prices-subtitle-1{
    padding: 35px 0 10px 40px;
}
.check-prices-subtitle-2{
    padding: 0 0 35px 40px;
}
.check-prices-question{
    padding-left: 40px;
    min-height: 180px;
}
.check-prices-question .form-guarent-input{
    margin: 10px 0;
}

.check-prices-question-title{
    font-family: FuturaMediumC;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #15499F;
    margin-bottom: 25px;
}
.check-prices-btn{
    border: 1px solid #15499F;
    border-radius: 30px;
    padding: 7px 20px;
    background-color: #e7edf6;
    font-family: FuturaBookC;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #15499F;
    margin-right: 10px;
}
.check-prices-btn.whatsapp{
    background-image: url(/image/whatsapp-icon.svg);
    background-position: 15px 7px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding: 7px 20px 7px 40px;
}
.check-prices-btn.viber{
    background-image: url(/image/viber-icon.svg);
    background-position: 15px 6px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding: 7px 20px 7px 40px;
}
.check-prices-btn.phone{
    background-image: url(/image/smartphone-icon.svg);
    background-position: 15px 6px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding: 7px 20px 7px 40px;
}
.check-prices-btn:hover{
    background-color: #15499F;
    color: #fff;
}
.check-prices-btn.active{
    background-color: #15499F;
    color: #fff;
}
.check-prices-btn.whatsapp:hover, .check-prices-btn.whatsapp.active{
    background-image: url(/image/whatsapp-icon-active.svg);
}
.check-prices-btn.viber:hover, .check-prices-btn.viber.active{
    background-image: url(/image/viber-icon-active.svg);
}
.check-prices-btn.phone:hover, .check-prices-btn.phone.active{
    background-image: url(/image/smartphone-icon-active.svg);
}

.menu-desktop_drop-list:hover li.dropdown>a, .menu-desktop_drop-list:hover li.non-dropdown>a{
    opacity: .5;
}

li.dropdown:hover>a, li.non-dropdown:hover>a{
    opacity: 1!important;
}
#menu-desktop li.dropdown:hover .dropdown-menu{
    display: block;
}
.menu-desktop .dropdown-menu{
    padding: 5px 40px 20px 40px;
    background: #15499F;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 230px;
}
.menu-desktop .dropdown-menu li{
    margin-bottom: 10px;
}
.mobile-new-line{
    display: inline-block;
}
.only-mobile{
    display: none;
}
.footer-row-1, .footer-row-2{
    overflow: hidden;
}
.mobile-social{
    display: none;
}
.footer-row-2{
    padding-bottom: 50px;
}
.container-body{
    margin: 30px auto;
}
.modal-container{
    margin: 100px auto;
    height: 60vh;
}
.modal-content{
    padding: 25px;
    height: 100%;
    display: flex;
    text-align: center;
    background: #15499F;
    background-image: url(/image/7Video-back.png);
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: 50% 107%;
}
.container-body{
    align-self: center;
    width: 100%;
}
#common-home section{
    overflow: hidden;
}
#mobileSearch{
    display: none;
}
.modal-header{
    border-bottom:0;
}
.modal-title{
    font-family: FuturaDemiC;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.modal-subtitle{
    font-family: FuturaBookC;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}
.modal-download>div{
    display: inline-block;
    color: #fff;
    margin-bottom: 15px;
    border: 1px solid #fff;
    padding: 8px 15px;
    border-radius: 30px;
}
.modal-buttons{
    background-image: url(/image/check-prices-1.png);
    background-position: 23% 5px;
    background-repeat: no-repeat;
    background-size: 190px auto;
    padding: 40px;
}
#ModalSuccess .close {
    font-size: 40px;
    opacity: 1;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 20px;
}
#ModalSuccess .close:hover{
    color: #fff;
    opacity: .8;
}
#product-category, #information-information, #articles-category{
    margin-top: 35px;
    margin-bottom: 35px;
}
.swiper-button-prev, .swiper-button-next{
    display: none;
}
.text-company{
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 30px;
}
.pro-biznes{
    background: #3D72CA;
    border-radius: 10px;
    overflow: hidden;
    margin: 40px 0;
}
.pro-biznes-left-block{
    float: left;
    width: 45%;
    text-align: center;
    padding-top: 50px;
    background-image: url(/image/pro-biznes-back.png);
    background-position: 50% 15px;
    background-repeat: no-repeat;
}
.pro-biznes-left-block img{
    width: 302px;
}
.pro-biznes-right-block{
    float: left;
    width: 55%;
}
.pro-biznes-right-block .text{
    font-size: 50px;
    line-height: 130%;
    color: #fff;
    padding-top: 160px;
    padding-bottom: 30px;
}
.pro-biznes-right-block .text span{
    display: block;
    font-size: 77px;
    line-height: 80px;
    font-family: FuturaDemiC;
    color: #000;
}
.pro-biznes-right-block a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    margin: 1px;
}
.pro-biznes-right-block a:hover{
    margin: 0;
    border: 2px solid #fff;
    text-decoration: none;
}
.text-not-oblige{
    text-align: center;
}
.gift-core .gift{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.finger{
    text-align: center;
}
.gift-core-header{
    text-align: center;
    font-family: 'FuturaDemiC';
    font-size: 42px;
    line-height: 130%;
    margin-top: 25px;
    color: #443E3E;
}
.gift-core-subheader{
    margin: 20px 0;
    text-align: center;
    font-size: 24px;
    line-height: 120%;
    color: #443E3E;
}
.gift{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
}
.gift img{
    width: 20px;
}
.gift>a{
    display: inline-flex;
    color: #fff!important;
    border-radius: 5px;
    text-decoration: none;
    height: 40px;
    align-items: center;
    padding: 0 10px;
    gap: 5px;
    width: 130px;
}
.gift>a>span{
    flex-grow: 1;
    text-align: center;
}
.gift_tg{
    background: #4eaee6;
}
.gift_viber{
    background: #966bad;
}
@media (min-width: 768px) {
    .text-not-oblige{
        text-align: left;
    }
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-collapse.collapse {

        padding-bottom: 0;
        overflow: visible !important;
    }
    .mistakes-arrow{
        padding: 38px 10%;
        background-image: url(/image/arrow-mistakes.svg);
        background-position: 86% 69px;
        background-repeat: no-repeat;
        background-size: 35px auto;
    }
    .check-prices-subtitle-1{
        background-image: url(/image/arrow-bock.svg);
        background-position: left 5px;
        background-repeat: no-repeat;
        background-size: 35px auto;
    }
    .check-prices-subtitle-2{
        background-image: url(/image/arrow-phone.svg);
        background-position: left 5px;
        background-repeat: no-repeat;
        background-size: 35px auto;
    }

}
@media (min-width: 992px) and (max-width: 1200px){
    .last-form-inner .container{
        background-position: 50% 120%;
    }
    .mistakes-title{
        font-size: 40px;
    }
    .mistakes-arrow{
        background-position: 91% 66px;
    }
    .mistakes-block{
        padding: 0 10%;
    }
    .header-banner-title{
        font-size: 48px;
    }
    .header-banner-subtitle{
        font-size: 19px;
    }
    .header-banner-work{
        font-size: 19px;
    }
    .header-banner-work .row-2 {
        padding-left: 80px;
    }
    .header-banner-text {
        padding: 78px 0;
    }
    #top-links a{
        font-size: 17px;
    }
    #top .list-inline>li{
        padding: 0px 7px;
    }
    footer .tel{
        font-size: 18px;
    }
}

@media (max-width:767px){
    .gift-core-header{
        font-size: 28px;
    }
    .gift-core-subheader{
        font-size: 20px;
    }
    #mobileSearch .phone{
        display: block;
        float: left;
        height: 100%;
        display: flex;
        align-items: center;
        width: calc(100% - 40px);
    }
    #mobileSearch .phone>a{
        text-align: center;
        width: 100%;
        color: #fff;
        font-family: FuturaDemiC;
        font-size: 20px;
    }
    .pc-image img, .vi-image img{
        width: 100%;
    }
    .contact-header{
        font-size: 22px;
    }
    .contact-list .cl-item{
        flex-basis: 50%;
        font-size: 14px;
    }
    .dir-contact{
       justify-content: center;
    }
    .dir-contact>img{
        width: 100%;
    }
    .success-header{
        font-size: 36px;
        text-align: left;
    }
    .success-info{
        margin: 30px auto;
        padding: 50px 20px;
        font-size: 16px;
    }
    .success-sub-header{
        font-size: 24px;
        text-align: left;
        margin-bottom: 5px;
    }
    .dc-text{
        margin: 25px 0;
        flex-basis: 100%;
    }
    .success-item{
        flex-basis: 100%;
        margin: 0 0 15px 0;
    }
    .success-items{
        margin-bottom: 25px;
    }
    .success-soc{
        display: none;
    }
    .ic-item,.dc-content>div, .dc-map>div{
        flex-basis: 100%;
    }
    .search-contact .contact-header{
        margin: 0;
    }
    .sc-content>div{
        flex-basis: auto;
        padding: 20px 10px;
    }
    .sc-one:after, .sc-two:after{
        left: 45%;
        bottom: -20px;
        transform: rotate(90deg);
    }
    .vc-content iframe{
        height: 190px;
        border-radius: 0;
    }
    .vc-content>div{
        padding: 10px 0;
    }
    .video-info{
        flex-basis: auto;
    }
    .dc-map>div{
        padding: 10px 0;
    }
    .cc-item{
        flex-basis: 100%;
        padding: 10px 15px;
    }
    .about-us-contact{
        margin-top: 20px;
    }
    .about-us-contact .company-block>div{
        padding: 20px 0;
    }
    .error-form{
        padding-left: 0;
        text-align: center;
    }
    .swiper-button-prev, .swiper-button-next{
        display: block;
    }
    .only-mobile{
        display: inline-block;
        margin-right: 5px;
    }
    .header-banner-text{
        padding: 50px 0;
    }
    .header-banner-text, .header-banner-img {
        width: 100%;
    }
    .header-banner-title{
        font-size: 34px;
        margin-bottom: 25px;
    }
    .header-banner-subtitle{
        font-size: 20px;
        margin-bottom: 25px;
    }
    .mobile-bold{
        font-family: FuturaDemiC;
        font-style: normal;
        font-weight: 500;
    }
    .mobile-new-line{
        display: block;
    }
    .header-banner-work{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 45px;
    }
    .header-banner-work .mobile-bold{
        font-size: 23px;
    }
    .header-banner-work .row-2 {
        padding-left: 0;
    }
    .compare-work{
        display: block;
    }
    .compare-text{
        margin-top: 10px;
    }
    .header-banner-img{
        padding-top: 25px;
        padding-left: 10%;
    }
    .header-banner-img img{
        position: relative;
        right: -33px;
    }
    .header-banner-abs-moile-text{
        display: block;
        position: absolute;
        width: 25%;
        left: 0;
        top: 35%;
        font-family: FuturaDemiC;
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 130%;
        color: #15499F;
    }
    .header-banner-abs-text{
        left: 8%;
    }
    .btn-header-banner{
        padding: 20px 30px;
        font-size: 20px;
    }
    .mistakes-title{
        text-align: left;
        font-size: 28px;
        padding:0;
        margin-bottom: 25px;
    }
    .mistakes-block{
        padding: 0;
    }
    .mistakes-item{
        width: 100%;
        text-align: left;
        line-height: 40px;
    }
    .mistakes-number{
        font-size: 20px;
        opacity: 1;
        margin-right: 5px;
    }
    .check-prices-check{
        display: none;
    }
    .check-prices-inner{
        background: none;
    }
    .check-prices{
        background: #E7EDF6;
        padding: 50px 0;
    }
    .check-prices-text{
        padding: 0;
    }
    .check-prices-title{
        font-size: 38px;
        padding-left: 0;
        margin-bottom: 15px;
    }
    .check-prices-img-1, .check-prices-img-2 {
        display: none;
    }
    .check-prices-subtitle-1{
        background-image: url(/image/check-prices-mobile-1.png);
        background-position: 6% 0;
        background-repeat: no-repeat;
        background-size: 90px auto;
        font-size: 22px;
        line-height: 130%;
        padding: 0 0 15px 40%;
    }
    .check-prices-subtitle-2{
        background-image: url(/image/check-prices-mobile-2.png);
        background-position: 6% 0;
        background-repeat: no-repeat;
        background-size: auto 100%;
        font-size: 22px;
        line-height: 130%;
        padding: 0 0 0 40%;
    }
    .check-prices-subtitle{
        margin-bottom: 15px;
    }
    .check-prices-btn{
        padding: 12px 20px;
        background-color: #e7edf6;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .form-guarent-left-block{
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        position: inherit;
    }
    .form-guarent-right-block{
        width: 100%;
        padding-top: 115px;
    }
    .form-guarent-text{
        position: absolute;
        top: 52%;
        width: 50%;
        padding-left: 2%;
        font-size: 16px;
        line-height: 25px;
    }

    .form-guarent-right-block .back-img{
        display: none;
    }
    .form-guarent-right-block  .core-img{
        top: 0;
        right: -25%;
        z-index: 1;
        width: 87%;
    }
    .form-guarent-right-block{
        height: auto;
    }
    .form-guarent-abs-text{
        bottom: 2%;
        left: 5%;
        padding-left: 4%;
        font-size: 16px;
    }
    .form-guarent-subtext{
        padding: 40px 10%;
        text-align: center;
        font-size: 36px;
        line-height: 130%;
        font-family: FuturaDemiC;
        font-style: normal;
        font-weight: 500;
    }
    .form-guarent-input, .last-form-input{
        background: none;
        width: 100%;
        padding: 0;
        border: 0;
    }
    .form-guarent-input input, .last-form-input input{
        width: 100%;
        padding: 15px;
        font-size: 20px;
        border-radius: 30px;
        margin-bottom: 10px;
    }
    .btn-form-guarent{
        width: 100%;
        border: 1px solid #fff;
        font-size: 20px;
        padding: 15px;
    }
    .advantages-title{
        text-align: center;
        font-size: 38px;
        padding: 30px 15px;
        line-height: 130%;
    }
    .advantages-item-text{
        font-size: 18px;
        margin: 20px 0;
    }
    .advantages-item a{
        font-size: 18px;
    }
    .customer-home-block-title{
        text-align: left;
        margin-bottom: 25px;
    }
    .customer-home-block-subtitle{
        text-align: left;
    }
    .customer-percent-item{
        width: 100%;
        text-align: left;
        line-height: 40px;
    }
    .customer-icon-item img{
        max-width: 100%;
        max-height: 110px;
    }
    .customer-icon-item{
        padding: 15px;
        flex-basis: 50%;
    }
    .customer-icon-item:first-child img{
        width: 50%;
    }
    .system-header{
        text-align: left;
        font-size: 26px;
        padding-right: 15px;
    }
    .system-item{
        flex-basis: 50%;
    }
    .system-item-text{
        padding:5px;
    }
    .system-item-img-text{
        font-size: 18px;
        padding-bottom: 20px;
    }
    .system .non-mobile{
        display: none;

    }
    .two-cat-content-top{
        background: none;
        padding: 50px 0 0 0;
    }
    .two-cat-content-bottom{
        background: none;
        padding: 0 0 50px 0;
    }
    .two-cat{
        background: #E1EFFF;
    }
    .two-cat .text-video{
        font-size: 26px;
    }
    .two-cat .list-video ul{
        font-size: 18px;
    }
    .two-cat .row>div{
        flex-basis: 100%;
    }
    .two-cat .cat-annotation>div{
        flex-basis: 100%;
    }
    .two-cat .difference{
        padding: 15px 0 35px 0;
    }
    .two-cat-arrow{
        left: 50%;
        bottom: 35px;
    }
    .two-cat-arrow img{
        transform: scale(1, -1) rotate(285deg);
        width: 40%;
    }
    .two-cat-table thead td{
        font-size: 14px;
    }

    .two-cat-table-header{
        text-align: left;
        font-size: 28px;
    }
    .two-cat-header, .how-to-work-header, .about-us-core-header{
        text-align: left;
        font-size: 26px;
        margin-top: 10px;
    }
    .two-cat-sub-header{
        font-size: 20px;
        text-align: left;
        margin-top: 20px;
    }
    .two-cat-questions{
        margin-top: 20px;
    }
    .two-cat-questions>div{
        padding: 0!important;
    }
    .two-cat-table tr:not(.mobile-table) td:first-child{
        display: none;
    }
    .video-minsk-header{
        font-size: 30px;
        text-align: left;
        margin-top: 20px;
    }
    .video-minsk-subheader{
        margin-top: 20px;
        text-align: left;
        font-size: 18px;
    }
    .vmc-item{
        flex-basis: 100%;
    }
    .vmc-item-header{
        height: auto;
    }
    .mobile-table{
        display: table-row;
    }
    .mobile-table td{
        padding: 15px 0 0 0 !important;
        text-align: center!important;
    }
    .htwv-item{
        flex-basis: 100%;
        padding: 0 0 20px 0;
    }
    .htwi-item{
        flex-basis: 100%;
        padding: 10px 0;
    }
    .auc-item{
        padding: 15px 0;
        flex-basis: 100%;
    }

    .choice-title{
        font-size: 26px;
    }
    .choice-sub-title{
        font-size: 20px;
    }
    .choice-list>div{
        flex-basis: 100%;
    }
    .choice-list-item{
        padding: 0!important;
        margin-top: 25px;

    }
    .choice-list>div{
        flex-direction: column;
    }
    .choice-list-item-number{
        text-align: center;
    }
    .choice-list-item-number div{
        display: inline-block;
        margin-left: 0!important;
        margin-bottom: 20px;
    }
    .choice-list-item-header{
        font-size: 20px;
    }
    .choice-arrow{
        display: none;
    }
    #calculate-price{
        max-width:100%;
    }
    .last-form{
        padding-top: 0;
    }
    .last-form-inner{
        height: auto;
        margin: 0;
        border-radius: 0;
    }
    .last-form .row{
        display: flex;
        flex-wrap: wrap;
    }
    .last-form-right-block{
        padding: 0;
        width: 100%;
        order: -1;
    }
    .last-form-left-block{
        width: 100%;
        position: relative;
        text-align: left;
        height: 530px;
    }
    .last-form-left-block img{
        position: relative;
        top: 0;
        z-index: 1;
        width: 90%;
    }
    .last-form-text{
        text-align: center;
        margin-top: 50px;
        font-size: 26px;
        line-height: 34px;
    }
    .last-form-text .mobile-size{
        font-size: 34px;
    }
    .last-form-arrow{
        display: none;
    }
    .last-form-abs-text{
        top: 15%;
        right: 0;
        z-index: 6;
        font-size: 16px;
    }
    .last-form-inner .container{
        background-size: 95% auto;
        background-position: 50% 60%;
    }
    footer .social{
        order: -1;
        margin-bottom: 35px;
    }
    footer .social img {
        width: 60px;
        height: auto;
    }
    .mobile-social{
        display: block;
    }
    .desktop-social{
        display: none;
    }
    .footer-row-1{
        width: 100%;
    }
    .scroll-top{
        display: none;
    }
    footer{
        padding-top: 50px;
    }
    footer .h18{
        margin: 0;
        color: #443E3E;
    }
    footer .text-company{
        font-family: FuturaBookC;
        font-style: normal;
        font-weight: normal;
        line-height: 27px;
    }
    .footer-row-2 .col-xs-12{
        margin-bottom: 0;
    }
    .footer-row-2 a{
        font-size: 17px;
    }
    .footer-row-2{
        margin-bottom: 30px;
    }
    .header-main-block{
        padding: 7px 0;
    }
    .swiper-container, .swiper-container-review {
        width: calc(100vw - 30px);
        height: calc((100vw - 30px) * 0.567);
        margin-left: auto;
        margin-right: auto;
    }
    .review-home{
        background: #E7EDF6;
        margin: 0;
        padding: 50px 0;
    }
    .review-home-title{
        font-family: FuturaBookc;
        font-size: 20px;
    }
    .review-home-mobile-bold{
        font-family: FuturaDemiC;
        display: block;
        line-height: 40px;
        font-size: 24px;
    }
    .mistakes-video-block .col-sm-3, .review-home-youtube .col-sm-3{
        padding: 0;
        height: auto;
    }
    .review-home-youtube .col-sm-3{
        background: #E7EDF6;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-wrapper{
        overflow: initial!important;
    }
    .mistakes-video-block{
        text-align: center;
    }
    .mistakes-video-block iframe{
        height: 100%;
        width: 100%;
    }
    .swiper-pagination-bullet{
        background: #15499F;
        margin-right: 5px;
        opacity: .5;
    }
    .swiper-pagination, .swiper-pagination-review{
        width: 100%;
        position: relative;
        margin: 15px 0;
        text-align: center;
    }
    .swiper-pagination-bullet.active{
        opacity: 1;
        background: #15499F;
    }
    .check-prices-btn.whatsapp{
        background-position: 31% 12px;
        padding: 12px 20px;
    }
    .check-prices-btn.viber{
        background-position: 37% 12px;
        padding: 12px 20px;
    }
    .check-prices-btn.phone{
        background-position: 33% 12px;
        padding: 12px 20px;
    }
    .check-prices-question{
        padding-left: 0;
    }
    .form-guarent-arrow{
        display: none;
    }
    #mobileSearch{
        flex-grow: 1;
        display: block;
    }
    .search input{
        padding: 8px 15px;
    }
    .header-search-inner{
        display: none;
    }
    .search{
        width: 100%;
    }
    .search-button{
        float: right;
        background: none;
        border: 0;
        padding: 12px;
    }
    .search>div{
        width: 87%;
    }
    #live-search{
        background: #fff;
        left: 0;
        top: 44px;
        width: 100%;
    }
    .modal-buttons{
        background: none;
        padding: 30px 0;
    }
    .modal-content{
        background-position: 50% 102%;
    }
    .modal-subtitle{
        font-size: 16px;
    }
    .modal-header{
        padding: 5px;
    }
    .mistakes-subscription path{
        fill: #fff;
    }
    .mistakes-subscription{
        background: linear-gradient(90deg, #B72025 0%, #FF4141 100%);
        border-radius: 10px;
        padding: 15px;
        display: flex;
    }
    .subscription-text{
        color: #fff;
        text-align: left;
        padding-left: 5px;
        line-height: 140%;
    }
    .subscription-text .mobile-bold{
        display: block;
    }
    .swiper-container-review{
        position: relative;
    }
    .optovikam-form{
        padding: 20px;
    }
    .optovikam-form .col-sm-5{
        text-align: center;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 55px!important;
        color: #fff;
        font-weight: bold;
    }
    .swiper-button-prev{
        padding: 20px 20px 20px 0;
    }
    .swiper-button-next{
        padding: 20px 0 20px 20px;
    }
    .swiper-button-next, .swiper-button-prev{
        top: 35%;
        line-height: 1;
        width: auto;
        height: auto;
    }
    .pro-biznes-left-block{
        width: 100%;
        background-position: 50% 40%;
        background-size: 95%;
    }
    .pro-biznes-left-block img {
        width: 80%;
    }
    .pro-biznes-right-block{
        width: 100%;
        padding: 30px;
    }
    .pro-biznes-right-block .text{
        padding-top: 0;
        font-size: 255%;
        line-height: 130%;
    }
    .pro-biznes-right-block .text span{
        font-size: 154%;
        line-height: 130%;
    }

}
@media (max-width:667px){
    .last-form-left-block{
        height: auto;
    }
}

div.pagination .pagination>li>a, div.pagination .pagination>li>span {padding:6px 12px;border: 1px solid #ddd;}
.filter-collapse .checkbox input[type=checkbox]		{display:none;}
#filter-breadcrumb span.filter-item-value {color:#0043a4; font-weight:500;word-break:break-all;}
#filter-breadcrumb ul li {vertical-align:middle;}


.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /*background-color: #000000;*/
}

.video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius:6px;
	overflow:hidden;
}

.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
	border-radius:6px;
	overflow:hidden;
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video__button-shape {
    fill: #212121;
    fill-opacity: 0.8;
}

.video__button-icon {
    fill: #ffffff;
}

.video__button:focus {
    outline: none;
}

.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
    fill: #ff0000;
    fill-opacity: 1;
}

/* Enabled */

.video--enabled {
    cursor: pointer;
}

.video--enabled .video__button {
    display: block;
}

.about-company .video-company iframe {
    width: 720px;
    height: 405px;
	margin:auto;
}

.review-menu	{margin-bottom:20px;}
.review-menu ul li a.btn	{padding:10px 15px; border-radius:26px; border:#15499F solid 1px;background-image: linear-gradient(to bottom, #ffffff, #ffffff);background-color:#fff;}
.review-menu ul li a.btn.btn-default	{background-image: linear-gradient(to bottom, #ffffff, #ffffff);background-color:#fff;}
.review-menu ul li.active a.btn.btn-default {background-image: linear-gradient(to bottom, #15499F, #15499F);background-color:#15499F; color:#fff;}

.rate-block {}
.rate-block .all-rate {float:left; width:50%; aspect-ratio: 1/1; text-align:center; vertical-align:middle; background-color:#15499F; color:#fff; border-radius:50%; border:#E8EDF5 solid 12px; }
.rate-block .system-rate	{float:right; width:50%; aspect-ratio: 1/1; text-align:left; vertical-align:middle;}
.rate-block .all-rate span	{display:block; text-align:center;}
.rate-block .all-rate span.rate-value	{aspect-ratio: 1/0.55; font-size:48px; font-weight:bold; vertical-align:middle; line-height:100%;display: grid; align-content: end;}
.rate-block .system-rate .yandex-rate {aspect-ratio: 1/0.5; align-content:end;}
.rate-block .system-rate .yandex-rate span {display: inline-block; align-content:end; color:#000; font-size:32px; font-weight:bold; text-align:center; margin:0 0 0 5px; position:relative;}
.rate-block .system-rate .yandex-rate span.rate-value {text-align:left; margin-left:15px; top:-5px;}
.rate-block .system-rate .yandex-rate span.count-reviews {font-size:16px;font-weight:400; line-height:12px;top:-5px;}
.rate-block .system-rate .google-rate {aspect-ratio: 1/0.5; align-content:start;}
.rate-block .system-rate .google-rate span {display: inline-block; align-content: start; color:#000; font-size:32px; font-weight:bold; text-align:center; margin:0 0 0 5px;}
.rate-block .system-rate .google-rate span.rate-value {text-align:left; margin-left:15px;}
.rate-block .system-rate .google-rate span.system-icon {bottom:-6px;position:relative;} 
.rate-block .system-rate .google-rate span.count-reviews {font-size:16px;font-weight:400;bottom:-3px;position:relative;line-height:12px;}
footer .rate-block .all-rate {width:45%}
footer .rate-block .system-rate	{width:55%;}
footer .rate-block .system-rate .yandex-rate {position:relative; top:-10px;}
footer .rate-block .system-rate .yandex-rate span {font-size:22px;}
footer .rate-block .system-rate .yandex-rate span.count-reviews {font-size:13px;}
footer .rate-block .all-rate span.rate-value	{font-size:32px;}
footer .rate-block .system-rate .google-rate {position:relative; top:-10px;}
footer .rate-block .system-rate .google-rate span {font-size:22px;}
footer .rate-block .system-rate .google-rate span.count-reviews {font-size:13px;}

#calculate-price {font-size:14px;}
#calc-button	{padding:0 7px 0 7px;}
.calculate-btn span			{display:inline-block; position:relative;top:-6px; margin-left:12px;}

.hidden { display: none; }

.cookies-form{
    position: fixed;
    z-index: 10000;
    bottom: 20px;
    left: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.cookies-form.primary{
    padding: 20px;
}
.cookies-form.primary .form-primary{
    display: block;
}
.cookies-form:not(.primary) .form-secondary{
    display: block;
}
.form-secondary, .form-primary{
    display: none;
}
.form-primary .form-header{
    font-weight: 600;
    color: #373737;
    font-size: 14px;
    margin-bottom: 5px;
}
.form-primary .form-text{
    font-size: 12px;
    color: #808080;
    margin-bottom: 5px;
    width: 550px;
}
.form-primary .form-link{
    font-size: 12px;
    color: #115cfa;
    text-decoration: none;
}
.form-secondary .form-control{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    background-color: #fff;
    padding: 20px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: auto;
    cursor: pointer;
}

.form-secondary-btn{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    background-color: #fff;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    justify-content: flex-end;
}
.form-secondary .form-inner{
    padding: 0 20px;
}
.form-secondary .form-header{
    font-weight: 600;
    color: #373737;
    font-size: 18px;
    margin: 29px 0 16px;
}
.form-secondary .form-text{
    font-size: 14px;
    color: #808080;
    margin-bottom: 30px;
}
.button-block{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.btn-cookies{
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #000;
    cursor: pointer;
}
.consent-cookies{
    background-color: #07994c;
    border-color: #07994c;
}
.dismiss-cookies{
    background-color: #ff4f07;
    border-color: #ff4f07;
}
.buttons-wrapper{
    display: flex;
    gap: 10px;
}
.btn-cookies:hover{
    transition: .5s;
    background-color: #fff;
    color: #000;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.btn-cookies-select{
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 12px;
    color: #7f8c8d;
    border: 1px solid #7f8c8d;
    background-color: #fff;
    cursor: pointer;
}
.btn-cookies-select:hover{
    transition: .5s;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.back-button{
    width: 20px;
    height: 10px;
    position: relative;
    display: inline-block;
    margin: 0 5px 0 5px;
}
.back-button:after{
    content: "";
    border-left: 1px solid #373737;
    border-top: 1px solid #373737;
    border: 1px solid #373737;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    position: absolute;
    width: 5px;
    height: 5px;
    display: block;
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -3px;
}
.back-button:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #373737;
    position: absolute;
    left: 0;
    top: 4px;
}
.form-control{
    color: #373737;
    font-size: 14px;
}
.control-item{
    padding: 15px 0;
    border-bottom: 1px solid rgba(157, 153, 153, .4);
}
.control-item:first-child{
    border-top: 1px solid rgba(157, 153, 153, .4);
}
.control-items{
    margin-bottom: 30px;
}
.control-item-header{
    font-size: 18px;
    line-height: 20px;
}
.control-item-category{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.control-item-category>div{
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}
.control-item-category-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11px;
    height: 11px;
    position: relative;
}
.control-item-category-btn .vertical-line{
    display: flex;
    width: 1px;
    height: 100%;
    background: #373737;
    flex-shrink: 0;
    position: absolute;
}
.control-item-category>div.open .vertical-line{
    display: none;
}
.control-item-category-btn .horizontal-line{
    display: flex;
    width: 100%;
    height: 1px;
    background: #373737;
    flex-shrink: 0;
}
.control-item-enabled label{
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
}
.control-item-enabled input{
    display: none;
}
.control-item-enabled div.control-item-checkbox{
    display: flex;
    width: 40px;
    height: 20px;
    background-color: #a2a2a2;
    border-radius: 1000px;
    position: relative;
    cursor: pointer;
    transition: all ease 0.3s;
}
.control-item-enabled i{
    background-color: #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    transition: all ease 0.3s;
}
.control-item-enabled label{
    margin: 0;
}

.control-item-enabled input:checked ~ div.control-item-checkbox{
    background-color: rgba(7, 153, 76, 0.3);
}
.control-item-enabled input:checked ~ div i{
    transform: translateX(19px);
    background-color: #07994c;
}
.control-item-enabled-text{
    width: 57px;
}
.control-item-enabled-text:after{
    content: "Запрешено";
    color: #a2a2a2;
    font-size: 12px;
}
.control-item-enabled-all-text{
    color: #07994c;
    font-size: 12px;
}
.control-item-enabled input:checked ~ div.control-item-enabled-text:after{
    content: "Разрешено";
    color: #07994c;
    font-size: 12px;
}
.control-item-text{
    width: 440px;
    color: #808080;
    margin-top: 20px;
}

.cookies-settings{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}
.cookies-settings-header{
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
}
.cookies-settings-body{
    color: #808080;
    font-size: 18px;
}
.cookies-settings-btn{
    display: flex;
    font-weight: 600;
    color: #fff;
    background-color: #07994c;
    border: none;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 5px;
}
.cookies-settings-btn:hover{
    transition: .5s;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    opacity: .9;
}

@media (max-width: 767px) {
    .cookies-form{
        bottom: 0;
        left: 0;
        right: 0;
    }
    .form-primary .form-text, .control-item-text{
        width: auto;
    }
    .button-block{
        flex-direction: column;
        gap: 10px;
    }
    .buttons-wrapper{
        flex-direction: column;
    }
    .form-secondary .form-inner{
        height: 70vh;
        overflow: auto;
    }
}
