@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: local("Inter"),
    url("../fonts/Inter-regular.woff2") format("woff2"),
    url("../fonts/Inter-regular.woff") format("woff");
}
@font-face {
    font-family: "InterBold";
    font-style: normal;
    font-weight: 400;
    src: local("Inter"),
    url("../fonts/Inter-bold.woff2") format("woff2"),
    url("../fonts/Inter-bold.woff") format("woff");
}

/********** Template CSS **********/
:root {
    --primary: #1363C6;
    --secondary: #15ACE1;
    --light: #F4F7FE;
    --dark: #14183E;
}
body {
    color: #000;
    /*color: #343434;*/
    font-family: Inter;
}
main {
    padding-top: 125px;
}
img {
    max-width: 100%;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: InterBold;
}
h3, .h3 {
    font-size: 1.3rem;
}
.hidden {
    display: none !important;
}
button:focus {
    box-shadow: none !important;
}
body {
    
}
a {
    color: #3f34bc;
}
a:hover {
	color: #1d1392 !important;
}

.modal-fullscreen .modal-content {
    background: #000000cc;
}
.modal-fullscreen .btn-close {
    background-color: transparent !important;
    border: none;
    font-size: 0;
    padding: 10px;
    width: 23px;
    opacity: 1
}
.page-gallery-single {
    max-width: 860px;
    margin: 0 auto;
}
#gallery-review a {
    cursor: zoom-in;
}
.lg-backdrop {
    background-color: #fff !important;
}
.lg-sub-html {
    display: none;
}
#searchModal .modal-body {
    padding: 0 1rem 20rem;
}
#searchModal form.msearch2, .header-search form.msearch2 {
    display: flex;
}
#searchModal .input-group {
    max-width: 600px;
}
#searchModal button.btn-light, .header-search button.btn-light  {
    background: #f5f5f5;
    color: #666;
    border-radius: 0 5px 5px 0;
}
#searchModal input[type="text"], .header-search  input[type="text"] {
    width: 500px;
    border-radius: 5px 0 0 5px;
}
.ui-widget-content.ui-autocomplete {
    z-index: 9999999999 !important;
}
.mse2-ac-item {
    display: flex;
    align-items: center;
}
.mse2-ac-link.ui-menu-item-wrapper {
    border-bottom: 1px solid #e5e5e5;
}
.ui-widget.ui-widget-content {
    border-radius: 3px;
    width: 561px !important;
}
.mse2-ac-item-price {
    width: 150px;
    text-align: right;
}
.mse2-ac-item-thumb {
    width: 100px;
}
.mse2-ac-item-title {
    padding: 0 1em;
}
/* ui-state-active*/
.mse2-ac-link:hover {
    border: 1px solid #e5e5e5 !important;
    background: #f5f5f5 !important;
    color: #333 !important;
    margin: 0!important;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0 !important;
    padding: 3px 1em 3px .4em !important;
}
#modalQV .modal-body-content,
#modalCart .modal-body-content,
#callbackModal .modal-body-content,
#consultationInstallmentModal .modal-body-content,
#product_requestModal .modal-body-content,
#buy_one_clickModal .modal-body-content,
#pre_orderModal .modal-body-content,
#buy_one_click_cartModal .modal-body-content,
#consultationTimerModal .modal-body-content {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 1em;
    border-radius: 5px;
}
 #callbackModal .modal-body-content,
 #consultationInstallmentModal .modal-body-content,
 #product_requestModal .modal-body-content,
 #buy_one_clickModal .modal-body-content,
 #pre_orderModal .modal-body-content,
 #buy_one_click_cartModal .modal-body-content,
 #consultationTimerModal .modal-body-content {
    max-width: 550px;
}
#modal_cart_products {

}
#modal_cart_products .mini-cart-title {

}
#modal_cart_products .mini-cart-items {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
#modal_cart_products .mini-cart-item {
    display: table;
    width: 100%;
    vertical-align: middle;
    border: 1px solid #e7e7e7;
    margin-bottom: 5px;
}
#modal_cart_products .mini-cart-item .cart-image {
    display: table-cell;
    width: 80px;
    padding: 5px;
}
#modal_cart_products .mini-cart-item .cart-info {
    display: table-cell;
    padding: 5px 1em 0 1em;
    vertical-align: middle;
}
#modal_cart_products .mini-cart-item .cart-info .cost {
    display: block;
    color: #666;
    margin: 5px 0 0 0;
}
#modal_cart_products .mini-cart-item .del-icon {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    position: relative;
}
#modal_cart_products .mini-cart-item .del-icon button {
    border: 0;
    background: none;
    color: #ccc;
    position: absolute;
    top: 4px;
    right: 4px;
}
#modal_cart_products .mini-cart-total {
    margin: 2em 0 1em;
    text-align: left;
    font-size: 1.2em;
}
#modal_cart_products .mini-cart-total .span {

}
#modal_cart_products .mini-cart-total .ms2_total_cost {
    color: #3f34bc;
    font-weight: 600;
}
#modal_cart_products .ruble {
    font-size: 0.9em;
}
#modal_cart_products .mini-cart-links {
    display: flex;
}
#modal_cart_products .mini-cart-links div {
    width: 50%;
    text-align: center;
}
#modal_cart_products .mini-cart-delivery {
    padding: 1em 0;
}
#modal_cart_products .mini-cart-links .btn {
    background: #e14242;
    color: #fff !important;
    border: 0;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 0;
}
#modal_cart_products .mini-cart-links .btn i {
    margin-right: 10px;
}
#modal_cart_products .mini-cart-links .btn:hover {
    background-color: #bc1e1e;
}
#modal_cart_products .mini-cart-links .btn-cart {
    background: #979797;
}
#modal_cart_products .mini-cart-links .btn-order {

}
#modal_cart_products .cart-empty {

}
#modal_cart_products .cart-empty i {

}
#modal_cart_products .mini-cart-delivery i.bi-truck {
    color: #3f34bc;
    font-size: 1.2em;
    margin-right: 10px;
    border: 2px solid #3f34bc;
    padding: 5px 6px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: inline-block;
}
#modal_cart_products .mini-cart-delivery p.h6 {
    font-weight: 500;
}
#calculate_shipping {
    background: none;
    border: 0;
    color: #bc1e1e;
    border-bottom: 1px dotted;
    padding: 0;
    text-transform: uppercase;
    margin: 10px 0 2em 3em;
    width: fit-content;
    display: block;
}
#modal_cart_products .delivery-from, #modal_cart_products .delivery-to {
    font-size: 1.2em;
}
#modal_cart_products .delivery-from {
    color: #3f34bc;
}
#modal_cart_products .delivery-to {
    color: #e14242;
    border: 1px solid;
    padding: 5px 10px;
    margin: 0 5px;
    border-radius: 3px;
}
#modal_cart_products .specify-geo {
    font-size: 0.8em;
    color: #666 !important;
    border-bottom: 1px dotted;
    font-weight: 500;
}
#modal_cart_products .specify-geo:hover {
    color: #bc1e1e !important;
}
#modal_cart_products .mini-cart-delivery-info {
    display: flex;
}
#modal_cart_products .delivery-service {
    padding: 10px;
    border: 1px solid #ccc;
    margin-right: 10px;
    background: #f5f5f5;
}
#modal_cart_products .delivery-service-mode {
    padding-top: 5px;
}
#modal_cart_products .delivery-logo img {
    max-height: 15px;
}
#modal_cart_products .delivery-mode-name {
    font-size: 0.8em;
}
#modal_cart_products .delivery-price {
    color: #3f34bc;
}
#modal_cart_products .delivery-time {
    color: #3f34bc;
    font-size: 0.8em;
}
.modal-title {
    font-weight: 500;
    text-transform: uppercase;
    margin: 1em 0 1em;
    text-align: center;
    font-size: 1.5em;
}
.modal-info {
    max-width: 450px;
    text-align: center;
    margin: 0 auto 2em;
}
.modal-body .form-group {
    margin-bottom: 1em;
}
.modal-body .form-group label {
    color: #666;
    margin-bottom: 0;
}
.modal-body .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid;
    background: #f5f5f5;
}
.modal-body .form-control:focus, .modal-body .form-check-input:focus {
    box-shadow:none;
}
.modal-body .form-check {
    display: flex;
    text-align: left;
    align-items: flex-start;
}
.modal-body .form-check-input {
    width: 20px;
    scale: 1.5;
    cursor: pointer;
}
.modal-body .form-check-label {
    padding-left: 15px;
    line-height: 1.1;
}
.modal-body .pd-list {
    padding: 0;
    text-align: left;
    list-style: none;
    margin: 1em 0 0 2em;
    font-size: 0.8em;
}
.modal-body .pd-list a {
    color: #666;
    border-bottom: 1px dotted;
}
.modal-body .btn-send {
    background: #e14242;
    color: #fff;
    border: 0;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 0;
}
.modal-body .btn-send:hover {
    background-color: #bc1e1e;
}
.mvtforms3-result {
    text-align: center;
    margin: 1em;
    padding: 1em;
}
.mvtforms3-success {
    background: #c2f1c2;
}
.mvtforms3-fail {
    background: #f97878;
    color: #fff;
}
.mvtforms3-invalid-field {
    font-size: 0.8em;
    color: #ff6161;
    padding: 5px;
    background: #f0ff9c;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-dark-blue {
    background-color: #3f34bc;
    color: #fff;
    font-size: 1.1em;
}
.bg-dark-blue>div {
    padding: 1em;
}
.bg-dark-blue a {
    color: rgb(255, 199, 0);
}
.bg-dark-blue a:hover {
    color: rgb(255, 199, 0) !important;
    border-bottom: 2px solid #1d1392;
}

.lg-inline .lg-image {
    cursor: zoom-in;
}
/*** Heading ***/

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    /*color: #242424;*/
    line-height: 1;
}

h1,
h2,
h3,
.fw-bold {
    font-weight: 500 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}

h1, .h1 {
    font-size: 2em;
}

.red {
    color: #c00;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

a.icon-cart, a.icon-cart:hover {
    color: #fff !important;
}

/*** Navbar ***/
.sticky-top {
    position: fixed;
    top: 0;
    transition: .5s;
	background-color: #010001;
    z-index: 99999999;
}
.sticky-top.sticky .navbar-brand img {
    max-height: 65px;
}
.sticky-top.sticky .header-contacts a:first-child {
    margin-bottom: 2px;
}
.navbar {
    padding: 11px 0 !important;
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 0;
    color: #fff;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.box-dropdown-user:hover  {
    color: #ffc700;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.navbar .nav-item .dropdown-menu {
    min-width: 13rem;
    padding: 5px 10px;
    border-radius: 5px;
}

.navbar a {
    /*font-family: InterBold;*/
}

.navbar a:hover {
    color: #ffc700 !important;
}
.nav-item>a {
    border-bottom: 2px solid transparent;
}
.nav-item>a:hover {
    border-color: #ffc700;
}

.dropdown-item {
	color: #fff;
    white-space: normal;
    line-height: 1.1;
    padding: 7px 5px;
}

button.search {
    color: #fff;
}

.header-cart .msMiniCart {
    color: #fff;
    font-size: 1.3em;
    cursor: pointer;
}

.header-cart svg {
    width: 24px;
    height: 24px;
}

.header-cart span.cart_count {
    font-family: InterBold;
    position: absolute;
    top: -3px;
    font-size: 0.7em;
    background: #e14242;
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 50%;
    padding-top: 3px;
    left: 15px;
}

.header-search {

}

.header-search input[type="text"] {
    width: auto;
    min-width: 500px;
    padding: 5px 10px !important;
    border-radius: 3px;
}

.header-search button {
    border-radius: 0 3px 3px 0 !important;
    border: 0 !important;
    margin-left: -3px !important;
}

#mini-cart-products .item-cart {
    display: flex;
}

#mini-cart-products .cart-info a {
    font-size: 0.8em;
    display: block;
}

#mini-cart-products .cart-info p {
    color: #333;
    font-size: 0.8em;
}

#mini-cart-products .cart-image {
    margin-right: 1em;
}

#mini-cart-products .cart-image img {
    max-height: 80px;
}

#mini-cart-products .del-icone button {
    border: 0;
    background: none;
    color: #ccc;
}

.msMiniCart {
    position: relative;
}

.dropdown-cart {
    display: none;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 99;
    width: 450px;
    background-color: #fff;
    padding: 15px;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 0 0 4px 4px;
    border: 1px solid #D5DFE4;
    height: 100vh;
}
.dropdown-cart.dropdown-open {
    display: block;
    visibility: visible;
}
.modal.show {
    z-index: 9999999999;
}

.header-favorite  {
    position: relative;
}
.header-favorite a, .header-favorite a:hover {
    color: #fff !important;
}
.header-favorite svg {
    width: 22px;
    height: 22px;
}
.favorite-count {
    font-family: InterBold;
    position: absolute;
    top: -10px;
    font-size: 0.8em;
    background: #e14242;
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 50%;
    padding-top: 3px;
    left: 15px;
    color: #fff;
}

.header-compare {
    position: relative;
}

.header-compare i {
    padding: 10px 0 0 0;
}

.header-compare span {
    font-family: InterBold;
    position: absolute;
    top: -10px;
    font-size: 0.8em;
    background: #e14242;
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 50%;
    padding-top: 3px;
    left: 15px;
    color: #fff;
}

.header-user {
    position: relative;
}

.header-user svg {
    width: 26px;
    height: 26px;
}

.header-user a {
   color: #fff;
}

.header-user a:hover {
    color: #fff !important;
}

.header-user .user-name {
    cursor: pointer;
    overflow-x: clip;
    display: block;
    padding-left: 15px;
    overflow-y: hidden;
    line-height: 1;
    height: fit-content;
    max-height: 35px;
}

.page-error>div {
    background: #111111;
    color: #fff;
    max-width: 680px;
    margin: 0 auto;
    padding: 2em;
}
.page-error .h3 {
    color: #fff;
    font-size: 1.5em;
    margin: 2em 0;
}
.page-error a, .page-error a:hover {
    color: #ffc700 !important;
}
.dropdown-account {
    width: 200px;
    left: 0;
    display: none;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 9px);
    z-index: 99;
    padding: 15px;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 0 0 4px 4px;
    border: 0;
    background: #06031d;
}
.dropdown-account ul {
    padding: 0;
    margin: 0;
}
.dropdown-account li a {
    color: #fff;
}
.dropdown-account.dropdown-open {
    display: block;
    visibility: visible;
}
.dropdown-account ul li {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
}
.dropdown-account ul li:last-child {
    margin: 0;
}

.header-user {
    color: #fff;
}

.header-user i {
    font-size: 1.5em;
}

.navbar .nav-item .dropdown-menu .dropdown-item:last-child {
    border: 0;
}


.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
    color: #ffc700;
	background: none;
}

.navbar-brand {
    max-width: 100px;
}
.header-contacts {
    flex-grow: 3;
    text-align: right;
}
.header-contacts a {
    color: #ffc700;
	font-size: 1.2em;
}
.header-contacts .callback-button {
    color: #ffc700;
    border: 2px solid #ffc700;
    background: transparent;
    margin: 0 1em;
    padding: 5px 20px;
    text-transform: uppercase;
}
.header-contacts .chat-button {
    color: #ffc700;
	text-transform: uppercase;
}
.header-sub-line {
    display: flex;
    align-items: center;
    justify-content: end;
    border-top: 1px solid #605e5e;
    padding: 10px 0 10px;
}
.header-sub-line .shop-widgets {
    display: flex;
    align-items: flex-end;
}
.header-geo {
    overflow: hidden;
    padding-left: 20px;
}
.header-geo i {
    color: #fff;
}
.header-geo .city {
    color: #fff;
    border-bottom: 1px dotted;
}
.header-geo .region {
    color: #ccc;
    font-size: 0.8em;
}
label[for="geo-query"] {
    display: block;
    color: #666;
}
input[name="geo-query"] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px 15px;
    margin: 5px 0 15px;
    border-radius: 3px;
}
input[name="geo-query"]:focus-visible {
    outline: none;
}
.input-number-wrap {
    display: flex;
    margin-bottom: 5px;
}
.input-number-wrap input.number-emulator {
    border: 1px solid #e7e7e7;
    width: 50px;
    text-align: center;
    border-right: 0;
    border-left: 0;
}
.input-number-wrap i {
    width: 30px;
    display: block;
    border: 1px solid #e7e7e7;
    text-align: center;
    cursor: pointer;
    background: #f3f3f3;
    font-size: 1.2em;
}
.specify-geo-variants p {
    font-size: 1.3em;
    color: #000;
}
#specify_geo_form p {
    font-size: 1em;
    margin-bottom: 0;
    color: #000;
}
.specify-geo-variants ul {
    padding: 0;
    list-style: none;
}
.specify-geo-variants li {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0 5px 5px 0;
    padding: 3px 5px;
    border-radius: 3px;
}
.specify-geo-variants li:hover {
    background: #06031d;
    border-color: #06031d;
}
.specify-geo-variants li:hover a {
    color: #ffc700 !important;
}
.specify-geo-variants a {
    color: #333 !important;
}
#specify_geo_search {
    display: flex;
}
.specify-geo-col {
    width: 50%;
}
.specify-geo-col span {
    display: block;
    margin: 12px 0 10px;
    font-weight: 600;
}
.specify-geo-col ul {
    list-style: none;
    padding-left: 10px;
}
.specify-geo-col li {
    line-height: 1.2;
    padding-bottom: 10px;
}
.list-location:hover {
    background-color: #f7f7f7;
}
.specify-geo-col li a {
    color: #333;
    border-bottom: 1px dotted #ccc;
}
.breadcrumbs {
    margin-bottom: 2em;
}
iframe, video  {
    border-radius: 5px;
}
#office-auth-login .form-control {
    border-radius: 0;
}
.sms-info {
    padding: 5px 0;
    font-size: 0.8em;
    color: #333;
}
.auth-login-phone {

}
.auth-login-phone input {

}
.auth-login-code {

}
.auth-login-code input {

}
.login-message {
    text-align: center;
}
.login-message.error {
    color: #c95555;
}
.login-message.success {
    color: #47b31c;
}
#office-auth-login button {
    color: #fff;
    border: 0;
    padding: 10px 25px;
    text-transform: uppercase;
    background: #e14242;
}

/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--dark);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: var(--dark);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    background: rgba(33, 66, 177, .5);
}

.section-title h6::after {
    top: 5px;
    left: 3px;
}


/*** Service ***/
.service-item {
    position: relative;
    padding: 45px 30px;
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    color: var(--primary);
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-icon {
    background: #FFFFFF;
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF;
}

.service-item a.btn {
    position: relative;
    display: flex;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.service-item:hover a.btn {
    color: var(--primary);
}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: var(--light);
    transition: .5s;
    z-index: -1;
}

.service-item:hover a.btn::before {
    width: 100%;
    background: var(--light);
}

.case-item img {
    transition: .5s;
}
  
.case-item:hover img {
    transform: scale(1.2);
}
  
.case-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(20, 24, 62, 0), var(--dark));
    z-index: 1;
}

.case-overlay small {
    display: inline-block;
    padding: 3px 15px;
    color: #FFFFFF;
    background: rgba(20, 24, 62, .7);
    border-radius: 25px;
    margin-bottom: 15px;
}

.case-overlay span.btn:hover {
    color: var(--primary);
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.faq-container {

}

.faq-container .accordion-button {
    background: #f4f7fe;
    box-shadow: none;
    color: #000;
    font-size: 1.2em;
    padding: 15px 0;
}

#accordionFAQ .accordion-item {
    border: 0;
}

#accordionFAQ .accordion-button {
    background: none;
    color: #000;
    font-family: 'InterBold';
    font-size: 1.3em;
}

#accordionFAQ .accordion-button svg {
    color: #000;
    margin-right: 10px;
}

#accordionFAQ .accordion-button span {
    border-bottom: dashed 1px currentColor;
}

.accordion-button::after {
    background-image: none !important;
}
.why-choose {
    font-size: 1.3em;
    margin-bottom: 2em;
}
.why-choose ul {
    list-style: none;
    padding: 0;
}
.why-choose li {
    padding-bottom: 8px;
}
.where-find {
    font-size: 1.3em;
    -webkit-box-shadow: 2px 2px 8px 1px rgba(34, 60, 80, 0.15);
    -moz-box-shadow: 2px 2px 8px 1px rgba(34, 60, 80, 0.15);
    box-shadow: 2px 2px 8px 1px rgba(34, 60, 80, 0.15);
    padding: 1em;
}
.where-find a {
    color: #3f34bc;
    font-weight: 600;
    border-bottom: 1px solid #3f34bc;
    -webkit-box-shadow: inset 0px -1px 0px 0px #3f34bc;
    -moz-box-shadow: inset 0px -1px 0px 0px #3f34bc;
    -moz-box-shadow: inset 0px -1px 0px 0px #3f34bc;
}
.badge {
    max-width: 100%;
}
.consultation-form {
    background-image: url("../images/consultation-bg.webp");
}
.consultation-form-cnt {
    padding: 2em;
    background-image: -moz-linear-gradient(top, rgba(23,17,94, 0.80), rgba(23,17,94, 1));
    background-image: -webkit-linear-gradient(top, rgba(23, 17, 94, 0.80), rgba(23, 17, 94, 1));
    background-image: -o-linear-gradient(top, rgba(23,17,94, 0.80), rgba(23,17,94, 1));
    background-image: -ms-linear-gradient(top, rgba(23,17,94, 0.80), rgba(23,17,94, 1));
}
.consultation-form .h1{
    color: #fff;
    font-size: 2.5em;
}
.consultation-form p {
    color: #fff;
    margin: 2em 0;
}
.consultation-form input[type="text"] {
    padding: 10px 15px;
    width: 100%;
    font-size: 1.3em;
    max-width: 450px;
}
.consultation-form button {
    cursor: pointer;
    background-color: #00ad49;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    padding: 15px;
}

.consultation-form button:hover {
    background-color: #00ad49;
    color: #fff;
}

.consultation-form button:disabled {
    cursor: default;
}
.consultation-form .need_accept_pd_message {
    display: block;
    color: #b2b99b;
    line-height: 1;
    font-size: 0.8em;
    margin-top: 5px;
}
.consultation-form .form-check {
    display: flex;
    text-align: left;
    align-items: flex-start;
    margin: 14px 0 0 3px;
    color: #fff;
    font-size: 0.9em;
}
.consultation-form .form-check-input {
    width: 14px;
    scale: 1.3;
    cursor: pointer;
}
.consultation-form .form-check-label {
    padding-left: 15px;
    line-height: 1.1;
}
.consultation-form .pd-list {
    padding: 0;
    text-align: left;
    list-style: none;
    margin: 1em 0 0 2em;
    font-size: 0.8em;
}
.consultation-form .pd-list  a{
    color: #6ea1de;
}
.consultation-form .mvtforms3-invalid-field {
    background: none;
}
.consultation-form .mvtforms3-result {
    margin: 15px auto 0;
}

.footer {
	color: #fff;
	background-color: #111111;
	padding: 2em 0;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    transition: .3s;
	border: none;
}

.footer .btn.btn-link:hover {
    border: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover, 
.footer .btn.btn-link:focus {
    box-shadow: none;
	font-size: 1em;
	color: #ffc700;
}

.footer .copyright {
    padding: 15px 0;
    border-top: 1px solid #666;
}

.gray {
    color: #666;
}

.footer a {
    color: #fff;
}

.footer a.ext-map-link {
    border-bottom: 2px solid rgb(255, 199, 0);
}

.footer-contacts a {
    border-bottom: 2px solid #3f34bc;
}

.footer-title {
    color: #525252;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1em;
}

.footer ul.menu {
    padding: 0;
}

.footer-logo img {
    margin-bottom: 25px;
}

.footer-contacts {
    padding-left: 20px;
}

.footer .legal-info {
    line-height: 1.5;
    font-size: 0.8em;
}

.footer .legal-info a {
    margin-bottom: 5px;
    border-bottom: 1px dotted #666;
    width: fit-content;
}

.footer a:hover {
    color: #ffc700 !important;
}

.footer .legal-info ul {
    list-style: none;
    padding: 0;
}
.footer .social-links, .contacts .social-links {
	list-style: none;
    padding: 0;
}

.footer .social-links-item, .contacts .social-links-item {
	display: inline-block;
    margin-right: 10px;
}
.footer-phone small {
    padding-left: 28px;
}
.thank-page-text {
    background-color: rgb(239, 239, 239);
    padding: 2em;
    max-width: 50%;
}
.thank-page .h3 {
    text-transform: uppercase;
    font-size: 2em;
    margin-bottom: 1em;
    line-height: 1.5;
}
.thank-page  {
    background-image: url(../images/thank-you-page.webp);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
.thank-page hr {
    background-color: #1f5bff;
    opacity: 0.60;
    height: 3px;
    width: 60px;
    margin-bottom: 2em;
}
.thank-page a {
    color: #ffffff !important;
    background-color: #3f34bc;
    padding: 15px 25px;
    margin-top: 2em;
    display: block;
    width: fit-content;
}


#cookieWelcome {
    position: fixed;
    bottom: 100px;
    background: #fff;
    right: 100px;
    z-index: 9999;
    max-width: 480px;
    border: 3px solid #06031d;
    padding: 1em;
    border-radius: 5px;
}
#cookieWelcome a {
    color: #343434;
    border-bottom: 1px dotted #ccc;
    font-size: 0.8em;
}
.cookie_close {
    color: #ffc700;
    border: 2px solid #ffc700;
    background: transparent;
    padding: 5px 20px;
    text-transform: uppercase;
}
.contacts {

}
.contacts .info {
    padding: 2em;
}
.contacts-title {
    font-size: 1.3em;
    font-family: 'InterBold';
}
.contacts-phone {
    font-size: 1.2em;
    font-family: 'InterBold';
    margin-bottom: 5px;
}
.contacts-email {
    font-size: 1.2em;
    font-family: 'InterBold';
}
.contacts-work-time {

}
.contacts-address {

}
.contacts-address span {
    display: block;
}
.contacts-address a {

}
.contacts .social-links {
    margin-top: 30px;
}
.contacts .social-links-item svg>path {
    fill: #ffc700;
}
.contacts .social-links-item a:hover {
    text-decoration: none;
    border-bottom: none;
}
.contacts iframe {
    border-radius: 0;
}

.page-faq {

}
.wa-link {
    color: #009129;
    border: 3px solid #009129;
    border-radius: 10px;
    padding: 15px 25px;
    display: block;
    width: fit-content;
    margin: 10px auto;
}
.faq-help {
    max-width: 850px;
    margin: 2em auto 0;
    -webkit-box-shadow: 2px 2px 8px 1px rgba(34, 60, 80, 0.15);
    -moz-box-shadow: 2px 2px 8px 1px rgba(34, 60, 80, 0.15);
    box-shadow: 2px 2px 8px 1px rgba(34, 60, 80, 0.15);
    padding: 2em 2em 1em 2em;
    text-align: center;
    line-height: 2;
    font-size: 1.1em;
}
.wa-link:hover {
    color: #fff !important;
    background: #009129;
}

.advantages {

}

.advantages-item {
    display: flex;
    margin-bottom: 2em;
}

.advantages-item i {
    min-width: 50px;
    width: 75px;
    height: 40px;
    display: block;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.advantages-title {
    font-size: 1.5em;
    padding-bottom: 10px;
}

.advantages-item-1 i {
    background-image: url("../images/advantages-item-1.svg");
}
.advantages-item-2 i {
    background-image: url("../images/advantages-item-2.svg");
}
.advantages-item-3 i {
    background-image: url("../images/advantages-item-3.svg");
}
.advantages-item-4 i {
    background-image: url("../images/advantages-item-4.svg");
}
.advantages-item-5 i {
    background-image: url("../images/advantages-item-5.svg");
}

.advantages-video iframe {
    width: 100%;
    height: 328px;
}
.page-content h2, .page-content .h2 {
    font-size: 1.5em;
    margin-bottom: 1em;
}
#page-gallery-container {
    height: 600px;
}
#page-gallery-container .lg-backdrop, #page-gallery-container .lg-thumb-outer {
    background-color: #fff;
}
.lg-next, .lg-prev {
    background: #e9e7e7 !important;
    color: #707070 !important;
    border-radius: 50% !important;
    height: 42px !important;
    width: 42px !important;
}
.lg-toolbar .lg-icon:hover {
    color: #999 !important;
}
.lg-outer.lg-visible {
    z-index: 999999999;
}
.lg-backdrop.in {
    z-index: 999999999;
}
.reviews-link {
    display: inline-block;
    padding: 18px 60px;
    margin: 1em;
    color: #ffffff;
    border-style: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform;
    transition-timing-function: ease-in-out;
}
.reviews-link.link-yandex:hover, .reviews-link.link-avito:hover {
    background-color: #000;
    color: #fff !important;
}
.reviews-link.link-yandex {
    background-color: #e14242;
}
.reviews-link.link-avito {
    background-color: #3f34bc;
}
#page-gallery-container .lg-sub-html {
    display: none;
}
.workshop-video-list {

}
.workshop-video-list-item {
    -webkit-box-shadow: 2px 2px 8px 1px rgba(34, 60, 80, 0.15);
    -moz-box-shadow: 2px 2px 8px 1px rgba(34, 60, 80, 0.15);
    box-shadow: 2px 2px 8px 1px rgba(34, 60, 80, 0.15);
    padding: 1em;
}
.workshop-video-list-item .title {
    font-size: 1.5em;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.workshop-video-list-item .title span {
    padding-left: 10px;
}
.workshop-video-list-item .description {
    padding-top: 10px;
}
.workshop-video-list-item .description p {
    margin: 0;
}

.mobile-menu {
    display: none;
}

#mobileNavContainer {
    display: none;
    position: fixed;
    z-index: 999999999;
    width: 100%;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    right: 0;
}
#mobileNavContainer {
    height: 100vh;
    overflow-y: auto;
    background-color: rgb(6, 3, 29);
}
#mobileNavContent .navbar-nav {
    width: 85%;
    padding: 1em;
}
#mobileNavContent .navbar-nav a {
    color: #fff;
    font-size: 1.3em;
}
#mobileNavContent .nav-link:hover, #mobileNavContent .nav-link:focus {
    color: #fff !important;
}
#mobileNavContent .navbar-nav a:hover, #mobileNavContent .dropdown-menu {
    border: none;
}
#mobileNavContent .dropdown-menu {
    position: relative !important;
    transform: none !important;
    padding: 0 0 0 15px !important;
    background: none;
}
#mobileNavContent .dropdown-item a {
    color: #fff;
    font-size: 1.1em;
}
#mobileOpenBtn {
    border: 0;
    background: #fff;
    border-radius: 3px;
}
#mobileCloseBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0;
    background: 0;
    color: #666;
}

.sub-menu-info {
    padding: 1em;
    border-top: 1px solid #ccc;
}
.sub-menu-info .callback-button, .sub-menu-info .chat-button, .sub-menu-info .link_login {
    display: block;
    margin: 0 1em 1em;
    color: #ffc700;
    text-transform: uppercase;
}
.sub-menu-info .callback-button {
    border: 2px solid #ffc700;
    background: transparent;
    padding: 5px 20px;
}
.sub-menu-info .chat-button:hover, .sub-menu-info .link_login:hover {
    color: #ffc700 !important;
}

.sub-menu-info .chat-button i {
    font-size: 1.3em;
}

.sub-menu-info .link_login span {

}
.ty-order {
    border: 1px solid #ccc;
    padding: 0 2em;
    background: #f7f7f7;
}
@keyframes pulse-animation {
    0% {
        transform: scale(1,1)
    }
    25% {
        transform: scale(1.1,1.1)
    }
    50% {
        transform: scale(1,1)
    }
}
.wa-float {
    bottom: 95px;
    right: 65px;
    cursor: pointer;
    position: fixed;
    z-index: 100000;
    width: 60px;
    height: 60px;
    background: #00ad49;
    border-radius: 50%;
    animation: pulse-animation 2s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulse-animation 2s ease-out;
    -webkit-animation-iteration-count: infinite;
}
.wa-float a {
    display: block;
}
.wa-float img {

}
.tg-float {
    bottom: 25px;
    right: 65px;
    cursor: pointer;
    position: fixed;
    z-index: 100000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    animation: pulse-animation 2s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulse-animation 2s ease-out;
    -webkit-animation-iteration-count: infinite;
}
.tg-float a {
    display: block;
}
@media (min-width: 1200px) {
    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

@media (min-width: 992px) {

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        background: #140d14;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .newsletter .container {
        max-width: 100% !important;
    }

    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}


@media (max-width: 991px) {
    .container-md, .container-sm, .container {
        max-width: 960px;
    }

    #topNavContainer {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    .header-nav nav {
        display: none;
    }
    .header-contacts {
        text-align: left;
    }
}

@media (max-width: 760px) {
    .header-search {
        display: none;
    }
}

@media (min-width: 991px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}

@media (max-width: 996px) {
    .header-search input[type="text"] {
        min-width: 95%;
    }
}

@media (max-width: 1710px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 18px;
    }
}
@media (max-width: 1560px) {
    .header-contacts a {
        font-size: 1.1em;
    }
    .header-contacts .callback-button {
        margin: 0 0.5em;
        padding: 5px 10px;
    }
}
@media (max-width: 1490px) {
    .thank-page-text {
        max-width: 100%;
    }
    .thank-page {
        background-image: none;
    }
}
@media (max-width: 1410px) {
    .header-contacts .chat-button {
        display: none;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1300px;
    }
}
@media (max-width:1290px) {
    /*.main-hero {
        height: 560px !important;
    }*/
    .hero-content {
        top: 3em !important;
        max-width: 1230px;
    }
    .hero-content h1 {
        font-size: 2em !important;
    }
    .hero-items .hero-item {
        padding: 0 30px 0 4px;
    }
    /*.hero-button {
        margin: 1em auto 3em !important;
    }*/
    /*.hero-items {
        display: contents !important;
    }
    .hero-item {
        margin-bottom: 1em !important;
    }*/
}
@media (max-width:1220px) {
    .header-contacts .callback-button {
        display: none;
    }
}
@media (max-width:991px) {
    .product-btn {
        margin-bottom: 15px;
    }
    .promo-hero .hero-buttons {
        display: block;
    }
    .navbar {
        margin-top: 0;
    }
    .navbar .navbar-nav {
        padding: 0 15px;
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
    .navbar-brand img {
        width: 100px;
    }
    .features-item {
        width: 100%;
    }
    #cookieWelcome {
        right: 5%;
        max-width: 90%;
    }
    .hero-item {
        display: block;
        text-align: center;
        width: 33%;
    }
    .hero-item i {
        margin: 0 auto 10px;
    }
}

@media (max-width:480px) {
    /*.main-hero {
        height: 670px !important;
    }*/
    .mobile-hidden {
        display: none;
    }
    #modal_cart_products .mini-cart-links {
        display: block;
    }
    #modal_cart_products .mini-cart-links div {
        width: 100%;
        margin-bottom: 1em;
    }
    .wa-float, .tg-float {
        right: 20px;
    }
    .contacts iframe {
        height: 450px;
    }
    .consultation-form button {
        width: 100%;
        margin-top: 5px;
    }
    .consultation-form .form-check-input {
        width: 21px;
        scale: 1.5;
        height: 16px;
    }
    .consultation-form .pd-list {
        margin: 1em 0 0 0;
    }
    #modal_cart_products  .mini-cart-links a {
        width: 94% !important;
        height: 68px;
        display: flex;
        align-items: center;
    }
    .hero-content {
        top: 2em !important;
        padding: 0 1em;
    }
    .hero-content h1 {
        font-size: 1.7em !important;
    }
    .hero-subtitle {
        font-size: 1em;
    }
    /*.hero-items {
        display: contents !important;
    }*/
    .hero-item {
        margin-bottom: 1em !important;
    }
    .footer-logo {
        text-align: center;
        margin-bottom: 2em;
    }
    .footer-address, .footer-contacts, .footer-client {
        padding: 0 2em 1em;
    }
    .footer-title {
        text-align: center;
    }
}

@media (max-width:400px) {
    .header-phone i {
        display: none;
    }
    .header-geo {
        padding-left: 0;
        white-space: nowrap;
    }
    .shop-widgets {
        margin: 0 !important;
    }
}

@media (max-width:360px) {
    .header-phone {
        display: none;
    }
}





